@aws-sdk/client-service-quotas 3.168.0 → 3.170.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 (42) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ServiceQuotas.d.ts +388 -100
  3. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +244 -92
  4. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/index.d.ts +19 -19
  24. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  25. package/dist-types/ts3.4/index.d.ts +6 -6
  26. package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +8 -6
  27. package/dist-types/ts3.4/models/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +665 -576
  29. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  30. package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  37. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  42. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-service-quotas
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-service-quotas
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-service-quotas
@@ -1,100 +1,388 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput } from "./commands/AssociateServiceQuotaTemplateCommand";
3
- import { DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
4
- import { DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput } from "./commands/DisassociateServiceQuotaTemplateCommand";
5
- import { GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput } from "./commands/GetAssociationForServiceQuotaTemplateCommand";
6
- import { GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput } from "./commands/GetAWSDefaultServiceQuotaCommand";
7
- import { GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput } from "./commands/GetRequestedServiceQuotaChangeCommand";
8
- import { GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput } from "./commands/GetServiceQuotaCommand";
9
- import { GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
10
- import { ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput } from "./commands/ListAWSDefaultServiceQuotasCommand";
11
- import { ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput } from "./commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
12
- import { ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput } from "./commands/ListRequestedServiceQuotaChangeHistoryCommand";
13
- import { ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput } from "./commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
14
- import { ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput } from "./commands/ListServiceQuotasCommand";
15
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
16
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
17
- import { PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput } from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
18
- import { RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput } from "./commands/RequestServiceQuotaIncreaseCommand";
19
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
20
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
21
- import { ServiceQuotasClient } from "./ServiceQuotasClient";
22
-
23
- export declare class ServiceQuotas extends ServiceQuotasClient {
24
-
25
- associateServiceQuotaTemplate(args: AssociateServiceQuotaTemplateCommandInput, options?: __HttpHandlerOptions): Promise<AssociateServiceQuotaTemplateCommandOutput>;
26
- associateServiceQuotaTemplate(args: AssociateServiceQuotaTemplateCommandInput, cb: (err: any, data?: AssociateServiceQuotaTemplateCommandOutput) => void): void;
27
- associateServiceQuotaTemplate(args: AssociateServiceQuotaTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateServiceQuotaTemplateCommandOutput) => void): void;
28
-
29
- deleteServiceQuotaIncreaseRequestFromTemplate(args: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
30
- deleteServiceQuotaIncreaseRequestFromTemplate(args: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, cb: (err: any, data?: DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput) => void): void;
31
- deleteServiceQuotaIncreaseRequestFromTemplate(args: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput) => void): void;
32
-
33
- disassociateServiceQuotaTemplate(args: DisassociateServiceQuotaTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateServiceQuotaTemplateCommandOutput>;
34
- disassociateServiceQuotaTemplate(args: DisassociateServiceQuotaTemplateCommandInput, cb: (err: any, data?: DisassociateServiceQuotaTemplateCommandOutput) => void): void;
35
- disassociateServiceQuotaTemplate(args: DisassociateServiceQuotaTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateServiceQuotaTemplateCommandOutput) => void): void;
36
-
37
- getAssociationForServiceQuotaTemplate(args: GetAssociationForServiceQuotaTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetAssociationForServiceQuotaTemplateCommandOutput>;
38
- getAssociationForServiceQuotaTemplate(args: GetAssociationForServiceQuotaTemplateCommandInput, cb: (err: any, data?: GetAssociationForServiceQuotaTemplateCommandOutput) => void): void;
39
- getAssociationForServiceQuotaTemplate(args: GetAssociationForServiceQuotaTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssociationForServiceQuotaTemplateCommandOutput) => void): void;
40
-
41
- getAWSDefaultServiceQuota(args: GetAWSDefaultServiceQuotaCommandInput, options?: __HttpHandlerOptions): Promise<GetAWSDefaultServiceQuotaCommandOutput>;
42
- getAWSDefaultServiceQuota(args: GetAWSDefaultServiceQuotaCommandInput, cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void): void;
43
- getAWSDefaultServiceQuota(args: GetAWSDefaultServiceQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void): void;
44
-
45
- getRequestedServiceQuotaChange(args: GetRequestedServiceQuotaChangeCommandInput, options?: __HttpHandlerOptions): Promise<GetRequestedServiceQuotaChangeCommandOutput>;
46
- getRequestedServiceQuotaChange(args: GetRequestedServiceQuotaChangeCommandInput, cb: (err: any, data?: GetRequestedServiceQuotaChangeCommandOutput) => void): void;
47
- getRequestedServiceQuotaChange(args: GetRequestedServiceQuotaChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRequestedServiceQuotaChangeCommandOutput) => void): void;
48
-
49
- getServiceQuota(args: GetServiceQuotaCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceQuotaCommandOutput>;
50
- getServiceQuota(args: GetServiceQuotaCommandInput, cb: (err: any, data?: GetServiceQuotaCommandOutput) => void): void;
51
- getServiceQuota(args: GetServiceQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceQuotaCommandOutput) => void): void;
52
-
53
- getServiceQuotaIncreaseRequestFromTemplate(args: GetServiceQuotaIncreaseRequestFromTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
54
- getServiceQuotaIncreaseRequestFromTemplate(args: GetServiceQuotaIncreaseRequestFromTemplateCommandInput, cb: (err: any, data?: GetServiceQuotaIncreaseRequestFromTemplateCommandOutput) => void): void;
55
- getServiceQuotaIncreaseRequestFromTemplate(args: GetServiceQuotaIncreaseRequestFromTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceQuotaIncreaseRequestFromTemplateCommandOutput) => void): void;
56
-
57
- listAWSDefaultServiceQuotas(args: ListAWSDefaultServiceQuotasCommandInput, options?: __HttpHandlerOptions): Promise<ListAWSDefaultServiceQuotasCommandOutput>;
58
- listAWSDefaultServiceQuotas(args: ListAWSDefaultServiceQuotasCommandInput, cb: (err: any, data?: ListAWSDefaultServiceQuotasCommandOutput) => void): void;
59
- listAWSDefaultServiceQuotas(args: ListAWSDefaultServiceQuotasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAWSDefaultServiceQuotasCommandOutput) => void): void;
60
-
61
- listRequestedServiceQuotaChangeHistory(args: ListRequestedServiceQuotaChangeHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
62
- listRequestedServiceQuotaChangeHistory(args: ListRequestedServiceQuotaChangeHistoryCommandInput, cb: (err: any, data?: ListRequestedServiceQuotaChangeHistoryCommandOutput) => void): void;
63
- listRequestedServiceQuotaChangeHistory(args: ListRequestedServiceQuotaChangeHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRequestedServiceQuotaChangeHistoryCommandOutput) => void): void;
64
-
65
- listRequestedServiceQuotaChangeHistoryByQuota(args: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, options?: __HttpHandlerOptions): Promise<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
66
- listRequestedServiceQuotaChangeHistoryByQuota(args: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, cb: (err: any, data?: ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput) => void): void;
67
- listRequestedServiceQuotaChangeHistoryByQuota(args: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput) => void): void;
68
-
69
- listServiceQuotaIncreaseRequestsInTemplate(args: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
70
- listServiceQuotaIncreaseRequestsInTemplate(args: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, cb: (err: any, data?: ListServiceQuotaIncreaseRequestsInTemplateCommandOutput) => void): void;
71
- listServiceQuotaIncreaseRequestsInTemplate(args: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceQuotaIncreaseRequestsInTemplateCommandOutput) => void): void;
72
-
73
- listServiceQuotas(args: ListServiceQuotasCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceQuotasCommandOutput>;
74
- listServiceQuotas(args: ListServiceQuotasCommandInput, cb: (err: any, data?: ListServiceQuotasCommandOutput) => void): void;
75
- listServiceQuotas(args: ListServiceQuotasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceQuotasCommandOutput) => void): void;
76
-
77
- listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
78
- listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
79
- listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
80
-
81
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
82
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
83
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
84
-
85
- putServiceQuotaIncreaseRequestIntoTemplate(args: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, options?: __HttpHandlerOptions): Promise<PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput>;
86
- putServiceQuotaIncreaseRequestIntoTemplate(args: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, cb: (err: any, data?: PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput) => void): void;
87
- putServiceQuotaIncreaseRequestIntoTemplate(args: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput) => void): void;
88
-
89
- requestServiceQuotaIncrease(args: RequestServiceQuotaIncreaseCommandInput, options?: __HttpHandlerOptions): Promise<RequestServiceQuotaIncreaseCommandOutput>;
90
- requestServiceQuotaIncrease(args: RequestServiceQuotaIncreaseCommandInput, cb: (err: any, data?: RequestServiceQuotaIncreaseCommandOutput) => void): void;
91
- requestServiceQuotaIncrease(args: RequestServiceQuotaIncreaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RequestServiceQuotaIncreaseCommandOutput) => void): void;
92
-
93
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
94
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
95
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
96
-
97
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
98
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
99
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
100
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateServiceQuotaTemplateCommandInput,
4
+ AssociateServiceQuotaTemplateCommandOutput,
5
+ } from "./commands/AssociateServiceQuotaTemplateCommand";
6
+ import {
7
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
8
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
9
+ } from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
10
+ import {
11
+ DisassociateServiceQuotaTemplateCommandInput,
12
+ DisassociateServiceQuotaTemplateCommandOutput,
13
+ } from "./commands/DisassociateServiceQuotaTemplateCommand";
14
+ import {
15
+ GetAssociationForServiceQuotaTemplateCommandInput,
16
+ GetAssociationForServiceQuotaTemplateCommandOutput,
17
+ } from "./commands/GetAssociationForServiceQuotaTemplateCommand";
18
+ import {
19
+ GetAWSDefaultServiceQuotaCommandInput,
20
+ GetAWSDefaultServiceQuotaCommandOutput,
21
+ } from "./commands/GetAWSDefaultServiceQuotaCommand";
22
+ import {
23
+ GetRequestedServiceQuotaChangeCommandInput,
24
+ GetRequestedServiceQuotaChangeCommandOutput,
25
+ } from "./commands/GetRequestedServiceQuotaChangeCommand";
26
+ import {
27
+ GetServiceQuotaCommandInput,
28
+ GetServiceQuotaCommandOutput,
29
+ } from "./commands/GetServiceQuotaCommand";
30
+ import {
31
+ GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
32
+ GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
33
+ } from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
34
+ import {
35
+ ListAWSDefaultServiceQuotasCommandInput,
36
+ ListAWSDefaultServiceQuotasCommandOutput,
37
+ } from "./commands/ListAWSDefaultServiceQuotasCommand";
38
+ import {
39
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
40
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
41
+ } from "./commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
42
+ import {
43
+ ListRequestedServiceQuotaChangeHistoryCommandInput,
44
+ ListRequestedServiceQuotaChangeHistoryCommandOutput,
45
+ } from "./commands/ListRequestedServiceQuotaChangeHistoryCommand";
46
+ import {
47
+ ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
48
+ ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
49
+ } from "./commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
50
+ import {
51
+ ListServiceQuotasCommandInput,
52
+ ListServiceQuotasCommandOutput,
53
+ } from "./commands/ListServiceQuotasCommand";
54
+ import {
55
+ ListServicesCommandInput,
56
+ ListServicesCommandOutput,
57
+ } from "./commands/ListServicesCommand";
58
+ import {
59
+ ListTagsForResourceCommandInput,
60
+ ListTagsForResourceCommandOutput,
61
+ } from "./commands/ListTagsForResourceCommand";
62
+ import {
63
+ PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
64
+ PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
65
+ } from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
66
+ import {
67
+ RequestServiceQuotaIncreaseCommandInput,
68
+ RequestServiceQuotaIncreaseCommandOutput,
69
+ } from "./commands/RequestServiceQuotaIncreaseCommand";
70
+ import {
71
+ TagResourceCommandInput,
72
+ TagResourceCommandOutput,
73
+ } from "./commands/TagResourceCommand";
74
+ import {
75
+ UntagResourceCommandInput,
76
+ UntagResourceCommandOutput,
77
+ } from "./commands/UntagResourceCommand";
78
+ import { ServiceQuotasClient } from "./ServiceQuotasClient";
79
+
80
+ export declare class ServiceQuotas extends ServiceQuotasClient {
81
+ associateServiceQuotaTemplate(
82
+ args: AssociateServiceQuotaTemplateCommandInput,
83
+ options?: __HttpHandlerOptions
84
+ ): Promise<AssociateServiceQuotaTemplateCommandOutput>;
85
+ associateServiceQuotaTemplate(
86
+ args: AssociateServiceQuotaTemplateCommandInput,
87
+ cb: (err: any, data?: AssociateServiceQuotaTemplateCommandOutput) => void
88
+ ): void;
89
+ associateServiceQuotaTemplate(
90
+ args: AssociateServiceQuotaTemplateCommandInput,
91
+ options: __HttpHandlerOptions,
92
+ cb: (err: any, data?: AssociateServiceQuotaTemplateCommandOutput) => void
93
+ ): void;
94
+
95
+ deleteServiceQuotaIncreaseRequestFromTemplate(
96
+ args: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
97
+ options?: __HttpHandlerOptions
98
+ ): Promise<DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
99
+ deleteServiceQuotaIncreaseRequestFromTemplate(
100
+ args: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
101
+ cb: (
102
+ err: any,
103
+ data?: DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
104
+ ) => void
105
+ ): void;
106
+ deleteServiceQuotaIncreaseRequestFromTemplate(
107
+ args: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
108
+ options: __HttpHandlerOptions,
109
+ cb: (
110
+ err: any,
111
+ data?: DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
112
+ ) => void
113
+ ): void;
114
+
115
+ disassociateServiceQuotaTemplate(
116
+ args: DisassociateServiceQuotaTemplateCommandInput,
117
+ options?: __HttpHandlerOptions
118
+ ): Promise<DisassociateServiceQuotaTemplateCommandOutput>;
119
+ disassociateServiceQuotaTemplate(
120
+ args: DisassociateServiceQuotaTemplateCommandInput,
121
+ cb: (err: any, data?: DisassociateServiceQuotaTemplateCommandOutput) => void
122
+ ): void;
123
+ disassociateServiceQuotaTemplate(
124
+ args: DisassociateServiceQuotaTemplateCommandInput,
125
+ options: __HttpHandlerOptions,
126
+ cb: (err: any, data?: DisassociateServiceQuotaTemplateCommandOutput) => void
127
+ ): void;
128
+
129
+ getAssociationForServiceQuotaTemplate(
130
+ args: GetAssociationForServiceQuotaTemplateCommandInput,
131
+ options?: __HttpHandlerOptions
132
+ ): Promise<GetAssociationForServiceQuotaTemplateCommandOutput>;
133
+ getAssociationForServiceQuotaTemplate(
134
+ args: GetAssociationForServiceQuotaTemplateCommandInput,
135
+ cb: (
136
+ err: any,
137
+ data?: GetAssociationForServiceQuotaTemplateCommandOutput
138
+ ) => void
139
+ ): void;
140
+ getAssociationForServiceQuotaTemplate(
141
+ args: GetAssociationForServiceQuotaTemplateCommandInput,
142
+ options: __HttpHandlerOptions,
143
+ cb: (
144
+ err: any,
145
+ data?: GetAssociationForServiceQuotaTemplateCommandOutput
146
+ ) => void
147
+ ): void;
148
+
149
+ getAWSDefaultServiceQuota(
150
+ args: GetAWSDefaultServiceQuotaCommandInput,
151
+ options?: __HttpHandlerOptions
152
+ ): Promise<GetAWSDefaultServiceQuotaCommandOutput>;
153
+ getAWSDefaultServiceQuota(
154
+ args: GetAWSDefaultServiceQuotaCommandInput,
155
+ cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void
156
+ ): void;
157
+ getAWSDefaultServiceQuota(
158
+ args: GetAWSDefaultServiceQuotaCommandInput,
159
+ options: __HttpHandlerOptions,
160
+ cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void
161
+ ): void;
162
+
163
+ getRequestedServiceQuotaChange(
164
+ args: GetRequestedServiceQuotaChangeCommandInput,
165
+ options?: __HttpHandlerOptions
166
+ ): Promise<GetRequestedServiceQuotaChangeCommandOutput>;
167
+ getRequestedServiceQuotaChange(
168
+ args: GetRequestedServiceQuotaChangeCommandInput,
169
+ cb: (err: any, data?: GetRequestedServiceQuotaChangeCommandOutput) => void
170
+ ): void;
171
+ getRequestedServiceQuotaChange(
172
+ args: GetRequestedServiceQuotaChangeCommandInput,
173
+ options: __HttpHandlerOptions,
174
+ cb: (err: any, data?: GetRequestedServiceQuotaChangeCommandOutput) => void
175
+ ): void;
176
+
177
+ getServiceQuota(
178
+ args: GetServiceQuotaCommandInput,
179
+ options?: __HttpHandlerOptions
180
+ ): Promise<GetServiceQuotaCommandOutput>;
181
+ getServiceQuota(
182
+ args: GetServiceQuotaCommandInput,
183
+ cb: (err: any, data?: GetServiceQuotaCommandOutput) => void
184
+ ): void;
185
+ getServiceQuota(
186
+ args: GetServiceQuotaCommandInput,
187
+ options: __HttpHandlerOptions,
188
+ cb: (err: any, data?: GetServiceQuotaCommandOutput) => void
189
+ ): void;
190
+
191
+ getServiceQuotaIncreaseRequestFromTemplate(
192
+ args: GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
193
+ options?: __HttpHandlerOptions
194
+ ): Promise<GetServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
195
+ getServiceQuotaIncreaseRequestFromTemplate(
196
+ args: GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
197
+ cb: (
198
+ err: any,
199
+ data?: GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
200
+ ) => void
201
+ ): void;
202
+ getServiceQuotaIncreaseRequestFromTemplate(
203
+ args: GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
204
+ options: __HttpHandlerOptions,
205
+ cb: (
206
+ err: any,
207
+ data?: GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
208
+ ) => void
209
+ ): void;
210
+
211
+ listAWSDefaultServiceQuotas(
212
+ args: ListAWSDefaultServiceQuotasCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<ListAWSDefaultServiceQuotasCommandOutput>;
215
+ listAWSDefaultServiceQuotas(
216
+ args: ListAWSDefaultServiceQuotasCommandInput,
217
+ cb: (err: any, data?: ListAWSDefaultServiceQuotasCommandOutput) => void
218
+ ): void;
219
+ listAWSDefaultServiceQuotas(
220
+ args: ListAWSDefaultServiceQuotasCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: ListAWSDefaultServiceQuotasCommandOutput) => void
223
+ ): void;
224
+
225
+ listRequestedServiceQuotaChangeHistory(
226
+ args: ListRequestedServiceQuotaChangeHistoryCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
229
+ listRequestedServiceQuotaChangeHistory(
230
+ args: ListRequestedServiceQuotaChangeHistoryCommandInput,
231
+ cb: (
232
+ err: any,
233
+ data?: ListRequestedServiceQuotaChangeHistoryCommandOutput
234
+ ) => void
235
+ ): void;
236
+ listRequestedServiceQuotaChangeHistory(
237
+ args: ListRequestedServiceQuotaChangeHistoryCommandInput,
238
+ options: __HttpHandlerOptions,
239
+ cb: (
240
+ err: any,
241
+ data?: ListRequestedServiceQuotaChangeHistoryCommandOutput
242
+ ) => void
243
+ ): void;
244
+
245
+ listRequestedServiceQuotaChangeHistoryByQuota(
246
+ args: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
249
+ listRequestedServiceQuotaChangeHistoryByQuota(
250
+ args: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
251
+ cb: (
252
+ err: any,
253
+ data?: ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
254
+ ) => void
255
+ ): void;
256
+ listRequestedServiceQuotaChangeHistoryByQuota(
257
+ args: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (
260
+ err: any,
261
+ data?: ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
262
+ ) => void
263
+ ): void;
264
+
265
+ listServiceQuotaIncreaseRequestsInTemplate(
266
+ args: ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
269
+ listServiceQuotaIncreaseRequestsInTemplate(
270
+ args: ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
271
+ cb: (
272
+ err: any,
273
+ data?: ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
274
+ ) => void
275
+ ): void;
276
+ listServiceQuotaIncreaseRequestsInTemplate(
277
+ args: ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (
280
+ err: any,
281
+ data?: ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
282
+ ) => void
283
+ ): void;
284
+
285
+ listServiceQuotas(
286
+ args: ListServiceQuotasCommandInput,
287
+ options?: __HttpHandlerOptions
288
+ ): Promise<ListServiceQuotasCommandOutput>;
289
+ listServiceQuotas(
290
+ args: ListServiceQuotasCommandInput,
291
+ cb: (err: any, data?: ListServiceQuotasCommandOutput) => void
292
+ ): void;
293
+ listServiceQuotas(
294
+ args: ListServiceQuotasCommandInput,
295
+ options: __HttpHandlerOptions,
296
+ cb: (err: any, data?: ListServiceQuotasCommandOutput) => void
297
+ ): void;
298
+
299
+ listServices(
300
+ args: ListServicesCommandInput,
301
+ options?: __HttpHandlerOptions
302
+ ): Promise<ListServicesCommandOutput>;
303
+ listServices(
304
+ args: ListServicesCommandInput,
305
+ cb: (err: any, data?: ListServicesCommandOutput) => void
306
+ ): void;
307
+ listServices(
308
+ args: ListServicesCommandInput,
309
+ options: __HttpHandlerOptions,
310
+ cb: (err: any, data?: ListServicesCommandOutput) => void
311
+ ): void;
312
+
313
+ listTagsForResource(
314
+ args: ListTagsForResourceCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<ListTagsForResourceCommandOutput>;
317
+ listTagsForResource(
318
+ args: ListTagsForResourceCommandInput,
319
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
320
+ ): void;
321
+ listTagsForResource(
322
+ args: ListTagsForResourceCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
325
+ ): void;
326
+
327
+ putServiceQuotaIncreaseRequestIntoTemplate(
328
+ args: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
329
+ options?: __HttpHandlerOptions
330
+ ): Promise<PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput>;
331
+ putServiceQuotaIncreaseRequestIntoTemplate(
332
+ args: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
333
+ cb: (
334
+ err: any,
335
+ data?: PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
336
+ ) => void
337
+ ): void;
338
+ putServiceQuotaIncreaseRequestIntoTemplate(
339
+ args: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
340
+ options: __HttpHandlerOptions,
341
+ cb: (
342
+ err: any,
343
+ data?: PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
344
+ ) => void
345
+ ): void;
346
+
347
+ requestServiceQuotaIncrease(
348
+ args: RequestServiceQuotaIncreaseCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<RequestServiceQuotaIncreaseCommandOutput>;
351
+ requestServiceQuotaIncrease(
352
+ args: RequestServiceQuotaIncreaseCommandInput,
353
+ cb: (err: any, data?: RequestServiceQuotaIncreaseCommandOutput) => void
354
+ ): void;
355
+ requestServiceQuotaIncrease(
356
+ args: RequestServiceQuotaIncreaseCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: RequestServiceQuotaIncreaseCommandOutput) => void
359
+ ): void;
360
+
361
+ tagResource(
362
+ args: TagResourceCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<TagResourceCommandOutput>;
365
+ tagResource(
366
+ args: TagResourceCommandInput,
367
+ cb: (err: any, data?: TagResourceCommandOutput) => void
368
+ ): void;
369
+ tagResource(
370
+ args: TagResourceCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: TagResourceCommandOutput) => void
373
+ ): void;
374
+
375
+ untagResource(
376
+ args: UntagResourceCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<UntagResourceCommandOutput>;
379
+ untagResource(
380
+ args: UntagResourceCommandInput,
381
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
382
+ ): void;
383
+ untagResource(
384
+ args: UntagResourceCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
387
+ ): void;
388
+ }