@aws-sdk/client-appconfig 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +55 -65
- package/dist-es/models/models_0.js +55 -65
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +4 -4
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -2
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -4
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateExtensionCommand.d.ts +7 -7
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExtensionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetExtensionCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListExtensionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartDeploymentCommand.d.ts +2 -2
- package/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateExtensionCommand.d.ts +6 -6
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +105 -55
- package/dist-types/ts3.4/models/models_0.d.ts +69 -55
- package/package.json +34 -34
|
@@ -3,16 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationFilterSensitiveLog = exports.HostedConfigurationVersionFilterSensitiveLog = exports.CreateHostedConfigurationVersionRequestFilterSensitiveLog = exports.CreateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationProfileFilterSensitiveLog = exports.ValidatorFilterSensitiveLog = exports.DeploymentState = exports.TriggeredBy = exports.DeploymentEventType = exports.PayloadTooLargeException = exports.BytesMeasure = exports.ServiceQuotaExceededException = exports.ConflictException = exports.EnvironmentState = exports.ReplicateTo = exports.GrowthType = exports.ResourceNotFoundException = exports.ValidatorType = exports.InternalServerException = exports.BadRequestException = exports.BadRequestReason = exports.BadRequestDetails = exports.ActionPoint = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const AppConfigServiceException_1 = require("./AppConfigServiceException");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
})(ActionPoint = exports.ActionPoint || (exports.ActionPoint = {}));
|
|
6
|
+
exports.ActionPoint = {
|
|
7
|
+
ON_DEPLOYMENT_BAKING: "ON_DEPLOYMENT_BAKING",
|
|
8
|
+
ON_DEPLOYMENT_COMPLETE: "ON_DEPLOYMENT_COMPLETE",
|
|
9
|
+
ON_DEPLOYMENT_ROLLED_BACK: "ON_DEPLOYMENT_ROLLED_BACK",
|
|
10
|
+
ON_DEPLOYMENT_START: "ON_DEPLOYMENT_START",
|
|
11
|
+
ON_DEPLOYMENT_STEP: "ON_DEPLOYMENT_STEP",
|
|
12
|
+
PRE_CREATE_HOSTED_CONFIGURATION_VERSION: "PRE_CREATE_HOSTED_CONFIGURATION_VERSION",
|
|
13
|
+
PRE_START_DEPLOYMENT: "PRE_START_DEPLOYMENT",
|
|
14
|
+
};
|
|
16
15
|
var BadRequestDetails;
|
|
17
16
|
(function (BadRequestDetails) {
|
|
18
17
|
BadRequestDetails.visit = (value, visitor) => {
|
|
@@ -21,10 +20,9 @@ var BadRequestDetails;
|
|
|
21
20
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
22
21
|
};
|
|
23
22
|
})(BadRequestDetails = exports.BadRequestDetails || (exports.BadRequestDetails = {}));
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(BadRequestReason = exports.BadRequestReason || (exports.BadRequestReason = {}));
|
|
23
|
+
exports.BadRequestReason = {
|
|
24
|
+
INVALID_CONFIGURATION: "InvalidConfiguration",
|
|
25
|
+
};
|
|
28
26
|
class BadRequestException extends AppConfigServiceException_1.AppConfigServiceException {
|
|
29
27
|
constructor(opts) {
|
|
30
28
|
super({
|
|
@@ -55,11 +53,10 @@ class InternalServerException extends AppConfigServiceException_1.AppConfigServi
|
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
exports.InternalServerException = InternalServerException;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
})(ValidatorType = exports.ValidatorType || (exports.ValidatorType = {}));
|
|
56
|
+
exports.ValidatorType = {
|
|
57
|
+
JSON_SCHEMA: "JSON_SCHEMA",
|
|
58
|
+
LAMBDA: "LAMBDA",
|
|
59
|
+
};
|
|
63
60
|
class ResourceNotFoundException extends AppConfigServiceException_1.AppConfigServiceException {
|
|
64
61
|
constructor(opts) {
|
|
65
62
|
super({
|
|
@@ -75,23 +72,20 @@ class ResourceNotFoundException extends AppConfigServiceException_1.AppConfigSer
|
|
|
75
72
|
}
|
|
76
73
|
}
|
|
77
74
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
EnvironmentState["ROLLED_BACK"] = "ROLLED_BACK";
|
|
93
|
-
EnvironmentState["ROLLING_BACK"] = "ROLLING_BACK";
|
|
94
|
-
})(EnvironmentState = exports.EnvironmentState || (exports.EnvironmentState = {}));
|
|
75
|
+
exports.GrowthType = {
|
|
76
|
+
EXPONENTIAL: "EXPONENTIAL",
|
|
77
|
+
LINEAR: "LINEAR",
|
|
78
|
+
};
|
|
79
|
+
exports.ReplicateTo = {
|
|
80
|
+
NONE: "NONE",
|
|
81
|
+
SSM_DOCUMENT: "SSM_DOCUMENT",
|
|
82
|
+
};
|
|
83
|
+
exports.EnvironmentState = {
|
|
84
|
+
DEPLOYING: "DEPLOYING",
|
|
85
|
+
READY_FOR_DEPLOYMENT: "READY_FOR_DEPLOYMENT",
|
|
86
|
+
ROLLED_BACK: "ROLLED_BACK",
|
|
87
|
+
ROLLING_BACK: "ROLLING_BACK",
|
|
88
|
+
};
|
|
95
89
|
class ConflictException extends AppConfigServiceException_1.AppConfigServiceException {
|
|
96
90
|
constructor(opts) {
|
|
97
91
|
super({
|
|
@@ -120,10 +114,9 @@ class ServiceQuotaExceededException extends AppConfigServiceException_1.AppConfi
|
|
|
120
114
|
}
|
|
121
115
|
}
|
|
122
116
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
})(BytesMeasure = exports.BytesMeasure || (exports.BytesMeasure = {}));
|
|
117
|
+
exports.BytesMeasure = {
|
|
118
|
+
KILOBYTES: "KILOBYTES",
|
|
119
|
+
};
|
|
127
120
|
class PayloadTooLargeException extends AppConfigServiceException_1.AppConfigServiceException {
|
|
128
121
|
constructor(opts) {
|
|
129
122
|
super({
|
|
@@ -141,31 +134,28 @@ class PayloadTooLargeException extends AppConfigServiceException_1.AppConfigServ
|
|
|
141
134
|
}
|
|
142
135
|
}
|
|
143
136
|
exports.PayloadTooLargeException = PayloadTooLargeException;
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
DeploymentState["ROLLING_BACK"] = "ROLLING_BACK";
|
|
167
|
-
DeploymentState["VALIDATING"] = "VALIDATING";
|
|
168
|
-
})(DeploymentState = exports.DeploymentState || (exports.DeploymentState = {}));
|
|
137
|
+
exports.DeploymentEventType = {
|
|
138
|
+
BAKE_TIME_STARTED: "BAKE_TIME_STARTED",
|
|
139
|
+
DEPLOYMENT_COMPLETED: "DEPLOYMENT_COMPLETED",
|
|
140
|
+
DEPLOYMENT_STARTED: "DEPLOYMENT_STARTED",
|
|
141
|
+
PERCENTAGE_UPDATED: "PERCENTAGE_UPDATED",
|
|
142
|
+
ROLLBACK_COMPLETED: "ROLLBACK_COMPLETED",
|
|
143
|
+
ROLLBACK_STARTED: "ROLLBACK_STARTED",
|
|
144
|
+
};
|
|
145
|
+
exports.TriggeredBy = {
|
|
146
|
+
APPCONFIG: "APPCONFIG",
|
|
147
|
+
CLOUDWATCH_ALARM: "CLOUDWATCH_ALARM",
|
|
148
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
149
|
+
USER: "USER",
|
|
150
|
+
};
|
|
151
|
+
exports.DeploymentState = {
|
|
152
|
+
BAKING: "BAKING",
|
|
153
|
+
COMPLETE: "COMPLETE",
|
|
154
|
+
DEPLOYING: "DEPLOYING",
|
|
155
|
+
ROLLED_BACK: "ROLLED_BACK",
|
|
156
|
+
ROLLING_BACK: "ROLLING_BACK",
|
|
157
|
+
VALIDATING: "VALIDATING",
|
|
158
|
+
};
|
|
169
159
|
const ValidatorFilterSensitiveLog = (obj) => ({
|
|
170
160
|
...obj,
|
|
171
161
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AppConfigServiceException as __BaseException } from "./AppConfigServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
})(ActionPoint || (ActionPoint = {}));
|
|
3
|
+
export const ActionPoint = {
|
|
4
|
+
ON_DEPLOYMENT_BAKING: "ON_DEPLOYMENT_BAKING",
|
|
5
|
+
ON_DEPLOYMENT_COMPLETE: "ON_DEPLOYMENT_COMPLETE",
|
|
6
|
+
ON_DEPLOYMENT_ROLLED_BACK: "ON_DEPLOYMENT_ROLLED_BACK",
|
|
7
|
+
ON_DEPLOYMENT_START: "ON_DEPLOYMENT_START",
|
|
8
|
+
ON_DEPLOYMENT_STEP: "ON_DEPLOYMENT_STEP",
|
|
9
|
+
PRE_CREATE_HOSTED_CONFIGURATION_VERSION: "PRE_CREATE_HOSTED_CONFIGURATION_VERSION",
|
|
10
|
+
PRE_START_DEPLOYMENT: "PRE_START_DEPLOYMENT",
|
|
11
|
+
};
|
|
13
12
|
export var BadRequestDetails;
|
|
14
13
|
(function (BadRequestDetails) {
|
|
15
14
|
BadRequestDetails.visit = (value, visitor) => {
|
|
@@ -18,10 +17,9 @@ export var BadRequestDetails;
|
|
|
18
17
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
19
18
|
};
|
|
20
19
|
})(BadRequestDetails || (BadRequestDetails = {}));
|
|
21
|
-
export
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
})(BadRequestReason || (BadRequestReason = {}));
|
|
20
|
+
export const BadRequestReason = {
|
|
21
|
+
INVALID_CONFIGURATION: "InvalidConfiguration",
|
|
22
|
+
};
|
|
25
23
|
export class BadRequestException extends __BaseException {
|
|
26
24
|
constructor(opts) {
|
|
27
25
|
super({
|
|
@@ -50,11 +48,10 @@ export class InternalServerException extends __BaseException {
|
|
|
50
48
|
this.Message = opts.Message;
|
|
51
49
|
}
|
|
52
50
|
}
|
|
53
|
-
export
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
})(ValidatorType || (ValidatorType = {}));
|
|
51
|
+
export const ValidatorType = {
|
|
52
|
+
JSON_SCHEMA: "JSON_SCHEMA",
|
|
53
|
+
LAMBDA: "LAMBDA",
|
|
54
|
+
};
|
|
58
55
|
export class ResourceNotFoundException extends __BaseException {
|
|
59
56
|
constructor(opts) {
|
|
60
57
|
super({
|
|
@@ -69,23 +66,20 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
69
66
|
this.ResourceName = opts.ResourceName;
|
|
70
67
|
}
|
|
71
68
|
}
|
|
72
|
-
export
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
EnvironmentState["ROLLED_BACK"] = "ROLLED_BACK";
|
|
87
|
-
EnvironmentState["ROLLING_BACK"] = "ROLLING_BACK";
|
|
88
|
-
})(EnvironmentState || (EnvironmentState = {}));
|
|
69
|
+
export const GrowthType = {
|
|
70
|
+
EXPONENTIAL: "EXPONENTIAL",
|
|
71
|
+
LINEAR: "LINEAR",
|
|
72
|
+
};
|
|
73
|
+
export const ReplicateTo = {
|
|
74
|
+
NONE: "NONE",
|
|
75
|
+
SSM_DOCUMENT: "SSM_DOCUMENT",
|
|
76
|
+
};
|
|
77
|
+
export const EnvironmentState = {
|
|
78
|
+
DEPLOYING: "DEPLOYING",
|
|
79
|
+
READY_FOR_DEPLOYMENT: "READY_FOR_DEPLOYMENT",
|
|
80
|
+
ROLLED_BACK: "ROLLED_BACK",
|
|
81
|
+
ROLLING_BACK: "ROLLING_BACK",
|
|
82
|
+
};
|
|
89
83
|
export class ConflictException extends __BaseException {
|
|
90
84
|
constructor(opts) {
|
|
91
85
|
super({
|
|
@@ -112,10 +106,9 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
112
106
|
this.Message = opts.Message;
|
|
113
107
|
}
|
|
114
108
|
}
|
|
115
|
-
export
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
})(BytesMeasure || (BytesMeasure = {}));
|
|
109
|
+
export const BytesMeasure = {
|
|
110
|
+
KILOBYTES: "KILOBYTES",
|
|
111
|
+
};
|
|
119
112
|
export class PayloadTooLargeException extends __BaseException {
|
|
120
113
|
constructor(opts) {
|
|
121
114
|
super({
|
|
@@ -132,31 +125,28 @@ export class PayloadTooLargeException extends __BaseException {
|
|
|
132
125
|
this.Size = opts.Size;
|
|
133
126
|
}
|
|
134
127
|
}
|
|
135
|
-
export
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
DeploymentState["ROLLING_BACK"] = "ROLLING_BACK";
|
|
158
|
-
DeploymentState["VALIDATING"] = "VALIDATING";
|
|
159
|
-
})(DeploymentState || (DeploymentState = {}));
|
|
128
|
+
export const DeploymentEventType = {
|
|
129
|
+
BAKE_TIME_STARTED: "BAKE_TIME_STARTED",
|
|
130
|
+
DEPLOYMENT_COMPLETED: "DEPLOYMENT_COMPLETED",
|
|
131
|
+
DEPLOYMENT_STARTED: "DEPLOYMENT_STARTED",
|
|
132
|
+
PERCENTAGE_UPDATED: "PERCENTAGE_UPDATED",
|
|
133
|
+
ROLLBACK_COMPLETED: "ROLLBACK_COMPLETED",
|
|
134
|
+
ROLLBACK_STARTED: "ROLLBACK_STARTED",
|
|
135
|
+
};
|
|
136
|
+
export const TriggeredBy = {
|
|
137
|
+
APPCONFIG: "APPCONFIG",
|
|
138
|
+
CLOUDWATCH_ALARM: "CLOUDWATCH_ALARM",
|
|
139
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
140
|
+
USER: "USER",
|
|
141
|
+
};
|
|
142
|
+
export const DeploymentState = {
|
|
143
|
+
BAKING: "BAKING",
|
|
144
|
+
COMPLETE: "COMPLETE",
|
|
145
|
+
DEPLOYING: "DEPLOYING",
|
|
146
|
+
ROLLED_BACK: "ROLLED_BACK",
|
|
147
|
+
ROLLING_BACK: "ROLLING_BACK",
|
|
148
|
+
VALIDATING: "VALIDATING",
|
|
149
|
+
};
|
|
160
150
|
export const ValidatorFilterSensitiveLog = (obj) => ({
|
|
161
151
|
...obj,
|
|
162
152
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -30,10 +30,10 @@ export interface CreateApplicationCommandOutput extends Application, __MetadataB
|
|
|
30
30
|
* import { AppConfigClient, CreateApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
31
31
|
* // const { AppConfigClient, CreateApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
32
32
|
* const client = new AppConfigClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateApplicationRequest
|
|
34
34
|
* Name: "STRING_VALUE", // required
|
|
35
35
|
* Description: "STRING_VALUE",
|
|
36
|
-
* Tags: {
|
|
36
|
+
* Tags: { // TagMap
|
|
37
37
|
* "<keys>": "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* };
|
|
@@ -65,19 +65,19 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
|
|
|
65
65
|
* import { AppConfigClient, CreateConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
66
66
|
* // const { AppConfigClient, CreateConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
67
67
|
* const client = new AppConfigClient(config);
|
|
68
|
-
* const input = {
|
|
68
|
+
* const input = { // CreateConfigurationProfileRequest
|
|
69
69
|
* ApplicationId: "STRING_VALUE", // required
|
|
70
70
|
* Name: "STRING_VALUE", // required
|
|
71
71
|
* Description: "STRING_VALUE",
|
|
72
72
|
* LocationUri: "STRING_VALUE", // required
|
|
73
73
|
* RetrievalRoleArn: "STRING_VALUE",
|
|
74
|
-
* Validators: [
|
|
75
|
-
* {
|
|
74
|
+
* Validators: [ // ValidatorList
|
|
75
|
+
* { // Validator
|
|
76
76
|
* Type: "JSON_SCHEMA" || "LAMBDA", // required
|
|
77
77
|
* Content: "STRING_VALUE", // required
|
|
78
78
|
* },
|
|
79
79
|
* ],
|
|
80
|
-
* Tags: {
|
|
80
|
+
* Tags: { // TagMap
|
|
81
81
|
* "<keys>": "STRING_VALUE",
|
|
82
82
|
* },
|
|
83
83
|
* Type: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg
|
|
|
29
29
|
* import { AppConfigClient, CreateDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
30
30
|
* // const { AppConfigClient, CreateDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
31
31
|
* const client = new AppConfigClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateDeploymentStrategyRequest
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* Description: "STRING_VALUE",
|
|
35
35
|
* DeploymentDurationInMinutes: Number("int"), // required
|
|
@@ -37,7 +37,7 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg
|
|
|
37
37
|
* GrowthFactor: Number("float"), // required
|
|
38
38
|
* GrowthType: "LINEAR" || "EXPONENTIAL",
|
|
39
39
|
* ReplicateTo: "NONE" || "SSM_DOCUMENT",
|
|
40
|
-
* Tags: {
|
|
40
|
+
* Tags: { // TagMap
|
|
41
41
|
* "<keys>": "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* };
|
|
@@ -33,17 +33,17 @@ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataB
|
|
|
33
33
|
* import { AppConfigClient, CreateEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
34
34
|
* // const { AppConfigClient, CreateEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
35
35
|
* const client = new AppConfigClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // CreateEnvironmentRequest
|
|
37
37
|
* ApplicationId: "STRING_VALUE", // required
|
|
38
38
|
* Name: "STRING_VALUE", // required
|
|
39
39
|
* Description: "STRING_VALUE",
|
|
40
|
-
* Monitors: [
|
|
41
|
-
* {
|
|
40
|
+
* Monitors: [ // MonitorList
|
|
41
|
+
* { // Monitor
|
|
42
42
|
* AlarmArn: "STRING_VALUE", // required
|
|
43
43
|
* AlarmRoleArn: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* ],
|
|
46
|
-
* Tags: {
|
|
46
|
+
* Tags: { // TagMap
|
|
47
47
|
* "<keys>": "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* };
|
|
@@ -38,14 +38,14 @@ export interface CreateExtensionAssociationCommandOutput extends ExtensionAssoci
|
|
|
38
38
|
* import { AppConfigClient, CreateExtensionAssociationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
39
39
|
* // const { AppConfigClient, CreateExtensionAssociationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
40
40
|
* const client = new AppConfigClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // CreateExtensionAssociationRequest
|
|
42
42
|
* ExtensionIdentifier: "STRING_VALUE", // required
|
|
43
43
|
* ExtensionVersionNumber: Number("int"),
|
|
44
44
|
* ResourceIdentifier: "STRING_VALUE", // required
|
|
45
|
-
* Parameters: {
|
|
45
|
+
* Parameters: { // ParameterValueMap
|
|
46
46
|
* "<keys>": "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
|
-
* Tags: {
|
|
48
|
+
* Tags: { // TagMap
|
|
49
49
|
* "<keys>": "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
51
|
* };
|
|
@@ -34,12 +34,12 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
|
|
|
34
34
|
* import { AppConfigClient, CreateExtensionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, CreateExtensionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
36
|
* const client = new AppConfigClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // CreateExtensionRequest
|
|
38
38
|
* Name: "STRING_VALUE", // required
|
|
39
39
|
* Description: "STRING_VALUE",
|
|
40
|
-
* Actions: { // required
|
|
41
|
-
* "<keys>": [
|
|
42
|
-
* {
|
|
40
|
+
* Actions: { // ActionsMap // required
|
|
41
|
+
* "<keys>": [ // ActionList
|
|
42
|
+
* { // Action
|
|
43
43
|
* Name: "STRING_VALUE",
|
|
44
44
|
* Description: "STRING_VALUE",
|
|
45
45
|
* Uri: "STRING_VALUE",
|
|
@@ -47,13 +47,13 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
|
|
|
47
47
|
* },
|
|
48
48
|
* ],
|
|
49
49
|
* },
|
|
50
|
-
* Parameters: {
|
|
51
|
-
* "<keys>": {
|
|
50
|
+
* Parameters: { // ParameterMap
|
|
51
|
+
* "<keys>": { // Parameter
|
|
52
52
|
* Description: "STRING_VALUE",
|
|
53
53
|
* Required: true || false,
|
|
54
54
|
* },
|
|
55
55
|
* },
|
|
56
|
-
* Tags: {
|
|
56
|
+
* Tags: { // TagMap
|
|
57
57
|
* "<keys>": "STRING_VALUE",
|
|
58
58
|
* },
|
|
59
59
|
* LatestVersionNumber: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface CreateHostedConfigurationVersionCommandOutput extends HostedCon
|
|
|
27
27
|
* import { AppConfigClient, CreateHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, CreateHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateHostedConfigurationVersionRequest
|
|
31
31
|
* ApplicationId: "STRING_VALUE", // required
|
|
32
32
|
* ConfigurationProfileId: "STRING_VALUE", // required
|
|
33
33
|
* Description: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { AppConfigClient, DeleteApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, DeleteApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteApplicationRequest
|
|
31
31
|
* ApplicationId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteApplicationCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteConfigurationProfileCommandOutput extends __MetadataBeare
|
|
|
27
27
|
* import { AppConfigClient, DeleteConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, DeleteConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteConfigurationProfileRequest
|
|
31
31
|
* ApplicationId: "STRING_VALUE", // required
|
|
32
32
|
* ConfigurationProfileId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer
|
|
|
27
27
|
* import { AppConfigClient, DeleteDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, DeleteDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteDeploymentStrategyRequest
|
|
31
31
|
* DeploymentStrategyId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteDeploymentStrategyCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { AppConfigClient, DeleteEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteEnvironmentRequest
|
|
31
31
|
* ApplicationId: "STRING_VALUE", // required
|
|
32
32
|
* EnvironmentId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteExtensionAssociationCommandOutput extends __MetadataBeare
|
|
|
27
27
|
* import { AppConfigClient, DeleteExtensionAssociationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, DeleteExtensionAssociationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteExtensionAssociationRequest
|
|
31
31
|
* ExtensionAssociationId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteExtensionAssociationCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteExtensionCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { AppConfigClient, DeleteExtensionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, DeleteExtensionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteExtensionRequest
|
|
31
31
|
* ExtensionIdentifier: "STRING_VALUE", // required
|
|
32
32
|
* VersionNumber: Number("int"),
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteHostedConfigurationVersionCommandOutput extends __Metadat
|
|
|
27
27
|
* import { AppConfigClient, DeleteHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
28
28
|
* // const { AppConfigClient, DeleteHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
29
29
|
* const client = new AppConfigClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteHostedConfigurationVersionRequest
|
|
31
31
|
* ApplicationId: "STRING_VALUE", // required
|
|
32
32
|
* ConfigurationProfileId: "STRING_VALUE", // required
|
|
33
33
|
* VersionNumber: Number("int"), // required
|
|
@@ -26,7 +26,7 @@ export interface GetApplicationCommandOutput extends Application, __MetadataBear
|
|
|
26
26
|
* import { AppConfigClient, GetApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
27
27
|
* // const { AppConfigClient, GetApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
28
28
|
* const client = new AppConfigClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetApplicationRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetApplicationCommand(input);
|
|
@@ -42,7 +42,7 @@ export interface GetConfigurationCommandOutput extends Configuration, __Metadata
|
|
|
42
42
|
* import { AppConfigClient, GetConfigurationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
43
43
|
* // const { AppConfigClient, GetConfigurationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
44
44
|
* const client = new AppConfigClient(config);
|
|
45
|
-
* const input = {
|
|
45
|
+
* const input = { // GetConfigurationRequest
|
|
46
46
|
* Application: "STRING_VALUE", // required
|
|
47
47
|
* Environment: "STRING_VALUE", // required
|
|
48
48
|
* Configuration: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetConfigurationProfileCommandOutput extends ConfigurationProfi
|
|
|
26
26
|
* import { AppConfigClient, GetConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
27
27
|
* // const { AppConfigClient, GetConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
28
28
|
* const client = new AppConfigClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetConfigurationProfileRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* ConfigurationProfileId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer
|
|
|
26
26
|
* import { AppConfigClient, GetDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
27
27
|
* // const { AppConfigClient, GetDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
28
28
|
* const client = new AppConfigClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeploymentRequest
|
|
30
30
|
* ApplicationId: "STRING_VALUE", // required
|
|
31
31
|
* EnvironmentId: "STRING_VALUE", // required
|
|
32
32
|
* DeploymentNumber: Number("int"), // required
|
|
@@ -30,7 +30,7 @@ export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy,
|
|
|
30
30
|
* import { AppConfigClient, GetDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
31
31
|
* // const { AppConfigClient, GetDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
32
32
|
* const client = new AppConfigClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // GetDeploymentStrategyRequest
|
|
34
34
|
* DeploymentStrategyId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetDeploymentStrategyCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface GetEnvironmentCommandOutput extends Environment, __MetadataBear
|
|
|
31
31
|
* import { AppConfigClient, GetEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
32
32
|
* // const { AppConfigClient, GetEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
33
33
|
* const client = new AppConfigClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetEnvironmentRequest
|
|
35
35
|
* ApplicationId: "STRING_VALUE", // required
|
|
36
36
|
* EnvironmentId: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
@@ -29,7 +29,7 @@ export interface GetExtensionAssociationCommandOutput extends ExtensionAssociati
|
|
|
29
29
|
* import { AppConfigClient, GetExtensionAssociationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
30
30
|
* // const { AppConfigClient, GetExtensionAssociationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
31
31
|
* const client = new AppConfigClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetExtensionAssociationRequest
|
|
33
33
|
* ExtensionAssociationId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetExtensionAssociationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetExtensionCommandOutput extends Extension, __MetadataBearer {
|
|
|
26
26
|
* import { AppConfigClient, GetExtensionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
27
27
|
* // const { AppConfigClient, GetExtensionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
28
28
|
* const client = new AppConfigClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetExtensionRequest
|
|
30
30
|
* ExtensionIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* VersionNumber: Number("int"),
|
|
32
32
|
* };
|