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