@cdklabs/cdk-ecs-codedeploy 0.0.94 → 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.
Files changed (158) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +23 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +19 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +13 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +23 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +23 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +32 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +10 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +10 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +26 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +19 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +124 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +24 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +131 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +12 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +13 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +18 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +10 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +19 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +14 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +23 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +23 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +26 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +10 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +32 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +4 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +13 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +35 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +29 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +34 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +10 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +10 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +27 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +19 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +34 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +23 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +20 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +20 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +27 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +27 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +13 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +125 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
  55. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
  56. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
  57. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  58. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -0
  59. package/node_modules/@aws-sdk/client-sso/package.json +26 -26
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
  62. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +22 -0
  63. package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
  64. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +27 -0
  65. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +37 -0
  66. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +44 -0
  67. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -0
  68. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +23 -0
  71. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +8 -0
  72. package/node_modules/@aws-sdk/client-sts/package.json +29 -29
  73. package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
  74. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  75. package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
  76. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  77. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  78. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  79. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  80. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  81. package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
  82. package/node_modules/@aws-sdk/hash-node/package.json +2 -2
  83. package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
  84. package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
  85. package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
  86. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  87. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  88. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  89. package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
  90. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
  91. package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
  92. package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
  93. package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
  94. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  95. package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
  96. package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
  97. package/node_modules/@aws-sdk/property-provider/package.json +2 -2
  98. package/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
  99. package/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +10 -0
  100. package/node_modules/@aws-sdk/protocol-http/dist-cjs/headersProxy.js +52 -0
  101. package/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +99 -24
  102. package/node_modules/@aws-sdk/protocol-http/dist-cjs/queryProxy.js +71 -0
  103. package/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
  104. package/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +10 -0
  105. package/node_modules/@aws-sdk/protocol-http/dist-es/headersProxy.js +45 -0
  106. package/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +99 -24
  107. package/node_modules/@aws-sdk/protocol-http/dist-es/queryProxy.js +65 -0
  108. package/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +1 -1
  109. package/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +18 -1
  110. package/node_modules/@aws-sdk/protocol-http/dist-types/headersProxy.d.ts +39 -0
  111. package/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +50 -7
  112. package/node_modules/@aws-sdk/protocol-http/dist-types/queryProxy.d.ts +29 -0
  113. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +3 -1
  114. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/headersProxy.d.ts +8 -0
  115. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +30 -15
  116. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/queryProxy.d.ts +10 -0
  117. package/node_modules/@aws-sdk/protocol-http/package.json +3 -3
  118. package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
  119. package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
  120. package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
  121. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
  122. package/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +18 -1
  123. package/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +18 -1
  124. package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
  125. package/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
  126. package/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
  127. package/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
  128. package/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
  129. package/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +10 -0
  130. package/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +1 -1
  131. package/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +2 -0
  132. package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
  133. package/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
  134. package/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
  135. package/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
  136. package/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
  137. package/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +35 -3
  138. package/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +50 -0
  139. package/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
  140. package/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +2 -0
  141. package/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +2 -0
  142. package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
  143. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  144. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +6 -0
  145. package/node_modules/@aws-sdk/types/package.json +1 -1
  146. package/node_modules/@aws-sdk/url-parser/package.json +3 -3
  147. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
  148. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
  149. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  150. package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
  151. package/node_modules/@aws-sdk/util-retry/package.json +3 -3
  152. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  153. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  154. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
  155. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +2 -0
  156. package/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +13 -2
  157. package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
  158. package/package.json +5 -5
@@ -30,6 +30,40 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
30
30
  * @see {@link ListDeploymentsCommandOutput} 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 DeploymentGroupDoesNotExistException} (client fault)
40
+ * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
41
+ *
42
+ * @throws {@link DeploymentGroupNameRequiredException} (client fault)
43
+ * <p>The deployment group name was not specified.</p>
44
+ *
45
+ * @throws {@link InvalidApplicationNameException} (client fault)
46
+ * <p>The application name was specified in an invalid format.</p>
47
+ *
48
+ * @throws {@link InvalidDeploymentGroupNameException} (client fault)
49
+ * <p>The deployment group name was specified in an invalid format.</p>
50
+ *
51
+ * @throws {@link InvalidDeploymentStatusException} (client fault)
52
+ * <p>The specified deployment status doesn't exist or cannot be determined.</p>
53
+ *
54
+ * @throws {@link InvalidExternalIdException} (client fault)
55
+ * <p>The external ID was specified in an invalid format.</p>
56
+ *
57
+ * @throws {@link InvalidInputException} (client fault)
58
+ * <p>The input was specified in an invalid format.</p>
59
+ *
60
+ * @throws {@link InvalidNextTokenException} (client fault)
61
+ * <p>The next token was specified in an invalid format.</p>
62
+ *
63
+ * @throws {@link InvalidTimeRangeException} (client fault)
64
+ * <p>The specified time range was specified in an invalid format.</p>
65
+ *
66
+ *
33
67
  */
34
68
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig> {
35
69
  readonly input: ListDeploymentsCommandInput;
@@ -29,6 +29,16 @@ export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAcco
29
29
  * @see {@link ListGitHubAccountTokenNamesCommandOutput} 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
+ * @throws {@link OperationNotSupportedException} (client fault)
36
+ * <p>The API used does not support the deployment.</p>
37
+ *
38
+ * @throws {@link ResourceValidationException} (client fault)
39
+ * <p>The specified resource could not be validated.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListGitHubAccountTokenNamesCommand extends $Command<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig> {
34
44
  readonly input: ListGitHubAccountTokenNamesCommandInput;
@@ -32,6 +32,16 @@ export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInst
32
32
  * @see {@link ListOnPremisesInstancesCommandOutput} for command's `response` shape.
33
33
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidNextTokenException} (client fault)
36
+ * <p>The next token was specified in an invalid format.</p>
37
+ *
38
+ * @throws {@link InvalidRegistrationStatusException} (client fault)
39
+ * <p>The registration status was specified in an invalid format.</p>
40
+ *
41
+ * @throws {@link InvalidTagFilterException} (client fault)
42
+ * <p>The tag filter was specified in an invalid format.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListOnPremisesInstancesCommand extends $Command<ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
37
47
  readonly input: ListOnPremisesInstancesCommandInput;
@@ -30,6 +30,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
30
30
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
32
32
  *
33
+ * @throws {@link ArnNotSupportedException} (client fault)
34
+ * <p> The specified ARN is not supported. For example, it might be an ARN for a resource
35
+ * that is not expected. </p>
36
+ *
37
+ * @throws {@link InvalidArnException} (client fault)
38
+ * <p> The specified ARN is not in a valid format. </p>
39
+ *
40
+ * @throws {@link ResourceArnRequiredException} (client fault)
41
+ * <p> The ARN of a resource is required, but was not found. </p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeDeployClientResolvedConfig> {
35
46
  readonly input: ListTagsForResourceCommandInput;
@@ -37,6 +37,33 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
37
37
  * @see {@link PutLifecycleEventHookExecutionStatusCommandOutput} for command's `response` shape.
38
38
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
39
39
  *
40
+ * @throws {@link DeploymentDoesNotExistException} (client fault)
41
+ * <p>The deployment with the IAM user or Amazon Web Services account does not
42
+ * exist.</p>
43
+ *
44
+ * @throws {@link DeploymentIdRequiredException} (client fault)
45
+ * <p>At least one deployment ID must be specified.</p>
46
+ *
47
+ * @throws {@link InvalidDeploymentIdException} (client fault)
48
+ * <p>At least one of the deployment IDs was specified in an invalid format.</p>
49
+ *
50
+ * @throws {@link InvalidLifecycleEventHookExecutionIdException} (client fault)
51
+ * <p>A lifecycle event hook is invalid. Review the <code>hooks</code> section in your
52
+ * AppSpec file to ensure the lifecycle events and <code>hooks</code> functions are
53
+ * valid.</p>
54
+ *
55
+ * @throws {@link InvalidLifecycleEventHookExecutionStatusException} (client fault)
56
+ * <p>The result of a Lambda validation function that verifies a lifecycle event
57
+ * is invalid. It should return <code>Succeeded</code> or <code>Failed</code>.</p>
58
+ *
59
+ * @throws {@link LifecycleEventAlreadyCompletedException} (client fault)
60
+ * <p>An attempt to return the status of an already completed lifecycle event
61
+ * occurred.</p>
62
+ *
63
+ * @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
64
+ * <p>A call was submitted that is not supported for the specified deployment type.</p>
65
+ *
66
+ *
40
67
  */
41
68
  export declare class PutLifecycleEventHookExecutionStatusCommand extends $Command<PutLifecycleEventHookExecutionStatusCommandInput, PutLifecycleEventHookExecutionStatusCommandOutput, CodeDeployClientResolvedConfig> {
42
69
  readonly input: PutLifecycleEventHookExecutionStatusCommandInput;
@@ -29,6 +29,25 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
29
29
  * @see {@link RegisterApplicationRevisionCommandOutput} 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 DescriptionTooLongException} (client fault)
39
+ * <p>The description is too long.</p>
40
+ *
41
+ * @throws {@link InvalidApplicationNameException} (client fault)
42
+ * <p>The application name was specified in an invalid format.</p>
43
+ *
44
+ * @throws {@link InvalidRevisionException} (client fault)
45
+ * <p>The revision was specified in an invalid format.</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 RegisterApplicationRevisionCommand extends $Command<RegisterApplicationRevisionCommandInput, RegisterApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig> {
34
53
  readonly input: RegisterApplicationRevisionCommandInput;
@@ -32,6 +32,40 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
32
32
  * @see {@link RegisterOnPremisesInstanceCommandOutput} for command's `response` shape.
33
33
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
34
34
  *
35
+ * @throws {@link IamArnRequiredException} (client fault)
36
+ * <p>No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.</p>
37
+ *
38
+ * @throws {@link IamSessionArnAlreadyRegisteredException} (client fault)
39
+ * <p>The request included an IAM session ARN that has already been used to
40
+ * register a different instance.</p>
41
+ *
42
+ * @throws {@link IamUserArnAlreadyRegisteredException} (client fault)
43
+ * <p>The specified IAM user ARN is already registered with an on-premises
44
+ * instance.</p>
45
+ *
46
+ * @throws {@link IamUserArnRequiredException} (client fault)
47
+ * <p>An IAM user ARN was not specified.</p>
48
+ *
49
+ * @throws {@link InstanceNameAlreadyRegisteredException} (client fault)
50
+ * <p>The specified on-premises instance name is already registered.</p>
51
+ *
52
+ * @throws {@link InstanceNameRequiredException} (client fault)
53
+ * <p>An on-premises instance name was not specified.</p>
54
+ *
55
+ * @throws {@link InvalidIamSessionArnException} (client fault)
56
+ * <p>The IAM session ARN was specified in an invalid format.</p>
57
+ *
58
+ * @throws {@link InvalidIamUserArnException} (client fault)
59
+ * <p>The IAM user ARN was specified in an invalid format.</p>
60
+ *
61
+ * @throws {@link InvalidInstanceNameException} (client fault)
62
+ * <p>The on-premises instance name was specified in an invalid format.</p>
63
+ *
64
+ * @throws {@link MultipleIamArnsProvidedException} (client fault)
65
+ * <p>Both an IAM user ARN and an IAM session ARN were
66
+ * included in the request. Use only one ARN type.</p>
67
+ *
68
+ *
35
69
  */
36
70
  export declare class RegisterOnPremisesInstanceCommand extends $Command<RegisterOnPremisesInstanceCommandInput, RegisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
37
71
  readonly input: RegisterOnPremisesInstanceCommandInput;
@@ -29,6 +29,29 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada
29
29
  * @see {@link RemoveTagsFromOnPremisesInstancesCommandOutput} for command's `response` shape.
30
30
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
31
31
  *
32
+ * @throws {@link InstanceLimitExceededException} (client fault)
33
+ * <p>The maximum number of allowed on-premises instances in a single call was
34
+ * exceeded.</p>
35
+ *
36
+ * @throws {@link InstanceNameRequiredException} (client fault)
37
+ * <p>An on-premises instance name was not specified.</p>
38
+ *
39
+ * @throws {@link InstanceNotRegisteredException} (client fault)
40
+ * <p>The specified on-premises instance is not registered.</p>
41
+ *
42
+ * @throws {@link InvalidInstanceNameException} (client fault)
43
+ * <p>The on-premises instance name was specified in an invalid format.</p>
44
+ *
45
+ * @throws {@link InvalidTagException} (client fault)
46
+ * <p>The tag was specified in an invalid format.</p>
47
+ *
48
+ * @throws {@link TagLimitExceededException} (client fault)
49
+ * <p>The maximum allowed number of tags was exceeded.</p>
50
+ *
51
+ * @throws {@link TagRequiredException} (client fault)
52
+ * <p>A tag was not specified.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class RemoveTagsFromOnPremisesInstancesCommand extends $Command<RemoveTagsFromOnPremisesInstancesCommandInput, RemoveTagsFromOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
34
57
  readonly input: RemoveTagsFromOnPremisesInstancesCommandInput;
@@ -32,6 +32,26 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
32
32
  * @see {@link SkipWaitTimeForInstanceTerminationCommandOutput} for command's `response` shape.
33
33
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
34
34
  *
35
+ * @throws {@link DeploymentAlreadyCompletedException} (client fault)
36
+ * <p>The deployment is already complete.</p>
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 DeploymentNotStartedException} (client fault)
46
+ * <p>The specified deployment has not started.</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 UnsupportedActionForDeploymentTypeException} (client fault)
52
+ * <p>A call was submitted that is not supported for the specified deployment type.</p>
53
+ *
54
+ *
35
55
  */
36
56
  export declare class SkipWaitTimeForInstanceTerminationCommand extends $Command<SkipWaitTimeForInstanceTerminationCommandInput, SkipWaitTimeForInstanceTerminationCommandOutput, CodeDeployClientResolvedConfig> {
37
57
  readonly input: SkipWaitTimeForInstanceTerminationCommandInput;
@@ -29,6 +29,26 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
29
29
  * @see {@link StopDeploymentCommandOutput} for command's `response` shape.
30
30
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
31
31
  *
32
+ * @throws {@link DeploymentAlreadyCompletedException} (client fault)
33
+ * <p>The deployment is already complete.</p>
34
+ *
35
+ * @throws {@link DeploymentDoesNotExistException} (client fault)
36
+ * <p>The deployment with the IAM user or Amazon Web Services account does not
37
+ * exist.</p>
38
+ *
39
+ * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
40
+ * <p>The named deployment group with the IAM user or Amazon Web Services account does not 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
+ * @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
49
+ * <p>A call was submitted that is not supported for the specified deployment type.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class StopDeploymentCommand extends $Command<StopDeploymentCommandInput, StopDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
34
54
  readonly input: StopDeploymentCommandInput;
@@ -30,6 +30,33 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
30
30
  * @see {@link TagResourceCommandOutput} 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 ArnNotSupportedException} (client fault)
37
+ * <p> The specified ARN is not supported. For example, it might be an ARN for a resource
38
+ * that is not expected. </p>
39
+ *
40
+ * @throws {@link DeploymentConfigDoesNotExistException} (client fault)
41
+ * <p>The deployment configuration does not exist with the IAM user or
42
+ * Amazon Web Services account.</p>
43
+ *
44
+ * @throws {@link DeploymentGroupDoesNotExistException} (client fault)
45
+ * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
46
+ *
47
+ * @throws {@link InvalidArnException} (client fault)
48
+ * <p> The specified ARN is not in a valid format. </p>
49
+ *
50
+ * @throws {@link InvalidTagsToAddException} (client fault)
51
+ * <p> The specified tags are not valid. </p>
52
+ *
53
+ * @throws {@link ResourceArnRequiredException} (client fault)
54
+ * <p> The ARN of a resource is required, but was not found. </p>
55
+ *
56
+ * @throws {@link TagRequiredException} (client fault)
57
+ * <p>A tag was not specified.</p>
58
+ *
59
+ *
33
60
  */
34
61
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeDeployClientResolvedConfig> {
35
62
  readonly input: TagResourceCommandInput;
@@ -31,6 +31,33 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
31
31
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
33
33
  *
34
+ * @throws {@link ApplicationDoesNotExistException} (client fault)
35
+ * <p>The application does not exist with the IAM user or Amazon Web Services account.</p>
36
+ *
37
+ * @throws {@link ArnNotSupportedException} (client fault)
38
+ * <p> The specified ARN is not supported. For example, it might be an ARN for a resource
39
+ * that is not expected. </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 DeploymentGroupDoesNotExistException} (client fault)
46
+ * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</p>
47
+ *
48
+ * @throws {@link InvalidArnException} (client fault)
49
+ * <p> The specified ARN is not in a valid format. </p>
50
+ *
51
+ * @throws {@link InvalidTagsToAddException} (client fault)
52
+ * <p> The specified tags are not valid. </p>
53
+ *
54
+ * @throws {@link ResourceArnRequiredException} (client fault)
55
+ * <p> The ARN of a resource is required, but was not found. </p>
56
+ *
57
+ * @throws {@link TagRequiredException} (client fault)
58
+ * <p>A tag was not specified.</p>
59
+ *
60
+ *
34
61
  */
35
62
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeDeployClientResolvedConfig> {
36
63
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,19 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
30
30
  * @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
31
31
  *
32
+ * @throws {@link ApplicationAlreadyExistsException} (client fault)
33
+ * <p>An application with the specified name with the IAM user or Amazon Web Services account already exists.</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 InvalidApplicationNameException} (client fault)
42
+ * <p>The application name was specified in an invalid format.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, CodeDeployClientResolvedConfig> {
34
47
  readonly input: UpdateApplicationCommandInput;
@@ -29,6 +29,131 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
29
29
  * @see {@link UpdateDeploymentGroupCommandOutput} 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 DeploymentGroupDoesNotExistException} (client fault)
49
+ * <p>The named deployment group with the IAM user or Amazon Web Services account does not exist.</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 InvalidTargetGroupPairException} (client fault)
134
+ * <p> A target group pair associated with this deployment is not valid. </p>
135
+ *
136
+ * @throws {@link InvalidTrafficRoutingConfigurationException} (client fault)
137
+ * <p> The configuration that specifies how traffic is routed during a deployment is
138
+ * invalid.</p>
139
+ *
140
+ * @throws {@link InvalidTriggerConfigException} (client fault)
141
+ * <p>The trigger was specified in an invalid format.</p>
142
+ *
143
+ * @throws {@link LifecycleHookLimitExceededException} (client fault)
144
+ * <p>The limit for lifecycle hooks was exceeded.</p>
145
+ *
146
+ * @throws {@link TagSetListLimitExceededException} (client fault)
147
+ * <p>The number of tag groups included in the tag set list exceeded the maximum allowed
148
+ * limit of 3.</p>
149
+ *
150
+ * @throws {@link ThrottlingException} (client fault)
151
+ * <p>An API function was called too frequently.</p>
152
+ *
153
+ * @throws {@link TriggerTargetsLimitExceededException} (client fault)
154
+ * <p>The maximum allowed number of triggers was exceeded.</p>
155
+ *
156
+ *
32
157
  */
33
158
  export declare class UpdateDeploymentGroupCommand extends $Command<UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
34
159
  readonly input: UpdateDeploymentGroupCommandInput;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codedeploy",
3
3
  "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
- "@aws-sdk/util-waiter": "3.289.0",
55
+ "@aws-sdk/util-waiter": "3.290.0",
56
56
  "tslib": "^2.3.1"
57
57
  },
58
58
  "devDependencies": {
@@ -30,6 +30,22 @@ export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsRespo
30
30
  * @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidRequestException} (client fault)
34
+ * <p>Indicates that a problem occurred with the input to the request. For example, a required
35
+ * parameter might be missing or out of range.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundException} (client fault)
38
+ * <p>The specified resource doesn't exist.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Indicates that the request is being made too frequently and is more than what the server
42
+ * can handle.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
46
+ * token in the request.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class GetRoleCredentialsCommand extends $Command<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput, SSOClientResolvedConfig> {
35
51
  readonly input: GetRoleCredentialsCommandInput;
@@ -29,6 +29,22 @@ export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse,
29
29
  * @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidRequestException} (client fault)
33
+ * <p>Indicates that a problem occurred with the input to the request. For example, a required
34
+ * parameter might be missing or out of range.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Indicates that the request is being made too frequently and is more than what the server
41
+ * can handle.</p>
42
+ *
43
+ * @throws {@link UnauthorizedException} (client fault)
44
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
45
+ * token in the request.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListAccountRolesCommand extends $Command<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig> {
34
50
  readonly input: ListAccountRolesCommandInput;