@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.
Files changed (48) hide show
  1. package/dist-cjs/models/models_0.js +55 -65
  2. package/dist-es/models/models_0.js +55 -65
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -2
  4. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +4 -4
  5. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateExtensionCommand.d.ts +7 -7
  9. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteExtensionCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +1 -1
  17. package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  18. package/dist-types/commands/GetConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  21. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +1 -1
  22. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
  23. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +1 -1
  24. package/dist-types/commands/GetExtensionCommand.d.ts +1 -1
  25. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +1 -1
  26. package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +1 -1
  29. package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListExtensionsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -2
  36. package/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  38. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  39. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
  43. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -2
  44. package/dist-types/commands/UpdateExtensionCommand.d.ts +6 -6
  45. package/dist-types/commands/ValidateConfigurationCommand.d.ts +1 -1
  46. package/dist-types/models/models_0.d.ts +105 -55
  47. package/dist-types/ts3.4/models/models_0.d.ts +69 -55
  48. 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
- var ActionPoint;
7
- (function (ActionPoint) {
8
- ActionPoint["ON_DEPLOYMENT_BAKING"] = "ON_DEPLOYMENT_BAKING";
9
- ActionPoint["ON_DEPLOYMENT_COMPLETE"] = "ON_DEPLOYMENT_COMPLETE";
10
- ActionPoint["ON_DEPLOYMENT_ROLLED_BACK"] = "ON_DEPLOYMENT_ROLLED_BACK";
11
- ActionPoint["ON_DEPLOYMENT_START"] = "ON_DEPLOYMENT_START";
12
- ActionPoint["ON_DEPLOYMENT_STEP"] = "ON_DEPLOYMENT_STEP";
13
- ActionPoint["PRE_CREATE_HOSTED_CONFIGURATION_VERSION"] = "PRE_CREATE_HOSTED_CONFIGURATION_VERSION";
14
- ActionPoint["PRE_START_DEPLOYMENT"] = "PRE_START_DEPLOYMENT";
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
- var BadRequestReason;
25
- (function (BadRequestReason) {
26
- BadRequestReason["INVALID_CONFIGURATION"] = "InvalidConfiguration";
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
- var ValidatorType;
59
- (function (ValidatorType) {
60
- ValidatorType["JSON_SCHEMA"] = "JSON_SCHEMA";
61
- ValidatorType["LAMBDA"] = "LAMBDA";
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
- var GrowthType;
79
- (function (GrowthType) {
80
- GrowthType["EXPONENTIAL"] = "EXPONENTIAL";
81
- GrowthType["LINEAR"] = "LINEAR";
82
- })(GrowthType = exports.GrowthType || (exports.GrowthType = {}));
83
- var ReplicateTo;
84
- (function (ReplicateTo) {
85
- ReplicateTo["NONE"] = "NONE";
86
- ReplicateTo["SSM_DOCUMENT"] = "SSM_DOCUMENT";
87
- })(ReplicateTo = exports.ReplicateTo || (exports.ReplicateTo = {}));
88
- var EnvironmentState;
89
- (function (EnvironmentState) {
90
- EnvironmentState["DEPLOYING"] = "DEPLOYING";
91
- EnvironmentState["READY_FOR_DEPLOYMENT"] = "READY_FOR_DEPLOYMENT";
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
- var BytesMeasure;
124
- (function (BytesMeasure) {
125
- BytesMeasure["KILOBYTES"] = "KILOBYTES";
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
- var DeploymentEventType;
145
- (function (DeploymentEventType) {
146
- DeploymentEventType["BAKE_TIME_STARTED"] = "BAKE_TIME_STARTED";
147
- DeploymentEventType["DEPLOYMENT_COMPLETED"] = "DEPLOYMENT_COMPLETED";
148
- DeploymentEventType["DEPLOYMENT_STARTED"] = "DEPLOYMENT_STARTED";
149
- DeploymentEventType["PERCENTAGE_UPDATED"] = "PERCENTAGE_UPDATED";
150
- DeploymentEventType["ROLLBACK_COMPLETED"] = "ROLLBACK_COMPLETED";
151
- DeploymentEventType["ROLLBACK_STARTED"] = "ROLLBACK_STARTED";
152
- })(DeploymentEventType = exports.DeploymentEventType || (exports.DeploymentEventType = {}));
153
- var TriggeredBy;
154
- (function (TriggeredBy) {
155
- TriggeredBy["APPCONFIG"] = "APPCONFIG";
156
- TriggeredBy["CLOUDWATCH_ALARM"] = "CLOUDWATCH_ALARM";
157
- TriggeredBy["INTERNAL_ERROR"] = "INTERNAL_ERROR";
158
- TriggeredBy["USER"] = "USER";
159
- })(TriggeredBy = exports.TriggeredBy || (exports.TriggeredBy = {}));
160
- var DeploymentState;
161
- (function (DeploymentState) {
162
- DeploymentState["BAKING"] = "BAKING";
163
- DeploymentState["COMPLETE"] = "COMPLETE";
164
- DeploymentState["DEPLOYING"] = "DEPLOYING";
165
- DeploymentState["ROLLED_BACK"] = "ROLLED_BACK";
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 var ActionPoint;
4
- (function (ActionPoint) {
5
- ActionPoint["ON_DEPLOYMENT_BAKING"] = "ON_DEPLOYMENT_BAKING";
6
- ActionPoint["ON_DEPLOYMENT_COMPLETE"] = "ON_DEPLOYMENT_COMPLETE";
7
- ActionPoint["ON_DEPLOYMENT_ROLLED_BACK"] = "ON_DEPLOYMENT_ROLLED_BACK";
8
- ActionPoint["ON_DEPLOYMENT_START"] = "ON_DEPLOYMENT_START";
9
- ActionPoint["ON_DEPLOYMENT_STEP"] = "ON_DEPLOYMENT_STEP";
10
- ActionPoint["PRE_CREATE_HOSTED_CONFIGURATION_VERSION"] = "PRE_CREATE_HOSTED_CONFIGURATION_VERSION";
11
- ActionPoint["PRE_START_DEPLOYMENT"] = "PRE_START_DEPLOYMENT";
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 var BadRequestReason;
22
- (function (BadRequestReason) {
23
- BadRequestReason["INVALID_CONFIGURATION"] = "InvalidConfiguration";
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 var ValidatorType;
54
- (function (ValidatorType) {
55
- ValidatorType["JSON_SCHEMA"] = "JSON_SCHEMA";
56
- ValidatorType["LAMBDA"] = "LAMBDA";
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 var GrowthType;
73
- (function (GrowthType) {
74
- GrowthType["EXPONENTIAL"] = "EXPONENTIAL";
75
- GrowthType["LINEAR"] = "LINEAR";
76
- })(GrowthType || (GrowthType = {}));
77
- export var ReplicateTo;
78
- (function (ReplicateTo) {
79
- ReplicateTo["NONE"] = "NONE";
80
- ReplicateTo["SSM_DOCUMENT"] = "SSM_DOCUMENT";
81
- })(ReplicateTo || (ReplicateTo = {}));
82
- export var EnvironmentState;
83
- (function (EnvironmentState) {
84
- EnvironmentState["DEPLOYING"] = "DEPLOYING";
85
- EnvironmentState["READY_FOR_DEPLOYMENT"] = "READY_FOR_DEPLOYMENT";
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 var BytesMeasure;
116
- (function (BytesMeasure) {
117
- BytesMeasure["KILOBYTES"] = "KILOBYTES";
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 var DeploymentEventType;
136
- (function (DeploymentEventType) {
137
- DeploymentEventType["BAKE_TIME_STARTED"] = "BAKE_TIME_STARTED";
138
- DeploymentEventType["DEPLOYMENT_COMPLETED"] = "DEPLOYMENT_COMPLETED";
139
- DeploymentEventType["DEPLOYMENT_STARTED"] = "DEPLOYMENT_STARTED";
140
- DeploymentEventType["PERCENTAGE_UPDATED"] = "PERCENTAGE_UPDATED";
141
- DeploymentEventType["ROLLBACK_COMPLETED"] = "ROLLBACK_COMPLETED";
142
- DeploymentEventType["ROLLBACK_STARTED"] = "ROLLBACK_STARTED";
143
- })(DeploymentEventType || (DeploymentEventType = {}));
144
- export var TriggeredBy;
145
- (function (TriggeredBy) {
146
- TriggeredBy["APPCONFIG"] = "APPCONFIG";
147
- TriggeredBy["CLOUDWATCH_ALARM"] = "CLOUDWATCH_ALARM";
148
- TriggeredBy["INTERNAL_ERROR"] = "INTERNAL_ERROR";
149
- TriggeredBy["USER"] = "USER";
150
- })(TriggeredBy || (TriggeredBy = {}));
151
- export var DeploymentState;
152
- (function (DeploymentState) {
153
- DeploymentState["BAKING"] = "BAKING";
154
- DeploymentState["COMPLETE"] = "COMPLETE";
155
- DeploymentState["DEPLOYING"] = "DEPLOYING";
156
- DeploymentState["ROLLED_BACK"] = "ROLLED_BACK";
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
  * };