@cdklabs/cdk-ecs-codedeploy 0.0.145 → 0.0.147

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 (86) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -0
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +42 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +15 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +171 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +29 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +117 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +182 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +21 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +4 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +6 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +6 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +4 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +11 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +6 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +4 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +13 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +37 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +180 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +26 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +168 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +26 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +115 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +19 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +30 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +9 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +9 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +10 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +9 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +9 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +9 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +9 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +9 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +6 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +4 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +4 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +7 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +4 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +11 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/package.json +7 -7
  54. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +11 -0
  55. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +12 -0
  56. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -0
  57. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +4 -0
  58. package/node_modules/@aws-sdk/client-sso/package.json +5 -5
  59. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +10 -0
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -0
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +11 -0
  62. package/node_modules/@aws-sdk/client-sso-oidc/package.json +5 -5
  63. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +17 -0
  64. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +22 -0
  65. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +20 -0
  66. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -0
  67. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -0
  68. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +8 -0
  69. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  70. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +11 -0
  71. package/node_modules/@aws-sdk/client-sts/package.json +7 -7
  72. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  73. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  74. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  75. package/node_modules/@aws-sdk/middleware-retry/package.json +3 -3
  76. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -2
  77. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  78. package/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +1 -1
  79. package/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +1 -1
  80. package/node_modules/@aws-sdk/service-error-classification/package.json +1 -1
  81. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  82. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -0
  83. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -0
  84. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  85. package/node_modules/@aws-sdk/util-retry/package.json +2 -2
  86. package/package.json +5 -5
@@ -37,6 +37,184 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
37
37
  * };
38
38
  * const command = new GetDeploymentCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetDeploymentOutput
