diff --git a/clients/client-apprunner/src/commands/CreateServiceCommand.ts b/clients/client-apprunner/src/commands/CreateServiceCommand.ts index 1a057e658ba1..7388c8b277a5 100644 --- a/clients/client-apprunner/src/commands/CreateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/CreateServiceCommand.ts @@ -74,6 +74,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met * }, * }, * }, + * SourceDirectory: "STRING_VALUE", * }, * ImageRepository: { // ImageRepository * ImageIdentifier: "STRING_VALUE", // required @@ -166,6 +167,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met * // }, * // }, * // }, + * // SourceDirectory: "STRING_VALUE", * // }, * // ImageRepository: { // ImageRepository * // ImageIdentifier: "STRING_VALUE", // required diff --git a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts index 59bf8d5d15d0..9e5e1c6ba940 100644 --- a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts @@ -91,6 +91,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met * // }, * // }, * // }, + * // SourceDirectory: "STRING_VALUE", * // }, * // ImageRepository: { // ImageRepository * // ImageIdentifier: "STRING_VALUE", // required diff --git a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts index c24c8d3828c1..ef24cf14587a 100644 --- a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts @@ -85,6 +85,7 @@ export interface DescribeServiceCommandOutput extends DescribeServiceResponse, _ * // }, * // }, * // }, + * // SourceDirectory: "STRING_VALUE", * // }, * // ImageRepository: { // ImageRepository * // ImageIdentifier: "STRING_VALUE", // required diff --git a/clients/client-apprunner/src/commands/PauseServiceCommand.ts b/clients/client-apprunner/src/commands/PauseServiceCommand.ts index 38f6c0c753f4..1635fb0a9e14 100644 --- a/clients/client-apprunner/src/commands/PauseServiceCommand.ts +++ b/clients/client-apprunner/src/commands/PauseServiceCommand.ts @@ -84,6 +84,7 @@ export interface PauseServiceCommandOutput extends PauseServiceResponse, __Metad * // }, * // }, * // }, + * // SourceDirectory: "STRING_VALUE", * // }, * // ImageRepository: { // ImageRepository * // ImageIdentifier: "STRING_VALUE", // required diff --git a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts index 914e0b88b745..2422741d1940 100644 --- a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts @@ -87,6 +87,7 @@ export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __Met * // }, * // }, * // }, + * // SourceDirectory: "STRING_VALUE", * // }, * // ImageRepository: { // ImageRepository * // ImageIdentifier: "STRING_VALUE", // required diff --git a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts index 2267faaf679d..7238a1bad6ee 100644 --- a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts @@ -78,6 +78,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met * }, * }, * }, + * SourceDirectory: "STRING_VALUE", * }, * ImageRepository: { // ImageRepository * ImageIdentifier: "STRING_VALUE", // required @@ -161,6 +162,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met * // }, * // }, * // }, + * // SourceDirectory: "STRING_VALUE", * // }, * // ImageRepository: { // ImageRepository * // ImageIdentifier: "STRING_VALUE", // required diff --git a/clients/client-apprunner/src/models/models_0.ts b/clients/client-apprunner/src/models/models_0.ts index 60c0fbb51a8e..9a90e7a99447 100644 --- a/clients/client-apprunner/src/models/models_0.ts +++ b/clients/client-apprunner/src/models/models_0.ts @@ -278,8 +278,8 @@ export interface CreateAutoScalingConfigurationRequest { *

A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number * 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.

* - *

Prior to the release of Managing auto - * scaling, the name DefaultConfiguration was reserved.

+ *

Prior to the release of Auto scale + * configuration enhancements, the name DefaultConfiguration was reserved.

*

This restriction is no longer in place. You can now manage DefaultConfiguration the same way you manage your custom auto scaling * configurations. This means you can do the following with the DefaultConfiguration that App Runner provides:

*