@aws-sdk/client-service-quotas 3.477.0 → 3.481.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 (105) hide show
  1. package/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  3. package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +18 -41
  4. package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +18 -41
  5. package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +18 -41
  6. package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +18 -41
  7. package/dist-cjs/commands/GetServiceQuotaCommand.js +18 -41
  8. package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  9. package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +18 -41
  10. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +18 -41
  11. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +18 -41
  12. package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +18 -41
  13. package/dist-cjs/commands/ListServiceQuotasCommand.js +18 -41
  14. package/dist-cjs/commands/ListServicesCommand.js +18 -41
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  16. package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +18 -41
  17. package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-cjs/pagination/ListAWSDefaultServiceQuotasPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.js +2 -24
  25. package/dist-cjs/pagination/ListServiceQuotasPaginator.js +2 -24
  26. package/dist-cjs/pagination/ListServicesPaginator.js +2 -24
  27. package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +18 -41
  28. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  29. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +18 -41
  30. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +18 -41
  31. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +18 -41
  32. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +18 -41
  33. package/dist-es/commands/GetServiceQuotaCommand.js +18 -41
  34. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +18 -41
  35. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +18 -41
  36. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +18 -41
  37. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +18 -41
  38. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +18 -41
  39. package/dist-es/commands/ListServiceQuotasCommand.js +18 -41
  40. package/dist-es/commands/ListServicesCommand.js +18 -41
  41. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  42. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +18 -41
  43. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +18 -41
  44. package/dist-es/commands/TagResourceCommand.js +18 -41
  45. package/dist-es/commands/UntagResourceCommand.js +18 -41
  46. package/dist-es/endpoint/EndpointParameters.js +6 -0
  47. package/dist-es/pagination/ListAWSDefaultServiceQuotasPaginator.js +2 -23
  48. package/dist-es/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.js +2 -23
  49. package/dist-es/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.js +2 -23
  50. package/dist-es/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.js +2 -23
  51. package/dist-es/pagination/ListServiceQuotasPaginator.js +2 -23
  52. package/dist-es/pagination/ListServicesPaginator.js +2 -23
  53. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -21
  55. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +6 -21
  56. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +6 -21
  57. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +6 -21
  58. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +6 -21
  59. package/dist-types/commands/GetServiceQuotaCommand.d.ts +6 -21
  60. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +6 -21
  61. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +6 -21
  62. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +6 -21
  63. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +6 -21
  64. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +6 -21
  65. package/dist-types/commands/ListServiceQuotasCommand.d.ts +6 -21
  66. package/dist-types/commands/ListServicesCommand.d.ts +6 -21
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +6 -21
  69. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +6 -21
  70. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListServiceQuotasPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  99. package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +3 -3
  100. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +3 -3
  101. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +3 -3
  102. package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +3 -3
  103. package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +3 -3
  104. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +3 -3
  105. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RequestServiceQuotaIncreaseRequest, RequestServiceQuotaIncreaseResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RequestServiceQuotaIncreaseCommandInput extends RequestServiceQ
21
20
  */
22
21
  export interface RequestServiceQuotaIncreaseCommandOutput extends RequestServiceQuotaIncreaseResponse, __MetadataBearer {
23
22
  }