41
+ * // deploymentInfo: { // DeploymentInfo
42
+ * // applicationName: "STRING_VALUE",
43
+ * // deploymentGroupName: "STRING_VALUE",
44
+ * // deploymentConfigName: "STRING_VALUE",
45
+ * // deploymentId: "STRING_VALUE",
46
+ * // previousRevision: { // RevisionLocation
47
+ * // revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
48
+ * // s3Location: { // S3Location
49
+ * // bucket: "STRING_VALUE",
50
+ * // key: "STRING_VALUE",
51
+ * // bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
52
+ * // version: "STRING_VALUE",
53
+ * // eTag: "STRING_VALUE",
54
+ * // },
55
+ * // gitHubLocation: { // GitHubLocation
56
+ * // repository: "STRING_VALUE",
57
+ * // commitId: "STRING_VALUE",
58
+ * // },
59
+ * // string: { // RawString
60
+ * // content: "STRING_VALUE",
61
+ * // sha256: "STRING_VALUE",
62
+ * // },
63
+ * // appSpecContent: { // AppSpecContent
64
+ * // content: "STRING_VALUE",
65
+ * // sha256: "STRING_VALUE",
66
+ * // },
67
+ * // },
68
+ * // revision: {
69
+ * // revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
70
+ * // s3Location: {
71
+ * // bucket: "STRING_VALUE",
72
+ * // key: "STRING_VALUE",
73
+ * // bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
74
+ * // version: "STRING_VALUE",
75
+ * // eTag: "STRING_VALUE",
76
+ * // },
77
+ * // gitHubLocation: {
78
+ * // repository: "STRING_VALUE",
79
+ * // commitId: "STRING_VALUE",
80
+ * // },
81
+ * // string: {
82
+ * // content: "STRING_VALUE",
83
+ * // sha256: "STRING_VALUE",
84
+ * // },
85
+ * // appSpecContent: {
86
+ * // content: "STRING_VALUE",
87
+ * // sha256: "STRING_VALUE",
88
+ * // },
89
+ * // },
90
+ * // status: "Created" || "Queued" || "InProgress" || "Baking" || "Succeeded" || "Failed" || "Stopped" || "Ready",
91
+ * // errorInformation: { // ErrorInformation
92
+ * // code: "AGENT_ISSUE" || "ALARM_ACTIVE" || "APPLICATION_MISSING" || "AUTOSCALING_VALIDATION_ERROR" || "AUTO_SCALING_CONFIGURATION" || "AUTO_SCALING_IAM_ROLE_PERMISSIONS" || "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND" || "CUSTOMER_APPLICATION_UNHEALTHY" || "DEPLOYMENT_GROUP_MISSING" || "ECS_UPDATE_ERROR" || "ELASTIC_LOAD_BALANCING_INVALID" || "ELB_INVALID_INSTANCE" || "HEALTH_CONSTRAINTS" || "HEALTH_CONSTRAINTS_INVALID" || "HOOK_EXECUTION_FAILURE" || "IAM_ROLE_MISSING" || "IAM_ROLE_PERMISSIONS" || "INTERNAL_ERROR" || "INVALID_ECS_SERVICE" || "INVALID_LAMBDA_CONFIGURATION" || "INVALID_LAMBDA_FUNCTION" || "INVALID_REVISION" || "MANUAL_STOP" || "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION" || "MISSING_ELB_INFORMATION" || "MISSING_GITHUB_TOKEN" || "NO_EC2_SUBSCRIPTION" || "NO_INSTANCES" || "OVER_MAX_INSTANCES" || "RESOURCE_LIMIT_EXCEEDED" || "REVISION_MISSING" || "THROTTLED" || "TIMEOUT" || "CLOUDFORMATION_STACK_FAILURE",
93
+ * // message: "STRING_VALUE",
94
+ * // },
95
+ * // createTime: new Date("TIMESTAMP"),
96
+ * // startTime: new Date("TIMESTAMP"),
97
+ * // completeTime: new Date("TIMESTAMP"),
98
+ * // deploymentOverview: { // DeploymentOverview
99
+ * // Pending: Number("long"),
100
+ * // InProgress: Number("long"),
101
+ * // Succeeded: Number("long"),
102
+ * // Failed: Number("long"),
103
+ * // Skipped: Number("long"),
104
+ * // Ready: Number("long"),
105
+ * // },
106
+ * // description: "STRING_VALUE",
107
+ * // creator: "user" || "autoscaling" || "codeDeployRollback" || "CodeDeploy" || "CodeDeployAutoUpdate" || "CloudFormation" || "CloudFormationRollback",
108
+ * // ignoreApplicationStopFailures: true || false,
109
+ * // autoRollbackConfiguration: { // AutoRollbackConfiguration
110
+ * // enabled: true || false,
111
+ * // events: [ // AutoRollbackEventsList
112
+ * // "DEPLOYMENT_FAILURE" || "DEPLOYMENT_STOP_ON_ALARM" || "DEPLOYMENT_STOP_ON_REQUEST",
113
+ * // ],
114
+ * // },
115
+ * // updateOutdatedInstancesOnly: true || false,
116
+ * // rollbackInfo: { // RollbackInfo
117
+ * // rollbackDeploymentId: "STRING_VALUE",
118
+ * // rollbackTriggeringDeploymentId: "STRING_VALUE",
119
+ * // rollbackMessage: "STRING_VALUE",
120
+ * // },
121
+ * // deploymentStyle: { // DeploymentStyle
122
+ * // deploymentType: "IN_PLACE" || "BLUE_GREEN",
123
+ * // deploymentOption: "WITH_TRAFFIC_CONTROL" || "WITHOUT_TRAFFIC_CONTROL",
124
+ * // },
125
+ * // targetInstances: { // TargetInstances
126
+ * // tagFilters: [ // EC2TagFilterList
127
+ * // { // EC2TagFilter
128
+ * // Key: "STRING_VALUE",
129
+ * // Value: "STRING_VALUE",
130
+ * // Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
131
+ * // },
132
+ * // ],
133
+ * // autoScalingGroups: [ // AutoScalingGroupNameList
134
+ * // "STRING_VALUE",
135
+ * // ],
136
+ * // ec2TagSet: { // EC2TagSet
137
+ * // ec2TagSetList: [ // EC2TagSetList
138
+ * // [
139
+ * // {
140
+ * // Key: "STRING_VALUE",
141
+ * // Value: "STRING_VALUE",
142
+ * // Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
143
+ * // },
144
+ * // ],
145
+ * // ],
146
+ * // },
147
+ * // },
148
+ * // instanceTerminationWaitTimeStarted: true || false,
149
+ * // blueGreenDeploymentConfiguration: { // BlueGreenDeploymentConfiguration
150
+ * // terminateBlueInstancesOnDeploymentSuccess: { // BlueInstanceTerminationOption
151
+ * // action: "TERMINATE" || "KEEP_ALIVE",
152
+ * // terminationWaitTimeInMinutes: Number("int"),
153
+ * // },
154
+ * // deploymentReadyOption: { // DeploymentReadyOption
155
+ * // actionOnTimeout: "CONTINUE_DEPLOYMENT" || "STOP_DEPLOYMENT",
156
+ * // waitTimeInMinutes: Number("int"),
157
+ * // },
158
+ * // greenFleetProvisioningOption: { // GreenFleetProvisioningOption
159
+ * // action: "DISCOVER_EXISTING" || "COPY_AUTO_SCALING_GROUP",
160
+ * // },
161
+ * // },
162
+ * // loadBalancerInfo: { // LoadBalancerInfo
163
+ * // elbInfoList: [ // ELBInfoList
164
+ * // { // ELBInfo
165
+ * // name: "STRING_VALUE",
166
+ * // },
167
+ * // ],
168
+ * // targetGroupInfoList: [ // TargetGroupInfoList
169
+ * // { // TargetGroupInfo
170
+ * // name: "STRING_VALUE",
171
+ * // },
172
+ * // ],
173
+ * // targetGroupPairInfoList: [ // TargetGroupPairInfoList
174
+ * // { // TargetGroupPairInfo
175
+ * // targetGroups: [
176
+ * // {
177
+ * // name: "STRING_VALUE",
178
+ * // },
179
+ * // ],
180
+ * // prodTrafficRoute: { // TrafficRoute
181
+ * // listenerArns: [ // ListenerArnList
182
+ * // "STRING_VALUE",
183
+ * // ],
184
+ * // },
185
+ * // testTrafficRoute: {
186
+ * // listenerArns: [
187
+ * // "STRING_VALUE",
188
+ * // ],
189
+ * // },
190
+ * // },
191
+ * // ],
192
+ * // },
193
+ * // additionalDeploymentStatusInfo: "STRING_VALUE",
194
+ * // fileExistsBehavior: "DISALLOW" || "OVERWRITE" || "RETAIN",
195
+ * // deploymentStatusMessages: [ // DeploymentStatusMessageList
196
+ * // "STRING_VALUE",
197
+ * // ],
198
+ * // computePlatform: "Server" || "Lambda" || "ECS",
199
+ * // externalId: "STRING_VALUE",
200
+ * // relatedDeployments: { // RelatedDeployments
201
+ * // autoUpdateOutdatedInstancesRootDeploymentId: "STRING_VALUE",
202
+ * // autoUpdateOutdatedInstancesDeploymentIds: [ // DeploymentsList
203
+ * // "STRING_VALUE",
204
+ * // ],
205
+ * // },
206
+ * // overrideAlarmConfiguration: { // AlarmConfiguration
207
+ * // enabled: true || false,
208
+ * // ignorePollAlarmFailure: true || false,
209
+ * // alarms: [ // AlarmList
210
+ * // { // Alarm
211
+ * // name: "STRING_VALUE",
212
+ * // },
213
+ * // ],
214
+ * // },
215
+ * // },
216
+ * // };
217
+ *
40
218
  * ```
41
219
  *
42
220
  * @param GetDeploymentCommandInput - {@link GetDeploymentCommandInput}
@@ -55,6 +233,8 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
55
233
  * @throws {@link InvalidDeploymentIdException} (client fault)
56
234
  * <p>At least one of the deployment IDs was specified in an invalid format.</p>
57
235
  *
236
+ * @throws {@link CodeDeployServiceException}
237
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
58
238
  *
59
239
  */
60
240
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
@@ -31,6 +31,30 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
31
31
  * };
32
32
  * const command = new GetDeploymentConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDeploymentConfigOutput
35
+ * // deploymentConfigInfo: { // DeploymentConfigInfo
36
+ * // deploymentConfigId: "STRING_VALUE",
37
+ * // deploymentConfigName: "STRING_VALUE",
38
+ * // minimumHealthyHosts: { // MinimumHealthyHosts
39
+ * // type: "HOST_COUNT" || "FLEET_PERCENT",
40
+ * // value: Number("int"),
41
+ * // },
42
+ * // createTime: new Date("TIMESTAMP"),
43
+ * // computePlatform: "Server" || "Lambda" || "ECS",
44
+ * // trafficRoutingConfig: { // TrafficRoutingConfig
45
+ * // type: "TimeBasedCanary" || "TimeBasedLinear" || "AllAtOnce",
46
+ * // timeBasedCanary: { // TimeBasedCanary
47
+ * // canaryPercentage: Number("int"),
48
+ * // canaryInterval: Number("int"),
49
+ * // },
50
+ * // timeBasedLinear: { // TimeBasedLinear
51
+ * // linearPercentage: Number("int"),
52
+ * // linearInterval: Number("int"),
53
+ * // },
54
+ * // },
55
+ * // },
56
+ * // };
57
+ *
34
58
  * ```
35
59
  *
36
60
  * @param GetDeploymentConfigCommandInput - {@link GetDeploymentConfigCommandInput}
@@ -52,6 +76,8 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
52
76
  * @throws {@link InvalidDeploymentConfigNameException} (client fault)
53
77
  * <p>The deployment configuration name was specified in an invalid format.</p>
54
78
  *
79
+ * @throws {@link CodeDeployServiceException}
80
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
55
81
  *
56
82
  */
57
83
  export declare class GetDeploymentConfigCommand extends $Command<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
@@ -32,6 +32,172 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
32
32
  * };
33
33
  * const command = new GetDeploymentGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDeploymentGroupOutput
36
+ * // deploymentGroupInfo: { // DeploymentGroupInfo
37
+ * // applicationName: "STRING_VALUE",
38
+ * // deploymentGroupId: "STRING_VALUE",
39
+ * // deploymentGroupName: "STRING_VALUE",
40
+ * // deploymentConfigName: "STRING_VALUE",
41
+ * // ec2TagFilters: [ // EC2TagFilterList
42
+ * // { // EC2TagFilter
43
+ * // Key: "STRING_VALUE",
44
+ * // Value: "STRING_VALUE",
45
+ * // Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // onPremisesInstanceTagFilters: [ // TagFilterList
49
+ * // { // TagFilter
50
+ * // Key: "STRING_VALUE",
51
+ * // Value: "STRING_VALUE",
52
+ * // Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // autoScalingGroups: [ // AutoScalingGroupList
56
+ * // { // AutoScalingGroup
57
+ * // name: "STRING_VALUE",
58
+ * // hook: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // serviceRoleArn: "STRING_VALUE",
62
+ * // targetRevision: { // RevisionLocation
63
+ * // revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
64
+ * // s3Location: { // S3Location
65
+ * // bucket: "STRING_VALUE",
66
+ * // key: "STRING_VALUE",
67
+ * // bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
68
+ * // version: "STRING_VALUE",
69
+ * // eTag: "STRING_VALUE",
70
+ * // },
71
+ * // gitHubLocation: { // GitHubLocation
72
+ * // repository: "STRING_VALUE",
73
+ * // commitId: "STRING_VALUE",
74
+ * // },
75
+ * // string: { // RawString
76
+ * // content: "STRING_VALUE",
77
+ * // sha256: "STRING_VALUE",
78
+ * // },
79
+ * // appSpecContent: { // AppSpecContent
80
+ * // content: "STRING_VALUE",
81
+ * // sha256: "STRING_VALUE",
82
+ * // },
83
+ * // },
84
+ * // triggerConfigurations: [ // TriggerConfigList
85
+ * // { // TriggerConfig
86
+ * // triggerName: "STRING_VALUE",
87
+ * // triggerTargetArn: "STRING_VALUE",
88
+ * // triggerEvents: [ // TriggerEventTypeList
89
+ * // "DeploymentStart" || "DeploymentSuccess" || "DeploymentFailure" || "DeploymentStop" || "DeploymentRollback" || "DeploymentReady" || "InstanceStart" || "InstanceSuccess" || "InstanceFailure" || "InstanceReady",
90
+ * // ],
91
+ * // },
92
+ * // ],
93
+ * // alarmConfiguration: { // AlarmConfiguration
94
+ * // enabled: true || false,
95
+ * // ignorePollAlarmFailure: true || false,
96
+ * // alarms: [ // AlarmList
97
+ * // { // Alarm
98
+ * // name: "STRING_VALUE",
99
+ * // },
100
+ * // ],
101
+ * // },
102
+ * // autoRollbackConfiguration: { // AutoRollbackConfiguration
103
+ * // enabled: true || false,
104
+ * // events: [ // AutoRollbackEventsList
105
+ * // "DEPLOYMENT_FAILURE" || "DEPLOYMENT_STOP_ON_ALARM" || "DEPLOYMENT_STOP_ON_REQUEST",
106
+ * // ],
107
+ * // },
108
+ * // deploymentStyle: { // DeploymentStyle
109
+ * // deploymentType: "IN_PLACE" || "BLUE_GREEN",
110
+ * // deploymentOption: "WITH_TRAFFIC_CONTROL" || "WITHOUT_TRAFFIC_CONTROL",
111
+ * // },
112
+ * // outdatedInstancesStrategy: "UPDATE" || "IGNORE",
113
+ * // blueGreenDeploymentConfiguration: { // BlueGreenDeploymentConfiguration
114
+ * // terminateBlueInstancesOnDeploymentSuccess: { // BlueInstanceTerminationOption
115
+ * // action: "TERMINATE" || "KEEP_ALIVE",
116
+ * // terminationWaitTimeInMinutes: Number("int"),
117
+ * // },
118
+ * // deploymentReadyOption: { // DeploymentReadyOption
119
+ * // actionOnTimeout: "CONTINUE_DEPLOYMENT" || "STOP_DEPLOYMENT",
120
+ * // waitTimeInMinutes: Number("int"),
121
+ * // },
122
+ * // greenFleetProvisioningOption: { // GreenFleetProvisioningOption
123
+ * // action: "DISCOVER_EXISTING" || "COPY_AUTO_SCALING_GROUP",
124
+ * // },
125
+ * // },
126
+ * // loadBalancerInfo: { // LoadBalancerInfo
127
+ * // elbInfoList: [ // ELBInfoList
128
+ * // { // ELBInfo
129
+ * // name: "STRING_VALUE",
130
+ * // },
131
+ * // ],
132
+ * // targetGroupInfoList: [ // TargetGroupInfoList
133
+ * // { // TargetGroupInfo
134
+ * // name: "STRING_VALUE",
135
+ * // },
136
+ * // ],
137
+ * // targetGroupPairInfoList: [ // TargetGroupPairInfoList
138
+ * // { // TargetGroupPairInfo
139
+ * // targetGroups: [
140
+ * // {
141
+ * // name: "STRING_VALUE",
142
+ * // },
143
+ * // ],
144
+ * // prodTrafficRoute: { // TrafficRoute
145
+ * // listenerArns: [ // ListenerArnList
146
+ * // "STRING_VALUE",
147
+ * // ],
148
+ * // },
149
+ * // testTrafficRoute: {
150
+ * // listenerArns: [
151
+ * // "STRING_VALUE",
152
+ * // ],
153
+ * // },
154
+ * // },
155
+ * // ],
156
+ * // },
157
+ * // lastSuccessfulDeployment: { // LastDeploymentInfo
158
+ * // deploymentId: "STRING_VALUE",
159
+ * // status: "Created" || "Queued" || "InProgress" || "Baking" || "Succeeded" || "Failed" || "Stopped" || "Ready",
160
+ * // endTime: new Date("TIMESTAMP"),
161
+ * // createTime: new Date("TIMESTAMP"),
162
+ * // },
163
+ * // lastAttemptedDeployment: {
164
+ * // deploymentId: "STRING_VALUE",
165
+ * // status: "Created" || "Queued" || "InProgress" || "Baking" || "Succeeded" || "Failed" || "Stopped" || "Ready",
166
+ * // endTime: new Date("TIMESTAMP"),
167
+ * // createTime: new Date("TIMESTAMP"),
168
+ * // },
169
+ * // ec2TagSet: { // EC2TagSet
170
+ * // ec2TagSetList: [ // EC2TagSetList
171
+ * // [
172
+ * // {
173
+ * // Key: "STRING_VALUE",
174
+ * // Value: "STRING_VALUE",
175
+ * // Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
176
+ * // },
177
+ * // ],
178
+ * // ],
179
+ * // },
180
+ * // onPremisesTagSet: { // OnPremisesTagSet
181
+ * // onPremisesTagSetList: [ // OnPremisesTagSetList
182
+ * // [
183
+ * // {
184
+ * // Key: "STRING_VALUE",
185
+ * // Value: "STRING_VALUE",
186
+ * // Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
187
+ * // },
188
+ * // ],
189
+ * // ],
190
+ * // },
191
+ * // computePlatform: "Server" || "Lambda" || "ECS",
192
+ * // ecsServices: [ // ECSServiceList
193
+ * // { // ECSService
194
+ * // serviceName: "STRING_VALUE",
195
+ * // clusterName: "STRING_VALUE",
196
+ * // },
197
+ * // ],
198
+ * // },
199
+ * // };
200
+ *
35
201
  * ```
36
202
  *
37
203
  * @param GetDeploymentGroupCommandInput - {@link GetDeploymentGroupCommandInput}
@@ -62,6 +228,8 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
62
228
  * @throws {@link InvalidDeploymentGroupNameException} (client fault)
63
229
  * <p>The deployment group name was specified in an invalid format.</p>
64
230
  *
231
+ * @throws {@link CodeDeployServiceException}
232
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
65
233
  *
66
234
  */
67
235
  export declare class GetDeploymentGroupCommand extends $Command<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
@@ -34,6 +34,30 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
34
34
  * };
35
35
  * const command = new GetDeploymentInstanceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetDeploymentInstanceOutput
38
+ * // instanceSummary: { // InstanceSummary
39
+ * // deploymentId: "STRING_VALUE",
40
+ * // instanceId: "STRING_VALUE",
41
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
42
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
43
+ * // lifecycleEvents: [ // LifecycleEventList
44
+ * // { // LifecycleEvent
45
+ * // lifecycleEventName: "STRING_VALUE",
46
+ * // diagnostics: { // Diagnostics
47
+ * // errorCode: "Success" || "ScriptMissing" || "ScriptNotExecutable" || "ScriptTimedOut" || "ScriptFailed" || "UnknownError",
48
+ * // scriptName: "STRING_VALUE",
49
+ * // message: "STRING_VALUE",
50
+ * // logTail: "STRING_VALUE",
51
+ * // },
52
+ * // startTime: new Date("TIMESTAMP"),
53
+ * // endTime: new Date("TIMESTAMP"),
54
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
55
+ * // },
56
+ * // ],
57
+ * // instanceType: "Blue" || "Green",
58
+ * // },
59
+ * // };
60
+ *
37
61
  * ```
