@aws-sdk/client-codedeploy 3.414.0 → 3.420.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  2. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  3. package/dist-cjs/commands/BatchGetApplicationsCommand.js +5 -0
  4. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  5. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  6. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  7. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +5 -0
  8. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  9. package/dist-cjs/commands/ContinueDeploymentCommand.js +5 -0
  10. package/dist-cjs/commands/CreateApplicationCommand.js +5 -0
  11. package/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  12. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +5 -0
  13. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  19. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  20. package/dist-cjs/commands/GetApplicationCommand.js +5 -0
  21. package/dist-cjs/commands/GetApplicationRevisionCommand.js +5 -0
  22. package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  23. package/dist-cjs/commands/GetDeploymentConfigCommand.js +5 -0
  24. package/dist-cjs/commands/GetDeploymentGroupCommand.js +5 -0
  25. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +5 -0
  26. package/dist-cjs/commands/GetDeploymentTargetCommand.js +5 -0
  27. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +5 -0
  28. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +5 -0
  29. package/dist-cjs/commands/ListApplicationsCommand.js +5 -0
  30. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +5 -0
  31. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +5 -0
  32. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +5 -0
  33. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +5 -0
  34. package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  35. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  36. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +5 -0
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  38. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  39. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +5 -0
  40. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  41. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  42. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  43. package/dist-cjs/commands/StopDeploymentCommand.js +5 -0
  44. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  45. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  46. package/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
  47. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +5 -0
  48. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  49. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  50. package/dist-es/commands/BatchGetApplicationsCommand.js +5 -0
  51. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  52. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  53. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  54. package/dist-es/commands/BatchGetDeploymentsCommand.js +5 -0
  55. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  56. package/dist-es/commands/ContinueDeploymentCommand.js +5 -0
  57. package/dist-es/commands/CreateApplicationCommand.js +5 -0
  58. package/dist-es/commands/CreateDeploymentCommand.js +5 -0
  59. package/dist-es/commands/CreateDeploymentConfigCommand.js +5 -0
  60. package/dist-es/commands/CreateDeploymentGroupCommand.js +5 -0
  61. package/dist-es/commands/DeleteApplicationCommand.js +5 -0
  62. package/dist-es/commands/DeleteDeploymentConfigCommand.js +5 -0
  63. package/dist-es/commands/DeleteDeploymentGroupCommand.js +5 -0
  64. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  65. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  66. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  67. package/dist-es/commands/GetApplicationCommand.js +5 -0
  68. package/dist-es/commands/GetApplicationRevisionCommand.js +5 -0
  69. package/dist-es/commands/GetDeploymentCommand.js +5 -0
  70. package/dist-es/commands/GetDeploymentConfigCommand.js +5 -0
  71. package/dist-es/commands/GetDeploymentGroupCommand.js +5 -0
  72. package/dist-es/commands/GetDeploymentInstanceCommand.js +5 -0
  73. package/dist-es/commands/GetDeploymentTargetCommand.js +5 -0
  74. package/dist-es/commands/GetOnPremisesInstanceCommand.js +5 -0
  75. package/dist-es/commands/ListApplicationRevisionsCommand.js +5 -0
  76. package/dist-es/commands/ListApplicationsCommand.js +5 -0
  77. package/dist-es/commands/ListDeploymentConfigsCommand.js +5 -0
  78. package/dist-es/commands/ListDeploymentGroupsCommand.js +5 -0
  79. package/dist-es/commands/ListDeploymentInstancesCommand.js +5 -0
  80. package/dist-es/commands/ListDeploymentTargetsCommand.js +5 -0
  81. package/dist-es/commands/ListDeploymentsCommand.js +5 -0
  82. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  83. package/dist-es/commands/ListOnPremisesInstancesCommand.js +5 -0
  84. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  85. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  86. package/dist-es/commands/RegisterApplicationRevisionCommand.js +5 -0
  87. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  88. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  89. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  90. package/dist-es/commands/StopDeploymentCommand.js +5 -0
  91. package/dist-es/commands/TagResourceCommand.js +5 -0
  92. package/dist-es/commands/UntagResourceCommand.js +5 -0
  93. package/dist-es/commands/UpdateApplicationCommand.js +5 -0
  94. package/dist-es/commands/UpdateDeploymentGroupCommand.js +5 -0
  95. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +1 -1
  96. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +1 -1
  97. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -3
  98. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +1 -2
  99. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +1 -2
  100. package/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -2
  101. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  102. package/dist-types/commands/CreateDeploymentCommand.d.ts +5 -5
  103. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +1 -2
  104. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +4 -4
  105. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +8 -1
  106. package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  107. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -2
  108. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -2
  109. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -2
  110. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -4
  111. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -2
  112. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -2
  113. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  115. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -2
  117. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +2 -4
  118. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +1 -2
  119. package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -3
  120. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -2
  121. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +1 -1
  122. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +6 -7
  123. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -2
  124. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  125. package/dist-types/commands/TagResourceCommand.d.ts +4 -4
  126. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  127. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -2
  128. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +6 -5
  129. package/dist-types/models/models_0.d.ts +74 -56
  130. package/package.json +32 -32
