@aws-sdk/client-appconfig 3.529.1 → 3.535.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 (99) hide show
  1. package/dist-types/AppConfig.d.ts +5 -1
  2. package/dist-types/AppConfigClient.d.ts +1 -1
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateExtensionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +4 -3
  10. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteExtensionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  18. package/dist-types/commands/GetConfigurationCommand.d.ts +4 -4
  19. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  21. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +2 -1
  22. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
  23. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -1
  24. package/dist-types/commands/GetExtensionCommand.d.ts +2 -1
  25. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +3 -2
  26. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListExtensionsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  36. package/dist-types/commands/StopDeploymentCommand.d.ts +2 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateExtensionCommand.d.ts +2 -1
  45. package/dist-types/commands/ValidateConfigurationCommand.d.ts +2 -1
  46. package/dist-types/models/models_0.d.ts +328 -328
  47. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  48. package/dist-types/runtimeConfig.d.ts +2 -2
  49. package/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  51. package/dist-types/ts3.4/AppConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  99. package/package.json +41 -41
@@ -1,7 +1,6 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AppConfigServiceException as __BaseException } from "./AppConfigServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>An action defines the tasks that the extension performs during the AppConfig
6
5
  * workflow. Each action includes an action point such as
7
6
  * <code>ON_CREATE_HOSTED_CONFIGURATION</code>, <code>PRE_DEPLOYMENT</code>, or
@@ -45,71 +44,72 @@ import { AppConfigServiceException as __BaseException } from "./AppConfigService
45
44
  * </p>
46
45
  * </li>
47
46
  * </ul>
47
+ * @public
48
48
  */
49
49
  export interface Action {
50
50
  /**
51
- * @public
52
51
  * <p>The action name.</p>
52
+ * @public
53
53
  */
54
54
  Name?: string;
55
55
  /**
56
- * @public
57
56
  * <p>Information about the action.</p>
57
+ * @public
58
58
  */
59
59
  Description?: string;
60
60
  /**
61
- * @public
62
61
  * <p>The extension URI associated to the action point in the extension definition. The URI
63
62
  * can be an Amazon Resource Name (ARN) for one of the following: an Lambda
64
63
  * function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.</p>
64
+ * @public
65
65
  */
66
66
  Uri?: string;
67
67
  /**
68
- * @public
69
68
  * <p>An Amazon Resource Name (ARN) for an Identity and Access Management assume role.</p>
69
+ * @public
70
70
  */
71
71
  RoleArn?: string;
72
72
  }
73
73
  /**
74
- * @public
75
74
  * <p>An extension that was invoked as part of a deployment event.</p>
75
+ * @public
76
76
  */
77
77
  export interface ActionInvocation {
78
78
  /**
79
- * @public
80
79
  * <p>The name, the ID, or the Amazon Resource Name (ARN) of the extension.</p>
80
+ * @public
81
81
  */
82
82
  ExtensionIdentifier?: string;
83
83
  /**
84
- * @public
85
84
  * <p>The name of the action.</p>
85
+ * @public
86
86
  */
87
87
  ActionName?: string;
88
88
  /**
89
- * @public
90
89
  * <p>The extension URI associated to the action point in the extension definition. The URI
91
90
  * can be an Amazon Resource Name (ARN) for one of the following: an Lambda
92
91
  * function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.</p>
92
+ * @public
93
93
  */
94
94
  Uri?: string;
95
95
  /**
96
- * @public
97
96
  * <p>An Amazon Resource Name (ARN) for an Identity and Access Management assume role.</p>
97
+ * @public
98
98
  */
99
99
  RoleArn?: string;
100
100
  /**
101
- * @public
102
101
  * <p>The error message when an extension invocation fails.</p>
102
+ * @public
103
103
  */
104
104
  ErrorMessage?: string;
105
105
  /**
106
- * @public
107
106
  * <p>The error code when an extension invocation fails.</p>
107
+ * @public
108
108
  */
109
109
  ErrorCode?: string;
110
110
  /**
111
- * @public
112
111
  * <p>A system-generated ID for this invocation.</p>
112
+ * @public
113
113
  */
114
114
  InvocationId?: string;
115
115
  }
@@ -135,60 +135,60 @@ export type ActionPoint = (typeof ActionPoint)[keyof typeof ActionPoint];
135
135
  */
136
136
  export interface Application {
137
137
  /**
138
- * @public
139
138
  * <p>The application ID.</p>
139
+ * @public
140
140
  */
141
141
  Id?: string;
142
142
  /**
143
- * @public
144
143
  * <p>The application name.</p>
144
+ * @public
145
145
  */
146
146
  Name?: string;
147
147
  /**
148
- * @public
149
148
  * <p>The description of the application.</p>
149
+ * @public
150
150
  */
151
151
  Description?: string;
152
152
  }
153
153
  /**
154
- * @public
155
154
  * <p>Detailed information about the bad request exception error when creating a hosted
156
155
  * configuration version.</p>
156
+ * @public
157
157
  */
158
158
  export interface InvalidConfigurationDetail {
159
159
  /**
160
- * @public
161
160
  * <p>The invalid or out-of-range validation constraint in your JSON schema that failed
162
161
  * validation.</p>
162
+ * @public
163
163
  */
164
164
  Constraint?: string;
165
165
  /**
166
- * @public
167
166
  * <p>Location of the validation constraint in the configuration JSON schema that failed
168
167
  * validation.</p>
168
+ * @public
169
169
  */
170
170
  Location?: string;
171
171
  /**
172
- * @public
173
172
  * <p>The reason for an invalid configuration error.</p>
173
+ * @public
174
174
  */
175
175
  Reason?: string;
176
176
  /**
177
- * @public
178
177
  * <p>The type of error for an invalid configuration.</p>
178
+ * @public
179
179
  */
180
180
  Type?: string;
181
181
  /**
182
- * @public
183
182
  * <p>Details about an error with Lambda when a synchronous extension
184
183
  * experiences an error during an invocation.</p>
184
+ * @public
185
185
  */
186
186
  Value?: string;
187
187
  }
188
188
  /**
189
- * @public
190
189
  * <p>Detailed information about the input that failed to satisfy the constraints specified by
191
190
  * a call.</p>
191
+ * @public
192
192
  */
193
193
  export type BadRequestDetails = BadRequestDetails.InvalidConfigurationMember | BadRequestDetails.$UnknownMember;
194
194
  /**
@@ -196,9 +196,9 @@ export type BadRequestDetails = BadRequestDetails.InvalidConfigurationMember | B
196
196
  */