38
62
  *
39
63
  * @param GetDeploymentInstanceCommandInput - {@link GetDeploymentInstanceCommandInput}
@@ -64,6 +88,8 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
64
88
  * @throws {@link InvalidInstanceNameException} (client fault)
65
89
  * <p>The on-premises instance name was specified in an invalid format.</p>
66
90
  *
91
+ * @throws {@link CodeDeployServiceException}
92
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
67
93
  *
68
94
  */
69
95
  export declare class GetDeploymentInstanceCommand extends $Command<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig> {
@@ -32,6 +32,119 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut
32
32
  * };
33
33
  * const command = new GetDeploymentTargetCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDeploymentTargetOutput
36
+ * // deploymentTarget: { // DeploymentTarget
37
+ * // deploymentTargetType: "InstanceTarget" || "LambdaTarget" || "ECSTarget" || "CloudFormationTarget",
38
+ * // instanceTarget: { // InstanceTarget
39
+ * // deploymentId: "STRING_VALUE",
40
+ * // targetId: "STRING_VALUE",
41
+ * // targetArn: "STRING_VALUE",
42
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
43
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
44
+ * // lifecycleEvents: [ // LifecycleEventList
45
+ * // { // LifecycleEvent
46
+ * // lifecycleEventName: "STRING_VALUE",
47
+ * // diagnostics: { // Diagnostics
48
+ * // errorCode: "Success" || "ScriptMissing" || "ScriptNotExecutable" || "ScriptTimedOut" || "ScriptFailed" || "UnknownError",
49
+ * // scriptName: "STRING_VALUE",
50
+ * // message: "STRING_VALUE",
51
+ * // logTail: "STRING_VALUE",
52
+ * // },
53
+ * // startTime: new Date("TIMESTAMP"),
54
+ * // endTime: new Date("TIMESTAMP"),
55
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
56
+ * // },
57
+ * // ],
58
+ * // instanceLabel: "Blue" || "Green",
59
+ * // },
60
+ * // lambdaTarget: { // LambdaTarget
61
+ * // deploymentId: "STRING_VALUE",
62
+ * // targetId: "STRING_VALUE",
63
+ * // targetArn: "STRING_VALUE",
64
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
65
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
66
+ * // lifecycleEvents: [
67
+ * // {
68
+ * // lifecycleEventName: "STRING_VALUE",
69
+ * // diagnostics: {
70
+ * // errorCode: "Success" || "ScriptMissing" || "ScriptNotExecutable" || "ScriptTimedOut" || "ScriptFailed" || "UnknownError",
71
+ * // scriptName: "STRING_VALUE",
72
+ * // message: "STRING_VALUE",
73
+ * // logTail: "STRING_VALUE",
74
+ * // },
75
+ * // startTime: new Date("TIMESTAMP"),
76
+ * // endTime: new Date("TIMESTAMP"),
77
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
78
+ * // },
79
+ * // ],
80
+ * // lambdaFunctionInfo: { // LambdaFunctionInfo
81
+ * // functionName: "STRING_VALUE",
82
+ * // functionAlias: "STRING_VALUE",
83
+ * // currentVersion: "STRING_VALUE",
84
+ * // targetVersion: "STRING_VALUE",
85
+ * // targetVersionWeight: Number("double"),
86
+ * // },
87
+ * // },
88
+ * // ecsTarget: { // ECSTarget
89
+ * // deploymentId: "STRING_VALUE",
90
+ * // targetId: "STRING_VALUE",
91
+ * // targetArn: "STRING_VALUE",
92
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
93
+ * // lifecycleEvents: [
94
+ * // {
95
+ * // lifecycleEventName: "STRING_VALUE",
96
+ * // diagnostics: {
97
+ * // errorCode: "Success" || "ScriptMissing" || "ScriptNotExecutable" || "ScriptTimedOut" || "ScriptFailed" || "UnknownError",
98
+ * // scriptName: "STRING_VALUE",
99
+ * // message: "STRING_VALUE",
100
+ * // logTail: "STRING_VALUE",
101
+ * // },
102
+ * // startTime: new Date("TIMESTAMP"),
103
+ * // endTime: new Date("TIMESTAMP"),
104
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
105
+ * // },
106
+ * // ],
107
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
108
+ * // taskSetsInfo: [ // ECSTaskSetList
109
+ * // { // ECSTaskSet
110
+ * // identifer: "STRING_VALUE",
111
+ * // desiredCount: Number("long"),
112
+ * // pendingCount: Number("long"),
113
+ * // runningCount: Number("long"),
114
+ * // status: "STRING_VALUE",
115
+ * // trafficWeight: Number("double"),
116
+ * // targetGroup: { // TargetGroupInfo
117
+ * // name: "STRING_VALUE",
118
+ * // },
119
+ * // taskSetLabel: "Blue" || "Green",
120
+ * // },
121
+ * // ],
122
+ * // },
123
+ * // cloudFormationTarget: { // CloudFormationTarget
124
+ * // deploymentId: "STRING_VALUE",
125
+ * // targetId: "STRING_VALUE",
126
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
127
+ * // lifecycleEvents: [
128
+ * // {
129
+ * // lifecycleEventName: "STRING_VALUE",
130
+ * // diagnostics: {
131
+ * // errorCode: "Success" || "ScriptMissing" || "ScriptNotExecutable" || "ScriptTimedOut" || "ScriptFailed" || "UnknownError",
132
+ * // scriptName: "STRING_VALUE",
133
+ * // message: "STRING_VALUE",
134
+ * // logTail: "STRING_VALUE",
135
+ * // },
136
+ * // startTime: new Date("TIMESTAMP"),
137
+ * // endTime: new Date("TIMESTAMP"),
138
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
139
+ * // },
140
+ * // ],
141
+ * // status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
142
+ * // resourceType: "STRING_VALUE",
143
+ * // targetVersionWeight: Number("double"),
144
+ * // },
145
+ * // },
146
+ * // };
147
+ *
35
148
  * ```
36
149
  *
37
150
  * @param GetDeploymentTargetCommandInput - {@link GetDeploymentTargetCommandInput}
@@ -65,6 +178,8 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut
65
178
  * @throws {@link InvalidInstanceNameException} (client fault)
66
179
  * <p>The on-premises instance name was specified in an invalid format.</p>
67
180
  *
181
+ * @throws {@link CodeDeployServiceException}
182
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
68
183
  *
69
184
  */
70
185
  export declare class GetDeploymentTargetCommand extends $Command<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig> {
@@ -31,6 +31,23 @@ export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanc
31
31
  * };
32
32
  * const command = new GetOnPremisesInstanceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetOnPremisesInstanceOutput
35
+ * // instanceInfo: { // InstanceInfo
36
+ * // instanceName: "STRING_VALUE",
37
+ * // iamSessionArn: "STRING_VALUE",
38
+ * // iamUserArn: "STRING_VALUE",
39
+ * // instanceArn: "STRING_VALUE",
40
+ * // registerTime: new Date("TIMESTAMP"),
41
+ * // deregisterTime: new Date("TIMESTAMP"),
42
+ * // tags: [ // TagList
43
+ * // { // Tag
44
+ * // Key: "STRING_VALUE",
45
+ * // Value: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // },
49
+ * // };
50
+ *
34
51
  * ```
