@aws-sdk/client-service-quotas 3.956.0 → 3.958.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 +1 -31
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +382 -410
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +397 -423
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -13,10 +13,8 @@ create in your Amazon Web Services account. For more information, see the <a hre
|
|
|
13
13
|
per domain</code> for Amazon OpenSearch Service.</p>
|
|
14
14
|
|
|
15
15
|
## Installing
|
|
16
|
-
|
|
17
16
|
To install this package, simply type add or install @aws-sdk/client-service-quotas
|
|
18
17
|
using your favorite package manager:
|
|
19
|
-
|
|
20
18
|
- `npm install @aws-sdk/client-service-quotas`
|
|
21
19
|
- `yarn add @aws-sdk/client-service-quotas`
|
|
22
20
|
- `pnpm add @aws-sdk/client-service-quotas`
|
|
@@ -52,9 +50,7 @@ To send a request, you:
|
|
|
52
50
|
// a client can be shared by different commands.
|
|
53
51
|
const client = new ServiceQuotasClient({ region: "REGION" });
|
|
54
52
|
|
|
55
|
-
const params = {
|
|
56
|
-
/** input parameters */
|
|
57
|
-
};
|
|
53
|
+
const params = { /** input parameters */ };
|
|
58
54
|
const command = new ListServicesCommand(params);
|
|
59
55
|
```
|
|
60
56
|
|
|
@@ -213,7 +209,6 @@ AssociateServiceQuotaTemplate
|
|
|
213
209
|
</summary>
|
|
214
210
|
|
|
215
211
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/AssociateServiceQuotaTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/AssociateServiceQuotaTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/AssociateServiceQuotaTemplateCommandOutput/)
|
|
216
|
-
|
|
217
212
|
</details>
|
|
218
213
|
<details>
|
|
219
214
|
<summary>
|
|
@@ -221,7 +216,6 @@ CreateSupportCase
|
|
|
221
216
|
</summary>
|
|
222
217
|
|
|
223
218
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/CreateSupportCaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/CreateSupportCaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/CreateSupportCaseCommandOutput/)
|
|
224
|
-
|
|
225
219
|
</details>
|
|
226
220
|
<details>
|
|
227
221
|
<summary>
|
|
@@ -229,7 +223,6 @@ DeleteServiceQuotaIncreaseRequestFromTemplate
|
|
|
229
223
|
</summary>
|
|
230
224
|
|
|
231
225
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/DeleteServiceQuotaIncreaseRequestFromTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput/)
|
|
232
|
-
|
|
233
226
|
</details>
|
|
234
227
|
<details>
|
|
235
228
|
<summary>
|
|
@@ -237,7 +230,6 @@ DisassociateServiceQuotaTemplate
|
|
|
237
230
|
</summary>
|
|
238
231
|
|
|
239
232
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/DisassociateServiceQuotaTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/DisassociateServiceQuotaTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/DisassociateServiceQuotaTemplateCommandOutput/)
|
|
240
|
-
|
|
241
233
|
</details>
|
|
242
234
|
<details>
|
|
243
235
|
<summary>
|
|
@@ -245,7 +237,6 @@ GetAssociationForServiceQuotaTemplate
|
|
|
245
237
|
</summary>
|
|
246
238
|
|
|
247
239
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/GetAssociationForServiceQuotaTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetAssociationForServiceQuotaTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetAssociationForServiceQuotaTemplateCommandOutput/)
|
|
248
|
-
|
|
249
240
|
</details>
|
|
250
241
|
<details>
|
|
251
242
|
<summary>
|
|
@@ -253,7 +244,6 @@ GetAutoManagementConfiguration
|
|
|
253
244
|
</summary>
|
|
254
245
|
|
|
255
246
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/GetAutoManagementConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetAutoManagementConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetAutoManagementConfigurationCommandOutput/)
|
|
256
|
-
|
|
257
247
|
</details>
|
|
258
248
|
<details>
|
|
259
249
|
<summary>
|
|
@@ -261,7 +251,6 @@ GetAWSDefaultServiceQuota
|
|
|
261
251
|
</summary>
|
|
262
252
|
|
|
263
253
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/GetAWSDefaultServiceQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetAWSDefaultServiceQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetAWSDefaultServiceQuotaCommandOutput/)
|
|
264
|
-
|
|
265
254
|
</details>
|
|
266
255
|
<details>
|
|
267
256
|
<summary>
|
|
@@ -269,7 +258,6 @@ GetQuotaUtilizationReport
|
|
|
269
258
|
</summary>
|
|
270
259
|
|
|
271
260
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/GetQuotaUtilizationReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetQuotaUtilizationReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetQuotaUtilizationReportCommandOutput/)
|
|
272
|
-
|
|
273
261
|
</details>
|
|
274
262
|
<details>
|
|
275
263
|
<summary>
|
|
@@ -277,7 +265,6 @@ GetRequestedServiceQuotaChange
|
|
|
277
265
|
</summary>
|
|
278
266
|
|
|
279
267
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/GetRequestedServiceQuotaChangeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetRequestedServiceQuotaChangeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetRequestedServiceQuotaChangeCommandOutput/)
|
|
280
|
-
|
|
281
268
|
</details>
|
|
282
269
|
<details>
|
|
283
270
|
<summary>
|
|
@@ -285,7 +272,6 @@ GetServiceQuota
|
|
|
285
272
|
</summary>
|
|
286
273
|
|
|
287
274
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/GetServiceQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetServiceQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetServiceQuotaCommandOutput/)
|
|
288
|
-
|
|
289
275
|
</details>
|
|
290
276
|
<details>
|
|
291
277
|
<summary>
|
|
@@ -293,7 +279,6 @@ GetServiceQuotaIncreaseRequestFromTemplate
|
|
|
293
279
|
</summary>
|
|
294
280
|
|
|
295
281
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/GetServiceQuotaIncreaseRequestFromTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetServiceQuotaIncreaseRequestFromTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/GetServiceQuotaIncreaseRequestFromTemplateCommandOutput/)
|
|
296
|
-
|
|
297
282
|
</details>
|
|
298
283
|
<details>
|
|
299
284
|
<summary>
|
|
@@ -301,7 +286,6 @@ ListAWSDefaultServiceQuotas
|
|
|
301
286
|
</summary>
|
|
302
287
|
|
|
303
288
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/ListAWSDefaultServiceQuotasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListAWSDefaultServiceQuotasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListAWSDefaultServiceQuotasCommandOutput/)
|
|
304
|
-
|
|
305
289
|
</details>
|
|
306
290
|
<details>
|
|
307
291
|
<summary>
|
|
@@ -309,7 +293,6 @@ ListRequestedServiceQuotaChangeHistory
|
|
|
309
293
|
</summary>
|
|
310
294
|
|
|
311
295
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/ListRequestedServiceQuotaChangeHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListRequestedServiceQuotaChangeHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListRequestedServiceQuotaChangeHistoryCommandOutput/)
|
|
312
|
-
|
|
313
296
|
</details>
|
|
314
297
|
<details>
|
|
315
298
|
<summary>
|
|
@@ -317,7 +300,6 @@ ListRequestedServiceQuotaChangeHistoryByQuota
|
|
|
317
300
|
</summary>
|
|
318
301
|
|
|
319
302
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/ListRequestedServiceQuotaChangeHistoryByQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput/)
|
|
320
|
-
|
|
321
303
|
</details>
|
|
322
304
|
<details>
|
|
323
305
|
<summary>
|
|
@@ -325,7 +307,6 @@ ListServiceQuotaIncreaseRequestsInTemplate
|
|
|
325
307
|
</summary>
|
|
326
308
|
|
|
327
309
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/ListServiceQuotaIncreaseRequestsInTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListServiceQuotaIncreaseRequestsInTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListServiceQuotaIncreaseRequestsInTemplateCommandOutput/)
|
|
328
|
-
|
|
329
310
|
</details>
|
|
330
311
|
<details>
|
|
331
312
|
<summary>
|
|
@@ -333,7 +314,6 @@ ListServiceQuotas
|
|
|
333
314
|
</summary>
|
|
334
315
|
|
|
335
316
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/ListServiceQuotasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListServiceQuotasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListServiceQuotasCommandOutput/)
|
|
336
|
-
|
|
337
317
|
</details>
|
|
338
318
|
<details>
|
|
339
319
|
<summary>
|
|
@@ -341,7 +321,6 @@ ListServices
|
|
|
341
321
|
</summary>
|
|
342
322
|
|
|
343
323
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/ListServicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListServicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListServicesCommandOutput/)
|
|
344
|
-
|
|
345
324
|
</details>
|
|
346
325
|
<details>
|
|
347
326
|
<summary>
|
|
@@ -349,7 +328,6 @@ ListTagsForResource
|
|
|
349
328
|
</summary>
|
|
350
329
|
|
|
351
330
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/ListTagsForResourceCommandOutput/)
|
|
352
|
-
|
|
353
331
|
</details>
|
|
354
332
|
<details>
|
|
355
333
|
<summary>
|
|
@@ -357,7 +335,6 @@ PutServiceQuotaIncreaseRequestIntoTemplate
|
|
|
357
335
|
</summary>
|
|
358
336
|
|
|
359
337
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/PutServiceQuotaIncreaseRequestIntoTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/PutServiceQuotaIncreaseRequestIntoTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput/)
|
|
360
|
-
|
|
361
338
|
</details>
|
|
362
339
|
<details>
|
|
363
340
|
<summary>
|
|
@@ -365,7 +342,6 @@ RequestServiceQuotaIncrease
|
|
|
365
342
|
</summary>
|
|
366
343
|
|
|
367
344
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/RequestServiceQuotaIncreaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/RequestServiceQuotaIncreaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/RequestServiceQuotaIncreaseCommandOutput/)
|
|
368
|
-
|
|
369
345
|
</details>
|
|
370
346
|
<details>
|
|
371
347
|
<summary>
|
|
@@ -373,7 +349,6 @@ StartAutoManagement
|
|
|
373
349
|
</summary>
|
|
374
350
|
|
|
375
351
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/StartAutoManagementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/StartAutoManagementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/StartAutoManagementCommandOutput/)
|
|
376
|
-
|
|
377
352
|
</details>
|
|
378
353
|
<details>
|
|
379
354
|
<summary>
|
|
@@ -381,7 +356,6 @@ StartQuotaUtilizationReport
|
|
|
381
356
|
</summary>
|
|
382
357
|
|
|
383
358
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/StartQuotaUtilizationReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/StartQuotaUtilizationReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/StartQuotaUtilizationReportCommandOutput/)
|
|
384
|
-
|
|
385
359
|
</details>
|
|
386
360
|
<details>
|
|
387
361
|
<summary>
|
|
@@ -389,7 +363,6 @@ StopAutoManagement
|
|
|
389
363
|
</summary>
|
|
390
364
|
|
|
391
365
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/StopAutoManagementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/StopAutoManagementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/StopAutoManagementCommandOutput/)
|
|
392
|
-
|
|
393
366
|
</details>
|
|
394
367
|
<details>
|
|
395
368
|
<summary>
|
|
@@ -397,7 +370,6 @@ TagResource
|
|
|
397
370
|
</summary>
|
|
398
371
|
|
|
399
372
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/TagResourceCommandOutput/)
|
|
400
|
-
|
|
401
373
|
</details>
|
|
402
374
|
<details>
|
|
403
375
|
<summary>
|
|
@@ -405,7 +377,6 @@ UntagResource
|
|
|
405
377
|
</summary>
|
|
406
378
|
|
|
407
379
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/UntagResourceCommandOutput/)
|
|
408
|
-
|
|
409
380
|
</details>
|
|
410
381
|
<details>
|
|
411
382
|
<summary>
|
|
@@ -413,5 +384,4 @@ UpdateAutoManagement
|
|
|
413
384
|
</summary>
|
|
414
385
|
|
|
415
386
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-quotas/command/UpdateAutoManagementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/UpdateAutoManagementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-quotas/Interface/UpdateAutoManagementCommandOutput/)
|
|
416
|
-
|
|
417
387
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultServiceQuotasHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultServiceQuotasHttpAuthSchemeParametersProvider = defaultServiceQuotasHttpAuthSchemeParametersProvider;
|