197
197
  export declare namespace BadRequestDetails {
198
198
  /**
199
- * @public
200
199
  * <p>Detailed information about the bad request exception error when creating a hosted
201
200
  * configuration version.</p>
201
+ * @public
202
202
  */
203
203
  interface InvalidConfigurationMember {
204
204
  InvalidConfiguration: InvalidConfigurationDetail[];
@@ -229,8 +229,8 @@ export declare const BadRequestReason: {
229
229
  */
230
230
  export type BadRequestReason = (typeof BadRequestReason)[keyof typeof BadRequestReason];
231
231
  /**
232
- * @public
233
232
  * <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
233
+ * @public
234
234
  */
235
235
  export declare class BadRequestException extends __BaseException {
236
236
  readonly name: "BadRequestException";
@@ -238,9 +238,9 @@ export declare class BadRequestException extends __BaseException {
238
238
  Message?: string;
239
239
  Reason?: BadRequestReason;
240
240
  /**
241
- * @public
242
241
  * <p>Detailed information about the input that failed to satisfy the constraints specified by
243
242
  * a call.</p>
243
+ * @public
244
244
  */
245
245
  Details?: BadRequestDetails;
246
246
  /**
@@ -253,25 +253,25 @@ export declare class BadRequestException extends __BaseException {
253
253
  */
254
254
  export interface CreateApplicationRequest {
255
255
  /**
256
- * @public
257
256
  * <p>A name for the application.</p>
257
+ * @public
258
258
  */
259
259
  Name: string | undefined;
260
260
  /**
261
- * @public
262
261
  * <p>A description of the application.</p>
262
+ * @public
263
263
  */
264
264
  Description?: string;
265
265
  /**
266
- * @public
267
266
  * <p>Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which
268
267
  * you define.</p>
268
+ * @public
269
269
  */
270
270
  Tags?: Record<string, string>;
271
271
  }
272
272
  /**
273
- * @public
274
273
  * <p>There was an internal failure in the AppConfig service.</p>
274
+ * @public
275
275
  */
276
276
  export declare class InternalServerException extends __BaseException {
277
277
  readonly name: "InternalServerException";
@@ -283,7 +283,6 @@ export declare class InternalServerException extends __BaseException {
283
283
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
284
284
  }
285
285
  /**
286
- * @public
287
286
  * <p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your
288
287
  * environment doesn't exceed the following service quotas:</p>
289
288
  * <p>Applications: 100 max</p>
@@ -293,6 +292,7 @@ export declare class InternalServerException extends __BaseException {
293
292
  * <p>To resolve this issue, you can delete one or more resources and try again. Or, you can
294
293
  * request a quota increase. For more information about quotas and to request an increase, see
295
294
  * <a href="https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>
295
+ * @public
296
296
  */
297
297
  export declare class ServiceQuotaExceededException extends __BaseException {
298
298
  readonly name: "ServiceQuotaExceededException";
@@ -316,25 +316,25 @@ export declare const ValidatorType: {
316
316
  */
317
317
  export type ValidatorType = (typeof ValidatorType)[keyof typeof ValidatorType];
318
318
  /**
319
- * @public
320
319
  * <p>A validator provides a syntactic or semantic check to ensure the configuration that you
321
320
  * want to deploy functions as intended. To validate your application configuration data, you
322
321
  * provide a schema or an Amazon Web Services Lambda function that runs against the configuration. The
323
322
  * configuration deployment or update can only proceed when the configuration data is
324
323
  * valid.</p>
324
+ * @public
325
325
  */
326
326
  export interface Validator {
327
327
  /**
328
- * @public
329
328
  * <p>AppConfig supports validators of type <code>JSON_SCHEMA</code> and
330
329
  * <code>LAMBDA</code>
331
330
  * </p>
331
+ * @public
332
332
  */
333
333
  Type: ValidatorType | undefined;
334
334
  /**
335
- * @public
336
335
  * <p>Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda
337
336
  * function.</p>
337
+ * @public
338
338
  */
339
339
  Content: string | undefined;
340
340
  }
@@ -343,43 +343,42 @@ export interface Validator {
343
343
  */
344
344
  export interface ConfigurationProfile {
345
345
  /**
346
- * @public
347
346
  * <p>The application ID.</p>
347
+ * @public
348
348
  */
349
349
  ApplicationId?: string;
350
350
  /**
351
- * @public
352
351
  * <p>The configuration profile ID.</p>
352
+ * @public
353
353
  */
354
354
  Id?: string;
355
355
  /**
356
- * @public
357
356
  * <p>The name of the configuration profile.</p>
357
+ * @public
358
358
  */
359
359
  Name?: string;
360
360
  /**
361
- * @public
362
361
  * <p>The configuration profile description.</p>
362
+ * @public
363
363
  */
364
364
  Description?: string;
365
365
  /**
366
- * @public
367
366
  * <p>The URI location of the configuration.</p>
367
+ * @public
368
368
  */
369
369
  LocationUri?: string;
370
370
  /**
371
- * @public
372
371
  * <p>The ARN of an IAM role with permission to access the configuration at the specified
373
372
  * <code>LocationUri</code>.</p>
373
+ * @public
374
374
  */
375
375
  RetrievalRoleArn?: string;
376
376
  /**
377
- * @public
378
377
  * <p>A list of methods for validating the configuration.</p>
378
+ * @public
379
379
  */
380
380
  Validators?: Validator[];
381
381
  /**
382
- * @public
383
382
  * <p>The type of configurations contained in the profile. AppConfig supports
384
383
  * <code>feature flags</code> and <code>freeform</code> configurations. We recommend you
385
384
  * create feature flag configurations to enable or disable new features and freeform
@@ -391,21 +390,22 @@ export interface ConfigurationProfile {
391
390
  * <p>
392
391
  * <code>AWS.Freeform</code>
393
392
  * </p>
393
+ * @public
394
394
  */
395
395
  Type?: string;
396
396
  /**
397
- * @public
398
397
  * <p>The Amazon Resource Name of the Key Management Service key to encrypt new configuration
399
398
  * data versions in the AppConfig hosted configuration store. This attribute is only
400
399
  * used for <code>hosted</code> configuration types. To encrypt data managed in other
401
400
  * configuration stores, see the documentation for how to specify an KMS key
402
401
  * for that particular service.</p>
402
+ * @public
403
403
  */
404
404
  KmsKeyArn?: string;
405
405
  /**
406
- * @public
407
406
  * <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when
408
407
  * the resource was created or updated.</p>
408
+ * @public
409
409
  */
410
410
  KmsKeyIdentifier?: string;
411
411
  }
@@ -414,22 +414,21 @@ export interface ConfigurationProfile {
414
414
  */
415
415
  export interface CreateConfigurationProfileRequest {
416
416
  /**
417
- * @public
418
417
  * <p>The application ID.</p>
418
+ * @public
419
419
  */
420
420
  ApplicationId: string | undefined;
421
421
  /**
422
- * @public
423
422
  * <p>A name for the configuration profile.</p>
423
+ * @public
424
424
  */
425
425
  Name: string | undefined;
426
426
  /**
427
- * @public
428
427
  * <p>A description of the configuration profile.</p>
428
+ * @public
429
429
  */
430
430
  Description?: string;
431
431
  /**
432
- * @public
433
432
  * <p>A URI to locate the configuration. You can specify the following:</p>
434
433
  * <ul>
435
434
  * <li>
@@ -461,32 +460,32 @@ export interface CreateConfigurationProfileRequest {
461
460
  * (ARN).</p>
462
461
  * </li>
463
462
  * </ul>
463
+ * @public
464
464
  */
465
465
  LocationUri: string | undefined;
466
466
  /**
467
- * @public
468
467
  * <p>The ARN of an IAM role with permission to access the configuration at the specified
469
468
  * <code>LocationUri</code>.</p>
470
469
  * <important>
471
470
  * <p>A retrieval role ARN is not required for configurations stored in the AppConfig hosted configuration store. It is required for all other sources that
472
471
  * store your configuration. </p>
473
472
  * </important>
473
+ * @public
474
474
  */
475
475
  RetrievalRoleArn?: string;
476
476
  /**
477
- * @public
478
477
  * <p>A list of methods for validating the configuration.</p>
478
+ * @public
479
479
  */
480
480
  Validators?: Validator[];
481
481
  /**
482
- * @public
483
482
  * <p>Metadata to assign to the configuration profile. Tags help organize and categorize your
484
483
  * AppConfig resources. Each tag consists of a key and an optional value, both of
485
484
  * which you define.</p>
485
+ * @public
486
486
  */
487
487
  Tags?: Record<string, string>;
488
488
  /**
489
- * @public
490
489
  * <p>The type of configurations contained in the profile. AppConfig supports
491
490
  * <code>feature flags</code> and <code>freeform</code> configurations. We recommend you
492
491
  * create feature flag configurations to enable or disable new features and freeform
@@ -498,21 +497,22 @@ export interface CreateConfigurationProfileRequest {
498
497
  * <p>
499
498
  * <code>AWS.Freeform</code>
500
499
  * </p>
500
+ * @public
501
501
  */
502
502
  Type?: string;
503
503
  /**
504
- * @public
505
504
  * <p>The identifier for an Key Management Service key to encrypt new configuration data
506
505
  * versions in the AppConfig hosted configuration store. This attribute is only used
507
506
  * for <code>hosted</code> configuration types. The identifier can be an KMS
508
507
  * key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data
509
508
  * managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.</p>
509
+ * @public
510
510
  */
511
511
  KmsKeyIdentifier?: string;
512
512
  }
513
513
  /**
514
- * @public
515
514
  * <p>The requested resource could not be found.</p>
515
+ * @public
516
516
  */
517
517
  export declare class ResourceNotFoundException extends __BaseException {
518
518
  readonly name: "ResourceNotFoundException";
@@ -553,38 +553,37 @@ export type ReplicateTo = (typeof ReplicateTo)[keyof typeof ReplicateTo];
553
553
  */
554
554
  export interface CreateDeploymentStrategyRequest {
555
555
  /**
556
- * @public
557
556
  * <p>A name for the deployment strategy.</p>
557
+ * @public
558
558
  */
559
559
  Name: string | undefined;
560
560
  /**
561
- * @public
562
561
  * <p>A description of the deployment strategy.</p>
562
+ * @public
563
563
  */
564
564
  Description?: string;
565
565
  /**
566
- * @public
567
566
  * <p>Total amount of time for a deployment to last.</p>
567
+ * @public
568
568
  */
569
569
  DeploymentDurationInMinutes: number | undefined;
570
570
  /**
571
- * @public
572
571
  * <p>Specifies the amount of time AppConfig monitors for Amazon CloudWatch alarms after the
573
572
  * configuration has been deployed to 100% of its targets, before considering the deployment
574
573
  * to be complete. If an alarm is triggered during this time, AppConfig rolls back
575
574
  * the deployment. You must configure permissions for AppConfig to roll back based
576
575
  * on CloudWatch alarms. For more information, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/getting-started-with-appconfig-cloudwatch-alarms-permissions.html">Configuring permissions for rollback based on Amazon CloudWatch alarms</a> in the
577
576
  * <i>AppConfig User Guide</i>.</p>
577
+ * @public
578
578
  */
579
579
  FinalBakeTimeInMinutes?: number;
580
580
  /**
581
- * @public
582
581
  * <p>The percentage of targets to receive a deployed configuration during each
583
582
  * interval.</p>
583
+ * @public
584
584
  */
585
585
  GrowthFactor: number | undefined;
586
586
  /**
587
- * @public
588
587
  * <p>The algorithm used to define how percentage grows over time. AppConfig
589
588
  * supports the following growth types:</p>
590
589
  * <p>
@@ -614,18 +613,19 @@ export interface CreateDeploymentStrategyRequest {
614
613
  * <p>Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the
615
614
  * targets, 8% of the targets, and continues until the configuration has been deployed to all
616
615
  * targets.</p>
616
+ * @public
617
617
  */
618
618
  GrowthType?: GrowthType;
619
619
  /**
620
- * @public
621
620
  * <p>Save the deployment strategy to a Systems Manager (SSM) document.</p>
621
+ * @public
622
622
  */
623
623
  ReplicateTo?: ReplicateTo;
624
624
  /**
625
- * @public
626
625
  * <p>Metadata to assign to the deployment strategy. Tags help organize and categorize your
627
626
  * AppConfig resources. Each tag consists of a key and an optional value, both of
628
627
  * which you define.</p>
628
+ * @public
629
629
  */
630
630
  Tags?: Record<string, string>;
631
631
  }
@@ -634,62 +634,62 @@ export interface CreateDeploymentStrategyRequest {
634
634
  */
635
635
  export interface DeploymentStrategy {
636
636
  /**
637
- * @public
638
637
  * <p>The deployment strategy ID.</p>
638
+ * @public
639
639
  */
640
640
  Id?: string;
641
641
  /**
642
- * @public
643
642
  * <p>The name of the deployment strategy.</p>
643
+ * @public
644
644
  */
645
645
  Name?: string;
646
646
  /**
647
- * @public
648
647
  * <p>The description of the deployment strategy.</p>
648
+ * @public
649
649
  */
650
650
  Description?: string;
651
651
  /**
652
- * @public
653
652
  * <p>Total amount of time the deployment lasted.</p>
653
+ * @public
654
654
  */
655
655
  DeploymentDurationInMinutes?: number;
656
656
  /**
657
- * @public
658
657
  * <p>The algorithm used to define how percentage grew over time.</p>
658
+ * @public
659
659
  */
660
660
  GrowthType?: GrowthType;
661
661
  /**
662
- * @public
663
662
  * <p>The percentage of targets that received a deployed configuration during each
664
663
  * interval.</p>
664
+ * @public
665
665
  */
666
666
  GrowthFactor?: number;
667
667
  /**
668
- * @public
669
668
  * <p>The amount of time that AppConfig monitored for alarms before considering the
670
669
  * deployment to be complete and no longer eligible for automatic rollback.</p>
670
+ * @public
671
671
  */
672
672
  FinalBakeTimeInMinutes?: number;
673
673
  /**
674
- * @public
675
674
  * <p>Save the deployment strategy to a Systems Manager (SSM) document.</p>
675
+ * @public
676
676
  */
677
677
  ReplicateTo?: ReplicateTo;
678
678
  }
679
679
  /**
680
- * @public
681
680
  * <p>Amazon CloudWatch alarms to monitor during the deployment process.</p>
681
+ * @public
682
682
  */
683
683
  export interface Monitor {
684
684
  /**
685
- * @public
686
685
  * <p>Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.</p>
686
+ * @public
687
687
  */
688
688
  AlarmArn: string | undefined;
689
689
  /**
690
- * @public
691
690
  * <p>ARN of an Identity and Access Management (IAM) role for AppConfig to monitor
692
691
  * <code>AlarmArn</code>.</p>
692
+ * @public
693
693
  */
694
694
  AlarmRoleArn?: string;
695
695
  }
@@ -698,29 +698,29 @@ export interface Monitor {
698
698
  */
699
699
  export interface CreateEnvironmentRequest {
700
700
  /**
701
- * @public
702
701
  * <p>The application ID.</p>
702
+ * @public
703
703
  */
704
704
  ApplicationId: string | undefined;
705
705
  /**
706
- * @public
707
706
  * <p>A name for the environment.</p>
707
+ * @public
708
708
  */
709
709
  Name: string | undefined;
710
710
  /**
711
- * @public
712
711
  * <p>A description of the environment.</p>
712
+ * @public
713
713
  */
714
714
  Description?: string;
715
715
  /**
716
- * @public
717
716
  * <p>Amazon CloudWatch alarms to monitor during the deployment process.</p>
717
+ * @public
718
718
  */
719
719
  Monitors?: Monitor[];
720
720
  /**
721
- * @public
722
721
  * <p>Metadata to assign to the environment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which
723
722
  * you define.</p>
723
+ * @public
724
724
  */
725
725
  Tags?: Record<string, string>;
726
726
  }
@@ -743,43 +743,43 @@ export type EnvironmentState = (typeof EnvironmentState)[keyof typeof Environmen
743
743
  */
744
744
  export interface Environment {
745
745
  /**
746
- * @public
747
746
  * <p>The application ID.</p>
747
+ * @public
748
748
  */
749
749
  ApplicationId?: string;
750
750
  /**
751
- * @public
752
751
  * <p>The environment ID.</p>
752
+ * @public
753
753
  */
754
754
  Id?: string;
755
755
  /**
756
- * @public
757
756
  * <p>The name of the environment.</p>
757
+ * @public
758
758
  */
759
759
  Name?: string;
760
760
  /**
761
- * @public
762
761
  * <p>The description of the environment.</p>
762
+ * @public
763
763
  */
764
764
  Description?: string;
765
765
  /**
766
- * @public
767
766
  * <p>The state of the environment. An environment can be in one of the following states:
768
767
  * <code>READY_FOR_DEPLOYMENT</code>, <code>DEPLOYING</code>, <code>ROLLING_BACK</code>, or
769
768
  * <code>ROLLED_BACK</code>
770
769
  * </p>
770
+ * @public
771
771
  */
772
772
  State?: EnvironmentState;
773
773
  /**
774
- * @public
775
774
  * <p>Amazon CloudWatch alarms monitored during the deployment.</p>
775
+ * @public
776
776
  */
777
777
  Monitors?: Monitor[];
778
778
  }
779
779
  /**
780
- * @public
781
780
  * <p>The request could not be processed because of conflict in the current state of the
782
781
  * resource.</p>
782
+ * @public
783
783
  */
784
784
  export declare class ConflictException extends __BaseException {
785
785
  readonly name: "ConflictException";
@@ -791,28 +791,28 @@ export declare class ConflictException extends __BaseException {
791
791
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
792
792
  }
793
793
  /**
794
- * @public
795
794
  * <p>A value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered
796
795
  * in an extension when invoked. Parameter values are specified in an extension association.
797
796
  * For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Extending
798
797
  * workflows</a> in the <i>AppConfig User Guide</i>.</p>
798
+ * @public
799
799
  */
800
800
  export interface Parameter {
801
801
  /**
802
- * @public
803
802
  * <p>Information about the parameter.</p>
803
+ * @public
804
804
  */
805
805
  Description?: string;
806
806
  /**
807
- * @public
808
807
  * <p>A parameter value must be specified in the extension association.</p>
808
+ * @public
809
809
  */
810
810
  Required?: boolean;
811
811
  /**
812
- * @public
813
812
  * <p>Indicates whether this parameter's value can be supplied at the extension's action point
814
813
  * instead of during extension association. Dynamic parameters can't be marked
815
814
  * <code>Required</code>.</p>
815
+ * @public
816
816
  */
817
817
  Dynamic?: boolean;
818
818
  }
@@ -821,41 +821,41 @@ export interface Parameter {
821
821
  */
822
822
  export interface CreateExtensionRequest {
823
823
  /**
824
- * @public
825
824
  * <p>A name for the extension. Each extension name in your account must be unique. Extension
826
825
  * versions use the same name.</p>
826
+ * @public
827
827
  */
828
828
  Name: string | undefined;
829
829
  /**
830
- * @public
831
830
  * <p>Information about the extension.</p>
831
+ * @public
832
832
  */
833
833
  Description?: string;
834
834
  /**
835
- * @public
836
835
  * <p>The actions defined in the extension.</p>
836
+ * @public
837
837
  */
838
838
  Actions: Partial<Record<ActionPoint, Action[]>> | undefined;
839
839
  /**
840
- * @public
841
840
  * <p>The parameters accepted by the extension. You specify parameter values when you
842
841
  * associate the extension to an AppConfig resource by using the
843
842
  * <code>CreateExtensionAssociation</code> API action. For Lambda extension
844
843
  * actions, these parameters are included in the Lambda request object.</p>
844
+ * @public
845
845
  */
846
846
  Parameters?: Record<string, Parameter>;
847
847
  /**
848
- * @public
849
848
  * <p>Adds one or more tags for the specified extension. Tags are metadata that help you
850
849
  * categorize resources in different ways, for example, by purpose, owner, or environment.
851
850
  * Each tag consists of a key and an optional value, both of which you define. </p>
851
+ * @public
852
852
  */
853
853
  Tags?: Record<string, string>;
854
854
  /**
855
- * @public
856
855
  * <p>You can omit this field when you create an extension. When you create a new version,
857
856
  * specify the most recent current version number. For example, you create version 3, enter 2
858
857
  * for this field.</p>
858
+ * @public
859
859
  */
860
860
  LatestVersionNumber?: number;
861
861
  }
@@ -864,41 +864,41 @@ export interface CreateExtensionRequest {
864
864
  */
865
865
  export interface Extension {
866
866
  /**
867
- * @public
868
867
  * <p>The system-generated ID of the extension.</p>
868
+ * @public
869
869
  */
870
870
  Id?: string;
871
871
  /**
872
- * @public
873
872
  * <p>The extension name.</p>
873
+ * @public
874
874
  */
875
875
  Name?: string;
876
876
  /**
877
- * @public
878
877
  * <p>The extension version number.</p>
878
+ * @public
879
879
  */
880
880
  VersionNumber?: number;
881
881
  /**
882
- * @public
883
882
  * <p>The system-generated Amazon Resource Name (ARN) for the extension.</p>
883
+ * @public
884
884
  */
885
885
  Arn?: string;
886
886
  /**
887
- * @public
888
887
  * <p>Information about the extension.</p>
888
+ * @public
889
889
  */
890
890
  Description?: string;
891
891
  /**
892
- * @public
893
892
  * <p>The actions defined in the extension.</p>
893
+ * @public
894
894
  */
895
895
  Actions?: Partial<Record<ActionPoint, Action[]>>;
896
896
  /**
897
- * @public
898
897
  * <p>The parameters accepted by the extension. You specify parameter values when you
899
898
  * associate the extension to an AppConfig resource by using the
900
899
  * <code>CreateExtensionAssociation</code> API action. For Lambda extension
901
900
  * actions, these parameters are included in the Lambda request object.</p>
901
+ * @public
902
902
  */
903
903
  Parameters?: Record<string, Parameter>;
904
904
  }
@@ -907,33 +907,33 @@ export interface Extension {
907
907
  */
908
908
  export interface CreateExtensionAssociationRequest {
909
909
  /**
910
- * @public
911
910
  * <p>The name, the ID, or the Amazon Resource Name (ARN) of the extension.</p>
911
+ * @public
912
912
  */
913
913
  ExtensionIdentifier: string | undefined;
914
914
  /**
915
- * @public
916
915
  * <p>The version number of the extension. If not specified, AppConfig uses the
917
916
  * maximum version of the extension.</p>
917
+ * @public
918
918
  */
919
919
  ExtensionVersionNumber?: number;
920
920
  /**
921
- * @public
922
921
  * <p>The ARN of an application, configuration profile, or environment.</p>
922
+ * @public
923
923
  */
924
924
  ResourceIdentifier: string | undefined;
925
925
  /**
926
- * @public
927
926
  * <p>The parameter names and values defined in the extensions. Extension parameters marked
928
927
  * <code>Required</code> must be entered for this field.</p>
928
+ * @public
929
929
  */
930
930
  Parameters?: Record<string, string>;
931
931
  /**
932
- * @public
933
932
  * <p>Adds one or more tags for the specified extension association. Tags are metadata that
934
933
  * help you categorize resources in different ways, for example, by purpose, owner, or
935
934
  * environment. Each tag consists of a key and an optional value, both of which you define.
936
935
  * </p>
936
+ * @public
937
937
  */
938
938
  Tags?: Record<string, string>;
939
939
  }
@@ -942,34 +942,34 @@ export interface CreateExtensionAssociationRequest {
942
942
  */
943
943
  export interface ExtensionAssociation {
944
944
  /**
945
- * @public
946
945
  * <p>The system-generated ID for the association.</p>
946
+ * @public
947
947
  */
948
948
  Id?: string;
949
949
  /**
950
- * @public
951
950
  * <p>The ARN of the extension defined in the association.</p>
951
+ * @public
952
952
  */
953
953
  ExtensionArn?: string;
954
954
  /**
955
- * @public
956
955
  * <p>The ARNs of applications, configuration profiles, or environments defined in the
957
956
  * association.</p>
957
+ * @public
958
958
  */
959
959
  ResourceArn?: string;
960
960
  /**
961
- * @public
962
961
  * <p>The system-generated Amazon Resource Name (ARN) for the extension.</p>
962
+ * @public
963
963
  */
964
964
  Arn?: string;
965
965
  /**
966
- * @public
967
966
  * <p>The parameter names and values defined in the association.</p>
967
+ * @public
968
968
  */
969
969
  Parameters?: Record<string, string>;
970
970
  /**
971
- * @public
972
971
  * <p>The version number for the extension defined in the association.</p>
972
+ * @public
973
973
  */
974
974
  ExtensionVersionNumber?: number;
975
975
  }
@@ -978,44 +978,44 @@ export interface ExtensionAssociation {
978
978
  */
979
979
  export interface CreateHostedConfigurationVersionRequest {
980
980
  /**
981
- * @public
982
981
  * <p>The application ID.</p>
982
+ * @public
983
983
  */
984
984
  ApplicationId: string | undefined;
985
985
  /**
986
- * @public
987
986
  * <p>The configuration profile ID.</p>
987
+ * @public
988
988
  */
989
989
  ConfigurationProfileId: string | undefined;
990
990
  /**
991
- * @public
992
991
  * <p>A description of the configuration.</p>
992
+ * @public
993
993
  */
994
994
  Description?: string;
995
995
  /**
996
- * @public
997
996
  * <p>The content of the configuration or the configuration data.</p>
997
+ * @public
998
998
  */
999
999
  Content: Uint8Array | undefined;
1000
1000
  /**
1001
- * @public
1002
1001
  * <p>A standard MIME type describing the format of the configuration content. For more
1003
1002
  * information, see <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
1003
+ * @public
1004
1004
  */
1005
1005
  ContentType: string | undefined;
1006
1006
  /**
1007
- * @public
1008
1007
  * <p>An optional locking token used to prevent race conditions from overwriting configuration
1009
1008
  * updates when creating a new version. To ensure your data is not overwritten when creating
1010
1009
  * multiple hosted configuration versions in rapid succession, specify the version number of
1011
1010
  * the latest hosted configuration version.</p>
1011
+ * @public
1012
1012
  */
1013
1013
  LatestVersionNumber?: number;
1014
1014
  /**
1015
- * @public
1016
1015
  * <p>An optional, user-defined label for the AppConfig hosted configuration
1017
1016
  * version. This value must contain at least one non-numeric character. For example,
1018
1017
  * "v2.2.0".</p>
1018
+ * @public
1019
1019
  */
1020
1020
  VersionLabel?: string;
1021
1021
  }
@@ -1024,46 +1024,46 @@ export interface CreateHostedConfigurationVersionRequest {
1024
1024
  */
1025
1025
  export interface HostedConfigurationVersion {
1026
1026
  /**
1027
- * @public
1028
1027
  * <p>The application ID.</p>
1028
+ * @public
1029
1029
  */
1030
1030
  ApplicationId?: string;
1031
1031
  /**
1032
- * @public
1033
1032
  * <p>The configuration profile ID.</p>
1033
+ * @public
1034
1034
  */
1035
1035
  ConfigurationProfileId?: string;
1036
1036
  /**
1037
- * @public
1038
1037
  * <p>The configuration version.</p>
1038
+ * @public
1039
1039
  */
1040
1040
  VersionNumber?: number;
1041
1041
  /**
1042
- * @public
1043
1042
  * <p>A description of the configuration.</p>
1043
+ * @public
1044
1044
  */
1045
1045
  Description?: string;
1046
1046
  /**
1047
- * @public
1048
1047
  * <p>The content of the configuration or the configuration data.</p>
1048
+ * @public
1049
1049
  */
1050
1050
  Content?: Uint8Array;
1051
1051
  /**
1052
- * @public
1053
1052
  * <p>A standard MIME type describing the format of the configuration content. For more
1054
1053
  * information, see <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
1054
+ * @public
1055
1055
  */
1056
1056
  ContentType?: string;
1057
1057
  /**
1058
- * @public
1059
1058
  * <p>A user-defined label for an AppConfig hosted configuration version.</p>
1059
+ * @public
1060
1060
  */
1061
1061
  VersionLabel?: string;
1062
1062
  /**
1063
- * @public
1064
1063
  * <p>The Amazon Resource Name of the Key Management Service key that was used to encrypt this
1065
1064
  * specific version of the configuration data in the AppConfig hosted configuration
1066
1065
  * store.</p>
1066
+ * @public
1067
1067
  */
1068
1068
  KmsKeyArn?: string;
1069
1069
  }
@@ -1079,8 +1079,8 @@ export declare const BytesMeasure: {
1079
1079
  */
1080
1080
  export type BytesMeasure = (typeof BytesMeasure)[keyof typeof BytesMeasure];
1081
1081
  /**
1082
- * @public
1083
1082
  * <p>The configuration size is too large.</p>
1083
+ * @public
1084
1084
  */
1085
1085
  export declare class PayloadTooLargeException extends __BaseException {
1086
1086
  readonly name: "PayloadTooLargeException";
@@ -1099,8 +1099,8 @@ export declare class PayloadTooLargeException extends __BaseException {
1099
1099
  */
1100
1100
  export interface DeleteApplicationRequest {
1101
1101
  /**
1102
- * @public
1103
1102
  * <p>The ID of the application to delete.</p>
1103
+ * @public
1104
1104
  */
1105
1105
  ApplicationId: string | undefined;
1106
1106
  }
@@ -1109,13 +1109,13 @@ export interface DeleteApplicationRequest {
1109
1109
  */
1110
1110
  export interface DeleteConfigurationProfileRequest {
1111
1111
  /**
1112
- * @public
1113
1112
  * <p>The application ID that includes the configuration profile you want to delete.</p>
1113
+ * @public
1114
1114
  */
1115
1115
  ApplicationId: string | undefined;
1116
1116
  /**
1117
- * @public
1118
1117
  * <p>The ID of the configuration profile you want to delete.</p>
1118
+ * @public
1119
1119
  */
1120
1120
  ConfigurationProfileId: string | undefined;
1121
1121
  }
@@ -1124,8 +1124,8 @@ export interface DeleteConfigurationProfileRequest {
1124
1124
  */
1125
1125
  export interface DeleteDeploymentStrategyRequest {
1126
1126
  /**
1127
- * @public
1128
1127
  * <p>The ID of the deployment strategy you want to delete.</p>
1128
+ * @public
1129
1129
  */
1130
1130
  DeploymentStrategyId: string | undefined;
1131
1131
  }
@@ -1134,13 +1134,13 @@ export interface DeleteDeploymentStrategyRequest {
1134
1134
  */
1135
1135
  export interface DeleteEnvironmentRequest {
1136
1136
  /**
1137
- * @public
1138
1137
  * <p>The application ID that includes the environment that you want to delete.</p>
1138
+ * @public
1139
1139
  */
1140
1140
  ApplicationId: string | undefined;
1141
1141
  /**
1142
- * @public
1143
1142
  * <p>The ID of the environment that you want to delete.</p>
1143
+ * @public
1144
1144
  */
1145
1145
  EnvironmentId: string | undefined;
1146
1146
  }
@@ -1149,14 +1149,14 @@ export interface DeleteEnvironmentRequest {
1149
1149
  */
1150
1150
  export interface DeleteExtensionRequest {
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.</p>
1153
+ * @public
1154
1154
  */
1155
1155
  ExtensionIdentifier: string | undefined;
1156
1156
  /**
1157
- * @public
1158
1157
  * <p>A specific version of an extension to delete. If omitted, the highest version is
1159
1158
  * deleted.</p>
1159
+ * @public
1160
1160
  */
1161
1161
  VersionNumber?: number;
1162
1162
  }
@@ -1165,8 +1165,8 @@ export interface DeleteExtensionRequest {
1165
1165
  */
1166
1166
  export interface DeleteExtensionAssociationRequest {
1167
1167
  /**
1168
- * @public
1169
1168
  * <p>The ID of the extension association to delete.</p>
1169
+ * @public
1170
1170
  */
1171
1171
  ExtensionAssociationId: string | undefined;
1172
1172
  }
@@ -1175,18 +1175,18 @@ export interface DeleteExtensionAssociationRequest {
1175
1175
  */
1176
1176
  export interface DeleteHostedConfigurationVersionRequest {
1177
1177
  /**
1178
- * @public
1179
1178
  * <p>The application ID.</p>
1179
+ * @public
1180
1180
  */
1181
1181
  ApplicationId: string | undefined;
1182
1182
  /**
1183
- * @public
1184
1183
  * <p>The configuration profile ID.</p>
1184
+ * @public
1185
1185
  */
1186
1186
  ConfigurationProfileId: string | undefined;
1187
1187
  /**
1188
- * @public
1189
1188
  * <p>The versions number to delete.</p>
1189
+ * @public
1190
1190
  */
1191
1191
  VersionNumber: number | undefined;
1192
1192
  }
@@ -1195,8 +1195,8 @@ export interface DeleteHostedConfigurationVersionRequest {
1195
1195
  */
1196
1196
  export interface GetApplicationRequest {
1197
1197
  /**
1198
- * @public
1199
1198
  * <p>The ID of the application you want to get.</p>
1199
+ * @public
1200
1200
  */
1201
1201
  ApplicationId: string | undefined;
1202
1202
  }
@@ -1205,7 +1205,6 @@ export interface GetApplicationRequest {
1205
1205
  */
1206
1206
  export interface Configuration {
1207
1207
  /**
1208
- * @public
1209
1208
  * <p>The content of the configuration or the configuration data.</p>
1210
1209
  * <important>
1211
1210
  * <p>The <code>Content</code> attribute only contains data if the system finds new or
@@ -1214,17 +1213,18 @@ export interface Configuration {
1214
1213
  * configuration, AppConfig returns a <code>204 No Content</code> HTTP response
1215
1214
  * code and the <code>Content</code> value will be empty.</p>
1216
1215
  * </important>
1216
+ * @public
1217
1217
  */
1218
1218
  Content?: Uint8Array;
1219
1219
  /**
1220
- * @public
1221
1220
  * <p>The configuration version.</p>
1221
+ * @public
1222
1222
  */
1223
1223
  ConfigurationVersion?: string;
1224
1224
  /**
1225
- * @public
1226
1225
  * <p>A standard MIME type describing the format of the configuration content. For more
1227
1226
  * information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
1227
+ * @public
1228
1228
  */
1229
1229
  ContentType?: string;
1230
1230
  }
@@ -1233,32 +1233,31 @@ export interface Configuration {
1233
1233
  */
1234
1234
  export interface GetConfigurationRequest {
1235
1235
  /**
1236
- * @public
1237
1236
  * <p>The application to get. Specify either the application name or the application
1238
1237
  * ID.</p>
1238
+ * @public
1239
1239
  */
1240
1240
  Application: string | undefined;
1241
1241
  /**
1242
- * @public
1243
1242
  * <p>The environment to get. Specify either the environment name or the environment
1244
1243
  * ID.</p>
1244
+ * @public
1245
1245
  */
1246
1246
  Environment: string | undefined;
1247
1247
  /**
1248
- * @public
1249
1248
  * <p>The configuration to get. Specify either the configuration name or the configuration
1250
1249
  * ID.</p>
1250
+ * @public
1251
1251
  */
1252
1252
  Configuration: string | undefined;
1253
1253
  /**
1254
- * @public
1255
1254
  * <p>The clientId parameter in the following command is a unique, user-specified ID to
1256
1255
  * identify the client for the configuration. This ID enables AppConfig to deploy
1257
1256
  * the configuration in intervals, as defined in the deployment strategy. </p>
1257
+ * @public
1258
1258
  */
1259
1259
  ClientId: string | undefined;
1260
1260
  /**
1261
- * @public
1262
1261
  * <p>The configuration version returned in the most recent <code>GetConfiguration</code>
1263
1262
  * response.</p>
1264
1263
  * <important>
@@ -1278,6 +1277,7 @@ export interface GetConfigurationRequest {
1278
1277
  * </important>
1279
1278
  * <p>For more information about working with configurations, see <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration.html">Retrieving the
1280
1279
  * Configuration</a> in the <i>AppConfig User Guide</i>.</p>
1280
+ * @public
1281
1281
  */
1282
1282
  ClientConfigurationVersion?: string;
1283
1283
  }
@@ -1286,40 +1286,40 @@ export interface GetConfigurationRequest {
1286
1286
  */
1287
1287
  export interface GetConfigurationProfileRequest {
1288
1288
  /**
1289
- * @public
1290
1289
  * <p>The ID of the application that includes the configuration profile you want to
1291
1290
  * get.</p>
1291
+ * @public
1292
1292
  */
1293
1293
  ApplicationId: string | undefined;
1294
1294
  /**
1295
- * @public
1296
1295
  * <p>The ID of the configuration profile that you want to get.</p>
1296
+ * @public
1297
1297
  */
1298
1298
  ConfigurationProfileId: string | undefined;
1299
1299
  }
1300
1300
  /**
1301
- * @public
1302
1301
  * <p>An extension that was invoked during a deployment.</p>
1302
+ * @public
1303
1303
  */
1304
1304
  export interface AppliedExtension {
1305
1305
  /**
1306
- * @public
1307
1306
  * <p>The system-generated ID of the extension.</p>
1307
+ * @public
1308
1308
  */
1309
1309
  ExtensionId?: string;
1310
1310
  /**
1311
- * @public
1312
1311
  * <p>The system-generated ID for the association.</p>
1312
+ * @public
1313
1313
  */
1314
1314
  ExtensionAssociationId?: string;
1315
1315
  /**
1316
- * @public
1317
1316
  * <p>The extension version number.</p>
1317
+ * @public
1318
1318
  */
1319
1319
  VersionNumber?: number;
1320
1320
  /**
1321
- * @public
1322
1321
  * <p>One or more parameters for the actions called by the extension.</p>
1322
+ * @public
1323
1323
  */
1324
1324
  Parameters?: Record<string, string>;
1325
1325
  }
@@ -1354,25 +1354,24 @@ export declare const TriggeredBy: {
1354
1354
  */
1355
1355
  export type TriggeredBy = (typeof TriggeredBy)[keyof typeof TriggeredBy];
1356
1356
  /**
1357
- * @public
1358
1357
  * <p>An object that describes a deployment event.</p>
1358
+ * @public
1359
1359
  */
1360
1360
  export interface DeploymentEvent {
1361
1361
  /**
1362
- * @public
1363
1362
  * <p>The type of deployment event. Deployment event types include the start, stop, or
1364
1363
  * completion of a deployment; a percentage update; the start or stop of a bake period; and
1365
1364
  * the start or completion of a rollback.</p>
1365
+ * @public
1366
1366
  */
1367
1367
  EventType?: DeploymentEventType;
1368
1368
  /**
1369
- * @public
1370
1369
  * <p>The entity that triggered the deployment event. Events can be triggered by a user,
1371
1370
  * AppConfig, an Amazon CloudWatch alarm, or an internal error.</p>
1371
+ * @public
1372
1372
  */
1373
1373
  TriggeredBy?: TriggeredBy;
1374
1374
  /**
1375
- * @public
1376
1375
  * <p>A description of the deployment event. Descriptions include, but are not limited to, the
1377
1376
  * following:</p>
1378
1377
  * <ul>
@@ -1387,16 +1386,17 @@ export interface DeploymentEvent {
1387
1386
  * error).</p>
1388
1387
  * </li>
1389
1388
  * </ul>
1389
+ * @public
1390
1390
  */
1391
1391
  Description?: string;
1392
1392
  /**
1393
- * @public
1394
1393
  * <p>The list of extensions that were invoked as part of the deployment.</p>
1394
+ * @public
1395
1395
  */
1396
1396
  ActionInvocations?: ActionInvocation[];
1397
1397
  /**
1398
- * @public
1399
1398
  * <p>The date and time the event occurred.</p>
1399
+ * @public
1400
1400
  */
1401
1401
  OccurredAt?: Date;
1402
1402
  }
@@ -1421,122 +1421,122 @@ export type DeploymentState = (typeof DeploymentState)[keyof typeof DeploymentSt
1421
1421
  */
1422
1422
  export interface Deployment {
1423
1423
  /**
1424
- * @public
1425
1424
  * <p>The ID of the application that was deployed.</p>
1425
+ * @public
1426
1426
  */
1427
1427
  ApplicationId?: string;
1428
1428
  /**
1429
- * @public
1430
1429
  * <p>The ID of the environment that was deployed.</p>
1430
+ * @public
1431
1431
  */
1432
1432
  EnvironmentId?: string;
1433
1433
  /**
1434
- * @public
1435
1434
  * <p>The ID of the deployment strategy that was deployed.</p>
1435
+ * @public
1436
1436
  */
1437
1437
  DeploymentStrategyId?: string;
1438
1438
  /**
1439
- * @public
1440
1439
  * <p>The ID of the configuration profile that was deployed.</p>
1440
+ * @public
1441
1441
  */
1442
1442
  ConfigurationProfileId?: string;
1443
1443
  /**
1444
- * @public
1445
1444
  * <p>The sequence number of the deployment.</p>
1445
+ * @public
1446
1446
  */
1447
1447
  DeploymentNumber?: number;
1448
1448
  /**
1449
- * @public
1450
1449
  * <p>The name of the configuration.</p>
1450
+ * @public
1451
1451
  */
1452
1452
  ConfigurationName?: string;
1453
1453
  /**
1454
- * @public
1455
1454
  * <p>Information about the source location of the configuration.</p>
1455
+ * @public
1456
1456
  */
1457
1457
  ConfigurationLocationUri?: string;
1458
1458
  /**
1459
- * @public
1460
1459
  * <p>The configuration version that was deployed.</p>
1460
+ * @public
1461
1461
  */
1462
1462
  ConfigurationVersion?: string;
1463
1463
  /**
1464
- * @public
1465
1464
  * <p>The description of the deployment.</p>
1465
+ * @public
1466
1466
  */
1467
1467
  Description?: string;
1468
1468
  /**
1469
- * @public
1470
1469
  * <p>Total amount of time the deployment lasted.</p>
1470
+ * @public
1471
1471
  */
1472
1472
  DeploymentDurationInMinutes?: number;
1473
1473
  /**
1474
- * @public
1475
1474
  * <p>The algorithm used to define how percentage grew over time.</p>
1475
+ * @public
1476
1476
  */
1477
1477
  GrowthType?: GrowthType;
1478
1478
  /**
1479
- * @public
1480
1479
  * <p>The percentage of targets to receive a deployed configuration during each
1481
1480
  * interval.</p>
1481
+ * @public
1482
1482
  */
1483
1483
  GrowthFactor?: number;
1484
1484
  /**
1485
- * @public
1486
1485
  * <p>The amount of time that AppConfig monitored for alarms before considering the
1487
1486
  * deployment to be complete and no longer eligible for automatic rollback.</p>
1487
+ * @public
1488
1488
  */
1489
1489
  FinalBakeTimeInMinutes?: number;
1490
1490
  /**
1491
- * @public
1492
1491
  * <p>The state of the deployment.</p>
1492
+ * @public
1493
1493
  */
1494
1494
  State?: DeploymentState;
1495
1495
  /**
1496
- * @public
1497
1496
  * <p>A list containing all events related to a deployment. The most recent events are
1498
1497
  * displayed first.</p>
1498
+ * @public
1499
1499
  */
1500
1500
  EventLog?: DeploymentEvent[];
1501
1501
  /**
1502
- * @public
1503
1502
  * <p>The percentage of targets for which the deployment is available.</p>
1503
+ * @public
1504
1504
  */
1505
1505
  PercentageComplete?: number;
1506
1506
  /**
1507
- * @public
1508
1507
  * <p>The time the deployment started.</p>
1508
+ * @public
1509
1509
  */
1510
1510
  StartedAt?: Date;
1511
1511
  /**
1512
- * @public
1513
1512
  * <p>The time the deployment completed. </p>
1513
+ * @public
1514
1514
  */
1515
1515
  CompletedAt?: Date;
1516
1516
  /**
1517
- * @public
1518
1517
  * <p>A list of extensions that were processed as part of the deployment. The extensions that
1519
1518
  * were previously associated to the configuration profile, environment, or the application
1520
1519
  * when <code>StartDeployment</code> was called.</p>
1520
+ * @public
1521
1521
  */
1522
1522
  AppliedExtensions?: AppliedExtension[];
1523
1523
  /**
1524
- * @public
1525
1524
  * <p>The Amazon Resource Name of the Key Management Service key used to encrypt configuration
1526
1525
  * data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service
1527
1526
  * (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager
1528
1527
  * Parameter Store. </p>
1528
+ * @public
1529
1529
  */
1530
1530
  KmsKeyArn?: string;
1531
1531
  /**
1532
- * @public
1533
1532
  * <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when
1534
1533
  * the resource was created or updated.</p>
1534
+ * @public
1535
1535
  */
1536
1536
  KmsKeyIdentifier?: string;
1537
1537
  /**
1538
- * @public
1539
1538
  * <p>A user-defined label for an AppConfig hosted configuration version.</p>
1539
+ * @public
1540
1540
  */
1541
1541
  VersionLabel?: string;
1542
1542
  }
@@ -1545,18 +1545,18 @@ export interface Deployment {
1545
1545
  */
1546
1546
  export interface GetDeploymentRequest {
1547
1547
  /**
1548
- * @public
1549
1548
  * <p>The ID of the application that includes the deployment you want to get. </p>
1549
+ * @public
1550
1550
  */
1551
1551
  ApplicationId: string | undefined;
1552
1552
  /**
1553
- * @public
1554
1553
  * <p>The ID of the environment that includes the deployment you want to get. </p>
1554
+ * @public
1555
1555
  */
1556
1556
  EnvironmentId: string | undefined;
1557
1557
  /**
1558
- * @public
1559
1558
  * <p>The sequence number of the deployment.</p>
1559
+ * @public
1560
1560
  */
1561
1561
  DeploymentNumber: number | undefined;
1562
1562
  }
@@ -1565,8 +1565,8 @@ export interface GetDeploymentRequest {
1565
1565
  */
1566
1566
  export interface GetDeploymentStrategyRequest {
1567
1567
  /**
1568
- * @public
1569
1568
  * <p>The ID of the deployment strategy to get.</p>
1569
+ * @public
1570
1570
  */
1571
1571
  DeploymentStrategyId: string | undefined;
1572
1572
  }
@@ -1575,13 +1575,13 @@ export interface GetDeploymentStrategyRequest {
1575
1575
  */
1576
1576
  export interface GetEnvironmentRequest {
1577
1577
  /**
1578
- * @public
1579
1578
  * <p>The ID of the application that includes the environment you want to get.</p>
1579
+ * @public
1580
1580
  */
1581
1581
  ApplicationId: string | undefined;
1582
1582
  /**
1583
- * @public
1584
1583
  * <p>The ID of the environment that you want to get.</p>
1584
+ * @public
1585
1585
  */
1586
1586
  EnvironmentId: string | undefined;
1587
1587
  }
@@ -1590,14 +1590,14 @@ export interface GetEnvironmentRequest {
1590
1590
  */
1591
1591
  export interface GetExtensionRequest {
1592
1592
  /**
1593
- * @public
1594
1593
  * <p>The name, the ID, or the Amazon Resource Name (ARN) of the extension.</p>
1594
+ * @public
1595
1595
  */
1596
1596
  ExtensionIdentifier: string | undefined;
1597
1597
  /**
1598
- * @public
1599
1598
  * <p>The extension version number. If no version number was defined, AppConfig uses
1600
1599
  * the highest version.</p>
1600
+ * @public
1601
1601
  */
1602
1602
  VersionNumber?: number;
1603
1603
  }
@@ -1606,8 +1606,8 @@ export interface GetExtensionRequest {
1606
1606
  */
1607
1607
  export interface GetExtensionAssociationRequest {
1608
1608
  /**
1609
- * @public
1610
1609
  * <p>The extension association ID to get.</p>
1610
+ * @public
1611
1611
  */
1612
1612
  ExtensionAssociationId: string | undefined;
1613
1613
  }
@@ -1616,18 +1616,18 @@ export interface GetExtensionAssociationRequest {
1616
1616
  */
1617
1617
  export interface GetHostedConfigurationVersionRequest {
1618
1618
  /**
1619
- * @public
1620
1619
  * <p>The application ID.</p>
1620
+ * @public
1621
1621
  */
1622
1622
  ApplicationId: string | undefined;
1623
1623
  /**
1624
- * @public
1625
1624
  * <p>The configuration profile ID.</p>
1625
+ * @public
1626
1626
  */
1627
1627
  ConfigurationProfileId: string | undefined;
1628
1628
  /**
1629
- * @public
1630
1629
  * <p>The version.</p>
1630
+ * @public
1631
1631
  */
1632
1632
  VersionNumber: number | undefined;
1633
1633
  }
@@ -1636,14 +1636,14 @@ export interface GetHostedConfigurationVersionRequest {
1636
1636
  */
1637
1637
  export interface Applications {
1638
1638
  /**
1639
- * @public
1640
1639
  * <p>The elements from this collection.</p>
1640
+ * @public
1641
1641
  */
1642
1642
  Items?: Application[];
1643
1643
  /**
1644
- * @public
1645
1644
  * <p>The token for the next set of items to return. Use this token to get the next set of
1646
1645
  * results.</p>
1646
+ * @public
1647
1647
  */
1648
1648
  NextToken?: string;
1649
1649
  }
@@ -1652,52 +1652,51 @@ export interface Applications {
1652
1652
  */
1653
1653
  export interface ListApplicationsRequest {
1654
1654
  /**
1655
- * @public
1656
1655
  * <p>The maximum number of items to return for this call. The call also returns a token that
1657
1656
  * you can specify in a subsequent call to get the next set of results.</p>
1657
+ * @public
1658
1658
  */
1659
1659
  MaxResults?: number;
1660
1660
  /**
1661
- * @public
1662
1661
  * <p>A token to start the list. Next token is a pagination token generated by AppConfig to describe what page the previous List call ended on. For the first List
1663
1662
  * request, the nextToken should not be set. On subsequent calls, the nextToken parameter
1664
1663
  * should be set to the previous responses nextToken value. Use this token to get the next set
1665
1664
  * of results. </p>
1665
+ * @public
1666
1666
  */
1667
1667
  NextToken?: string;
1668
1668
  }
1669
1669
  /**
1670
- * @public
1671
1670
  * <p>A summary of a configuration profile.</p>
1671
+ * @public
1672
1672
  */
1673
1673
  export interface ConfigurationProfileSummary {
1674
1674
  /**
1675
- * @public
1676
1675
  * <p>The application ID.</p>
1676
+ * @public
1677
1677
  */
1678
1678
  ApplicationId?: string;
1679
1679
  /**
1680
- * @public
1681
1680
  * <p>The ID of the configuration profile.</p>
1681
+ * @public
1682
1682
  */
1683
1683
  Id?: string;
1684
1684
  /**
1685
- * @public
1686
1685
  * <p>The name of the configuration profile.</p>
1686
+ * @public
1687
1687
  */
1688
1688
  Name?: string;
1689
1689
  /**
1690
- * @public
1691
1690
  * <p>The URI location of the configuration.</p>
1691
+ * @public
1692
1692
  */
1693
1693
  LocationUri?: string;
1694
1694
  /**
1695
- * @public
1696
1695
  * <p>The types of validators in the configuration profile.</p>
1696
+ * @public
1697
1697
  */
1698
1698
  ValidatorTypes?: ValidatorType[];
1699
1699
  /**
1700
- * @public
1701
1700
  * <p>The type of configurations contained in the profile. AppConfig supports
1702
1701
  * <code>feature flags</code> and <code>freeform</code> configurations. We recommend you
1703
1702
  * create feature flag configurations to enable or disable new features and freeform
@@ -1709,6 +1708,7 @@ export interface ConfigurationProfileSummary {
1709
1708
  * <p>
1710
1709
  * <code>AWS.Freeform</code>
1711
1710
  * </p>
1711
+ * @public
1712
1712
  */
1713
1713
  Type?: string;
1714
1714
  }
@@ -1717,14 +1717,14 @@ export interface ConfigurationProfileSummary {
1717
1717
  */
1718
1718
  export interface ConfigurationProfiles {
1719
1719
  /**
1720
- * @public
1721
1720
  * <p>The elements from this collection.</p>
1721
+ * @public
1722
1722
  */
1723
1723
  Items?: ConfigurationProfileSummary[];
1724
1724
  /**
1725
- * @public
1726
1725
  * <p>The token for the next set of items to return. Use this token to get the next set of
1727
1726
  * results.</p>
1727
+ * @public
1728
1728
  */
1729
1729
  NextToken?: string;
1730
1730
  }
@@ -1733,93 +1733,93 @@ export interface ConfigurationProfiles {
1733
1733
  */
1734
1734
  export interface ListConfigurationProfilesRequest {
1735
1735
  /**
1736
- * @public
1737
1736
  * <p>The application ID.</p>
1737
+ * @public
1738
1738
  */
1739
1739
  ApplicationId: string | undefined;
1740
1740
  /**
1741
- * @public
1742
1741
  * <p>The maximum number of items to return for this call. The call also returns a token that
1743
1742
  * you can specify in a subsequent call to get the next set of results.</p>
1743
+ * @public
1744
1744
  */
1745
1745
  MaxResults?: number;
1746
1746
  /**
1747
- * @public
1748
1747
  * <p>A token to start the list. Use this token to get the next set of results.</p>
1748
+ * @public
1749
1749
  */
1750
1750
  NextToken?: string;
1751
1751
  /**
1752
- * @public
1753
1752
  * <p>A filter based on the type of configurations that the configuration profile contains. A
1754
1753
  * configuration can be a feature flag or a freeform configuration.</p>
1754
+ * @public
1755
1755
  */
1756
1756
  Type?: string;
1757
1757
  }
1758
1758
  /**
1759
- * @public
1760
1759
  * <p>Information about the deployment.</p>
1760
+ * @public
1761
1761
  */
1762
1762
  export interface DeploymentSummary {
1763
1763
  /**
1764
- * @public
1765
1764
  * <p>The sequence number of the deployment.</p>
1765
+ * @public
1766
1766
  */
1767
1767
  DeploymentNumber?: number;
1768
1768
  /**
1769
- * @public
1770
1769
  * <p>The name of the configuration.</p>
1770
+ * @public
1771
1771
  */
1772
1772
  ConfigurationName?: string;
1773
1773
  /**
1774
- * @public
1775
1774
  * <p>The version of the configuration.</p>
1775
+ * @public
1776
1776
  */
1777
1777
  ConfigurationVersion?: string;
1778
1778
  /**
1779
- * @public
1780
1779
  * <p>Total amount of time the deployment lasted.</p>
1780
+ * @public
1781
1781
  */
1782
1782
  DeploymentDurationInMinutes?: number;
1783
1783
  /**
1784
- * @public
1785
1784
  * <p>The algorithm used to define how percentage grows over time.</p>
1785
+ * @public
1786
1786
  */
1787
1787
  GrowthType?: GrowthType;
1788
1788
  /**
1789
- * @public
1790
1789
  * <p>The percentage of targets to receive a deployed configuration during each
1791
1790
  * interval.</p>
1791
+ * @public
1792
1792
  */
1793
1793
  GrowthFactor?: number;
1794
1794
  /**
1795
- * @public
1796
1795
  * <p>The amount of time that AppConfig monitors for alarms before considering the
1797
1796
  * deployment to be complete and no longer eligible for automatic rollback.</p>
1797
+ * @public
1798
1798
  */
1799
1799
  FinalBakeTimeInMinutes?: number;
1800
1800
  /**
1801
- * @public
1802
1801
  * <p>The state of the deployment.</p>
1802
+ * @public
1803
1803
  */
1804
1804
  State?: DeploymentState;
1805
1805
  /**
1806
- * @public
1807
1806
  * <p>The percentage of targets for which the deployment is available.</p>
1807
+ * @public
1808
1808
  */
1809
1809
  PercentageComplete?: number;
1810
1810
  /**
1811
- * @public
1812
1811
  * <p>Time the deployment started.</p>
1812
+ * @public
1813
1813
  */
1814
1814
  StartedAt?: Date;
1815
1815
  /**
1816
- * @public
1817
1816
  * <p>Time the deployment completed.</p>
1817
+ * @public
1818
1818
  */
1819
1819
  CompletedAt?: Date;
1820
1820
  /**
1821
- * @public
1822
1821
  * <p>A user-defined label for an AppConfig hosted configuration version.</p>
1822
+ * @public
1823
1823
  */
1824
1824
  VersionLabel?: string;
1825
1825
  }
@@ -1828,14 +1828,14 @@ export interface DeploymentSummary {
1828
1828
  */
1829
1829
  export interface Deployments {
1830
1830
  /**
1831
- * @public
1832
1831
  * <p>The elements from this collection.</p>
1832
+ * @public
1833
1833
  */
1834
1834
  Items?: DeploymentSummary[];
1835
1835
  /**
1836
- * @public
1837
1836
  * <p>The token for the next set of items to return. Use this token to get the next set of
1838
1837
  * results.</p>
1838
+ * @public
1839
1839
  */
1840
1840
  NextToken?: string;
1841
1841
  }
@@ -1844,27 +1844,27 @@ export interface Deployments {
1844
1844
  */
1845
1845
  export interface ListDeploymentsRequest {
1846
1846
  /**
1847
- * @public
1848
1847
  * <p>The application ID.</p>
1848
+ * @public
1849
1849
  */
1850
1850
  ApplicationId: string | undefined;
1851
1851
  /**
1852
- * @public
1853
1852
  * <p>The environment ID.</p>
1853
+ * @public
1854
1854
  */
1855
1855
  EnvironmentId: string | undefined;
1856
1856
  /**
1857
- * @public
1858
1857
  * <p>The maximum number of items that may be returned for this call. If there are items that
1859
1858
  * have not yet been returned, the response will include a non-null <code>NextToken</code>
1860
1859
  * that you can provide in a subsequent call to get the next set of results.</p>
1860
+ * @public
1861
1861
  */
1862
1862
  MaxResults?: number;
1863
1863
  /**
1864
- * @public
1865
1864
  * <p>The token returned by a prior call to this operation indicating the next set of results
1866
1865
  * to be returned. If not specified, the operation will return the first set of
1867
1866
  * results.</p>
1867
+ * @public
1868
1868
  */
1869
1869
  NextToken?: string;
1870
1870
  }
@@ -1873,14 +1873,14 @@ export interface ListDeploymentsRequest {
1873
1873
  */
1874
1874
  export interface DeploymentStrategies {
1875
1875
  /**
1876
- * @public
1877
1876
  * <p>The elements from this collection.</p>
1877
+ * @public
1878
1878
  */
1879
1879
  Items?: DeploymentStrategy[];
1880
1880
  /**
1881
- * @public
1882
1881
  * <p>The token for the next set of items to return. Use this token to get the next set of
1883
1882
  * results.</p>
1883
+ * @public
1884
1884
  */
1885
1885
  NextToken?: string;
1886
1886
  }
@@ -1889,14 +1889,14 @@ export interface DeploymentStrategies {
1889
1889
  */
1890
1890
  export interface ListDeploymentStrategiesRequest {
1891
1891
  /**
1892
- * @public
1893
1892
  * <p>The maximum number of items to return for this call. The call also returns a token that
1894
1893
  * you can specify in a subsequent call to get the next set of results.</p>
1894
+ * @public
1895
1895
  */
1896
1896
  MaxResults?: number;
1897
1897
  /**
1898
- * @public
1899
1898
  * <p>A token to start the list. Use this token to get the next set of results.</p>
1899
+ * @public
1900
1900
  */
1901
1901
  NextToken?: string;
1902
1902
  }
@@ -1905,14 +1905,14 @@ export interface ListDeploymentStrategiesRequest {
1905
1905
  */
1906
1906
  export interface Environments {
1907
1907
  /**
1908
- * @public
1909
1908
  * <p>The elements from this collection.</p>
1909
+ * @public
1910
1910
  */
1911
1911
  Items?: Environment[];
1912
1912
  /**
1913
- * @public
1914
1913
  * <p>The token for the next set of items to return. Use this token to get the next set of
1915
1914
  * results.</p>
1915
+ * @public
1916
1916
  */
1917
1917
  NextToken?: string;
1918
1918
  }
@@ -1921,46 +1921,46 @@ export interface Environments {
1921
1921
  */
1922
1922
  export interface ListEnvironmentsRequest {
1923
1923
  /**
1924
- * @public
1925
1924
  * <p>The application ID.</p>
1925
+ * @public
1926
1926
  */
1927
1927
  ApplicationId: string | undefined;
1928
1928
  /**
1929
- * @public
1930
1929
  * <p>The maximum number of items to return for this call. The call also returns a token that
1931
1930
  * you can specify in a subsequent call to get the next set of results.</p>
1931
+ * @public
1932
1932
  */
1933
1933
  MaxResults?: number;
1934
1934
  /**
1935
- * @public
1936
1935
  * <p>A token to start the list. Use this token to get the next set of results.</p>
1936
+ * @public
1937
1937
  */
1938
1938
  NextToken?: string;
1939
1939
  }
1940
1940
  /**
1941
- * @public
1942
1941
  * <p>Information about an association between an extension and an AppConfig
1943
1942
  * resource such as an application, environment, or configuration profile. Call
1944
1943
  * <code>GetExtensionAssociation</code> to get more information about an
1945
1944
  * association.</p>
1945
+ * @public
1946
1946
  */
1947
1947
  export interface ExtensionAssociationSummary {
1948
1948
  /**
1949
- * @public
1950
1949
  * <p>The extension association ID. This ID is used to call other
1951
1950
  * <code>ExtensionAssociation</code> API actions such as
1952
1951
  * <code>GetExtensionAssociation</code> or <code>DeleteExtensionAssociation</code>.</p>
1952
+ * @public
1953
1953
  */
1954
1954
  Id?: string;
1955
1955
  /**
1956
- * @public
1957
1956
  * <p>The system-generated Amazon Resource Name (ARN) for the extension.</p>
1957
+ * @public
1958
1958
  */
1959
1959
  ExtensionArn?: string;
1960
1960
  /**
1961
- * @public
1962
1961
  * <p>The ARNs of applications, configuration profiles, or environments defined in the
1963
1962
  * association.</p>
1963
+ * @public
1964
1964
  */
1965
1965
  ResourceArn?: string;
1966
1966
  }
@@ -1969,15 +1969,15 @@ export interface ExtensionAssociationSummary {
1969
1969
  */
1970
1970
  export interface ExtensionAssociations {
1971
1971
  /**
1972
- * @public
1973
1972
  * <p>The list of extension associations. Each item represents an extension association to an
1974
1973
  * application, environment, or configuration profile. </p>
1974
+ * @public
1975
1975
  */
1976
1976
  Items?: ExtensionAssociationSummary[];
1977
1977
  /**
1978
- * @public
1979
1978
  * <p>The token for the next set of items to return. Use this token to get the next set of
1980
1979
  * results.</p>
1980
+ * @public
1981
1981
  */
1982
1982
  NextToken?: string;
1983
1983
  }
@@ -1986,62 +1986,62 @@ export interface ExtensionAssociations {
1986
1986
  */
1987
1987
  export interface ListExtensionAssociationsRequest {
1988
1988
  /**
1989
- * @public
1990
1989
  * <p>The ARN of an application, configuration profile, or environment.</p>
1990
+ * @public
1991
1991
  */
1992
1992
  ResourceIdentifier?: string;
1993
1993
  /**
1994
- * @public
1995
1994
  * <p>The name, the ID, or the Amazon Resource Name (ARN) of the extension.</p>
1995
+ * @public
1996
1996
  */
1997
1997
  ExtensionIdentifier?: string;
1998
1998
  /**
1999
- * @public
2000
1999
  * <p>The version number for the extension defined in the association.</p>
2000
+ * @public
2001
2001
  */
2002
2002
  ExtensionVersionNumber?: number;
2003
2003
  /**
2004
- * @public
2005
2004
  * <p>The maximum number of items to return for this call. The call also returns a token that
2006
2005
  * you can specify in a subsequent call to get the next set of results.</p>
2006
+ * @public
2007
2007
  */
2008
2008
  MaxResults?: number;
2009
2009
  /**
2010
- * @public
2011
2010
  * <p>A token to start the list. Use this token to get the next set of results or pass null to
2012
2011
  * get the first set of results. </p>
2012
+ * @public
2013
2013
  */
2014
2014
  NextToken?: string;
2015
2015
  }
2016
2016
  /**
2017
- * @public
2018
2017
  * <p>Information about an extension. Call <code>GetExtension</code> to get more information
2019
2018
  * about an extension.</p>
2019
+ * @public
2020
2020
  */
2021
2021
  export interface ExtensionSummary {
2022
2022
  /**
2023
- * @public
2024
2023
  * <p>The system-generated ID of the extension.</p>
2024
+ * @public
2025
2025
  */
2026
2026
  Id?: string;
2027
2027
  /**
2028
- * @public
2029
2028
  * <p>The extension name.</p>
2029
+ * @public
2030
2030
  */
2031
2031
  Name?: string;
2032
2032
  /**
2033
- * @public
2034
2033
  * <p>The extension version number.</p>
2034
+ * @public
2035
2035
  */
2036
2036
  VersionNumber?: number;
2037
2037
  /**
2038
- * @public
2039
2038
  * <p>The system-generated Amazon Resource Name (ARN) for the extension.</p>
2039
+ * @public
2040
2040
  */
2041
2041
  Arn?: string;
2042
2042
  /**
2043
- * @public
2044
2043
  * <p>Information about the extension.</p>
2044
+ * @public
2045
2045
  */
2046
2046
  Description?: string;
2047
2047
  }
@@ -2050,15 +2050,15 @@ export interface ExtensionSummary {
2050
2050
  */
2051
2051
  export interface Extensions {
2052
2052
  /**
2053
- * @public
2054
2053
  * <p>The list of available extensions. The list includes Amazon Web Services authored and
2055
2054
  * user-created extensions.</p>
2055
+ * @public
2056
2056
  */
2057
2057
  Items?: ExtensionSummary[];
2058
2058
  /**
2059
- * @public
2060
2059
  * <p>The token for the next set of items to return. Use this token to get the next set of
2061
2060
  * results.</p>
2061
+ * @public
2062
2062
  */
2063
2063
  NextToken?: string;
2064
2064
  }
@@ -2067,63 +2067,63 @@ export interface Extensions {
2067
2067
  */
2068
2068
  export interface ListExtensionsRequest {
2069
2069
  /**
2070
- * @public
2071
2070
  * <p>The maximum number of items to return for this call. The call also returns a token that
2072
2071
  * you can specify in a subsequent call to get the next set of results.</p>
2072
+ * @public
2073
2073
  */
2074
2074
  MaxResults?: number;
2075
2075
  /**
2076
- * @public
2077
2076
  * <p>A token to start the list. Use this token to get the next set of results. </p>
2077
+ * @public
2078
2078
  */
2079
2079
  NextToken?: string;
2080
2080
  /**
2081
- * @public
2082
2081
  * <p>The extension name.</p>
2082
+ * @public
2083
2083
  */
2084
2084
  Name?: string;
2085
2085
  }
2086
2086
  /**
2087
- * @public
2088
2087
  * <p>Information about the configuration.</p>
2088
+ * @public
2089
2089
  */
2090
2090
  export interface HostedConfigurationVersionSummary {
2091
2091
  /**
2092
- * @public
2093
2092
  * <p>The application ID.</p>
2093
+ * @public
2094
2094
  */
2095
2095
  ApplicationId?: string;
2096
2096
  /**
2097
- * @public
2098
2097
  * <p>The configuration profile ID.</p>
2098
+ * @public
2099
2099
  */
2100
2100
  ConfigurationProfileId?: string;
2101
2101
  /**
2102
- * @public
2103
2102
  * <p>The configuration version.</p>
2103
+ * @public
2104
2104
  */
2105
2105
  VersionNumber?: number;
2106
2106
  /**
2107
- * @public
2108
2107
  * <p>A description of the configuration.</p>
2108
+ * @public
2109
2109
  */
2110
2110
  Description?: string;
2111
2111
  /**
2112
- * @public
2113
2112
  * <p>A standard MIME type describing the format of the configuration content. For more
2114
2113
  * information, see <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.</p>
2114
+ * @public
2115
2115
  */
2116
2116
  ContentType?: string;
2117
2117
  /**
2118
- * @public
2119
2118
  * <p>A user-defined label for an AppConfig hosted configuration version.</p>
2119
+ * @public
2120
2120
  */
2121
2121
  VersionLabel?: string;
2122
2122
  /**
2123
- * @public
2124
2123
  * <p>The Amazon Resource Name of the Key Management Service key that was used to encrypt this
2125
2124
  * specific version of the configuration data in the AppConfig hosted configuration
2126
2125
  * store.</p>
2126
+ * @public
2127
2127
  */
2128
2128
  KmsKeyArn?: string;
2129
2129
  }
@@ -2132,14 +2132,14 @@ export interface HostedConfigurationVersionSummary {
2132
2132
  */
2133
2133
  export interface HostedConfigurationVersions {
2134
2134
  /**
2135
- * @public
2136
2135
  * <p>The elements from this collection.</p>
2136
+ * @public
2137
2137
  */
2138
2138
  Items?: HostedConfigurationVersionSummary[];
2139
2139
  /**
2140
- * @public
2141
2140
  * <p>The token for the next set of items to return. Use this token to get the next set of
2142
2141
  * results.</p>
2142
+ * @public
2143
2143
  */
2144
2144
  NextToken?: string;
2145
2145
  }
@@ -2148,31 +2148,31 @@ export interface HostedConfigurationVersions {
2148
2148
  */
2149
2149
  export interface ListHostedConfigurationVersionsRequest {
2150
2150
  /**
2151
- * @public
2152
2151
  * <p>The application ID.</p>
2152
+ * @public
2153
2153
  */
2154
2154
  ApplicationId: string | undefined;
2155
2155
  /**
2156
- * @public
2157
2156
  * <p>The configuration profile ID.</p>
2157
+ * @public
2158
2158
  */
2159
2159
  ConfigurationProfileId: string | undefined;
2160
2160
  /**
2161
- * @public
2162
2161
  * <p>The maximum number of items to return for this call. The call also returns a token that
2163
2162
  * you can specify in a subsequent call to get the next set of results.</p>
2163
+ * @public
2164
2164
  */
2165
2165
  MaxResults?: number;
2166
2166
  /**
2167
- * @public
2168
2167
  * <p>A token to start the list. Use this token to get the next set of results. </p>
2168
+ * @public
2169
2169
  */
2170
2170
  NextToken?: string;
2171
2171
  /**
2172
- * @public
2173
2172
  * <p>An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a
2174
2173
  * wildcard, for example "v2*". If you don't specify an asterisk at the end of the value, only
2175
2174
  * an exact match is returned.</p>
2175
+ * @public
2176
2176
  */
2177
2177
  VersionLabel?: string;
2178
2178
  }
@@ -2181,8 +2181,8 @@ export interface ListHostedConfigurationVersionsRequest {
2181
2181
  */
2182
2182
  export interface ListTagsForResourceRequest {
2183
2183
  /**
2184
- * @public
2185
2184
  * <p>The resource ARN.</p>
2185
+ * @public
2186
2186
  */
2187
2187
  ResourceArn: string | undefined;
2188
2188
  }
@@ -2191,10 +2191,10 @@ export interface ListTagsForResourceRequest {
2191
2191
  */
2192
2192
  export interface ResourceTags {
2193
2193
  /**
2194
- * @public
2195
2194
  * <p>Metadata to assign to AppConfig resources. Tags help organize and categorize
2196
2195
  * your AppConfig resources. Each tag consists of a key and an optional value, both
2197
2196
  * of which you define.</p>
2197
+ * @public
2198
2198
  */
2199
2199
  Tags?: Record<string, string>;
2200
2200
  }
@@ -2203,52 +2203,52 @@ export interface ResourceTags {
2203
2203
  */
2204
2204
  export interface StartDeploymentRequest {
2205
2205
  /**
2206
- * @public
2207
2206
  * <p>The application ID.</p>
2207
+ * @public
2208
2208
  */
2209
2209
  ApplicationId: string | undefined;
2210
2210
  /**
2211
- * @public
2212
2211
  * <p>The environment ID.</p>
2212
+ * @public
2213
2213
  */
2214
2214
  EnvironmentId: string | undefined;
2215
2215
  /**
2216
- * @public
2217
2216
  * <p>The deployment strategy ID.</p>
2217
+ * @public
2218
2218
  */
2219
2219
  DeploymentStrategyId: string | undefined;
2220
2220
  /**
2221
- * @public
2222
2221
  * <p>The configuration profile ID.</p>
2222
+ * @public
2223
2223
  */
2224
2224
  ConfigurationProfileId: string | undefined;
2225
2225
  /**
2226
- * @public
2227
2226
  * <p>The configuration version to deploy. If deploying an AppConfig hosted
2228
2227
  * configuration version, you can specify either the version number or version label. For all
2229
2228
  * other configurations, you must specify the version number.</p>
2229
+ * @public
2230
2230
  */
2231
2231
  ConfigurationVersion: string | undefined;
2232
2232
  /**
2233
- * @public
2234
2233
  * <p>A description of the deployment.</p>
2234
+ * @public
2235
2235
  */
2236
2236
  Description?: string;
2237
2237
  /**
2238
- * @public
2239
2238
  * <p>Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which
2240
2239
  * you define.</p>
2240
+ * @public
2241
2241
  */
2242
2242
  Tags?: Record<string, string>;
2243
2243
  /**
2244
- * @public
2245
2244
  * <p>The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key. </p>
2245
+ * @public
2246
2246
  */
2247
2247
  KmsKeyIdentifier?: string;
2248
2248
  /**
2249
- * @public
2250
2249
  * <p>A map of dynamic extension parameter names to values to pass to associated extensions
2251
2250
  * with <code>PRE_START_DEPLOYMENT</code> actions.</p>
2251
+ * @public
2252
2252
  */
2253
2253
  DynamicExtensionParameters?: Record<string, string>;
2254
2254
  }
@@ -2257,18 +2257,18 @@ export interface StartDeploymentRequest {
2257
2257
  */
2258
2258
  export interface StopDeploymentRequest {
2259
2259
  /**
2260
- * @public
2261
2260
  * <p>The application ID.</p>
2261
+ * @public
2262
2262
  */
2263
2263
  ApplicationId: string | undefined;
2264
2264
  /**
2265
- * @public
2266
2265
  * <p>The environment ID.</p>
2266
+ * @public
2267
2267
  */
2268
2268
  EnvironmentId: string | undefined;
2269
2269
  /**
2270
- * @public
2271
2270
  * <p>The sequence number of the deployment.</p>
2271
+ * @public
2272
2272
  */
2273
2273
  DeploymentNumber: number | undefined;
2274
2274
  }
@@ -2277,15 +2277,15 @@ export interface StopDeploymentRequest {
2277
2277
  */
2278
2278
  export interface TagResourceRequest {
2279
2279
  /**
2280
- * @public
2281
2280
  * <p>The ARN of the resource for which to retrieve tags.</p>
2281
+ * @public
2282
2282
  */
2283
2283
  ResourceArn: string | undefined;
2284
2284
  /**
2285
- * @public
2286
2285
  * <p>The key-value string map. The valid character set is [a-zA-Z+-=._:/]. The tag key can be
2287
2286
  * up to 128 characters and must not start with <code>aws:</code>. The tag value can be up to
2288
2287
  * 256 characters.</p>
2288
+ * @public
2289
2289
  */
2290
2290
  Tags: Record<string, string> | undefined;
2291
2291
  }
@@ -2294,13 +2294,13 @@ export interface TagResourceRequest {
2294
2294
  */
2295
2295
  export interface UntagResourceRequest {
2296
2296
  /**
2297
- * @public
2298
2297
  * <p>The ARN of the resource for which to remove tags.</p>
2298
+ * @public
2299
2299
  */
2300
2300
  ResourceArn: string | undefined;
2301
2301
  /**
2302
- * @public
2303
2302
  * <p>The tag keys to delete.</p>
2303
+ * @public
2304
2304
  */
2305
2305
  TagKeys: string[] | undefined;
2306
2306
  }
@@ -2309,18 +2309,18 @@ export interface UntagResourceRequest {
2309
2309
  */
2310
2310
  export interface UpdateApplicationRequest {
2311
2311
  /**
2312
- * @public
2313
2312
  * <p>The application ID.</p>
2313
+ * @public
2314
2314
  */
2315
2315
  ApplicationId: string | undefined;
2316
2316
  /**
2317
- * @public
2318
2317
  * <p>The name of the application.</p>
2318
+ * @public
2319
2319
  */
2320
2320
  Name?: string;
2321
2321
  /**
2322
- * @public
2323
2322
  * <p>A description of the application.</p>
2323
+ * @public
2324
2324
  */
2325
2325
  Description?: string;
2326
2326
  }
@@ -2329,43 +2329,43 @@ export interface UpdateApplicationRequest {
2329
2329
  */
2330
2330
  export interface UpdateConfigurationProfileRequest {
2331
2331
  /**
2332
- * @public
2333
2332
  * <p>The application ID.</p>
2333
+ * @public
2334
2334
  */
2335
2335
  ApplicationId: string | undefined;
2336
2336
  /**
2337
- * @public
2338
2337
  * <p>The ID of the configuration profile.</p>
2338
+ * @public
2339
2339
  */
2340
2340
  ConfigurationProfileId: string | undefined;
2341
2341
  /**
2342
- * @public
2343
2342
  * <p>The name of the configuration profile.</p>
2343
+ * @public
2344
2344
  */
2345
2345
  Name?: string;
2346
2346
  /**
2347
- * @public
2348
2347
  * <p>A description of the configuration profile.</p>
2348
+ * @public
2349
2349
  */
2350
2350
  Description?: string;
2351
2351
  /**
2352
- * @public
2353
2352
  * <p>The ARN of an IAM role with permission to access the configuration at the specified
2354
2353
  * <code>LocationUri</code>.</p>
2354
+ * @public
2355
2355
  */
2356
2356
  RetrievalRoleArn?: string;
2357
2357
  /**
2358
- * @public
2359
2358
  * <p>A list of methods for validating the configuration.</p>
2359
+ * @public
2360
2360
  */
2361
2361
  Validators?: Validator[];
2362
2362
  /**
2363
- * @public
2364
2363
  * <p>The identifier for a Key Management Service key to encrypt new configuration data
2365
2364
  * versions in the AppConfig hosted configuration store. This attribute is only used
2366
2365
  * for <code>hosted</code> configuration types. The identifier can be an KMS
2367
2366
  * key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data
2368
2367
  * managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.</p>
2368
+ * @public
2369
2369
  */
2370
2370
  KmsKeyIdentifier?: string;
2371
2371
  }
@@ -2374,34 +2374,33 @@ export interface UpdateConfigurationProfileRequest {
2374
2374
  */
2375
2375
  export interface UpdateDeploymentStrategyRequest {
2376
2376
  /**
2377
- * @public
2378
2377
  * <p>The deployment strategy ID.</p>
2378
+ * @public
2379
2379
  */
2380
2380
  DeploymentStrategyId: string | undefined;
2381
2381
  /**
2382
- * @public
2383
2382
  * <p>A description of the deployment strategy.</p>
2383
+ * @public
2384
2384
  */
2385
2385
  Description?: string;
2386
2386
  /**
2387
- * @public
2388
2387
  * <p>Total amount of time for a deployment to last.</p>
2388
+ * @public
2389
2389
  */
2390
2390
  DeploymentDurationInMinutes?: number;
2391
2391
  /**
2392
- * @public
2393
2392
  * <p>The amount of time that AppConfig monitors for alarms before considering the
2394
2393
  * deployment to be complete and no longer eligible for automatic rollback.</p>
2394
+ * @public
2395
2395
  */
2396
2396
  FinalBakeTimeInMinutes?: number;
2397
2397
  /**
2398
- * @public
2399
2398
  * <p>The percentage of targets to receive a deployed configuration during each
2400
2399
  * interval.</p>
2400
+ * @public
2401
2401
  */
2402
2402
  GrowthFactor?: number;
2403
2403
  /**
2404
- * @public
2405
2404
  * <p>The algorithm used to define how percentage grows over time. AppConfig
2406
2405
  * supports the following growth types:</p>
2407
2406
  * <p>
@@ -2430,6 +2429,7 @@ export interface UpdateDeploymentStrategyRequest {
2430
2429
  * <p>Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the
2431
2430
  * targets, 8% of the targets, and continues until the configuration has been deployed to all
2432
2431
  * targets.</p>
2432
+ * @public
2433
2433
  */
2434
2434
  GrowthType?: GrowthType;
2435
2435
  }
@@ -2438,28 +2438,28 @@ export interface UpdateDeploymentStrategyRequest {
2438
2438
  */
2439
2439
  export interface UpdateEnvironmentRequest {
2440
2440
  /**
2441
- * @public
2442
2441
  * <p>The application ID.</p>
2442
+ * @public
2443
2443
  */
2444
2444
  ApplicationId: string | undefined;
2445
2445
  /**
2446
- * @public
2447
2446
  * <p>The environment ID.</p>
2447
+ * @public
2448
2448
  */
2449
2449
  EnvironmentId: string | undefined;
2450
2450
  /**
2451
- * @public
2452
2451
  * <p>The name of the environment.</p>
2452
+ * @public
2453
2453
  */
2454
2454
  Name?: string;
2455
2455
  /**
2456
- * @public
2457
2456
  * <p>A description of the environment.</p>
2457
+ * @public
2458
2458
  */
2459
2459
  Description?: string;
2460
2460
  /**
2461
- * @public
2462
2461
  * <p>Amazon CloudWatch alarms to monitor during the deployment process.</p>
2462
+ * @public
2463
2463
  */
2464
2464
  Monitors?: Monitor[];
2465
2465
  }
@@ -2468,28 +2468,28 @@ export interface UpdateEnvironmentRequest {
2468
2468
  */
2469
2469
  export interface UpdateExtensionRequest {
2470
2470
  /**
2471
- * @public
2472
2471
  * <p>The name, the ID, or the Amazon Resource Name (ARN) of the extension.</p>
2472
+ * @public
2473
2473
  */
2474
2474
  ExtensionIdentifier: string | undefined;
2475
2475
  /**
2476
- * @public
2477
2476
  * <p>Information about the extension.</p>
2477
+ * @public
2478
2478
  */
2479
2479
  Description?: string;
2480
2480
  /**
2481
- * @public
2482
2481
  * <p>The actions defined in the extension.</p>
2482
+ * @public
2483
2483
  */
2484
2484
  Actions?: Partial<Record<ActionPoint, Action[]>>;
2485
2485
  /**
2486
- * @public
2487
2486
  * <p>One or more parameters for the actions called by the extension.</p>
2487
+ * @public
2488
2488
  */
2489
2489
  Parameters?: Record<string, Parameter>;
2490
2490
  /**
2491
- * @public
2492
2491
  * <p>The extension version number.</p>
2492
+ * @public
2493
2493
  */
2494
2494
  VersionNumber?: number;
2495
2495
  }
@@ -2498,13 +2498,13 @@ export interface UpdateExtensionRequest {
2498
2498
  */
2499
2499
  export interface UpdateExtensionAssociationRequest {
2500
2500
  /**
2501
- * @public
2502
2501
  * <p>The system-generated ID for the association.</p>
2502
+ * @public
2503
2503
  */
2504
2504
  ExtensionAssociationId: string | undefined;
2505
2505
  /**
2506
- * @public
2507
2506
  * <p>The parameter names and values defined in the extension.</p>
2507
+ * @public
2508
2508
  */
2509
2509
  Parameters?: Record<string, string>;
2510
2510
  }
@@ -2513,18 +2513,18 @@ export interface UpdateExtensionAssociationRequest {
2513
2513
  */
2514
2514
  export interface ValidateConfigurationRequest {
2515
2515
  /**
2516
- * @public
2517
2516
  * <p>The application ID.</p>
2517
+ * @public
2518
2518
  */
2519
2519
  ApplicationId: string | undefined;
2520
2520
  /**
2521
- * @public
2522
2521
  * <p>The configuration profile ID.</p>
2522
+ * @public
2523
2523
  */
2524
2524
  ConfigurationProfileId: string | undefined;
2525
2525
  /**
2526
- * @public
2527
2526
  * <p>The version of the configuration to validate.</p>
2527
+ * @public
2528
2528
  */
2529
2529
  ConfigurationVersion: string | undefined;
2530
2530
  }