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