35
52
  *
36
53
  * @param GetOnPremisesInstanceCommandInput - {@link GetOnPremisesInstanceCommandInput}
@@ -48,6 +65,8 @@ export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanc
48
65
  * @throws {@link InvalidInstanceNameException} (client fault)
49
66
  * <p>The on-premises instance name was specified in an invalid format.</p>
50
67
  *
68
+ * @throws {@link CodeDeployServiceException}
69
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
51
70
  *
52
71
  */
53
72
  export declare class GetOnPremisesInstanceCommand extends $Command<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
@@ -37,6 +37,34 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe
37
37
  * };
38
38
  * const command = new ListApplicationRevisionsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListApplicationRevisionsOutput
41
+ * // revisions: [ // RevisionLocationList
42
+ * // { // RevisionLocation
43
+ * // revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
44
+ * // s3Location: { // S3Location
45
+ * // bucket: "STRING_VALUE",
46
+ * // key: "STRING_VALUE",
47
+ * // bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
48
+ * // version: "STRING_VALUE",
49
+ * // eTag: "STRING_VALUE",
50
+ * // },
51
+ * // gitHubLocation: { // GitHubLocation
52
+ * // repository: "STRING_VALUE",
53
+ * // commitId: "STRING_VALUE",
54
+ * // },
55
+ * // string: { // RawString
56
+ * // content: "STRING_VALUE",
57
+ * // sha256: "STRING_VALUE",
58
+ * // },
59
+ * // appSpecContent: { // AppSpecContent
60
+ * // content: "STRING_VALUE",
61
+ * // sha256: "STRING_VALUE",
62
+ * // },
63
+ * // },
64
+ * // ],
65
+ * // nextToken: "STRING_VALUE",
66
+ * // };
67
+ *
40
68
  * ```
41
69
  *
42
70
  * @param ListApplicationRevisionsCommandInput - {@link ListApplicationRevisionsCommandInput}
@@ -76,6 +104,8 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe
76
104
  * @throws {@link InvalidSortOrderException} (client fault)
77
105
  * <p>The sort order was specified in an invalid format.</p>
78
106
  *
107
+ * @throws {@link CodeDeployServiceException}
108
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
79
109
  *
80
110
  */
81
111
  export declare class ListApplicationRevisionsCommand extends $Command<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {