@aws-sdk/client-codedeploy 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +216 -249
- package/dist-es/models/models_0.js +216 -249
- package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -4
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -7
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDeploymentCommand.d.ts +17 -17
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +5 -5
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +36 -36
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -6
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -3
- package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +1 -1
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -1
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -6
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -4
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -1
- package/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +34 -34
- package/dist-types/models/models_0.d.ts +382 -217
- package/dist-types/ts3.4/models/models_0.d.ts +274 -216
- package/package.json +35 -35
|
@@ -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",
|