@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
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Amazon Web Services Control Tower offers application programming interface (API)
|
|
2
|
+
* <p>Amazon Web Services Control Tower offers application programming interface (API)
|
|
3
|
+
* operations that support programmatic interaction with these types of resources:</p>
|
|
3
4
|
* <ul>
|
|
4
5
|
* <li>
|
|
5
6
|
* <p>
|
|
@@ -43,7 +44,8 @@
|
|
|
43
44
|
* <li>
|
|
44
45
|
* <p>
|
|
45
46
|
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch.html">
|
|
46
|
-
* <i>Landing
|
|
47
|
+
* <i>Landing
|
|
48
|
+
* zones</i>
|
|
47
49
|
* </a>
|
|
48
50
|
* </p>
|
|
49
51
|
* <ul>
|
|
@@ -74,6 +76,11 @@
|
|
|
74
76
|
* </li>
|
|
75
77
|
* <li>
|
|
76
78
|
* <p>
|
|
79
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListLandingZoneOperations.html">ListLandingZoneOperations</a>
|
|
80
|
+
* </p>
|
|
81
|
+
* </li>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>
|
|
77
84
|
* <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetLandingZone.html">ResetLandingZone</a>
|
|
78
85
|
* </p>
|
|
79
86
|
* </li>
|
|
@@ -140,7 +147,9 @@
|
|
|
140
147
|
* </li>
|
|
141
148
|
* <li>
|
|
142
149
|
* <p>
|
|
143
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html">
|
|
150
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html">
|
|
151
|
+
* <i>Tagging</i>
|
|
152
|
+
* </a>
|
|
144
153
|
* </p>
|
|
145
154
|
* <ul>
|
|
146
155
|
* <li>
|
|
@@ -168,49 +177,84 @@
|
|
|
168
177
|
* <b>About control APIs</b>
|
|
169
178
|
* </p>
|
|
170
179
|
* <p>These interfaces allow you to apply the Amazon Web Services library of pre-defined
|
|
171
|
-
*
|
|
180
|
+
* <i>controls</i> to your organizational units, programmatically. In Amazon Web Services Control Tower, the terms "control" and "guardrail" are synonyms.</p>
|
|
172
181
|
* <p>To call these APIs, you'll need to know:</p>
|
|
173
182
|
* <ul>
|
|
174
183
|
* <li>
|
|
175
|
-
* <p>the <code>controlIdentifier</code> for the control--or guardrail--you are
|
|
184
|
+
* <p>the <code>controlIdentifier</code> for the control--or guardrail--you are
|
|
185
|
+
* targeting.</p>
|
|
176
186
|
* </li>
|
|
177
187
|
* <li>
|
|
178
|
-
* <p>the ARN associated with the target organizational unit (OU), which we call the
|
|
188
|
+
* <p>the ARN associated with the target organizational unit (OU), which we call the
|
|
189
|
+
* <code>targetIdentifier</code>.</p>
|
|
179
190
|
* </li>
|
|
180
191
|
* <li>
|
|
181
192
|
* <p>the ARN associated with a resource that you wish to tag or untag.</p>
|
|
182
193
|
* </li>
|
|
183
194
|
* </ul>
|
|
184
195
|
* <p>
|
|
185
|
-
* <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower
|
|
186
|
-
* control:</b>
|
|
196
|
+
* <b>To get the <code>controlIdentifier</code> for your Amazon Web Services Control Tower control:</b>
|
|
187
197
|
* </p>
|
|
188
|
-
* <p>The <code>controlIdentifier</code> is an ARN that is specified for each
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
198
|
+
* <p>The <code>controlIdentifier</code> is an ARN that is specified for each control. You can
|
|
199
|
+
* view the <code>controlIdentifier</code> in the console on the <b>Control
|
|
200
|
+
* details</b> page, as well as in the documentation.</p>
|
|
201
|
+
* <p>
|
|
202
|
+
* <b>About identifiers for Amazon Web Services Control Tower</b>
|
|
203
|
+
* </p>
|
|
204
|
+
* <p>The Amazon Web Services Control Tower <code>controlIdentifier</code> is unique in each Amazon Web Services Region for each
|
|
205
|
+
* control. You can find the <code>controlIdentifier</code> for each Region and control in the
|
|
206
|
+
* <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
|
|
207
|
+
* availability by Region tables</a> in the <i>Amazon Web Services Control Tower
|
|
208
|
+
* Controls Reference Guide</i>.</p>
|
|
209
|
+
* <p>A quick-reference list of control identifers for the Amazon Web Services Control Tower
|
|
210
|
+
* legacy <i>Strongly recommended</i> and <i>Elective</i> controls
|
|
211
|
+
* is given in <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html.html">Resource
|
|
212
|
+
* identifiers for APIs and controls</a> in the <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">
|
|
195
213
|
* <i>Amazon Web Services Control Tower Controls Reference Guide</i>
|
|
196
|
-
* </a>. Remember
|
|
214
|
+
* </a>. Remember
|
|
215
|
+
* that <i>Mandatory</i> controls cannot be added or removed.</p>
|
|
197
216
|
* <note>
|
|
198
217
|
* <p>
|
|
199
|
-
* <b>
|
|
200
|
-
* <code>arn:aws:controltower:{REGION}::control/{CONTROL_NAME}</code>
|
|
201
|
-
* </p>
|
|
202
|
-
* <p>
|
|
203
|
-
* <b>Example:</b>
|
|
204
|
-
* </p>
|
|
205
|
-
* <p>
|
|
206
|
-
* <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code>
|
|
218
|
+
* <b>Some controls have two identifiers</b>
|
|
207
219
|
* </p>
|
|
220
|
+
* <ul>
|
|
221
|
+
* <li>
|
|
222
|
+
* <p>
|
|
223
|
+
* <b>ARN format for Amazon Web Services Control
|
|
224
|
+
* Tower:</b>
|
|
225
|
+
* <code>arn:aws:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}</code>
|
|
226
|
+
* </p>
|
|
227
|
+
* <p>
|
|
228
|
+
* <b>Example:</b>
|
|
229
|
+
* </p>
|
|
230
|
+
* <p>
|
|
231
|
+
* <code>arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED</code>
|
|
232
|
+
* </p>
|
|
233
|
+
* </li>
|
|
234
|
+
* <li>
|
|
235
|
+
* <p>
|
|
236
|
+
* <b>ARN format for Amazon Web Services Control
|
|
237
|
+
* Catalog:</b>
|
|
238
|
+
* <code>arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}</code>
|
|
239
|
+
* </p>
|
|
240
|
+
* </li>
|
|
241
|
+
* </ul>
|
|
242
|
+
* <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">
|
|
243
|
+
* <i>Amazon Web Services Control Tower Controls Reference
|
|
244
|
+
* Guide</i>
|
|
245
|
+
* </a>, or in the Amazon Web Services Control Tower console, on the
|
|
246
|
+
* <b>Control details</b> page.</p>
|
|
247
|
+
* <p>The Amazon Web Services Control Tower APIs for enabled controls, such as
|
|
248
|
+
* <code>GetEnabledControl</code> and <code>ListEnabledControls</code> always return an
|
|
249
|
+
* ARN of the same type given when the control was enabled.</p>
|
|
208
250
|
* </note>
|
|
209
251
|
* <p>
|
|
210
252
|
* <b>To get the <code>targetIdentifier</code>:</b>
|
|
211
253
|
* </p>
|
|
212
254
|
* <p>The <code>targetIdentifier</code> is the ARN for an OU.</p>
|
|
213
|
-
* <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the
|
|
255
|
+
* <p>In the Amazon Web Services Organizations console, you can find the ARN for the OU on the
|
|
256
|
+
* <b>Organizational unit details</b> page associated with that
|
|
257
|
+
* OU.</p>
|
|
214
258
|
* <note>
|
|
215
259
|
* <p>
|
|
216
260
|
* <b>OU ARN format:</b>
|
|
@@ -222,14 +266,46 @@
|
|
|
222
266
|
* <p>
|
|
223
267
|
* <b> About landing zone APIs</b>
|
|
224
268
|
* </p>
|
|
225
|
-
* <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs.
|
|
226
|
-
*
|
|
269
|
+
* <p>You can configure and launch an Amazon Web Services Control Tower landing zone with APIs.
|
|
270
|
+
* For an introduction and steps, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/getting-started-apis.html">Getting started with
|
|
271
|
+
* Amazon Web Services Control Tower using APIs</a>.</p>
|
|
272
|
+
* <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">
|
|
273
|
+
* Amazon Web Services Control Tower supports landing zone APIs</a>. The individual API
|
|
274
|
+
* 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
|
|
275
|
+
* manual</a>, in the "Actions" section.</p>
|
|
227
276
|
* <p>
|
|
228
277
|
* <b>About baseline APIs</b>
|
|
229
278
|
* </p>
|
|
230
|
-
* <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational
|
|
231
|
-
*
|
|
232
|
-
*
|
|
279
|
+
* <p>You can apply the <code>AWSControlTowerBaseline</code> baseline to an organizational
|
|
280
|
+
* unit (OU) as a way to register the OU with Amazon Web Services Control Tower,
|
|
281
|
+
* 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
|
|
282
|
+
* with baselines</a>.</p>
|
|
283
|
+
* <p>You can call the baseline API operations to view the baselines that Amazon Web Services
|
|
284
|
+
* Control Tower enables for your landing zone, on your behalf, when setting up the landing
|
|
285
|
+
* zone. These baselines are read-only baselines.</p>
|
|
286
|
+
* <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
|
|
287
|
+
* 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>
|
|
288
|
+
* <p>
|
|
289
|
+
* <b> About Amazon Web Services Control Catalog identifiers</b>
|
|
290
|
+
* </p>
|
|
291
|
+
* <ul>
|
|
292
|
+
* <li>
|
|
293
|
+
* <p>The <code>EnableControl</code> and <code>DisableControl</code> API operations can
|
|
294
|
+
* be called by specifying either the Amazon Web Services Control Tower identifer or the
|
|
295
|
+
* Amazon Web Services Control Catalog identifier. The API response returns the same
|
|
296
|
+
* type of identifier that you specified when calling the API.</p>
|
|
297
|
+
* </li>
|
|
298
|
+
* <li>
|
|
299
|
+
* <p>If you use an Amazon Web Services Control Tower identifier to call the
|
|
300
|
+
* <code>EnableControl</code> API, and then call <code>EnableControl</code> again
|
|
301
|
+
* with an Amazon Web Services Control Catalog identifier, Amazon Web Services Control
|
|
302
|
+
* Tower returns an error message stating that the control is already enabled. Similar
|
|
303
|
+
* behavior applies to the <code>DisableControl</code> API operation. </p>
|
|
304
|
+
* </li>
|
|
305
|
+
* <li>
|
|
306
|
+
* <p>Mandatory controls and the landing-zone-level Region deny control have Amazon Web Services Control Tower identifiers only.</p>
|
|
307
|
+
* </li>
|
|
308
|
+
* </ul>
|
|
233
309
|
* <p class="title">
|
|
234
310
|
* <b>Details and examples</b>
|
|
235
311
|
* </p>
|
|
@@ -241,47 +317,56 @@
|
|
|
241
317
|
* </li>
|
|
242
318
|
* <li>
|
|
243
319
|
* <p>
|
|
244
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input
|
|
320
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html">Baseline API input
|
|
321
|
+
* and output examples with CLI</a>
|
|
245
322
|
* </p>
|
|
246
323
|
* </li>
|
|
247
324
|
* <li>
|
|
248
325
|
* <p>
|
|
249
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls
|
|
326
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/enable-controls.html">Enable controls
|
|
327
|
+
* with CloudFormation</a>
|
|
250
328
|
* </p>
|
|
251
329
|
* </li>
|
|
252
330
|
* <li>
|
|
253
331
|
* <p>
|
|
254
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone
|
|
332
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-apis-cfn-setup.html">Launch a landing zone
|
|
333
|
+
* with CloudFormation</a>
|
|
255
334
|
* </p>
|
|
256
335
|
* </li>
|
|
257
336
|
* <li>
|
|
258
337
|
* <p>
|
|
259
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control
|
|
338
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html">Control
|
|
339
|
+
* metadata tables (large page)</a>
|
|
260
340
|
* </p>
|
|
261
341
|
* </li>
|
|
262
342
|
* <li>
|
|
263
343
|
* <p>
|
|
264
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
|
|
344
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html">Control
|
|
345
|
+
* availability by Region tables (large page)</a>
|
|
265
346
|
* </p>
|
|
266
347
|
* </li>
|
|
267
348
|
* <li>
|
|
268
349
|
* <p>
|
|
269
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of
|
|
350
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html">List of
|
|
351
|
+
* identifiers for legacy controls</a>
|
|
270
352
|
* </p>
|
|
271
353
|
* </li>
|
|
272
354
|
* <li>
|
|
273
355
|
* <p>
|
|
274
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference
|
|
356
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls.html">Controls reference
|
|
357
|
+
* guide</a>
|
|
275
358
|
* </p>
|
|
276
359
|
* </li>
|
|
277
360
|
* <li>
|
|
278
361
|
* <p>
|
|
279
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls
|
|
362
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/controlreference/controls-reference.html">Controls
|
|
363
|
+
* library groupings</a>
|
|
280
364
|
* </p>
|
|
281
365
|
* </li>
|
|
282
366
|
* <li>
|
|
283
367
|
* <p>
|
|
284
|
-
* <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
|
|
368
|
+
* <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
|
|
369
|
+
* CloudFormation</a>
|
|
285
370
|
* </p>
|
|
286
371
|
* </li>
|
|
287
372
|
* </ul>
|
|
@@ -290,13 +375,14 @@
|
|
|
290
375
|
* <p>
|
|
291
376
|
* <b>Recording API Requests</b>
|
|
292
377
|
* </p>
|
|
293
|
-
* <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that
|
|
294
|
-
* Amazon Web Services
|
|
295
|
-
*
|
|
296
|
-
*
|
|
297
|
-
*
|
|
298
|
-
*
|
|
299
|
-
*
|
|
378
|
+
* <p>Amazon Web Services Control Tower supports Amazon Web Services CloudTrail, a service that
|
|
379
|
+
* records Amazon Web Services API calls for your Amazon Web Services account and delivers log
|
|
380
|
+
* files to an Amazon S3 bucket. By using information collected by CloudTrail, you can
|
|
381
|
+
* determine which requests the Amazon Web Services Control Tower service received, who made
|
|
382
|
+
* the request and when, and so on. For more about Amazon Web Services Control Tower and its
|
|
383
|
+
* 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
|
|
384
|
+
* Amazon Web Services Control Tower User Guide. To learn more about CloudTrail, including
|
|
385
|
+
* how to turn it on and find your log files, see the Amazon Web Services CloudTrail User
|
|
300
386
|
* Guide.</p>
|
|
301
387
|
*
|
|
302
388
|
* @packageDocumentation
|
|
@@ -27,13 +27,13 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
30
32
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
31
33
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
35
|
}) => import("@smithy/types").EndpointV2;
|
|
34
36
|
tls?: boolean | undefined;
|
|
35
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ControlTowerHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -27,13 +27,13 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
30
32
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
31
33
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
35
|
}) => import("@smithy/types").EndpointV2;
|
|
34
36
|
tls?: boolean | undefined;
|
|
35
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ControlTowerHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -26,13 +26,13 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
26
26
|
logger: import("@smithy/types").Logger;
|
|
27
27
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
28
28
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
29
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
30
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
29
31
|
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
30
32
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
33
|
logger?: import("@smithy/types").Logger | undefined;
|
|
32
34
|
}) => import("@smithy/types").EndpointV2;
|
|
33
35
|
tls?: boolean | undefined;
|
|
34
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
36
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
37
37
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ControlTowerHttpAuthSchemeProvider;
|
|
38
38
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -245,11 +245,11 @@ export type ControlTowerClientConfigType = Partial<
|
|
|
245
245
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
246
246
|
> &
|
|
247
247
|
ClientDefaults &
|
|
248
|
-
RegionInputConfig &
|
|
249
|
-
EndpointInputConfig<EndpointParameters> &
|
|
250
|
-
HostHeaderInputConfig &
|
|
251
248
|
UserAgentInputConfig &
|
|
252
249
|
RetryInputConfig &
|
|
250
|
+
RegionInputConfig &
|
|
251
|
+
HostHeaderInputConfig &
|
|
252
|
+
EndpointInputConfig<EndpointParameters> &
|
|
253
253
|
HttpAuthSchemeInputConfig &
|
|
254
254
|
ClientInputEndpointParameters;
|
|
255
255
|
export interface ControlTowerClientConfig
|
|
@@ -258,11 +258,11 @@ export type ControlTowerClientResolvedConfigType =
|
|
|
258
258
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
259
259
|
Required<ClientDefaults> &
|
|
260
260
|
RuntimeExtensionsConfig &
|
|
261
|
-
RegionResolvedConfig &
|
|
262
|
-
EndpointResolvedConfig<EndpointParameters> &
|
|
263
|
-
HostHeaderResolvedConfig &
|
|
264
261
|
UserAgentResolvedConfig &
|
|
265
262
|
RetryResolvedConfig &
|
|
263
|
+
RegionResolvedConfig &
|
|
264
|
+
HostHeaderResolvedConfig &
|
|
265
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
266
266
|
HttpAuthSchemeResolvedConfig &
|
|
267
267
|
ClientResolvedEndpointParameters;
|
|
268
268
|
export interface ControlTowerClientResolvedConfig
|
|
@@ -278,6 +278,4 @@ export declare class ControlTowerClient extends __Client<
|
|
|
278
278
|
...[configuration]: __CheckOptionalClientConfig<ControlTowerClientConfig>
|
|
279
279
|
);
|
|
280
280
|
destroy(): void;
|
|
281
|
-
private getDefaultHttpAuthSchemeParametersProvider;
|
|
282
|
-
private getIdentityProviderConfigProvider;
|
|
283
281
|
}
|
|
@@ -32,6 +32,11 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
+
retryStrategy?:
|
|
37
|
+
| import("@smithy/types").RetryStrategy
|
|
38
|
+
| import("@smithy/types").RetryStrategyV2
|
|
39
|
+
| undefined;
|
|
35
40
|
endpoint?:
|
|
36
41
|
| ((
|
|
37
42
|
| string
|
|
@@ -56,11 +61,6 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
56
61
|
}
|
|
57
62
|
) => import("@smithy/types").EndpointV2;
|
|
58
63
|
tls?: boolean | undefined;
|
|
59
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2
|
|
63
|
-
| undefined;
|
|
64
64
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
65
65
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ControlTowerHttpAuthSchemeProvider;
|
|
66
66
|
credentials?:
|
|
@@ -36,6 +36,11 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
38
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
39
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
40
|
+
retryStrategy?:
|
|
41
|
+
| import("@smithy/types").RetryStrategy
|
|
42
|
+
| import("@smithy/types").RetryStrategyV2
|
|
43
|
+
| undefined;
|
|
39
44
|
endpoint?:
|
|
40
45
|
| ((
|
|
41
46
|
| string
|
|
@@ -60,11 +65,6 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
60
65
|
}
|
|
61
66
|
) => import("@smithy/types").EndpointV2;
|
|
62
67
|
tls?: boolean | undefined;
|
|
63
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2
|
|
67
|
-
| undefined;
|
|
68
68
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
69
69
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ControlTowerHttpAuthSchemeProvider;
|
|
70
70
|
credentials?:
|
|
@@ -36,6 +36,11 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
36
36
|
| import("@smithy/types").Provider<
|
|
37
37
|
import("@smithy/smithy-client").DefaultsMode
|
|
38
38
|
>;
|
|
39
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
40
|
+
retryStrategy?:
|
|
41
|
+
| import("@smithy/types").RetryStrategy
|
|
42
|
+
| import("@smithy/types").RetryStrategyV2
|
|
43
|
+
| undefined;
|
|
39
44
|
endpoint?:
|
|
40
45
|
| string
|
|
41
46
|
| import("@smithy/types").Endpoint
|
|
@@ -50,11 +55,6 @@ export declare const getRuntimeConfig: (config: ControlTowerClientConfig) => {
|
|
|
50
55
|
}
|
|
51
56
|
) => import("@smithy/types").EndpointV2;
|
|
52
57
|
tls?: boolean | undefined;
|
|
53
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
54
|
-
retryStrategy?:
|
|
55
|
-
| import("@smithy/types").RetryStrategy
|
|
56
|
-
| import("@smithy/types").RetryStrategyV2
|
|
57
|
-
| undefined;
|
|
58
58
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
59
59
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ControlTowerHttpAuthSchemeProvider;
|
|
60
60
|
credentials?:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-controltower",
|
|
3
3
|
"description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.623.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-controltower",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.623.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.623.0",
|
|
25
|
+
"@aws-sdk/core": "3.623.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.623.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|
|
37
|
-
"@smithy/core": "^2.3.
|
|
37
|
+
"@smithy/core": "^2.3.2",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
39
39
|
"@smithy/hash-node": "^3.0.3",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.14",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.3",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.4",
|
|
47
47
|
"@smithy/node-http-handler": "^3.1.4",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.0",
|
|
49
|
-
"@smithy/smithy-client": "^3.1.
|
|
49
|
+
"@smithy/smithy-client": "^3.1.12",
|
|
50
50
|
"@smithy/types": "^3.3.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.3",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.14",
|
|
57
57
|
"@smithy/util-endpoints": "^2.0.5",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.3",
|
|
59
59
|
"@smithy/util-retry": "^3.0.3",
|