@cdklabs/cdk-ecs-codedeploy 0.0.103 → 0.0.104

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 (105) hide show
  1. package/.jsii +70 -5
  2. package/.projenrc.ts +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +48 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +24 -4
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +16 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +16 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +16 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +16 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +16 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +16 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +16 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +16 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +16 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +16 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +16 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +16 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +16 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +16 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +16 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +16 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +16 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +16 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +16 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +16 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +16 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +16 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +16 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +16 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +16 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +16 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +16 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +16 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +16 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +16 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +16 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +16 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +16 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +16 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +16 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +16 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  55. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +16 -0
  56. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/CodeDeployServiceException.d.ts +2 -0
  57. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -0
  58. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/Interfaces.d.ts +3 -0
  59. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +3 -0
  60. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  61. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +3 -0
  62. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +3 -0
  63. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +3 -0
  64. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
  65. package/node_modules/@aws-sdk/client-codedeploy/package.json +3 -3
  66. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +5 -0
  67. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -4
  68. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
  69. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
  70. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  71. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +16 -0
  72. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -0
  73. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -0
  74. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
  75. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
  76. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  77. package/node_modules/@aws-sdk/client-sso/package.json +1 -1
  78. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +4 -0
  79. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +24 -4
  80. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +16 -0
  81. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
  82. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +16 -0
  83. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -0
  84. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -0
  85. package/node_modules/@aws-sdk/client-sso-oidc/package.json +1 -1
  86. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +19 -83
  87. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +19 -83
  88. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +10 -1
  89. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +24 -4
  90. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +17 -1
  91. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +16 -0
  92. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +16 -0
  93. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +16 -0
  94. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +16 -0
  95. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +16 -0
  96. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  97. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +16 -0
  98. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -0
  99. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +47 -0
  100. package/node_modules/@aws-sdk/client-sts/package.json +2 -2
  101. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  102. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  103. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  104. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  105. package/package.json +9 -9
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Information about a tag.</p>
5
6
  */
6
7
  export interface Tag {
@@ -14,6 +15,7 @@ export interface Tag {
14
15
  Value?: string;
15
16
  }
16
17
  /**
18
+ * @public
17
19
  * <p>Represents the input of, and adds tags to, an on-premises instance operation.</p>
18
20
  */
19
21
  export interface AddTagsToOnPremisesInstancesInput {
@@ -29,6 +31,7 @@ export interface AddTagsToOnPremisesInstancesInput {
29
31
  instanceNames: string[] | undefined;
30
32
  }
31
33
  /**
34
+ * @public
32
35
  * <p>The maximum number of allowed on-premises instances in a single call was
33
36
  * exceeded.</p>
34
37
  */
@@ -41,6 +44,7 @@ export declare class InstanceLimitExceededException extends __BaseException {
41
44
  constructor(opts: __ExceptionOptionType<InstanceLimitExceededException, __BaseException>);
42
45
  }
43
46
  /**
47
+ * @public
44
48
  * <p>An on-premises instance name was not specified.</p>
45
49
  */
46
50
  export declare class InstanceNameRequiredException extends __BaseException {
@@ -52,6 +56,7 @@ export declare class InstanceNameRequiredException extends __BaseException {
52
56
  constructor(opts: __ExceptionOptionType<InstanceNameRequiredException, __BaseException>);
53
57
  }
54
58
  /**
59
+ * @public
55
60
  * <p>The specified on-premises instance is not registered.</p>
56
61
  */
57
62
  export declare class InstanceNotRegisteredException extends __BaseException {
@@ -63,6 +68,7 @@ export declare class InstanceNotRegisteredException extends __BaseException {
63
68
  constructor(opts: __ExceptionOptionType<InstanceNotRegisteredException, __BaseException>);
64
69
  }
65
70
  /**
71
+ * @public
66
72
  * <p>The on-premises instance name was specified in an invalid format.</p>
67
73
  */
68
74
  export declare class InvalidInstanceNameException extends __BaseException {
@@ -74,6 +80,7 @@ export declare class InvalidInstanceNameException extends __BaseException {
74
80
  constructor(opts: __ExceptionOptionType<InvalidInstanceNameException, __BaseException>);
75
81
  }
76
82
  /**
83
+ * @public
77
84
  * <p>The tag was specified in an invalid format.</p>
78
85
  */
79
86
  export declare class InvalidTagException extends __BaseException {
@@ -85,6 +92,7 @@ export declare class InvalidTagException extends __BaseException {
85
92
  constructor(opts: __ExceptionOptionType<InvalidTagException, __BaseException>);
86
93
  }
87
94
  /**
95
+ * @public
88
96
  * <p>The maximum allowed number of tags was exceeded.</p>
89
97
  */
90
98
  export declare class TagLimitExceededException extends __BaseException {
@@ -96,6 +104,7 @@ export declare class TagLimitExceededException extends __BaseException {
96
104
  constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
97
105
  }
98
106
  /**
107
+ * @public
99
108
  * <p>A tag was not specified.</p>
100
109
  */
101
110
  export declare class TagRequiredException extends __BaseException {
@@ -107,6 +116,7 @@ export declare class TagRequiredException extends __BaseException {
107
116
  constructor(opts: __ExceptionOptionType<TagRequiredException, __BaseException>);
108
117
  }
109
118
  /**
119
+ * @public
110
120
  * <p>Information about an alarm.</p>
111
121
  */
112
122
  export interface Alarm {
@@ -117,6 +127,7 @@ export interface Alarm {
117
127
  name?: string;
118
128
  }
119
129
  /**
130
+ * @public
120
131
  * <p>Information about alarms associated with a deployment or deployment group.</p>
121
132
  */
122
133
  export interface AlarmConfiguration {
@@ -148,6 +159,7 @@ export interface AlarmConfiguration {
148
159
  alarms?: Alarm[];
149
160
  }
150
161
  /**
162
+ * @public
151
163
  * <p>The maximum number of alarms for a deployment group (10) was exceeded.</p>
152
164
  */
153
165
  export declare class AlarmsLimitExceededException extends __BaseException {
@@ -159,6 +171,7 @@ export declare class AlarmsLimitExceededException extends __BaseException {
159
171
  constructor(opts: __ExceptionOptionType<AlarmsLimitExceededException, __BaseException>);
160
172
  }
161
173
  /**
174
+ * @public
162
175
  * <p>An application with the specified name with the IAM user or Amazon Web Services account already exists.</p>
163
176
  */
164
177
  export declare class ApplicationAlreadyExistsException extends __BaseException {
@@ -170,6 +183,7 @@ export declare class ApplicationAlreadyExistsException extends __BaseException {
170
183
  constructor(opts: __ExceptionOptionType<ApplicationAlreadyExistsException, __BaseException>);
171
184
  }
172
185
  /**
186
+ * @public
173
187
  * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
174
188
  */
175
189
  export declare class ApplicationDoesNotExistException extends __BaseException {
@@ -180,12 +194,16 @@ export declare class ApplicationDoesNotExistException extends __BaseException {
180
194
  */
181
195
  constructor(opts: __ExceptionOptionType<ApplicationDoesNotExistException, __BaseException>);
182
196
  }
197
+ /**
198
+ * @public
199
+ */
183
200
  export declare enum ComputePlatform {
184
201
  ECS = "ECS",
185
202
  LAMBDA = "Lambda",
186
203
  SERVER = "Server"
187
204
  }
188
205
  /**
206
+ * @public
189
207
  * <p>Information about an application.</p>
190
208
  */
191
209
  export interface ApplicationInfo {
@@ -216,6 +234,7 @@ export interface ApplicationInfo {
216
234
  computePlatform?: ComputePlatform | string;
217
235
  }
218
236
  /**
237
+ * @public
219
238
  * <p>More applications were attempted to be created than are allowed.</p>
220
239
  */
221
240
  export declare class ApplicationLimitExceededException extends __BaseException {
@@ -227,6 +246,7 @@ export declare class ApplicationLimitExceededException extends __BaseException {
227
246
  constructor(opts: __ExceptionOptionType<ApplicationLimitExceededException, __BaseException>);
228
247
  }
229
248
  /**
249
+ * @public
230
250
  * <p>The minimum number of required application names was not specified.</p>
231
251
  */
232
252
  export declare class ApplicationNameRequiredException extends __BaseException {
@@ -237,12 +257,16 @@ export declare class ApplicationNameRequiredException extends __BaseException {
237
257
  */
238
258
  constructor(opts: __ExceptionOptionType<ApplicationNameRequiredException, __BaseException>);
239
259
  }
260
+ /**
261
+ * @public
262
+ */
240
263
  export declare enum ApplicationRevisionSortBy {
241
264
  FirstUsedTime = "firstUsedTime",
242
265
  LastUsedTime = "lastUsedTime",
243
266
  RegisterTime = "registerTime"
244
267
  }
245
268
  /**
269
+ * @public
246
270
  * <p> A revision for an Lambda or Amazon ECS deployment that is a
247
271
  * YAML-formatted or JSON-formatted string. For Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the
248
272
  * deprecated <code>RawString</code> data type. </p>
@@ -266,6 +290,7 @@ export interface AppSpecContent {
266
290
  sha256?: string;
267
291
  }
268
292
  /**
293
+ * @public
269
294
  * <p> The specified ARN is not supported. For example, it might be an ARN for a resource
270
295
  * that is not expected. </p>
271
296
  */
@@ -277,12 +302,16 @@ export declare class ArnNotSupportedException extends __BaseException {
277
302
  */
278
303
  constructor(opts: __ExceptionOptionType<ArnNotSupportedException, __BaseException>);
279
304
  }
305
+ /**
306
+ * @public
307
+ */
280
308
  export declare enum AutoRollbackEvent {
281
309
  DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
282
310
  DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
283
311
  DEPLOYMENT_STOP_ON_REQUEST = "DEPLOYMENT_STOP_ON_REQUEST"
284
312
  }
285
313
  /**
314
+ * @public
286
315
  * <p>Information about a configuration for automatically rolling back to a previous version
287
316
  * of an application revision when a deployment is not completed successfully.</p>
288
317
  */
@@ -298,6 +327,7 @@ export interface AutoRollbackConfiguration {
298
327
  events?: (AutoRollbackEvent | string)[];
299
328
  }
300
329
  /**
330
+ * @public
301
331
  * <p>Information about an Auto Scaling group.</p>
302
332
  */
303
333
  export interface AutoScalingGroup {
@@ -311,6 +341,7 @@ export interface AutoScalingGroup {
311
341
  hook?: string;
312
342
  }
313
343
  /**
344
+ * @public
314
345
  * <p>Information about the location of application artifacts stored in GitHub.</p>
315
346
  */
316
347
  export interface GitHubLocation {
@@ -326,12 +357,18 @@ export interface GitHubLocation {
326
357
  */
327
358
  commitId?: string;
328
359
  }
360
+ /**
361
+ * @public
362
+ */
329
363
  export declare enum RevisionLocationType {
330
364
  AppSpecContent = "AppSpecContent",
331
365
  GitHub = "GitHub",
332
366
  S3 = "S3",
333
367
  String = "String"
334
368
  }
369
+ /**
370
+ * @public
371
+ */
335
372
  export declare enum BundleType {
336
373
  JSON = "JSON",
337
374
  Tar = "tar",
@@ -340,6 +377,7 @@ export declare enum BundleType {
340
377
  Zip = "zip"
341
378
  }
342
379
  /**
380
+ * @public
343
381
  * <p>Information about the location of application artifacts stored in Amazon S3.</p>
344
382
  */
345
383
  export interface S3Location {
@@ -387,6 +425,7 @@ export interface S3Location {
387
425
  eTag?: string;
388
426
  }
389
427
  /**
428
+ * @public
390
429
  * @deprecated
391
430
  *
392
431
  * <p>A revision for an Lambda deployment that is a YAML-formatted or
@@ -406,6 +445,7 @@ export interface RawString {
406
445
  sha256?: string;
407
446
  }
408
447
  /**
448
+ * @public
409
449
  * <p>Information about the location of an application revision.</p>
410
450
  */
411
451
  export interface RevisionLocation {
@@ -454,6 +494,7 @@ export interface RevisionLocation {
454
494
  appSpecContent?: AppSpecContent;
455
495
  }
456
496
  /**
497
+ * @public
457
498
  * <p>Represents the input of a <code>BatchGetApplicationRevisions</code> operation.</p>
458
499
  */
459
500
  export interface BatchGetApplicationRevisionsInput {
@@ -470,6 +511,7 @@ export interface BatchGetApplicationRevisionsInput {
470
511
  revisions: RevisionLocation[] | undefined;
471
512
  }
472
513
  /**
514
+ * @public
473
515
  * <p>Information about an application revision.</p>
474
516
  */
475
517
  export interface GenericRevisionInfo {
@@ -495,6 +537,7 @@ export interface GenericRevisionInfo {
495
537
  registerTime?: Date;
496
538
  }
497
539
  /**
540
+ * @public
498
541
  * <p>Information about an application revision.</p>
499
542
  */
500
543
  export interface RevisionInfo {
@@ -509,6 +552,7 @@ export interface RevisionInfo {
509
552
  genericRevisionInfo?: GenericRevisionInfo;
510
553
  }
511
554
  /**
555
+ * @public
512
556
  * <p>Represents the output of a <code>BatchGetApplicationRevisions</code> operation.</p>
513
557
  */
514
558
  export interface BatchGetApplicationRevisionsOutput {
@@ -526,6 +570,7 @@ export interface BatchGetApplicationRevisionsOutput {
526
570
  revisions?: RevisionInfo[];
527
571
  }
528
572
  /**
573
+ * @public
529
574
  * <p>The maximum number of names or IDs allowed for this request (100) was exceeded.</p>
530
575
  */
531
576
  export declare class BatchLimitExceededException extends __BaseException {
@@ -537,6 +582,7 @@ export declare class BatchLimitExceededException extends __BaseException {
537
582
  constructor(opts: __ExceptionOptionType<BatchLimitExceededException, __BaseException>);
538
583
  }
539
584
  /**
585
+ * @public
540
586
  * <p>The application name was specified in an invalid format.</p>
541
587
  */
542
588
  export declare class InvalidApplicationNameException extends __BaseException {
@@ -548,6 +594,7 @@ export declare class InvalidApplicationNameException extends __BaseException {
548
594
  constructor(opts: __ExceptionOptionType<InvalidApplicationNameException, __BaseException>);
549
595
  }
550
596
  /**
597
+ * @public
551
598
  * <p>The revision was specified in an invalid format.</p>
552
599
  */
553
600
  export declare class InvalidRevisionException extends __BaseException {
@@ -559,6 +606,7 @@ export declare class InvalidRevisionException extends __BaseException {
559
606
  constructor(opts: __ExceptionOptionType<InvalidRevisionException, __BaseException>);
560
607
  }
561
608
  /**
609
+ * @public
562
610
  * <p>The revision ID was not specified.</p>
563
611
  */
564
612
  export declare class RevisionRequiredException extends __BaseException {
@@ -570,6 +618,7 @@ export declare class RevisionRequiredException extends __BaseException {
570
618
  constructor(opts: __ExceptionOptionType<RevisionRequiredException, __BaseException>);
571
619
  }
572
620
  /**
621
+ * @public
573
622
  * <p>Represents the input of a <code>BatchGetApplications</code> operation.</p>
574
623
  */
575
624
  export interface BatchGetApplicationsInput {
@@ -580,6 +629,7 @@ export interface BatchGetApplicationsInput {
580
629
  applicationNames: string[] | undefined;
581
630
  }
582
631
  /**
632
+ * @public
583
633
  * <p>Represents the output of a <code>BatchGetApplications</code> operation.</p>
584
634
  */
585
635
  export interface BatchGetApplicationsOutput {
@@ -589,6 +639,7 @@ export interface BatchGetApplicationsOutput {
589
639
  applicationsInfo?: ApplicationInfo[];
590
640
  }
591
641
  /**
642
+ * @public
592
643
  * <p>Represents the input of a <code>BatchGetDeploymentGroups</code> operation.</p>
593
644
  */
594
645
  export interface BatchGetDeploymentGroupsInput {
@@ -602,11 +653,15 @@ export interface BatchGetDeploymentGroupsInput {
602
653
  */
603
654
  deploymentGroupNames: string[] | undefined;
604
655
  }
656
+ /**
657
+ * @public
658
+ */
605
659
  export declare enum DeploymentReadyAction {
606
660
  CONTINUE_DEPLOYMENT = "CONTINUE_DEPLOYMENT",
607
661
  STOP_DEPLOYMENT = "STOP_DEPLOYMENT"
608
662
  }
609
663
  /**
664
+ * @public
610
665
  * <p>Information about how traffic is rerouted to instances in a replacement environment in
611
666
  * a blue/green deployment.</p>
612
667
  */
@@ -636,11 +691,15 @@ export interface DeploymentReadyOption {
636
691
  */
637
692
  waitTimeInMinutes?: number;
638
693
  }
694
+ /**
695
+ * @public
696
+ */
639
697
  export declare enum GreenFleetProvisioningAction {
640
698
  COPY_AUTO_SCALING_GROUP = "COPY_AUTO_SCALING_GROUP",
641
699
  DISCOVER_EXISTING = "DISCOVER_EXISTING"
642
700
  }
643
701
  /**
702
+ * @public
644
703
  * <p>Information about the instances that belong to the replacement environment in a
645
704
  * blue/green deployment.</p>
646
705
  */
@@ -662,11 +721,15 @@ export interface GreenFleetProvisioningOption {
662
721
  */
663
722
  action?: GreenFleetProvisioningAction | string;
664
723
  }
724
+ /**
725
+ * @public
726
+ */
665
727
  export declare enum InstanceAction {
666
728
  KEEP_ALIVE = "KEEP_ALIVE",
667
729
  TERMINATE = "TERMINATE"
668
730
  }
669
731
  /**
732
+ * @public
670
733
  * <p>Information about whether instances in the original environment are terminated when a
671
734
  * blue/green deployment is successful. <code>BlueInstanceTerminationOption</code> does not
672
735
  * apply to Lambda deployments. </p>
@@ -703,6 +766,7 @@ export interface BlueInstanceTerminationOption {
703
766
  terminationWaitTimeInMinutes?: number;
704
767
  }
705
768
  /**
769
+ * @public
706
770
  * <p>Information about blue/green deployment options for a deployment group.</p>
707
771
  */
708
772
  export interface BlueGreenDeploymentConfiguration {
@@ -722,15 +786,22 @@ export interface BlueGreenDeploymentConfiguration {
722
786
  */
723
787
  greenFleetProvisioningOption?: GreenFleetProvisioningOption;
724
788
  }
789
+ /**
790
+ * @public
791
+ */
725
792
  export declare enum DeploymentOption {
726
793
  WITHOUT_TRAFFIC_CONTROL = "WITHOUT_TRAFFIC_CONTROL",
727
794
  WITH_TRAFFIC_CONTROL = "WITH_TRAFFIC_CONTROL"
728
795
  }
796
+ /**
797
+ * @public
798
+ */
729
799
  export declare enum DeploymentType {
730
800
  BLUE_GREEN = "BLUE_GREEN",
731
801
  IN_PLACE = "IN_PLACE"
732
802
  }
733
803
  /**
804
+ * @public
734
805
  * <p>Information about the type of deployment, either in-place or blue/green, you want to
735
806
  * run and whether to route deployment traffic behind a load balancer.</p>
736
807
  */
@@ -744,12 +815,16 @@ export interface DeploymentStyle {
744
815
  */
745
816
  deploymentOption?: DeploymentOption | string;
746
817
  }
818
+ /**
819
+ * @public
820
+ */
747
821
  export declare enum EC2TagFilterType {
748
822
  KEY_AND_VALUE = "KEY_AND_VALUE",
749
823
  KEY_ONLY = "KEY_ONLY",
750
824
  VALUE_ONLY = "VALUE_ONLY"
751
825
  }
752
826
  /**
827
+ * @public
753
828
  * <p>Information about an EC2 tag filter.</p>
754
829
  */
755
830
  export interface EC2TagFilter {
@@ -781,6 +856,7 @@ export interface EC2TagFilter {
781
856
  Type?: EC2TagFilterType | string;
782
857
  }
783
858
  /**
859
+ * @public
784
860
  * <p>Information about groups of Amazon EC2 instance tags.</p>
785
861
  */
786
862
  export interface EC2TagSet {
@@ -792,6 +868,7 @@ export interface EC2TagSet {
792
868
  ec2TagSetList?: EC2TagFilter[][];
793
869
  }
794
870
  /**
871
+ * @public
795
872
  * <p> Contains the service and cluster names used to identify an Amazon ECS
796
873
  * deployment's target. </p>
797
874
  */
@@ -806,6 +883,9 @@ export interface ECSService {
806
883
  */
807
884
  clusterName?: string;
808
885
  }
886
+ /**
887
+ * @public
888
+ */
809
889
  export declare enum DeploymentStatus {
810
890
  BAKING = "Baking",
811
891
  CREATED = "Created",
@@ -817,6 +897,7 @@ export declare enum DeploymentStatus {
817
897
  SUCCEEDED = "Succeeded"
818
898
  }
819
899
  /**
900
+ * @public
820
901
  * <p>Information about the most recent attempted or successful deployment to a deployment
821
902
  * group.</p>
822
903
  */
@@ -841,6 +922,7 @@ export interface LastDeploymentInfo {
841
922
  createTime?: Date;
842
923
  }
843
924
  /**
925
+ * @public
844
926
  * <p>Information about a load balancer in Elastic Load Balancing to use in a deployment.
845
927
  * Instances are registered directly with a load balancer, and traffic is routed to the
846
928
  * load balancer.</p>
@@ -856,6 +938,7 @@ export interface ELBInfo {
856
938
  name?: string;
857
939
  }
858
940
  /**
941
+ * @public
859
942
  * <p>Information about a target group in Elastic Load Balancing to use in a deployment.
860
943
  * Instances are registered as targets in a target group, and traffic is routed to the
861
944
  * target group.</p>
@@ -871,6 +954,7 @@ export interface TargetGroupInfo {
871
954
  name?: string;
872
955
  }
873
956
  /**
957
+ * @public
874
958
  * <p> Information about a listener. The listener contains the path used to route traffic
875
959
  * that is received from the load balancer to a target group. </p>
876
960
  */
@@ -883,6 +967,7 @@ export interface TrafficRoute {
883
967
  listenerArns?: string[];
884
968
  }
885
969
  /**
970
+ * @public
886
971
  * <p> Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified. </p>
887
972
  */
888
973
  export interface TargetGroupPairInfo {
@@ -903,6 +988,7 @@ export interface TargetGroupPairInfo {
903
988
  testTrafficRoute?: TrafficRoute;
904
989
  }
905
990
  /**
991
+ * @public
906
992
  * <p>Information about the Elastic Load Balancing load balancer or target group used in a
907
993
  * deployment.</p>
908
994
  */
@@ -931,12 +1017,16 @@ export interface LoadBalancerInfo {
931
1017
  */
932
1018
  targetGroupPairInfoList?: TargetGroupPairInfo[];
933
1019
  }
1020
+ /**
1021
+ * @public
1022
+ */
934
1023
  export declare enum TagFilterType {
935
1024
  KEY_AND_VALUE = "KEY_AND_VALUE",
936
1025
  KEY_ONLY = "KEY_ONLY",
937
1026
  VALUE_ONLY = "VALUE_ONLY"
938
1027
  }
939
1028
  /**
1029
+ * @public
940
1030
  * <p>Information about an on-premises instance tag filter.</p>
941
1031
  */
942
1032
  export interface TagFilter {
@@ -965,6 +1055,7 @@ export interface TagFilter {
965
1055
  Type?: TagFilterType | string;
966
1056
  }
967
1057
  /**
1058
+ * @public
968
1059
  * <p>Information about groups of on-premises instance tags.</p>
969
1060
  */
970
1061
  export interface OnPremisesTagSet {
@@ -975,10 +1066,16 @@ export interface OnPremisesTagSet {
975
1066
  */
976
1067
  onPremisesTagSetList?: TagFilter[][];
977
1068
  }
1069
+ /**
1070
+ * @public
1071
+ */
978
1072
  export declare enum OutdatedInstancesStrategy {
979
1073
  Ignore = "IGNORE",
980
1074
  Update = "UPDATE"
981
1075
  }
1076
+ /**
1077
+ * @public
1078
+ */
982
1079
  export declare enum TriggerEventType {
983
1080
  DEPLOYMENT_FAILURE = "DeploymentFailure",
984
1081
  DEPLOYMENT_READY = "DeploymentReady",
@@ -992,6 +1089,7 @@ export declare enum TriggerEventType {
992
1089
  INSTANCE_SUCCESS = "InstanceSuccess"
993
1090
  }
994
1091
  /**
1092
+ * @public
995
1093
  * <p>Information about notification triggers for the deployment group.</p>
996
1094
  */
997
1095
  export interface TriggerConfig {
@@ -1010,6 +1108,7 @@ export interface TriggerConfig {
1010
1108
  triggerEvents?: (TriggerEventType | string)[];
1011
1109
  }
1012
1110
  /**
1111
+ * @public
1013
1112
  * <p>Information about a deployment group.</p>
1014
1113
  */
1015
1114
  export interface DeploymentGroupInfo {
@@ -1125,6 +1224,7 @@ export interface DeploymentGroupInfo {
1125
1224
  ecsServices?: ECSService[];
1126
1225
  }
1127
1226
  /**
1227
+ * @public
1128
1228
  * <p>Represents the output of a <code>BatchGetDeploymentGroups</code> operation.</p>
1129
1229
  */
1130
1230
  export interface BatchGetDeploymentGroupsOutput {
@@ -1138,6 +1238,7 @@ export interface BatchGetDeploymentGroupsOutput {
1138
1238
  errorMessage?: string;
1139
1239
  }
1140
1240
  /**
1241
+ * @public
1141
1242
  * <p>The deployment configuration does not exist with the IAM user or
1142
1243
  * Amazon Web Services account.</p>
1143
1244
  */
@@ -1150,6 +1251,7 @@ export declare class DeploymentConfigDoesNotExistException extends __BaseExcepti
1150
1251
  constructor(opts: __ExceptionOptionType<DeploymentConfigDoesNotExistException, __BaseException>);
1151
1252
  }
1152
1253
  /**
1254
+ * @public
1153
1255
  * <p>The deployment group name was not specified.</p>
1154
1256
  */
1155
1257
  export declare class DeploymentGroupNameRequiredException extends __BaseException {
@@ -1161,6 +1263,7 @@ export declare class DeploymentGroupNameRequiredException extends __BaseExceptio
1161
1263
  constructor(opts: __ExceptionOptionType<DeploymentGroupNameRequiredException, __BaseException>);
1162
1264
  }
1163
1265
  /**
1266
+ * @public
1164
1267
  * <p>The deployment group name was specified in an invalid format.</p>
1165
1268
  */
1166
1269
  export declare class InvalidDeploymentGroupNameException extends __BaseException {
@@ -1172,6 +1275,7 @@ export declare class InvalidDeploymentGroupNameException extends __BaseException
1172
1275
  constructor(opts: __ExceptionOptionType<InvalidDeploymentGroupNameException, __BaseException>);
1173
1276
  }
1174
1277
  /**
1278
+ * @public
1175
1279
  * <p> Represents the input of a <code>BatchGetDeploymentInstances</code> operation. </p>
1176
1280
  */
1177
1281
  export interface BatchGetDeploymentInstancesInput {
@@ -1185,10 +1289,16 @@ export interface BatchGetDeploymentInstancesInput {
1185
1289
  */
1186
1290
  instanceIds: string[] | undefined;
1187
1291
  }
1292
+ /**
1293
+ * @public
1294
+ */
1188
1295
  export declare enum _InstanceType {
1189
1296
  BLUE = "Blue",
1190
1297
  GREEN = "Green"
1191
1298
  }
1299
+ /**
1300
+ * @public
1301
+ */
1192
1302
  export declare enum LifecycleErrorCode {
1193
1303
  SCRIPT_FAILED = "ScriptFailed",
1194
1304
  SCRIPT_MISSING = "ScriptMissing",
@@ -1198,6 +1308,7 @@ export declare enum LifecycleErrorCode {
1198
1308
  UNKNOWN_ERROR = "UnknownError"
1199
1309
  }
1200
1310
  /**
1311
+ * @public
1201
1312
  * <p>Diagnostic information about executable scripts that are part of a deployment.</p>
1202
1313
  */
1203
1314
  export interface Diagnostics {
@@ -1243,6 +1354,9 @@ export interface Diagnostics {
1243
1354
  */
1244
1355
  logTail?: string;
1245
1356
  }
1357
+ /**
1358
+ * @public
1359
+ */
1246
1360
  export declare enum LifecycleEventStatus {
1247
1361
  FAILED = "Failed",
1248
1362
  IN_PROGRESS = "InProgress",
@@ -1252,6 +1366,7 @@ export declare enum LifecycleEventStatus {
1252
1366
  UNKNOWN = "Unknown"
1253
1367
  }
1254
1368
  /**
1369
+ * @public
1255
1370
  * <p>Information about a deployment lifecycle event.</p>
1256
1371
  */
1257
1372
  export interface LifecycleEvent {
@@ -1298,6 +1413,9 @@ export interface LifecycleEvent {
1298
1413
  */
1299
1414
  status?: LifecycleEventStatus | string;
1300
1415
  }
1416
+ /**
1417
+ * @public
1418
+ */
1301
1419
  export declare enum InstanceStatus {
1302
1420
  FAILED = "Failed",
1303
1421
  IN_PROGRESS = "InProgress",
@@ -1308,6 +1426,7 @@ export declare enum InstanceStatus {
1308
1426
  UNKNOWN = "Unknown"
1309
1427
  }
1310
1428
  /**
1429
+ * @public
1311
1430
  * @deprecated
1312
1431
  *
1313
1432
  * <p>Information about an instance in a deployment.</p>
@@ -1379,6 +1498,7 @@ export interface InstanceSummary {
1379
1498
  instanceType?: _InstanceType | string;
1380
1499
  }
1381
1500
  /**
1501
+ * @public
1382
1502
  * <p>Represents the output of a <code>BatchGetDeploymentInstances</code> operation.</p>
1383
1503
  */
1384
1504
  export interface BatchGetDeploymentInstancesOutput {
@@ -1392,6 +1512,7 @@ export interface BatchGetDeploymentInstancesOutput {
1392
1512
  errorMessage?: string;
1393
1513
  }
1394
1514
  /**
1515
+ * @public
1395
1516
  * <p>The deployment with the IAM user or Amazon Web Services account does not
1396
1517
  * exist.</p>
1397
1518
  */
@@ -1404,6 +1525,7 @@ export declare class DeploymentDoesNotExistException extends __BaseException {
1404
1525
  constructor(opts: __ExceptionOptionType<DeploymentDoesNotExistException, __BaseException>);
1405
1526
  }
1406
1527
  /**
1528
+ * @public
1407
1529
  * <p>At least one deployment ID must be specified.</p>
1408
1530
  */
1409
1531
  export declare class DeploymentIdRequiredException extends __BaseException {
@@ -1415,6 +1537,7 @@ export declare class DeploymentIdRequiredException extends __BaseException {
1415
1537
  constructor(opts: __ExceptionOptionType<DeploymentIdRequiredException, __BaseException>);
1416
1538
  }
1417
1539
  /**
1540
+ * @public
1418
1541
  * @deprecated
1419
1542
  *
1420
1543
  * <p>The instance ID was not specified.</p>
@@ -1428,6 +1551,7 @@ export declare class InstanceIdRequiredException extends __BaseException {
1428
1551
  constructor(opts: __ExceptionOptionType<InstanceIdRequiredException, __BaseException>);
1429
1552
  }
1430
1553
  /**
1554
+ * @public
1431
1555
  * <p>The computePlatform is invalid. The computePlatform should be <code>Lambda</code>, <code>Server</code>, or <code>ECS</code>.</p>
1432
1556
  */
1433
1557
  export declare class InvalidComputePlatformException extends __BaseException {
@@ -1439,6 +1563,7 @@ export declare class InvalidComputePlatformException extends __BaseException {
1439
1563
  constructor(opts: __ExceptionOptionType<InvalidComputePlatformException, __BaseException>);
1440
1564
  }
1441
1565
  /**
1566
+ * @public
1442
1567
  * <p>At least one of the deployment IDs was specified in an invalid format.</p>
1443
1568
  */
1444
1569
  export declare class InvalidDeploymentIdException extends __BaseException {
@@ -1450,6 +1575,7 @@ export declare class InvalidDeploymentIdException extends __BaseException {
1450
1575
  constructor(opts: __ExceptionOptionType<InvalidDeploymentIdException, __BaseException>);
1451
1576
  }
1452
1577
  /**
1578
+ * @public
1453
1579
  * <p> Represents the input of a <code>BatchGetDeployments</code> operation. </p>
1454
1580
  */
1455
1581
  export interface BatchGetDeploymentsInput {
@@ -1459,6 +1585,9 @@ export interface BatchGetDeploymentsInput {
1459
1585
  */
1460
1586
  deploymentIds: string[] | undefined;
1461
1587
  }
1588
+ /**
1589
+ * @public
1590
+ */
1462
1591
  export declare enum DeploymentCreator {
1463
1592
  Autoscaling = "autoscaling",
1464
1593
  CloudFormation = "CloudFormation",
@@ -1469,6 +1598,7 @@ export declare enum DeploymentCreator {
1469
1598
  User = "user"
1470
1599
  }
1471
1600
  /**
1601
+ * @public
1472
1602
  * <p>Information about the deployment status of the instances in the deployment.</p>
1473
1603
  */
1474
1604
  export interface DeploymentOverview {
@@ -1499,6 +1629,9 @@ export interface DeploymentOverview {
1499
1629
  */
1500
1630
  Ready?: number;
1501
1631
  }
1632
+ /**
1633
+ * @public
1634
+ */
1502
1635
  export declare enum ErrorCode {
1503
1636
  AGENT_ISSUE = "AGENT_ISSUE",
1504
1637
  ALARM_ACTIVE = "ALARM_ACTIVE",
@@ -1536,6 +1669,7 @@ export declare enum ErrorCode {
1536
1669
  TIMEOUT = "TIMEOUT"
1537
1670
  }
1538
1671
  /**
1672
+ * @public
1539
1673
  * <p>Information about a deployment error.</p>
1540
1674
  */
1541
1675
  export interface ErrorInformation {
@@ -1601,12 +1735,16 @@ export interface ErrorInformation {
1601
1735
  */
1602
1736
  message?: string;
1603
1737
  }
1738
+ /**
1739
+ * @public
1740
+ */
1604
1741
  export declare enum FileExistsBehavior {
1605
1742
  DISALLOW = "DISALLOW",
1606
1743
  OVERWRITE = "OVERWRITE",
1607
1744
  RETAIN = "RETAIN"
1608
1745
  }
1609
1746
  /**
1747
+ * @public
1610
1748
  * <p>Information about deployments related to the specified deployment.</p>
1611
1749
  */
1612
1750
  export interface RelatedDeployments {
@@ -1621,6 +1759,7 @@ export interface RelatedDeployments {
1621
1759
  autoUpdateOutdatedInstancesDeploymentIds?: string[];
1622
1760
  }
1623
1761
  /**
1762
+ * @public
1624
1763
  * <p>Information about a deployment rollback.</p>
1625
1764
  */
1626
1765
  export interface RollbackInfo {
@@ -1640,6 +1779,7 @@ export interface RollbackInfo {
1640
1779
  rollbackMessage?: string;
1641
1780
  }
1642
1781
  /**
1782
+ * @public
1643
1783
  * <p>Information about the instances to be used in the replacement environment in a
1644
1784
  * blue/green deployment.</p>
1645
1785
  */
@@ -1664,6 +1804,7 @@ export interface TargetInstances {
1664
1804
  ec2TagSet?: EC2TagSet;
1665
1805
  }
1666
1806
  /**
1807
+ * @public
1667
1808
  * <p>Information about a deployment.</p>
1668
1809
  */
1669
1810
  export interface DeploymentInfo {
@@ -1869,6 +2010,7 @@ export interface DeploymentInfo {
1869
2010
  overrideAlarmConfiguration?: AlarmConfiguration;
1870
2011
  }
1871
2012
  /**
2013
+ * @public
1872
2014
  * <p> Represents the output of a <code>BatchGetDeployments</code> operation. </p>
1873
2015
  */
1874
2016
  export interface BatchGetDeploymentsOutput {
@@ -1877,6 +2019,9 @@ export interface BatchGetDeploymentsOutput {
1877
2019
  */
1878
2020
  deploymentsInfo?: DeploymentInfo[];
1879
2021
  }
2022
+ /**
2023
+ * @public
2024
+ */
1880
2025
  export interface BatchGetDeploymentTargetsInput {
1881
2026
  /**
1882
2027
  * <p> The unique ID of a deployment. </p>
@@ -1912,6 +2057,9 @@ export interface BatchGetDeploymentTargetsInput {
1912
2057
  */
1913
2058
  targetIds?: string[];
1914
2059
  }
2060
+ /**
2061
+ * @public
2062
+ */
1915
2063
  export declare enum TargetStatus {
1916
2064
  FAILED = "Failed",
1917
2065
  IN_PROGRESS = "InProgress",
@@ -1922,6 +2070,7 @@ export declare enum TargetStatus {
1922
2070
  UNKNOWN = "Unknown"
1923
2071
  }
1924
2072
  /**
2073
+ * @public
1925
2074
  * <p> Information about the target to be updated by an CloudFormation blue/green
1926
2075
  * deployment. This target type is used for all deployments initiated by a CloudFormation stack update.</p>
1927
2076
  */
@@ -1960,17 +2109,24 @@ export interface CloudFormationTarget {
1960
2109
  */
1961
2110
  targetVersionWeight?: number;
1962
2111
  }
2112
+ /**
2113
+ * @public
2114
+ */
1963
2115
  export declare enum DeploymentTargetType {
1964
2116
  CLOUDFORMATION_TARGET = "CloudFormationTarget",
1965
2117
  ECS_TARGET = "ECSTarget",
1966
2118
  INSTANCE_TARGET = "InstanceTarget",
1967
2119
  LAMBDA_TARGET = "LambdaTarget"
1968
2120
  }
2121
+ /**
2122
+ * @public
2123
+ */
1969
2124
  export declare enum TargetLabel {
1970
2125
  BLUE = "Blue",
1971
2126
  GREEN = "Green"
1972
2127
  }
1973
2128
  /**
2129
+ * @public
1974
2130
  * <p> Information about a set of Amazon ECS tasks in an CodeDeploy
1975
2131
  * deployment. An Amazon ECS task set includes details such as the desired number
1976
2132
  * of tasks, how many tasks are running, and whether the task set serves production
@@ -2040,6 +2196,7 @@ export interface ECSTaskSet {
2040
2196
  taskSetLabel?: TargetLabel | string;
2041
2197
  }
2042
2198
  /**
2199
+ * @public
2043
2200
  * <p> Information about the target of an Amazon ECS deployment. </p>
2044
2201
  */
2045
2202
  export interface ECSTarget {
@@ -2076,6 +2233,7 @@ export interface ECSTarget {
2076
2233
  taskSetsInfo?: ECSTaskSet[];
2077
2234
  }
2078
2235
  /**
2236
+ * @public
2079
2237
  * <p> A target Amazon EC2 or on-premises instance during a deployment that uses the
2080
2238
  * EC2/On-premises compute platform. </p>
2081
2239
  */
@@ -2112,6 +2270,7 @@ export interface InstanceTarget {
2112
2270
  instanceLabel?: TargetLabel | string;
2113
2271
  }
2114
2272
  /**
2273
+ * @public
2115
2274
  * <p> Information about a Lambda function specified in a deployment. </p>
2116
2275
  */
2117
2276
  export interface LambdaFunctionInfo {
@@ -2141,6 +2300,7 @@ export interface LambdaFunctionInfo {
2141
2300
  targetVersionWeight?: number;
2142
2301
  }
2143
2302
  /**
2303
+ * @public
2144
2304
  * <p> Information about the target Lambda function during an Lambda deployment. </p>
2145
2305
  */
2146
2306
  export interface LambdaTarget {
@@ -2179,6 +2339,7 @@ export interface LambdaTarget {
2179
2339
  lambdaFunctionInfo?: LambdaFunctionInfo;
2180
2340
  }
2181
2341
  /**
2342
+ * @public
2182
2343
  * <p> Information about the deployment target. </p>
2183
2344
  */
2184
2345
  export interface DeploymentTarget {
@@ -2208,6 +2369,9 @@ export interface DeploymentTarget {
2208
2369
  */
2209
2370
  cloudFormationTarget?: CloudFormationTarget;
2210
2371
  }
2372
+ /**
2373
+ * @public
2374
+ */
2211
2375
  export interface BatchGetDeploymentTargetsOutput {
2212
2376
  /**
2213
2377
  * <p> A list of target objects for a deployment. Each target object contains details about
@@ -2239,6 +2403,7 @@ export interface BatchGetDeploymentTargetsOutput {
2239
2403
  deploymentTargets?: DeploymentTarget[];
2240
2404
  }
2241
2405
  /**
2406
+ * @public
2242
2407
  * <p>The specified deployment has not started.</p>
2243
2408
  */
2244
2409
  export declare class DeploymentNotStartedException extends __BaseException {
@@ -2250,6 +2415,7 @@ export declare class DeploymentNotStartedException extends __BaseException {
2250
2415
  constructor(opts: __ExceptionOptionType<DeploymentNotStartedException, __BaseException>);
2251
2416
  }
2252
2417
  /**
2418
+ * @public
2253
2419
  * <p> The provided target ID does not belong to the attempted deployment. </p>
2254
2420
  */
2255
2421
  export declare class DeploymentTargetDoesNotExistException extends __BaseException {
@@ -2261,6 +2427,7 @@ export declare class DeploymentTargetDoesNotExistException extends __BaseExcepti
2261
2427
  constructor(opts: __ExceptionOptionType<DeploymentTargetDoesNotExistException, __BaseException>);
2262
2428
  }
2263
2429
  /**
2430
+ * @public
2264
2431
  * <p> A deployment target ID was not provided. </p>
2265
2432
  */
2266
2433
  export declare class DeploymentTargetIdRequiredException extends __BaseException {
@@ -2272,6 +2439,7 @@ export declare class DeploymentTargetIdRequiredException extends __BaseException
2272
2439
  constructor(opts: __ExceptionOptionType<DeploymentTargetIdRequiredException, __BaseException>);
2273
2440
  }
2274
2441
  /**
2442
+ * @public
2275
2443
  * <p> The maximum number of targets that can be associated with an Amazon ECS or
2276
2444
  * Lambda deployment was exceeded. The target list of both types of
2277
2445
  * deployments must have exactly one item. This exception does not apply to EC2/On-premises
@@ -2286,6 +2454,7 @@ export declare class DeploymentTargetListSizeExceededException extends __BaseExc
2286
2454
  constructor(opts: __ExceptionOptionType<DeploymentTargetListSizeExceededException, __BaseException>);
2287
2455
  }
2288
2456
  /**
2457
+ * @public
2289
2458
  * @deprecated
2290
2459
  *
2291
2460
  * <p>The specified instance does not exist in the deployment group.</p>
@@ -2299,6 +2468,7 @@ export declare class InstanceDoesNotExistException extends __BaseException {
2299
2468
  constructor(opts: __ExceptionOptionType<InstanceDoesNotExistException, __BaseException>);
2300
2469
  }
2301
2470
  /**
2471
+ * @public
2302
2472
  * <p> The target ID provided was not valid. </p>
2303
2473
  */
2304
2474
  export declare class InvalidDeploymentTargetIdException extends __BaseException {
@@ -2310,6 +2480,7 @@ export declare class InvalidDeploymentTargetIdException extends __BaseException
2310
2480
  constructor(opts: __ExceptionOptionType<InvalidDeploymentTargetIdException, __BaseException>);
2311
2481
  }
2312
2482
  /**
2483
+ * @public
2313
2484
  * <p>Represents the input of a <code>BatchGetOnPremisesInstances</code> operation.</p>
2314
2485
  */
2315
2486
  export interface BatchGetOnPremisesInstancesInput {
@@ -2320,6 +2491,7 @@ export interface BatchGetOnPremisesInstancesInput {
2320
2491
  instanceNames: string[] | undefined;
2321
2492
  }
2322
2493
  /**
2494
+ * @public
2323
2495
  * <p>Information about an on-premises instance.</p>
2324
2496
  */
2325
2497
  export interface InstanceInfo {
@@ -2354,6 +2526,7 @@ export interface InstanceInfo {
2354
2526
  tags?: Tag[];
2355
2527
  }
2356
2528
  /**
2529
+ * @public
2357
2530
  * <p>Represents the output of a <code>BatchGetOnPremisesInstances</code> operation.</p>
2358
2531
  */
2359
2532
  export interface BatchGetOnPremisesInstancesOutput {
@@ -2363,6 +2536,7 @@ export interface BatchGetOnPremisesInstancesOutput {
2363
2536
  instanceInfos?: InstanceInfo[];
2364
2537
  }
2365
2538
  /**
2539
+ * @public
2366
2540
  * <p>A bucket name is required, but was not provided.</p>
2367
2541
  */
2368
2542
  export declare class BucketNameFilterRequiredException extends __BaseException {
@@ -2373,10 +2547,16 @@ export declare class BucketNameFilterRequiredException extends __BaseException {
2373
2547
  */
2374
2548
  constructor(opts: __ExceptionOptionType<BucketNameFilterRequiredException, __BaseException>);
2375
2549
  }
2550
+ /**
2551
+ * @public
2552
+ */
2376
2553
  export declare enum DeploymentWaitType {
2377
2554
  READY_WAIT = "READY_WAIT",
2378
2555
  TERMINATION_WAIT = "TERMINATION_WAIT"
2379
2556
  }
2557
+ /**
2558
+ * @public
2559
+ */
2380
2560
  export interface ContinueDeploymentInput {
2381
2561
  /**
2382
2562
  * <p> The unique ID of a blue/green deployment for which you want to start rerouting
@@ -2392,6 +2572,7 @@ export interface ContinueDeploymentInput {
2392
2572
  deploymentWaitType?: DeploymentWaitType | string;
2393
2573
  }
2394
2574
  /**
2575
+ * @public
2395
2576
  * <p>The deployment is already complete.</p>
2396
2577
  */
2397
2578
  export declare class DeploymentAlreadyCompletedException extends __BaseException {
@@ -2403,6 +2584,7 @@ export declare class DeploymentAlreadyCompletedException extends __BaseException
2403
2584
  constructor(opts: __ExceptionOptionType<DeploymentAlreadyCompletedException, __BaseException>);
2404
2585
  }
2405
2586
  /**
2587
+ * @public
2406
2588
  * <p>The deployment does not have a status of Ready and can't continue yet.</p>
2407
2589
  */
2408
2590
  export declare class DeploymentIsNotInReadyStateException extends __BaseException {
@@ -2414,6 +2596,7 @@ export declare class DeploymentIsNotInReadyStateException extends __BaseExceptio
2414
2596
  constructor(opts: __ExceptionOptionType<DeploymentIsNotInReadyStateException, __BaseException>);
2415
2597
  }
2416
2598
  /**
2599
+ * @public
2417
2600
  * <p>The specified deployment status doesn't exist or cannot be determined.</p>
2418
2601
  */
2419
2602
  export declare class InvalidDeploymentStatusException extends __BaseException {
@@ -2425,6 +2608,7 @@ export declare class InvalidDeploymentStatusException extends __BaseException {
2425
2608
  constructor(opts: __ExceptionOptionType<InvalidDeploymentStatusException, __BaseException>);
2426
2609
  }
2427
2610
  /**
2611
+ * @public
2428
2612
  * <p> The wait type is invalid. </p>
2429
2613
  */
2430
2614
  export declare class InvalidDeploymentWaitTypeException extends __BaseException {
@@ -2436,6 +2620,7 @@ export declare class InvalidDeploymentWaitTypeException extends __BaseException
2436
2620
  constructor(opts: __ExceptionOptionType<InvalidDeploymentWaitTypeException, __BaseException>);
2437
2621
  }
2438
2622
  /**
2623
+ * @public
2439
2624
  * <p>A call was submitted that is not supported for the specified deployment type.</p>
2440
2625
  */
2441
2626
  export declare class UnsupportedActionForDeploymentTypeException extends __BaseException {
@@ -2447,6 +2632,7 @@ export declare class UnsupportedActionForDeploymentTypeException extends __BaseE
2447
2632
  constructor(opts: __ExceptionOptionType<UnsupportedActionForDeploymentTypeException, __BaseException>);
2448
2633
  }
2449
2634
  /**
2635
+ * @public
2450
2636
  * <p>Represents the input of a <code>CreateApplication</code> operation.</p>
2451
2637
  */
2452
2638
  export interface CreateApplicationInput {
@@ -2467,6 +2653,7 @@ export interface CreateApplicationInput {
2467
2653
  tags?: Tag[];
2468
2654
  }
2469
2655
  /**
2656
+ * @public
2470
2657
  * <p>Represents the output of a <code>CreateApplication</code> operation.</p>
2471
2658
  */
2472
2659
  export interface CreateApplicationOutput {
@@ -2476,6 +2663,7 @@ export interface CreateApplicationOutput {
2476
2663
  applicationId?: string;
2477
2664
  }
2478
2665
  /**
2666
+ * @public
2479
2667
  * <p> The specified tags are not valid. </p>
2480
2668
  */
2481
2669
  export declare class InvalidTagsToAddException extends __BaseException {
@@ -2487,6 +2675,7 @@ export declare class InvalidTagsToAddException extends __BaseException {
2487
2675
  constructor(opts: __ExceptionOptionType<InvalidTagsToAddException, __BaseException>);
2488
2676
  }
2489
2677
  /**
2678
+ * @public
2490
2679
  * <p>Represents the input of a <code>CreateDeployment</code> operation.</p>
2491
2680
  */
2492
2681
  export interface CreateDeploymentInput {
@@ -2598,6 +2787,7 @@ export interface CreateDeploymentInput {
2598
2787
  overrideAlarmConfiguration?: AlarmConfiguration;
2599
2788
  }
2600
2789
  /**
2790
+ * @public
2601
2791
  * <p> Represents the output of a <code>CreateDeployment</code> operation. </p>
2602
2792
  */
2603
2793
  export interface CreateDeploymentOutput {
@@ -2607,6 +2797,7 @@ export interface CreateDeploymentOutput {
2607
2797
  deploymentId?: string;
2608
2798
  }
2609
2799
  /**
2800
+ * @public
2610
2801
  * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
2611
2802
  */
2612
2803
  export declare class DeploymentGroupDoesNotExistException extends __BaseException {
@@ -2618,6 +2809,7 @@ export declare class DeploymentGroupDoesNotExistException extends __BaseExceptio
2618
2809
  constructor(opts: __ExceptionOptionType<DeploymentGroupDoesNotExistException, __BaseException>);
2619
2810
  }
2620
2811
  /**
2812
+ * @public
2621
2813
  * <p>The number of allowed deployments was exceeded.</p>
2622
2814
  */
2623
2815
  export declare class DeploymentLimitExceededException extends __BaseException {
@@ -2629,6 +2821,7 @@ export declare class DeploymentLimitExceededException extends __BaseException {
2629
2821
  constructor(opts: __ExceptionOptionType<DeploymentLimitExceededException, __BaseException>);
2630
2822
  }
2631
2823
  /**
2824
+ * @public
2632
2825
  * <p>The description is too long.</p>
2633
2826
  */
2634
2827
  export declare class DescriptionTooLongException extends __BaseException {
@@ -2640,6 +2833,7 @@ export declare class DescriptionTooLongException extends __BaseException {
2640
2833
  constructor(opts: __ExceptionOptionType<DescriptionTooLongException, __BaseException>);
2641
2834
  }
2642
2835
  /**
2836
+ * @public
2643
2837
  * <p>The format of the alarm configuration is invalid. Possible causes include:</p>
2644
2838
  * <ul>
2645
2839
  * <li>
@@ -2668,6 +2862,7 @@ export declare class InvalidAlarmConfigException extends __BaseException {
2668
2862
  constructor(opts: __ExceptionOptionType<InvalidAlarmConfigException, __BaseException>);
2669
2863
  }
2670
2864
  /**
2865
+ * @public
2671
2866
  * <p>The automatic rollback configuration was specified in an invalid format. For example,
2672
2867
  * automatic rollback is enabled, but an invalid triggering event type or no event types
2673
2868
  * were listed.</p>
@@ -2681,6 +2876,7 @@ export declare class InvalidAutoRollbackConfigException extends __BaseException
2681
2876
  constructor(opts: __ExceptionOptionType<InvalidAutoRollbackConfigException, __BaseException>);
2682
2877
  }
2683
2878
  /**
2879
+ * @public
2684
2880
  * <p>The Auto Scaling group was specified in an invalid format or does not
2685
2881
  * exist.</p>
2686
2882
  */
@@ -2693,6 +2889,7 @@ export declare class InvalidAutoScalingGroupException extends __BaseException {
2693
2889
  constructor(opts: __ExceptionOptionType<InvalidAutoScalingGroupException, __BaseException>);
2694
2890
  }
2695
2891
  /**
2892
+ * @public
2696
2893
  * <p>The deployment configuration name was specified in an invalid format.</p>
2697
2894
  */
2698
2895
  export declare class InvalidDeploymentConfigNameException extends __BaseException {
@@ -2704,6 +2901,7 @@ export declare class InvalidDeploymentConfigNameException extends __BaseExceptio
2704
2901
  constructor(opts: __ExceptionOptionType<InvalidDeploymentConfigNameException, __BaseException>);
2705
2902
  }
2706
2903
  /**
2904
+ * @public
2707
2905
  * <p>An invalid fileExistsBehavior option was specified to determine how CodeDeploy handles files or directories that already exist in a deployment
2708
2906
  * target location, but weren't part of the previous successful deployment. Valid values
2709
2907
  * include "DISALLOW," "OVERWRITE," and "RETAIN."</p>
@@ -2717,6 +2915,7 @@ export declare class InvalidFileExistsBehaviorException extends __BaseException
2717
2915
  constructor(opts: __ExceptionOptionType<InvalidFileExistsBehaviorException, __BaseException>);
2718
2916
  }
2719
2917
  /**
2918
+ * @public
2720
2919
  * <p>The GitHub token is not valid.</p>
2721
2920
  */
2722
2921
  export declare class InvalidGitHubAccountTokenException extends __BaseException {
@@ -2728,6 +2927,7 @@ export declare class InvalidGitHubAccountTokenException extends __BaseException
2728
2927
  constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenException, __BaseException>);
2729
2928
  }
2730
2929
  /**
2930
+ * @public
2731
2931
  * <p>The IgnoreApplicationStopFailures value is invalid. For Lambda
2732
2932
  * deployments, <code>false</code> is expected. For EC2/On-premises deployments,
2733
2933
  * <code>true</code> or <code>false</code> is expected.</p>
@@ -2741,6 +2941,7 @@ export declare class InvalidIgnoreApplicationStopFailuresValueException extends
2741
2941
  constructor(opts: __ExceptionOptionType<InvalidIgnoreApplicationStopFailuresValueException, __BaseException>);
2742
2942
  }
2743
2943
  /**
2944
+ * @public
2744
2945
  * <p>An invalid load balancer name, or no load balancer name, was specified.</p>
2745
2946
  */
2746
2947
  export declare class InvalidLoadBalancerInfoException extends __BaseException {
@@ -2752,6 +2953,7 @@ export declare class InvalidLoadBalancerInfoException extends __BaseException {
2752
2953
  constructor(opts: __ExceptionOptionType<InvalidLoadBalancerInfoException, __BaseException>);
2753
2954
  }
2754
2955
  /**
2956
+ * @public
2755
2957
  * <p>The service role ARN was specified in an invalid format. Or, if an Auto Scaling
2756
2958
  * group was specified, the specified service role does not grant the appropriate
2757
2959
  * permissions to Amazon EC2 Auto Scaling.</p>
@@ -2765,6 +2967,7 @@ export declare class InvalidRoleException extends __BaseException {
2765
2967
  constructor(opts: __ExceptionOptionType<InvalidRoleException, __BaseException>);
2766
2968
  }
2767
2969
  /**
2970
+ * @public
2768
2971
  * <p>The target instance configuration is invalid. Possible causes include:</p>
2769
2972
  * <ul>
2770
2973
  * <li>
@@ -2791,6 +2994,7 @@ export declare class InvalidTargetInstancesException extends __BaseException {
2791
2994
  constructor(opts: __ExceptionOptionType<InvalidTargetInstancesException, __BaseException>);
2792
2995
  }
2793
2996
  /**
2997
+ * @public
2794
2998
  * <p> The configuration that specifies how traffic is routed during a deployment is
2795
2999
  * invalid.</p>
2796
3000
  */
@@ -2803,6 +3007,7 @@ export declare class InvalidTrafficRoutingConfigurationException extends __BaseE
2803
3007
  constructor(opts: __ExceptionOptionType<InvalidTrafficRoutingConfigurationException, __BaseException>);
2804
3008
  }
2805
3009
  /**
3010
+ * @public
2806
3011
  * <p>The UpdateOutdatedInstancesOnly value is invalid. For Lambda
2807
3012
  * deployments, <code>false</code> is expected. For EC2/On-premises deployments,
2808
3013
  * <code>true</code> or <code>false</code> is expected.</p>
@@ -2816,6 +3021,7 @@ export declare class InvalidUpdateOutdatedInstancesOnlyValueException extends __
2816
3021
  constructor(opts: __ExceptionOptionType<InvalidUpdateOutdatedInstancesOnlyValueException, __BaseException>);
2817
3022
  }
2818
3023
  /**
3024
+ * @public
2819
3025
  * <p>The named revision does not exist with the IAM user or Amazon Web Services account.</p>
2820
3026
  */
2821
3027
  export declare class RevisionDoesNotExistException extends __BaseException {
@@ -2827,6 +3033,7 @@ export declare class RevisionDoesNotExistException extends __BaseException {
2827
3033
  constructor(opts: __ExceptionOptionType<RevisionDoesNotExistException, __BaseException>);
2828
3034
  }
2829
3035
  /**
3036
+ * @public
2830
3037
  * <p>An API function was called too frequently.</p>
2831
3038
  */
2832
3039
  export declare class ThrottlingException extends __BaseException {
@@ -2837,11 +3044,15 @@ export declare class ThrottlingException extends __BaseException {
2837
3044
  */
2838
3045
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
2839
3046
  }
3047
+ /**
3048
+ * @public
3049
+ */
2840
3050
  export declare enum MinimumHealthyHostsType {
2841
3051
  FLEET_PERCENT = "FLEET_PERCENT",
2842
3052
  HOST_COUNT = "HOST_COUNT"
2843
3053
  }
2844
3054
  /**
3055
+ * @public
2845
3056
  * <p>Information about minimum healthy instance.</p>
2846
3057
  */
2847
3058
  export interface MinimumHealthyHosts {
@@ -2887,6 +3098,7 @@ export interface MinimumHealthyHosts {
2887
3098
  value?: number;
2888
3099
  }
2889
3100
  /**
3101
+ * @public
2890
3102
  * <p>A configuration that shifts traffic from one version of a Lambda function
2891
3103
  * or Amazon ECS task set to another in two increments. The original and target
2892
3104
  * Lambda function versions or ECS task sets are specified in the
@@ -2905,6 +3117,7 @@ export interface TimeBasedCanary {
2905
3117
  canaryInterval?: number;
2906
3118
  }
2907
3119
  /**
3120
+ * @public
2908
3121
  * <p>A configuration that shifts traffic from one version of a Lambda function
2909
3122
  * or ECS task set to another in equal increments, with an equal number of minutes between
2910
3123
  * each increment. The original and target Lambda function versions or ECS task
@@ -2922,12 +3135,16 @@ export interface TimeBasedLinear {
2922
3135
  */
2923
3136
  linearInterval?: number;
2924
3137
  }
3138
+ /**
3139
+ * @public
3140
+ */
2925
3141
  export declare enum TrafficRoutingType {
2926
3142
  AllAtOnce = "AllAtOnce",
2927
3143
  TimeBasedCanary = "TimeBasedCanary",
2928
3144
  TimeBasedLinear = "TimeBasedLinear"
2929
3145
  }
2930
3146
  /**
3147
+ * @public
2931
3148
  * <p>The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an Lambda deployment,
2932
3149
  * or from one Amazon ECS task set to another during an Amazon ECS
2933
3150
  * deployment.</p>
@@ -2955,6 +3172,7 @@ export interface TrafficRoutingConfig {
2955
3172
  timeBasedLinear?: TimeBasedLinear;
2956
3173
  }
2957
3174
  /**
3175
+ * @public
2958
3176
  * <p>Represents the input of a <code>CreateDeploymentConfig</code> operation.</p>
2959
3177
  */
2960
3178
  export interface CreateDeploymentConfigInput {
@@ -2994,6 +3212,7 @@ export interface CreateDeploymentConfigInput {
2994
3212
  computePlatform?: ComputePlatform | string;
2995
3213
  }
2996
3214
  /**
3215
+ * @public
2997
3216
  * <p>Represents the output of a <code>CreateDeploymentConfig</code> operation.</p>
2998
3217
  */
2999
3218
  export interface CreateDeploymentConfigOutput {
@@ -3003,6 +3222,7 @@ export interface CreateDeploymentConfigOutput {
3003
3222
  deploymentConfigId?: string;
3004
3223
  }
3005
3224
  /**
3225
+ * @public
3006
3226
  * <p>A deployment configuration with the specified name with the IAM user or
3007
3227
  * Amazon Web Services account already exists.</p>
3008
3228
  */
@@ -3015,6 +3235,7 @@ export declare class DeploymentConfigAlreadyExistsException extends __BaseExcept
3015
3235
  constructor(opts: __ExceptionOptionType<DeploymentConfigAlreadyExistsException, __BaseException>);
3016
3236
  }
3017
3237
  /**
3238
+ * @public
3018
3239
  * <p>The deployment configurations limit was exceeded.</p>
3019
3240
  */
3020
3241
  export declare class DeploymentConfigLimitExceededException extends __BaseException {
@@ -3026,6 +3247,7 @@ export declare class DeploymentConfigLimitExceededException extends __BaseExcept
3026
3247
  constructor(opts: __ExceptionOptionType<DeploymentConfigLimitExceededException, __BaseException>);
3027
3248
  }
3028
3249
  /**
3250
+ * @public
3029
3251
  * <p>The deployment configuration name was not specified.</p>
3030
3252
  */
3031
3253
  export declare class DeploymentConfigNameRequiredException extends __BaseException {
@@ -3037,6 +3259,7 @@ export declare class DeploymentConfigNameRequiredException extends __BaseExcepti
3037
3259
  constructor(opts: __ExceptionOptionType<DeploymentConfigNameRequiredException, __BaseException>);
3038
3260
  }
3039
3261
  /**
3262
+ * @public
3040
3263
  * <p>The minimum healthy instance value was specified in an invalid format.</p>
3041
3264
  */
3042
3265
  export declare class InvalidMinimumHealthyHostValueException extends __BaseException {
@@ -3048,6 +3271,7 @@ export declare class InvalidMinimumHealthyHostValueException extends __BaseExcep
3048
3271
  constructor(opts: __ExceptionOptionType<InvalidMinimumHealthyHostValueException, __BaseException>);
3049
3272
  }
3050
3273
  /**
3274
+ * @public
3051
3275
  * <p>Represents the input of a <code>CreateDeploymentGroup</code> operation.</p>
3052
3276
  */
3053
3277
  export interface CreateDeploymentGroupInput {
@@ -3158,6 +3382,7 @@ export interface CreateDeploymentGroupInput {
3158
3382
  tags?: Tag[];
3159
3383
  }
3160
3384
  /**
3385
+ * @public
3161
3386
  * <p>Represents the output of a <code>CreateDeploymentGroup</code> operation.</p>
3162
3387
  */
3163
3388
  export interface CreateDeploymentGroupOutput {
@@ -3167,6 +3392,7 @@ export interface CreateDeploymentGroupOutput {
3167
3392
  deploymentGroupId?: string;
3168
3393
  }
3169
3394
  /**
3395
+ * @public
3170
3396
  * <p>A deployment group with the specified name with the IAM user or Amazon Web Services account already exists.</p>
3171
3397
  */
3172
3398
  export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
@@ -3178,6 +3404,7 @@ export declare class DeploymentGroupAlreadyExistsException extends __BaseExcepti
3178
3404
  constructor(opts: __ExceptionOptionType<DeploymentGroupAlreadyExistsException, __BaseException>);
3179
3405
  }
3180
3406
  /**
3407
+ * @public
3181
3408
  * <p> The deployment groups limit was exceeded.</p>
3182
3409
  */
3183
3410
  export declare class DeploymentGroupLimitExceededException extends __BaseException {
@@ -3189,6 +3416,7 @@ export declare class DeploymentGroupLimitExceededException extends __BaseExcepti
3189
3416
  constructor(opts: __ExceptionOptionType<DeploymentGroupLimitExceededException, __BaseException>);
3190
3417
  }
3191
3418
  /**
3419
+ * @public
3192
3420
  * <p> The Amazon ECS service is associated with more than one deployment groups. An
3193
3421
  * Amazon ECS service can be associated with only one deployment group. </p>
3194
3422
  */
@@ -3201,6 +3429,7 @@ export declare class ECSServiceMappingLimitExceededException extends __BaseExcep
3201
3429
  constructor(opts: __ExceptionOptionType<ECSServiceMappingLimitExceededException, __BaseException>);
3202
3430
  }
3203
3431
  /**
3432
+ * @public
3204
3433
  * <p>The configuration for the blue/green deployment group was provided in an invalid
3205
3434
  * format. For information about deployment configuration format, see <a>CreateDeploymentConfig</a>.</p>
3206
3435
  */
@@ -3213,6 +3442,7 @@ export declare class InvalidBlueGreenDeploymentConfigurationException extends __
3213
3442
  constructor(opts: __ExceptionOptionType<InvalidBlueGreenDeploymentConfigurationException, __BaseException>);
3214
3443
  }
3215
3444
  /**
3445
+ * @public
3216
3446
  * <p>An invalid deployment style was specified. Valid deployment types include "IN_PLACE"
3217
3447
  * and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL" and
3218
3448
  * "WITHOUT_TRAFFIC_CONTROL."</p>
@@ -3226,6 +3456,7 @@ export declare class InvalidDeploymentStyleException extends __BaseException {
3226
3456
  constructor(opts: __ExceptionOptionType<InvalidDeploymentStyleException, __BaseException>);
3227
3457
  }
3228
3458
  /**
3459
+ * @public
3229
3460
  * <p>A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of
3230
3461
  * these data types can be used in a single call.</p>
3231
3462
  */
@@ -3238,6 +3469,7 @@ export declare class InvalidEC2TagCombinationException extends __BaseException {
3238
3469
  constructor(opts: __ExceptionOptionType<InvalidEC2TagCombinationException, __BaseException>);
3239
3470
  }
3240
3471
  /**
3472
+ * @public
3241
3473
  * <p>The tag was specified in an invalid format.</p>
3242
3474
  */
3243
3475
  export declare class InvalidEC2TagException extends __BaseException {
@@ -3249,6 +3481,7 @@ export declare class InvalidEC2TagException extends __BaseException {
3249
3481
  constructor(opts: __ExceptionOptionType<InvalidEC2TagException, __BaseException>);
3250
3482
  }
3251
3483
  /**
3484
+ * @public
3252
3485
  * <p> The Amazon ECS service identifier is not valid. </p>
3253
3486
  */
3254
3487
  export declare class InvalidECSServiceException extends __BaseException {
@@ -3260,6 +3493,7 @@ export declare class InvalidECSServiceException extends __BaseException {
3260
3493
  constructor(opts: __ExceptionOptionType<InvalidECSServiceException, __BaseException>);
3261
3494
  }
3262
3495
  /**
3496
+ * @public
3263
3497
  * <p>The input was specified in an invalid format.</p>
3264
3498
  */
3265
3499
  export declare class InvalidInputException extends __BaseException {
@@ -3271,6 +3505,7 @@ export declare class InvalidInputException extends __BaseException {
3271
3505
  constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
3272
3506
  }
3273
3507
  /**
3508
+ * @public
3274
3509
  * <p>A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet,
3275
3510
  * but only one of these data types can be used in a single call.</p>
3276
3511
  */
@@ -3283,6 +3518,7 @@ export declare class InvalidOnPremisesTagCombinationException extends __BaseExce
3283
3518
  constructor(opts: __ExceptionOptionType<InvalidOnPremisesTagCombinationException, __BaseException>);
3284
3519
  }
3285
3520
  /**
3521
+ * @public
3286
3522
  * <p> A target group pair associated with this deployment is not valid. </p>
3287
3523
  */
3288
3524
  export declare class InvalidTargetGroupPairException extends __BaseException {
@@ -3294,6 +3530,7 @@ export declare class InvalidTargetGroupPairException extends __BaseException {
3294
3530
  constructor(opts: __ExceptionOptionType<InvalidTargetGroupPairException, __BaseException>);
3295
3531
  }
3296
3532
  /**
3533
+ * @public
3297
3534
  * <p>The trigger was specified in an invalid format.</p>
3298
3535
  */
3299
3536
  export declare class InvalidTriggerConfigException extends __BaseException {
@@ -3305,6 +3542,7 @@ export declare class InvalidTriggerConfigException extends __BaseException {
3305
3542
  constructor(opts: __ExceptionOptionType<InvalidTriggerConfigException, __BaseException>);
3306
3543
  }
3307
3544
  /**
3545
+ * @public
3308
3546
  * <p>The limit for lifecycle hooks was exceeded.</p>
3309
3547
  */
3310
3548
  export declare class LifecycleHookLimitExceededException extends __BaseException {
@@ -3316,6 +3554,7 @@ export declare class LifecycleHookLimitExceededException extends __BaseException
3316
3554
  constructor(opts: __ExceptionOptionType<LifecycleHookLimitExceededException, __BaseException>);
3317
3555
  }
3318
3556
  /**
3557
+ * @public
3319
3558
  * <p>The role ID was not specified.</p>
3320
3559
  */
3321
3560
  export declare class RoleRequiredException extends __BaseException {
@@ -3327,6 +3566,7 @@ export declare class RoleRequiredException extends __BaseException {
3327
3566
  constructor(opts: __ExceptionOptionType<RoleRequiredException, __BaseException>);
3328
3567
  }
3329
3568
  /**
3569
+ * @public
3330
3570
  * <p>The number of tag groups included in the tag set list exceeded the maximum allowed
3331
3571
  * limit of 3.</p>
3332
3572
  */
@@ -3339,6 +3579,7 @@ export declare class TagSetListLimitExceededException extends __BaseException {
3339
3579
  constructor(opts: __ExceptionOptionType<TagSetListLimitExceededException, __BaseException>);
3340
3580
  }
3341
3581
  /**
3582
+ * @public
3342
3583
  * <p>The maximum allowed number of triggers was exceeded.</p>
3343
3584
  */
3344
3585
  export declare class TriggerTargetsLimitExceededException extends __BaseException {
@@ -3350,6 +3591,7 @@ export declare class TriggerTargetsLimitExceededException extends __BaseExceptio
3350
3591
  constructor(opts: __ExceptionOptionType<TriggerTargetsLimitExceededException, __BaseException>);
3351
3592
  }
3352
3593
  /**
3594
+ * @public
3353
3595
  * <p>Represents the input of a <code>DeleteApplication</code> operation.</p>
3354
3596
  */
3355
3597
  export interface DeleteApplicationInput {
@@ -3359,6 +3601,7 @@ export interface DeleteApplicationInput {
3359
3601
  applicationName: string | undefined;
3360
3602
  }
3361
3603
  /**
3604
+ * @public
3362
3605
  * <p>Represents the input of a <code>DeleteDeploymentConfig</code> operation.</p>
3363
3606
  */
3364
3607
  export interface DeleteDeploymentConfigInput {
@@ -3369,6 +3612,7 @@ export interface DeleteDeploymentConfigInput {
3369
3612
  deploymentConfigName: string | undefined;
3370
3613
  }
3371
3614
  /**
3615
+ * @public
3372
3616
  * <p>The deployment configuration is still in use.</p>
3373
3617
  */
3374
3618
  export declare class DeploymentConfigInUseException extends __BaseException {
@@ -3380,6 +3624,7 @@ export declare class DeploymentConfigInUseException extends __BaseException {
3380
3624
  constructor(opts: __ExceptionOptionType<DeploymentConfigInUseException, __BaseException>);
3381
3625
  }
3382
3626
  /**
3627
+ * @public
3383
3628
  * <p>An invalid operation was detected.</p>
3384
3629
  */
3385
3630
  export declare class InvalidOperationException extends __BaseException {
@@ -3391,6 +3636,7 @@ export declare class InvalidOperationException extends __BaseException {
3391
3636
  constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
3392
3637
  }
3393
3638
  /**
3639
+ * @public
3394
3640
  * <p>Represents the input of a <code>DeleteDeploymentGroup</code> operation.</p>
3395
3641
  */
3396
3642
  export interface DeleteDeploymentGroupInput {
@@ -3404,6 +3650,7 @@ export interface DeleteDeploymentGroupInput {
3404
3650
  deploymentGroupName: string | undefined;
3405
3651
  }
3406
3652
  /**
3653
+ * @public
3407
3654
  * <p>Represents the output of a <code>DeleteDeploymentGroup</code> operation.</p>
3408
3655
  */
3409
3656
  export interface DeleteDeploymentGroupOutput {
@@ -3417,6 +3664,7 @@ export interface DeleteDeploymentGroupOutput {
3417
3664
  hooksNotCleanedUp?: AutoScalingGroup[];
3418
3665
  }
3419
3666
  /**
3667
+ * @public
3420
3668
  * <p>Represents the input of a <code>DeleteGitHubAccount</code> operation.</p>
3421
3669
  */
3422
3670
  export interface DeleteGitHubAccountTokenInput {
@@ -3426,6 +3674,7 @@ export interface DeleteGitHubAccountTokenInput {
3426
3674
  tokenName?: string;
3427
3675
  }
3428
3676
  /**
3677
+ * @public
3429
3678
  * <p>Represents the output of a <code>DeleteGitHubAccountToken</code> operation.</p>
3430
3679
  */
3431
3680
  export interface DeleteGitHubAccountTokenOutput {
@@ -3435,6 +3684,7 @@ export interface DeleteGitHubAccountTokenOutput {
3435
3684
  tokenName?: string;
3436
3685
  }
3437
3686
  /**
3687
+ * @public
3438
3688
  * <p>No GitHub account connection exists with the named specified in the call.</p>
3439
3689
  */
3440
3690
  export declare class GitHubAccountTokenDoesNotExistException extends __BaseException {
@@ -3446,6 +3696,7 @@ export declare class GitHubAccountTokenDoesNotExistException extends __BaseExcep
3446
3696
  constructor(opts: __ExceptionOptionType<GitHubAccountTokenDoesNotExistException, __BaseException>);
3447
3697
  }
3448
3698
  /**
3699
+ * @public
3449
3700
  * <p>The call is missing a required GitHub account connection name.</p>
3450
3701
  */
3451
3702
  export declare class GitHubAccountTokenNameRequiredException extends __BaseException {
@@ -3457,6 +3708,7 @@ export declare class GitHubAccountTokenNameRequiredException extends __BaseExcep
3457
3708
  constructor(opts: __ExceptionOptionType<GitHubAccountTokenNameRequiredException, __BaseException>);
3458
3709
  }
3459
3710
  /**
3711
+ * @public
3460
3712
  * <p>The format of the specified GitHub account connection name is invalid.</p>
3461
3713
  */
3462
3714
  export declare class InvalidGitHubAccountTokenNameException extends __BaseException {
@@ -3468,6 +3720,7 @@ export declare class InvalidGitHubAccountTokenNameException extends __BaseExcept
3468
3720
  constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenNameException, __BaseException>);
3469
3721
  }
3470
3722
  /**
3723
+ * @public
3471
3724
  * <p>The API used does not support the deployment.</p>
3472
3725
  */
3473
3726
  export declare class OperationNotSupportedException extends __BaseException {
@@ -3479,6 +3732,7 @@ export declare class OperationNotSupportedException extends __BaseException {
3479
3732
  constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
3480
3733
  }
3481
3734
  /**
3735
+ * @public
3482
3736
  * <p>The specified resource could not be validated.</p>
3483
3737
  */
3484
3738
  export declare class ResourceValidationException extends __BaseException {
@@ -3489,6 +3743,9 @@ export declare class ResourceValidationException extends __BaseException {
3489
3743
  */
3490
3744
  constructor(opts: __ExceptionOptionType<ResourceValidationException, __BaseException>);
3491
3745
  }
3746
+ /**
3747
+ * @public
3748
+ */
3492
3749
  export interface DeleteResourcesByExternalIdInput {
3493
3750
  /**
3494
3751
  * <p>The unique ID of an external resource (for example, a CloudFormation stack
@@ -3496,9 +3753,13 @@ export interface DeleteResourcesByExternalIdInput {
3496
3753
  */
3497
3754
  externalId?: string;
3498
3755
  }
3756
+ /**
3757
+ * @public
3758
+ */
3499
3759
  export interface DeleteResourcesByExternalIdOutput {
3500
3760
  }
3501
3761
  /**
3762
+ * @public
3502
3763
  * <p>Represents the input of a <code>DeregisterOnPremisesInstance</code> operation.</p>
3503
3764
  */
3504
3765
  export interface DeregisterOnPremisesInstanceInput {
@@ -3508,6 +3769,7 @@ export interface DeregisterOnPremisesInstanceInput {
3508
3769
  instanceName: string | undefined;
3509
3770
  }
3510
3771
  /**
3772
+ * @public
3511
3773
  * <p>Represents the input of a <code>GetApplication</code> operation.</p>
3512
3774
  */
3513
3775
  export interface GetApplicationInput {
@@ -3517,6 +3779,7 @@ export interface GetApplicationInput {
3517
3779
  applicationName: string | undefined;
3518
3780
  }
3519
3781
  /**
3782
+ * @public
3520
3783
  * <p>Represents the output of a <code>GetApplication</code> operation.</p>
3521
3784
  */
3522
3785
  export interface GetApplicationOutput {
@@ -3526,6 +3789,7 @@ export interface GetApplicationOutput {
3526
3789
  application?: ApplicationInfo;
3527
3790
  }
3528
3791
  /**
3792
+ * @public
3529
3793
  * <p>Represents the input of a <code>GetApplicationRevision</code> operation.</p>
3530
3794
  */
3531
3795
  export interface GetApplicationRevisionInput {
@@ -3539,6 +3803,7 @@ export interface GetApplicationRevisionInput {
3539
3803
  revision: RevisionLocation | undefined;
3540
3804
  }
3541
3805
  /**
3806
+ * @public
3542
3807
  * <p>Represents the output of a <code>GetApplicationRevision</code> operation.</p>
3543
3808
  */
3544
3809
  export interface GetApplicationRevisionOutput {
@@ -3556,6 +3821,7 @@ export interface GetApplicationRevisionOutput {
3556
3821
  revisionInfo?: GenericRevisionInfo;
3557
3822
  }
3558
3823
  /**
3824
+ * @public
3559
3825
  * <p>Represents the input of a <code>GetDeployment</code> operation.</p>
3560
3826
  */
3561
3827
  export interface GetDeploymentInput {
@@ -3565,6 +3831,7 @@ export interface GetDeploymentInput {
3565
3831
  deploymentId: string | undefined;
3566
3832
  }
3567
3833
  /**
3834
+ * @public
3568
3835
  * <p>Represents the output of a <code>GetDeployment</code> operation.</p>
3569
3836
  */
3570
3837
  export interface GetDeploymentOutput {
@@ -3574,6 +3841,7 @@ export interface GetDeploymentOutput {
3574
3841
  deploymentInfo?: DeploymentInfo;
3575
3842
  }
3576
3843
  /**
3844
+ * @public
3577
3845
  * <p>Represents the input of a <code>GetDeploymentConfig</code> operation.</p>
3578
3846
  */
3579
3847
  export interface GetDeploymentConfigInput {
@@ -3584,6 +3852,7 @@ export interface GetDeploymentConfigInput {
3584
3852
  deploymentConfigName: string | undefined;
3585
3853
  }
3586
3854
  /**
3855
+ * @public
3587
3856
  * <p>Information about a deployment configuration.</p>
3588
3857
  */
3589
3858
  export interface DeploymentConfigInfo {
@@ -3616,6 +3885,7 @@ export interface DeploymentConfigInfo {
3616
3885
  trafficRoutingConfig?: TrafficRoutingConfig;
3617
3886
  }
3618
3887
  /**
3888
+ * @public
3619
3889
  * <p>Represents the output of a <code>GetDeploymentConfig</code> operation.</p>
3620
3890
  */
3621
3891
  export interface GetDeploymentConfigOutput {
@@ -3625,6 +3895,7 @@ export interface GetDeploymentConfigOutput {
3625
3895
  deploymentConfigInfo?: DeploymentConfigInfo;
3626
3896
  }
3627
3897
  /**
3898
+ * @public
3628
3899
  * <p>Represents the input of a <code>GetDeploymentGroup</code> operation.</p>
3629
3900
  */
3630
3901
  export interface GetDeploymentGroupInput {
@@ -3638,6 +3909,7 @@ export interface GetDeploymentGroupInput {
3638
3909
  deploymentGroupName: string | undefined;
3639
3910
  }
3640
3911
  /**
3912
+ * @public
3641
3913
  * <p>Represents the output of a <code>GetDeploymentGroup</code> operation.</p>
3642
3914
  */
3643
3915
  export interface GetDeploymentGroupOutput {
@@ -3647,6 +3919,7 @@ export interface GetDeploymentGroupOutput {
3647
3919
  deploymentGroupInfo?: DeploymentGroupInfo;
3648
3920
  }
3649
3921
  /**
3922
+ * @public
3650
3923
  * <p> Represents the input of a <code>GetDeploymentInstance</code> operation. </p>
3651
3924
  */
3652
3925
  export interface GetDeploymentInstanceInput {
@@ -3660,6 +3933,7 @@ export interface GetDeploymentInstanceInput {
3660
3933
  instanceId: string | undefined;
3661
3934
  }
3662
3935
  /**
3936
+ * @public
3663
3937
  * <p> Represents the output of a <code>GetDeploymentInstance</code> operation. </p>
3664
3938
  */
3665
3939
  export interface GetDeploymentInstanceOutput {
@@ -3670,6 +3944,9 @@ export interface GetDeploymentInstanceOutput {
3670
3944
  */
3671
3945
  instanceSummary?: InstanceSummary;
3672
3946
  }
3947
+ /**
3948
+ * @public
3949
+ */
3673
3950
  export interface GetDeploymentTargetInput {
3674
3951
  /**
3675
3952
  * <p> The unique ID of a deployment. </p>
@@ -3680,6 +3957,9 @@ export interface GetDeploymentTargetInput {
3680
3957
  */
3681
3958
  targetId?: string;
3682
3959
  }
3960
+ /**
3961
+ * @public
3962
+ */
3683
3963
  export interface GetDeploymentTargetOutput {
3684
3964
  /**
3685
3965
  * <p> A deployment target that contains information about a deployment such as its status,
@@ -3691,6 +3971,7 @@ export interface GetDeploymentTargetOutput {
3691
3971
  deploymentTarget?: DeploymentTarget;
3692
3972
  }
3693
3973
  /**
3974
+ * @public
3694
3975
  * <p> Represents the input of a <code>GetOnPremisesInstance</code> operation. </p>
3695
3976
  */
3696
3977
  export interface GetOnPremisesInstanceInput {
@@ -3700,6 +3981,7 @@ export interface GetOnPremisesInstanceInput {
3700
3981
  instanceName: string | undefined;
3701
3982
  }
3702
3983
  /**
3984
+ * @public
3703
3985
  * <p> Represents the output of a <code>GetOnPremisesInstance</code> operation. </p>
3704
3986
  */
3705
3987
  export interface GetOnPremisesInstanceOutput {
@@ -3709,6 +3991,7 @@ export interface GetOnPremisesInstanceOutput {
3709
3991
  instanceInfo?: InstanceInfo;
3710
3992
  }
3711
3993
  /**
3994
+ * @public
3712
3995
  * <p>The bucket name either doesn't exist or was specified in an invalid format.</p>
3713
3996
  */
3714
3997
  export declare class InvalidBucketNameFilterException extends __BaseException {
@@ -3720,6 +4003,7 @@ export declare class InvalidBucketNameFilterException extends __BaseException {
3720
4003
  constructor(opts: __ExceptionOptionType<InvalidBucketNameFilterException, __BaseException>);
3721
4004
  }
3722
4005
  /**
4006
+ * @public
3723
4007
  * <p>The deployed state filter was specified in an invalid format.</p>
3724
4008
  */
3725
4009
  export declare class InvalidDeployedStateFilterException extends __BaseException {
@@ -3731,6 +4015,7 @@ export declare class InvalidDeployedStateFilterException extends __BaseException
3731
4015
  constructor(opts: __ExceptionOptionType<InvalidDeployedStateFilterException, __BaseException>);
3732
4016
  }
3733
4017
  /**
4018
+ * @public
3734
4019
  * <p>The specified key prefix filter was specified in an invalid format.</p>
3735
4020
  */
3736
4021
  export declare class InvalidKeyPrefixFilterException extends __BaseException {
@@ -3742,6 +4027,7 @@ export declare class InvalidKeyPrefixFilterException extends __BaseException {
3742
4027
  constructor(opts: __ExceptionOptionType<InvalidKeyPrefixFilterException, __BaseException>);
3743
4028
  }
3744
4029
  /**
4030
+ * @public
3745
4031
  * <p>The next token was specified in an invalid format.</p>
3746
4032
  */
3747
4033
  export declare class InvalidNextTokenException extends __BaseException {
@@ -3753,6 +4039,7 @@ export declare class InvalidNextTokenException extends __BaseException {
3753
4039
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
3754
4040
  }
3755
4041
  /**
4042
+ * @public
3756
4043
  * <p>The column name to sort by is either not present or was specified in an invalid
3757
4044
  * format.</p>
3758
4045
  */
@@ -3765,6 +4052,7 @@ export declare class InvalidSortByException extends __BaseException {
3765
4052
  constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
3766
4053
  }
3767
4054
  /**
4055
+ * @public
3768
4056
  * <p>The sort order was specified in an invalid format.</p>
3769
4057
  */
3770
4058
  export declare class InvalidSortOrderException extends __BaseException {
@@ -3775,16 +4063,23 @@ export declare class InvalidSortOrderException extends __BaseException {
3775
4063
  */
3776
4064
  constructor(opts: __ExceptionOptionType<InvalidSortOrderException, __BaseException>);
3777
4065
  }
4066
+ /**
4067
+ * @public
4068
+ */
3778
4069
  export declare enum ListStateFilterAction {
3779
4070
  Exclude = "exclude",
3780
4071
  Ignore = "ignore",
3781
4072
  Include = "include"
3782
4073
  }
4074
+ /**
4075
+ * @public
4076
+ */
3783
4077
  export declare enum SortOrder {
3784
4078
  Ascending = "ascending",
3785
4079
  Descending = "descending"
3786
4080
  }
3787
4081
  /**
4082
+ * @public
3788
4083
  * <p> Represents the input of a <code>ListApplicationRevisions</code> operation. </p>
3789
4084
  */
3790
4085
  export interface ListApplicationRevisionsInput {
@@ -3869,6 +4164,7 @@ export interface ListApplicationRevisionsInput {
3869
4164
  nextToken?: string;
3870
4165
  }
3871
4166
  /**
4167
+ * @public
3872
4168
  * <p>Represents the output of a <code>ListApplicationRevisions</code> operation.</p>
3873
4169
  */
3874
4170
  export interface ListApplicationRevisionsOutput {
@@ -3884,6 +4180,7 @@ export interface ListApplicationRevisionsOutput {
3884
4180
  nextToken?: string;
3885
4181
  }
3886
4182
  /**
4183
+ * @public
3887
4184
  * <p>Represents the input of a <code>ListApplications</code> operation.</p>
3888
4185
  */
3889
4186
  export interface ListApplicationsInput {
@@ -3894,6 +4191,7 @@ export interface ListApplicationsInput {
3894
4191
  nextToken?: string;
3895
4192
  }
3896
4193
  /**
4194
+ * @public
3897
4195
  * <p>Represents the output of a ListApplications operation.</p>
3898
4196
  */
3899
4197
  export interface ListApplicationsOutput {
@@ -3909,6 +4207,7 @@ export interface ListApplicationsOutput {
3909
4207
  nextToken?: string;
3910
4208
  }
3911
4209
  /**
4210
+ * @public
3912
4211
  * <p>Represents the input of a <code>ListDeploymentConfigs</code> operation.</p>
3913
4212
  */
3914
4213
  export interface ListDeploymentConfigsInput {
@@ -3919,6 +4218,7 @@ export interface ListDeploymentConfigsInput {
3919
4218
  nextToken?: string;
3920
4219
  }
3921
4220
  /**
4221
+ * @public
3922
4222
  * <p>Represents the output of a <code>ListDeploymentConfigs</code> operation.</p>
3923
4223
  */
3924
4224
  export interface ListDeploymentConfigsOutput {
@@ -3935,6 +4235,7 @@ export interface ListDeploymentConfigsOutput {
3935
4235
  nextToken?: string;
3936
4236
  }
3937
4237
  /**
4238
+ * @public
3938
4239
  * <p>Represents the input of a <code>ListDeploymentGroups</code> operation.</p>
3939
4240
  */
3940
4241
  export interface ListDeploymentGroupsInput {
@@ -3949,6 +4250,7 @@ export interface ListDeploymentGroupsInput {
3949
4250
  nextToken?: string;
3950
4251
  }
3951
4252
  /**
4253
+ * @public
3952
4254
  * <p>Represents the output of a <code>ListDeploymentGroups</code> operation.</p>
3953
4255
  */
3954
4256
  export interface ListDeploymentGroupsOutput {
@@ -3968,6 +4270,7 @@ export interface ListDeploymentGroupsOutput {
3968
4270
  nextToken?: string;
3969
4271
  }
3970
4272
  /**
4273
+ * @public
3971
4274
  * <p>An instance type was specified for an in-place deployment. Instance types are
3972
4275
  * supported for blue/green deployments only.</p>
3973
4276
  */
@@ -3980,6 +4283,7 @@ export declare class InvalidDeploymentInstanceTypeException extends __BaseExcept
3980
4283
  constructor(opts: __ExceptionOptionType<InvalidDeploymentInstanceTypeException, __BaseException>);
3981
4284
  }
3982
4285
  /**
4286
+ * @public
3983
4287
  * <p>The specified instance status does not exist.</p>
3984
4288
  */
3985
4289
  export declare class InvalidInstanceStatusException extends __BaseException {
@@ -3991,6 +4295,7 @@ export declare class InvalidInstanceStatusException extends __BaseException {
3991
4295
  constructor(opts: __ExceptionOptionType<InvalidInstanceStatusException, __BaseException>);
3992
4296
  }
3993
4297
  /**
4298
+ * @public
3994
4299
  * <p>An invalid instance type was specified for instances in a blue/green deployment. Valid
3995
4300
  * values include "Blue" for an original environment and "Green" for a replacement
3996
4301
  * environment.</p>
@@ -4004,6 +4309,7 @@ export declare class InvalidInstanceTypeException extends __BaseException {
4004
4309
  constructor(opts: __ExceptionOptionType<InvalidInstanceTypeException, __BaseException>);
4005
4310
  }
4006
4311
  /**
4312
+ * @public
4007
4313
  * <p> The target filter name is invalid. </p>
4008
4314
  */
4009
4315
  export declare class InvalidTargetFilterNameException extends __BaseException {
@@ -4015,6 +4321,7 @@ export declare class InvalidTargetFilterNameException extends __BaseException {
4015
4321
  constructor(opts: __ExceptionOptionType<InvalidTargetFilterNameException, __BaseException>);
4016
4322
  }
4017
4323
  /**
4324
+ * @public
4018
4325
  * <p> Represents the input of a <code>ListDeploymentInstances</code> operation. </p>
4019
4326
  */
4020
4327
  export interface ListDeploymentInstancesInput {
@@ -4068,6 +4375,7 @@ export interface ListDeploymentInstancesInput {
4068
4375
  instanceTypeFilter?: (_InstanceType | string)[];
4069
4376
  }
4070
4377
  /**
4378
+ * @public
4071
4379
  * <p>Represents the output of a <code>ListDeploymentInstances</code> operation.</p>
4072
4380
  */
4073
4381
  export interface ListDeploymentInstancesOutput {
@@ -4083,6 +4391,7 @@ export interface ListDeploymentInstancesOutput {
4083
4391
  nextToken?: string;
4084
4392
  }
4085
4393
  /**
4394
+ * @public
4086
4395
  * <p>The external ID was specified in an invalid format.</p>
4087
4396
  */
4088
4397
  export declare class InvalidExternalIdException extends __BaseException {
@@ -4094,6 +4403,7 @@ export declare class InvalidExternalIdException extends __BaseException {
4094
4403
  constructor(opts: __ExceptionOptionType<InvalidExternalIdException, __BaseException>);
4095
4404
  }
4096
4405
  /**
4406
+ * @public
4097
4407
  * <p>The specified time range was specified in an invalid format.</p>
4098
4408
  */
4099
4409
  export declare class InvalidTimeRangeException extends __BaseException {
@@ -4105,6 +4415,7 @@ export declare class InvalidTimeRangeException extends __BaseException {
4105
4415
  constructor(opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>);
4106
4416
  }
4107
4417
  /**
4418
+ * @public
4108
4419
  * <p>Information about a time range.</p>
4109
4420
  */
4110
4421
  export interface TimeRange {
@@ -4124,6 +4435,7 @@ export interface TimeRange {
4124
4435
  end?: Date;
4125
4436
  }
4126
4437
  /**
4438
+ * @public
4127
4439
  * <p>Represents the input of a <code>ListDeployments</code> operation.</p>
4128
4440
  */
4129
4441
  export interface ListDeploymentsInput {
@@ -4195,6 +4507,7 @@ export interface ListDeploymentsInput {
4195
4507
  nextToken?: string;
4196
4508
  }
4197
4509
  /**
4510
+ * @public
4198
4511
  * <p>Represents the output of a <code>ListDeployments</code> operation.</p>
4199
4512
  */
4200
4513
  export interface ListDeploymentsOutput {
@@ -4209,10 +4522,16 @@ export interface ListDeploymentsOutput {
4209
4522
  */
4210
4523
  nextToken?: string;
4211
4524
  }
4525
+ /**
4526
+ * @public
4527
+ */
4212
4528
  export declare enum TargetFilterName {
4213
4529
  SERVER_INSTANCE_LABEL = "ServerInstanceLabel",
4214
4530
  TARGET_STATUS = "TargetStatus"
4215
4531
  }
4532
+ /**
4533
+ * @public
4534
+ */
4216
4535
  export interface ListDeploymentTargetsInput {
4217
4536
  /**
4218
4537
  * <p> The unique ID of a deployment. </p>
@@ -4242,6 +4561,9 @@ export interface ListDeploymentTargetsInput {
4242
4561
  */
4243
4562
  targetFilters?: Record<string, string[]>;
4244
4563
  }
4564
+ /**
4565
+ * @public
4566
+ */
4245
4567
  export interface ListDeploymentTargetsOutput {
4246
4568
  /**
4247
4569
  * <p> The unique IDs of deployment targets. </p>
@@ -4255,6 +4577,7 @@ export interface ListDeploymentTargetsOutput {
4255
4577
  nextToken?: string;
4256
4578
  }
4257
4579
  /**
4580
+ * @public
4258
4581
  * <p>Represents the input of a <code>ListGitHubAccountTokenNames</code> operation.</p>
4259
4582
  */
4260
4583
  export interface ListGitHubAccountTokenNamesInput {
@@ -4265,6 +4588,7 @@ export interface ListGitHubAccountTokenNamesInput {
4265
4588
  nextToken?: string;
4266
4589
  }
4267
4590
  /**
4591
+ * @public
4268
4592
  * <p>Represents the output of a <code>ListGitHubAccountTokenNames</code> operation.</p>
4269
4593
  */
4270
4594
  export interface ListGitHubAccountTokenNamesOutput {
@@ -4280,6 +4604,7 @@ export interface ListGitHubAccountTokenNamesOutput {
4280
4604
  nextToken?: string;
4281
4605
  }
4282
4606
  /**
4607
+ * @public
4283
4608
  * <p>The registration status was specified in an invalid format.</p>
4284
4609
  */
4285
4610
  export declare class InvalidRegistrationStatusException extends __BaseException {
@@ -4291,6 +4616,7 @@ export declare class InvalidRegistrationStatusException extends __BaseException
4291
4616
  constructor(opts: __ExceptionOptionType<InvalidRegistrationStatusException, __BaseException>);
4292
4617
  }
4293
4618
  /**
4619
+ * @public
4294
4620
  * <p>The tag filter was specified in an invalid format.</p>
4295
4621
  */
4296
4622
  export declare class InvalidTagFilterException extends __BaseException {
@@ -4301,11 +4627,15 @@ export declare class InvalidTagFilterException extends __BaseException {
4301
4627
  */
4302
4628
  constructor(opts: __ExceptionOptionType<InvalidTagFilterException, __BaseException>);
4303
4629
  }
4630
+ /**
4631
+ * @public
4632
+ */
4304
4633
  export declare enum RegistrationStatus {
4305
4634
  Deregistered = "Deregistered",
4306
4635
  Registered = "Registered"
4307
4636
  }
4308
4637
  /**
4638
+ * @public
4309
4639
  * <p>Represents the input of a <code>ListOnPremisesInstances</code> operation.</p>
4310
4640
  */
4311
4641
  export interface ListOnPremisesInstancesInput {
@@ -4337,6 +4667,7 @@ export interface ListOnPremisesInstancesInput {
4337
4667
  nextToken?: string;
4338
4668
  }
4339
4669
  /**
4670
+ * @public
4340
4671
  * <p>Represents the output of the list on-premises instances operation.</p>
4341
4672
  */
4342
4673
  export interface ListOnPremisesInstancesOutput {
@@ -4352,6 +4683,7 @@ export interface ListOnPremisesInstancesOutput {
4352
4683
  nextToken?: string;
4353
4684
  }
4354
4685
  /**
4686
+ * @public
4355
4687
  * <p> The specified ARN is not in a valid format. </p>
4356
4688
  */
4357
4689
  export declare class InvalidArnException extends __BaseException {
@@ -4362,6 +4694,9 @@ export declare class InvalidArnException extends __BaseException {
4362
4694
  */
4363
4695
  constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
4364
4696
  }
4697
+ /**
4698
+ * @public
4699
+ */
4365
4700
  export interface ListTagsForResourceInput {
4366
4701
  /**
4367
4702
  * <p> The ARN of a CodeDeploy resource. <code>ListTagsForResource</code> returns all the
@@ -4375,6 +4710,9 @@ export interface ListTagsForResourceInput {
4375
4710
  */
4376
4711
  NextToken?: string;
4377
4712
  }
4713
+ /**
4714
+ * @public
4715
+ */
4378
4716
  export interface ListTagsForResourceOutput {
4379
4717
  /**
4380
4718
  * <p> A list of tags returned by <code>ListTagsForResource</code>. The tags are associated
@@ -4389,6 +4727,7 @@ export interface ListTagsForResourceOutput {
4389
4727
  NextToken?: string;
4390
4728
  }
4391
4729
  /**
4730
+ * @public
4392
4731
  * <p> The ARN of a resource is required, but was not found. </p>
4393
4732
  */
4394
4733
  export declare class ResourceArnRequiredException extends __BaseException {
@@ -4400,6 +4739,7 @@ export declare class ResourceArnRequiredException extends __BaseException {
4400
4739
  constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
4401
4740
  }
4402
4741
  /**
4742
+ * @public
4403
4743
  * <p>A lifecycle event hook is invalid. Review the <code>hooks</code> section in your
4404
4744
  * AppSpec file to ensure the lifecycle events and <code>hooks</code> functions are
4405
4745
  * valid.</p>
@@ -4413,6 +4753,7 @@ export declare class InvalidLifecycleEventHookExecutionIdException extends __Bas
4413
4753
  constructor(opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionIdException, __BaseException>);
4414
4754
  }
4415
4755
  /**
4756
+ * @public
4416
4757
  * <p>The result of a Lambda validation function that verifies a lifecycle event
4417
4758
  * is invalid. It should return <code>Succeeded</code> or <code>Failed</code>.</p>
4418
4759
  */
@@ -4425,6 +4766,7 @@ export declare class InvalidLifecycleEventHookExecutionStatusException extends _
4425
4766
  constructor(opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionStatusException, __BaseException>);
4426
4767
  }
4427
4768
  /**
4769
+ * @public
4428
4770
  * <p>An attempt to return the status of an already completed lifecycle event
4429
4771
  * occurred.</p>
4430
4772
  */
@@ -4436,6 +4778,9 @@ export declare class LifecycleEventAlreadyCompletedException extends __BaseExcep
4436
4778
  */
4437
4779
  constructor(opts: __ExceptionOptionType<LifecycleEventAlreadyCompletedException, __BaseException>);
4438
4780
  }
4781
+ /**
4782
+ * @public
4783
+ */
4439
4784
  export interface PutLifecycleEventHookExecutionStatusInput {
4440
4785
  /**
4441
4786
  * <p> The unique ID of a deployment. Pass this ID to a Lambda function that
@@ -4455,6 +4800,9 @@ export interface PutLifecycleEventHookExecutionStatusInput {
4455
4800
  */
4456
4801
  status?: LifecycleEventStatus | string;
4457
4802
  }
4803
+ /**
4804
+ * @public
4805
+ */
4458
4806
  export interface PutLifecycleEventHookExecutionStatusOutput {
4459
4807
  /**
4460
4808
  * <p>The execution ID of the lifecycle event hook. A hook is specified in the
@@ -4463,6 +4811,7 @@ export interface PutLifecycleEventHookExecutionStatusOutput {
4463
4811
  lifecycleEventHookExecutionId?: string;
4464
4812
  }
4465
4813
  /**
4814
+ * @public
4466
4815
  * <p>Represents the input of a RegisterApplicationRevision operation.</p>
4467
4816
  */
4468
4817
  export interface RegisterApplicationRevisionInput {
@@ -4481,6 +4830,7 @@ export interface RegisterApplicationRevisionInput {
4481
4830
  revision: RevisionLocation | undefined;
4482
4831
  }
4483
4832
  /**
4833
+ * @public
4484
4834
  * <p>No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.</p>
4485
4835
  */
4486
4836
  export declare class IamArnRequiredException extends __BaseException {
@@ -4492,6 +4842,7 @@ export declare class IamArnRequiredException extends __BaseException {
4492
4842
  constructor(opts: __ExceptionOptionType<IamArnRequiredException, __BaseException>);
4493
4843
  }
4494
4844
  /**
4845
+ * @public
4495
4846
  * <p>The request included an IAM session ARN that has already been used to
4496
4847
  * register a different instance.</p>
4497
4848
  */
@@ -4504,6 +4855,7 @@ export declare class IamSessionArnAlreadyRegisteredException extends __BaseExcep
4504
4855
  constructor(opts: __ExceptionOptionType<IamSessionArnAlreadyRegisteredException, __BaseException>);
4505
4856
  }
4506
4857
  /**
4858
+ * @public
4507
4859
  * <p>The specified IAM user ARN is already registered with an on-premises
4508
4860
  * instance.</p>
4509
4861
  */
@@ -4516,6 +4868,7 @@ export declare class IamUserArnAlreadyRegisteredException extends __BaseExceptio
4516
4868
  constructor(opts: __ExceptionOptionType<IamUserArnAlreadyRegisteredException, __BaseException>);
4517
4869
  }
4518
4870
  /**
4871
+ * @public
4519
4872
  * <p>An IAM user ARN was not specified.</p>
4520
4873
  */
4521
4874
  export declare class IamUserArnRequiredException extends __BaseException {
@@ -4527,6 +4880,7 @@ export declare class IamUserArnRequiredException extends __BaseException {
4527
4880
  constructor(opts: __ExceptionOptionType<IamUserArnRequiredException, __BaseException>);
4528
4881
  }
4529
4882
  /**
4883
+ * @public
4530
4884
  * <p>The specified on-premises instance name is already registered.</p>
4531
4885
  */
4532
4886
  export declare class InstanceNameAlreadyRegisteredException extends __BaseException {
@@ -4538,6 +4892,7 @@ export declare class InstanceNameAlreadyRegisteredException extends __BaseExcept
4538
4892
  constructor(opts: __ExceptionOptionType<InstanceNameAlreadyRegisteredException, __BaseException>);
4539
4893
  }
4540
4894
  /**
4895
+ * @public
4541
4896
  * <p>The IAM session ARN was specified in an invalid format.</p>
4542
4897
  */
4543
4898
  export declare class InvalidIamSessionArnException extends __BaseException {
@@ -4549,6 +4904,7 @@ export declare class InvalidIamSessionArnException extends __BaseException {
4549
4904
  constructor(opts: __ExceptionOptionType<InvalidIamSessionArnException, __BaseException>);
4550
4905
  }
4551
4906
  /**
4907
+ * @public
4552
4908
  * <p>The IAM user ARN was specified in an invalid format.</p>
4553
4909
  */
4554
4910
  export declare class InvalidIamUserArnException extends __BaseException {
@@ -4560,6 +4916,7 @@ export declare class InvalidIamUserArnException extends __BaseException {
4560
4916
  constructor(opts: __ExceptionOptionType<InvalidIamUserArnException, __BaseException>);
4561
4917
  }
4562
4918
  /**
4919
+ * @public
4563
4920
  * <p>Both an IAM user ARN and an IAM session ARN were
4564
4921
  * included in the request. Use only one ARN type.</p>
4565
4922
  */
@@ -4572,6 +4929,7 @@ export declare class MultipleIamArnsProvidedException extends __BaseException {
4572
4929
  constructor(opts: __ExceptionOptionType<MultipleIamArnsProvidedException, __BaseException>);
4573
4930
  }
4574
4931
  /**
4932
+ * @public
4575
4933
  * <p>Represents the input of the register on-premises instance operation.</p>
4576
4934
  */
4577
4935
  export interface RegisterOnPremisesInstanceInput {
@@ -4591,6 +4949,7 @@ export interface RegisterOnPremisesInstanceInput {
4591
4949
  iamUserArn?: string;
4592
4950
  }
4593
4951
  /**
4952
+ * @public
4594
4953
  * <p>Represents the input of a <code>RemoveTagsFromOnPremisesInstances</code>
4595
4954
  * operation.</p>
4596
4955
  */
@@ -4604,6 +4963,9 @@ export interface RemoveTagsFromOnPremisesInstancesInput {
4604
4963
  */
4605
4964
  instanceNames: string[] | undefined;
4606
4965
  }
4966
+ /**
4967
+ * @public
4968
+ */
4607
4969
  export interface SkipWaitTimeForInstanceTerminationInput {
4608
4970
  /**
4609
4971
  * <p> The unique ID of a blue/green deployment for which you want to skip the instance
@@ -4612,6 +4974,7 @@ export interface SkipWaitTimeForInstanceTerminationInput {
4612
4974
  deploymentId?: string;
4613
4975
  }
4614
4976
  /**
4977
+ * @public
4615
4978
  * <p> Represents the input of a <code>StopDeployment</code> operation. </p>
4616
4979
  */
4617
4980
  export interface StopDeploymentInput {
@@ -4625,11 +4988,15 @@ export interface StopDeploymentInput {
4625
4988
  */
4626
4989
  autoRollbackEnabled?: boolean;
4627
4990
  }
4991
+ /**
4992
+ * @public
4993
+ */
4628
4994
  export declare enum StopStatus {
4629
4995
  PENDING = "Pending",
4630
4996
  SUCCEEDED = "Succeeded"
4631
4997
  }
4632
4998
  /**
4999
+ * @public
4633
5000
  * <p> Represents the output of a <code>StopDeployment</code> operation. </p>
4634
5001
  */
4635
5002
  export interface StopDeploymentOutput {
@@ -4650,6 +5017,9 @@ export interface StopDeploymentOutput {
4650
5017
  */
4651
5018
  statusMessage?: string;
4652
5019
  }
5020
+ /**
5021
+ * @public
5022
+ */
4653
5023
  export interface TagResourceInput {
4654
5024
  /**
4655
5025
  * <p> The ARN of a resource, such as a CodeDeploy application or deployment group. </p>
@@ -4661,8 +5031,14 @@ export interface TagResourceInput {
4661
5031
  */
4662
5032
  Tags: Tag[] | undefined;
4663
5033
  }
5034
+ /**
5035
+ * @public
5036
+ */
4664
5037
  export interface TagResourceOutput {
4665
5038
  }
5039
+ /**
5040
+ * @public
5041
+ */
4666
5042
  export interface UntagResourceInput {
4667
5043
  /**
4668
5044
  * <p> The Amazon Resource Name (ARN) that specifies from which resource to disassociate the
@@ -4676,9 +5052,13 @@ export interface UntagResourceInput {
4676
5052
  */
4677
5053
  TagKeys: string[] | undefined;
4678
5054
  }
5055
+ /**
5056
+ * @public
5057
+ */
4679
5058
  export interface UntagResourceOutput {
4680
5059
  }
4681
5060
  /**
5061
+ * @public
4682
5062
  * <p>Represents the input of an <code>UpdateApplication</code> operation.</p>
4683
5063
  */
4684
5064
  export interface UpdateApplicationInput {
@@ -4692,6 +5072,7 @@ export interface UpdateApplicationInput {
4692
5072
  newApplicationName?: string;
4693
5073
  }
4694
5074
  /**
5075
+ * @public
4695
5076
  * <p>Represents the input of an <code>UpdateDeploymentGroup</code> operation.</p>
4696
5077
  */
4697
5078
  export interface UpdateDeploymentGroupInput {
@@ -4803,6 +5184,7 @@ export interface UpdateDeploymentGroupInput {
4803
5184
  onPremisesTagSet?: OnPremisesTagSet;
4804
5185
  }
4805
5186
  /**
5187
+ * @public
4806
5188
  * <p>Represents the output of an <code>UpdateDeploymentGroup</code> operation.</p>
4807
5189
  */
4808
5190
  export interface UpdateDeploymentGroupOutput {