@cdklabs/cdk-ecs-codedeploy 0.0.145 → 0.0.147

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 (86) 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/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -0
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +42 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +15 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +171 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +29 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +117 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +182 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +21 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +4 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +6 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +6 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +4 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +11 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +6 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +4 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +13 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +37 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +180 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +26 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +168 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +26 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +115 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +19 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +30 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +9 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +9 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +10 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +9 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +9 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +9 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +9 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +9 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +6 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +4 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +4 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +7 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +4 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +11 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/package.json +7 -7
  54. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +11 -0
  55. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +12 -0
  56. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -0
  57. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +4 -0
  58. package/node_modules/@aws-sdk/client-sso/package.json +5 -5
  59. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +10 -0
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -0
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +11 -0
  62. package/node_modules/@aws-sdk/client-sso-oidc/package.json +5 -5
  63. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +17 -0
  64. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +22 -0
  65. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +20 -0
  66. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -0
  67. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -0
  68. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +8 -0
  69. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  70. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +11 -0
  71. package/node_modules/@aws-sdk/client-sts/package.json +7 -7
  72. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  73. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  74. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  75. package/node_modules/@aws-sdk/middleware-retry/package.json +3 -3
  76. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -2
  77. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  78. package/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +1 -1
  79. package/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +1 -1
  80. package/node_modules/@aws-sdk/service-error-classification/package.json +1 -1
  81. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  82. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -0
  83. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -0
  84. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  85. package/node_modules/@aws-sdk/util-retry/package.json +2 -2
  86. package/package.json +5 -5
@@ -31,6 +31,13 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
31
31
  * };
32
32
  * const command = new ListApplicationsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListApplicationsOutput
35
+ * // applications: [ // ApplicationsList
36
+ * // "STRING_VALUE",
37
+ * // ],
38
+ * // nextToken: "STRING_VALUE",
39
+ * // };
40
+ *
34
41
  * ```
35
42
  *
36
43
  * @param ListApplicationsCommandInput - {@link ListApplicationsCommandInput}
@@ -42,6 +49,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
42
49
  * @throws {@link InvalidNextTokenException} (client fault)
43
50
  * <p>The next token was specified in an invalid format.</p>
44
51
  *
52
+ * @throws {@link CodeDeployServiceException}
53
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
45
54
  *
46
55
  */
47
56
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
@@ -31,6 +31,13 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig
31
31
  * };
32
32
  * const command = new ListDeploymentConfigsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListDeploymentConfigsOutput
35
+ * // deploymentConfigsList: [ // DeploymentConfigsList
36
+ * // "STRING_VALUE",
37
+ * // ],
38
+ * // nextToken: "STRING_VALUE",
39
+ * // };
40
+ *
34
41
  * ```
35
42
  *
36
43
  * @param ListDeploymentConfigsCommandInput - {@link ListDeploymentConfigsCommandInput}
@@ -42,6 +49,8 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig
42
49
  * @throws {@link InvalidNextTokenException} (client fault)
43
50
  * <p>The next token was specified in an invalid format.</p>
44
51
  *
52
+ * @throws {@link CodeDeployServiceException}
53
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
45
54
  *
46
55
  */
47
56
  export declare class ListDeploymentConfigsCommand extends $Command<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig> {
@@ -33,6 +33,14 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
33
33
  * };
34
34
  * const command = new ListDeploymentGroupsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDeploymentGroupsOutput
