@cdk8s/awscdk-resolver 0.0.242 → 0.0.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +40 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +782 -33
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +51 -55
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +55 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +514 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +7 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +69 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +968 -1147
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +770 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +86 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +30 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +130 -151
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +38 -44
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +5 -5
package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts
CHANGED
@@ -8,14 +8,13 @@ export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
9
9
|
readonly $fault: "client";
|
10
10
|
/**
|
11
|
-
* <p>Single error code.
|
12
|
-
* For this exception the value will be <code>access_denied</code>.</p>
|
11
|
+
* <p>Single error code. For this exception the value will be <code>access_denied</code>.</p>
|
13
12
|
* @public
|
14
13
|
*/
|
15
14
|
error?: string | undefined;
|
16
15
|
/**
|
17
|
-
* <p>Human-readable text providing additional information, used to assist the
|
18
|
-
*
|
16
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
17
|
+
* in understanding the error that occurred.</p>
|
19
18
|
* @public
|
20
19
|
*/
|
21
20
|
error_description?: string | undefined;
|
@@ -33,14 +32,14 @@ export declare class AuthorizationPendingException extends __BaseException {
|
|
33
32
|
readonly name: "AuthorizationPendingException";
|
34
33
|
readonly $fault: "client";
|
35
34
|
/**
|
36
|
-
* <p>Single error code.
|
37
|
-
*
|
35
|
+
* <p>Single error code. For this exception the value will be
|
36
|
+
* <code>authorization_pending</code>.</p>
|
38
37
|
* @public
|
39
38
|
*/
|
40
39
|
error?: string | undefined;
|
41
40
|
/**
|
42
|
-
* <p>Human-readable text providing additional information, used to assist the
|
43
|
-
*
|
41
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
42
|
+
* in understanding the error that occurred.</p>
|
44
43
|
* @public
|
45
44
|
*/
|
46
45
|
error_description?: string | undefined;
|
@@ -66,58 +65,56 @@ export interface CreateTokenRequest {
|
|
66
65
|
*/
|
67
66
|
clientSecret: string | undefined;
|
68
67
|
/**
|
69
|
-
* <p>Supports the following OAuth grant types: Device Code and Refresh
|
70
|
-
* Specify
|
68
|
+
* <p>Supports the following OAuth grant types: Authorization Code, Device Code, and Refresh
|
69
|
+
* Token. Specify one of the following values, depending on the grant type that you want:</p>
|
70
|
+
* <p>* Authorization Code - <code>authorization_code</code>
|
71
|
+
* </p>
|
71
72
|
* <p>* Device Code - <code>urn:ietf:params:oauth:grant-type:device_code</code>
|
72
73
|
* </p>
|
73
74
|
* <p>* Refresh Token - <code>refresh_token</code>
|
74
75
|
* </p>
|
75
|
-
* <p>For information about how to obtain the device code, see the <a>StartDeviceAuthorization</a> topic.</p>
|
76
76
|
* @public
|
77
77
|
*/
|
78
78
|
grantType: string | undefined;
|
79
79
|
/**
|
80
|
-
* <p>Used only when calling this API for the Device Code grant type. This short-
|
81
|
-
* used to identify this authorization request. This comes from the result of the
|
82
|
-
* <a>StartDeviceAuthorization</a> API.</p>
|
80
|
+
* <p>Used only when calling this API for the Device Code grant type. This short-lived code is
|
81
|
+
* used to identify this authorization request. This comes from the result of the <a>StartDeviceAuthorization</a> API.</p>
|
83
82
|
* @public
|
84
83
|
*/
|
85
84
|
deviceCode?: string | undefined;
|
86
85
|
/**
|
87
|
-
* <p>Used only when calling this API for the Authorization Code grant type. The short-
|
88
|
-
* used to identify this authorization request
|
89
|
-
* <a>CreateToken</a> API.</p>
|
86
|
+
* <p>Used only when calling this API for the Authorization Code grant type. The short-lived
|
87
|
+
* code is used to identify this authorization request.</p>
|
90
88
|
* @public
|
91
89
|
*/
|
92
90
|
code?: string | undefined;
|
93
91
|
/**
|
94
92
|
* <p>Used only when calling this API for the Refresh Token grant type. This token is used to
|
95
|
-
* refresh short-
|
93
|
+
* refresh short-lived tokens, such as the access token, that might expire.</p>
|
96
94
|
* <p>For more information about the features and limitations of the current IAM Identity Center OIDC
|
97
95
|
* implementation, see <i>Considerations for Using this Guide</i> in the <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/Welcome.html">IAM Identity Center
|
98
|
-
*
|
96
|
+
* OIDC API Reference</a>.</p>
|
99
97
|
* @public
|
100
98
|
*/
|
101
99
|
refreshToken?: string | undefined;
|
102
100
|
/**
|
103
101
|
* <p>The list of scopes for which authorization is requested. The access token that is issued
|
104
102
|
* is limited to the scopes that are granted. If this value is not specified, IAM Identity Center authorizes
|
105
|
-
* all scopes that are configured for the client during the call to
|
106
|
-
* <a>RegisterClient</a>.</p>
|
103
|
+
* all scopes that are configured for the client during the call to <a>RegisterClient</a>.</p>
|
107
104
|
* @public
|
108
105
|
*/
|
109
106
|
scope?: string[] | undefined;
|
110
107
|
/**
|
111
|
-
* <p>Used only when calling this API for the Authorization Code grant type. This value
|
112
|
-
* the location of the client or application that has registered to receive the
|
113
|
-
*
|
108
|
+
* <p>Used only when calling this API for the Authorization Code grant type. This value
|
109
|
+
* specifies the location of the client or application that has registered to receive the
|
110
|
+
* authorization code.</p>
|
114
111
|
* @public
|
115
112
|
*/
|
116
113
|
redirectUri?: string | undefined;
|
117
114
|
/**
|
118
|
-
* <p>Used only when calling this API for the Authorization Code grant type. This value is
|
119
|
-
* by the client and presented to validate the original code challenge value the client
|
120
|
-
* authorization time.</p>
|
115
|
+
* <p>Used only when calling this API for the Authorization Code grant type. This value is
|
116
|
+
* generated by the client and presented to validate the original code challenge value the client
|
117
|
+
* passed at authorization time.</p>
|
121
118
|
* @public
|
122
119
|
*/
|
123
120
|
codeVerifier?: string | undefined;
|
@@ -149,20 +146,19 @@ export interface CreateTokenResponse {
|
|
149
146
|
/**
|
150
147
|
* <p>A token that, if present, can be used to refresh a previously issued access token that
|
151
148
|
* might have expired.</p>
|
152
|
-
* <p>For more
|
153
|
-
*
|
154
|
-
* see <i>Considerations for Using this Guide</i> in the <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/Welcome.html">IAM Identity Center
|
149
|
+
* <p>For more information about the features and limitations of the current IAM Identity Center OIDC
|
150
|
+
* implementation, see <i>Considerations for Using this Guide</i> in the <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/Welcome.html">IAM Identity Center
|
155
151
|
* OIDC API Reference</a>.</p>
|
156
152
|
* @public
|
157
153
|
*/
|
158
154
|
refreshToken?: string | undefined;
|
159
155
|
/**
|
160
156
|
* <p>The <code>idToken</code> is not implemented or supported. For more information about the
|
161
|
-
* features and limitations of the current IAM Identity Center OIDC implementation, see
|
162
|
-
*
|
163
|
-
*
|
157
|
+
* features and limitations of the current IAM Identity Center OIDC implementation, see
|
158
|
+
* <i>Considerations for Using this Guide</i> in the <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/Welcome.html">IAM Identity Center
|
159
|
+
* OIDC API Reference</a>.</p>
|
164
160
|
* <p>A JSON Web Token (JWT) that identifies who is associated with the issued access token.
|
165
|
-
*
|
161
|
+
* </p>
|
166
162
|
* @public
|
167
163
|
*/
|
168
164
|
idToken?: string | undefined;
|
@@ -179,14 +175,13 @@ export declare class ExpiredTokenException extends __BaseException {
|
|
179
175
|
readonly name: "ExpiredTokenException";
|
180
176
|
readonly $fault: "client";
|
181
177
|
/**
|
182
|
-
* <p>Single error code.
|
183
|
-
* For this exception the value will be <code>expired_token</code>.</p>
|
178
|
+
* <p>Single error code. For this exception the value will be <code>expired_token</code>.</p>
|
184
179
|
* @public
|
185
180
|
*/
|
186
181
|
error?: string | undefined;
|
187
182
|
/**
|
188
|
-
* <p>Human-readable text providing additional information, used to assist the
|
189
|
-
*
|
183
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
184
|
+
* in understanding the error that occurred.</p>
|
190
185
|
* @public
|
191
186
|
*/
|
192
187
|
error_description?: string | undefined;
|
@@ -204,14 +199,13 @@ export declare class InternalServerException extends __BaseException {
|
|
204
199
|
readonly name: "InternalServerException";
|
205
200
|
readonly $fault: "server";
|
206
201
|
/**
|
207
|
-
* <p>Single error code.
|
208
|
-
* For this exception the value will be <code>server_error</code>.</p>
|
202
|
+
* <p>Single error code. For this exception the value will be <code>server_error</code>.</p>
|
209
203
|
* @public
|
210
204
|
*/
|
211
205
|
error?: string | undefined;
|
212
206
|
/**
|
213
|
-
* <p>Human-readable text providing additional information, used to assist the
|
214
|
-
*
|
207
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
208
|
+
* in understanding the error that occurred.</p>
|
215
209
|
* @public
|
216
210
|
*/
|
217
211
|
error_description?: string | undefined;
|
@@ -230,14 +224,14 @@ export declare class InvalidClientException extends __BaseException {
|
|
230
224
|
readonly name: "InvalidClientException";
|
231
225
|
readonly $fault: "client";
|
232
226
|
/**
|
233
|
-
* <p>Single error code.
|
234
|
-
*
|
227
|
+
* <p>Single error code. For this exception the value will be
|
228
|
+
* <code>invalid_client</code>.</p>
|
235
229
|
* @public
|
236
230
|
*/
|
237
231
|
error?: string | undefined;
|
238
232
|
/**
|
239
|
-
* <p>Human-readable text providing additional information, used to assist the
|
240
|
-
*
|
233
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
234
|
+
* in understanding the error that occurred.</p>
|
241
235
|
* @public
|
242
236
|
*/
|
243
237
|
error_description?: string | undefined;
|
@@ -255,14 +249,13 @@ export declare class InvalidGrantException extends __BaseException {
|
|
255
249
|
readonly name: "InvalidGrantException";
|
256
250
|
readonly $fault: "client";
|
257
251
|
/**
|
258
|
-
* <p>Single error code.
|
259
|
-
* For this exception the value will be <code>invalid_grant</code>.</p>
|
252
|
+
* <p>Single error code. For this exception the value will be <code>invalid_grant</code>.</p>
|
260
253
|
* @public
|
261
254
|
*/
|
262
255
|
error?: string | undefined;
|
263
256
|
/**
|
264
|
-
* <p>Human-readable text providing additional information, used to assist the
|
265
|
-
*
|
257
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
258
|
+
* in understanding the error that occurred.</p>
|
266
259
|
* @public
|
267
260
|
*/
|
268
261
|
error_description?: string | undefined;
|
@@ -280,14 +273,14 @@ export declare class InvalidRequestException extends __BaseException {
|
|
280
273
|
readonly name: "InvalidRequestException";
|
281
274
|
readonly $fault: "client";
|
282
275
|
/**
|
283
|
-
* <p>Single error code.
|
284
|
-
*
|
276
|
+
* <p>Single error code. For this exception the value will be
|
277
|
+
* <code>invalid_request</code>.</p>
|
285
278
|
* @public
|
286
279
|
*/
|
287
280
|
error?: string | undefined;
|
288
281
|
/**
|
289
|
-
* <p>Human-readable text providing additional information, used to assist the
|
290
|
-
*
|
282
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
283
|
+
* in understanding the error that occurred.</p>
|
291
284
|
* @public
|
292
285
|
*/
|
293
286
|
error_description?: string | undefined;
|
@@ -304,14 +297,13 @@ export declare class InvalidScopeException extends __BaseException {
|
|
304
297
|
readonly name: "InvalidScopeException";
|
305
298
|
readonly $fault: "client";
|
306
299
|
/**
|
307
|
-
* <p>Single error code.
|
308
|
-
* For this exception the value will be <code>invalid_scope</code>.</p>
|
300
|
+
* <p>Single error code. For this exception the value will be <code>invalid_scope</code>.</p>
|
309
301
|
* @public
|
310
302
|
*/
|
311
303
|
error?: string | undefined;
|
312
304
|
/**
|
313
|
-
* <p>Human-readable text providing additional information, used to assist the
|
314
|
-
*
|
305
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
306
|
+
* in understanding the error that occurred.</p>
|
315
307
|
* @public
|
316
308
|
*/
|
317
309
|
error_description?: string | undefined;
|
@@ -329,14 +321,13 @@ export declare class SlowDownException extends __BaseException {
|
|
329
321
|
readonly name: "SlowDownException";
|
330
322
|
readonly $fault: "client";
|
331
323
|
/**
|
332
|
-
* <p>Single error code.
|
333
|
-
* For this exception the value will be <code>slow_down</code>.</p>
|
324
|
+
* <p>Single error code. For this exception the value will be <code>slow_down</code>.</p>
|
334
325
|
* @public
|
335
326
|
*/
|
336
327
|
error?: string | undefined;
|
337
328
|
/**
|
338
|
-
* <p>Human-readable text providing additional information, used to assist the
|
339
|
-
*
|
329
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
330
|
+
* in understanding the error that occurred.</p>
|
340
331
|
* @public
|
341
332
|
*/
|
342
333
|
error_description?: string | undefined;
|
@@ -354,14 +345,14 @@ export declare class UnauthorizedClientException extends __BaseException {
|
|
354
345
|
readonly name: "UnauthorizedClientException";
|
355
346
|
readonly $fault: "client";
|
356
347
|
/**
|
357
|
-
* <p>Single error code.
|
358
|
-
*
|
348
|
+
* <p>Single error code. For this exception the value will be
|
349
|
+
* <code>unauthorized_client</code>.</p>
|
359
350
|
* @public
|
360
351
|
*/
|
361
352
|
error?: string | undefined;
|
362
353
|
/**
|
363
|
-
* <p>Human-readable text providing additional information, used to assist the
|
364
|
-
*
|
354
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
355
|
+
* in understanding the error that occurred.</p>
|
365
356
|
* @public
|
366
357
|
*/
|
367
358
|
error_description?: string | undefined;
|
@@ -378,14 +369,14 @@ export declare class UnsupportedGrantTypeException extends __BaseException {
|
|
378
369
|
readonly name: "UnsupportedGrantTypeException";
|
379
370
|
readonly $fault: "client";
|
380
371
|
/**
|
381
|
-
* <p>Single error code.
|
382
|
-
*
|
372
|
+
* <p>Single error code. For this exception the value will be
|
373
|
+
* <code>unsupported_grant_type</code>.</p>
|
383
374
|
* @public
|
384
375
|
*/
|
385
376
|
error?: string | undefined;
|
386
377
|
/**
|
387
|
-
* <p>Human-readable text providing additional information, used to assist the
|
388
|
-
*
|
378
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
379
|
+
* in understanding the error that occurred.</p>
|
389
380
|
* @public
|
390
381
|
*/
|
391
382
|
error_description?: string | undefined;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.744.0",
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -28,37 +28,37 @@
|
|
28
28
|
"dependencies": {
|
29
29
|
"@aws-crypto/sha256-browser": "5.2.0",
|
30
30
|
"@aws-crypto/sha256-js": "5.2.0",
|
31
|
-
"@aws-sdk/core": "3.
|
31
|
+
"@aws-sdk/core": "3.744.0",
|
32
32
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
33
33
|
"@aws-sdk/middleware-logger": "3.734.0",
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
36
36
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
37
37
|
"@aws-sdk/types": "3.734.0",
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
38
|
+
"@aws-sdk/util-endpoints": "3.743.0",
|
39
39
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
40
|
-
"@aws-sdk/util-user-agent-node": "3.
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
41
41
|
"@smithy/config-resolver": "^4.0.1",
|
42
|
-
"@smithy/core": "^3.1.
|
42
|
+
"@smithy/core": "^3.1.2",
|
43
43
|
"@smithy/fetch-http-handler": "^5.0.1",
|
44
44
|
"@smithy/hash-node": "^4.0.1",
|
45
45
|
"@smithy/invalid-dependency": "^4.0.1",
|
46
46
|
"@smithy/middleware-content-length": "^4.0.1",
|
47
|
-
"@smithy/middleware-endpoint": "^4.0.
|
48
|
-
"@smithy/middleware-retry": "^4.0.
|
49
|
-
"@smithy/middleware-serde": "^4.0.
|
47
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
48
|
+
"@smithy/middleware-retry": "^4.0.4",
|
49
|
+
"@smithy/middleware-serde": "^4.0.2",
|
50
50
|
"@smithy/middleware-stack": "^4.0.1",
|
51
51
|
"@smithy/node-config-provider": "^4.0.1",
|
52
52
|
"@smithy/node-http-handler": "^4.0.2",
|
53
53
|
"@smithy/protocol-http": "^5.0.1",
|
54
|
-
"@smithy/smithy-client": "^4.1.
|
54
|
+
"@smithy/smithy-client": "^4.1.3",
|
55
55
|
"@smithy/types": "^4.1.0",
|
56
56
|
"@smithy/url-parser": "^4.0.1",
|
57
57
|
"@smithy/util-base64": "^4.0.0",
|
58
58
|
"@smithy/util-body-length-browser": "^4.0.0",
|
59
59
|
"@smithy/util-body-length-node": "^4.0.0",
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
60
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
61
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
62
62
|
"@smithy/util-endpoints": "^3.0.1",
|
63
63
|
"@smithy/util-middleware": "^4.0.1",
|
64
64
|
"@smithy/util-retry": "^4.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.744.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-sdk/nested-clients": "3.
|
30
|
+
"@aws-sdk/nested-clients": "3.744.0",
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
32
32
|
"@smithy/property-provider": "^4.0.1",
|
33
33
|
"@smithy/shared-ini-file-loader": "^4.0.1",
|
@@ -332,7 +332,17 @@ var partitions_default = {
|
|
332
332
|
supportsFIPS: true
|
333
333
|
},
|
334
334
|
regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
|
335
|
-
regions: {
|
335
|
+
regions: {
|
336
|
+
"aws-iso-f-global": {
|
337
|
+
description: "AWS ISOF global region"
|
338
|
+
},
|
339
|
+
"us-isof-east-1": {
|
340
|
+
description: "US ISOF EAST"
|
341
|
+
},
|
342
|
+
"us-isof-south-1": {
|
343
|
+
description: "US ISOF SOUTH"
|
344
|
+
}
|
345
|
+
}
|
336
346
|
}],
|
337
347
|
version: "1.1"
|
338
348
|
};
|
@@ -223,7 +223,17 @@
|
|
223
223
|
"supportsFIPS": true
|
224
224
|
},
|
225
225
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
226
|
-
"regions": {
|
226
|
+
"regions": {
|
227
|
+
"aws-iso-f-global": {
|
228
|
+
"description": "AWS ISOF global region"
|
229
|
+
},
|
230
|
+
"us-isof-east-1": {
|
231
|
+
"description": "US ISOF EAST"
|
232
|
+
},
|
233
|
+
"us-isof-south-1": {
|
234
|
+
"description": "US ISOF SOUTH"
|
235
|
+
}
|
236
|
+
}
|
227
237
|
}],
|
228
238
|
"version": "1.1"
|
229
239
|
}
|
@@ -223,7 +223,17 @@
|
|
223
223
|
"supportsFIPS": true
|
224
224
|
},
|
225
225
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
226
|
-
"regions": {
|
226
|
+
"regions": {
|
227
|
+
"aws-iso-f-global": {
|
228
|
+
"description": "AWS ISOF global region"
|
229
|
+
},
|
230
|
+
"us-isof-east-1": {
|
231
|
+
"description": "US ISOF EAST"
|
232
|
+
},
|
233
|
+
"us-isof-south-1": {
|
234
|
+
"description": "US ISOF SOUTH"
|
235
|
+
}
|
236
|
+
}
|
227
237
|
}],
|
228
238
|
"version": "1.1"
|
229
239
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.744.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/middleware-user-agent": "3.
|
24
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
25
25
|
"@aws-sdk/types": "3.734.0",
|
26
26
|
"@smithy/node-config-provider": "^4.0.1",
|
27
27
|
"@smithy/types": "^4.1.0",
|
package/package.json
CHANGED
@@ -42,17 +42,17 @@
|
|
42
42
|
"organization": false
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
45
|
+
"@cdk8s/projen-common": "0.0.576",
|
46
46
|
"@stylistic/eslint-plugin": "^2",
|
47
47
|
"@types/fs-extra": "^11.0.4",
|
48
48
|
"@types/jest": "^27",
|
49
49
|
"@types/node": "16.18.78",
|
50
50
|
"@typescript-eslint/eslint-plugin": "^8",
|
51
51
|
"@typescript-eslint/parser": "^8",
|
52
|
-
"aws-cdk": "^2.
|
52
|
+
"aws-cdk": "^2.178.1",
|
53
53
|
"aws-cdk-lib": "2.109.0",
|
54
54
|
"cdk8s": "2.68.91",
|
55
|
-
"cdk8s-cli": "^2.198.
|
55
|
+
"cdk8s-cli": "^2.198.317",
|
56
56
|
"commit-and-tag-version": "^12",
|
57
57
|
"constructs": "10.3.0",
|
58
58
|
"eslint": "^9",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"constructs": "^10.3.0"
|
78
78
|
},
|
79
79
|
"dependencies": {
|
80
|
-
"@aws-sdk/client-cloudformation": "^3.
|
80
|
+
"@aws-sdk/client-cloudformation": "^3.744.0"
|
81
81
|
},
|
82
82
|
"bundledDependencies": [
|
83
83
|
"@aws-sdk/client-cloudformation"
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"publishConfig": {
|
94
94
|
"access": "public"
|
95
95
|
},
|
96
|
-
"version": "0.0.
|
96
|
+
"version": "0.0.244",
|
97
97
|
"jest": {
|
98
98
|
"coverageProvider": "v8",
|
99
99
|
"testMatch": [
|