@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
@@ -180,7 +180,8 @@ export declare class AlarmsLimitExceededException extends __BaseException {
180
180
  }
181
181
  /**
182
182
  * @public
183
- * <p>An application with the specified name with the IAM user or Amazon Web Services account already exists.</p>
183
+ * <p>An application with the specified name with the user or Amazon Web Services account
184
+ * already exists.</p>
184
185
  */
185
186
  export declare class ApplicationAlreadyExistsException extends __BaseException {
186
187
  readonly name: "ApplicationAlreadyExistsException";
@@ -192,7 +193,7 @@ export declare class ApplicationAlreadyExistsException extends __BaseException {
192
193
  }
193
194
  /**
194
195
  * @public
195
- * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
196
+ * <p>The application does not exist with the user or Amazon Web Services account.</p>
196
197
  */
197
198
  export declare class ApplicationDoesNotExistException extends __BaseException {
198
199
  readonly name: "ApplicationDoesNotExistException";
@@ -456,6 +457,14 @@ export interface S3Location {
456
457
  * <p>
457
458
  * <code>zip</code>: A zip archive file.</p>
458
459
  * </li>
460
+ * <li>
461
+ * <p>
462
+ * <code>YAML</code>: A YAML-formatted file.</p>
463
+ * </li>
464
+ * <li>
465
+ * <p>
466
+ * <code>JSON</code>: A JSON-formatted file.</p>
467
+ * </li>
459
468
  * </ul>
460
469
  */
461
470
  bundleType?: BundleType | string;
@@ -718,8 +727,8 @@ export interface BatchGetApplicationsOutput {
718
727
  export interface BatchGetDeploymentGroupsInput {
719
728
  /**
720
729
  * @public
721
- * <p>The name of an CodeDeploy application associated with the applicable
722
- * IAM or Amazon Web Services account.</p>
730
+ * <p>The name of an CodeDeploy application associated with the applicable user
731
+ * or Amazon Web Services account.</p>
723
732
  */
724
733
  applicationName: string | undefined;
725
734
  /**
@@ -1051,16 +1060,16 @@ export interface LastDeploymentInfo {
1051
1060
  }
1052
1061
  /**
1053
1062
  * @public
1054
- * <p>Information about a load balancer in Elastic Load Balancing to use in a deployment.
1063
+ * <p>Information about a Classic Load Balancer in Elastic Load Balancing to use in a deployment.
1055
1064
  * Instances are registered directly with a load balancer, and traffic is routed to the
1056
1065
  * load balancer.</p>
1057
1066
  */
1058
1067
  export interface ELBInfo {
1059
1068
  /**
1060
1069
  * @public
1061
- * <p>For blue/green deployments, the name of the load balancer that is used to route
1070
+ * <p>For blue/green deployments, the name of the Classic Load Balancer that is used to route
1062
1071
  * traffic from original instances to replacement instances in a blue/green deployment. For
1063
- * in-place deployments, the name of the load balancer that instances are deregistered from
1072
+ * in-place deployments, the name of the Classic Load Balancer that instances are deregistered from
1064
1073
  * so they are not serving traffic during a deployment, and then re-registered with after
1065
1074
  * the deployment is complete.</p>
1066
1075
  */
@@ -1125,25 +1134,37 @@ export interface TargetGroupPairInfo {
1125
1134
  * @public
1126
1135
  * <p>Information about the Elastic Load Balancing load balancer or target group used in a
1127
1136
  * deployment.</p>
1137
+ * <p>You can use load balancers and target groups in combination. For example, if you have
1138
+ * two Classic Load Balancers, and five target groups tied to an Application Load Balancer,
1139
+ * you can specify the two Classic Load Balancers in <code>elbInfoList</code>, and the five
1140
+ * target groups in <code>targetGroupInfoList</code>.</p>
1128
1141
  */
1129
1142
  export interface LoadBalancerInfo {
1130
1143
  /**
1131
1144
  * @public
1132
- * <p>An array that contains information about the load balancer to use for load balancing
1133
- * in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load
1134
- * Balancers.</p>
1145
+ * <p>An array that contains information about the load balancers to use for load balancing
1146
+ * in a deployment. If you're using Classic Load Balancers, specify those load balancers
1147
+ * in this array. </p>
1148
+ * <note>
1149
+ * <p>You can add up to 10 load balancers to the array.</p>
1150
+ * </note>
1135
1151
  * <note>
1136
- * <p> Adding more than one load balancer to the array is not supported. </p>
1152
+ * <p>If you're using Application Load Balancers or Network Load Balancers, use the
1153
+ * <code>targetGroupInfoList</code> array instead of this one.</p>
1137
1154
  * </note>
1138
1155
  */
1139
1156
  elbInfoList?: ELBInfo[];
1140
1157
  /**
1141
1158
  * @public
1142
- * <p>An array that contains information about the target group to use for load balancing in
1143
- * a deployment. In Elastic Load Balancing, target groups are used with Application Load
1144
- * Balancers.</p>
1159
+ * <p>An array that contains information about the target groups to use for load balancing
1160
+ * in a deployment. If you're using Application Load Balancers and Network Load Balancers,
1161
+ * specify their associated target groups in this array.</p>
1162
+ * <note>
1163
+ * <p>You can add up to 10 target groups to the array.</p>
1164
+ * </note>
1145
1165
  * <note>
1146
- * <p> Adding more than one target group to the array is not supported. </p>
1166
+ * <p>If you're using Classic Load Balancers, use the <code>elbInfoList</code> array
1167
+ * instead of this one.</p>
1147
1168
  * </note>
1148
1169
  */
1149
1170
  targetGroupInfoList?: TargetGroupInfo[];
@@ -1422,8 +1443,7 @@ export interface BatchGetDeploymentGroupsOutput {
1422
1443
  }
1423
1444
  /**
1424
1445
  * @public
1425
- * <p>The deployment configuration does not exist with the IAM user or
1426
- * Amazon Web Services account.</p>
1446
+ * <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
1427
1447
  */
1428
1448
  export declare class DeploymentConfigDoesNotExistException extends __BaseException {
1429
1449
  readonly name: "DeploymentConfigDoesNotExistException";
@@ -1735,8 +1755,7 @@ export interface BatchGetDeploymentInstancesOutput {
1735
1755
  }
1736
1756
  /**
1737
1757
  * @public
1738
- * <p>The deployment with the IAM user or Amazon Web Services account does not
1739
- * exist.</p>
1758
+ * <p>The deployment with the user or Amazon Web Services account does not exist.</p>
1740
1759
  */
1741
1760
  export declare class DeploymentDoesNotExistException extends __BaseException {
1742
1761
  readonly name: "DeploymentDoesNotExistException";
@@ -2849,12 +2868,13 @@ export interface InstanceInfo {
2849
2868
  instanceName?: string;
2850
2869
  /**
2851
2870
  * @public
2852
- * <p>The ARN of the IAM session associated with the on-premises instance.</p>
2871
+ * <p>The ARN of the IAM session associated with the on-premises
2872
+ * instance.</p>
2853
2873
  */
2854
2874
  iamSessionArn?: string;
2855
2875
  /**
2856
2876
  * @public
2857
- * <p>The IAM user ARN associated with the on-premises instance.</p>
2877
+ * <p>The user ARN associated with the on-premises instance.</p>
2858
2878
  */
2859
2879
  iamUserArn?: string;
2860
2880
  /**
@@ -3000,7 +3020,8 @@ export declare class UnsupportedActionForDeploymentTypeException extends __BaseE
3000
3020
  export interface CreateApplicationInput {
3001
3021
  /**
3002
3022
  * @public
3003
- * <p>The name of the application. This name must be unique with the applicable IAM or Amazon Web Services account.</p>
3023
+ * <p>The name of the application. This name must be unique with the applicable user or
3024
+ * Amazon Web Services account.</p>
3004
3025
  */
3005
3026
  applicationName: string | undefined;
3006
3027
  /**
@@ -3047,7 +3068,7 @@ export declare class InvalidTagsToAddException extends __BaseException {
3047
3068
  export interface CreateDeploymentInput {
3048
3069
  /**
3049
3070
  * @public
3050
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
3071
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
3051
3072
  */
3052
3073
  applicationName: string | undefined;
3053
3074
  /**
@@ -3062,8 +3083,7 @@ export interface CreateDeploymentInput {
3062
3083
  revision?: RevisionLocation;
3063
3084
  /**
3064
3085
  * @public
3065
- * <p>The name of a deployment configuration associated with the IAM user or
3066
- * Amazon Web Services account.</p>
3086
+ * <p>The name of a deployment configuration associated with the user or Amazon Web Services account.</p>
3067
3087
  * <p>If not specified, the value configured in the deployment group is used as the default.
3068
3088
  * If the deployment group does not have a deployment configuration associated with it,
3069
3089
  * <code>CodeDeployDefault</code>.<code>OneAtATime</code> is used by default.</p>
@@ -3154,8 +3174,8 @@ export interface CreateDeploymentInput {
3154
3174
  * deployment.</p>
3155
3175
  * <note>
3156
3176
  * <p>If you specify an <code>overrideAlarmConfiguration</code>, you need the
3157
- * <code>UpdateDeploymentGroup</code> IAM permission when calling
3158
- * <code>CreateDeployment</code>.</p>
3177
+ * <code>UpdateDeploymentGroup</code>
3178
+ * IAM permission when calling <code>CreateDeployment</code>.</p>
3159
3179
  * </note>
3160
3180
  */
3161
3181
  overrideAlarmConfiguration?: AlarmConfiguration;
@@ -3173,7 +3193,8 @@ export interface CreateDeploymentOutput {
3173
3193
  }
3174
3194
  /**
3175
3195
  * @public
3176
- * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
3196
+ * <p>The named deployment group with the user or Amazon Web Services account does not
3197
+ * exist.</p>
3177
3198
  */
3178
3199
  export declare class DeploymentGroupDoesNotExistException extends __BaseException {
3179
3200
  readonly name: "DeploymentGroupDoesNotExistException";
@@ -3397,7 +3418,7 @@ export declare class InvalidUpdateOutdatedInstancesOnlyValueException extends __
3397
3418
  }
3398
3419
  /**
3399
3420
  * @public
3400
- * <p>The named revision does not exist with the IAM user or Amazon Web Services account.</p>
3421
+ * <p>The named revision does not exist with the user or Amazon Web Services account.</p>
3401
3422
  */
3402
3423
  export declare class RevisionDoesNotExistException extends __BaseException {
3403
3424
  readonly name: "RevisionDoesNotExistException";
@@ -3622,8 +3643,7 @@ export interface CreateDeploymentConfigOutput {
3622
3643
  }
3623
3644
  /**
3624
3645
  * @public
3625
- * <p>A deployment configuration with the specified name with the IAM user or
3626
- * Amazon Web Services account already exists.</p>
3646
+ * <p>A deployment configuration with the specified name with the user or Amazon Web Services account already exists.</p>
3627
3647
  */
3628
3648
  export declare class DeploymentConfigAlreadyExistsException extends __BaseException {
3629
3649
  readonly name: "DeploymentConfigAlreadyExistsException";
@@ -3676,7 +3696,7 @@ export declare class InvalidMinimumHealthyHostValueException extends __BaseExcep
3676
3696
  export interface CreateDeploymentGroupInput {
3677
3697
  /**
3678
3698
  * @public
3679
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
3699
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
3680
3700
  */
3681
3701
  applicationName: string | undefined;
3682
3702
  /**
@@ -3811,7 +3831,8 @@ export interface CreateDeploymentGroupOutput {
3811
3831
  }
3812
3832
  /**
3813
3833
  * @public
3814
- * <p>A deployment group with the specified name with the IAM user or Amazon Web Services account already exists.</p>
3834
+ * <p>A deployment group with the specified name with the user or Amazon Web Services account
3835
+ * already exists.</p>
3815
3836
  */
3816
3837
  export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
3817
3838
  readonly name: "DeploymentGroupAlreadyExistsException";
@@ -4015,7 +4036,7 @@ export declare class TriggerTargetsLimitExceededException extends __BaseExceptio
4015
4036
  export interface DeleteApplicationInput {
4016
4037
  /**
4017
4038
  * @public
4018
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
4039
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
4019
4040
  */
4020
4041
  applicationName: string | undefined;
4021
4042
  }
@@ -4026,8 +4047,7 @@ export interface DeleteApplicationInput {
4026
4047
  export interface DeleteDeploymentConfigInput {
4027
4048
  /**
4028
4049
  * @public
4029
- * <p>The name of a deployment configuration associated with the IAM user or
4030
- * Amazon Web Services account.</p>
4050
+ * <p>The name of a deployment configuration associated with the user or Amazon Web Services account.</p>
4031
4051
  */
4032
4052
  deploymentConfigName: string | undefined;
4033
4053
  }
@@ -4062,7 +4082,7 @@ export declare class InvalidOperationException extends __BaseException {
4062
4082
  export interface DeleteDeploymentGroupInput {
4063
4083
  /**
4064
4084
  * @public
4065
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
4085
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
4066
4086
  */
4067
4087
  applicationName: string | undefined;
4068
4088
  /**
@@ -4202,7 +4222,7 @@ export interface DeregisterOnPremisesInstanceInput {
4202
4222
  export interface GetApplicationInput {
4203
4223
  /**
4204
4224
  * @public
4205
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
4225
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
4206
4226
  */
4207
4227
  applicationName: string | undefined;
4208
4228
  }
@@ -4261,7 +4281,8 @@ export interface GetApplicationRevisionOutput {
4261
4281
  export interface GetDeploymentInput {
4262
4282
  /**
4263
4283
  * @public
4264
- * <p> The unique ID of a deployment associated with the IAM user or Amazon Web Services account. </p>
4284
+ * <p> The unique ID of a deployment associated with the user or Amazon Web Services account.
4285
+ * </p>
4265
4286
  */
4266
4287
  deploymentId: string | undefined;
4267
4288
  }
@@ -4283,8 +4304,7 @@ export interface GetDeploymentOutput {
4283
4304
  export interface GetDeploymentConfigInput {
4284
4305
  /**
4285
4306
  * @public
4286
- * <p>The name of a deployment configuration associated with the IAM user or
4287
- * Amazon Web Services account.</p>
4307
+ * <p>The name of a deployment configuration associated with the user or Amazon Web Services account.</p>
4288
4308
  */
4289
4309
  deploymentConfigName: string | undefined;
4290
4310
  }
@@ -4345,7 +4365,7 @@ export interface GetDeploymentConfigOutput {
4345
4365
  export interface GetDeploymentGroupInput {
4346
4366
  /**
4347
4367
  * @public
4348
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
4368
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
4349
4369
  */
4350
4370
  applicationName: string | undefined;
4351
4371
  /**
@@ -4550,7 +4570,7 @@ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
4550
4570
  export interface ListApplicationRevisionsInput {
4551
4571
  /**
4552
4572
  * @public
4553
- * <p> The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. </p>
4573
+ * <p> The name of an CodeDeploy application associated with the user or Amazon Web Services account. </p>
4554
4574
  */
4555
4575
  applicationName: string | undefined;
4556
4576
  /**
@@ -4721,7 +4741,7 @@ export interface ListDeploymentConfigsOutput {
4721
4741
  export interface ListDeploymentGroupsInput {
4722
4742
  /**
4723
4743
  * @public
4724
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
4744
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
4725
4745
  */
4726
4746
  applicationName: string | undefined;
4727
4747
  /**
@@ -4934,7 +4954,7 @@ export interface TimeRange {
4934
4954
  export interface ListDeploymentsInput {
4935
4955
  /**
4936
4956
  * @public
4937
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
4957
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
4938
4958
  * <note>
4939
4959
  * <p>If <code>applicationName</code> is specified, then
4940
4960
  * <code>deploymentGroupName</code> must be specified. If it is not specified, then
@@ -5349,7 +5369,7 @@ export interface PutLifecycleEventHookExecutionStatusOutput {
5349
5369
  export interface RegisterApplicationRevisionInput {
5350
5370
  /**
5351
5371
  * @public
5352
- * <p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p>
5372
+ * <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
5353
5373
  */
5354
5374
  applicationName: string | undefined;
5355
5375
  /**
@@ -5366,7 +5386,7 @@ export interface RegisterApplicationRevisionInput {
5366
5386
  }
5367
5387
  /**
5368
5388
  * @public
5369
- * <p>No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.</p>
5389
+ * <p>No IAM ARN was included in the request. You must use an IAM session ARN or user ARN in the request.</p>
5370
5390
  */
5371
5391
  export declare class IamArnRequiredException extends __BaseException {
5372
5392
  readonly name: "IamArnRequiredException";
@@ -5391,8 +5411,7 @@ export declare class IamSessionArnAlreadyRegisteredException extends __BaseExcep
5391
5411
  }
5392
5412
  /**
5393
5413
  * @public
5394
- * <p>The specified IAM user ARN is already registered with an on-premises
5395
- * instance.</p>
5414
+ * <p>The specified user ARN is already registered with an on-premises instance.</p>
5396
5415
  */
5397
5416
  export declare class IamUserArnAlreadyRegisteredException extends __BaseException {
5398
5417
  readonly name: "IamUserArnAlreadyRegisteredException";
@@ -5404,7 +5423,7 @@ export declare class IamUserArnAlreadyRegisteredException extends __BaseExceptio
5404
5423
  }
5405
5424
  /**
5406
5425
  * @public
5407
- * <p>An IAM user ARN was not specified.</p>
5426
+ * <p>An user ARN was not specified.</p>
5408
5427
  */
5409
5428
  export declare class IamUserArnRequiredException extends __BaseException {
5410
5429
  readonly name: "IamUserArnRequiredException";
@@ -5440,7 +5459,7 @@ export declare class InvalidIamSessionArnException extends __BaseException {
5440
5459
  }
5441
5460
  /**
5442
5461
  * @public
5443
- * <p>The IAM user ARN was specified in an invalid format.</p>
5462
+ * <p>The user ARN was specified in an invalid format.</p>
5444
5463
  */
5445
5464
  export declare class InvalidIamUserArnException extends __BaseException {
5446
5465
  readonly name: "InvalidIamUserArnException";
@@ -5452,8 +5471,8 @@ export declare class InvalidIamUserArnException extends __BaseException {
5452
5471
  }
5453
5472
  /**
5454
5473
  * @public
5455
- * <p>Both an IAM user ARN and an IAM session ARN were
5456
- * included in the request. Use only one ARN type.</p>
5474
+ * <p>Both an user ARN and an IAM session ARN were included in the request.
5475
+ * Use only one ARN type.</p>
5457
5476
  */
5458
5477
  export declare class MultipleIamArnsProvidedException extends __BaseException {
5459
5478
  readonly name: "MultipleIamArnsProvidedException";
@@ -5481,8 +5500,7 @@ export interface RegisterOnPremisesInstanceInput {
5481
5500
  iamSessionArn?: string;
5482
5501
  /**
5483
5502
  * @public
5484
- * <p>The ARN of the IAM user to associate with the on-premises
5485
- * instance.</p>
5503
+ * <p>The ARN of the user to associate with the on-premises instance.</p>
5486
5504
  */
5487
5505
  iamUserArn?: string;
5488
5506
  }
@@ -5676,7 +5694,7 @@ export interface UpdateDeploymentGroupInput {
5676
5694
  * parameter. </p>
5677
5695
  * </li>
5678
5696
  * <li>
5679
- * <p>To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/codedeploy/latest/userguide/troubleshooting-auto-scaling.html#troubleshooting-auto-scaling-heartbeat">Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to
5697
+ * <p>To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/troubleshooting-auto-scaling.html#troubleshooting-auto-scaling-heartbeat">Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to
5680
5698
  * launch and receive the error "Heartbeat Timeout"</a> in the
5681
5699
  * <i>CodeDeploy User Guide</i>.</p>
5682
5700
  * </li>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codedeploy",
3
3
  "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
4
- "version": "3.414.0",
4
+ "version": "3.420.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.414.0",
25
- "@aws-sdk/credential-provider-node": "3.414.0",
26
- "@aws-sdk/middleware-host-header": "3.413.0",
27
- "@aws-sdk/middleware-logger": "3.413.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.413.0",
29
- "@aws-sdk/middleware-signing": "3.413.0",
30
- "@aws-sdk/middleware-user-agent": "3.413.0",
31
- "@aws-sdk/region-config-resolver": "3.413.0",
32
- "@aws-sdk/types": "3.413.0",
33
- "@aws-sdk/util-endpoints": "3.413.0",
34
- "@aws-sdk/util-user-agent-browser": "3.413.0",
35
- "@aws-sdk/util-user-agent-node": "3.413.0",
36
- "@smithy/config-resolver": "^2.0.8",
37
- "@smithy/fetch-http-handler": "^2.1.3",
38
- "@smithy/hash-node": "^2.0.7",
39
- "@smithy/invalid-dependency": "^2.0.7",
40
- "@smithy/middleware-content-length": "^2.0.9",
41
- "@smithy/middleware-endpoint": "^2.0.7",
42
- "@smithy/middleware-retry": "^2.0.10",
43
- "@smithy/middleware-serde": "^2.0.7",
44
- "@smithy/middleware-stack": "^2.0.0",
45
- "@smithy/node-config-provider": "^2.0.10",
46
- "@smithy/node-http-handler": "^2.1.3",
47
- "@smithy/protocol-http": "^3.0.3",
48
- "@smithy/smithy-client": "^2.1.4",
49
- "@smithy/types": "^2.3.1",
50
- "@smithy/url-parser": "^2.0.7",
24
+ "@aws-sdk/client-sts": "3.418.0",
25
+ "@aws-sdk/credential-provider-node": "3.418.0",
26
+ "@aws-sdk/middleware-host-header": "3.418.0",
27
+ "@aws-sdk/middleware-logger": "3.418.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.418.0",
29
+ "@aws-sdk/middleware-signing": "3.418.0",
30
+ "@aws-sdk/middleware-user-agent": "3.418.0",
31
+ "@aws-sdk/region-config-resolver": "3.418.0",
32
+ "@aws-sdk/types": "3.418.0",
33
+ "@aws-sdk/util-endpoints": "3.418.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.418.0",
35
+ "@aws-sdk/util-user-agent-node": "3.418.0",
36
+ "@smithy/config-resolver": "^2.0.10",
37
+ "@smithy/fetch-http-handler": "^2.1.5",
38
+ "@smithy/hash-node": "^2.0.9",
39
+ "@smithy/invalid-dependency": "^2.0.9",
40
+ "@smithy/middleware-content-length": "^2.0.11",
41
+ "@smithy/middleware-endpoint": "^2.0.9",
42
+ "@smithy/middleware-retry": "^2.0.12",
43
+ "@smithy/middleware-serde": "^2.0.9",
44
+ "@smithy/middleware-stack": "^2.0.2",
45
+ "@smithy/node-config-provider": "^2.0.12",
46
+ "@smithy/node-http-handler": "^2.1.5",
47
+ "@smithy/protocol-http": "^3.0.5",
48
+ "@smithy/smithy-client": "^2.1.6",
49
+ "@smithy/types": "^2.3.3",
50
+ "@smithy/url-parser": "^2.0.9",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.8",
55
- "@smithy/util-defaults-mode-node": "^2.0.10",
56
- "@smithy/util-retry": "^2.0.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.10",
55
+ "@smithy/util-defaults-mode-node": "^2.0.12",
56
+ "@smithy/util-retry": "^2.0.2",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
- "@smithy/util-waiter": "^2.0.7",
58
+ "@smithy/util-waiter": "^2.0.9",
59
59
  "tslib": "^2.5.0"
60
60
  },
61
61
  "devDependencies": {