@aws-sdk/client-appconfig 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/AppConfig.js +0 -52
- package/dist-cjs/AppConfigClient.js +0 -57
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -28
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +0 -42
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +0 -28
- package/dist-cjs/commands/CreateEnvironmentCommand.js +0 -31
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +0 -25
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -26
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +0 -26
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +0 -26
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +0 -26
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +0 -25
- package/dist-cjs/commands/GetApplicationCommand.js +0 -25
- package/dist-cjs/commands/GetConfigurationCommand.js +0 -37
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +0 -25
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -25
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +0 -29
- package/dist-cjs/commands/GetEnvironmentCommand.js +0 -29
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +0 -25
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -25
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/ListEnvironmentsCommand.js +0 -25
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/StartDeploymentCommand.js +0 -25
- package/dist-cjs/commands/StopDeploymentCommand.js +0 -27
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -25
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +0 -25
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +0 -25
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +0 -25
- package/dist-cjs/commands/ValidateConfigurationCommand.js +0 -25
- package/dist-cjs/commands/index.js +36 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -43
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -178
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/AppConfig.js +0 -1
- package/dist-es/AppConfigClient.js +0 -1
- package/dist-es/commands/CreateApplicationCommand.js +0 -1
- package/dist-es/commands/CreateConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/CreateEnvironmentCommand.js +0 -1
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +0 -1
- package/dist-es/commands/DeleteApplicationCommand.js +0 -1
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/DeleteEnvironmentCommand.js +0 -1
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +0 -1
- package/dist-es/commands/GetApplicationCommand.js +0 -1
- package/dist-es/commands/GetConfigurationCommand.js +0 -1
- package/dist-es/commands/GetConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/GetDeploymentCommand.js +0 -1
- package/dist-es/commands/GetDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/GetEnvironmentCommand.js +0 -1
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +0 -1
- package/dist-es/commands/ListApplicationsCommand.js +0 -1
- package/dist-es/commands/ListConfigurationProfilesCommand.js +0 -1
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +0 -1
- package/dist-es/commands/ListDeploymentsCommand.js +0 -1
- package/dist-es/commands/ListEnvironmentsCommand.js +0 -1
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/StartDeploymentCommand.js +0 -1
- package/dist-es/commands/StopDeploymentCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateApplicationCommand.js +0 -1
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js +0 -1
- package/dist-es/commands/ValidateConfigurationCommand.js +0 -1
- package/dist-es/commands/index.js +33 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -43
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListApplicationsPaginator.js +0 -1
- package/dist-es/pagination/ListConfigurationProfilesPaginator.js +0 -1
- package/dist-es/pagination/ListDeploymentStrategiesPaginator.js +0 -1
- package/dist-es/pagination/ListDeploymentsPaginator.js +0 -1
- package/dist-es/pagination/ListEnvironmentsPaginator.js +0 -1
- package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js +0 -1
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/index.d.ts +4 -42
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/AppConfig.d.ts +34 -208
- package/dist-types/ts3.4/AppConfigClient.d.ts +24 -137
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/index.d.ts +4 -42
- package/dist-types/ts3.4/models/models_0.d.ts +275 -973
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/AppConfig.js.map +0 -1
- package/dist-cjs/AppConfigClient.js.map +0 -1
- package/dist-cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-cjs/commands/GetApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/GetConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/GetConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-cjs/commands/ListApplicationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js.map +0 -1
- package/dist-cjs/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/StartDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/StopDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/ValidateConfigurationCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/AppConfig.js.map +0 -1
- package/dist-es/AppConfigClient.js.map +0 -1
- package/dist-es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist-es/commands/CreateConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/CreateDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist-es/commands/DeleteConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-es/commands/GetApplicationCommand.js.map +0 -1
- package/dist-es/commands/GetConfigurationCommand.js.map +0 -1
- package/dist-es/commands/GetConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-es/commands/GetDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-es/commands/ListApplicationsCommand.js.map +0 -1
- package/dist-es/commands/ListConfigurationProfilesCommand.js.map +0 -1
- package/dist-es/commands/ListDeploymentStrategiesCommand.js.map +0 -1
- package/dist-es/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist-es/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/StartDeploymentCommand.js.map +0 -1
- package/dist-es/commands/StopDeploymentCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist-es/commands/UpdateConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/ValidateConfigurationCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
- package/dist-es/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/AppConfig.ts +0 -1325
- package/src/AppConfigClient.ts +0 -431
- package/src/commands/CreateApplicationCommand.ts +0 -98
- package/src/commands/CreateConfigurationProfileCommand.ts +0 -115
- package/src/commands/CreateDeploymentStrategyCommand.ts +0 -98
- package/src/commands/CreateEnvironmentCommand.ts +0 -101
- package/src/commands/CreateHostedConfigurationVersionCommand.ts +0 -101
- package/src/commands/DeleteApplicationCommand.ts +0 -96
- package/src/commands/DeleteConfigurationProfileCommand.ts +0 -99
- package/src/commands/DeleteDeploymentStrategyCommand.ts +0 -96
- package/src/commands/DeleteEnvironmentCommand.ts +0 -96
- package/src/commands/DeleteHostedConfigurationVersionCommand.ts +0 -101
- package/src/commands/GetApplicationCommand.ts +0 -95
- package/src/commands/GetConfigurationCommand.ts +0 -107
- package/src/commands/GetConfigurationProfileCommand.ts +0 -95
- package/src/commands/GetDeploymentCommand.ts +0 -95
- package/src/commands/GetDeploymentStrategyCommand.ts +0 -99
- package/src/commands/GetEnvironmentCommand.ts +0 -99
- package/src/commands/GetHostedConfigurationVersionCommand.ts +0 -98
- package/src/commands/ListApplicationsCommand.ts +0 -95
- package/src/commands/ListConfigurationProfilesCommand.ts +0 -98
- package/src/commands/ListDeploymentStrategiesCommand.ts +0 -95
- package/src/commands/ListDeploymentsCommand.ts +0 -95
- package/src/commands/ListEnvironmentsCommand.ts +0 -95
- package/src/commands/ListHostedConfigurationVersionsCommand.ts +0 -102
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/StartDeploymentCommand.ts +0 -95
- package/src/commands/StopDeploymentCommand.ts +0 -97
- package/src/commands/TagResourceCommand.ts +0 -97
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateApplicationCommand.ts +0 -95
- package/src/commands/UpdateConfigurationProfileCommand.ts +0 -98
- package/src/commands/UpdateDeploymentStrategyCommand.ts +0 -95
- package/src/commands/UpdateEnvironmentCommand.ts +0 -95
- package/src/commands/ValidateConfigurationCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -43
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1941
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListApplicationsPaginator.ts +0 -59
- package/src/pagination/ListConfigurationProfilesPaginator.ts +0 -59
- package/src/pagination/ListDeploymentStrategiesPaginator.ts +0 -59
- package/src/pagination/ListDeploymentsPaginator.ts +0 -59
- package/src/pagination/ListEnvironmentsPaginator.ts +0 -59
- package/src/pagination/ListHostedConfigurationVersionsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -4709
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -1,193 +1,108 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
2
|
export interface Application {
|
|
3
|
-
|
|
4
|
-
* <p>The application ID.</p>
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
Id?: string;
|
|
7
|
-
|
|
8
|
-
* <p>The application name.</p>
|
|
9
|
-
*/
|
|
5
|
+
|
|
10
6
|
Name?: string;
|
|
11
|
-
|
|
12
|
-
* <p>The description of the application.</p>
|
|
13
|
-
*/
|
|
7
|
+
|
|
14
8
|
Description?: string;
|
|
15
9
|
}
|
|
16
10
|
export declare namespace Application {
|
|
17
|
-
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
11
|
+
|
|
20
12
|
const filterSensitiveLog: (obj: Application) => any;
|
|
21
13
|
}
|
|
22
|
-
|
|
23
|
-
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
24
|
-
*/
|
|
14
|
+
|
|
25
15
|
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
26
16
|
name: "BadRequestException";
|
|
27
17
|
$fault: "client";
|
|
28
18
|
Message?: string;
|
|
29
19
|
}
|
|
30
20
|
export declare namespace BadRequestException {
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
21
|
+
|
|
34
22
|
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
35
23
|
}
|
|
36
24
|
export interface CreateApplicationRequest {
|
|
37
|
-
|
|
38
|
-
* <p>A name for the application.</p>
|
|
39
|
-
*/
|
|
25
|
+
|
|
40
26
|
Name: string | undefined;
|
|
41
|
-
|
|
42
|
-
* <p>A description of the application.</p>
|
|
43
|
-
*/
|
|
27
|
+
|
|
44
28
|
Description?: string;
|
|
45
|
-
|
|
46
|
-
* <p>Metadata to assign to the application. Tags help organize and categorize your AppConfig
|
|
47
|
-
* resources. Each tag consists of a key and an optional value, both of which you
|
|
48
|
-
* define.</p>
|
|
49
|
-
*/
|
|
29
|
+
|
|
50
30
|
Tags?: {
|
|
51
31
|
[key: string]: string;
|
|
52
32
|
};
|
|
53
33
|
}
|
|
54
34
|
export declare namespace CreateApplicationRequest {
|
|
55
|
-
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
35
|
+
|
|
58
36
|
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
59
37
|
}
|
|
60
|
-
|
|
61
|
-
* <p>There was an internal failure in the AppConfig service.</p>
|
|
62
|
-
*/
|
|
38
|
+
|
|
63
39
|
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
64
40
|
name: "InternalServerException";
|
|
65
41
|
$fault: "server";
|
|
66
42
|
Message?: string;
|
|
67
43
|
}
|
|
68
44
|
export declare namespace InternalServerException {
|
|
69
|
-
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
45
|
+
|
|
72
46
|
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
73
47
|
}
|
|
74
48
|
export declare enum ValidatorType {
|
|
75
49
|
JSON_SCHEMA = "JSON_SCHEMA",
|
|
76
50
|
LAMBDA = "LAMBDA"
|
|
77
51
|
}
|
|
78
|
-
|
|
79
|
-
* <p>A validator provides a syntactic or semantic check to ensure the configuration you want
|
|
80
|
-
* to deploy functions as intended. To validate your application configuration data, you
|
|
81
|
-
* provide a schema or a Lambda function that runs against the configuration. The
|
|
82
|
-
* configuration deployment or update can only proceed when the configuration data is
|
|
83
|
-
* valid.</p>
|
|
84
|
-
*/
|
|
52
|
+
|
|
85
53
|
export interface Validator {
|
|
86
|
-
|
|
87
|
-
* <p>AppConfig supports validators of type <code>JSON_SCHEMA</code> and
|
|
88
|
-
* <code>LAMBDA</code>
|
|
89
|
-
* </p>
|
|
90
|
-
*/
|
|
54
|
+
|
|
91
55
|
Type: ValidatorType | string | undefined;
|
|
92
|
-
|
|
93
|
-
* <p>Either the JSON Schema content or the Amazon Resource Name (ARN) of an AWS Lambda
|
|
94
|
-
* function.</p>
|
|
95
|
-
*/
|
|
56
|
+
|
|
96
57
|
Content: string | undefined;
|
|
97
58
|
}
|
|
98
59
|
export declare namespace Validator {
|
|
99
|
-
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
60
|
+
|
|
102
61
|
const filterSensitiveLog: (obj: Validator) => any;
|
|
103
62
|
}
|
|
104
63
|
export interface ConfigurationProfile {
|
|
105
|
-
|
|
106
|
-
* <p>The application ID.</p>
|
|
107
|
-
*/
|
|
64
|
+
|
|
108
65
|
ApplicationId?: string;
|
|
109
|
-
|
|
110
|
-
* <p>The configuration profile ID.</p>
|
|
111
|
-
*/
|
|
66
|
+
|
|
112
67
|
Id?: string;
|
|
113
|
-
|
|
114
|
-
* <p>The name of the configuration profile.</p>
|
|
115
|
-
*/
|
|
68
|
+
|
|
116
69
|
Name?: string;
|
|
117
|
-
|
|
118
|
-
* <p>The configuration profile description.</p>
|
|
119
|
-
*/
|
|
70
|
+
|
|
120
71
|
Description?: string;
|
|
121
|
-
|
|
122
|
-
* <p>The URI location of the configuration.</p>
|
|
123
|
-
*/
|
|
72
|
+
|
|
124
73
|
LocationUri?: string;
|
|
125
|
-
|
|
126
|
-
* <p>The ARN of an IAM role with permission to access the configuration at the specified
|
|
127
|
-
* LocationUri.</p>
|
|
128
|
-
*/
|
|
74
|
+
|
|
129
75
|
RetrievalRoleArn?: string;
|
|
130
|
-
|
|
131
|
-
* <p>A list of methods for validating the configuration.</p>
|
|
132
|
-
*/
|
|
76
|
+
|
|
133
77
|
Validators?: Validator[];
|
|
134
78
|
}
|
|
135
79
|
export declare namespace ConfigurationProfile {
|
|
136
|
-
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
80
|
+
|
|
139
81
|
const filterSensitiveLog: (obj: ConfigurationProfile) => any;
|
|
140
82
|
}
|
|
141
83
|
export interface CreateConfigurationProfileRequest {
|
|
142
|
-
|
|
143
|
-
* <p>The application ID.</p>
|
|
144
|
-
*/
|
|
84
|
+
|
|
145
85
|
ApplicationId: string | undefined;
|
|
146
|
-
|
|
147
|
-
* <p>A name for the configuration profile.</p>
|
|
148
|
-
*/
|
|
86
|
+
|
|
149
87
|
Name: string | undefined;
|
|
150
|
-
|
|
151
|
-
* <p>A description of the configuration profile.</p>
|
|
152
|
-
*/
|
|
88
|
+
|
|
153
89
|
Description?: string;
|
|
154
|
-
|
|
155
|
-
* <p>A URI to locate the configuration. You can specify a Systems Manager (SSM) document, an SSM
|
|
156
|
-
* Parameter Store parameter, or an Amazon S3 object. For an SSM document, specify either the
|
|
157
|
-
* document name in the format <code>ssm-document://<Document_name></code> or the Amazon
|
|
158
|
-
* Resource Name (ARN). For a parameter, specify either the parameter name in the format
|
|
159
|
-
* <code>ssm-parameter://<Parameter_name></code> or the ARN. For an Amazon S3 object,
|
|
160
|
-
* specify the URI in the following format: <code>s3://<bucket>/<objectKey>
|
|
161
|
-
* </code>. Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json</p>
|
|
162
|
-
*/
|
|
90
|
+
|
|
163
91
|
LocationUri: string | undefined;
|
|
164
|
-
|
|
165
|
-
* <p>The ARN of an IAM role with permission to access the configuration at the specified
|
|
166
|
-
* LocationUri.</p>
|
|
167
|
-
*/
|
|
92
|
+
|
|
168
93
|
RetrievalRoleArn?: string;
|
|
169
|
-
|
|
170
|
-
* <p>A list of methods for validating the configuration.</p>
|
|
171
|
-
*/
|
|
94
|
+
|
|
172
95
|
Validators?: Validator[];
|
|
173
|
-
|
|
174
|
-
* <p>Metadata to assign to the configuration profile. Tags help organize and categorize your
|
|
175
|
-
* AppConfig resources. Each tag consists of a key and an optional value, both of which you
|
|
176
|
-
* define.</p>
|
|
177
|
-
*/
|
|
96
|
+
|
|
178
97
|
Tags?: {
|
|
179
98
|
[key: string]: string;
|
|
180
99
|
};
|
|
181
100
|
}
|
|
182
101
|
export declare namespace CreateConfigurationProfileRequest {
|
|
183
|
-
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
102
|
+
|
|
186
103
|
const filterSensitiveLog: (obj: CreateConfigurationProfileRequest) => any;
|
|
187
104
|
}
|
|
188
|
-
|
|
189
|
-
* <p>The requested resource could not be found.</p>
|
|
190
|
-
*/
|
|
105
|
+
|
|
191
106
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
192
107
|
name: "ResourceNotFoundException";
|
|
193
108
|
$fault: "client";
|
|
@@ -195,9 +110,7 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
195
110
|
ResourceName?: string;
|
|
196
111
|
}
|
|
197
112
|
export declare namespace ResourceNotFoundException {
|
|
198
|
-
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
113
|
+
|
|
201
114
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
202
115
|
}
|
|
203
116
|
export declare enum GrowthType {
|
|
@@ -209,171 +122,78 @@ export declare enum ReplicateTo {
|
|
|
209
122
|
SSM_DOCUMENT = "SSM_DOCUMENT"
|
|
210
123
|
}
|
|
211
124
|
export interface CreateDeploymentStrategyRequest {
|
|
212
|
-
|
|
213
|
-
* <p>A name for the deployment strategy.</p>
|
|
214
|
-
*/
|
|
125
|
+
|
|
215
126
|
Name: string | undefined;
|
|
216
|
-
|
|
217
|
-
* <p>A description of the deployment strategy.</p>
|
|
218
|
-
*/
|
|
127
|
+
|
|
219
128
|
Description?: string;
|
|
220
|
-
|
|
221
|
-
* <p>Total amount of time for a deployment to last.</p>
|
|
222
|
-
*/
|
|
129
|
+
|
|
223
130
|
DeploymentDurationInMinutes: number | undefined;
|
|
224
|
-
|
|
225
|
-
* <p>The amount of time AppConfig monitors for alarms before considering the deployment to be
|
|
226
|
-
* complete and no longer eligible for automatic roll back.</p>
|
|
227
|
-
*/
|
|
131
|
+
|
|
228
132
|
FinalBakeTimeInMinutes?: number;
|
|
229
|
-
|
|
230
|
-
* <p>The percentage of targets to receive a deployed configuration during each
|
|
231
|
-
* interval.</p>
|
|
232
|
-
*/
|
|
133
|
+
|
|
233
134
|
GrowthFactor: number | undefined;
|
|
234
|
-
|
|
235
|
-
* <p>The algorithm used to define how percentage grows over time. AWS AppConfig supports the
|
|
236
|
-
* following growth types:</p>
|
|
237
|
-
* <p>
|
|
238
|
-
* <b>Linear</b>: For this type, AppConfig processes the
|
|
239
|
-
* deployment by dividing the total number of targets by the value specified for <code>Step
|
|
240
|
-
* percentage</code>. For example, a linear deployment that uses a <code>Step
|
|
241
|
-
* percentage</code> of 10 deploys the configuration to 10 percent of the hosts. After
|
|
242
|
-
* those deployments are complete, the system deploys the configuration to the next 10
|
|
243
|
-
* percent. This continues until 100% of the targets have successfully received the
|
|
244
|
-
* configuration.</p>
|
|
245
|
-
*
|
|
246
|
-
* <p>
|
|
247
|
-
* <b>Exponential</b>: For this type, AppConfig processes the
|
|
248
|
-
* deployment exponentially using the following formula: <code>G*(2^N)</code>. In this
|
|
249
|
-
* formula, <code>G</code> is the growth factor specified by the user and <code>N</code> is
|
|
250
|
-
* the number of steps until the configuration is deployed to all targets. For example, if you
|
|
251
|
-
* specify a growth factor of 2, then the system rolls out the configuration as
|
|
252
|
-
* follows:</p>
|
|
253
|
-
* <p>
|
|
254
|
-
* <code>2*(2^0)</code>
|
|
255
|
-
* </p>
|
|
256
|
-
* <p>
|
|
257
|
-
* <code>2*(2^1)</code>
|
|
258
|
-
* </p>
|
|
259
|
-
* <p>
|
|
260
|
-
* <code>2*(2^2)</code>
|
|
261
|
-
* </p>
|
|
262
|
-
* <p>Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the
|
|
263
|
-
* targets, 8% of the targets, and continues until the configuration has been deployed to all
|
|
264
|
-
* targets.</p>
|
|
265
|
-
*/
|
|
135
|
+
|
|
266
136
|
GrowthType?: GrowthType | string;
|
|
267
|
-
|
|
268
|
-
* <p>Save the deployment strategy to a Systems Manager (SSM) document.</p>
|
|
269
|
-
*/
|
|
137
|
+
|
|
270
138
|
ReplicateTo: ReplicateTo | string | undefined;
|
|
271
|
-
|
|
272
|
-
* <p>Metadata to assign to the deployment strategy. Tags help organize and categorize your
|
|
273
|
-
* AppConfig resources. Each tag consists of a key and an optional value, both of which you
|
|
274
|
-
* define.</p>
|
|
275
|
-
*/
|
|
139
|
+
|
|
276
140
|
Tags?: {
|
|
277
141
|
[key: string]: string;
|
|
278
142
|
};
|
|
279
143
|
}
|
|
280
144
|
export declare namespace CreateDeploymentStrategyRequest {
|
|
281
|
-
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
145
|
+
|
|
284
146
|
const filterSensitiveLog: (obj: CreateDeploymentStrategyRequest) => any;
|
|
285
147
|
}
|
|
286
148
|
export interface DeploymentStrategy {
|
|
287
|
-
|
|
288
|
-
* <p>The deployment strategy ID.</p>
|
|
289
|
-
*/
|
|
149
|
+
|
|
290
150
|
Id?: string;
|
|
291
|
-
|
|
292
|
-
* <p>The name of the deployment strategy.</p>
|
|
293
|
-
*/
|
|
151
|
+
|
|
294
152
|
Name?: string;
|
|
295
|
-
|
|
296
|
-
* <p>The description of the deployment strategy.</p>
|
|
297
|
-
*/
|
|
153
|
+
|
|
298
154
|
Description?: string;
|
|
299
|
-
|
|
300
|
-
* <p>Total amount of time the deployment lasted.</p>
|
|
301
|
-
*/
|
|
155
|
+
|
|
302
156
|
DeploymentDurationInMinutes?: number;
|
|
303
|
-
|
|
304
|
-
* <p>The algorithm used to define how percentage grew over time.</p>
|
|
305
|
-
*/
|
|
157
|
+
|
|
306
158
|
GrowthType?: GrowthType | string;
|
|
307
|
-
|
|
308
|
-
* <p>The percentage of targets that received a deployed configuration during each
|
|
309
|
-
* interval.</p>
|
|
310
|
-
*/
|
|
159
|
+
|
|
311
160
|
GrowthFactor?: number;
|
|
312
|
-
|
|
313
|
-
* <p>The amount of time AppConfig monitored for alarms before considering the deployment to be
|
|
314
|
-
* complete and no longer eligible for automatic roll back.</p>
|
|
315
|
-
*/
|
|
161
|
+
|
|
316
162
|
FinalBakeTimeInMinutes?: number;
|
|
317
|
-
|
|
318
|
-
* <p>Save the deployment strategy to a Systems Manager (SSM) document.</p>
|
|
319
|
-
*/
|
|
163
|
+
|
|
320
164
|
ReplicateTo?: ReplicateTo | string;
|
|
321
165
|
}
|
|
322
166
|
export declare namespace DeploymentStrategy {
|
|
323
|
-
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
167
|
+
|
|
326
168
|
const filterSensitiveLog: (obj: DeploymentStrategy) => any;
|
|
327
169
|
}
|
|
328
|
-
|
|
329
|
-
* <p>Amazon CloudWatch alarms to monitor during the deployment process.</p>
|
|
330
|
-
*/
|
|
170
|
+
|
|
331
171
|
export interface Monitor {
|
|
332
|
-
|
|
333
|
-
* <p>ARN of the Amazon CloudWatch alarm.</p>
|
|
334
|
-
*/
|
|
172
|
+
|
|
335
173
|
AlarmArn?: string;
|
|
336
|
-
|
|
337
|
-
* <p>ARN of an IAM role for AppConfig to monitor <code>AlarmArn</code>.</p>
|
|
338
|
-
*/
|
|
174
|
+
|
|
339
175
|
AlarmRoleArn?: string;
|
|
340
176
|
}
|
|
341
177
|
export declare namespace Monitor {
|
|
342
|
-
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
178
|
+
|
|
345
179
|
const filterSensitiveLog: (obj: Monitor) => any;
|
|
346
180
|
}
|
|
347
181
|
export interface CreateEnvironmentRequest {
|
|
348
|
-
|
|
349
|
-
* <p>The application ID.</p>
|
|
350
|
-
*/
|
|
182
|
+
|
|
351
183
|
ApplicationId: string | undefined;
|
|
352
|
-
|
|
353
|
-
* <p>A name for the environment.</p>
|
|
354
|
-
*/
|
|
184
|
+
|
|
355
185
|
Name: string | undefined;
|
|
356
|
-
|
|
357
|
-
* <p>A description of the environment.</p>
|
|
358
|
-
*/
|
|
186
|
+
|
|
359
187
|
Description?: string;
|
|
360
|
-
|
|
361
|
-
* <p>Amazon CloudWatch alarms to monitor during the deployment process.</p>
|
|
362
|
-
*/
|
|
188
|
+
|
|
363
189
|
Monitors?: Monitor[];
|
|
364
|
-
|
|
365
|
-
* <p>Metadata to assign to the environment. Tags help organize and categorize your AppConfig
|
|
366
|
-
* resources. Each tag consists of a key and an optional value, both of which you
|
|
367
|
-
* define.</p>
|
|
368
|
-
*/
|
|
190
|
+
|
|
369
191
|
Tags?: {
|
|
370
192
|
[key: string]: string;
|
|
371
193
|
};
|
|
372
194
|
}
|
|
373
195
|
export declare namespace CreateEnvironmentRequest {
|
|
374
|
-
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
196
|
+
|
|
377
197
|
const filterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
378
198
|
}
|
|
379
199
|
export declare enum EnvironmentState {
|
|
@@ -383,130 +203,73 @@ export declare enum EnvironmentState {
|
|
|
383
203
|
ROLLING_BACK = "ROLLING_BACK"
|
|
384
204
|
}
|
|
385
205
|
export interface Environment {
|
|
386
|
-
|
|
387
|
-
* <p>The application ID.</p>
|
|
388
|
-
*/
|
|
206
|
+
|
|
389
207
|
ApplicationId?: string;
|
|
390
|
-
|
|
391
|
-
* <p>The environment ID.</p>
|
|
392
|
-
*/
|
|
208
|
+
|
|
393
209
|
Id?: string;
|
|
394
|
-
|
|
395
|
-
* <p>The name of the environment.</p>
|
|
396
|
-
*/
|
|
210
|
+
|
|
397
211
|
Name?: string;
|
|
398
|
-
|
|
399
|
-
* <p>The description of the environment.</p>
|
|
400
|
-
*/
|
|
212
|
+
|
|
401
213
|
Description?: string;
|
|
402
|
-
|
|
403
|
-
* <p>The state of the environment. An environment can be in one of the following states:
|
|
404
|
-
* <code>READY_FOR_DEPLOYMENT</code>, <code>DEPLOYING</code>, <code>ROLLING_BACK</code>, or
|
|
405
|
-
* <code>ROLLED_BACK</code>
|
|
406
|
-
* </p>
|
|
407
|
-
*/
|
|
214
|
+
|
|
408
215
|
State?: EnvironmentState | string;
|
|
409
|
-
|
|
410
|
-
* <p>Amazon CloudWatch alarms monitored during the deployment.</p>
|
|
411
|
-
*/
|
|
216
|
+
|
|
412
217
|
Monitors?: Monitor[];
|
|
413
218
|
}
|
|
414
219
|
export declare namespace Environment {
|
|
415
|
-
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
220
|
+
|
|
418
221
|
const filterSensitiveLog: (obj: Environment) => any;
|
|
419
222
|
}
|
|
420
|
-
|
|
421
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
422
|
-
* resource.</p>
|
|
423
|
-
*/
|
|
223
|
+
|
|
424
224
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
425
225
|
name: "ConflictException";
|
|
426
226
|
$fault: "client";
|
|
427
227
|
Message?: string;
|
|
428
228
|
}
|
|
429
229
|
export declare namespace ConflictException {
|
|
430
|
-
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
230
|
+
|
|
433
231
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
434
232
|
}
|
|
435
233
|
export interface CreateHostedConfigurationVersionRequest {
|
|
436
|
-
|
|
437
|
-
* <p>The application ID.</p>
|
|
438
|
-
*/
|
|
234
|
+
|
|
439
235
|
ApplicationId: string | undefined;
|
|
440
|
-
|
|
441
|
-
* <p>The configuration profile ID.</p>
|
|
442
|
-
*/
|
|
236
|
+
|
|
443
237
|
ConfigurationProfileId: string | undefined;
|
|
444
|
-
|
|
445
|
-
* <p>A description of the configuration.</p>
|
|
446
|
-
*/
|
|
238
|
+
|
|
447
239
|
Description?: string;
|
|
448
|
-
|
|
449
|
-
* <p>The content of the configuration or the configuration data.</p>
|
|
450
|
-
*/
|
|
240
|
+
|
|
451
241
|
Content: Uint8Array | undefined;
|
|
452
|
-
|
|
453
|
-
* <p>A standard MIME type describing the format of the configuration content. For more
|
|
454
|
-
* information, see <a href="https://docs.aws.amazon.com/https:/www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
|
|
455
|
-
*/
|
|
242
|
+
|
|
456
243
|
ContentType: string | undefined;
|
|
457
|
-
|
|
458
|
-
* <p>An optional locking token used to prevent race conditions from overwriting configuration
|
|
459
|
-
* updates when creating a new version. To ensure your data is not overwritten when creating
|
|
460
|
-
* multiple hosted configuration versions in rapid succession, specify the version of the
|
|
461
|
-
* latest hosted configuration version.</p>
|
|
462
|
-
*/
|
|
244
|
+
|
|
463
245
|
LatestVersionNumber?: number;
|
|
464
246
|
}
|
|
465
247
|
export declare namespace CreateHostedConfigurationVersionRequest {
|
|
466
|
-
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
248
|
+
|
|
469
249
|
const filterSensitiveLog: (obj: CreateHostedConfigurationVersionRequest) => any;
|
|
470
250
|
}
|
|
471
251
|
export interface HostedConfigurationVersion {
|
|
472
|
-
|
|
473
|
-
* <p>The application ID.</p>
|
|
474
|
-
*/
|
|
252
|
+
|
|
475
253
|
ApplicationId?: string;
|
|
476
|
-
|
|
477
|
-
* <p>The configuration profile ID.</p>
|
|
478
|
-
*/
|
|
254
|
+
|
|
479
255
|
ConfigurationProfileId?: string;
|
|
480
|
-
|
|
481
|
-
* <p>The configuration version.</p>
|
|
482
|
-
*/
|
|
256
|
+
|
|
483
257
|
VersionNumber?: number;
|
|
484
|
-
|
|
485
|
-
* <p>A description of the configuration.</p>
|
|
486
|
-
*/
|
|
258
|
+
|
|
487
259
|
Description?: string;
|
|
488
|
-
|
|
489
|
-
* <p>The content of the configuration or the configuration data.</p>
|
|
490
|
-
*/
|
|
260
|
+
|
|
491
261
|
Content?: Uint8Array;
|
|
492
|
-
|
|
493
|
-
* <p>A standard MIME type describing the format of the configuration content. For more
|
|
494
|
-
* information, see <a href="https://docs.aws.amazon.com/https:/www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
|
|
495
|
-
*/
|
|
262
|
+
|
|
496
263
|
ContentType?: string;
|
|
497
264
|
}
|
|
498
265
|
export declare namespace HostedConfigurationVersion {
|
|
499
|
-
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
266
|
+
|
|
502
267
|
const filterSensitiveLog: (obj: HostedConfigurationVersion) => any;
|
|
503
268
|
}
|
|
504
269
|
export declare enum BytesMeasure {
|
|
505
270
|
KILOBYTES = "KILOBYTES"
|
|
506
271
|
}
|
|
507
|
-
|
|
508
|
-
* <p>The configuration size is too large.</p>
|
|
509
|
-
*/
|
|
272
|
+
|
|
510
273
|
export interface PayloadTooLargeException extends __SmithyException, $MetadataBearer {
|
|
511
274
|
name: "PayloadTooLargeException";
|
|
512
275
|
$fault: "client";
|
|
@@ -516,197 +279,111 @@ export interface PayloadTooLargeException extends __SmithyException, $MetadataBe
|
|
|
516
279
|
Size?: number;
|
|
517
280
|
}
|
|
518
281
|
export declare namespace PayloadTooLargeException {
|
|
519
|
-
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
282
|
+
|
|
522
283
|
const filterSensitiveLog: (obj: PayloadTooLargeException) => any;
|
|
523
284
|
}
|
|
524
|
-
|
|
525
|
-
* <p>The number of hosted configuration versions exceeds the limit for the AppConfig
|
|
526
|
-
* configuration store. Delete one or more versions and try again.</p>
|
|
527
|
-
*/
|
|
285
|
+
|
|
528
286
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
529
287
|
name: "ServiceQuotaExceededException";
|
|
530
288
|
$fault: "client";
|
|
531
289
|
Message?: string;
|
|
532
290
|
}
|
|
533
291
|
export declare namespace ServiceQuotaExceededException {
|
|
534
|
-
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
292
|
+
|
|
537
293
|
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
538
294
|
}
|
|
539
295
|
export interface DeleteApplicationRequest {
|
|
540
|
-
|
|
541
|
-
* <p>The ID of the application to delete.</p>
|
|
542
|
-
*/
|
|
296
|
+
|
|
543
297
|
ApplicationId: string | undefined;
|
|
544
298
|
}
|
|
545
299
|
export declare namespace DeleteApplicationRequest {
|
|
546
|
-
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
300
|
+
|
|
549
301
|
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
550
302
|
}
|
|
551
303
|
export interface DeleteConfigurationProfileRequest {
|
|
552
|
-
|
|
553
|
-
* <p>The application ID that includes the configuration profile you want to delete.</p>
|
|
554
|
-
*/
|
|
304
|
+
|
|
555
305
|
ApplicationId: string | undefined;
|
|
556
|
-
|
|
557
|
-
* <p>The ID of the configuration profile you want to delete.</p>
|
|
558
|
-
*/
|
|
306
|
+
|
|
559
307
|
ConfigurationProfileId: string | undefined;
|
|
560
308
|
}
|
|
561
309
|
export declare namespace DeleteConfigurationProfileRequest {
|
|
562
|
-
|
|
563
|
-
* @internal
|
|
564
|
-
*/
|
|
310
|
+
|
|
565
311
|
const filterSensitiveLog: (obj: DeleteConfigurationProfileRequest) => any;
|
|
566
312
|
}
|
|
567
313
|
export interface DeleteDeploymentStrategyRequest {
|
|
568
|
-
|
|
569
|
-
* <p>The ID of the deployment strategy you want to delete.</p>
|
|
570
|
-
*/
|
|
314
|
+
|
|
571
315
|
DeploymentStrategyId: string | undefined;
|
|
572
316
|
}
|
|
573
317
|
export declare namespace DeleteDeploymentStrategyRequest {
|
|
574
|
-
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
318
|
+
|
|
577
319
|
const filterSensitiveLog: (obj: DeleteDeploymentStrategyRequest) => any;
|
|
578
320
|
}
|
|
579
321
|
export interface DeleteEnvironmentRequest {
|
|
580
|
-
|
|
581
|
-
* <p>The application ID that includes the environment you want to delete.</p>
|
|
582
|
-
*/
|
|
322
|
+
|
|
583
323
|
ApplicationId: string | undefined;
|
|
584
|
-
|
|
585
|
-
* <p>The ID of the environment you want to delete.</p>
|
|
586
|
-
*/
|
|
324
|
+
|
|
587
325
|
EnvironmentId: string | undefined;
|
|
588
326
|
}
|
|
589
327
|
export declare namespace DeleteEnvironmentRequest {
|
|
590
|
-
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
328
|
+
|
|
593
329
|
const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
594
330
|
}
|
|
595
331
|
export interface DeleteHostedConfigurationVersionRequest {
|
|
596
|
-
|
|
597
|
-
* <p>The application ID.</p>
|
|
598
|
-
*/
|
|
332
|
+
|
|
599
333
|
ApplicationId: string | undefined;
|
|
600
|
-
|
|
601
|
-
* <p>The configuration profile ID.</p>
|
|
602
|
-
*/
|
|
334
|
+
|
|
603
335
|
ConfigurationProfileId: string | undefined;
|
|
604
|
-
|
|
605
|
-
* <p>The versions number to delete.</p>
|
|
606
|
-
*/
|
|
336
|
+
|
|
607
337
|
VersionNumber: number | undefined;
|
|
608
338
|
}
|
|
609
339
|
export declare namespace DeleteHostedConfigurationVersionRequest {
|
|
610
|
-
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
340
|
+
|
|
613
341
|
const filterSensitiveLog: (obj: DeleteHostedConfigurationVersionRequest) => any;
|
|
614
342
|
}
|
|
615
343
|
export interface GetApplicationRequest {
|
|
616
|
-
|
|
617
|
-
* <p>The ID of the application you want to get.</p>
|
|
618
|
-
*/
|
|
344
|
+
|
|
619
345
|
ApplicationId: string | undefined;
|
|
620
346
|
}
|
|
621
347
|
export declare namespace GetApplicationRequest {
|
|
622
|
-
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
348
|
+
|
|
625
349
|
const filterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
626
350
|
}
|
|
627
351
|
export interface Configuration {
|
|
628
|
-
|
|
629
|
-
* <p>The content of the configuration or the configuration data.</p>
|
|
630
|
-
*/
|
|
352
|
+
|
|
631
353
|
Content?: Uint8Array;
|
|
632
|
-
|
|
633
|
-
* <p>The configuration version.</p>
|
|
634
|
-
*/
|
|
354
|
+
|
|
635
355
|
ConfigurationVersion?: string;
|
|
636
|
-
|
|
637
|
-
* <p>A standard MIME type describing the format of the configuration content. For more
|
|
638
|
-
* information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
|
|
639
|
-
*/
|
|
356
|
+
|
|
640
357
|
ContentType?: string;
|
|
641
358
|
}
|
|
642
359
|
export declare namespace Configuration {
|
|
643
|
-
|
|
644
|
-
* @internal
|
|
645
|
-
*/
|
|
360
|
+
|
|
646
361
|
const filterSensitiveLog: (obj: Configuration) => any;
|
|
647
362
|
}
|
|
648
363
|
export interface GetConfigurationRequest {
|
|
649
|
-
|
|
650
|
-
* <p>The application to get. Specify either the application name or the application
|
|
651
|
-
* ID.</p>
|
|
652
|
-
*/
|
|
364
|
+
|
|
653
365
|
Application: string | undefined;
|
|
654
|
-
|
|
655
|
-
* <p>The environment to get. Specify either the environment name or the environment
|
|
656
|
-
* ID.</p>
|
|
657
|
-
*/
|
|
366
|
+
|
|
658
367
|
Environment: string | undefined;
|
|
659
|
-
|
|
660
|
-
* <p>The configuration to get. Specify either the configuration name or the configuration
|
|
661
|
-
* ID.</p>
|
|
662
|
-
*/
|
|
368
|
+
|
|
663
369
|
Configuration: string | undefined;
|
|
664
|
-
|
|
665
|
-
* <p>A unique ID to identify the client for the configuration. This ID enables AppConfig to
|
|
666
|
-
* deploy the configuration in intervals, as defined in the deployment strategy.</p>
|
|
667
|
-
*/
|
|
370
|
+
|
|
668
371
|
ClientId: string | undefined;
|
|
669
|
-
|
|
670
|
-
* <p>The configuration version returned in the most recent <code>GetConfiguration</code>
|
|
671
|
-
* response.</p>
|
|
672
|
-
* <important>
|
|
673
|
-
* <p>AWS AppConfig uses the value of the <code>ClientConfigurationVersion</code> parameter
|
|
674
|
-
* to identify the configuration version on your clients. If you don’t send
|
|
675
|
-
* <code>ClientConfigurationVersion</code> with each call to
|
|
676
|
-
* <code>GetConfiguration</code>, your clients receive the current configuration. You
|
|
677
|
-
* are charged each time your clients receive a configuration.</p>
|
|
678
|
-
* <p>To avoid excess charges, we recommend that you include the
|
|
679
|
-
* <code>ClientConfigurationVersion</code> value with every call to
|
|
680
|
-
* <code>GetConfiguration</code>. This value must be saved on your client. Subsequent
|
|
681
|
-
* calls to <code>GetConfiguration</code> must pass this value by using the
|
|
682
|
-
* <code>ClientConfigurationVersion</code> parameter. </p>
|
|
683
|
-
* </important>
|
|
684
|
-
* <p>For more information about working with configurations, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig-retrieving-the-configuration.html">Retrieving the Configuration</a> in the
|
|
685
|
-
* <i>AWS AppConfig User Guide</i>.</p>
|
|
686
|
-
*/
|
|
372
|
+
|
|
687
373
|
ClientConfigurationVersion?: string;
|
|
688
374
|
}
|
|
689
375
|
export declare namespace GetConfigurationRequest {
|
|
690
|
-
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
376
|
+
|
|
693
377
|
const filterSensitiveLog: (obj: GetConfigurationRequest) => any;
|
|
694
378
|
}
|
|
695
379
|
export interface GetConfigurationProfileRequest {
|
|
696
|
-
|
|
697
|
-
* <p>The ID of the application that includes the configuration profile you want to
|
|
698
|
-
* get.</p>
|
|
699
|
-
*/
|
|
380
|
+
|
|
700
381
|
ApplicationId: string | undefined;
|
|
701
|
-
|
|
702
|
-
* <p>The ID of the configuration profile you want to get.</p>
|
|
703
|
-
*/
|
|
382
|
+
|
|
704
383
|
ConfigurationProfileId: string | undefined;
|
|
705
384
|
}
|
|
706
385
|
export declare namespace GetConfigurationProfileRequest {
|
|
707
|
-
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
386
|
+
|
|
710
387
|
const filterSensitiveLog: (obj: GetConfigurationProfileRequest) => any;
|
|
711
388
|
}
|
|
712
389
|
export declare enum DeploymentEventType {
|
|
@@ -723,37 +400,19 @@ export declare enum TriggeredBy {
|
|
|
723
400
|
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
724
401
|
USER = "USER"
|
|
725
402
|
}
|
|
726
|
-
|
|
727
|
-
* <p>An object that describes a deployment event.</p>
|
|
728
|
-
*/
|
|
403
|
+
|
|
729
404
|
export interface DeploymentEvent {
|
|
730
|
-
|
|
731
|
-
* <p>The type of deployment event. Deployment event types include the start, stop, or
|
|
732
|
-
* completion of a deployment; a percentage update; the start or stop of a bake period; the
|
|
733
|
-
* start or completion of a rollback.</p>
|
|
734
|
-
*/
|
|
405
|
+
|
|
735
406
|
EventType?: DeploymentEventType | string;
|
|
736
|
-
|
|
737
|
-
* <p>The entity that triggered the deployment event. Events can be triggered by a user, AWS
|
|
738
|
-
* AppConfig, an Amazon CloudWatch alarm, or an internal error.</p>
|
|
739
|
-
*/
|
|
407
|
+
|
|
740
408
|
TriggeredBy?: TriggeredBy | string;
|
|
741
|
-
|
|
742
|
-
* <p>A description of the deployment event. Descriptions include, but are not limited to, the
|
|
743
|
-
* user account or the CloudWatch alarm ARN that initiated a rollback, the percentage of hosts
|
|
744
|
-
* that received the deployment, or in the case of an internal error, a recommendation to
|
|
745
|
-
* attempt a new deployment.</p>
|
|
746
|
-
*/
|
|
409
|
+
|
|
747
410
|
Description?: string;
|
|
748
|
-
|
|
749
|
-
* <p>The date and time the event occurred.</p>
|
|
750
|
-
*/
|
|
411
|
+
|
|
751
412
|
OccurredAt?: Date;
|
|
752
413
|
}
|
|
753
414
|
export declare namespace DeploymentEvent {
|
|
754
|
-
|
|
755
|
-
* @internal
|
|
756
|
-
*/
|
|
415
|
+
|
|
757
416
|
const filterSensitiveLog: (obj: DeploymentEvent) => any;
|
|
758
417
|
}
|
|
759
418
|
export declare enum DeploymentState {
|
|
@@ -765,788 +424,431 @@ export declare enum DeploymentState {
|
|
|
765
424
|
VALIDATING = "VALIDATING"
|
|
766
425
|
}
|
|
767
426
|
export interface Deployment {
|
|
768
|
-
|
|
769
|
-
* <p>The ID of the application that was deployed.</p>
|
|
770
|
-
*/
|
|
427
|
+
|
|
771
428
|
ApplicationId?: string;
|
|
772
|
-
|
|
773
|
-
* <p>The ID of the environment that was deployed.</p>
|
|
774
|
-
*/
|
|
429
|
+
|
|
775
430
|
EnvironmentId?: string;
|
|
776
|
-
|
|
777
|
-
* <p>The ID of the deployment strategy that was deployed.</p>
|
|
778
|
-
*/
|
|
431
|
+
|
|
779
432
|
DeploymentStrategyId?: string;
|
|
780
|
-
|
|
781
|
-
* <p>The ID of the configuration profile that was deployed.</p>
|
|
782
|
-
*/
|
|
433
|
+
|
|
783
434
|
ConfigurationProfileId?: string;
|
|
784
|
-
|
|
785
|
-
* <p>The sequence number of the deployment.</p>
|
|
786
|
-
*/
|
|
435
|
+
|
|
787
436
|
DeploymentNumber?: number;
|
|
788
|
-
|
|
789
|
-
* <p>The name of the configuration.</p>
|
|
790
|
-
*/
|
|
437
|
+
|
|
791
438
|
ConfigurationName?: string;
|
|
792
|
-
|
|
793
|
-
* <p>Information about the source location of the configuration.</p>
|
|
794
|
-
*/
|
|
439
|
+
|
|
795
440
|
ConfigurationLocationUri?: string;
|
|
796
|
-
|
|
797
|
-
* <p>The configuration version that was deployed.</p>
|
|
798
|
-
*/
|
|
441
|
+
|
|
799
442
|
ConfigurationVersion?: string;
|
|
800
|
-
|
|
801
|
-
* <p>The description of the deployment.</p>
|
|
802
|
-
*/
|
|
443
|
+
|
|
803
444
|
Description?: string;
|
|
804
|
-
|
|
805
|
-
* <p>Total amount of time the deployment lasted.</p>
|
|
806
|
-
*/
|
|
445
|
+
|
|
807
446
|
DeploymentDurationInMinutes?: number;
|
|
808
|
-
|
|
809
|
-
* <p>The algorithm used to define how percentage grew over time.</p>
|
|
810
|
-
*/
|
|
447
|
+
|
|
811
448
|
GrowthType?: GrowthType | string;
|
|
812
|
-
|
|
813
|
-
* <p>The percentage of targets to receive a deployed configuration during each
|
|
814
|
-
* interval.</p>
|
|
815
|
-
*/
|
|
449
|
+
|
|
816
450
|
GrowthFactor?: number;
|
|
817
|
-
|
|
818
|
-
* <p>The amount of time AppConfig monitored for alarms before considering the deployment to be
|
|
819
|
-
* complete and no longer eligible for automatic roll back.</p>
|
|
820
|
-
*/
|
|
451
|
+
|
|
821
452
|
FinalBakeTimeInMinutes?: number;
|
|
822
|
-
|
|
823
|
-
* <p>The state of the deployment.</p>
|
|
824
|
-
*/
|
|
453
|
+
|
|
825
454
|
State?: DeploymentState | string;
|
|
826
|
-
|
|
827
|
-
* <p>A list containing all events related to a deployment. The most recent events are
|
|
828
|
-
* displayed first.</p>
|
|
829
|
-
*/
|
|
455
|
+
|
|
830
456
|
EventLog?: DeploymentEvent[];
|
|
831
|
-
|
|
832
|
-
* <p>The percentage of targets for which the deployment is available.</p>
|
|
833
|
-
*/
|
|
457
|
+
|
|
834
458
|
PercentageComplete?: number;
|
|
835
|
-
|
|
836
|
-
* <p>The time the deployment started.</p>
|
|
837
|
-
*/
|
|
459
|
+
|
|
838
460
|
StartedAt?: Date;
|
|
839
|
-
|
|
840
|
-
* <p>The time the deployment completed. </p>
|
|
841
|
-
*/
|
|
461
|
+
|
|
842
462
|
CompletedAt?: Date;
|
|
843
463
|
}
|
|
844
464
|
export declare namespace Deployment {
|
|
845
|
-
|
|
846
|
-
* @internal
|
|
847
|
-
*/
|
|
465
|
+
|
|
848
466
|
const filterSensitiveLog: (obj: Deployment) => any;
|
|
849
467
|
}
|
|
850
468
|
export interface GetDeploymentRequest {
|
|
851
|
-
|
|
852
|
-
* <p>The ID of the application that includes the deployment you want to get. </p>
|
|
853
|
-
*/
|
|
469
|
+
|
|
854
470
|
ApplicationId: string | undefined;
|
|
855
|
-
|
|
856
|
-
* <p>The ID of the environment that includes the deployment you want to get. </p>
|
|
857
|
-
*/
|
|
471
|
+
|
|
858
472
|
EnvironmentId: string | undefined;
|
|
859
|
-
|
|
860
|
-
* <p>The sequence number of the deployment.</p>
|
|
861
|
-
*/
|
|
473
|
+
|
|
862
474
|
DeploymentNumber: number | undefined;
|
|
863
475
|
}
|
|
864
476
|
export declare namespace GetDeploymentRequest {
|
|
865
|
-
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
477
|
+
|
|
868
478
|
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
869
479
|
}
|
|
870
480
|
export interface GetDeploymentStrategyRequest {
|
|
871
|
-
|
|
872
|
-
* <p>The ID of the deployment strategy to get.</p>
|
|
873
|
-
*/
|
|
481
|
+
|
|
874
482
|
DeploymentStrategyId: string | undefined;
|
|
875
483
|
}
|
|
876
484
|
export declare namespace GetDeploymentStrategyRequest {
|
|
877
|
-
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
485
|
+
|
|
880
486
|
const filterSensitiveLog: (obj: GetDeploymentStrategyRequest) => any;
|
|
881
487
|
}
|
|
882
488
|
export interface GetEnvironmentRequest {
|
|
883
|
-
|
|
884
|
-
* <p>The ID of the application that includes the environment you want to get.</p>
|
|
885
|
-
*/
|
|
489
|
+
|
|
886
490
|
ApplicationId: string | undefined;
|
|
887
|
-
|
|
888
|
-
* <p>The ID of the environment you wnat to get.</p>
|
|
889
|
-
*/
|
|
491
|
+
|
|
890
492
|
EnvironmentId: string | undefined;
|
|
891
493
|
}
|
|
892
494
|
export declare namespace GetEnvironmentRequest {
|
|
893
|
-
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
495
|
+
|
|
896
496
|
const filterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
897
497
|
}
|
|
898
498
|
export interface GetHostedConfigurationVersionRequest {
|
|
899
|
-
|
|
900
|
-
* <p>The application ID.</p>
|
|
901
|
-
*/
|
|
499
|
+
|
|
902
500
|
ApplicationId: string | undefined;
|
|
903
|
-
|
|
904
|
-
* <p>The configuration profile ID.</p>
|
|
905
|
-
*/
|
|
501
|
+
|
|
906
502
|
ConfigurationProfileId: string | undefined;
|
|
907
|
-
|
|
908
|
-
* <p>The version.</p>
|
|
909
|
-
*/
|
|
503
|
+
|
|
910
504
|
VersionNumber: number | undefined;
|
|
911
505
|
}
|
|
912
506
|
export declare namespace GetHostedConfigurationVersionRequest {
|
|
913
|
-
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
507
|
+
|
|
916
508
|
const filterSensitiveLog: (obj: GetHostedConfigurationVersionRequest) => any;
|
|
917
509
|
}
|
|
918
510
|
export interface Applications {
|
|
919
|
-
|
|
920
|
-
* <p>The elements from this collection.</p>
|
|
921
|
-
*/
|
|
511
|
+
|
|
922
512
|
Items?: Application[];
|
|
923
|
-
|
|
924
|
-
* <p>The token for the next set of items to return. Use this token to get the next set of
|
|
925
|
-
* results.</p>
|
|
926
|
-
*/
|
|
513
|
+
|
|
927
514
|
NextToken?: string;
|
|
928
515
|
}
|
|
929
516
|
export declare namespace Applications {
|
|
930
|
-
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
517
|
+
|
|
933
518
|
const filterSensitiveLog: (obj: Applications) => any;
|
|
934
519
|
}
|
|
935
520
|
export interface ListApplicationsRequest {
|
|
936
|
-
|
|
937
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that
|
|
938
|
-
* you can specify in a subsequent call to get the next set of results.</p>
|
|
939
|
-
*/
|
|
521
|
+
|
|
940
522
|
MaxResults?: number;
|
|
941
|
-
|
|
942
|
-
* <p>A token to start the list. Use this token to get the next set of results.</p>
|
|
943
|
-
*/
|
|
523
|
+
|
|
944
524
|
NextToken?: string;
|
|
945
525
|
}
|
|
946
526
|
export declare namespace ListApplicationsRequest {
|
|
947
|
-
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
527
|
+
|
|
950
528
|
const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
951
529
|
}
|
|
952
|
-
|
|
953
|
-
* <p>A summary of a configuration profile.</p>
|
|
954
|
-
*/
|
|
530
|
+
|
|
955
531
|
export interface ConfigurationProfileSummary {
|
|
956
|
-
|
|
957
|
-
* <p>The application ID.</p>
|
|
958
|
-
*/
|
|
532
|
+
|
|
959
533
|
ApplicationId?: string;
|
|
960
|
-
|
|
961
|
-
* <p>The ID of the configuration profile.</p>
|
|
962
|
-
*/
|
|
534
|
+
|
|
963
535
|
Id?: string;
|
|
964
|
-
|
|
965
|
-
* <p>The name of the configuration profile.</p>
|
|
966
|
-
*/
|
|
536
|
+
|
|
967
537
|
Name?: string;
|
|
968
|
-
|
|
969
|
-
* <p>The URI location of the configuration.</p>
|
|
970
|
-
*/
|
|
538
|
+
|
|
971
539
|
LocationUri?: string;
|
|
972
|
-
|
|
973
|
-
* <p>The types of validators in the configuration profile.</p>
|
|
974
|
-
*/
|
|
540
|
+
|
|
975
541
|
ValidatorTypes?: (ValidatorType | string)[];
|
|
976
542
|
}
|
|
977
543
|
export declare namespace ConfigurationProfileSummary {
|
|
978
|
-
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
544
|
+
|
|
981
545
|
const filterSensitiveLog: (obj: ConfigurationProfileSummary) => any;
|
|
982
546
|
}
|
|
983
547
|
export interface ConfigurationProfiles {
|
|
984
|
-
|
|
985
|
-
* <p>The elements from this collection.</p>
|
|
986
|
-
*/
|
|
548
|
+
|
|
987
549
|
Items?: ConfigurationProfileSummary[];
|
|
988
|
-
|
|
989
|
-
* <p>The token for the next set of items to return. Use this token to get the next set of
|
|
990
|
-
* results.</p>
|
|
991
|
-
*/
|
|
550
|
+
|
|
992
551
|
NextToken?: string;
|
|
993
552
|
}
|
|
994
553
|
export declare namespace ConfigurationProfiles {
|
|
995
|
-
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
554
|
+
|
|
998
555
|
const filterSensitiveLog: (obj: ConfigurationProfiles) => any;
|
|
999
556
|
}
|
|
1000
557
|
export interface ListConfigurationProfilesRequest {
|
|
1001
|
-
|
|
1002
|
-
* <p>The application ID.</p>
|
|
1003
|
-
*/
|
|
558
|
+
|
|
1004
559
|
ApplicationId: string | undefined;
|
|
1005
|
-
|
|
1006
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that
|
|
1007
|
-
* you can specify in a subsequent call to get the next set of results.</p>
|
|
1008
|
-
*/
|
|
560
|
+
|
|
1009
561
|
MaxResults?: number;
|
|
1010
|
-
|
|
1011
|
-
* <p>A token to start the list. Use this token to get the next set of results.</p>
|
|
1012
|
-
*/
|
|
562
|
+
|
|
1013
563
|
NextToken?: string;
|
|
1014
564
|
}
|
|
1015
565
|
export declare namespace ListConfigurationProfilesRequest {
|
|
1016
|
-
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
566
|
+
|
|
1019
567
|
const filterSensitiveLog: (obj: ListConfigurationProfilesRequest) => any;
|
|
1020
568
|
}
|
|
1021
|
-
|
|
1022
|
-
* <p>Information about the deployment.</p>
|
|
1023
|
-
*/
|
|
569
|
+
|
|
1024
570
|
export interface DeploymentSummary {
|
|
1025
|
-
|
|
1026
|
-
* <p>The sequence number of the deployment.</p>
|
|
1027
|
-
*/
|
|
571
|
+
|
|
1028
572
|
DeploymentNumber?: number;
|
|
1029
|
-
|
|
1030
|
-
* <p>The name of the configuration.</p>
|
|
1031
|
-
*/
|
|
573
|
+
|
|
1032
574
|
ConfigurationName?: string;
|
|
1033
|
-
|
|
1034
|
-
* <p>The version of the configuration.</p>
|
|
1035
|
-
*/
|
|
575
|
+
|
|
1036
576
|
ConfigurationVersion?: string;
|
|
1037
|
-
|
|
1038
|
-
* <p>Total amount of time the deployment lasted.</p>
|
|
1039
|
-
*/
|
|
577
|
+
|
|
1040
578
|
DeploymentDurationInMinutes?: number;
|
|
1041
|
-
|
|
1042
|
-
* <p>The algorithm used to define how percentage grows over time.</p>
|
|
1043
|
-
*/
|
|
579
|
+
|
|
1044
580
|
GrowthType?: GrowthType | string;
|
|
1045
|
-
|
|
1046
|
-
* <p>The percentage of targets to receive a deployed configuration during each
|
|
1047
|
-
* interval.</p>
|
|
1048
|
-
*/
|
|
581
|
+
|
|
1049
582
|
GrowthFactor?: number;
|
|
1050
|
-
|
|
1051
|
-
* <p>The amount of time AppConfig monitors for alarms before considering the deployment to be
|
|
1052
|
-
* complete and no longer eligible for automatic roll back.</p>
|
|
1053
|
-
*/
|
|
583
|
+
|
|
1054
584
|
FinalBakeTimeInMinutes?: number;
|
|
1055
|
-
|
|
1056
|
-
* <p>The state of the deployment.</p>
|
|
1057
|
-
*/
|
|
585
|
+
|
|
1058
586
|
State?: DeploymentState | string;
|
|
1059
|
-
|
|
1060
|
-
* <p>The percentage of targets for which the deployment is available.</p>
|
|
1061
|
-
*/
|
|
587
|
+
|
|
1062
588
|
PercentageComplete?: number;
|
|
1063
|
-
|
|
1064
|
-
* <p>Time the deployment started.</p>
|
|
1065
|
-
*/
|
|
589
|
+
|
|
1066
590
|
StartedAt?: Date;
|
|
1067
|
-
|
|
1068
|
-
* <p>Time the deployment completed.</p>
|
|
1069
|
-
*/
|
|
591
|
+
|
|
1070
592
|
CompletedAt?: Date;
|
|
1071
593
|
}
|
|
1072
594
|
export declare namespace DeploymentSummary {
|
|
1073
|
-
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
595
|
+
|
|
1076
596
|
const filterSensitiveLog: (obj: DeploymentSummary) => any;
|
|
1077
597
|
}
|
|
1078
598
|
export interface Deployments {
|
|
1079
|
-
|
|
1080
|
-
* <p>The elements from this collection.</p>
|
|
1081
|
-
*/
|
|
599
|
+
|
|
1082
600
|
Items?: DeploymentSummary[];
|
|
1083
|
-
|
|
1084
|
-
* <p>The token for the next set of items to return. Use this token to get the next set of
|
|
1085
|
-
* results.</p>
|
|
1086
|
-
*/
|
|
601
|
+
|
|
1087
602
|
NextToken?: string;
|
|
1088
603
|
}
|
|
1089
604
|
export declare namespace Deployments {
|
|
1090
|
-
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
605
|
+
|
|
1093
606
|
const filterSensitiveLog: (obj: Deployments) => any;
|
|
1094
607
|
}
|
|
1095
608
|
export interface ListDeploymentsRequest {
|
|
1096
|
-
|
|
1097
|
-
* <p>The application ID.</p>
|
|
1098
|
-
*/
|
|
609
|
+
|
|
1099
610
|
ApplicationId: string | undefined;
|
|
1100
|
-
|
|
1101
|
-
* <p>The environment ID.</p>
|
|
1102
|
-
*/
|
|
611
|
+
|
|
1103
612
|
EnvironmentId: string | undefined;
|
|
1104
|
-
|
|
1105
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that
|
|
1106
|
-
* you can specify in a subsequent call to get the next set of results.</p>
|
|
1107
|
-
*/
|
|
613
|
+
|
|
1108
614
|
MaxResults?: number;
|
|
1109
|
-
|
|
1110
|
-
* <p>A token to start the list. Use this token to get the next set of results.</p>
|
|
1111
|
-
*/
|
|
615
|
+
|
|
1112
616
|
NextToken?: string;
|
|
1113
617
|
}
|
|
1114
618
|
export declare namespace ListDeploymentsRequest {
|
|
1115
|
-
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
619
|
+
|
|
1118
620
|
const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
1119
621
|
}
|
|
1120
622
|
export interface DeploymentStrategies {
|
|
1121
|
-
|
|
1122
|
-
* <p>The elements from this collection.</p>
|
|
1123
|
-
*/
|
|
623
|
+
|
|
1124
624
|
Items?: DeploymentStrategy[];
|
|
1125
|
-
|
|
1126
|
-
* <p>The token for the next set of items to return. Use this token to get the next set of
|
|
1127
|
-
* results.</p>
|
|
1128
|
-
*/
|
|
625
|
+
|
|
1129
626
|
NextToken?: string;
|
|
1130
627
|
}
|
|
1131
628
|
export declare namespace DeploymentStrategies {
|
|
1132
|
-
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
629
|
+
|
|
1135
630
|
const filterSensitiveLog: (obj: DeploymentStrategies) => any;
|
|
1136
631
|
}
|
|
1137
632
|
export interface ListDeploymentStrategiesRequest {
|
|
1138
|
-
|
|
1139
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that
|
|
1140
|
-
* you can specify in a subsequent call to get the next set of results.</p>
|
|
1141
|
-
*/
|
|
633
|
+
|
|
1142
634
|
MaxResults?: number;
|
|
1143
|
-
|
|
1144
|
-
* <p>A token to start the list. Use this token to get the next set of results.</p>
|
|
1145
|
-
*/
|
|
635
|
+
|
|
1146
636
|
NextToken?: string;
|
|
1147
637
|
}
|
|
1148
638
|
export declare namespace ListDeploymentStrategiesRequest {
|
|
1149
|
-
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
639
|
+
|
|
1152
640
|
const filterSensitiveLog: (obj: ListDeploymentStrategiesRequest) => any;
|
|
1153
641
|
}
|
|
1154
642
|
export interface Environments {
|
|
1155
|
-
|
|
1156
|
-
* <p>The elements from this collection.</p>
|
|
1157
|
-
*/
|
|
643
|
+
|
|
1158
644
|
Items?: Environment[];
|
|
1159
|
-
|
|
1160
|
-
* <p>The token for the next set of items to return. Use this token to get the next set of
|
|
1161
|
-
* results.</p>
|
|
1162
|
-
*/
|
|
645
|
+
|
|
1163
646
|
NextToken?: string;
|
|
1164
647
|
}
|
|
1165
648
|
export declare namespace Environments {
|
|
1166
|
-
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
649
|
+
|
|
1169
650
|
const filterSensitiveLog: (obj: Environments) => any;
|
|
1170
651
|
}
|
|
1171
652
|
export interface ListEnvironmentsRequest {
|
|
1172
|
-
|
|
1173
|
-
* <p>The application ID.</p>
|
|
1174
|
-
*/
|
|
653
|
+
|
|
1175
654
|
ApplicationId: string | undefined;
|
|
1176
|
-
|
|
1177
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that
|
|
1178
|
-
* you can specify in a subsequent call to get the next set of results.</p>
|
|
1179
|
-
*/
|
|
655
|
+
|
|
1180
656
|
MaxResults?: number;
|
|
1181
|
-
|
|
1182
|
-
* <p>A token to start the list. Use this token to get the next set of results.</p>
|
|
1183
|
-
*/
|
|
657
|
+
|
|
1184
658
|
NextToken?: string;
|
|
1185
659
|
}
|
|
1186
660
|
export declare namespace ListEnvironmentsRequest {
|
|
1187
|
-
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
661
|
+
|
|
1190
662
|
const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
1191
663
|
}
|
|
1192
|
-
|
|
1193
|
-
* <p>Information about the configuration.</p>
|
|
1194
|
-
*/
|
|
664
|
+
|
|
1195
665
|
export interface HostedConfigurationVersionSummary {
|
|
1196
|
-
|
|
1197
|
-
* <p>The application ID.</p>
|
|
1198
|
-
*/
|
|
666
|
+
|
|
1199
667
|
ApplicationId?: string;
|
|
1200
|
-
|
|
1201
|
-
* <p>The configuration profile ID.</p>
|
|
1202
|
-
*/
|
|
668
|
+
|
|
1203
669
|
ConfigurationProfileId?: string;
|
|
1204
|
-
|
|
1205
|
-
* <p>The configuration version.</p>
|
|
1206
|
-
*/
|
|
670
|
+
|
|
1207
671
|
VersionNumber?: number;
|
|
1208
|
-
|
|
1209
|
-
* <p>A description of the configuration.</p>
|
|
1210
|
-
*/
|
|
672
|
+
|
|
1211
673
|
Description?: string;
|
|
1212
|
-
|
|
1213
|
-
* <p>A standard MIME type describing the format of the configuration content. For more
|
|
1214
|
-
* information, see <a href="https://docs.aws.amazon.com/https:/www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
|
|
1215
|
-
*/
|
|
674
|
+
|
|
1216
675
|
ContentType?: string;
|
|
1217
676
|
}
|
|
1218
677
|
export declare namespace HostedConfigurationVersionSummary {
|
|
1219
|
-
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
678
|
+
|
|
1222
679
|
const filterSensitiveLog: (obj: HostedConfigurationVersionSummary) => any;
|
|
1223
680
|
}
|
|
1224
681
|
export interface HostedConfigurationVersions {
|
|
1225
|
-
|
|
1226
|
-
* <p>The elements from this collection.</p>
|
|
1227
|
-
*/
|
|
682
|
+
|
|
1228
683
|
Items?: HostedConfigurationVersionSummary[];
|
|
1229
|
-
|
|
1230
|
-
* <p>The token for the next set of items to return. Use this token to get the next set of
|
|
1231
|
-
* results.</p>
|
|
1232
|
-
*/
|
|
684
|
+
|
|
1233
685
|
NextToken?: string;
|
|
1234
686
|
}
|
|
1235
687
|
export declare namespace HostedConfigurationVersions {
|
|
1236
|
-
|
|
1237
|
-
* @internal
|
|
1238
|
-
*/
|
|
688
|
+
|
|
1239
689
|
const filterSensitiveLog: (obj: HostedConfigurationVersions) => any;
|
|
1240
690
|
}
|
|
1241
691
|
export interface ListHostedConfigurationVersionsRequest {
|
|
1242
|
-
|
|
1243
|
-
* <p>The application ID.</p>
|
|
1244
|
-
*/
|
|
692
|
+
|
|
1245
693
|
ApplicationId: string | undefined;
|
|
1246
|
-
|
|
1247
|
-
* <p>The configuration profile ID.</p>
|
|
1248
|
-
*/
|
|
694
|
+
|
|
1249
695
|
ConfigurationProfileId: string | undefined;
|
|
1250
|
-
|
|
1251
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that
|
|
1252
|
-
* you can specify in a subsequent call to get the next set of results.</p>
|
|
1253
|
-
*/
|
|
696
|
+
|
|
1254
697
|
MaxResults?: number;
|
|
1255
|
-
|
|
1256
|
-
* <p>A token to start the list. Use this token to get the next set of results. </p>
|
|
1257
|
-
*/
|
|
698
|
+
|
|
1258
699
|
NextToken?: string;
|
|
1259
700
|
}
|
|
1260
701
|
export declare namespace ListHostedConfigurationVersionsRequest {
|
|
1261
|
-
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
702
|
+
|
|
1264
703
|
const filterSensitiveLog: (obj: ListHostedConfigurationVersionsRequest) => any;
|
|
1265
704
|
}
|
|
1266
705
|
export interface ListTagsForResourceRequest {
|
|
1267
|
-
|
|
1268
|
-
* <p>The resource ARN.</p>
|
|
1269
|
-
*/
|
|
706
|
+
|
|
1270
707
|
ResourceArn: string | undefined;
|
|
1271
708
|
}
|
|
1272
709
|
export declare namespace ListTagsForResourceRequest {
|
|
1273
|
-
|
|
1274
|
-
* @internal
|
|
1275
|
-
*/
|
|
710
|
+
|
|
1276
711
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1277
712
|
}
|
|
1278
713
|
export interface ResourceTags {
|
|
1279
|
-
|
|
1280
|
-
* <p>Metadata to assign to AppConfig resources. Tags help organize and categorize your
|
|
1281
|
-
* AppConfig resources. Each tag consists of a key and an optional value, both of which you
|
|
1282
|
-
* define.</p>
|
|
1283
|
-
*/
|
|
714
|
+
|
|
1284
715
|
Tags?: {
|
|
1285
716
|
[key: string]: string;
|
|
1286
717
|
};
|
|
1287
718
|
}
|
|
1288
719
|
export declare namespace ResourceTags {
|
|
1289
|
-
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
720
|
+
|
|
1292
721
|
const filterSensitiveLog: (obj: ResourceTags) => any;
|
|
1293
722
|
}
|
|
1294
723
|
export interface StartDeploymentRequest {
|
|
1295
|
-
|
|
1296
|
-
* <p>The application ID.</p>
|
|
1297
|
-
*/
|
|
724
|
+
|
|
1298
725
|
ApplicationId: string | undefined;
|
|
1299
|
-
|
|
1300
|
-
* <p>The environment ID.</p>
|
|
1301
|
-
*/
|
|
726
|
+
|
|
1302
727
|
EnvironmentId: string | undefined;
|
|
1303
|
-
|
|
1304
|
-
* <p>The deployment strategy ID.</p>
|
|
1305
|
-
*/
|
|
728
|
+
|
|
1306
729
|
DeploymentStrategyId: string | undefined;
|
|
1307
|
-
|
|
1308
|
-
* <p>The configuration profile ID.</p>
|
|
1309
|
-
*/
|
|
730
|
+
|
|
1310
731
|
ConfigurationProfileId: string | undefined;
|
|
1311
|
-
|
|
1312
|
-
* <p>The configuration version to deploy.</p>
|
|
1313
|
-
*/
|
|
732
|
+
|
|
1314
733
|
ConfigurationVersion: string | undefined;
|
|
1315
|
-
|
|
1316
|
-
* <p>A description of the deployment.</p>
|
|
1317
|
-
*/
|
|
734
|
+
|
|
1318
735
|
Description?: string;
|
|
1319
|
-
|
|
1320
|
-
* <p>Metadata to assign to the deployment. Tags help organize and categorize your AppConfig
|
|
1321
|
-
* resources. Each tag consists of a key and an optional value, both of which you
|
|
1322
|
-
* define.</p>
|
|
1323
|
-
*/
|
|
736
|
+
|
|
1324
737
|
Tags?: {
|
|
1325
738
|
[key: string]: string;
|
|
1326
739
|
};
|
|
1327
740
|
}
|
|
1328
741
|
export declare namespace StartDeploymentRequest {
|
|
1329
|
-
|
|
1330
|
-
* @internal
|
|
1331
|
-
*/
|
|
742
|
+
|
|
1332
743
|
const filterSensitiveLog: (obj: StartDeploymentRequest) => any;
|
|
1333
744
|
}
|
|
1334
745
|
export interface StopDeploymentRequest {
|
|
1335
|
-
|
|
1336
|
-
* <p>The application ID.</p>
|
|
1337
|
-
*/
|
|
746
|
+
|
|
1338
747
|
ApplicationId: string | undefined;
|
|
1339
|
-
|
|
1340
|
-
* <p>The environment ID.</p>
|
|
1341
|
-
*/
|
|
748
|
+
|
|
1342
749
|
EnvironmentId: string | undefined;
|
|
1343
|
-
|
|
1344
|
-
* <p>The sequence number of the deployment.</p>
|
|
1345
|
-
*/
|
|
750
|
+
|
|
1346
751
|
DeploymentNumber: number | undefined;
|
|
1347
752
|
}
|
|
1348
753
|
export declare namespace StopDeploymentRequest {
|
|
1349
|
-
|
|
1350
|
-
* @internal
|
|
1351
|
-
*/
|
|
754
|
+
|
|
1352
755
|
const filterSensitiveLog: (obj: StopDeploymentRequest) => any;
|
|
1353
756
|
}
|
|
1354
757
|
export interface TagResourceRequest {
|
|
1355
|
-
|
|
1356
|
-
* <p>The ARN of the resource for which to retrieve tags.</p>
|
|
1357
|
-
*/
|
|
758
|
+
|
|
1358
759
|
ResourceArn: string | undefined;
|
|
1359
|
-
|
|
1360
|
-
* <p>The key-value string map. The valid character set is [a-zA-Z+-=._:/]. The tag key can be
|
|
1361
|
-
* up to 128 characters and must not start with <code>aws:</code>. The tag value can be up to
|
|
1362
|
-
* 256 characters.</p>
|
|
1363
|
-
*/
|
|
760
|
+
|
|
1364
761
|
Tags: {
|
|
1365
762
|
[key: string]: string;
|
|
1366
763
|
} | undefined;
|
|
1367
764
|
}
|
|
1368
765
|
export declare namespace TagResourceRequest {
|
|
1369
|
-
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
766
|
+
|
|
1372
767
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1373
768
|
}
|
|
1374
769
|
export interface UntagResourceRequest {
|
|
1375
|
-
|
|
1376
|
-
* <p>The ARN of the resource for which to remove tags.</p>
|
|
1377
|
-
*/
|
|
770
|
+
|
|
1378
771
|
ResourceArn: string | undefined;
|
|
1379
|
-
|
|
1380
|
-
* <p>The tag keys to delete.</p>
|
|
1381
|
-
*/
|
|
772
|
+
|
|
1382
773
|
TagKeys: string[] | undefined;
|
|
1383
774
|
}
|
|
1384
775
|
export declare namespace UntagResourceRequest {
|
|
1385
|
-
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
776
|
+
|
|
1388
777
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1389
778
|
}
|
|
1390
779
|
export interface UpdateApplicationRequest {
|
|
1391
|
-
|
|
1392
|
-
* <p>The application ID.</p>
|
|
1393
|
-
*/
|
|
780
|
+
|
|
1394
781
|
ApplicationId: string | undefined;
|
|
1395
|
-
|
|
1396
|
-
* <p>The name of the application.</p>
|
|
1397
|
-
*/
|
|
782
|
+
|
|
1398
783
|
Name?: string;
|
|
1399
|
-
|
|
1400
|
-
* <p>A description of the application.</p>
|
|
1401
|
-
*/
|
|
784
|
+
|
|
1402
785
|
Description?: string;
|
|
1403
786
|
}
|
|
1404
787
|
export declare namespace UpdateApplicationRequest {
|
|
1405
|
-
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
788
|
+
|
|
1408
789
|
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1409
790
|
}
|
|
1410
791
|
export interface UpdateConfigurationProfileRequest {
|
|
1411
|
-
|
|
1412
|
-
* <p>The application ID.</p>
|
|
1413
|
-
*/
|
|
792
|
+
|
|
1414
793
|
ApplicationId: string | undefined;
|
|
1415
|
-
|
|
1416
|
-
* <p>The ID of the configuration profile.</p>
|
|
1417
|
-
*/
|
|
794
|
+
|
|
1418
795
|
ConfigurationProfileId: string | undefined;
|
|
1419
|
-
|
|
1420
|
-
* <p>The name of the configuration profile.</p>
|
|
1421
|
-
*/
|
|
796
|
+
|
|
1422
797
|
Name?: string;
|
|
1423
|
-
|
|
1424
|
-
* <p>A description of the configuration profile.</p>
|
|
1425
|
-
*/
|
|
798
|
+
|
|
1426
799
|
Description?: string;
|
|
1427
|
-
|
|
1428
|
-
* <p>The ARN of an IAM role with permission to access the configuration at the specified
|
|
1429
|
-
* LocationUri.</p>
|
|
1430
|
-
*/
|
|
800
|
+
|
|
1431
801
|
RetrievalRoleArn?: string;
|
|
1432
|
-
|
|
1433
|
-
* <p>A list of methods for validating the configuration.</p>
|
|
1434
|
-
*/
|
|
802
|
+
|
|
1435
803
|
Validators?: Validator[];
|
|
1436
804
|
}
|
|
1437
805
|
export declare namespace UpdateConfigurationProfileRequest {
|
|
1438
|
-
|
|
1439
|
-
* @internal
|
|
1440
|
-
*/
|
|
806
|
+
|
|
1441
807
|
const filterSensitiveLog: (obj: UpdateConfigurationProfileRequest) => any;
|
|
1442
808
|
}
|
|
1443
809
|
export interface UpdateDeploymentStrategyRequest {
|
|
1444
|
-
|
|
1445
|
-
* <p>The deployment strategy ID.</p>
|
|
1446
|
-
*/
|
|
810
|
+
|
|
1447
811
|
DeploymentStrategyId: string | undefined;
|
|
1448
|
-
|
|
1449
|
-
* <p>A description of the deployment strategy.</p>
|
|
1450
|
-
*/
|
|
812
|
+
|
|
1451
813
|
Description?: string;
|
|
1452
|
-
|
|
1453
|
-
* <p>Total amount of time for a deployment to last.</p>
|
|
1454
|
-
*/
|
|
814
|
+
|
|
1455
815
|
DeploymentDurationInMinutes?: number;
|
|
1456
|
-
|
|
1457
|
-
* <p>The amount of time AppConfig monitors for alarms before considering the deployment to be
|
|
1458
|
-
* complete and no longer eligible for automatic roll back.</p>
|
|
1459
|
-
*/
|
|
816
|
+
|
|
1460
817
|
FinalBakeTimeInMinutes?: number;
|
|
1461
|
-
|
|
1462
|
-
* <p>The percentage of targets to receive a deployed configuration during each
|
|
1463
|
-
* interval.</p>
|
|
1464
|
-
*/
|
|
818
|
+
|
|
1465
819
|
GrowthFactor?: number;
|
|
1466
|
-
|
|
1467
|
-
* <p>The algorithm used to define how percentage grows over time. AWS AppConfig supports the
|
|
1468
|
-
* following growth types:</p>
|
|
1469
|
-
* <p>
|
|
1470
|
-
* <b>Linear</b>: For this type, AppConfig processes the
|
|
1471
|
-
* deployment by increments of the growth factor evenly distributed over the deployment time.
|
|
1472
|
-
* For example, a linear deployment that uses a growth factor of 20 initially makes the
|
|
1473
|
-
* configuration available to 20 percent of the targets. After 1/5th of the deployment time
|
|
1474
|
-
* has passed, the system updates the percentage to 40 percent. This continues until 100% of
|
|
1475
|
-
* the targets are set to receive the deployed configuration.</p>
|
|
1476
|
-
*
|
|
1477
|
-
* <p>
|
|
1478
|
-
* <b>Exponential</b>: For this type, AppConfig processes the
|
|
1479
|
-
* deployment exponentially using the following formula: <code>G*(2^N)</code>. In this
|
|
1480
|
-
* formula, <code>G</code> is the growth factor specified by the user and <code>N</code> is
|
|
1481
|
-
* the number of steps until the configuration is deployed to all targets. For example, if you
|
|
1482
|
-
* specify a growth factor of 2, then the system rolls out the configuration as
|
|
1483
|
-
* follows:</p>
|
|
1484
|
-
* <p>
|
|
1485
|
-
* <code>2*(2^0)</code>
|
|
1486
|
-
* </p>
|
|
1487
|
-
* <p>
|
|
1488
|
-
* <code>2*(2^1)</code>
|
|
1489
|
-
* </p>
|
|
1490
|
-
* <p>
|
|
1491
|
-
* <code>2*(2^2)</code>
|
|
1492
|
-
* </p>
|
|
1493
|
-
* <p>Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the
|
|
1494
|
-
* targets, 8% of the targets, and continues until the configuration has been deployed to all
|
|
1495
|
-
* targets.</p>
|
|
1496
|
-
*/
|
|
820
|
+
|
|
1497
821
|
GrowthType?: GrowthType | string;
|
|
1498
822
|
}
|
|
1499
823
|
export declare namespace UpdateDeploymentStrategyRequest {
|
|
1500
|
-
|
|
1501
|
-
* @internal
|
|
1502
|
-
*/
|
|
824
|
+
|
|
1503
825
|
const filterSensitiveLog: (obj: UpdateDeploymentStrategyRequest) => any;
|
|
1504
826
|
}
|
|
1505
827
|
export interface UpdateEnvironmentRequest {
|
|
1506
|
-
|
|
1507
|
-
* <p>The application ID.</p>
|
|
1508
|
-
*/
|
|
828
|
+
|
|
1509
829
|
ApplicationId: string | undefined;
|
|
1510
|
-
|
|
1511
|
-
* <p>The environment ID.</p>
|
|
1512
|
-
*/
|
|
830
|
+
|
|
1513
831
|
EnvironmentId: string | undefined;
|
|
1514
|
-
|
|
1515
|
-
* <p>The name of the environment.</p>
|
|
1516
|
-
*/
|
|
832
|
+
|
|
1517
833
|
Name?: string;
|
|
1518
|
-
|
|
1519
|
-
* <p>A description of the environment.</p>
|
|
1520
|
-
*/
|
|
834
|
+
|
|
1521
835
|
Description?: string;
|
|
1522
|
-
|
|
1523
|
-
* <p>Amazon CloudWatch alarms to monitor during the deployment process.</p>
|
|
1524
|
-
*/
|
|
836
|
+
|
|
1525
837
|
Monitors?: Monitor[];
|
|
1526
838
|
}
|
|
1527
839
|
export declare namespace UpdateEnvironmentRequest {
|
|
1528
|
-
|
|
1529
|
-
* @internal
|
|
1530
|
-
*/
|
|
840
|
+
|
|
1531
841
|
const filterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
|
|
1532
842
|
}
|
|
1533
843
|
export interface ValidateConfigurationRequest {
|
|
1534
|
-
|
|
1535
|
-
* <p>The application ID.</p>
|
|
1536
|
-
*/
|
|
844
|
+
|
|
1537
845
|
ApplicationId: string | undefined;
|
|
1538
|
-
|
|
1539
|
-
* <p>The configuration profile ID.</p>
|
|
1540
|
-
*/
|
|
846
|
+
|
|
1541
847
|
ConfigurationProfileId: string | undefined;
|
|
1542
|
-
|
|
1543
|
-
* <p>The version of the configuration to validate.</p>
|
|
1544
|
-
*/
|
|
848
|
+
|
|
1545
849
|
ConfigurationVersion: string | undefined;
|
|
1546
850
|
}
|
|
1547
851
|
export declare namespace ValidateConfigurationRequest {
|
|
1548
|
-
|
|
1549
|
-
* @internal
|
|
1550
|
-
*/
|
|
852
|
+
|
|
1551
853
|
const filterSensitiveLog: (obj: ValidateConfigurationRequest) => any;
|
|
1552
854
|
}
|