37
+ * // applicationName: "STRING_VALUE",
38
+ * // deploymentGroups: [ // DeploymentGroupsList
39
+ * // "STRING_VALUE",
40
+ * // ],
41
+ * // nextToken: "STRING_VALUE",
42
+ * // };
43
+ *
36
44
  * ```
37
45
  *
38
46
  * @param ListDeploymentGroupsCommandInput - {@link ListDeploymentGroupsCommandInput}
@@ -53,6 +61,8 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
53
61
  * @throws {@link InvalidNextTokenException} (client fault)
54
62
  * <p>The next token was specified in an invalid format.</p>
55
63
  *
64
+ * @throws {@link CodeDeployServiceException}
65
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
56
66
  *
57
67
  */
58
68
  export declare class ListDeploymentGroupsCommand extends $Command<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig> {
@@ -47,6 +47,13 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
47
47
  * };
48
48
  * const command = new ListDeploymentInstancesCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ListDeploymentInstancesOutput
51
+ * // instancesList: [ // InstancesList
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // nextToken: "STRING_VALUE",
55
+ * // };
56
+ *
50
57
  * ```
51
58
  *
52
59
  * @param ListDeploymentInstancesCommandInput - {@link ListDeploymentInstancesCommandInput}
@@ -89,6 +96,8 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
89
96
  * @throws {@link InvalidTargetFilterNameException} (client fault)
90
97
  * <p> The target filter name is invalid. </p>
91
98
  *
99
+ * @throws {@link CodeDeployServiceException}
100
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
92
101
  *
93
102
  */
94
103
  export declare class ListDeploymentInstancesCommand extends $Command<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig> {
@@ -37,6 +37,13 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget
37
37
  * };
38
38
  * const command = new ListDeploymentTargetsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListDeploymentTargetsOutput
41
+ * // targetIds: [ // TargetIdList
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // nextToken: "STRING_VALUE",
45
+ * // };
46
+ *
40
47
  * ```
41
48
  *
42
49
  * @param ListDeploymentTargetsCommandInput - {@link ListDeploymentTargetsCommandInput}
@@ -73,6 +80,8 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget
73
80
  * @throws {@link InvalidNextTokenException} (client fault)
74
81
  * <p>The next token was specified in an invalid format.</p>
75
82
  *
83
+ * @throws {@link CodeDeployServiceException}
84
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
76
85
  *
77
86
  */
78
87
  export declare class ListDeploymentTargetsCommand extends $Command<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig> {
@@ -42,6 +42,13 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
42
42
  * };
43
43
  * const command = new ListDeploymentsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ListDeploymentsOutput
46
+ * // deployments: [ // DeploymentsList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
45
52
  * ```
46
53
  *
47
54
  * @param ListDeploymentsCommandInput - {@link ListDeploymentsCommandInput}
@@ -83,6 +90,8 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
83
90
  * @throws {@link InvalidTimeRangeException} (client fault)
84
91
  * <p>The specified time range was specified in an invalid format.</p>
85
92
  *
93
+ * @throws {@link CodeDeployServiceException}
94
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
86
95
  *
87
96
  */
88
97
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig> {
@@ -31,6 +31,13 @@ export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAcco
31
31
  * };
32
32
  * const command = new ListGitHubAccountTokenNamesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListGitHubAccountTokenNamesOutput
35
+ * // tokenNameList: [ // GitHubAccountTokenNameList
36
+ * // "STRING_VALUE",
37
+ * // ],
38
+ * // nextToken: "STRING_VALUE",
39
+ * // };
40
+ *
34
41
  * ```
35
42
  *
36
43
  * @param ListGitHubAccountTokenNamesCommandInput - {@link ListGitHubAccountTokenNamesCommandInput}
@@ -48,6 +55,8 @@ export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAcco
48
55
  * @throws {@link ResourceValidationException} (client fault)
49
56
  * <p>The specified resource could not be validated.</p>
50
57
  *
58
+ * @throws {@link CodeDeployServiceException}
59
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
51
60
  *
52
61
  */
53
62
  export declare class ListGitHubAccountTokenNamesCommand extends $Command<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig> {
@@ -42,6 +42,13 @@ export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInst
42
42
  * };
43
43
  * const command = new ListOnPremisesInstancesCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ListOnPremisesInstancesOutput
46
+ * // instanceNames: [ // InstanceNameList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
45
52
  * ```
46
53
  *
47
54
  * @param ListOnPremisesInstancesCommandInput - {@link ListOnPremisesInstancesCommandInput}
@@ -59,6 +66,8 @@ export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInst
59
66
  * @throws {@link InvalidTagFilterException} (client fault)
60
67
  * <p>The tag filter was specified in an invalid format.</p>
61
68
  *
69
+ * @throws {@link CodeDeployServiceException}
70
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
62
71
  *
63
72
  */
64
73
  export declare class ListOnPremisesInstancesCommand extends $Command<ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
33
33
  * };
34
34
  * const command = new ListTagsForResourceCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListTagsForResourceOutput
37
+ * // Tags: [ // TagList
38
+ * // { // Tag
39
+ * // Key: "STRING_VALUE",
40
+ * // Value: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -51,6 +61,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
51
61
  * @throws {@link ResourceArnRequiredException} (client fault)
52
62
  * <p> The ARN of a resource is required, but was not found. </p>
53
63
  *
64
+ * @throws {@link CodeDeployServiceException}
65
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
54
66
  *
55
67
  */
56
68
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeDeployClientResolvedConfig> {
@@ -41,6 +41,10 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
41
41
  * };
42
42
  * const command = new PutLifecycleEventHookExecutionStatusCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // PutLifecycleEventHookExecutionStatusOutput
45
+ * // lifecycleEventHookExecutionId: "STRING_VALUE",
46
+ * // };
47
+ *
44
48
  * ```
45
49
  *
46
50
  * @param PutLifecycleEventHookExecutionStatusCommandInput - {@link PutLifecycleEventHookExecutionStatusCommandInput}
@@ -75,6 +79,8 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
75
79
  * @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
76
80
  * <p>A call was submitted that is not supported for the specified deployment type.</p>
77
81
  *
82
+ * @throws {@link CodeDeployServiceException}
83
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
78
84
  *
79
85
  */
80
86
  export declare class PutLifecycleEventHookExecutionStatusCommand extends $Command<PutLifecycleEventHookExecutionStatusCommandInput, PutLifecycleEventHookExecutionStatusCommandOutput, CodeDeployClientResolvedConfig> {
@@ -54,6 +54,8 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
54
54
  * };
55
55
  * const command = new RegisterApplicationRevisionCommand(input);
56
56
  * const response = await client.send(command);
57
+ * // {};
58
+ *
57
59
  * ```
58
60
  *
59
61
  * @param RegisterApplicationRevisionCommandInput - {@link RegisterApplicationRevisionCommandInput}
@@ -80,6 +82,8 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
80
82
  * @throws {@link RevisionRequiredException} (client fault)
81
83
  * <p>The revision ID was not specified.</p>
82
84
  *
85
+ * @throws {@link CodeDeployServiceException}
86
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
83
87
  *
84
88
  */
85
89
  export declare class RegisterApplicationRevisionCommand extends $Command<RegisterApplicationRevisionCommandInput, RegisterApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
36
36
  * };
37
37
  * const command = new RegisterOnPremisesInstanceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param RegisterOnPremisesInstanceCommandInput - {@link RegisterOnPremisesInstanceCommandInput}
@@ -77,6 +79,8 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
77
79
  * <p>Both an IAM user ARN and an IAM session ARN were
78
80
  * included in the request. Use only one ARN type.</p>
79
81
  *
82
+ * @throws {@link CodeDeployServiceException}
83
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
80
84
  *
81
85
  */
82
86
  export declare class RegisterOnPremisesInstanceCommand extends $Command<RegisterOnPremisesInstanceCommandInput, RegisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada
39
39
  * };
40
40
  * const command = new RemoveTagsFromOnPremisesInstancesCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param RemoveTagsFromOnPremisesInstancesCommandInput - {@link RemoveTagsFromOnPremisesInstancesCommandInput}
@@ -69,6 +71,8 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada
69
71
  * @throws {@link TagRequiredException} (client fault)
70
72
  * <p>A tag was not specified.</p>
71
73
  *
74
+ * @throws {@link CodeDeployServiceException}
75
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
72
76
  *
73
77
  */
74
78
  export declare class RemoveTagsFromOnPremisesInstancesCommand extends $Command<RemoveTagsFromOnPremisesInstancesCommandInput, RemoveTagsFromOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
34
34
  * };
35
35
  * const command = new SkipWaitTimeForInstanceTerminationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param SkipWaitTimeForInstanceTerminationCommandInput - {@link SkipWaitTimeForInstanceTerminationCommandInput}
@@ -61,6 +63,8 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
61
63
  * @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
62
64
  * <p>A call was submitted that is not supported for the specified deployment type.</p>
63
65
  *
66
+ * @throws {@link CodeDeployServiceException}
67
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
64
68
  *
65
69
  */
66
70
  export declare class SkipWaitTimeForInstanceTerminationCommand extends $Command<SkipWaitTimeForInstanceTerminationCommandInput, SkipWaitTimeForInstanceTerminationCommandOutput, CodeDeployClientResolvedConfig> {
@@ -32,6 +32,11 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
32
32
  * };
33
33
  * const command = new StopDeploymentCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // StopDeploymentOutput
36
+ * // status: "Pending" || "Succeeded",
37
+ * // statusMessage: "STRING_VALUE",
38
+ * // };
39
+ *
35
40
  * ```
36
41
  *
37
42
  * @param StopDeploymentCommandInput - {@link StopDeploymentCommandInput}
@@ -59,6 +64,8 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
59
64
  * @throws {@link UnsupportedActionForDeploymentTypeException} (client fault)
60
65
  * <p>A call was submitted that is not supported for the specified deployment type.</p>
61
66
  *
67
+ * @throws {@link CodeDeployServiceException}
68
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
62
69
  *
63
70
  */
64
71
  export declare class StopDeploymentCommand extends $Command<StopDeploymentCommandInput, StopDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
38
38
  * };
39
39
  * const command = new TagResourceCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -72,6 +74,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
72
74
  * @throws {@link TagRequiredException} (client fault)
73
75
  * <p>A tag was not specified.</p>
74
76
  *
77
+ * @throws {@link CodeDeployServiceException}
78
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
75
79
  *
76
80
  */
77
81
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeDeployClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
36
36
  * };
37
37
  * const command = new UntagResourceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -70,6 +72,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
70
72
  * @throws {@link TagRequiredException} (client fault)
71
73
  * <p>A tag was not specified.</p>
72
74
  *
75
+ * @throws {@link CodeDeployServiceException}
76
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
73
77
  *
74
78
  */
75
79
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeDeployClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new UpdateApplicationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
@@ -52,6 +54,8 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
52
54
  * @throws {@link InvalidApplicationNameException} (client fault)
53
55
  * <p>The application name was specified in an invalid format.</p>
54
56
  *
57
+ * @throws {@link CodeDeployServiceException}
58
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
55
59
  *
56
60
  */
57
61
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, CodeDeployClientResolvedConfig> {
@@ -153,6 +153,15 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
153
153
  * };
154
154
  * const command = new UpdateDeploymentGroupCommand(input);
155
155
  * const response = await client.send(command);
156
+ * // { // UpdateDeploymentGroupOutput
157
+ * // hooksNotCleanedUp: [ // AutoScalingGroupList
158
+ * // { // AutoScalingGroup
159
+ * // name: "STRING_VALUE",
160
+ * // hook: "STRING_VALUE",
161
+ * // },
162
+ * // ],
163
+ * // };
164
+ *
156
165
  * ```
157
166
  *
158
167
  * @param UpdateDeploymentGroupCommandInput - {@link UpdateDeploymentGroupCommandInput}
@@ -285,6 +294,8 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
285
294
  * @throws {@link TriggerTargetsLimitExceededException} (client fault)
286
295
  * <p>The maximum allowed number of triggers was exceeded.</p>
287
296
  *
297
+ * @throws {@link CodeDeployServiceException}
298
+ * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
288
299
  *
289
300
  */
290
301
  export declare class UpdateDeploymentGroupCommand extends $Command<UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
@@ -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.325.0",
4
+ "version": "3.327.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",
@@ -34,6 +34,15 @@ export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsRespo
34
34
  * };
35
35
  * const command = new GetRoleCredentialsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetRoleCredentialsResponse
38
+ * // roleCredentials: { // RoleCredentials
39
+ * // accessKeyId: "STRING_VALUE",
40
+ * // secretAccessKey: "STRING_VALUE",
41
+ * // sessionToken: "STRING_VALUE",
42
+ * // expiration: Number("long"),
43
+ * // },
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param GetRoleCredentialsCommandInput - {@link GetRoleCredentialsCommandInput}
@@ -57,6 +66,8 @@ export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsRespo
57
66
  * <p>Indicates that the request is not authorized. This can happen due to an invalid access
58
67
  * token in the request.</p>
59
68
  *
69
+ * @throws {@link SSOServiceException}
70
+ * <p>Base exception class for all service exceptions from SSO service.</p>
60
71
  *
61
72
  */
62
73
  export declare class GetRoleCredentialsCommand extends $Command<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput, SSOClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse,
34
34
  * };
35
35
  * const command = new ListAccountRolesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListAccountRolesResponse
38
+ * // nextToken: "STRING_VALUE",
39
+ * // roleList: [ // RoleListType
40
+ * // { // RoleInfo
41
+ * // roleName: "STRING_VALUE",
42
+ * // accountId: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param ListAccountRolesCommandInput - {@link ListAccountRolesCommandInput}
@@ -57,6 +67,8 @@ export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse,
57
67
  * <p>Indicates that the request is not authorized. This can happen due to an invalid access
58
68
  * token in the request.</p>
59
69
  *
70
+ * @throws {@link SSOServiceException}
71
+ * <p>Base exception class for all service exceptions from SSO service.</p>
60
72
  *
61
73
  */
62
74
  export declare class ListAccountRolesCommand extends $Command<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig> {
@@ -35,6 +35,17 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
35
35
  * };
36
36
  * const command = new ListAccountsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListAccountsResponse
39
+ * // nextToken: "STRING_VALUE",
40
+ * // accountList: [ // AccountListType
41
+ * // { // AccountInfo
42
+ * // accountId: "STRING_VALUE",
43
+ * // accountName: "STRING_VALUE",
44
+ * // emailAddress: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // };
48
+ *
38
49
  * ```
39
50
  *
40
51
  * @param ListAccountsCommandInput - {@link ListAccountsCommandInput}
@@ -58,6 +69,8 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
58
69
  * <p>Indicates that the request is not authorized. This can happen due to an invalid access
59
70
  * token in the request.</p>
60
71
  *
72
+ * @throws {@link SSOServiceException}
73
+ * <p>Base exception class for all service exceptions from SSO service.</p>
61
74
  *
62
75
  */
63
76
  export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig> {
@@ -46,6 +46,8 @@ export interface LogoutCommandOutput extends __MetadataBearer {
46
46
  * };
47
47
  * const command = new LogoutCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // {};
50
+ *
49
51
  * ```
50
52
  *
51
53
  * @param LogoutCommandInput - {@link LogoutCommandInput}
@@ -66,6 +68,8 @@ export interface LogoutCommandOutput extends __MetadataBearer {
66
68
  * <p>Indicates that the request is not authorized. This can happen due to an invalid access
67
69
  * token in the request.</p>
68
70
  *
71
+ * @throws {@link SSOServiceException}
72
+ * <p>Base exception class for all service exceptions from SSO service.</p>
69
73
  *
70
74
  */
71
75
  export declare class LogoutCommand extends $Command<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig> {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.327.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",
@@ -30,10 +30,10 @@
30
30
  "@aws-sdk/middleware-host-header": "3.325.0",
31
31
  "@aws-sdk/middleware-logger": "3.325.0",
32
32
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
33
- "@aws-sdk/middleware-retry": "3.325.0",
33
+ "@aws-sdk/middleware-retry": "3.327.0",
34
34
  "@aws-sdk/middleware-serde": "3.325.0",
35
35
  "@aws-sdk/middleware-stack": "3.325.0",
36
- "@aws-sdk/middleware-user-agent": "3.325.0",
36
+ "@aws-sdk/middleware-user-agent": "3.327.0",
37
37
  "@aws-sdk/node-config-provider": "3.310.0",
38
38
  "@aws-sdk/node-http-handler": "3.321.1",
39
39
  "@aws-sdk/protocol-http": "3.310.0",
@@ -45,8 +45,8 @@
45
45
  "@aws-sdk/util-body-length-node": "3.310.0",
46
46
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
47
47
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
48
- "@aws-sdk/util-endpoints": "3.319.0",
49
- "@aws-sdk/util-retry": "3.310.0",
48
+ "@aws-sdk/util-endpoints": "3.327.0",
49
+ "@aws-sdk/util-retry": "3.327.0",
50
50
  "@aws-sdk/util-user-agent-browser": "3.310.0",
51
51
  "@aws-sdk/util-user-agent-node": "3.310.0",
52
52
  "@aws-sdk/util-utf8": "3.310.0",
@@ -42,6 +42,14 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
42
42
  * };
43
43
  * const command = new CreateTokenCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateTokenResponse
46
+ * // accessToken: "STRING_VALUE",
47
+ * // tokenType: "STRING_VALUE",
48
+ * // expiresIn: Number("int"),
49
+ * // refreshToken: "STRING_VALUE",
50
+ * // idToken: "STRING_VALUE",
51
+ * // };
52
+ *
45
53
  * ```
46
54
  *
47
55
  * @param CreateTokenCommandInput - {@link CreateTokenCommandInput}
@@ -91,6 +99,8 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
91
99
  * @throws {@link UnsupportedGrantTypeException} (client fault)
92
100
  * <p>Indicates that the grant type in the request is not supported by the service.</p>
93
101
  *
102
+ * @throws {@link SSOOIDCServiceException}
103
+ * <p>Base exception class for all service exceptions from SSOOIDC service.</p>
94
104
  *
95
105
  */
96
106
  export declare class CreateTokenCommand extends $Command<CreateTokenCommandInput, CreateTokenCommandOutput, SSOOIDCClientResolvedConfig> {
@@ -36,6 +36,15 @@ export interface RegisterClientCommandOutput extends RegisterClientResponse, __M
36
36
  * };
37
37
  * const command = new RegisterClientCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // RegisterClientResponse
40
+ * // clientId: "STRING_VALUE",
41
+ * // clientSecret: "STRING_VALUE",
42
+ * // clientIdIssuedAt: Number("long"),
43
+ * // clientSecretExpiresAt: Number("long"),
44
+ * // authorizationEndpoint: "STRING_VALUE",
45
+ * // tokenEndpoint: "STRING_VALUE",
46
+ * // };
47
+ *
39
48
  * ```
40
49
  *
41
50
  * @param RegisterClientCommandInput - {@link RegisterClientCommandInput}
@@ -59,6 +68,8 @@ export interface RegisterClientCommandOutput extends RegisterClientResponse, __M
59
68
  * @throws {@link InvalidScopeException} (client fault)
60
69
  * <p>Indicates that the scope provided in the request is invalid.</p>
61
70
  *
71
+ * @throws {@link SSOOIDCServiceException}
72
+ * <p>Base exception class for all service exceptions from SSOOIDC service.</p>
62
73
  *
63
74
  */
64
75
  export declare class RegisterClientCommand extends $Command<RegisterClientCommandInput, RegisterClientCommandOutput, SSOOIDCClientResolvedConfig> {