@@ -86,8 +86,7 @@ export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploy
86
86
  * <p>The maximum number of names or IDs allowed for this request (100) was exceeded.</p>
87
87
  *
88
88
  * @throws {@link DeploymentDoesNotExistException} (client fault)
89
- * <p>The deployment with the IAM user or Amazon Web Services account does not
90
- * exist.</p>
89
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
91
90
  *
92
91
  * @throws {@link DeploymentIdRequiredException} (client fault)
93
92
  * <p>At least one deployment ID must be specified.</p>
@@ -188,8 +188,7 @@ export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeployme
188
188
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
189
189
  *
190
190
  * @throws {@link DeploymentDoesNotExistException} (client fault)
191
- * <p>The deployment with the IAM user or Amazon Web Services account does not
192
- * exist.</p>
191
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
193
192
  *
194
193
  * @throws {@link DeploymentIdRequiredException} (client fault)
195
194
  * <p>At least one deployment ID must be specified.</p>
@@ -54,8 +54,7 @@ export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
54
54
  * <p>The deployment is already complete.</p>
55
55
  *
56
56
  * @throws {@link DeploymentDoesNotExistException} (client fault)
57
- * <p>The deployment with the IAM user or Amazon Web Services account does not
58
- * exist.</p>
57
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
59
58
  *
60
59
  * @throws {@link DeploymentIdRequiredException} (client fault)
61
60
  * <p>At least one deployment ID must be specified.</p>
@@ -55,7 +55,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationOutput,
55
55
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
56
56
  *
57
57
  * @throws {@link ApplicationAlreadyExistsException} (client fault)
58
- * <p>An application with the specified name with the IAM user or Amazon Web Services account already exists.</p>
58
+ * <p>An application with the specified name with the user or Amazon Web Services account
59
+ * already exists.</p>
59
60
  *
60
61
  * @throws {@link ApplicationLimitExceededException} (client fault)
61
62
  * <p>More applications were attempted to be created than are allowed.</p>
@@ -117,17 +117,17 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _
117
117
  * <p>The maximum number of alarms for a deployment group (10) was exceeded.</p>
118
118
  *
119
119
  * @throws {@link ApplicationDoesNotExistException} (client fault)
120
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
120
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
121
121
  *
122
122
  * @throws {@link ApplicationNameRequiredException} (client fault)
123
123
  * <p>The minimum number of required application names was not specified.</p>
124
124
  *
125
125
  * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
126
- * <p>The deployment configuration does not exist with the IAM user or
127
- * Amazon Web Services account.</p>
126
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
128
127
  *
129
128
  * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
130
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
129
+ * <p>The named deployment group with the user or Amazon Web Services account does not
130
+ * exist.</p>
131
131
  *
132
132
  * @throws {@link DeploymentGroupNameRequiredException} (client fault)
133
133
  * <p>The deployment group name was not specified.</p>
@@ -228,7 +228,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _
228
228
  * <code>true</code> or <code>false</code> is expected.</p>
229
229
  *
230
230
  * @throws {@link RevisionDoesNotExistException} (client fault)
231
- * <p>The named revision does not exist with the IAM user or Amazon Web Services account.</p>
231
+ * <p>The named revision does not exist with the user or Amazon Web Services account.</p>
232
232
  *
233
233
  * @throws {@link RevisionRequiredException} (client fault)