23
+ declare const RequestServiceQuotaIncreaseCommand_base: {
24
+ new (input: RequestServiceQuotaIncreaseCommandInput): import("@smithy/smithy-client").CommandImpl<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Submits a quota increase request for the specified quota.</p>
@@ -104,23 +107,5 @@ export interface RequestServiceQuotaIncreaseCommandOutput extends RequestService
104
107
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
105
108
  *
106
109
  */
107
- export declare class RequestServiceQuotaIncreaseCommand extends $Command<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig> {
108
- readonly input: RequestServiceQuotaIncreaseCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: RequestServiceQuotaIncreaseCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class RequestServiceQuotaIncreaseCommand extends RequestServiceQuotaIncreaseCommand_base {
126
111
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds tags to the specified applied quota. You can include one or more tags to add to
@@ -80,23 +83,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
80
83
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
81
84
  *
82
85
  */
83
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
84
- readonly input: TagResourceCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: TagResourceCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class TagResourceCommand extends TagResourceCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the specified applied quota. You can specify one or more tags to
@@ -69,23 +72,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
69
72
  * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
70
73
  *
71
74
  */
72
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
73
- readonly input: UntagResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UntagResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceQuotasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
91
76
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAWSDefaultServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListAWSDefaultServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListAWSDefaultServiceQuotasCommandOutput>;
7
+ export declare const paginateListAWSDefaultServiceQuotas: (config: ServiceQuotasPaginationConfiguration, input: ListAWSDefaultServiceQuotasCommandInput, ...rest: any[]) => Paginator<ListAWSDefaultServiceQuotasCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRequestedServiceQuotaChangeHistoryByQuota(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
7
+ export declare const paginateListRequestedServiceQuotaChangeHistoryByQuota: (config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ...rest: any[]) => Paginator<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRequestedServiceQuotaChangeHistory(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
7
+ export declare const paginateListRequestedServiceQuotaChangeHistory: (config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryCommandInput, ...rest: any[]) => Paginator<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListServiceQuotaIncreaseRequestsInTemplate(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
7
+ export declare const paginateListServiceQuotaIncreaseRequestsInTemplate: (config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ...rest: any[]) => Paginator<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotasCommandOutput>;
7
+ export declare const paginateListServiceQuotas: (config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotasCommandInput, ...rest: any[]) => Paginator<ListServiceQuotasCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListServices(config: ServiceQuotasPaginationConfiguration, input: ListServicesCommandInput, ...additionalArguments: any): Paginator<ListServicesCommandOutput>;
7
+ export declare const paginateListServices: (config: ServiceQuotasPaginationConfiguration, input: ListServicesCommandInput, ...rest: any[]) => Paginator<ListServicesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateServiceQuotaTemplateRequest,
11
5
  AssociateServiceQuotaTemplateResponse,
@@ -21,22 +15,16 @@ export interface AssociateServiceQuotaTemplateCommandInput
21
15
  export interface AssociateServiceQuotaTemplateCommandOutput
22
16
  extends AssociateServiceQuotaTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateServiceQuotaTemplateCommand extends $Command<
25
- AssociateServiceQuotaTemplateCommandInput,
26
- AssociateServiceQuotaTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: AssociateServiceQuotaTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateServiceQuotaTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateServiceQuotaTemplateCommand_base: {
19
+ new (
20
+ input: AssociateServiceQuotaTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateServiceQuotaTemplateCommandInput,
38
- AssociateServiceQuotaTemplateCommandOutput
23
+ AssociateServiceQuotaTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateServiceQuotaTemplateCommand extends AssociateServiceQuotaTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteServiceQuotaIncreaseRequestFromTemplateRequest,
11
5
  DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
@@ -21,22 +15,16 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
21
15
  export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
22
16
  extends DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
25
- DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
26
- DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
19
+ new (
20
+ input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
38
- DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
23
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateServiceQuotaTemplateRequest,
11
5
  DisassociateServiceQuotaTemplateResponse,
@@ -21,22 +15,16 @@ export interface DisassociateServiceQuotaTemplateCommandInput
21
15
  export interface DisassociateServiceQuotaTemplateCommandOutput
22
16
  extends DisassociateServiceQuotaTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateServiceQuotaTemplateCommand extends $Command<
25
- DisassociateServiceQuotaTemplateCommandInput,
26
- DisassociateServiceQuotaTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: DisassociateServiceQuotaTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateServiceQuotaTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateServiceQuotaTemplateCommand_base: {
19
+ new (
20
+ input: DisassociateServiceQuotaTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateServiceQuotaTemplateCommandInput,
38
- DisassociateServiceQuotaTemplateCommandOutput
23
+ DisassociateServiceQuotaTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAWSDefaultServiceQuotaRequest,
11
5
  GetAWSDefaultServiceQuotaResponse,
@@ -21,22 +15,16 @@ export interface GetAWSDefaultServiceQuotaCommandInput
21
15
  export interface GetAWSDefaultServiceQuotaCommandOutput
22
16
  extends GetAWSDefaultServiceQuotaResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAWSDefaultServiceQuotaCommand extends $Command<
25
- GetAWSDefaultServiceQuotaCommandInput,
26
- GetAWSDefaultServiceQuotaCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: GetAWSDefaultServiceQuotaCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAWSDefaultServiceQuotaCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAWSDefaultServiceQuotaCommand_base: {
19
+ new (
20
+ input: GetAWSDefaultServiceQuotaCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAWSDefaultServiceQuotaCommandInput,
38
- GetAWSDefaultServiceQuotaCommandOutput
23
+ GetAWSDefaultServiceQuotaCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAssociationForServiceQuotaTemplateRequest,
11
5
  GetAssociationForServiceQuotaTemplateResponse,
@@ -21,22 +15,16 @@ export interface GetAssociationForServiceQuotaTemplateCommandInput
21
15
  export interface GetAssociationForServiceQuotaTemplateCommandOutput
22
16
  extends GetAssociationForServiceQuotaTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<
25
- GetAssociationForServiceQuotaTemplateCommandInput,
26
- GetAssociationForServiceQuotaTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAssociationForServiceQuotaTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAssociationForServiceQuotaTemplateCommand_base: {
19
+ new (
20
+ input: GetAssociationForServiceQuotaTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAssociationForServiceQuotaTemplateCommandInput,
38
- GetAssociationForServiceQuotaTemplateCommandOutput
23
+ GetAssociationForServiceQuotaTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetRequestedServiceQuotaChangeRequest,
11
5
  GetRequestedServiceQuotaChangeResponse,
@@ -21,22 +15,16 @@ export interface GetRequestedServiceQuotaChangeCommandInput
21
15
  export interface GetRequestedServiceQuotaChangeCommandOutput
22
16
  extends GetRequestedServiceQuotaChangeResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRequestedServiceQuotaChangeCommand extends $Command<
25
- GetRequestedServiceQuotaChangeCommandInput,
26
- GetRequestedServiceQuotaChangeCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: GetRequestedServiceQuotaChangeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRequestedServiceQuotaChangeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetRequestedServiceQuotaChangeCommand_base: {
19
+ new (
20
+ input: GetRequestedServiceQuotaChangeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetRequestedServiceQuotaChangeCommandInput,
38
- GetRequestedServiceQuotaChangeCommandOutput
23
+ GetRequestedServiceQuotaChangeCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetServiceQuotaRequest,
11
5
  GetServiceQuotaResponse,
@@ -20,19 +14,16 @@ export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {}
20
14
  export interface GetServiceQuotaCommandOutput
21
15
  extends GetServiceQuotaResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetServiceQuotaCommand extends $Command<
24
- GetServiceQuotaCommandInput,
25
- GetServiceQuotaCommandOutput,
26
- ServiceQuotasClientResolvedConfig
27
- > {
28
- readonly input: GetServiceQuotaCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetServiceQuotaCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ServiceQuotasClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetServiceQuotaCommand_base: {
18
+ new (
19
+ input: GetServiceQuotaCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetServiceQuotaCommandInput,
22
+ GetServiceQuotaCommandOutput,
23
+ ServiceQuotasClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetServiceQuotaCommand extends GetServiceQuotaCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetServiceQuotaIncreaseRequestFromTemplateRequest,
11
5
  GetServiceQuotaIncreaseRequestFromTemplateResponse,
@@ -21,22 +15,16 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput
21
15
  export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
22
16
  extends GetServiceQuotaIncreaseRequestFromTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
25
- GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
26
- GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
19
+ new (
20
+ input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
38
- GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
23
+ GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends GetServiceQuotaIncreaseRequestFromTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAWSDefaultServiceQuotasRequest,
11
5
  ListAWSDefaultServiceQuotasResponse,
@@ -21,22 +15,16 @@ export interface ListAWSDefaultServiceQuotasCommandInput
21
15
  export interface ListAWSDefaultServiceQuotasCommandOutput
22
16
  extends ListAWSDefaultServiceQuotasResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAWSDefaultServiceQuotasCommand extends $Command<
25
- ListAWSDefaultServiceQuotasCommandInput,
26
- ListAWSDefaultServiceQuotasCommandOutput,
27
- ServiceQuotasClientResolvedConfig
28
- > {
29
- readonly input: ListAWSDefaultServiceQuotasCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAWSDefaultServiceQuotasCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceQuotasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAWSDefaultServiceQuotasCommand_base: {
19
+ new (
20
+ input: ListAWSDefaultServiceQuotasCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAWSDefaultServiceQuotasCommandInput,
38
- ListAWSDefaultServiceQuotasCommandOutput
23
+ ListAWSDefaultServiceQuotasCommandOutput,
24
+ ServiceQuotasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAWSDefaultServiceQuotasCommand extends ListAWSDefaultServiceQuotasCommand_base {}