@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.
Files changed (66) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +463 -258
  3. package/dist-cjs/runtimeConfig.shared.js +6 -6
  4. package/dist-es/ServiceQuotas.js +4 -0
  5. package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
  6. package/dist-es/commands/CreateSupportCaseCommand.js +2 -2
  7. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  8. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
  9. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
  10. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
  11. package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -2
  12. package/dist-es/commands/GetQuotaUtilizationReportCommand.js +16 -0
  13. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
  14. package/dist-es/commands/GetServiceQuotaCommand.js +2 -2
  15. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  16. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
  17. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
  18. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
  19. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
  20. package/dist-es/commands/ListServiceQuotasCommand.js +2 -2
  21. package/dist-es/commands/ListServicesCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
  24. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
  25. package/dist-es/commands/StartAutoManagementCommand.js +2 -2
  26. package/dist-es/commands/StartQuotaUtilizationReportCommand.js +16 -0
  27. package/dist-es/commands/StopAutoManagementCommand.js +2 -2
  28. package/dist-es/commands/TagResourceCommand.js +2 -2
  29. package/dist-es/commands/UntagResourceCommand.js +2 -2
  30. package/dist-es/commands/UpdateAutoManagementCommand.js +2 -2
  31. package/dist-es/commands/index.js +2 -0
  32. package/dist-es/index.js +1 -0
  33. package/dist-es/models/enums.js +9 -0
  34. package/dist-es/runtimeConfig.shared.js +6 -6
  35. package/dist-es/schemas/schemas_0.js +251 -192
  36. package/dist-types/ServiceQuotas.d.ts +15 -0
  37. package/dist-types/ServiceQuotasClient.d.ts +5 -12
  38. package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +120 -0
  39. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +1 -0
  40. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +1 -0
  41. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +1 -0
  42. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +1 -0
  43. package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +98 -0
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/index.d.ts +1 -0
  46. package/dist-types/models/enums.d.ts +25 -0
  47. package/dist-types/models/models_0.d.ts +194 -1
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +108 -113
  53. package/dist-types/ts3.4/ServiceQuotas.d.ts +35 -0
  54. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +12 -4
  55. package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/enums.d.ts +11 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +35 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +107 -114
  66. 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>