234
234
  * <p>The revision ID was not specified.</p>
@@ -64,8 +64,7 @@ export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentCon
64
64
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
65
65
  *
66
66
  * @throws {@link DeploymentConfigAlreadyExistsException} (client fault)
67
- * <p>A deployment configuration with the specified name with the IAM user or
68
- * Amazon Web Services account already exists.</p>
67
+ * <p>A deployment configuration with the specified name with the user or Amazon Web Services account already exists.</p>
69
68
  *
70
69
  * @throws {@link DeploymentConfigLimitExceededException} (client fault)
71
70
  * <p>The deployment configurations limit was exceeded.</p>
@@ -178,17 +178,17 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
178
178
  * <p>The maximum number of alarms for a deployment group (10) was exceeded.</p>
179
179
  *
180
180
  * @throws {@link ApplicationDoesNotExistException} (client fault)
181
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
181
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
182
182
  *
183
183
  * @throws {@link ApplicationNameRequiredException} (client fault)
184
184
  * <p>The minimum number of required application names was not specified.</p>
185
185
  *
186
186
  * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
187
- * <p>The deployment configuration does not exist with the IAM user or
188
- * Amazon Web Services account.</p>
187
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
189
188
  *
190
189
  * @throws {@link DeploymentGroupAlreadyExistsException} (client fault)
191
- * <p>A deployment group with the specified name with the IAM user or Amazon Web Services account already exists.</p>
190
+ * <p>A deployment group with the specified name with the user or Amazon Web Services account
191
+ * already exists.</p>
192
192
  *
193
193
  * @throws {@link DeploymentGroupLimitExceededException} (client fault)
194
194
  * <p> The deployment groups limit was exceeded.</p>
@@ -23,7 +23,14 @@ export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResource
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes resources linked to an external ID.</p>
26
+ * <p>Deletes resources linked to an external ID. This action only applies if you have
27
+ * configured blue/green deployments through CloudFormation. </p>
28
+ * <note>
29
+ * <p>It is not necessary to call this action directly. CloudFormation calls it
30
+ * on your behalf when it needs to delete stack resources. This action is offered
31
+ * publicly in case you need to delete resources to comply with General Data Protection
32
+ * Regulation (GDPR) requirements.</p>
33
+ * </note>
27
34
  * @example
28
35
  * Use a bare-bones client and the command you need to make an API call.
