@cdklabs/cdk-ecs-codedeploy 0.0.109 → 0.0.111
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/.jsii +17 -16
- package/API.md +13 -13
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.d.ts +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +11 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +17 -17
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +36 -36
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +34 -34
- package/node_modules/@aws-sdk/client-codedeploy/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +5 -5
|
@@ -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
|
* },
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts
CHANGED
|
@@ -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);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts
CHANGED
|
@@ -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
|
* },
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts
CHANGED
|
@@ -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);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts
CHANGED
|
@@ -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);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts
CHANGED
|
@@ -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
|
* };
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts
CHANGED
|
@@ -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",
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts
CHANGED
|
@@ -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);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts
CHANGED
|
@@ -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
|
* },
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts
CHANGED
|
@@ -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",
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts
CHANGED
|
@@ -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);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts
CHANGED
|
@@ -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
|
* },
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts
CHANGED
|
@@ -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
|
* };
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts
CHANGED
|
@@ -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
|
* };
|