@aws-sdk/client-codedeploy 3.300.0 → 3.301.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 (48) hide show
  1. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -4
  2. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -7
  3. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -2
  4. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -2
  5. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -2
  6. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -2
  7. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +2 -2
  8. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -2
  9. package/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateDeploymentCommand.d.ts +17 -17
  12. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +5 -5
  13. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +36 -36
  14. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -1
  19. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +1 -1
  20. package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  21. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -6
  22. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  23. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -1
  24. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +1 -1
  25. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -1
  26. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -1
  27. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +1 -1
  28. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
  33. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +1 -1
  36. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -1
  39. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -6
  40. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +1 -1
  41. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -4
  42. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -1
  43. package/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
  44. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  46. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +34 -34
  48. package/package.json +3 -3
@@ -26,14 +26,14 @@ export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBea
26
26
  * import { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
30
- * tags: [ // required
31
- * {
29
+ * const input = { // AddTagsToOnPremisesInstancesInput
30
+ * tags: [ // TagList // required
31
+ * { // Tag
32
32
  * Key: "STRING_VALUE",
33
33
  * Value: "STRING_VALUE",
34
34
  * },
35
35
  * ],
36
- * instanceNames: [ // required
36
+ * instanceNames: [ // InstanceNameList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * };
@@ -27,27 +27,27 @@ export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetAppli
27
27
  * import { CodeDeployClient, BatchGetApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, BatchGetApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
30
+ * const input = { // BatchGetApplicationRevisionsInput
31
31
  * applicationName: "STRING_VALUE", // required
32
- * revisions: [ // required
33
- * {
32
+ * revisions: [ // RevisionLocationList // required
33
+ * { // RevisionLocation
34
34
  * revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
35
- * s3Location: {
35
+ * s3Location: { // S3Location
36
36
  * bucket: "STRING_VALUE",
37
37
  * key: "STRING_VALUE",
38
38
  * bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
39
39
  * version: "STRING_VALUE",
40
40
  * eTag: "STRING_VALUE",
41
41
  * },
42
- * gitHubLocation: {
42
+ * gitHubLocation: { // GitHubLocation
43
43
  * repository: "STRING_VALUE",
44
44
  * commitId: "STRING_VALUE",
45
45
  * },
46
- * string: {
46
+ * string: { // RawString
47
47
  * content: "STRING_VALUE",
48
48
  * sha256: "STRING_VALUE",
49
49
  * },
50
- * appSpecContent: {
50
+ * appSpecContent: { // AppSpecContent
51
51
  * content: "STRING_VALUE",
52
52
  * sha256: "STRING_VALUE",
53
53
  * },
@@ -27,8 +27,8 @@ export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsO
27
27
  * import { CodeDeployClient, BatchGetApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, BatchGetApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
31
- * applicationNames: [ // required
30
+ * const input = { // BatchGetApplicationsInput
31
+ * applicationNames: [ // ApplicationsList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,9 +26,9 @@ export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymen
26
26
  * import { CodeDeployClient, BatchGetDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, BatchGetDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // BatchGetDeploymentGroupsInput
30
30
  * applicationName: "STRING_VALUE", // required
31
- * deploymentGroupNames: [ // required
31
+ * deploymentGroupNames: [ // DeploymentGroupsList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -35,9 +35,9 @@ export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploy
35
35
  * import { CodeDeployClient, BatchGetDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
36
36
  * // const { CodeDeployClient, BatchGetDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
37
37
  * const client = new CodeDeployClient(config);
38
- * const input = {
38
+ * const input = { // BatchGetDeploymentInstancesInput
39
39
  * deploymentId: "STRING_VALUE", // required
40
- * instanceIds: [ // required
40
+ * instanceIds: [ // InstancesList // required
41
41
  * "STRING_VALUE",
42
42
  * ],
43
43
  * };
@@ -52,9 +52,9 @@ export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeployme
52
52
  * import { CodeDeployClient, BatchGetDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
53
53
  * // const { CodeDeployClient, BatchGetDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
54
54
  * const client = new CodeDeployClient(config);
55
- * const input = {
55
+ * const input = { // BatchGetDeploymentTargetsInput
56
56
  * deploymentId: "STRING_VALUE",
57
- * targetIds: [
57
+ * targetIds: [ // TargetIdList
58
58
  * "STRING_VALUE",
59
59
  * ],
60
60
  * };
@@ -27,8 +27,8 @@ export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOut
27
27
  * import { CodeDeployClient, BatchGetDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, BatchGetDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
31
- * deploymentIds: [ // required
30
+ * const input = { // BatchGetDeploymentsInput
31
+ * deploymentIds: [ // DeploymentsList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -27,8 +27,8 @@ export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPrem
27
27
  * import { CodeDeployClient, BatchGetOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, BatchGetOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
31
- * instanceNames: [ // required
30
+ * const input = { // BatchGetOnPremisesInstancesInput
31
+ * instanceNames: [ // InstanceNameList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -30,7 +30,7 @@ export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
30
30
  * import { CodeDeployClient, ContinueDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
31
31
  * // const { CodeDeployClient, ContinueDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
32
32
  * const client = new CodeDeployClient(config);
33
- * const input = {
33
+ * const input = { // ContinueDeploymentInput
34
34
  * deploymentId: "STRING_VALUE",
35
35
  * deploymentWaitType: "READY_WAIT" || "TERMINATION_WAIT",
36
36
  * };
@@ -26,11 +26,11 @@ export interface CreateApplicationCommandOutput extends CreateApplicationOutput,
26
26
  * import { CodeDeployClient, CreateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, CreateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // CreateApplicationInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * computePlatform: "Server" || "Lambda" || "ECS",
32
- * tags: [
33
- * {
32
+ * tags: [ // TagList
33
+ * { // Tag
34
34
  * Key: "STRING_VALUE",
35
35
  * Value: "STRING_VALUE",
36
36
  * },
@@ -26,27 +26,27 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _
26
26
  * import { CodeDeployClient, CreateDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, CreateDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // CreateDeploymentInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * deploymentGroupName: "STRING_VALUE",
32
- * revision: {
32
+ * revision: { // RevisionLocation
33
33
  * revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
34
- * s3Location: {
34
+ * s3Location: { // S3Location
35
35
  * bucket: "STRING_VALUE",
36
36
  * key: "STRING_VALUE",
37
37
  * bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
38
38
  * version: "STRING_VALUE",
39
39
  * eTag: "STRING_VALUE",
40
40
  * },
41
- * gitHubLocation: {
41
+ * gitHubLocation: { // GitHubLocation
42
42
  * repository: "STRING_VALUE",
43
43
  * commitId: "STRING_VALUE",
44
44
  * },
45
- * string: {
45
+ * string: { // RawString
46
46
  * content: "STRING_VALUE",
47
47
  * sha256: "STRING_VALUE",
48
48
  * },
49
- * appSpecContent: {
49
+ * appSpecContent: { // AppSpecContent
50
50
  * content: "STRING_VALUE",
51
51
  * sha256: "STRING_VALUE",
52
52
  * },
@@ -54,19 +54,19 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _
54
54
  * deploymentConfigName: "STRING_VALUE",
55
55
  * description: "STRING_VALUE",
56
56
  * ignoreApplicationStopFailures: true || false,
57
- * targetInstances: {
58
- * tagFilters: [
59
- * {
57
+ * targetInstances: { // TargetInstances
58
+ * tagFilters: [ // EC2TagFilterList
59
+ * { // EC2TagFilter
60
60
  * Key: "STRING_VALUE",
61
61
  * Value: "STRING_VALUE",
62
62
  * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
63
63
  * },
64
64
  * ],
65
- * autoScalingGroups: [
65
+ * autoScalingGroups: [ // AutoScalingGroupNameList
66
66
  * "STRING_VALUE",
67
67
  * ],
68
- * ec2TagSet: {
69
- * ec2TagSetList: [
68
+ * ec2TagSet: { // EC2TagSet
69
+ * ec2TagSetList: [ // EC2TagSetList
70
70
  * [
71
71
  * {
72
72
  * Key: "STRING_VALUE",
@@ -77,19 +77,19 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _
77
77
  * ],
78
78
  * },
79
79
  * },
80
- * autoRollbackConfiguration: {
80
+ * autoRollbackConfiguration: { // AutoRollbackConfiguration
81
81
  * enabled: true || false,
82
- * events: [
82
+ * events: [ // AutoRollbackEventsList
83
83
  * "DEPLOYMENT_FAILURE" || "DEPLOYMENT_STOP_ON_ALARM" || "DEPLOYMENT_STOP_ON_REQUEST",
84
84
  * ],
85
85
  * },
86
86
  * updateOutdatedInstancesOnly: true || false,
87
87
  * fileExistsBehavior: "DISALLOW" || "OVERWRITE" || "RETAIN",
88
- * overrideAlarmConfiguration: {
88
+ * overrideAlarmConfiguration: { // AlarmConfiguration
89
89
  * enabled: true || false,
90
90
  * ignorePollAlarmFailure: true || false,
91
- * alarms: [
92
- * {
91
+ * alarms: [ // AlarmList
92
+ * { // Alarm
93
93
  * name: "STRING_VALUE",
94
94
  * },
95
95
  * ],
@@ -26,19 +26,19 @@ export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentCon
26
26
  * import { CodeDeployClient, CreateDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, CreateDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // CreateDeploymentConfigInput
30
30
  * deploymentConfigName: "STRING_VALUE", // required
31
- * minimumHealthyHosts: {
31
+ * minimumHealthyHosts: { // MinimumHealthyHosts
32
32
  * type: "HOST_COUNT" || "FLEET_PERCENT",
33
33
  * value: Number("int"),
34
34
  * },
35
- * trafficRoutingConfig: {
35
+ * trafficRoutingConfig: { // TrafficRoutingConfig
36
36
  * type: "TimeBasedCanary" || "TimeBasedLinear" || "AllAtOnce",
37
- * timeBasedCanary: {
37
+ * timeBasedCanary: { // TimeBasedCanary
38
38
  * canaryPercentage: Number("int"),
39
39
  * canaryInterval: Number("int"),
40
40
  * },
41
- * timeBasedLinear: {
41
+ * timeBasedLinear: { // TimeBasedLinear
42
42
  * linearPercentage: Number("int"),
43
43
  * linearInterval: Number("int"),
44
44
  * },
@@ -26,90 +26,90 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
26
26
  * import { CodeDeployClient, CreateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, CreateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // CreateDeploymentGroupInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * deploymentGroupName: "STRING_VALUE", // required
32
32
  * deploymentConfigName: "STRING_VALUE",
33
- * ec2TagFilters: [
34
- * {
33
+ * ec2TagFilters: [ // EC2TagFilterList
34
+ * { // EC2TagFilter
35
35
  * Key: "STRING_VALUE",
36
36
  * Value: "STRING_VALUE",
37
37
  * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
38
38
  * },
39
39
  * ],
40
- * onPremisesInstanceTagFilters: [
41
- * {
40
+ * onPremisesInstanceTagFilters: [ // TagFilterList
41
+ * { // TagFilter
42
42
  * Key: "STRING_VALUE",
43
43
  * Value: "STRING_VALUE",
44
44
  * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
45
45
  * },
46
46
  * ],
47
- * autoScalingGroups: [
47
+ * autoScalingGroups: [ // AutoScalingGroupNameList
48
48
  * "STRING_VALUE",
49
49
  * ],
50
50
  * serviceRoleArn: "STRING_VALUE", // required
51
- * triggerConfigurations: [
52
- * {
51
+ * triggerConfigurations: [ // TriggerConfigList
52
+ * { // TriggerConfig
53
53
  * triggerName: "STRING_VALUE",
54
54
  * triggerTargetArn: "STRING_VALUE",
55
- * triggerEvents: [
55
+ * triggerEvents: [ // TriggerEventTypeList
56
56
  * "DeploymentStart" || "DeploymentSuccess" || "DeploymentFailure" || "DeploymentStop" || "DeploymentRollback" || "DeploymentReady" || "InstanceStart" || "InstanceSuccess" || "InstanceFailure" || "InstanceReady",
57
57
  * ],
58
58
  * },
59
59
  * ],
60
- * alarmConfiguration: {
60
+ * alarmConfiguration: { // AlarmConfiguration
61
61
  * enabled: true || false,
62
62
  * ignorePollAlarmFailure: true || false,
63
- * alarms: [
64
- * {
63
+ * alarms: [ // AlarmList
64
+ * { // Alarm
65
65
  * name: "STRING_VALUE",
66
66
  * },
67
67
  * ],
68
68
  * },
69
- * autoRollbackConfiguration: {
69
+ * autoRollbackConfiguration: { // AutoRollbackConfiguration
70
70
  * enabled: true || false,
71
- * events: [
71
+ * events: [ // AutoRollbackEventsList
72
72
  * "DEPLOYMENT_FAILURE" || "DEPLOYMENT_STOP_ON_ALARM" || "DEPLOYMENT_STOP_ON_REQUEST",
73
73
  * ],
74
74
  * },
75
75
  * outdatedInstancesStrategy: "UPDATE" || "IGNORE",
76
- * deploymentStyle: {
76
+ * deploymentStyle: { // DeploymentStyle
77
77
  * deploymentType: "IN_PLACE" || "BLUE_GREEN",
78
78
  * deploymentOption: "WITH_TRAFFIC_CONTROL" || "WITHOUT_TRAFFIC_CONTROL",
79
79
  * },
80
- * blueGreenDeploymentConfiguration: {
81
- * terminateBlueInstancesOnDeploymentSuccess: {
80
+ * blueGreenDeploymentConfiguration: { // BlueGreenDeploymentConfiguration
81
+ * terminateBlueInstancesOnDeploymentSuccess: { // BlueInstanceTerminationOption
82
82
  * action: "TERMINATE" || "KEEP_ALIVE",
83
83
  * terminationWaitTimeInMinutes: Number("int"),
84
84
  * },
85
- * deploymentReadyOption: {
85
+ * deploymentReadyOption: { // DeploymentReadyOption
86
86
  * actionOnTimeout: "CONTINUE_DEPLOYMENT" || "STOP_DEPLOYMENT",
87
87
  * waitTimeInMinutes: Number("int"),
88
88
  * },
89
- * greenFleetProvisioningOption: {
89
+ * greenFleetProvisioningOption: { // GreenFleetProvisioningOption
90
90
  * action: "DISCOVER_EXISTING" || "COPY_AUTO_SCALING_GROUP",
91
91
  * },
92
92
  * },
93
- * loadBalancerInfo: {
94
- * elbInfoList: [
95
- * {
93
+ * loadBalancerInfo: { // LoadBalancerInfo
94
+ * elbInfoList: [ // ELBInfoList
95
+ * { // ELBInfo
96
96
  * name: "STRING_VALUE",
97
97
  * },
98
98
  * ],
99
- * targetGroupInfoList: [
100
- * {
99
+ * targetGroupInfoList: [ // TargetGroupInfoList
100
+ * { // TargetGroupInfo
101
101
  * name: "STRING_VALUE",
102
102
  * },
103
103
  * ],
104
- * targetGroupPairInfoList: [
105
- * {
104
+ * targetGroupPairInfoList: [ // TargetGroupPairInfoList
105
+ * { // TargetGroupPairInfo
106
106
  * targetGroups: [
107
107
  * {
108
108
  * name: "STRING_VALUE",
109
109
  * },
110
110
  * ],
111
- * prodTrafficRoute: {
112
- * listenerArns: [
111
+ * prodTrafficRoute: { // TrafficRoute
112
+ * listenerArns: [ // ListenerArnList
113
113
  * "STRING_VALUE",
114
114
  * ],
115
115
  * },
@@ -121,8 +121,8 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
121
121
  * },
122
122
  * ],
123
123
  * },
124
- * ec2TagSet: {
125
- * ec2TagSetList: [
124
+ * ec2TagSet: { // EC2TagSet
125
+ * ec2TagSetList: [ // EC2TagSetList
126
126
  * [
127
127
  * {
128
128
  * Key: "STRING_VALUE",
@@ -132,14 +132,14 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
132
132
  * ],
133
133
  * ],
134
134
  * },
135
- * ecsServices: [
136
- * {
135
+ * ecsServices: [ // ECSServiceList
136
+ * { // ECSService
137
137
  * serviceName: "STRING_VALUE",
138
138
  * clusterName: "STRING_VALUE",
139
139
  * },
140
140
  * ],
141
- * onPremisesTagSet: {
142
- * onPremisesTagSetList: [
141
+ * onPremisesTagSet: { // OnPremisesTagSet
142
+ * onPremisesTagSetList: [ // OnPremisesTagSetList
143
143
  * [
144
144
  * {
145
145
  * Key: "STRING_VALUE",
@@ -149,8 +149,8 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
149
149
  * ],
150
150
  * ],
151
151
  * },
152
- * tags: [
153
- * {
152
+ * tags: [ // TagList
153
+ * { // Tag
154
154
  * Key: "STRING_VALUE",
155
155
  * Value: "STRING_VALUE",
156
156
  * },
@@ -26,7 +26,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
26
26
  * import { CodeDeployClient, DeleteApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, DeleteApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // DeleteApplicationInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteApplicationCommand(input);
@@ -30,7 +30,7 @@ export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
30
30
  * import { CodeDeployClient, DeleteDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
31
31
  * // const { CodeDeployClient, DeleteDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
32
32
  * const client = new CodeDeployClient(config);
33
- * const input = {
33
+ * const input = { // DeleteDeploymentConfigInput
34
34
  * deploymentConfigName: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new DeleteDeploymentConfigCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGrou
26
26
  * import { CodeDeployClient, DeleteDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, DeleteDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDeploymentGroupInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * deploymentGroupName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccou
26
26
  * import { CodeDeployClient, DeleteGitHubAccountTokenCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, DeleteGitHubAccountTokenCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // DeleteGitHubAccountTokenInput
30
30
  * tokenName: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new DeleteGitHubAccountTokenCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResource
26
26
  * import { CodeDeployClient, DeleteResourcesByExternalIdCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, DeleteResourcesByExternalIdCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // DeleteResourcesByExternalIdInput
30
30
  * externalId: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new DeleteResourcesByExternalIdCommand(input);
@@ -26,7 +26,7 @@ export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBea
26
26
  * import { CodeDeployClient, DeregisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, DeregisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // DeregisterOnPremisesInstanceInput
30
30
  * instanceName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeregisterOnPremisesInstanceCommand(input);
@@ -26,7 +26,7 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met
26
26
  * import { CodeDeployClient, GetApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // GetApplicationInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetApplicationCommand(input);
@@ -26,26 +26,26 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis
26
26
  * import { CodeDeployClient, GetApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // GetApplicationRevisionInput
30
30
  * applicationName: "STRING_VALUE", // required
31
- * revision: {
31
+ * revision: { // RevisionLocation
32
32
  * revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
33
- * s3Location: {
33
+ * s3Location: { // S3Location
34
34
  * bucket: "STRING_VALUE",
35
35
  * key: "STRING_VALUE",
36
36
  * bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
37
37
  * version: "STRING_VALUE",
38
38
  * eTag: "STRING_VALUE",
39
39
  * },
40
- * gitHubLocation: {
40
+ * gitHubLocation: { // GitHubLocation
41
41
  * repository: "STRING_VALUE",
42
42
  * commitId: "STRING_VALUE",
43
43
  * },
44
- * string: {
44
+ * string: { // RawString
45
45
  * content: "STRING_VALUE",
46
46
  * sha256: "STRING_VALUE",
47
47
  * },
48
- * appSpecContent: {
48
+ * appSpecContent: { // AppSpecContent
49
49
  * content: "STRING_VALUE",
50
50
  * sha256: "STRING_VALUE",
51
51
  * },
@@ -32,7 +32,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
32
32
  * import { CodeDeployClient, GetDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
33
33
  * // const { CodeDeployClient, GetDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
34
34
  * const client = new CodeDeployClient(config);
35
- * const input = {
35
+ * const input = { // GetDeploymentInput
36
36
  * deploymentId: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new GetDeploymentCommand(input);
@@ -26,7 +26,7 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
26
26
  * import { CodeDeployClient, GetDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // GetDeploymentConfigInput
30
30
  * deploymentConfigName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDeploymentConfigCommand(input);
@@ -26,7 +26,7 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
26
26
  * import { CodeDeployClient, GetDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // GetDeploymentGroupInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * deploymentGroupName: "STRING_VALUE", // required
32
32
  * };
@@ -28,7 +28,7 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
28
28
  * import { CodeDeployClient, GetDeploymentInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
29
29
  * // const { CodeDeployClient, GetDeploymentInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
30
30
  * const client = new CodeDeployClient(config);
31
- * const input = {
31
+ * const input = { // GetDeploymentInstanceInput
32
32
  * deploymentId: "STRING_VALUE", // required
33
33
  * instanceId: "STRING_VALUE", // required
34
34
  * };
@@ -26,7 +26,7 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut
26
26
  * import { CodeDeployClient, GetDeploymentTargetCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetDeploymentTargetCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // GetDeploymentTargetInput
30
30
  * deploymentId: "STRING_VALUE",
31
31
  * targetId: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanc
26
26
  * import { CodeDeployClient, GetOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // GetOnPremisesInstanceInput
30
30
  * instanceName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetOnPremisesInstanceCommand(input);
@@ -26,7 +26,7 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe
26
26
  * import { CodeDeployClient, ListApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // ListApplicationRevisionsInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * sortBy: "registerTime" || "firstUsedTime" || "lastUsedTime",
32
32
  * sortOrder: "ascending" || "descending",
@@ -26,7 +26,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
26
26
  * import { CodeDeployClient, ListApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // ListApplicationsInput
30
30
  * nextToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new ListApplicationsCommand(input);
@@ -26,7 +26,7 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig
26
26
  * import { CodeDeployClient, ListDeploymentConfigsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListDeploymentConfigsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // ListDeploymentConfigsInput
30
30
  * nextToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new ListDeploymentConfigsCommand(input);
@@ -27,7 +27,7 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
27
27
  * import { CodeDeployClient, ListDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, ListDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
30
+ * const input = { // ListDeploymentGroupsInput
31
31
  * applicationName: "STRING_VALUE", // required
32
32
  * nextToken: "STRING_VALUE",
33
33
  * };
@@ -35,13 +35,13 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
35
35
  * import { CodeDeployClient, ListDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
36
36
  * // const { CodeDeployClient, ListDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
37
37
  * const client = new CodeDeployClient(config);
38
- * const input = {
38
+ * const input = { // ListDeploymentInstancesInput
39
39
  * deploymentId: "STRING_VALUE", // required
40
40
  * nextToken: "STRING_VALUE",
41
- * instanceStatusFilter: [
41
+ * instanceStatusFilter: [ // InstanceStatusList
42
42
  * "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
43
43
  * ],
44
- * instanceTypeFilter: [
44
+ * instanceTypeFilter: [ // InstanceTypeList
45
45
  * "Blue" || "Green",
46
46
  * ],
47
47
  * };
@@ -26,11 +26,11 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget
26
26
  * import { CodeDeployClient, ListDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // ListDeploymentTargetsInput
30
30
  * deploymentId: "STRING_VALUE",
31
31
  * nextToken: "STRING_VALUE",
32
- * targetFilters: {
33
- * "<keys>": [
32
+ * targetFilters: { // TargetFilters
33
+ * "<keys>": [ // FilterValueList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * },
@@ -27,14 +27,14 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
27
27
  * import { CodeDeployClient, ListDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, ListDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
30
+ * const input = { // ListDeploymentsInput
31
31
  * applicationName: "STRING_VALUE",
32
32
  * deploymentGroupName: "STRING_VALUE",
33
33
  * externalId: "STRING_VALUE",
34
- * includeOnlyStatuses: [
34
+ * includeOnlyStatuses: [ // DeploymentStatusList
35
35
  * "Created" || "Queued" || "InProgress" || "Baking" || "Succeeded" || "Failed" || "Stopped" || "Ready",
36
36
  * ],
37
- * createTimeRange: {
37
+ * createTimeRange: { // TimeRange
38
38
  * start: new Date("TIMESTAMP"),
39
39
  * end: new Date("TIMESTAMP"),
40
40
  * },
@@ -26,7 +26,7 @@ export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAcco
26
26
  * import { CodeDeployClient, ListGitHubAccountTokenNamesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListGitHubAccountTokenNamesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // ListGitHubAccountTokenNamesInput
30
30
  * nextToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new ListGitHubAccountTokenNamesCommand(input);
@@ -29,10 +29,10 @@ export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInst
29
29
  * import { CodeDeployClient, ListOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
30
30
  * // const { CodeDeployClient, ListOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
31
31
  * const client = new CodeDeployClient(config);
32
- * const input = {
32
+ * const input = { // ListOnPremisesInstancesInput
33
33
  * registrationStatus: "Registered" || "Deregistered",
34
- * tagFilters: [
35
- * {
34
+ * tagFilters: [ // TagFilterList
35
+ * { // TagFilter
36
36
  * Key: "STRING_VALUE",
37
37
  * Value: "STRING_VALUE",
38
38
  * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
@@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
27
27
  * import { CodeDeployClient, ListTagsForResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
30
+ * const input = { // ListTagsForResourceInput
31
31
  * ResourceArn: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * };
@@ -34,7 +34,7 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
34
34
  * import { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
35
35
  * // const { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
36
36
  * const client = new CodeDeployClient(config);
37
- * const input = {
37
+ * const input = { // PutLifecycleEventHookExecutionStatusInput
38
38
  * deploymentId: "STRING_VALUE",
39
39
  * lifecycleEventHookExecutionId: "STRING_VALUE",
40
40
  * status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
@@ -26,27 +26,27 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
26
26
  * import { CodeDeployClient, RegisterApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, RegisterApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // RegisterApplicationRevisionInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
- * revision: {
32
+ * revision: { // RevisionLocation
33
33
  * revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
34
- * s3Location: {
34
+ * s3Location: { // S3Location
35
35
  * bucket: "STRING_VALUE",
36
36
  * key: "STRING_VALUE",
37
37
  * bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
38
38
  * version: "STRING_VALUE",
39
39
  * eTag: "STRING_VALUE",
40
40
  * },
41
- * gitHubLocation: {
41
+ * gitHubLocation: { // GitHubLocation
42
42
  * repository: "STRING_VALUE",
43
43
  * commitId: "STRING_VALUE",
44
44
  * },
45
- * string: {
45
+ * string: { // RawString
46
46
  * content: "STRING_VALUE",
47
47
  * sha256: "STRING_VALUE",
48
48
  * },
49
- * appSpecContent: {
49
+ * appSpecContent: { // AppSpecContent
50
50
  * content: "STRING_VALUE",
51
51
  * sha256: "STRING_VALUE",
52
52
  * },
@@ -29,7 +29,7 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
29
29
  * import { CodeDeployClient, RegisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
30
30
  * // const { CodeDeployClient, RegisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
31
31
  * const client = new CodeDeployClient(config);
32
- * const input = {
32
+ * const input = { // RegisterOnPremisesInstanceInput
33
33
  * instanceName: "STRING_VALUE", // required
34
34
  * iamSessionArn: "STRING_VALUE",
35
35
  * iamUserArn: "STRING_VALUE",
@@ -26,14 +26,14 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada
26
26
  * import { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
30
- * tags: [ // required
31
- * {
29
+ * const input = { // RemoveTagsFromOnPremisesInstancesInput
30
+ * tags: [ // TagList // required
31
+ * { // Tag
32
32
  * Key: "STRING_VALUE",
33
33
  * Value: "STRING_VALUE",
34
34
  * },
35
35
  * ],
36
- * instanceNames: [ // required
36
+ * instanceNames: [ // InstanceNameList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * };
@@ -29,7 +29,7 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
29
29
  * import { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
30
30
  * // const { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
31
31
  * const client = new CodeDeployClient(config);
32
- * const input = {
32
+ * const input = { // SkipWaitTimeForInstanceTerminationInput
33
33
  * deploymentId: "STRING_VALUE",
34
34
  * };
35
35
  * const command = new SkipWaitTimeForInstanceTerminationCommand(input);
@@ -26,7 +26,7 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
26
26
  * import { CodeDeployClient, StopDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, StopDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // StopDeploymentInput
30
30
  * deploymentId: "STRING_VALUE", // required
31
31
  * autoRollbackEnabled: true || false,
32
32
  * };
@@ -27,10 +27,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
27
27
  * import { CodeDeployClient, TagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, TagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
- * const input = {
30
+ * const input = { // TagResourceInput
31
31
  * ResourceArn: "STRING_VALUE", // required
32
- * Tags: [ // required
33
- * {
32
+ * Tags: [ // TagList // required
33
+ * { // Tag
34
34
  * Key: "STRING_VALUE",
35
35
  * Value: "STRING_VALUE",
36
36
  * },
@@ -28,9 +28,9 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
28
28
  * import { CodeDeployClient, UntagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
29
29
  * // const { CodeDeployClient, UntagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
30
30
  * const client = new CodeDeployClient(config);
31
- * const input = {
31
+ * const input = { // UntagResourceInput
32
32
  * ResourceArn: "STRING_VALUE", // required
33
- * TagKeys: [ // required
33
+ * TagKeys: [ // TagKeyList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -26,7 +26,7 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
26
26
  * import { CodeDeployClient, UpdateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, UpdateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // UpdateApplicationInput
30
30
  * applicationName: "STRING_VALUE",
31
31
  * newApplicationName: "STRING_VALUE",
32
32
  * };
@@ -26,91 +26,91 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
26
26
  * import { CodeDeployClient, UpdateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, UpdateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDeploymentGroupInput
30
30
  * applicationName: "STRING_VALUE", // required
31
31
  * currentDeploymentGroupName: "STRING_VALUE", // required
32
32
  * newDeploymentGroupName: "STRING_VALUE",
33
33
  * deploymentConfigName: "STRING_VALUE",
34
- * ec2TagFilters: [
35
- * {
34
+ * ec2TagFilters: [ // EC2TagFilterList
35
+ * { // EC2TagFilter
36
36
  * Key: "STRING_VALUE",
37
37
  * Value: "STRING_VALUE",
38
38
  * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
39
39
  * },
40
40
  * ],
41
- * onPremisesInstanceTagFilters: [
42
- * {
41
+ * onPremisesInstanceTagFilters: [ // TagFilterList
42
+ * { // TagFilter
43
43
  * Key: "STRING_VALUE",
44
44
  * Value: "STRING_VALUE",
45
45
  * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
46
46
  * },
47
47
  * ],
48
- * autoScalingGroups: [
48
+ * autoScalingGroups: [ // AutoScalingGroupNameList
49
49
  * "STRING_VALUE",
50
50
  * ],
51
51
  * serviceRoleArn: "STRING_VALUE",
52
- * triggerConfigurations: [
53
- * {
52
+ * triggerConfigurations: [ // TriggerConfigList
53
+ * { // TriggerConfig
54
54
  * triggerName: "STRING_VALUE",
55
55
  * triggerTargetArn: "STRING_VALUE",
56
- * triggerEvents: [
56
+ * triggerEvents: [ // TriggerEventTypeList
57
57
  * "DeploymentStart" || "DeploymentSuccess" || "DeploymentFailure" || "DeploymentStop" || "DeploymentRollback" || "DeploymentReady" || "InstanceStart" || "InstanceSuccess" || "InstanceFailure" || "InstanceReady",
58
58
  * ],
59
59
  * },
60
60
  * ],
61
- * alarmConfiguration: {
61
+ * alarmConfiguration: { // AlarmConfiguration
62
62
  * enabled: true || false,
63
63
  * ignorePollAlarmFailure: true || false,
64
- * alarms: [
65
- * {
64
+ * alarms: [ // AlarmList
65
+ * { // Alarm
66
66
  * name: "STRING_VALUE",
67
67
  * },
68
68
  * ],
69
69
  * },
70
- * autoRollbackConfiguration: {
70
+ * autoRollbackConfiguration: { // AutoRollbackConfiguration
71
71
  * enabled: true || false,
72
- * events: [
72
+ * events: [ // AutoRollbackEventsList
73
73
  * "DEPLOYMENT_FAILURE" || "DEPLOYMENT_STOP_ON_ALARM" || "DEPLOYMENT_STOP_ON_REQUEST",
74
74
  * ],
75
75
  * },
76
76
  * outdatedInstancesStrategy: "UPDATE" || "IGNORE",
77
- * deploymentStyle: {
77
+ * deploymentStyle: { // DeploymentStyle
78
78
  * deploymentType: "IN_PLACE" || "BLUE_GREEN",
79
79
  * deploymentOption: "WITH_TRAFFIC_CONTROL" || "WITHOUT_TRAFFIC_CONTROL",
80
80
  * },
81
- * blueGreenDeploymentConfiguration: {
82
- * terminateBlueInstancesOnDeploymentSuccess: {
81
+ * blueGreenDeploymentConfiguration: { // BlueGreenDeploymentConfiguration
82
+ * terminateBlueInstancesOnDeploymentSuccess: { // BlueInstanceTerminationOption
83
83
  * action: "TERMINATE" || "KEEP_ALIVE",
84
84
  * terminationWaitTimeInMinutes: Number("int"),
85
85
  * },
86
- * deploymentReadyOption: {
86
+ * deploymentReadyOption: { // DeploymentReadyOption
87
87
  * actionOnTimeout: "CONTINUE_DEPLOYMENT" || "STOP_DEPLOYMENT",
88
88
  * waitTimeInMinutes: Number("int"),
89
89
  * },
90
- * greenFleetProvisioningOption: {
90
+ * greenFleetProvisioningOption: { // GreenFleetProvisioningOption
91
91
  * action: "DISCOVER_EXISTING" || "COPY_AUTO_SCALING_GROUP",
92
92
  * },
93
93
  * },
94
- * loadBalancerInfo: {
95
- * elbInfoList: [
96
- * {
94
+ * loadBalancerInfo: { // LoadBalancerInfo
95
+ * elbInfoList: [ // ELBInfoList
96
+ * { // ELBInfo
97
97
  * name: "STRING_VALUE",
98
98
  * },
99
99
  * ],
100
- * targetGroupInfoList: [
101
- * {
100
+ * targetGroupInfoList: [ // TargetGroupInfoList
101
+ * { // TargetGroupInfo
102
102
  * name: "STRING_VALUE",
103
103
  * },
104
104
  * ],
105
- * targetGroupPairInfoList: [
106
- * {
105
+ * targetGroupPairInfoList: [ // TargetGroupPairInfoList
106
+ * { // TargetGroupPairInfo
107
107
  * targetGroups: [
108
108
  * {
109
109
  * name: "STRING_VALUE",
110
110
  * },
111
111
  * ],
112
- * prodTrafficRoute: {
113
- * listenerArns: [
112
+ * prodTrafficRoute: { // TrafficRoute
113
+ * listenerArns: [ // ListenerArnList
114
114
  * "STRING_VALUE",
115
115
  * ],
116
116
  * },
@@ -122,8 +122,8 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
122
122
  * },
123
123
  * ],
124
124
  * },
125
- * ec2TagSet: {
126
- * ec2TagSetList: [
125
+ * ec2TagSet: { // EC2TagSet
126
+ * ec2TagSetList: [ // EC2TagSetList
127
127
  * [
128
128
  * {
129
129
  * Key: "STRING_VALUE",
@@ -133,14 +133,14 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
133
133
  * ],
134
134
  * ],
135
135
  * },
136
- * ecsServices: [
137
- * {
136
+ * ecsServices: [ // ECSServiceList
137
+ * { // ECSService
138
138
  * serviceName: "STRING_VALUE",
139
139
  * clusterName: "STRING_VALUE",
140
140
  * },
141
141
  * ],
142
- * onPremisesTagSet: {
143
- * onPremisesTagSetList: [
142
+ * onPremisesTagSet: { // OnPremisesTagSet
143
+ * onPremisesTagSetList: [ // OnPremisesTagSetList
144
144
  * [
145
145
  * {
146
146
  * Key: "STRING_VALUE",
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.300.0",
4
+ "version": "3.301.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,9 +21,9 @@
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.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",