@aws-sdk/client-service-quotas 3.948.0 → 3.953.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 +16 -0
- package/dist-cjs/index.js +463 -258
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/ServiceQuotas.js +4 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/CreateSupportCaseCommand.js +2 -2
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -2
- package/dist-es/commands/GetQuotaUtilizationReportCommand.js +16 -0
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
- package/dist-es/commands/StartAutoManagementCommand.js +2 -2
- package/dist-es/commands/StartQuotaUtilizationReportCommand.js +16 -0
- package/dist-es/commands/StopAutoManagementCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAutoManagementCommand.js +2 -2
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +9 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +251 -192
- package/dist-types/ServiceQuotas.d.ts +15 -0
- package/dist-types/ServiceQuotasClient.d.ts +5 -12
- package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +120 -0
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +1 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +1 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +1 -0
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +1 -0
- package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +98 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +194 -1
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +108 -113
- package/dist-types/ts3.4/ServiceQuotas.d.ts +35 -0
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +12 -4
- package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +107 -114
- package/package.json +34 -34
package/README.md
CHANGED
|
@@ -262,6 +262,14 @@ GetAWSDefaultServiceQuota
|
|
|
262
262
|
|
|
263
263
|
[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
264
|
|
|
265
|
+
</details>
|
|
266
|
+
<details>
|
|
267
|
+
<summary>
|
|
268
|
+
GetQuotaUtilizationReport
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[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
|
+
|
|
265
273
|
</details>
|
|
266
274
|
<details>
|
|
267
275
|
<summary>
|
|
@@ -366,6 +374,14 @@ StartAutoManagement
|
|
|
366
374
|
|
|
367
375
|
[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/)
|
|
368
376
|
|
|
377
|
+
</details>
|
|
378
|
+
<details>
|
|
379
|
+
<summary>
|
|
380
|
+
StartQuotaUtilizationReport
|
|
381
|
+
</summary>
|
|
382
|
+
|
|
383
|
+
[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
|
+
|
|
369
385
|
</details>
|
|
370
386
|
<details>
|
|
371
387
|
<summary>
|