@cdklabs/cdk-ecs-codedeploy 0.0.144 → 0.0.146

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 (90) 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 +16 -16
  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 +13 -13
  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 +13 -13
  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 +16 -16
  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-content-length/package.json +3 -2
  76. package/node_modules/@aws-sdk/middleware-endpoint/package.json +4 -3
  77. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -2
  78. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -2
  79. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -2
  80. package/node_modules/@aws-sdk/middleware-retry/package.json +3 -2
  81. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -3
  82. package/node_modules/@aws-sdk/middleware-serde/package.json +1 -1
  83. package/node_modules/@aws-sdk/middleware-signing/package.json +1 -1
  84. package/node_modules/@aws-sdk/middleware-stack/package.json +1 -1
  85. package/node_modules/@aws-sdk/middleware-user-agent/package.json +1 -1
  86. package/node_modules/@aws-sdk/smithy-client/package.json +2 -2
  87. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  88. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +2 -2
  89. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +2 -2
  90. package/package.json +5 -5
@@ -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> {
@@ -34,6 +34,15 @@ export interface StartDeviceAuthorizationCommandOutput extends StartDeviceAuthor
34
34
  * };
35
35
  * const command = new StartDeviceAuthorizationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // StartDeviceAuthorizationResponse
38
+ * // deviceCode: "STRING_VALUE",
39
+ * // userCode: "STRING_VALUE",
40
+ * // verificationUri: "STRING_VALUE",
41
+ * // verificationUriComplete: "STRING_VALUE",
42
+ * // expiresIn: Number("int"),
43
+ * // interval: Number("int"),
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param StartDeviceAuthorizationCommandInput - {@link StartDeviceAuthorizationCommandInput}
@@ -63,6 +72,8 @@ export interface StartDeviceAuthorizationCommandOutput extends StartDeviceAuthor
63
72
  * <p>Indicates that the client is not currently authorized to make the request. This can happen
64
73
  * when a <code>clientId</code> is not issued for a public client.</p>
65
74
  *
75
+ * @throws {@link SSOOIDCServiceException}
76
+ * <p>Base exception class for all service exceptions from SSOOIDC service.</p>
66
77
  *
67
78
  */
68
79
  export declare class StartDeviceAuthorizationCommand extends $Command<StartDeviceAuthorizationCommandInput, StartDeviceAuthorizationCommandOutput, SSOOIDCClientResolvedConfig> {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.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",
@@ -25,26 +25,26 @@
25
25
  "@aws-sdk/fetch-http-handler": "3.310.0",
26
26
  "@aws-sdk/hash-node": "3.310.0",
27
27
  "@aws-sdk/invalid-dependency": "3.310.0",
28
- "@aws-sdk/middleware-content-length": "3.310.0",
29
- "@aws-sdk/middleware-endpoint": "3.310.0",
30
- "@aws-sdk/middleware-host-header": "3.310.0",
31
- "@aws-sdk/middleware-logger": "3.310.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
33
- "@aws-sdk/middleware-retry": "3.310.0",
34
- "@aws-sdk/middleware-serde": "3.310.0",
35
- "@aws-sdk/middleware-stack": "3.310.0",
36
- "@aws-sdk/middleware-user-agent": "3.319.0",
28
+ "@aws-sdk/middleware-content-length": "3.325.0",
29
+ "@aws-sdk/middleware-endpoint": "3.325.0",
30
+ "@aws-sdk/middleware-host-header": "3.325.0",
31
+ "@aws-sdk/middleware-logger": "3.325.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
33
+ "@aws-sdk/middleware-retry": "3.325.0",
34
+ "@aws-sdk/middleware-serde": "3.325.0",
35
+ "@aws-sdk/middleware-stack": "3.325.0",
36
+ "@aws-sdk/middleware-user-agent": "3.325.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",
40
- "@aws-sdk/smithy-client": "3.316.0",
40
+ "@aws-sdk/smithy-client": "3.325.0",
41
41
  "@aws-sdk/types": "3.310.0",
42
42
  "@aws-sdk/url-parser": "3.310.0",
43
43
  "@aws-sdk/util-base64": "3.310.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.310.0",
45
45
  "@aws-sdk/util-body-length-node": "3.310.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
48
48
  "@aws-sdk/util-endpoints": "3.319.0",
49
49
  "@aws-sdk/util-retry": "3.310.0",
50
50
  "@aws-sdk/util-user-agent-browser": "3.310.0",
@@ -139,6 +139,21 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB
139
139
  * };
140
140
  * const command = new AssumeRoleCommand(input);
141
141
  * const response = await client.send(command);
142
+ * // { // AssumeRoleResponse
143
+ * // Credentials: { // Credentials
144
+ * // AccessKeyId: "STRING_VALUE", // required
145
+ * // SecretAccessKey: "STRING_VALUE", // required
146
+ * // SessionToken: "STRING_VALUE", // required
147
+ * // Expiration: new Date("TIMESTAMP"), // required
148
+ * // },
149
+ * // AssumedRoleUser: { // AssumedRoleUser
150
+ * // AssumedRoleId: "STRING_VALUE", // required
151
+ * // Arn: "STRING_VALUE", // required
152
+ * // },
153
+ * // PackedPolicySize: Number("int"),
154
+ * // SourceIdentity: "STRING_VALUE",
155
+ * // };
156
+ *
142
157
  * ```
143
158
  *
144
159
  * @param AssumeRoleCommandInput - {@link AssumeRoleCommandInput}
@@ -173,6 +188,8 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB
173
188
  * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the <i>IAM User
174
189
  * Guide</i>.</p>
175
190
  *
191
+ * @throws {@link STSServiceException}
192
+ * <p>Base exception class for all service exceptions from STS service.</p>
176
193
  *
177
194
  * @example To assume a role
178
195
  * ```javascript
@@ -168,6 +168,26 @@ export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLRespo
168
168
  * };
169
169
  * const command = new AssumeRoleWithSAMLCommand(input);
170
170
  * const response = await client.send(command);
171
+ * // { // AssumeRoleWithSAMLResponse
172
+ * // Credentials: { // Credentials
173
+ * // AccessKeyId: "STRING_VALUE", // required
174
+ * // SecretAccessKey: "STRING_VALUE", // required
175
+ * // SessionToken: "STRING_VALUE", // required
176
+ * // Expiration: new Date("TIMESTAMP"), // required
177
+ * // },
178
+ * // AssumedRoleUser: { // AssumedRoleUser
179
+ * // AssumedRoleId: "STRING_VALUE", // required
180
+ * // Arn: "STRING_VALUE", // required
181
+ * // },
182
+ * // PackedPolicySize: Number("int"),
183
+ * // Subject: "STRING_VALUE",
184
+ * // SubjectType: "STRING_VALUE",
185
+ * // Issuer: "STRING_VALUE",
186
+ * // Audience: "STRING_VALUE",
187
+ * // NameQualifier: "STRING_VALUE",
188
+ * // SourceIdentity: "STRING_VALUE",
189
+ * // };
190
+ *
171
191
  * ```
172
192
  *
173
193
  * @param AssumeRoleWithSAMLCommandInput - {@link AssumeRoleWithSAMLCommandInput}
@@ -212,6 +232,8 @@ export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLRespo
212
232
  * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the <i>IAM User
213
233
  * Guide</i>.</p>
214
234
  *
235
+ * @throws {@link STSServiceException}
236
+ * <p>Base exception class for all service exceptions from STS service.</p>
215
237
  *
216
238
  * @example To assume a role using a SAML assertion
217
239
  * ```javascript
@@ -173,6 +173,24 @@ export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWe
173
173
  * };
174
174
  * const command = new AssumeRoleWithWebIdentityCommand(input);
175
175
  * const response = await client.send(command);
176
+ * // { // AssumeRoleWithWebIdentityResponse
177
+ * // Credentials: { // Credentials
178
+ * // AccessKeyId: "STRING_VALUE", // required
179
+ * // SecretAccessKey: "STRING_VALUE", // required
180
+ * // SessionToken: "STRING_VALUE", // required
181
+ * // Expiration: new Date("TIMESTAMP"), // required
182
+ * // },
183
+ * // SubjectFromWebIdentityToken: "STRING_VALUE",
184
+ * // AssumedRoleUser: { // AssumedRoleUser
185
+ * // AssumedRoleId: "STRING_VALUE", // required
186
+ * // Arn: "STRING_VALUE", // required
187
+ * // },
188
+ * // PackedPolicySize: Number("int"),
189
+ * // Provider: "STRING_VALUE",
190
+ * // Audience: "STRING_VALUE",
191
+ * // SourceIdentity: "STRING_VALUE",
192
+ * // };
193
+ *
176
194
  * ```
177
195
  *
178
196
  * @param AssumeRoleWithWebIdentityCommandInput - {@link AssumeRoleWithWebIdentityCommandInput}
@@ -224,6 +242,8 @@ export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWe
224
242
  * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the <i>IAM User
225
243
  * Guide</i>.</p>
226
244
  *
245
+ * @throws {@link STSServiceException}
246
+ * <p>Base exception class for all service exceptions from STS service.</p>
227
247
  *
228
248
  * @example To assume a role as an OpenID Connect-federated user
229
249
  * ```javascript
@@ -66,6 +66,10 @@ export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthoriza
66
66
  * };
67
67
  * const command = new DecodeAuthorizationMessageCommand(input);
68
68
  * const response = await client.send(command);
69
+ * // { // DecodeAuthorizationMessageResponse
70
+ * // DecodedMessage: "STRING_VALUE",
71
+ * // };
72
+ *
69
73
  * ```
70
74
  *
71
75
  * @param DecodeAuthorizationMessageCommandInput - {@link DecodeAuthorizationMessageCommandInput}
@@ -79,6 +83,8 @@ export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthoriza
79
83
  * was invalid. This can happen if the token contains invalid characters, such as
80
84
  * linebreaks. </p>
81
85
  *
86
+ * @throws {@link STSServiceException}
87
+ * <p>Base exception class for all service exceptions from STS service.</p>
82
88
  *
83
89
  * @example To decode information about an authorization status of a request
84
90
  * ```javascript
@@ -48,6 +48,10 @@ export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse,
48
48
  * };
49
49
  * const command = new GetAccessKeyInfoCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // GetAccessKeyInfoResponse
52
+ * // Account: "STRING_VALUE",
53
+ * // };
54
+ *
51
55
  * ```
52
56
  *
53
57
  * @param GetAccessKeyInfoCommandInput - {@link GetAccessKeyInfoCommandInput}
@@ -56,6 +60,8 @@ export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse,
56
60
  * @see {@link GetAccessKeyInfoCommandOutput} for command's `response` shape.
57
61
  * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
58
62
  *
63
+ * @throws {@link STSServiceException}
64
+ * <p>Base exception class for all service exceptions from STS service.</p>
59
65
  *
60
66
  */
61
67
  export declare class GetAccessKeyInfoCommand extends $Command<GetAccessKeyInfoCommandInput, GetAccessKeyInfoCommandOutput, STSClientResolvedConfig> {
@@ -38,6 +38,12 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons
38
38
  * const input = {};
39
39
  * const command = new GetCallerIdentityCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetCallerIdentityResponse
42
+ * // UserId: "STRING_VALUE",
43
+ * // Account: "STRING_VALUE",
44
+ * // Arn: "STRING_VALUE",
45
+ * // };
46
+ *
41
47
  * ```
42
48
  *
43
49
  * @param GetCallerIdentityCommandInput - {@link GetCallerIdentityCommandInput}
@@ -46,6 +52,8 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons
46
52
  * @see {@link GetCallerIdentityCommandOutput} for command's `response` shape.
47
53
  * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
48
54
  *
55
+ * @throws {@link STSServiceException}
56
+ * <p>Base exception class for all service exceptions from STS service.</p>
49
57
  *
50
58
  * @example To get details about a calling IAM user
51
59
  * ```javascript
@@ -130,6 +130,20 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
130
130
  * };
131
131
  * const command = new GetFederationTokenCommand(input);
132
132
  * const response = await client.send(command);
133
+ * // { // GetFederationTokenResponse
134
+ * // Credentials: { // Credentials
135
+ * // AccessKeyId: "STRING_VALUE", // required
136
+ * // SecretAccessKey: "STRING_VALUE", // required
137
+ * // SessionToken: "STRING_VALUE", // required
138
+ * // Expiration: new Date("TIMESTAMP"), // required
139
+ * // },
140
+ * // FederatedUser: { // FederatedUser
141
+ * // FederatedUserId: "STRING_VALUE", // required
142
+ * // Arn: "STRING_VALUE", // required
143
+ * // },
144
+ * // PackedPolicySize: Number("int"),
145
+ * // };
146
+ *
133
147
  * ```
134
148
  *
135
149
  * @param GetFederationTokenCommandInput - {@link GetFederationTokenCommandInput}
@@ -160,6 +174,8 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
160
174
  * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the <i>IAM User
161
175
  * Guide</i>.</p>
162
176
  *
177
+ * @throws {@link STSServiceException}
178
+ * <p>Base exception class for all service exceptions from STS service.</p>
163
179
  *
164
180
  * @example To get temporary credentials for a role by using GetFederationToken
165
181
  * ```javascript
@@ -91,6 +91,15 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
91
91
  * };
92
92
  * const command = new GetSessionTokenCommand(input);
93
93
  * const response = await client.send(command);
94
+ * // { // GetSessionTokenResponse
95
+ * // Credentials: { // Credentials
96
+ * // AccessKeyId: "STRING_VALUE", // required
97
+ * // SecretAccessKey: "STRING_VALUE", // required
98
+ * // SessionToken: "STRING_VALUE", // required
99
+ * // Expiration: new Date("TIMESTAMP"), // required
100
+ * // },
101
+ * // };
102
+ *
94
103
  * ```
95
104
  *
96
105
  * @param GetSessionTokenCommandInput - {@link GetSessionTokenCommandInput}
@@ -106,6 +115,8 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
106
115
  * Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the <i>IAM User
107
116
  * Guide</i>.</p>
108
117
  *
118
+ * @throws {@link STSServiceException}
119
+ * <p>Base exception class for all service exceptions from STS service.</p>
109
120
  *
110
121
  * @example To get temporary credentials for an IAM user or an AWS account
111
122
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.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",
@@ -24,32 +24,32 @@
24
24
  "@aws-crypto/sha256-browser": "3.0.0",
25
25
  "@aws-crypto/sha256-js": "3.0.0",
26
26
  "@aws-sdk/config-resolver": "3.310.0",
27
- "@aws-sdk/credential-provider-node": "3.321.1",
27
+ "@aws-sdk/credential-provider-node": "3.326.0",
28
28
  "@aws-sdk/fetch-http-handler": "3.310.0",
29
29
  "@aws-sdk/hash-node": "3.310.0",
30
30
  "@aws-sdk/invalid-dependency": "3.310.0",
31
- "@aws-sdk/middleware-content-length": "3.310.0",
32
- "@aws-sdk/middleware-endpoint": "3.310.0",
33
- "@aws-sdk/middleware-host-header": "3.310.0",
34
- "@aws-sdk/middleware-logger": "3.310.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
36
- "@aws-sdk/middleware-retry": "3.310.0",
37
- "@aws-sdk/middleware-sdk-sts": "3.310.0",
38
- "@aws-sdk/middleware-serde": "3.310.0",
39
- "@aws-sdk/middleware-signing": "3.310.0",
40
- "@aws-sdk/middleware-stack": "3.310.0",
41
- "@aws-sdk/middleware-user-agent": "3.319.0",
31
+ "@aws-sdk/middleware-content-length": "3.325.0",
32
+ "@aws-sdk/middleware-endpoint": "3.325.0",
33
+ "@aws-sdk/middleware-host-header": "3.325.0",
34
+ "@aws-sdk/middleware-logger": "3.325.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
36
+ "@aws-sdk/middleware-retry": "3.325.0",
37
+ "@aws-sdk/middleware-sdk-sts": "3.326.0",
38
+ "@aws-sdk/middleware-serde": "3.325.0",
39
+ "@aws-sdk/middleware-signing": "3.325.0",
40
+ "@aws-sdk/middleware-stack": "3.325.0",
41
+ "@aws-sdk/middleware-user-agent": "3.325.0",
42
42
  "@aws-sdk/node-config-provider": "3.310.0",
43
43
  "@aws-sdk/node-http-handler": "3.321.1",
44
44
  "@aws-sdk/protocol-http": "3.310.0",
45
- "@aws-sdk/smithy-client": "3.316.0",
45
+ "@aws-sdk/smithy-client": "3.325.0",
46
46
  "@aws-sdk/types": "3.310.0",
47
47
  "@aws-sdk/url-parser": "3.310.0",
48
48
  "@aws-sdk/util-base64": "3.310.0",
49
49
  "@aws-sdk/util-body-length-browser": "3.310.0",
50
50
  "@aws-sdk/util-body-length-node": "3.310.0",
51
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
52
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
52
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
53
53
  "@aws-sdk/util-endpoints": "3.319.0",
54
54
  "@aws-sdk/util-retry": "3.310.0",
55
55
  "@aws-sdk/util-user-agent-browser": "3.310.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.321.1",
3
+ "version": "3.326.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "@aws-sdk/credential-provider-env": "3.310.0",
28
28
  "@aws-sdk/credential-provider-imds": "3.310.0",
29
29
  "@aws-sdk/credential-provider-process": "3.310.0",
30
- "@aws-sdk/credential-provider-sso": "3.321.1",
30
+ "@aws-sdk/credential-provider-sso": "3.326.0",
31
31
  "@aws-sdk/credential-provider-web-identity": "3.310.0",
32
32
  "@aws-sdk/property-provider": "3.310.0",
33
33
  "@aws-sdk/shared-ini-file-loader": "3.310.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.321.1",
3
+ "version": "3.326.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=14.0.0"
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "@aws-sdk/credential-provider-env": "3.310.0",
31
31
  "@aws-sdk/credential-provider-imds": "3.310.0",
32
- "@aws-sdk/credential-provider-ini": "3.321.1",
32
+ "@aws-sdk/credential-provider-ini": "3.326.0",
33
33
  "@aws-sdk/credential-provider-process": "3.310.0",
34
- "@aws-sdk/credential-provider-sso": "3.321.1",
34
+ "@aws-sdk/credential-provider-sso": "3.326.0",
35
35
  "@aws-sdk/credential-provider-web-identity": "3.310.0",
36
36
  "@aws-sdk/property-provider": "3.310.0",
37
37
  "@aws-sdk/shared-ini-file-loader": "3.310.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.321.1",
3
+ "version": "3.326.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.321.1",
27
+ "@aws-sdk/client-sso": "3.326.0",
28
28
  "@aws-sdk/property-provider": "3.310.0",
29
29
  "@aws-sdk/shared-ini-file-loader": "3.310.0",
30
- "@aws-sdk/token-providers": "3.321.1",
30
+ "@aws-sdk/token-providers": "3.326.0",
31
31
  "@aws-sdk/types": "3.310.0",
32
32
  "tslib": "^2.5.0"
33
33
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-content-length",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "exit 0"
12
+ "test": "exit 0",
13
+ "test:integration": "jest --config jest.config.integ.js"
13
14
  },
14
15
  "main": "./dist-cjs/index.js",
15
16
  "module": "./dist-es/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-endpoint",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "jest --passWithNoTests"
12
+ "test": "jest --passWithNoTests",
13
+ "test:integration": "jest -c jest.config.integ.js"
13
14
  },
14
15
  "main": "./dist-cjs/index.js",
15
16
  "module": "./dist-es/index.js",
@@ -20,7 +21,7 @@
20
21
  },
21
22
  "license": "Apache-2.0",
22
23
  "dependencies": {
23
- "@aws-sdk/middleware-serde": "3.310.0",
24
+ "@aws-sdk/middleware-serde": "3.325.0",
24
25
  "@aws-sdk/types": "3.310.0",
25
26
  "@aws-sdk/url-parser": "3.310.0",
26
27
  "@aws-sdk/util-middleware": "3.310.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "jest"
12
+ "test": "jest",
13
+ "test:integration": "jest -c jest.config.integ.js"
13
14
  },
14
15
  "main": "./dist-cjs/index.js",
15
16
  "module": "./dist-es/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "jest --passWithNoTests"
12
+ "test": "jest --passWithNoTests",
13
+ "test:integration": "jest -c jest.config.integ.js"
13
14
  },
14
15
  "author": {
15
16
  "name": "AWS SDK for JavaScript Team",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "jest"
12
+ "test": "jest",
13
+ "test:integration": "jest -c jest.config.integ.js"
13
14
  },
14
15
  "main": "./dist-cjs/index.js",
15
16
  "module": "./dist-es/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-retry",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "jest"
12
+ "test": "jest",
13
+ "test:integration": "jest -c jest.config.integ.js"
13
14
  },
14
15
  "main": "./dist-cjs/index.js",
15
16
  "module": "./dist-es/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-sts",
3
- "version": "3.310.0",
3
+ "version": "3.326.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "exit 0"
12
+ "test": "exit 0",
13
+ "test:integration": "jest -c jest.config.integ.js"
13
14
  },
14
15
  "main": "./dist-cjs/index.js",
15
16
  "module": "./dist-es/index.js",
@@ -20,7 +21,7 @@
20
21
  },
21
22
  "license": "Apache-2.0",
22
23
  "dependencies": {
23
- "@aws-sdk/middleware-signing": "3.310.0",
24
+ "@aws-sdk/middleware-signing": "3.325.0",
24
25
  "@aws-sdk/types": "3.310.0",
25
26
  "tslib": "^2.5.0"
26
27
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-serde",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-signing",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-stack",
3
- "version": "3.310.0",
3
+ "version": "3.325.0",
4
4
  "description": "Provides a means for composing multiple middleware functions into a single handler",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.319.0",
3
+ "version": "3.325.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",