@aws-sdk/client-service-quotas 3.306.0 → 3.309.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 +6 -6
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1AssociateServiceQuotaTemplateCommand, serializeAws_json1_1AssociateServiceQuotaTemplateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_AssociateServiceQuotaTemplateCommand, se_AssociateServiceQuotaTemplateCommand, } from "../protocols/Aws_json1_1";
5
5
  export class AssociateServiceQuotaTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AssociateServiceQuotaTemplateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1AssociateServiceQuotaTemplateCommand(input, context);
36
+ return se_AssociateServiceQuotaTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1AssociateServiceQuotaTemplateCommand(output, context);
39
+ return de_AssociateServiceQuotaTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand, serializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteServiceQuotaIncreaseRequestFromTemplateCommand, se_DeleteServiceQuotaIncreaseRequestFromTemplateCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Comma
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand(input, context);
36
+ return se_DeleteServiceQuotaIncreaseRequestFromTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand(output, context);
39
+ return de_DeleteServiceQuotaIncreaseRequestFromTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DisassociateServiceQuotaTemplateCommand, serializeAws_json1_1DisassociateServiceQuotaTemplateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DisassociateServiceQuotaTemplateCommand, se_DisassociateServiceQuotaTemplateCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DisassociateServiceQuotaTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociateServiceQuotaTemplateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DisassociateServiceQuotaTemplateCommand(input, context);
36
+ return se_DisassociateServiceQuotaTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DisassociateServiceQuotaTemplateCommand(output, context);
39
+ return de_DisassociateServiceQuotaTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetAWSDefaultServiceQuotaCommand, serializeAws_json1_1GetAWSDefaultServiceQuotaCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetAWSDefaultServiceQuotaCommand, se_GetAWSDefaultServiceQuotaCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetAWSDefaultServiceQuotaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAWSDefaultServiceQuotaCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetAWSDefaultServiceQuotaCommand(input, context);
36
+ return se_GetAWSDefaultServiceQuotaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetAWSDefaultServiceQuotaCommand(output, context);
39
+ return de_GetAWSDefaultServiceQuotaCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand, serializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetAssociationForServiceQuotaTemplateCommand, se_GetAssociationForServiceQuotaTemplateCommand, } from "../protocols/Aws_json1_1";
5
5
  export class GetAssociationForServiceQuotaTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAssociationForServiceQuotaTemplateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand(input, context);
36
+ return se_GetAssociationForServiceQuotaTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand(output, context);
39
+ return de_GetAssociationForServiceQuotaTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetRequestedServiceQuotaChangeCommand, serializeAws_json1_1GetRequestedServiceQuotaChangeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetRequestedServiceQuotaChangeCommand, se_GetRequestedServiceQuotaChangeCommand, } from "../protocols/Aws_json1_1";
5
5
  export class GetRequestedServiceQuotaChangeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRequestedServiceQuotaChangeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetRequestedServiceQuotaChangeCommand(input, context);
36
+ return se_GetRequestedServiceQuotaChangeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetRequestedServiceQuotaChangeCommand(output, context);
39
+ return de_GetRequestedServiceQuotaChangeCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetServiceQuotaCommand, serializeAws_json1_1GetServiceQuotaCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetServiceQuotaCommand, se_GetServiceQuotaCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetServiceQuotaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetServiceQuotaCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetServiceQuotaCommand(input, context);
36
+ return se_GetServiceQuotaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetServiceQuotaCommand(output, context);
39
+ return de_GetServiceQuotaCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand, serializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetServiceQuotaIncreaseRequestFromTemplateCommand, se_GetServiceQuotaIncreaseRequestFromTemplateCommand, } from "../protocols/Aws_json1_1";
5
5
  export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand(input, context);
36
+ return se_GetServiceQuotaIncreaseRequestFromTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand(output, context);
39
+ return de_GetServiceQuotaIncreaseRequestFromTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListAWSDefaultServiceQuotasCommand, serializeAws_json1_1ListAWSDefaultServiceQuotasCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListAWSDefaultServiceQuotasCommand, se_ListAWSDefaultServiceQuotasCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListAWSDefaultServiceQuotasCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAWSDefaultServiceQuotasCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListAWSDefaultServiceQuotasCommand(input, context);
36
+ return se_ListAWSDefaultServiceQuotasCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListAWSDefaultServiceQuotasCommand(output, context);
39
+ return de_ListAWSDefaultServiceQuotasCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand, serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListRequestedServiceQuotaChangeHistoryByQuotaCommand, se_ListRequestedServiceQuotaChangeHistoryByQuotaCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Comma
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand(input, context);
36
+ return se_ListRequestedServiceQuotaChangeHistoryByQuotaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand(output, context);
39
+ return de_ListRequestedServiceQuotaChangeHistoryByQuotaCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand, serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListRequestedServiceQuotaChangeHistoryCommand, se_ListRequestedServiceQuotaChangeHistoryCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand(input, context);
36
+ return se_ListRequestedServiceQuotaChangeHistoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand(output, context);
39
+ return de_ListRequestedServiceQuotaChangeHistoryCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand, serializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListServiceQuotaIncreaseRequestsInTemplateCommand, se_ListServiceQuotaIncreaseRequestsInTemplateCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand(input, context);
36
+ return se_ListServiceQuotaIncreaseRequestsInTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand(output, context);
39
+ return de_ListServiceQuotaIncreaseRequestsInTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListServiceQuotasCommand, serializeAws_json1_1ListServiceQuotasCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListServiceQuotasCommand, se_ListServiceQuotasCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListServiceQuotasCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListServiceQuotasCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListServiceQuotasCommand(input, context);
36
+ return se_ListServiceQuotasCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListServiceQuotasCommand(output, context);
39
+ return de_ListServiceQuotasCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListServicesCommand, serializeAws_json1_1ListServicesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListServicesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListServicesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListServicesCommand(input, context);
36
+ return se_ListServicesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListServicesCommand(output, context);
39
+ return de_ListServicesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand, serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutServiceQuotaIncreaseRequestIntoTemplateCommand, se_PutServiceQuotaIncreaseRequestIntoTemplateCommand, } from "../protocols/Aws_json1_1";
5
5
  export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand(input, context);
36
+ return se_PutServiceQuotaIncreaseRequestIntoTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand(output, context);
39
+ return de_PutServiceQuotaIncreaseRequestIntoTemplateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1RequestServiceQuotaIncreaseCommand, serializeAws_json1_1RequestServiceQuotaIncreaseCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_RequestServiceQuotaIncreaseCommand, se_RequestServiceQuotaIncreaseCommand } from "../protocols/Aws_json1_1";
5
5
  export class RequestServiceQuotaIncreaseCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RequestServiceQuotaIncreaseCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1RequestServiceQuotaIncreaseCommand(input, context);
36
+ return se_RequestServiceQuotaIncreaseCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1RequestServiceQuotaIncreaseCommand(output, context);
39
+ return de_RequestServiceQuotaIncreaseCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }