@cdklabs/cdk-ecs-codedeploy 0.0.93 → 0.0.95
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 +3 -3
- 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.js +1 -1
- package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +131 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +14 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso/package.json +26 -26
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +22 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +44 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
- package/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +10 -0
- package/node_modules/@aws-sdk/protocol-http/dist-cjs/headersProxy.js +52 -0
- package/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +99 -24
- package/node_modules/@aws-sdk/protocol-http/dist-cjs/queryProxy.js +71 -0
- package/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
- package/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +10 -0
- package/node_modules/@aws-sdk/protocol-http/dist-es/headersProxy.js +45 -0
- package/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +99 -24
- package/node_modules/@aws-sdk/protocol-http/dist-es/queryProxy.js +65 -0
- package/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +1 -1
- package/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +18 -1
- package/node_modules/@aws-sdk/protocol-http/dist-types/headersProxy.d.ts +39 -0
- package/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +50 -7
- package/node_modules/@aws-sdk/protocol-http/dist-types/queryProxy.d.ts +29 -0
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +3 -1
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/headersProxy.d.ts +8 -0
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +30 -15
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/queryProxy.d.ts +10 -0
- package/node_modules/@aws-sdk/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +18 -1
- package/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +18 -1
- package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +10 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +35 -3
- package/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +50 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +6 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
- package/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +2 -0
- package/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +13 -2
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/package.json +5 -5
|
@@ -29,6 +29,137 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
|
|
|
29
29
|
* @see {@link CreateDeploymentGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AlarmsLimitExceededException} (client fault)
|
|
33
|
+
* <p>The maximum number of alarms for a deployment group (10) was exceeded.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ApplicationDoesNotExistException} (client fault)
|
|
36
|
+
* <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
39
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DeploymentConfigDoesNotExistException} (client fault)
|
|
42
|
+
* <p>The deployment configuration does not exist with the IAM user or
|
|
43
|
+
* Amazon Web Services account.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DeploymentGroupAlreadyExistsException} (client fault)
|
|
46
|
+
* <p>A deployment group with the specified name with the IAM user or Amazon Web Services account already exists.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DeploymentGroupLimitExceededException} (client fault)
|
|
49
|
+
* <p> The deployment groups limit was exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link DeploymentGroupNameRequiredException} (client fault)
|
|
52
|
+
* <p>The deployment group name was not specified.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ECSServiceMappingLimitExceededException} (client fault)
|
|
55
|
+
* <p> The Amazon ECS service is associated with more than one deployment groups. An
|
|
56
|
+
* Amazon ECS service can be associated with only one deployment group. </p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidAlarmConfigException} (client fault)
|
|
59
|
+
* <p>The format of the alarm configuration is invalid. Possible causes include:</p>
|
|
60
|
+
* <ul>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>The alarm list is null.</p>
|
|
63
|
+
* </li>
|
|
64
|
+
* <li>
|
|
65
|
+
* <p>The alarm object is null.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>The alarm name is empty or null or exceeds the limit of 255 characters.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>Two alarms with the same name have been specified.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>The alarm configuration is enabled, but the alarm list is empty.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* </ul>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
79
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidAutoRollbackConfigException} (client fault)
|
|
82
|
+
* <p>The automatic rollback configuration was specified in an invalid format. For example,
|
|
83
|
+
* automatic rollback is enabled, but an invalid triggering event type or no event types
|
|
84
|
+
* were listed.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidAutoScalingGroupException} (client fault)
|
|
87
|
+
* <p>The Auto Scaling group was specified in an invalid format or does not
|
|
88
|
+
* exist.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InvalidBlueGreenDeploymentConfigurationException} (client fault)
|
|
91
|
+
* <p>The configuration for the blue/green deployment group was provided in an invalid
|
|
92
|
+
* format. For information about deployment configuration format, see <a>CreateDeploymentConfig</a>.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InvalidDeploymentConfigNameException} (client fault)
|
|
95
|
+
* <p>The deployment configuration name was specified in an invalid format.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link InvalidDeploymentGroupNameException} (client fault)
|
|
98
|
+
* <p>The deployment group name was specified in an invalid format.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link InvalidDeploymentStyleException} (client fault)
|
|
101
|
+
* <p>An invalid deployment style was specified. Valid deployment types include "IN_PLACE"
|
|
102
|
+
* and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL" and
|
|
103
|
+
* "WITHOUT_TRAFFIC_CONTROL."</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link InvalidEC2TagCombinationException} (client fault)
|
|
106
|
+
* <p>A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of
|
|
107
|
+
* these data types can be used in a single call.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link InvalidEC2TagException} (client fault)
|
|
110
|
+
* <p>The tag was specified in an invalid format.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link InvalidECSServiceException} (client fault)
|
|
113
|
+
* <p> The Amazon ECS service identifier is not valid. </p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
116
|
+
* <p>The input was specified in an invalid format.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link InvalidLoadBalancerInfoException} (client fault)
|
|
119
|
+
* <p>An invalid load balancer name, or no load balancer name, was specified.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link InvalidOnPremisesTagCombinationException} (client fault)
|
|
122
|
+
* <p>A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet,
|
|
123
|
+
* but only one of these data types can be used in a single call.</p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
126
|
+
* <p>The service role ARN was specified in an invalid format. Or, if an Auto Scaling
|
|
127
|
+
* group was specified, the specified service role does not grant the appropriate
|
|
128
|
+
* permissions to Amazon EC2 Auto Scaling.</p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link InvalidTagException} (client fault)
|
|
131
|
+
* <p>The tag was specified in an invalid format.</p>
|
|
132
|
+
*
|
|
133
|
+
* @throws {@link InvalidTagsToAddException} (client fault)
|
|
134
|
+
* <p> The specified tags are not valid. </p>
|
|
135
|
+
*
|
|
136
|
+
* @throws {@link InvalidTargetGroupPairException} (client fault)
|
|
137
|
+
* <p> A target group pair associated with this deployment is not valid. </p>
|
|
138
|
+
*
|
|
139
|
+
* @throws {@link InvalidTrafficRoutingConfigurationException} (client fault)
|
|
140
|
+
* <p> The configuration that specifies how traffic is routed during a deployment is
|
|
141
|
+
* invalid.</p>
|
|
142
|
+
*
|
|
143
|
+
* @throws {@link InvalidTriggerConfigException} (client fault)
|
|
144
|
+
* <p>The trigger was specified in an invalid format.</p>
|
|
145
|
+
*
|
|
146
|
+
* @throws {@link LifecycleHookLimitExceededException} (client fault)
|
|
147
|
+
* <p>The limit for lifecycle hooks was exceeded.</p>
|
|
148
|
+
*
|
|
149
|
+
* @throws {@link RoleRequiredException} (client fault)
|
|
150
|
+
* <p>The role ID was not specified.</p>
|
|
151
|
+
*
|
|
152
|
+
* @throws {@link TagSetListLimitExceededException} (client fault)
|
|
153
|
+
* <p>The number of tag groups included in the tag set list exceeded the maximum allowed
|
|
154
|
+
* limit of 3.</p>
|
|
155
|
+
*
|
|
156
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
157
|
+
* <p>An API function was called too frequently.</p>
|
|
158
|
+
*
|
|
159
|
+
* @throws {@link TriggerTargetsLimitExceededException} (client fault)
|
|
160
|
+
* <p>The maximum allowed number of triggers was exceeded.</p>
|
|
161
|
+
*
|
|
162
|
+
*
|
|
32
163
|
*/
|
|
33
164
|
export declare class CreateDeploymentGroupCommand extends $Command<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
165
|
readonly input: CreateDeploymentGroupCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts
CHANGED
|
@@ -29,6 +29,18 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
33
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
36
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
39
|
+
* <p>The service role ARN was specified in an invalid format. Or, if an Auto Scaling
|
|
40
|
+
* group was specified, the specified service role does not grant the appropriate
|
|
41
|
+
* permissions to Amazon EC2 Auto Scaling.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
46
|
readonly input: DeleteApplicationCommandInput;
|
|
@@ -33,6 +33,19 @@ export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeleteDeploymentConfigCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DeploymentConfigInUseException} (client fault)
|
|
37
|
+
* <p>The deployment configuration is still in use.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DeploymentConfigNameRequiredException} (client fault)
|
|
40
|
+
* <p>The deployment configuration name was not specified.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidDeploymentConfigNameException} (client fault)
|
|
43
|
+
* <p>The deployment configuration name was specified in an invalid format.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
46
|
+
* <p>An invalid operation was detected.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
36
49
|
*/
|
|
37
50
|
export declare class DeleteDeploymentConfigCommand extends $Command<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
|
|
38
51
|
readonly input: DeleteDeploymentConfigCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGrou
|
|
|
29
29
|
* @see {@link DeleteDeploymentGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
33
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DeploymentGroupNameRequiredException} (client fault)
|
|
36
|
+
* <p>The deployment group name was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
39
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDeploymentGroupNameException} (client fault)
|
|
42
|
+
* <p>The deployment group name was specified in an invalid format.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
45
|
+
* <p>The service role ARN was specified in an invalid format. Or, if an Auto Scaling
|
|
46
|
+
* group was specified, the specified service role does not grant the appropriate
|
|
47
|
+
* permissions to Amazon EC2 Auto Scaling.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class DeleteDeploymentGroupCommand extends $Command<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
52
|
readonly input: DeleteDeploymentGroupCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccou
|
|
|
29
29
|
* @see {@link DeleteGitHubAccountTokenCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link GitHubAccountTokenDoesNotExistException} (client fault)
|
|
33
|
+
* <p>No GitHub account connection exists with the named specified in the call.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link GitHubAccountTokenNameRequiredException} (client fault)
|
|
36
|
+
* <p>The call is missing a required GitHub account connection name.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidGitHubAccountTokenNameException} (client fault)
|
|
39
|
+
* <p>The format of the specified GitHub account connection name is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
42
|
+
* <p>The API used does not support the deployment.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceValidationException} (client fault)
|
|
45
|
+
* <p>The specified resource could not be validated.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteGitHubAccountTokenCommand extends $Command<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteGitHubAccountTokenCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResource
|
|
|
29
29
|
* @see {@link DeleteResourcesByExternalIdCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteResourcesByExternalIdCommand extends $Command<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteResourcesByExternalIdCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBea
|
|
|
29
29
|
* @see {@link DeregisterOnPremisesInstanceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InstanceNameRequiredException} (client fault)
|
|
33
|
+
* <p>An on-premises instance name was not specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidInstanceNameException} (client fault)
|
|
36
|
+
* <p>The on-premises instance name was specified in an invalid format.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeregisterOnPremisesInstanceCommand extends $Command<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
41
|
readonly input: DeregisterOnPremisesInstanceCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts
CHANGED
|
@@ -29,6 +29,16 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met
|
|
|
29
29
|
* @see {@link GetApplicationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ApplicationDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
36
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
39
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
44
|
readonly input: GetApplicationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis
|
|
|
29
29
|
* @see {@link GetApplicationRevisionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ApplicationDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
36
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
39
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRevisionException} (client fault)
|
|
42
|
+
* <p>The revision was specified in an invalid format.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link RevisionDoesNotExistException} (client fault)
|
|
45
|
+
* <p>The named revision does not exist with the IAM user or Amazon Web Services account.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link RevisionRequiredException} (client fault)
|
|
48
|
+
* <p>The revision ID was not specified.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetApplicationRevisionCommand extends $Command<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
53
|
readonly input: GetApplicationRevisionCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts
CHANGED
|
@@ -35,6 +35,17 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
|
|
|
35
35
|
* @see {@link GetDeploymentCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DeploymentDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The deployment with the IAM user or Amazon Web Services account does not
|
|
40
|
+
* exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DeploymentIdRequiredException} (client fault)
|
|
43
|
+
* <p>At least one deployment ID must be specified.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidDeploymentIdException} (client fault)
|
|
46
|
+
* <p>At least one of the deployment IDs was specified in an invalid format.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
38
49
|
*/
|
|
39
50
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
40
51
|
readonly input: GetDeploymentCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts
CHANGED
|
@@ -29,6 +29,20 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
|
|
|
29
29
|
* @see {@link GetDeploymentConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DeploymentConfigDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The deployment configuration does not exist with the IAM user or
|
|
34
|
+
* Amazon Web Services account.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DeploymentConfigNameRequiredException} (client fault)
|
|
37
|
+
* <p>The deployment configuration name was not specified.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidComputePlatformException} (client fault)
|
|
40
|
+
* <p>The computePlatform is invalid. The computePlatform should be <code>Lambda</code>, <code>Server</code>, or <code>ECS</code>.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidDeploymentConfigNameException} (client fault)
|
|
43
|
+
* <p>The deployment configuration name was specified in an invalid format.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class GetDeploymentConfigCommand extends $Command<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
48
|
readonly input: GetDeploymentConfigCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts
CHANGED
|
@@ -29,6 +29,29 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
|
|
|
29
29
|
* @see {@link GetDeploymentGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ApplicationDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
36
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DeploymentConfigDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The deployment configuration does not exist with the IAM user or
|
|
40
|
+
* Amazon Web Services account.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DeploymentGroupDoesNotExistException} (client fault)
|
|
43
|
+
* <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DeploymentGroupNameRequiredException} (client fault)
|
|
46
|
+
* <p>The deployment group name was not specified.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
49
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidDeploymentGroupNameException} (client fault)
|
|
52
|
+
* <p>The deployment group name was specified in an invalid format.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class GetDeploymentGroupCommand extends $Command<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
57
|
readonly input: GetDeploymentGroupCommandInput;
|
|
@@ -31,6 +31,29 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
|
|
|
31
31
|
* @see {@link GetDeploymentInstanceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DeploymentDoesNotExistException} (client fault)
|
|
35
|
+
* <p>The deployment with the IAM user or Amazon Web Services account does not
|
|
36
|
+
* exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DeploymentIdRequiredException} (client fault)
|
|
39
|
+
* <p>At least one deployment ID must be specified.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InstanceDoesNotExistException} (client fault)
|
|
42
|
+
* <p>The specified instance does not exist in the deployment group.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InstanceIdRequiredException} (client fault)
|
|
45
|
+
* <p>The instance ID was not specified.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidComputePlatformException} (client fault)
|
|
48
|
+
* <p>The computePlatform is invalid. The computePlatform should be <code>Lambda</code>, <code>Server</code>, or <code>ECS</code>.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidDeploymentIdException} (client fault)
|
|
51
|
+
* <p>At least one of the deployment IDs was specified in an invalid format.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidInstanceNameException} (client fault)
|
|
54
|
+
* <p>The on-premises instance name was specified in an invalid format.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
34
57
|
*/
|
|
35
58
|
export declare class GetDeploymentInstanceCommand extends $Command<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
36
59
|
readonly input: GetDeploymentInstanceCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts
CHANGED
|
@@ -29,6 +29,32 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut
|
|
|
29
29
|
* @see {@link GetDeploymentTargetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DeploymentDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The deployment with the IAM user or Amazon Web Services account does not
|
|
34
|
+
* exist.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DeploymentIdRequiredException} (client fault)
|
|
37
|
+
* <p>At least one deployment ID must be specified.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DeploymentNotStartedException} (client fault)
|
|
40
|
+
* <p>The specified deployment has not started.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DeploymentTargetDoesNotExistException} (client fault)
|
|
43
|
+
* <p> The provided target ID does not belong to the attempted deployment. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DeploymentTargetIdRequiredException} (client fault)
|
|
46
|
+
* <p> A deployment target ID was not provided. </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidDeploymentIdException} (client fault)
|
|
49
|
+
* <p>At least one of the deployment IDs was specified in an invalid format.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidDeploymentTargetIdException} (client fault)
|
|
52
|
+
* <p> The target ID provided was not valid. </p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidInstanceNameException} (client fault)
|
|
55
|
+
* <p>The on-premises instance name was specified in an invalid format.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class GetDeploymentTargetCommand extends $Command<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
60
|
readonly input: GetDeploymentTargetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanc
|
|
|
29
29
|
* @see {@link GetOnPremisesInstanceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InstanceNameRequiredException} (client fault)
|
|
33
|
+
* <p>An on-premises instance name was not specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InstanceNotRegisteredException} (client fault)
|
|
36
|
+
* <p>The specified on-premises instance is not registered.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidInstanceNameException} (client fault)
|
|
39
|
+
* <p>The on-premises instance name was specified in an invalid format.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetOnPremisesInstanceCommand extends $Command<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
44
|
readonly input: GetOnPremisesInstanceCommandInput;
|
|
@@ -29,6 +29,38 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe
|
|
|
29
29
|
* @see {@link ListApplicationRevisionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ApplicationDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
36
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link BucketNameFilterRequiredException} (client fault)
|
|
39
|
+
* <p>A bucket name is required, but was not provided.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
42
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidBucketNameFilterException} (client fault)
|
|
45
|
+
* <p>The bucket name either doesn't exist or was specified in an invalid format.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidDeployedStateFilterException} (client fault)
|
|
48
|
+
* <p>The deployed state filter was specified in an invalid format.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidKeyPrefixFilterException} (client fault)
|
|
51
|
+
* <p>The specified key prefix filter was specified in an invalid format.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
54
|
+
* <p>The next token was specified in an invalid format.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidSortByException} (client fault)
|
|
57
|
+
* <p>The column name to sort by is either not present or was specified in an invalid
|
|
58
|
+
* format.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidSortOrderException} (client fault)
|
|
61
|
+
* <p>The sort order was specified in an invalid format.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
32
64
|
*/
|
|
33
65
|
export declare class ListApplicationRevisionsCommand extends $Command<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
66
|
readonly input: ListApplicationRevisionsCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts
CHANGED
|
@@ -29,6 +29,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
|
|
|
29
29
|
* @see {@link ListApplicationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
33
|
+
* <p>The next token was specified in an invalid format.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
38
|
readonly input: ListApplicationsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig
|
|
|
29
29
|
* @see {@link ListDeploymentConfigsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
33
|
+
* <p>The next token was specified in an invalid format.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListDeploymentConfigsCommand extends $Command<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
38
|
readonly input: ListDeploymentConfigsCommandInput;
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts
CHANGED
|
@@ -30,6 +30,19 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
|
|
|
30
30
|
* @see {@link ListDeploymentGroupsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ApplicationDoesNotExistException} (client fault)
|
|
34
|
+
* <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ApplicationNameRequiredException} (client fault)
|
|
37
|
+
* <p>The minimum number of required application names was not specified.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidApplicationNameException} (client fault)
|
|
40
|
+
* <p>The application name was specified in an invalid format.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
43
|
+
* <p>The next token was specified in an invalid format.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListDeploymentGroupsCommand extends $Command<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
35
48
|
readonly input: ListDeploymentGroupsCommandInput;
|
|
@@ -38,6 +38,41 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
|
|
|
38
38
|
* @see {@link ListDeploymentInstancesCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DeploymentDoesNotExistException} (client fault)
|
|
42
|
+
* <p>The deployment with the IAM user or Amazon Web Services account does not
|
|
43
|
+
* exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DeploymentIdRequiredException} (client fault)
|
|
46
|
+
* <p>At least one deployment ID must be specified.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DeploymentNotStartedException} (client fault)
|
|
49
|
+
* <p>The specified deployment has not started.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidComputePlatformException} (client fault)
|
|
52
|
+
* <p>The computePlatform is invalid. The computePlatform should be <code>Lambda</code>, <code>Server</code>, or <code>ECS</code>.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidDeploymentIdException} (client fault)
|
|
55
|
+
* <p>At least one of the deployment IDs was specified in an invalid format.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidDeploymentInstanceTypeException} (client fault)
|
|
58
|
+
* <p>An instance type was specified for an in-place deployment. Instance types are
|
|
59
|
+
* supported for blue/green deployments only.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidInstanceStatusException} (client fault)
|
|
62
|
+
* <p>The specified instance status does not exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidInstanceTypeException} (client fault)
|
|
65
|
+
* <p>An invalid instance type was specified for instances in a blue/green deployment. Valid
|
|
66
|
+
* values include "Blue" for an original environment and "Green" for a replacement
|
|
67
|
+
* environment.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
70
|
+
* <p>The next token was specified in an invalid format.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidTargetFilterNameException} (client fault)
|
|
73
|
+
* <p> The target filter name is invalid. </p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
41
76
|
*/
|
|
42
77
|
export declare class ListDeploymentInstancesCommand extends $Command<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
43
78
|
readonly input: ListDeploymentInstancesCommandInput;
|
|
@@ -29,6 +29,35 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget
|
|
|
29
29
|
* @see {@link ListDeploymentTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DeploymentDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The deployment with the IAM user or Amazon Web Services account does not
|
|
34
|
+
* exist.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DeploymentIdRequiredException} (client fault)
|
|
37
|
+
* <p>At least one deployment ID must be specified.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DeploymentNotStartedException} (client fault)
|
|
40
|
+
* <p>The specified deployment has not started.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidDeploymentIdException} (client fault)
|
|
43
|
+
* <p>At least one of the deployment IDs was specified in an invalid format.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidDeploymentInstanceTypeException} (client fault)
|
|
46
|
+
* <p>An instance type was specified for an in-place deployment. Instance types are
|
|
47
|
+
* supported for blue/green deployments only.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidInstanceStatusException} (client fault)
|
|
50
|
+
* <p>The specified instance status does not exist.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidInstanceTypeException} (client fault)
|
|
53
|
+
* <p>An invalid instance type was specified for instances in a blue/green deployment. Valid
|
|
54
|
+
* values include "Blue" for an original environment and "Green" for a replacement
|
|
55
|
+
* environment.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
58
|
+
* <p>The next token was specified in an invalid format.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
32
61
|
*/
|
|
33
62
|
export declare class ListDeploymentTargetsCommand extends $Command<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
34
63
|
readonly input: ListDeploymentTargetsCommandInput;
|