29
36
  * ```javascript
@@ -55,7 +55,7 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met
55
55
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
56
56
  *
57
57
  * @throws {@link ApplicationDoesNotExistException} (client fault)
58
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
58
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
59
59
  *
60
60
  * @throws {@link ApplicationNameRequiredException} (client fault)
61
61
  * <p>The minimum number of required application names was not specified.</p>
@@ -101,7 +101,7 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis
101
101
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
102
102
  *
103
103
  * @throws {@link ApplicationDoesNotExistException} (client fault)
104
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
104
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
105
105
  *
106
106
  * @throws {@link ApplicationNameRequiredException} (client fault)
107
107
  * <p>The minimum number of required application names was not specified.</p>
@@ -113,7 +113,7 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis
113
113
  * <p>The revision was specified in an invalid format.</p>
114
114
  *
115
115
  * @throws {@link RevisionDoesNotExistException} (client fault)
116
- * <p>The named revision does not exist with the IAM user or Amazon Web Services account.</p>
116
+ * <p>The named revision does not exist with the user or Amazon Web Services account.</p>
117
117
  *
118
118
  * @throws {@link RevisionRequiredException} (client fault)
119
119
  * <p>The revision ID was not specified.</p>
@@ -228,8 +228,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
228
228
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
229
229
  *
230
230
  * @throws {@link DeploymentDoesNotExistException} (client fault)
231
- * <p>The deployment with the IAM user or Amazon Web Services account does not
232
- * exist.</p>
231
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
233
232
  *
234
233
  * @throws {@link DeploymentIdRequiredException} (client fault)
235
234
  * <p>At least one deployment ID must be specified.</p>
@@ -68,8 +68,7 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
68
68
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
69
69
  *
70
70
  * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
71
- * <p>The deployment configuration does not exist with the IAM user or
72
- * Amazon Web Services account.</p>
71
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
73
72
  *
74
73
  * @throws {@link DeploymentConfigNameRequiredException} (client fault)
75
74
  * <p>The deployment configuration name was not specified.</p>
@@ -211,17 +211,17 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
211
211
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
212
212
  *
213
213
  * @throws {@link ApplicationDoesNotExistException} (client fault)
214
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
214
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
215
215
  *
216
216
  * @throws {@link ApplicationNameRequiredException} (client fault)
217
217
  * <p>The minimum number of required application names was not specified.</p>
218
218
  *
219
219
  * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
220
- * <p>The deployment configuration does not exist with the IAM user or
221
- * Amazon Web Services account.</p>
220
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
222
221
  *
223
222
  * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
224
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
223
+ * <p>The named deployment group with the user or Amazon Web Services account does not
224
+ * exist.</p>
225
225
  *
226
226
  * @throws {@link DeploymentGroupNameRequiredException} (client fault)
227
227
  * <p>The deployment group name was not specified.</p>
@@ -71,8 +71,7 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
71
71
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
72
72
  *
73
73
  * @throws {@link DeploymentDoesNotExistException} (client fault)
74
- * <p>The deployment with the IAM user or Amazon Web Services account does not
75
- * exist.</p>
74
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
76
75
  *
77
76
  * @throws {@link DeploymentIdRequiredException} (client fault)
78
77
  * <p>At least one deployment ID must be specified.</p>
@@ -158,8 +158,7 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut
158
158
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
159
159
  *
160
160
  * @throws {@link DeploymentDoesNotExistException} (client fault)
161
- * <p>The deployment with the IAM user or Amazon Web Services account does not
162
- * exist.</p>
161
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
163
162
  *
164
163
  * @throws {@link DeploymentIdRequiredException} (client fault)
165
164
  * <p>At least one deployment ID must be specified.</p>
@@ -78,7 +78,7 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe
78
78
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
79
79
  *
80
80
  * @throws {@link ApplicationDoesNotExistException} (client fault)
81
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
81
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
82
82
  *
83
83
  * @throws {@link ApplicationNameRequiredException} (client fault)
84
84
  * <p>The minimum number of required application names was not specified.</p>
@@ -23,7 +23,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the applications registered with the IAM user or Amazon Web Services account.</p>
26
+ * <p>Lists the applications registered with the user or Amazon Web Services account.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,7 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the deployment configurations with the IAM user or Amazon Web Services account.</p>
26
+ * <p>Lists the deployment configurations with the user or Amazon Web Services account.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,7 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the deployment groups for an application registered with the IAM
26
+ * <p>Lists the deployment groups for an application registered with the Amazon Web Services
27
27
  * user or Amazon Web Services account.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,7 +54,7 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
54
54
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
55
55
  *
56
56
  * @throws {@link ApplicationDoesNotExistException} (client fault)
57
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
57
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
58
58
  *
59
59
  * @throws {@link ApplicationNameRequiredException} (client fault)
60
60
  * <p>The minimum number of required application names was not specified.</p>
@@ -31,8 +31,7 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
31
31
  * exception if it is used with a compute platform other than EC2/On-premises or
32
32
  * Lambda. </p>
33
33
  * </note>
34
- * <p> Lists the instance for a deployment associated with the IAM user or
35
- * Amazon Web Services account. </p>
34
+ * <p> Lists the instance for a deployment associated with the user or Amazon Web Services account. </p>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
38
37
  * ```javascript
@@ -67,8 +66,7 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
67
66
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
68
67
  *
69
68
  * @throws {@link DeploymentDoesNotExistException} (client fault)
70
- * <p>The deployment with the IAM user or Amazon Web Services account does not
71
- * exist.</p>
69
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
72
70
  *
73
71
  * @throws {@link DeploymentIdRequiredException} (client fault)
74
72
  * <p>At least one deployment ID must be specified.</p>
@@ -57,8 +57,7 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget
57
57
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
58
58
  *
59
59
  * @throws {@link DeploymentDoesNotExistException} (client fault)
60
- * <p>The deployment with the IAM user or Amazon Web Services account does not
61
- * exist.</p>
60
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
62
61
  *
63
62
  * @throws {@link DeploymentIdRequiredException} (client fault)
