@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
@@ -219,14 +219,13 @@ var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceE
|
|
219
219
|
name = "AccessDeniedException";
|
220
220
|
$fault = "client";
|
221
221
|
/**
|
222
|
-
* <p>Single error code.
|
223
|
-
* For this exception the value will be <code>access_denied</code>.</p>
|
222
|
+
* <p>Single error code. For this exception the value will be <code>access_denied</code>.</p>
|
224
223
|
* @public
|
225
224
|
*/
|
226
225
|
error;
|
227
226
|
/**
|
228
|
-
* <p>Human-readable text providing additional information, used to assist the
|
229
|
-
*
|
227
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
228
|
+
* in understanding the error that occurred.</p>
|
230
229
|
* @public
|
231
230
|
*/
|
232
231
|
error_description;
|
@@ -251,14 +250,14 @@ var AuthorizationPendingException = class _AuthorizationPendingException extends
|
|
251
250
|
name = "AuthorizationPendingException";
|
252
251
|
$fault = "client";
|
253
252
|
/**
|
254
|
-
* <p>Single error code.
|
255
|
-
*
|
253
|
+
* <p>Single error code. For this exception the value will be
|
254
|
+
* <code>authorization_pending</code>.</p>
|
256
255
|
* @public
|
257
256
|
*/
|
258
257
|
error;
|
259
258
|
/**
|
260
|
-
* <p>Human-readable text providing additional information, used to assist the
|
261
|
-
*
|
259
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
260
|
+
* in understanding the error that occurred.</p>
|
262
261
|
* @public
|
263
262
|
*/
|
264
263
|
error_description;
|
@@ -295,14 +294,13 @@ var ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCServiceE
|
|
295
294
|
name = "ExpiredTokenException";
|
296
295
|
$fault = "client";
|
297
296
|
/**
|
298
|
-
* <p>Single error code.
|
299
|
-
* For this exception the value will be <code>expired_token</code>.</p>
|
297
|
+
* <p>Single error code. For this exception the value will be <code>expired_token</code>.</p>
|
300
298
|
* @public
|
301
299
|
*/
|
302
300
|
error;
|
303
301
|
/**
|
304
|
-
* <p>Human-readable text providing additional information, used to assist the
|
305
|
-
*
|
302
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
303
|
+
* in understanding the error that occurred.</p>
|
306
304
|
* @public
|
307
305
|
*/
|
308
306
|
error_description;
|
@@ -327,14 +325,13 @@ var InternalServerException = class _InternalServerException extends SSOOIDCServ
|
|
327
325
|
name = "InternalServerException";
|
328
326
|
$fault = "server";
|
329
327
|
/**
|
330
|
-
* <p>Single error code.
|
331
|
-
* For this exception the value will be <code>server_error</code>.</p>
|
328
|
+
* <p>Single error code. For this exception the value will be <code>server_error</code>.</p>
|
332
329
|
* @public
|
333
330
|
*/
|
334
331
|
error;
|
335
332
|
/**
|
336
|
-
* <p>Human-readable text providing additional information, used to assist the
|
337
|
-
*
|
333
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
334
|
+
* in understanding the error that occurred.</p>
|
338
335
|
* @public
|
339
336
|
*/
|
340
337
|
error_description;
|
@@ -359,14 +356,14 @@ var InvalidClientException = class _InvalidClientException extends SSOOIDCServic
|
|
359
356
|
name = "InvalidClientException";
|
360
357
|
$fault = "client";
|
361
358
|
/**
|
362
|
-
* <p>Single error code.
|
363
|
-
*
|
359
|
+
* <p>Single error code. For this exception the value will be
|
360
|
+
* <code>invalid_client</code>.</p>
|
364
361
|
* @public
|
365
362
|
*/
|
366
363
|
error;
|
367
364
|
/**
|
368
|
-
* <p>Human-readable text providing additional information, used to assist the
|
369
|
-
*
|
365
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
366
|
+
* in understanding the error that occurred.</p>
|
370
367
|
* @public
|
371
368
|
*/
|
372
369
|
error_description;
|
@@ -391,14 +388,13 @@ var InvalidGrantException = class _InvalidGrantException extends SSOOIDCServiceE
|
|
391
388
|
name = "InvalidGrantException";
|
392
389
|
$fault = "client";
|
393
390
|
/**
|
394
|
-
* <p>Single error code.
|
395
|
-
* For this exception the value will be <code>invalid_grant</code>.</p>
|
391
|
+
* <p>Single error code. For this exception the value will be <code>invalid_grant</code>.</p>
|
396
392
|
* @public
|
397
393
|
*/
|
398
394
|
error;
|
399
395
|
/**
|
400
|
-
* <p>Human-readable text providing additional information, used to assist the
|
401
|
-
*
|
396
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
397
|
+
* in understanding the error that occurred.</p>
|
402
398
|
* @public
|
403
399
|
*/
|
404
400
|
error_description;
|
@@ -423,14 +419,14 @@ var InvalidRequestException = class _InvalidRequestException extends SSOOIDCServ
|
|
423
419
|
name = "InvalidRequestException";
|
424
420
|
$fault = "client";
|
425
421
|
/**
|
426
|
-
* <p>Single error code.
|
427
|
-
*
|
422
|
+
* <p>Single error code. For this exception the value will be
|
423
|
+
* <code>invalid_request</code>.</p>
|
428
424
|
* @public
|
429
425
|
*/
|
430
426
|
error;
|
431
427
|
/**
|
432
|
-
* <p>Human-readable text providing additional information, used to assist the
|
433
|
-
*
|
428
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
429
|
+
* in understanding the error that occurred.</p>
|
434
430
|
* @public
|
435
431
|
*/
|
436
432
|
error_description;
|
@@ -455,14 +451,13 @@ var InvalidScopeException = class _InvalidScopeException extends SSOOIDCServiceE
|
|
455
451
|
name = "InvalidScopeException";
|
456
452
|
$fault = "client";
|
457
453
|
/**
|
458
|
-
* <p>Single error code.
|
459
|
-
* For this exception the value will be <code>invalid_scope</code>.</p>
|
454
|
+
* <p>Single error code. For this exception the value will be <code>invalid_scope</code>.</p>
|
460
455
|
* @public
|
461
456
|
*/
|
462
457
|
error;
|
463
458
|
/**
|
464
|
-
* <p>Human-readable text providing additional information, used to assist the
|
465
|
-
*
|
459
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
460
|
+
* in understanding the error that occurred.</p>
|
466
461
|
* @public
|
467
462
|
*/
|
468
463
|
error_description;
|
@@ -487,14 +482,13 @@ var SlowDownException = class _SlowDownException extends SSOOIDCServiceException
|
|
487
482
|
name = "SlowDownException";
|
488
483
|
$fault = "client";
|
489
484
|
/**
|
490
|
-
* <p>Single error code.
|
491
|
-
* For this exception the value will be <code>slow_down</code>.</p>
|
485
|
+
* <p>Single error code. For this exception the value will be <code>slow_down</code>.</p>
|
492
486
|
* @public
|
493
487
|
*/
|
494
488
|
error;
|
495
489
|
/**
|
496
|
-
* <p>Human-readable text providing additional information, used to assist the
|
497
|
-
*
|
490
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
491
|
+
* in understanding the error that occurred.</p>
|
498
492
|
* @public
|
499
493
|
*/
|
500
494
|
error_description;
|
@@ -519,14 +513,14 @@ var UnauthorizedClientException = class _UnauthorizedClientException extends SSO
|
|
519
513
|
name = "UnauthorizedClientException";
|
520
514
|
$fault = "client";
|
521
515
|
/**
|
522
|
-
* <p>Single error code.
|
523
|
-
*
|
516
|
+
* <p>Single error code. For this exception the value will be
|
517
|
+
* <code>unauthorized_client</code>.</p>
|
524
518
|
* @public
|
525
519
|
*/
|
526
520
|
error;
|
527
521
|
/**
|
528
|
-
* <p>Human-readable text providing additional information, used to assist the
|
529
|
-
*
|
522
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
523
|
+
* in understanding the error that occurred.</p>
|
530
524
|
* @public
|
531
525
|
*/
|
532
526
|
error_description;
|
@@ -551,14 +545,14 @@ var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends
|
|
551
545
|
name = "UnsupportedGrantTypeException";
|
552
546
|
$fault = "client";
|
553
547
|
/**
|
554
|
-
* <p>Single error code.
|
555
|
-
*
|
548
|
+
* <p>Single error code. For this exception the value will be
|
549
|
+
* <code>unsupported_grant_type</code>.</p>
|
556
550
|
* @public
|
557
551
|
*/
|
558
552
|
error;
|
559
553
|
/**
|
560
|
-
* <p>Human-readable text providing additional information, used to assist the
|
561
|
-
*
|
554
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
555
|
+
* in understanding the error that occurred.</p>
|
562
556
|
* @public
|
563
557
|
*/
|
564
558
|
error_description;
|
@@ -10,15 +10,16 @@ export interface SSOOIDC {
|
|
10
10
|
createToken(args: CreateTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTokenCommandOutput) => void): void;
|
11
11
|
}
|
12
12
|
/**
|
13
|
-
* <p>IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI
|
14
|
-
*
|
15
|
-
*
|
16
|
-
* IAM Identity Center.</p>
|
17
|
-
* <note>
|
18
|
-
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p>
|
19
|
-
* </note>
|
13
|
+
* <p>IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI or a
|
14
|
+
* native application) to register with IAM Identity Center. The service also enables the client to fetch the
|
15
|
+
* user’s access token upon successful authentication and authorization with IAM Identity Center.</p>
|
20
16
|
* <p>
|
21
|
-
* <b>
|
17
|
+
* <b>API namespaces</b>
|
18
|
+
* </p>
|
19
|
+
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces. IAM Identity Center
|
20
|
+
* OpenID Connect uses the <code>sso-oidc</code> namespace.</p>
|
21
|
+
* <p>
|
22
|
+
* <b>Considerations for using this guide</b>
|
22
23
|
* </p>
|
23
24
|
* <p>Before you begin using this guide, we recommend that you first review the following
|
24
25
|
* important information about how the IAM Identity Center OIDC service works.</p>
|
@@ -32,8 +33,8 @@ export interface SSOOIDC {
|
|
32
33
|
* <p>With older versions of the CLI, the service only emits OIDC access tokens, so to
|
33
34
|
* obtain a new token, users must explicitly re-authenticate. To access the OIDC flow that
|
34
35
|
* supports token refresh and doesn’t require re-authentication, update to the latest CLI
|
35
|
-
* version (1.27.10 for CLI V1 and 2.9.0 for CLI V2) with support for OIDC token refresh
|
36
|
-
* configurable IAM Identity Center session durations. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/configure-user-session.html">Configure Amazon Web Services access portal session duration </a>. </p>
|
36
|
+
* version (1.27.10 for CLI V1 and 2.9.0 for CLI V2) with support for OIDC token refresh
|
37
|
+
* and configurable IAM Identity Center session durations. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/configure-user-session.html">Configure Amazon Web Services access portal session duration </a>. </p>
|
37
38
|
* </li>
|
38
39
|
* <li>
|
39
40
|
* <p>The access tokens provided by this service grant access to all Amazon Web Services account
|
@@ -43,7 +44,7 @@ export interface SSOOIDC {
|
|
43
44
|
* <p>The documentation in this guide does not describe the mechanism to convert the access
|
44
45
|
* token into Amazon Web Services Auth (“sigv4”) credentials for use with IAM-protected Amazon Web Services service
|
45
46
|
* endpoints. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/PortalAPIReference/API_GetRoleCredentials.html">GetRoleCredentials</a> in the <i>IAM Identity Center Portal API Reference
|
46
|
-
*
|
47
|
+
* Guide</i>.</p>
|
47
48
|
* </li>
|
48
49
|
* </ul>
|
49
50
|
* <p>For general information about IAM Identity Center, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">What is
|
package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts
CHANGED
@@ -164,15 +164,16 @@ export type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
|
|
164
164
|
export interface SSOOIDCClientResolvedConfig extends SSOOIDCClientResolvedConfigType {
|
165
165
|
}
|
166
166
|
/**
|
167
|
-
* <p>IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI
|
168
|
-
*
|
169
|
-
*
|
170
|
-
* IAM Identity Center.</p>
|
171
|
-
* <note>
|
172
|
-
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p>
|
173
|
-
* </note>
|
167
|
+
* <p>IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI or a
|
168
|
+
* native application) to register with IAM Identity Center. The service also enables the client to fetch the
|
169
|
+
* user’s access token upon successful authentication and authorization with IAM Identity Center.</p>
|
174
170
|
* <p>
|
175
|
-
* <b>
|
171
|
+
* <b>API namespaces</b>
|
172
|
+
* </p>
|
173
|
+
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces. IAM Identity Center
|
174
|
+
* OpenID Connect uses the <code>sso-oidc</code> namespace.</p>
|
175
|
+
* <p>
|
176
|
+
* <b>Considerations for using this guide</b>
|
176
177
|
* </p>
|
177
178
|
* <p>Before you begin using this guide, we recommend that you first review the following
|
178
179
|
* important information about how the IAM Identity Center OIDC service works.</p>
|
@@ -186,8 +187,8 @@ export interface SSOOIDCClientResolvedConfig extends SSOOIDCClientResolvedConfig
|
|
186
187
|
* <p>With older versions of the CLI, the service only emits OIDC access tokens, so to
|
187
188
|
* obtain a new token, users must explicitly re-authenticate. To access the OIDC flow that
|
188
189
|
* supports token refresh and doesn’t require re-authentication, update to the latest CLI
|
189
|
-
* version (1.27.10 for CLI V1 and 2.9.0 for CLI V2) with support for OIDC token refresh
|
190
|
-
* configurable IAM Identity Center session durations. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/configure-user-session.html">Configure Amazon Web Services access portal session duration </a>. </p>
|
190
|
+
* version (1.27.10 for CLI V1 and 2.9.0 for CLI V2) with support for OIDC token refresh
|
191
|
+
* and configurable IAM Identity Center session durations. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/configure-user-session.html">Configure Amazon Web Services access portal session duration </a>. </p>
|
191
192
|
* </li>
|
192
193
|
* <li>
|
193
194
|
* <p>The access tokens provided by this service grant access to all Amazon Web Services account
|
@@ -197,7 +198,7 @@ export interface SSOOIDCClientResolvedConfig extends SSOOIDCClientResolvedConfig
|
|
197
198
|
* <p>The documentation in this guide does not describe the mechanism to convert the access
|
198
199
|
* token into Amazon Web Services Auth (“sigv4”) credentials for use with IAM-protected Amazon Web Services service
|
199
200
|
* endpoints. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/PortalAPIReference/API_GetRoleCredentials.html">GetRoleCredentials</a> in the <i>IAM Identity Center Portal API Reference
|
200
|
-
*
|
201
|
+
* Guide</i>.</p>
|
201
202
|
* </li>
|
202
203
|
* </ul>
|
203
204
|
* <p>For general information about IAM Identity Center, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">What is
|
@@ -28,7 +28,7 @@ declare const CreateTokenCommand_base: {
|
|
28
28
|
};
|
29
29
|
/**
|
30
30
|
* <p>Creates and returns access and refresh tokens for clients that are authenticated using
|
31
|
-
* client secrets. The access token can be used to fetch short-
|
31
|
+
* client secrets. The access token can be used to fetch short-lived credentials for the assigned
|
32
32
|
* AWS accounts or to access application APIs using <code>bearer</code> authentication.</p>
|
33
33
|
* @example
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
@@ -1,13 +1,14 @@
|
|
1
1
|
/**
|
2
|
-
* <p>IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI
|
3
|
-
*
|
4
|
-
*
|
5
|
-
* IAM Identity Center.</p>
|
6
|
-
* <note>
|
7
|
-
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p>
|
8
|
-
* </note>
|
2
|
+
* <p>IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI or a
|
3
|
+
* native application) to register with IAM Identity Center. The service also enables the client to fetch the
|
4
|
+
* user’s access token upon successful authentication and authorization with IAM Identity Center.</p>
|
9
5
|
* <p>
|
10
|
-
* <b>
|
6
|
+
* <b>API namespaces</b>
|
7
|
+
* </p>
|
8
|
+
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces. IAM Identity Center
|
9
|
+
* OpenID Connect uses the <code>sso-oidc</code> namespace.</p>
|
10
|
+
* <p>
|
11
|
+
* <b>Considerations for using this guide</b>
|
11
12
|
* </p>
|
12
13
|
* <p>Before you begin using this guide, we recommend that you first review the following
|
13
14
|
* important information about how the IAM Identity Center OIDC service works.</p>
|
@@ -21,8 +22,8 @@
|
|
21
22
|
* <p>With older versions of the CLI, the service only emits OIDC access tokens, so to
|
22
23
|
* obtain a new token, users must explicitly re-authenticate. To access the OIDC flow that
|
23
24
|
* supports token refresh and doesn’t require re-authentication, update to the latest CLI
|
24
|
-
* version (1.27.10 for CLI V1 and 2.9.0 for CLI V2) with support for OIDC token refresh
|
25
|
-
* configurable IAM Identity Center session durations. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/configure-user-session.html">Configure Amazon Web Services access portal session duration </a>. </p>
|
25
|
+
* version (1.27.10 for CLI V1 and 2.9.0 for CLI V2) with support for OIDC token refresh
|
26
|
+
* and configurable IAM Identity Center session durations. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/configure-user-session.html">Configure Amazon Web Services access portal session duration </a>. </p>
|
26
27
|
* </li>
|
27
28
|
* <li>
|
28
29
|
* <p>The access tokens provided by this service grant access to all Amazon Web Services account
|
@@ -32,7 +33,7 @@
|
|
32
33
|
* <p>The documentation in this guide does not describe the mechanism to convert the access
|
33
34
|
* token into Amazon Web Services Auth (“sigv4”) credentials for use with IAM-protected Amazon Web Services service
|
34
35
|
* endpoints. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/PortalAPIReference/API_GetRoleCredentials.html">GetRoleCredentials</a> in the <i>IAM Identity Center Portal API Reference
|
35
|
-
*
|
36
|
+
* Guide</i>.</p>
|
36
37
|
* </li>
|
37
38
|
* </ul>
|
38
39
|
* <p>For general information about IAM Identity Center, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">What is
|