@aws-sdk/client-controltower 3.621.0 → 3.623.0
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/README.md +125 -39
- package/dist-cjs/index.js +12 -18
- package/dist-es/ControlTowerClient.js +12 -18
- package/dist-types/ControlTower.d.ts +132 -46
- package/dist-types/ControlTowerClient.d.ts +134 -50
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/dist-types/index.d.ts +132 -46
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ControlTowerClient.d.ts +6 -8
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/package.json +10 -10
|
@@ -158,7 +158,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
158
158
|
/**
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
|
-
export type ControlTowerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults &
|
|
161
|
+
export type ControlTowerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig<EndpointParameters> & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
162
162
|
/**
|
|
163
163
|
* @public
|
|
164
164
|
*
|
|
@@ -169,7 +169,7 @@ export interface ControlTowerClientConfig extends ControlTowerClientConfigType {
|
|
|
169
169
|
/**
|
|
170
170
|
* @public
|
|
171
171
|
*/
|
|
172
|
-
export type ControlTowerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig &
|
|
172
|
+
export type ControlTowerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
173
173
|
/**
|
|
174
174
|
* @public
|
|
175
175
|
*
|
|
@@ -178,7 +178,8 @@ export type ControlTowerClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
178
178
|
export interface ControlTowerClientResolvedConfig extends ControlTowerClientResolvedConfigType {
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
|
-
* <p>Amazon Web Services Control Tower offers application programming interface (API)
|
|
181
|
+
* <p>Amazon Web Services Control Tower offers application programming interface (API)
|
|
182
|
+
* operations that support programmatic interaction with these types of resources:</p>
|
|
182
183
|
* <ul>
|
|
183
184
|
* <li>
|
|
184
185
|
* <p>
|
|
@@ -222,7 +223,8 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
222
223
|
* <li>
|
|
223
224
|
* <p>
|
|
224
225
|
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch.html">
|
|
225
|
-
* <i>Landing
|
|
226
|
+
* <i>Landing
|
|
227
|
+
* zones</i>
|
|
226
228
|
* </a>
|
|
227
229
|
* </p>
|
|
228
230
|
* <ul>
|
|
@@ -253,6 +255,11 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
253
255
|
* </li>
|
|
254
256
|
* <li>
|
|
255
257
|
* <p>
|
|
258
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZoneOperations.html">ListLandingZoneOperations</a>
|
|
259
|
+
* </p>
|
|
260
|
+
* </li>
|
|
261
|
+
* <li>
|
|
262
|
+
* <p>
|
|
256
263
|
* <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetLandingZone.html">ResetLandingZone</a>
|
|
257
264
|
* </p>
|
|
258
265
|
* </li>
|
|
@@ -319,7 +326,9 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
319
326
|
* </li>
|
|
320
327
|
* <li>
|
|
321
328
|
* <p>
|
|
322
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html">
|
|
329
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html">
|
|
330
|
+
* <i>Tagging</i>
|
|
331
|
+
* </a>
|
|
323
332
|
* </p>
|
|
324
333
|
* <ul>
|
|
325
334
|
* <li>
|
|
@@ -347,49 +356,84 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
347
356
|
* <b>About control APIs</b>
|
|
348
357
|
* </p>
|
|
349
358
|
* <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined
|
|
350
|
-
*
|
|
359
|
+
* <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p>
|
|
351
360
|
* <p>To call these APIs, you'll need to know:</p>
|
|
352
361
|
* <ul>
|
|
353
362
|
* <li>
|
|
354
|
-
* <p>the <code>controlIdentifier</code> for the control--or guardrail--you are
|
|
363
|
+
* <p>the <code>controlIdentifier</code> for the control--or guardrail--you are
|
|
364
|
+
* targeting.</p>
|
|
355
365
|
* </li>
|
|
356
366
|
* <li>
|
|
357
|
-
* <p>the ARN associated with the target organizational unit (OU), which we call the
|
|
367
|
+
* <p>the ARN associated with the target organizational unit (OU), which we call the
|
|
368
|
+
* <code>targetIdentifier</code>.</p>
|
|
358
369
|
* </li>
|
|
359
370
|
* <li>
|
|
360
371
|
* <p>the ARN associated with a resource that you wish to tag or untag.</p>
|
|
361
372
|
* </li>
|
|
362
373
|
* </ul>
|
|
363
374
|
* <p>
|
|
364
|
-
* <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower
|
|
365
|
-
* control:</b>
|
|
375
|
+
* <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower control:</b>
|
|
366
376
|
* </p>
|
|
367
|
-
* <p>The <code>controlIdentifier</code> is an ARN that is specified for each
|
|
368
|
-
*
|
|
369
|
-
*
|
|
370
|
-
*
|
|
371
|
-
*
|
|
372
|
-
*
|
|
373
|
-
*
|
|
377
|
+
* <p>The <code>controlIdentifier</code> is an ARN that is specified for each control. You can
|
|
378
|
+
* view the <code>controlIdentifier</code> in the console on the <b>Control
|
|
379
|
+
* details</b> page, as well as in the documentation.</p>
|
|
380
|
+
* <p>
|
|
381
|
+
* <b>About identifiers for Amazon Web Services Control Tower</b>
|
|
382
|
+
* </p>
|
|
383
|
+
* <p>The Amazon Web Services Control Tower <code>controlIdentifier</code> is unique in each Amazon Web Services Region for each
|
|
384
|
+
* control. You can find the <code>controlIdentifier</code> for each Region and control in the
|
|
385
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Tables of control metadata</a> or the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
|
|
386
|
+
* availability by Region tables</a> in the <i>Amazon Web Services Control Tower
|
|
387
|
+
* Controls Reference Guide</i>.</p>
|
|
388
|
+
* <p>A quick-reference list of control identifers for the Amazon Web Services Control Tower
|
|
389
|
+
* legacy <i>Strongly recommended</i> and <i>Elective</i> controls
|
|
390
|
+
* is given in <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html.html">Resource
|
|
391
|
+
* identifiers for APIs and controls</a> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">
|
|
374
392
|
* <i>Amazon Web Services Control Tower Controls Reference Guide</i>
|
|
375
|
-
* </a>. Remember
|
|
393
|
+
* </a>. Remember
|
|
394
|
+
* that <i>Mandatory</i> controls cannot be added or removed.</p>
|
|
376
395
|
* <note>
|
|
377
396
|
* <p>
|
|
378
|
-
* <b>
|
|
379
|
-
* <code>arn:aws:controltower:\{REGION\}::control/\{CONTROL_NAME\}</code>
|
|
380
|
-
* </p>
|
|
381
|
-
* <p>
|
|
382
|
-
* <b>Example:</b>
|
|
383
|
-
* </p>
|
|
384
|
-
* <p>
|
|
385
|
-
* <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code>
|
|
397
|
+
* <b>Some controls have two identifiers</b>
|
|
386
398
|
* </p>
|
|
399
|
+
* <ul>
|
|
400
|
+
* <li>
|
|
401
|
+
* <p>
|
|
402
|
+
* <b>ARN format for Amazon Web Services Control
|
|
403
|
+
* Tower:</b>
|
|
404
|
+
* <code>arn:aws:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}</code>
|
|
405
|
+
* </p>
|
|
406
|
+
* <p>
|
|
407
|
+
* <b>Example:</b>
|
|
408
|
+
* </p>
|
|
409
|
+
* <p>
|
|
410
|
+
* <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code>
|
|
411
|
+
* </p>
|
|
412
|
+
* </li>
|
|
413
|
+
* <li>
|
|
414
|
+
* <p>
|
|
415
|
+
* <b>ARN format for Amazon Web Services Control
|
|
416
|
+
* Catalog:</b>
|
|
417
|
+
* <code>arn:\{PARTITION\}:controlcatalog:::control/\{CONTROL_CATALOG_OPAQUE_ID\}</code>
|
|
418
|
+
* </p>
|
|
419
|
+
* </li>
|
|
420
|
+
* </ul>
|
|
421
|
+
* <p>You can find the <code>\{CONTROL_CATALOG_OPAQUE_ID\}</code> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html">
|
|
422
|
+
* <i>Amazon Web Services Control Tower Controls Reference
|
|
423
|
+
* Guide</i>
|
|
424
|
+
* </a>, or in the Amazon Web Services Control Tower console, on the
|
|
425
|
+
* <b>Control details</b> page.</p>
|
|
426
|
+
* <p>The Amazon Web Services Control Tower APIs for enabled controls, such as
|
|
427
|
+
* <code>GetEnabledControl</code> and <code>ListEnabledControls</code> always return an
|
|
428
|
+
* ARN of the same type given when the control was enabled.</p>
|
|
387
429
|
* </note>
|
|
388
430
|
* <p>
|
|
389
431
|
* <b>To get the <code>targetIdentifier</code>:</b>
|
|
390
432
|
* </p>
|
|
391
433
|
* <p>The <code>targetIdentifier</code> is the ARN for an OU.</p>
|
|
392
|
-
* <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the
|
|
434
|
+
* <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the
|
|
435
|
+
* <b>Organizational unit details</b> page associated with that
|
|
436
|
+
* OU.</p>
|
|
393
437
|
* <note>
|
|
394
438
|
* <p>
|
|
395
439
|
* <b>OU ARN format:</b>
|
|
@@ -401,14 +445,46 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
401
445
|
* <p>
|
|
402
446
|
* <b> About landing zone APIs</b>
|
|
403
447
|
* </p>
|
|
404
|
-
* <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs.
|
|
405
|
-
*
|
|
448
|
+
* <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs.
|
|
449
|
+
* For an introduction and steps, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/getting-started-apis.html">Getting started with
|
|
450
|
+
* Amazon Web Services Control Tower using APIs</a>.</p>
|
|
451
|
+
* <p>For an overview of landing zone API operations, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/2023-all.html#landing-zone-apis">
|
|
452
|
+
* Amazon Web Services Control Tower supports landing zone APIs</a>. The individual API
|
|
453
|
+
* operations for landing zones are detailed in this document, the <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html">API reference
|
|
454
|
+
* manual</a>, in the "Actions" section.</p>
|
|
406
455
|
* <p>
|
|
407
456
|
* <b>About baseline APIs</b>
|
|
408
457
|
* </p>
|
|
409
|
-
* <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational
|
|
410
|
-
*
|
|
411
|
-
*
|
|
458
|
+
* <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational
|
|
459
|
+
* unit (OU) as a way to register the OU with Amazon Web Services Control Tower,
|
|
460
|
+
* programmatically. For a general overview of this capability, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/2024-all.html#baseline-apis">Amazon Web Services Control Tower supports APIs for OU registration and configuration
|
|
461
|
+
* with baselines</a>.</p>
|
|
462
|
+
* <p>You can call the baseline API operations to view the baselines that Amazon Web Services
|
|
463
|
+
* Control Tower enables for your landing zone, on your behalf, when setting up the landing
|
|
464
|
+
* zone. These baselines are read-only baselines.</p>
|
|
465
|
+
* <p>The individual API operations for baselines are detailed in this document, the <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html">API
|
|
466
|
+
* reference manual</a>, in the "Actions" section. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input and output examples with CLI</a>.</p>
|
|
467
|
+
* <p>
|
|
468
|
+
* <b> About Amazon Web Services Control Catalog identifiers</b>
|
|
469
|
+
* </p>
|
|
470
|
+
* <ul>
|
|
471
|
+
* <li>
|
|
472
|
+
* <p>The <code>EnableControl</code> and <code>DisableControl</code> API operations can
|
|
473
|
+
* be called by specifying either the Amazon Web Services Control Tower identifer or the
|
|
474
|
+
* Amazon Web Services Control Catalog identifier. The API response returns the same
|
|
475
|
+
* type of identifier that you specified when calling the API.</p>
|
|
476
|
+
* </li>
|
|
477
|
+
* <li>
|
|
478
|
+
* <p>If you use an Amazon Web Services Control Tower identifier to call the
|
|
479
|
+
* <code>EnableControl</code> API, and then call <code>EnableControl</code> again
|
|
480
|
+
* with an Amazon Web Services Control Catalog identifier, Amazon Web Services Control
|
|
481
|
+
* Tower returns an error message stating that the control is already enabled. Similar
|
|
482
|
+
* behavior applies to the <code>DisableControl</code> API operation. </p>
|
|
483
|
+
* </li>
|
|
484
|
+
* <li>
|
|
485
|
+
* <p>Mandatory controls and the landing-zone-level Region deny control have Amazon Web Services Control Tower identifiers only.</p>
|
|
486
|
+
* </li>
|
|
487
|
+
* </ul>
|
|
412
488
|
* <p class="title">
|
|
413
489
|
* <b>Details and examples</b>
|
|
414
490
|
* </p>
|
|
@@ -420,47 +496,56 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
420
496
|
* </li>
|
|
421
497
|
* <li>
|
|
422
498
|
* <p>
|
|
423
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input
|
|
499
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input
|
|
500
|
+
* and output examples with CLI</a>
|
|
424
501
|
* </p>
|
|
425
502
|
* </li>
|
|
426
503
|
* <li>
|
|
427
504
|
* <p>
|
|
428
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls
|
|
505
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls
|
|
506
|
+
* with CloudFormation</a>
|
|
429
507
|
* </p>
|
|
430
508
|
* </li>
|
|
431
509
|
* <li>
|
|
432
510
|
* <p>
|
|
433
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone
|
|
511
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone
|
|
512
|
+
* with CloudFormation</a>
|
|
434
513
|
* </p>
|
|
435
514
|
* </li>
|
|
436
515
|
* <li>
|
|
437
516
|
* <p>
|
|
438
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control
|
|
517
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control
|
|
518
|
+
* metadata tables (large page)</a>
|
|
439
519
|
* </p>
|
|
440
520
|
* </li>
|
|
441
521
|
* <li>
|
|
442
522
|
* <p>
|
|
443
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
|
|
523
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
|
|
524
|
+
* availability by Region tables (large page)</a>
|
|
444
525
|
* </p>
|
|
445
526
|
* </li>
|
|
446
527
|
* <li>
|
|
447
528
|
* <p>
|
|
448
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of
|
|
529
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of
|
|
530
|
+
* identifiers for legacy controls</a>
|
|
449
531
|
* </p>
|
|
450
532
|
* </li>
|
|
451
533
|
* <li>
|
|
452
534
|
* <p>
|
|
453
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference
|
|
535
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference
|
|
536
|
+
* guide</a>
|
|
454
537
|
* </p>
|
|
455
538
|
* </li>
|
|
456
539
|
* <li>
|
|
457
540
|
* <p>
|
|
458
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls
|
|
541
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls
|
|
542
|
+
* library groupings</a>
|
|
459
543
|
* </p>
|
|
460
544
|
* </li>
|
|
461
545
|
* <li>
|
|
462
546
|
* <p>
|
|
463
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/creating-resources-with-cloudformation.html">Creating Amazon Web Services Control Tower resources with Amazon Web Services
|
|
547
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/creating-resources-with-cloudformation.html">Creating Amazon Web Services Control Tower resources with Amazon Web Services
|
|
548
|
+
* CloudFormation</a>
|
|
464
549
|
* </p>
|
|
465
550
|
* </li>
|
|
466
551
|
* </ul>
|
|
@@ -469,13 +554,14 @@ export interface ControlTowerClientResolvedConfig extends ControlTowerClientReso
|
|
|
469
554
|
* <p>
|
|
470
555
|
* <b>Recording API Requests</b>
|
|
471
556
|
* </p>
|
|
472
|
-
* <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that
|
|
473
|
-
* Amazon Web Services
|
|
474
|
-
*
|
|
475
|
-
*
|
|
476
|
-
*
|
|
477
|
-
*
|
|
478
|
-
*
|
|
557
|
+
* <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that
|
|
558
|
+
* records Amazon Web Services API calls for your Amazon Web Services account and delivers log
|
|
559
|
+
* files to an Amazon S3 bucket. By using information collected by CloudTrail, you can
|
|
560
|
+
* determine which requests the Amazon Web Services Control Tower service received, who made
|
|
561
|
+
* the request and when, and so on. For more about Amazon Web Services Control Tower and its
|
|
562
|
+
* support for CloudTrail, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/logging-using-cloudtrail.html">Logging Amazon Web Services Control Tower Actions with Amazon Web Services CloudTrail</a> in the
|
|
563
|
+
* Amazon Web Services Control Tower User Guide. To learn more about CloudTrail, including
|
|
564
|
+
* how to turn it on and find your log files, see the Amazon Web Services CloudTrail User
|
|
479
565
|
* Guide.</p>
|
|
480
566
|
* @public
|
|
481
567
|
*/
|
|
@@ -491,6 +577,4 @@ export declare class ControlTowerClient extends __Client<__HttpHandlerOptions, S
|
|
|
491
577
|
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
492
578
|
*/
|
|
493
579
|
destroy(): void;
|
|
494
|
-
private getDefaultHttpAuthSchemeParametersProvider;
|
|
495
|
-
private getIdentityProviderConfigProvider;
|
|
496
580
|
}
|
|
@@ -30,12 +30,12 @@ export declare const defaultControlTowerHttpAuthSchemeProvider: ControlTowerHttp
|
|
|
30
30
|
*/
|
|
31
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
34
34
|
* @internal
|
|
35
35
|
*/
|
|
36
36
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
39
39
|
* @internal
|
|
40
40
|
*/
|
|
41
41
|
httpAuthSchemeProvider?: ControlTowerHttpAuthSchemeProvider;
|
|
@@ -45,12 +45,12 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
|
45
45
|
*/
|
|
46
46
|
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
49
49
|
* @internal
|
|
50
50
|
*/
|
|
51
51
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
54
54
|
* @internal
|
|
55
55
|
*/
|
|
56
56
|
readonly httpAuthSchemeProvider: ControlTowerHttpAuthSchemeProvider;
|