64
63
  * <p>At least one deployment ID must be specified.</p>
@@ -24,7 +24,7 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
24
24
  /**
25
25
  * @public
26
26
  * <p>Lists the deployments in a deployment group for an application registered with the
27
- * IAM user or Amazon Web Services account.</p>
27
+ * user or Amazon Web Services account.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -62,13 +62,14 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
62
62
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
63
63
  *
64
64
  * @throws {@link ApplicationDoesNotExistException} (client fault)
65
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
65
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
66
66
  *
67
67
  * @throws {@link ApplicationNameRequiredException} (client fault)
68
68
  * <p>The minimum number of required application names was not specified.</p>
69
69
  *
70
70
  * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
71
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
71
+ * <p>The named deployment group with the user or Amazon Web Services account does not
72
+ * exist.</p>
72
73
  *
73
74
  * @throws {@link DeploymentGroupNameRequiredException} (client fault)
74
75
  * <p>The deployment group name was not specified.</p>
@@ -58,8 +58,7 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
58
58
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
59
59
  *
60
60
  * @throws {@link DeploymentDoesNotExistException} (client fault)
61
- * <p>The deployment with the IAM user or Amazon Web Services account does not
62
- * exist.</p>
61
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
63
62
  *
64
63
  * @throws {@link DeploymentIdRequiredException} (client fault)
65
64
  * <p>At least one deployment ID must be specified.</p>
@@ -69,7 +69,7 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
69
69
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
70
70
  *
71
71
  * @throws {@link ApplicationDoesNotExistException} (client fault)
72
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
72
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
73
73
  *
74
74
  * @throws {@link ApplicationNameRequiredException} (client fault)
75
75
  * <p>The minimum number of required application names was not specified.</p>
@@ -51,18 +51,17 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
51
51
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
52
52
  *
53
53
  * @throws {@link IamArnRequiredException} (client fault)
54
- * <p>No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.</p>
54
+ * <p>No IAM ARN was included in the request. You must use an IAM session ARN or user ARN in the request.</p>
55
55
  *
56
56
  * @throws {@link IamSessionArnAlreadyRegisteredException} (client fault)
57
57
  * <p>The request included an IAM session ARN that has already been used to
58
58
  * register a different instance.</p>
59
59
  *
60
60
  * @throws {@link IamUserArnAlreadyRegisteredException} (client fault)
61
- * <p>The specified IAM user ARN is already registered with an on-premises
62
- * instance.</p>
61
+ * <p>The specified user ARN is already registered with an on-premises instance.</p>
63
62
  *
64
63
  * @throws {@link IamUserArnRequiredException} (client fault)
65
- * <p>An IAM user ARN was not specified.</p>
64
+ * <p>An user ARN was not specified.</p>
66
65
  *
67
66
  * @throws {@link InstanceNameAlreadyRegisteredException} (client fault)
68
67
  * <p>The specified on-premises instance name is already registered.</p>
@@ -74,14 +73,14 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
74
73
  * <p>The IAM session ARN was specified in an invalid format.</p>
75
74
  *
76
75
  * @throws {@link InvalidIamUserArnException} (client fault)
77
- * <p>The IAM user ARN was specified in an invalid format.</p>
76
+ * <p>The user ARN was specified in an invalid format.</p>
78
77
  *
79
78
  * @throws {@link InvalidInstanceNameException} (client fault)
80
79
  * <p>The on-premises instance name was specified in an invalid format.</p>
81
80
  *
82
81
  * @throws {@link MultipleIamArnsProvidedException} (client fault)
83
- * <p>Both an IAM user ARN and an IAM session ARN were
84
- * included in the request. Use only one ARN type.</p>
82
+ * <p>Both an user ARN and an IAM session ARN were included in the request.
83
+ * Use only one ARN type.</p>
85
84
  *
86
85
  * @throws {@link CodeDeployServiceException}
87
86
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
@@ -52,8 +52,7 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
52
52
  * <p>The deployment is already complete.</p>
53
53
  *
54
54
  * @throws {@link DeploymentDoesNotExistException} (client fault)
55
- * <p>The deployment with the IAM user or Amazon Web Services account does not
56
- * exist.</p>
55
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
57
56
  *
58
57
  * @throws {@link DeploymentIdRequiredException} (client fault)
59
58
  * <p>At least one deployment ID must be specified.</p>
@@ -53,11 +53,11 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
53
53
  * <p>The deployment is already complete.</p>
54
54
  *
55
55
  * @throws {@link DeploymentDoesNotExistException} (client fault)
56
- * <p>The deployment with the IAM user or Amazon Web Services account does not
57
- * exist.</p>
56
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
58
57
  *
59
58
  * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
60
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
59
+ * <p>The named deployment group with the user or Amazon Web Services account does not
60
+ * exist.</p>
61
61
  *
62
62
  * @throws {@link DeploymentIdRequiredException} (client fault)
63
63
  * <p>At least one deployment ID must be specified.</p>
@@ -53,18 +53,18 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
53
53
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
54
54
  *
55
55
  * @throws {@link ApplicationDoesNotExistException} (client fault)
56
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
56
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
57
57
  *
58
58
  * @throws {@link ArnNotSupportedException} (client fault)
59
59
  * <p> The specified ARN is not supported. For example, it might be an ARN for a resource
60
60
  * that is not expected. </p>
61
61
  *
62
62
  * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
63
- * <p>The deployment configuration does not exist with the IAM user or
64
- * Amazon Web Services account.</p>
63
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
65
64
  *
66
65
  * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
67
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
66
+ * <p>The named deployment group with the user or Amazon Web Services account does not
67
+ * exist.</p>
68
68
  *
69
69
  * @throws {@link InvalidArnException} (client fault)
70
70
  * <p> The specified ARN is not in a valid format. </p>
@@ -51,18 +51,18 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
51
51
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
52
52
  *
53
53
  * @throws {@link ApplicationDoesNotExistException} (client fault)
54
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
54
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
55
55
  *
56
56
  * @throws {@link ArnNotSupportedException} (client fault)
57
57
  * <p> The specified ARN is not supported. For example, it might be an ARN for a resource
58
58
  * that is not expected. </p>
59
59
  *
60
60
  * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
61
- * <p>The deployment configuration does not exist with the IAM user or
62
- * Amazon Web Services account.</p>
61
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
63
62
  *
64
63
  * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
65
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
64
+ * <p>The named deployment group with the user or Amazon Web Services account does not
65
+ * exist.</p>
66
66
  *
67
67
  * @throws {@link InvalidArnException} (client fault)
68
68
  * <p> The specified ARN is not in a valid format. </p>
@@ -47,10 +47,11 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
47
47
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
48
48
  *
49
49
  * @throws {@link ApplicationAlreadyExistsException} (client fault)
50
- * <p>An application with the specified name with the IAM user or Amazon Web Services account already exists.</p>
50
+ * <p>An application with the specified name with the user or Amazon Web Services account
51
+ * already exists.</p>
51
52
  *
52
53
  * @throws {@link ApplicationDoesNotExistException} (client fault)
53
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
54
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
54
55
  *
55
56
  * @throws {@link ApplicationNameRequiredException} (client fault)
56
57
  * <p>The minimum number of required application names was not specified.</p>
@@ -178,20 +178,21 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
178
178
  * <p>The maximum number of alarms for a deployment group (10) was exceeded.</p>
179
179
  *
180
180
  * @throws {@link ApplicationDoesNotExistException} (client fault)
181
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
181
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
182
182
  *
183
183
  * @throws {@link ApplicationNameRequiredException} (client fault)
184
184
  * <p>The minimum number of required application names was not specified.</p>
185
185
  *
186
186
  * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
187
- * <p>The deployment configuration does not exist with the IAM user or
188
- * Amazon Web Services account.</p>
187
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
189
188
  *
190
189
  * @throws {@link DeploymentGroupAlreadyExistsException} (client fault)
191
- * <p>A deployment group with the specified name with the IAM user or Amazon Web Services account already exists.</p>
190
+ * <p>A deployment group with the specified name with the user or Amazon Web Services account
191
+ * already exists.</p>
192
192
  *
193
193
  * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
194
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
194
+ * <p>The named deployment group with the user or Amazon Web Services account does not
195
+ * exist.</p>
195
196
  *
196
197
  * @throws {@link DeploymentGroupNameRequiredException} (client fault)
197
198
  * <p>The deployment group name was not specified.</p>