@aws-sdk/client-service-quotas 3.306.0 → 3.310.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 (43) hide show
  1. package/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  3. package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
  4. package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
  5. package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
  7. package/dist-cjs/commands/GetServiceQuotaCommand.js +2 -2
  8. package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
  10. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
  11. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
  12. package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
  13. package/dist-cjs/commands/ListServiceQuotasCommand.js +2 -2
  14. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
  17. package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_json1_1.js +414 -420
  21. package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +3 -3
  22. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
  23. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +3 -3
  24. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +3 -3
  25. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +3 -3
  26. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +3 -3
  27. package/dist-es/commands/GetServiceQuotaCommand.js +3 -3
  28. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
  29. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +3 -3
  30. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +3 -3
  31. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +3 -3
  32. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +3 -3
  33. package/dist-es/commands/ListServiceQuotasCommand.js +3 -3
  34. package/dist-es/commands/ListServicesCommand.js +3 -3
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  36. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +3 -3
  37. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +3 -3
  38. package/dist-es/commands/TagResourceCommand.js +3 -3
  39. package/dist-es/commands/UntagResourceCommand.js +3 -3
  40. package/dist-es/protocols/Aws_json1_1.js +375 -381
  41. package/dist-types/protocols/Aws_json1_1.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +38 -38
  43. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AssociateServiceQuotaTemplateCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1AssociateServiceQuotaTemplateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AssociateServiceQuotaTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateServiceQuotaTemplateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AssociateServiceQuotaTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateServiceQuotaTemplateCommand = AssociateServiceQuotaTemplateCommand;
@@ -36,10 +36,10 @@ class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends smithy_client
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteServiceQuotaIncreaseRequestFromTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteServiceQuotaIncreaseRequestFromTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteServiceQuotaIncreaseRequestFromTemplateCommand = DeleteServiceQuotaIncreaseRequestFromTemplateCommand;
@@ -36,10 +36,10 @@ class DisassociateServiceQuotaTemplateCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateServiceQuotaTemplateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DisassociateServiceQuotaTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateServiceQuotaTemplateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DisassociateServiceQuotaTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateServiceQuotaTemplateCommand = DisassociateServiceQuotaTemplateCommand;
@@ -36,10 +36,10 @@ class GetAWSDefaultServiceQuotaCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetAWSDefaultServiceQuotaCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetAWSDefaultServiceQuotaCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetAWSDefaultServiceQuotaCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetAWSDefaultServiceQuotaCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAWSDefaultServiceQuotaCommand = GetAWSDefaultServiceQuotaCommand;
@@ -36,10 +36,10 @@ class GetAssociationForServiceQuotaTemplateCommand extends smithy_client_1.Comma
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetAssociationForServiceQuotaTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetAssociationForServiceQuotaTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAssociationForServiceQuotaTemplateCommand = GetAssociationForServiceQuotaTemplateCommand;
@@ -36,10 +36,10 @@ class GetRequestedServiceQuotaChangeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetRequestedServiceQuotaChangeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetRequestedServiceQuotaChangeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetRequestedServiceQuotaChangeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetRequestedServiceQuotaChangeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRequestedServiceQuotaChangeCommand = GetRequestedServiceQuotaChangeCommand;
@@ -36,10 +36,10 @@ class GetServiceQuotaCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetServiceQuotaCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetServiceQuotaCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetServiceQuotaCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetServiceQuotaCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetServiceQuotaCommand = GetServiceQuotaCommand;
@@ -36,10 +36,10 @@ class GetServiceQuotaIncreaseRequestFromTemplateCommand extends smithy_client_1.
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetServiceQuotaIncreaseRequestFromTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetServiceQuotaIncreaseRequestFromTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetServiceQuotaIncreaseRequestFromTemplateCommand = GetServiceQuotaIncreaseRequestFromTemplateCommand;
@@ -36,10 +36,10 @@ class ListAWSDefaultServiceQuotasCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListAWSDefaultServiceQuotasCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListAWSDefaultServiceQuotasCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListAWSDefaultServiceQuotasCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListAWSDefaultServiceQuotasCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAWSDefaultServiceQuotasCommand = ListAWSDefaultServiceQuotasCommand;
@@ -36,10 +36,10 @@ class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends smithy_client
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListRequestedServiceQuotaChangeHistoryByQuotaCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListRequestedServiceQuotaChangeHistoryByQuotaCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRequestedServiceQuotaChangeHistoryByQuotaCommand = ListRequestedServiceQuotaChangeHistoryByQuotaCommand;
@@ -36,10 +36,10 @@ class ListRequestedServiceQuotaChangeHistoryCommand extends smithy_client_1.Comm
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListRequestedServiceQuotaChangeHistoryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListRequestedServiceQuotaChangeHistoryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRequestedServiceQuotaChangeHistoryCommand = ListRequestedServiceQuotaChangeHistoryCommand;
@@ -36,10 +36,10 @@ class ListServiceQuotaIncreaseRequestsInTemplateCommand extends smithy_client_1.
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListServiceQuotaIncreaseRequestsInTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListServiceQuotaIncreaseRequestsInTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListServiceQuotaIncreaseRequestsInTemplateCommand = ListServiceQuotaIncreaseRequestsInTemplateCommand;
@@ -36,10 +36,10 @@ class ListServiceQuotasCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListServiceQuotasCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListServiceQuotasCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListServiceQuotasCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListServiceQuotasCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListServiceQuotasCommand = ListServiceQuotasCommand;
@@ -36,10 +36,10 @@ class ListServicesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListServicesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListServicesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListServicesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListServicesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListServicesCommand = ListServicesCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends smithy_client_1.
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutServiceQuotaIncreaseRequestIntoTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutServiceQuotaIncreaseRequestIntoTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutServiceQuotaIncreaseRequestIntoTemplateCommand = PutServiceQuotaIncreaseRequestIntoTemplateCommand;
@@ -36,10 +36,10 @@ class RequestServiceQuotaIncreaseCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1RequestServiceQuotaIncreaseCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_RequestServiceQuotaIncreaseCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1RequestServiceQuotaIncreaseCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_RequestServiceQuotaIncreaseCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RequestServiceQuotaIncreaseCommand = RequestServiceQuotaIncreaseCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;