@aws-sdk/client-service-quotas 3.50.0 → 3.53.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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ServiceQuotasServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +241 -1
- package/dist-cjs/protocols/Aws_json1_1.js +269 -1060
- package/dist-es/index.js +1 -0
- package/dist-es/models/ServiceQuotasServiceException.js +12 -0
- package/dist-es/models/models_0.js +223 -1
- package/dist-es/protocols/Aws_json1_1.js +552 -1103
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ServiceQuotasServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +121 -52
- package/dist-types/ts3.4/ServiceQuotas.d.ts +100 -0
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +92 -0
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +670 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +59 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,670 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message?: string;
|
|
8
|
+
|
|
9
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
|
+
}
|
|
11
|
+
export interface AssociateServiceQuotaTemplateRequest {
|
|
12
|
+
}
|
|
13
|
+
export declare namespace AssociateServiceQuotaTemplateRequest {
|
|
14
|
+
|
|
15
|
+
const filterSensitiveLog: (obj: AssociateServiceQuotaTemplateRequest) => any;
|
|
16
|
+
}
|
|
17
|
+
export interface AssociateServiceQuotaTemplateResponse {
|
|
18
|
+
}
|
|
19
|
+
export declare namespace AssociateServiceQuotaTemplateResponse {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: AssociateServiceQuotaTemplateResponse) => any;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export declare class AWSServiceAccessNotEnabledException extends __BaseException {
|
|
25
|
+
readonly name: "AWSServiceAccessNotEnabledException";
|
|
26
|
+
readonly $fault: "client";
|
|
27
|
+
Message?: string;
|
|
28
|
+
|
|
29
|
+
constructor(opts: __ExceptionOptionType<AWSServiceAccessNotEnabledException, __BaseException>);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export declare class DependencyAccessDeniedException extends __BaseException {
|
|
33
|
+
readonly name: "DependencyAccessDeniedException";
|
|
34
|
+
readonly $fault: "client";
|
|
35
|
+
Message?: string;
|
|
36
|
+
|
|
37
|
+
constructor(opts: __ExceptionOptionType<DependencyAccessDeniedException, __BaseException>);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare class NoAvailableOrganizationException extends __BaseException {
|
|
41
|
+
readonly name: "NoAvailableOrganizationException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
Message?: string;
|
|
44
|
+
|
|
45
|
+
constructor(opts: __ExceptionOptionType<NoAvailableOrganizationException, __BaseException>);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
49
|
+
readonly name: "OrganizationNotInAllFeaturesModeException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
Message?: string;
|
|
52
|
+
|
|
53
|
+
constructor(opts: __ExceptionOptionType<OrganizationNotInAllFeaturesModeException, __BaseException>);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export declare class ServiceException extends __BaseException {
|
|
57
|
+
readonly name: "ServiceException";
|
|
58
|
+
readonly $fault: "server";
|
|
59
|
+
Message?: string;
|
|
60
|
+
|
|
61
|
+
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export declare class TemplatesNotAvailableInRegionException extends __BaseException {
|
|
65
|
+
readonly name: "TemplatesNotAvailableInRegionException";
|
|
66
|
+
readonly $fault: "client";
|
|
67
|
+
Message?: string;
|
|
68
|
+
|
|
69
|
+
constructor(opts: __ExceptionOptionType<TemplatesNotAvailableInRegionException, __BaseException>);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
73
|
+
readonly name: "TooManyRequestsException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
Message?: string;
|
|
76
|
+
|
|
77
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
78
|
+
}
|
|
79
|
+
export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
80
|
+
|
|
81
|
+
ServiceCode: string | undefined;
|
|
82
|
+
|
|
83
|
+
QuotaCode: string | undefined;
|
|
84
|
+
|
|
85
|
+
AwsRegion: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
88
|
+
|
|
89
|
+
const filterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
90
|
+
}
|
|
91
|
+
export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
92
|
+
}
|
|
93
|
+
export declare namespace DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
94
|
+
|
|
95
|
+
const filterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export declare class IllegalArgumentException extends __BaseException {
|
|
99
|
+
readonly name: "IllegalArgumentException";
|
|
100
|
+
readonly $fault: "client";
|
|
101
|
+
Message?: string;
|
|
102
|
+
|
|
103
|
+
constructor(opts: __ExceptionOptionType<IllegalArgumentException, __BaseException>);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export declare class NoSuchResourceException extends __BaseException {
|
|
107
|
+
readonly name: "NoSuchResourceException";
|
|
108
|
+
readonly $fault: "client";
|
|
109
|
+
Message?: string;
|
|
110
|
+
|
|
111
|
+
constructor(opts: __ExceptionOptionType<NoSuchResourceException, __BaseException>);
|
|
112
|
+
}
|
|
113
|
+
export interface DisassociateServiceQuotaTemplateRequest {
|
|
114
|
+
}
|
|
115
|
+
export declare namespace DisassociateServiceQuotaTemplateRequest {
|
|
116
|
+
|
|
117
|
+
const filterSensitiveLog: (obj: DisassociateServiceQuotaTemplateRequest) => any;
|
|
118
|
+
}
|
|
119
|
+
export interface DisassociateServiceQuotaTemplateResponse {
|
|
120
|
+
}
|
|
121
|
+
export declare namespace DisassociateServiceQuotaTemplateResponse {
|
|
122
|
+
|
|
123
|
+
const filterSensitiveLog: (obj: DisassociateServiceQuotaTemplateResponse) => any;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export declare class ServiceQuotaTemplateNotInUseException extends __BaseException {
|
|
127
|
+
readonly name: "ServiceQuotaTemplateNotInUseException";
|
|
128
|
+
readonly $fault: "client";
|
|
129
|
+
Message?: string;
|
|
130
|
+
|
|
131
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaTemplateNotInUseException, __BaseException>);
|
|
132
|
+
}
|
|
133
|
+
export declare enum ErrorCode {
|
|
134
|
+
DEPENDENCY_ACCESS_DENIED_ERROR = "DEPENDENCY_ACCESS_DENIED_ERROR",
|
|
135
|
+
DEPENDENCY_SERVICE_ERROR = "DEPENDENCY_SERVICE_ERROR",
|
|
136
|
+
DEPENDENCY_THROTTLING_ERROR = "DEPENDENCY_THROTTLING_ERROR",
|
|
137
|
+
SERVICE_QUOTA_NOT_AVAILABLE_ERROR = "SERVICE_QUOTA_NOT_AVAILABLE_ERROR"
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export interface ErrorReason {
|
|
141
|
+
|
|
142
|
+
ErrorCode?: ErrorCode | string;
|
|
143
|
+
|
|
144
|
+
ErrorMessage?: string;
|
|
145
|
+
}
|
|
146
|
+
export declare namespace ErrorReason {
|
|
147
|
+
|
|
148
|
+
const filterSensitiveLog: (obj: ErrorReason) => any;
|
|
149
|
+
}
|
|
150
|
+
export interface GetAssociationForServiceQuotaTemplateRequest {
|
|
151
|
+
}
|
|
152
|
+
export declare namespace GetAssociationForServiceQuotaTemplateRequest {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateRequest) => any;
|
|
155
|
+
}
|
|
156
|
+
export declare enum ServiceQuotaTemplateAssociationStatus {
|
|
157
|
+
ASSOCIATED = "ASSOCIATED",
|
|
158
|
+
DISASSOCIATED = "DISASSOCIATED"
|
|
159
|
+
}
|
|
160
|
+
export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
161
|
+
|
|
162
|
+
ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus | string;
|
|
163
|
+
}
|
|
164
|
+
export declare namespace GetAssociationForServiceQuotaTemplateResponse {
|
|
165
|
+
|
|
166
|
+
const filterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateResponse) => any;
|
|
167
|
+
}
|
|
168
|
+
export interface GetAWSDefaultServiceQuotaRequest {
|
|
169
|
+
|
|
170
|
+
ServiceCode: string | undefined;
|
|
171
|
+
|
|
172
|
+
QuotaCode: string | undefined;
|
|
173
|
+
}
|
|
174
|
+
export declare namespace GetAWSDefaultServiceQuotaRequest {
|
|
175
|
+
|
|
176
|
+
const filterSensitiveLog: (obj: GetAWSDefaultServiceQuotaRequest) => any;
|
|
177
|
+
}
|
|
178
|
+
export declare enum PeriodUnit {
|
|
179
|
+
DAY = "DAY",
|
|
180
|
+
HOUR = "HOUR",
|
|
181
|
+
MICROSECOND = "MICROSECOND",
|
|
182
|
+
MILLISECOND = "MILLISECOND",
|
|
183
|
+
MINUTE = "MINUTE",
|
|
184
|
+
SECOND = "SECOND",
|
|
185
|
+
WEEK = "WEEK"
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export interface QuotaPeriod {
|
|
189
|
+
|
|
190
|
+
PeriodValue?: number;
|
|
191
|
+
|
|
192
|
+
PeriodUnit?: PeriodUnit | string;
|
|
193
|
+
}
|
|
194
|
+
export declare namespace QuotaPeriod {
|
|
195
|
+
|
|
196
|
+
const filterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export interface MetricInfo {
|
|
200
|
+
|
|
201
|
+
MetricNamespace?: string;
|
|
202
|
+
|
|
203
|
+
MetricName?: string;
|
|
204
|
+
|
|
205
|
+
MetricDimensions?: {
|
|
206
|
+
[key: string]: string;
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
MetricStatisticRecommendation?: string;
|
|
210
|
+
}
|
|
211
|
+
export declare namespace MetricInfo {
|
|
212
|
+
|
|
213
|
+
const filterSensitiveLog: (obj: MetricInfo) => any;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface ServiceQuota {
|
|
217
|
+
|
|
218
|
+
ServiceCode?: string;
|
|
219
|
+
|
|
220
|
+
ServiceName?: string;
|
|
221
|
+
|
|
222
|
+
QuotaArn?: string;
|
|
223
|
+
|
|
224
|
+
QuotaCode?: string;
|
|
225
|
+
|
|
226
|
+
QuotaName?: string;
|
|
227
|
+
|
|
228
|
+
Value?: number;
|
|
229
|
+
|
|
230
|
+
Unit?: string;
|
|
231
|
+
|
|
232
|
+
Adjustable?: boolean;
|
|
233
|
+
|
|
234
|
+
GlobalQuota?: boolean;
|
|
235
|
+
|
|
236
|
+
UsageMetric?: MetricInfo;
|
|
237
|
+
|
|
238
|
+
Period?: QuotaPeriod;
|
|
239
|
+
|
|
240
|
+
ErrorReason?: ErrorReason;
|
|
241
|
+
}
|
|
242
|
+
export declare namespace ServiceQuota {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: ServiceQuota) => any;
|
|
245
|
+
}
|
|
246
|
+
export interface GetAWSDefaultServiceQuotaResponse {
|
|
247
|
+
|
|
248
|
+
Quota?: ServiceQuota;
|
|
249
|
+
}
|
|
250
|
+
export declare namespace GetAWSDefaultServiceQuotaResponse {
|
|
251
|
+
|
|
252
|
+
const filterSensitiveLog: (obj: GetAWSDefaultServiceQuotaResponse) => any;
|
|
253
|
+
}
|
|
254
|
+
export interface GetRequestedServiceQuotaChangeRequest {
|
|
255
|
+
|
|
256
|
+
RequestId: string | undefined;
|
|
257
|
+
}
|
|
258
|
+
export declare namespace GetRequestedServiceQuotaChangeRequest {
|
|
259
|
+
|
|
260
|
+
const filterSensitiveLog: (obj: GetRequestedServiceQuotaChangeRequest) => any;
|
|
261
|
+
}
|
|
262
|
+
export declare enum RequestStatus {
|
|
263
|
+
APPROVED = "APPROVED",
|
|
264
|
+
CASE_CLOSED = "CASE_CLOSED",
|
|
265
|
+
CASE_OPENED = "CASE_OPENED",
|
|
266
|
+
DENIED = "DENIED",
|
|
267
|
+
PENDING = "PENDING"
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface RequestedServiceQuotaChange {
|
|
271
|
+
|
|
272
|
+
Id?: string;
|
|
273
|
+
|
|
274
|
+
CaseId?: string;
|
|
275
|
+
|
|
276
|
+
ServiceCode?: string;
|
|
277
|
+
|
|
278
|
+
ServiceName?: string;
|
|
279
|
+
|
|
280
|
+
QuotaCode?: string;
|
|
281
|
+
|
|
282
|
+
QuotaName?: string;
|
|
283
|
+
|
|
284
|
+
DesiredValue?: number;
|
|
285
|
+
|
|
286
|
+
Status?: RequestStatus | string;
|
|
287
|
+
|
|
288
|
+
Created?: Date;
|
|
289
|
+
|
|
290
|
+
LastUpdated?: Date;
|
|
291
|
+
|
|
292
|
+
Requester?: string;
|
|
293
|
+
|
|
294
|
+
QuotaArn?: string;
|
|
295
|
+
|
|
296
|
+
GlobalQuota?: boolean;
|
|
297
|
+
|
|
298
|
+
Unit?: string;
|
|
299
|
+
}
|
|
300
|
+
export declare namespace RequestedServiceQuotaChange {
|
|
301
|
+
|
|
302
|
+
const filterSensitiveLog: (obj: RequestedServiceQuotaChange) => any;
|
|
303
|
+
}
|
|
304
|
+
export interface GetRequestedServiceQuotaChangeResponse {
|
|
305
|
+
|
|
306
|
+
RequestedQuota?: RequestedServiceQuotaChange;
|
|
307
|
+
}
|
|
308
|
+
export declare namespace GetRequestedServiceQuotaChangeResponse {
|
|
309
|
+
|
|
310
|
+
const filterSensitiveLog: (obj: GetRequestedServiceQuotaChangeResponse) => any;
|
|
311
|
+
}
|
|
312
|
+
export interface GetServiceQuotaRequest {
|
|
313
|
+
|
|
314
|
+
ServiceCode: string | undefined;
|
|
315
|
+
|
|
316
|
+
QuotaCode: string | undefined;
|
|
317
|
+
}
|
|
318
|
+
export declare namespace GetServiceQuotaRequest {
|
|
319
|
+
|
|
320
|
+
const filterSensitiveLog: (obj: GetServiceQuotaRequest) => any;
|
|
321
|
+
}
|
|
322
|
+
export interface GetServiceQuotaResponse {
|
|
323
|
+
|
|
324
|
+
Quota?: ServiceQuota;
|
|
325
|
+
}
|
|
326
|
+
export declare namespace GetServiceQuotaResponse {
|
|
327
|
+
|
|
328
|
+
const filterSensitiveLog: (obj: GetServiceQuotaResponse) => any;
|
|
329
|
+
}
|
|
330
|
+
export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
331
|
+
|
|
332
|
+
ServiceCode: string | undefined;
|
|
333
|
+
|
|
334
|
+
QuotaCode: string | undefined;
|
|
335
|
+
|
|
336
|
+
AwsRegion: string | undefined;
|
|
337
|
+
}
|
|
338
|
+
export declare namespace GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
339
|
+
|
|
340
|
+
const filterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
344
|
+
|
|
345
|
+
ServiceCode?: string;
|
|
346
|
+
|
|
347
|
+
ServiceName?: string;
|
|
348
|
+
|
|
349
|
+
QuotaCode?: string;
|
|
350
|
+
|
|
351
|
+
QuotaName?: string;
|
|
352
|
+
|
|
353
|
+
DesiredValue?: number;
|
|
354
|
+
|
|
355
|
+
AwsRegion?: string;
|
|
356
|
+
|
|
357
|
+
Unit?: string;
|
|
358
|
+
|
|
359
|
+
GlobalQuota?: boolean;
|
|
360
|
+
}
|
|
361
|
+
export declare namespace ServiceQuotaIncreaseRequestInTemplate {
|
|
362
|
+
|
|
363
|
+
const filterSensitiveLog: (obj: ServiceQuotaIncreaseRequestInTemplate) => any;
|
|
364
|
+
}
|
|
365
|
+
export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
366
|
+
|
|
367
|
+
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
368
|
+
}
|
|
369
|
+
export declare namespace GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
370
|
+
|
|
371
|
+
const filterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
export interface Tag {
|
|
375
|
+
|
|
376
|
+
Key: string | undefined;
|
|
377
|
+
|
|
378
|
+
Value: string | undefined;
|
|
379
|
+
}
|
|
380
|
+
export declare namespace Tag {
|
|
381
|
+
|
|
382
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
386
|
+
readonly name: "InvalidPaginationTokenException";
|
|
387
|
+
readonly $fault: "client";
|
|
388
|
+
Message?: string;
|
|
389
|
+
|
|
390
|
+
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export declare class InvalidResourceStateException extends __BaseException {
|
|
394
|
+
readonly name: "InvalidResourceStateException";
|
|
395
|
+
readonly $fault: "client";
|
|
396
|
+
Message?: string;
|
|
397
|
+
|
|
398
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
|
|
399
|
+
}
|
|
400
|
+
export interface ListAWSDefaultServiceQuotasRequest {
|
|
401
|
+
|
|
402
|
+
ServiceCode: string | undefined;
|
|
403
|
+
|
|
404
|
+
NextToken?: string;
|
|
405
|
+
|
|
406
|
+
MaxResults?: number;
|
|
407
|
+
}
|
|
408
|
+
export declare namespace ListAWSDefaultServiceQuotasRequest {
|
|
409
|
+
|
|
410
|
+
const filterSensitiveLog: (obj: ListAWSDefaultServiceQuotasRequest) => any;
|
|
411
|
+
}
|
|
412
|
+
export interface ListAWSDefaultServiceQuotasResponse {
|
|
413
|
+
|
|
414
|
+
NextToken?: string;
|
|
415
|
+
|
|
416
|
+
Quotas?: ServiceQuota[];
|
|
417
|
+
}
|
|
418
|
+
export declare namespace ListAWSDefaultServiceQuotasResponse {
|
|
419
|
+
|
|
420
|
+
const filterSensitiveLog: (obj: ListAWSDefaultServiceQuotasResponse) => any;
|
|
421
|
+
}
|
|
422
|
+
export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
423
|
+
|
|
424
|
+
ServiceCode?: string;
|
|
425
|
+
|
|
426
|
+
Status?: RequestStatus | string;
|
|
427
|
+
|
|
428
|
+
NextToken?: string;
|
|
429
|
+
|
|
430
|
+
MaxResults?: number;
|
|
431
|
+
}
|
|
432
|
+
export declare namespace ListRequestedServiceQuotaChangeHistoryRequest {
|
|
433
|
+
|
|
434
|
+
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryRequest) => any;
|
|
435
|
+
}
|
|
436
|
+
export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
437
|
+
|
|
438
|
+
NextToken?: string;
|
|
439
|
+
|
|
440
|
+
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
441
|
+
}
|
|
442
|
+
export declare namespace ListRequestedServiceQuotaChangeHistoryResponse {
|
|
443
|
+
|
|
444
|
+
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryResponse) => any;
|
|
445
|
+
}
|
|
446
|
+
export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
447
|
+
|
|
448
|
+
ServiceCode: string | undefined;
|
|
449
|
+
|
|
450
|
+
QuotaCode: string | undefined;
|
|
451
|
+
|
|
452
|
+
Status?: RequestStatus | string;
|
|
453
|
+
|
|
454
|
+
NextToken?: string;
|
|
455
|
+
|
|
456
|
+
MaxResults?: number;
|
|
457
|
+
}
|
|
458
|
+
export declare namespace ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
459
|
+
|
|
460
|
+
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest) => any;
|
|
461
|
+
}
|
|
462
|
+
export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
463
|
+
|
|
464
|
+
NextToken?: string;
|
|
465
|
+
|
|
466
|
+
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
467
|
+
}
|
|
468
|
+
export declare namespace ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
469
|
+
|
|
470
|
+
const filterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse) => any;
|
|
471
|
+
}
|
|
472
|
+
export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
473
|
+
|
|
474
|
+
ServiceCode?: string;
|
|
475
|
+
|
|
476
|
+
AwsRegion?: string;
|
|
477
|
+
|
|
478
|
+
NextToken?: string;
|
|
479
|
+
|
|
480
|
+
MaxResults?: number;
|
|
481
|
+
}
|
|
482
|
+
export declare namespace ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
483
|
+
|
|
484
|
+
const filterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateRequest) => any;
|
|
485
|
+
}
|
|
486
|
+
export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
487
|
+
|
|
488
|
+
ServiceQuotaIncreaseRequestInTemplateList?: ServiceQuotaIncreaseRequestInTemplate[];
|
|
489
|
+
|
|
490
|
+
NextToken?: string;
|
|
491
|
+
}
|
|
492
|
+
export declare namespace ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
493
|
+
|
|
494
|
+
const filterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateResponse) => any;
|
|
495
|
+
}
|
|
496
|
+
export interface ListServiceQuotasRequest {
|
|
497
|
+
|
|
498
|
+
ServiceCode: string | undefined;
|
|
499
|
+
|
|
500
|
+
NextToken?: string;
|
|
501
|
+
|
|
502
|
+
MaxResults?: number;
|
|
503
|
+
}
|
|
504
|
+
export declare namespace ListServiceQuotasRequest {
|
|
505
|
+
|
|
506
|
+
const filterSensitiveLog: (obj: ListServiceQuotasRequest) => any;
|
|
507
|
+
}
|
|
508
|
+
export interface ListServiceQuotasResponse {
|
|
509
|
+
|
|
510
|
+
NextToken?: string;
|
|
511
|
+
|
|
512
|
+
Quotas?: ServiceQuota[];
|
|
513
|
+
}
|
|
514
|
+
export declare namespace ListServiceQuotasResponse {
|
|
515
|
+
|
|
516
|
+
const filterSensitiveLog: (obj: ListServiceQuotasResponse) => any;
|
|
517
|
+
}
|
|
518
|
+
export interface ListServicesRequest {
|
|
519
|
+
|
|
520
|
+
NextToken?: string;
|
|
521
|
+
|
|
522
|
+
MaxResults?: number;
|
|
523
|
+
}
|
|
524
|
+
export declare namespace ListServicesRequest {
|
|
525
|
+
|
|
526
|
+
const filterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface ServiceInfo {
|
|
530
|
+
|
|
531
|
+
ServiceCode?: string;
|
|
532
|
+
|
|
533
|
+
ServiceName?: string;
|
|
534
|
+
}
|
|
535
|
+
export declare namespace ServiceInfo {
|
|
536
|
+
|
|
537
|
+
const filterSensitiveLog: (obj: ServiceInfo) => any;
|
|
538
|
+
}
|
|
539
|
+
export interface ListServicesResponse {
|
|
540
|
+
|
|
541
|
+
NextToken?: string;
|
|
542
|
+
|
|
543
|
+
Services?: ServiceInfo[];
|
|
544
|
+
}
|
|
545
|
+
export declare namespace ListServicesResponse {
|
|
546
|
+
|
|
547
|
+
const filterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
548
|
+
}
|
|
549
|
+
export interface ListTagsForResourceRequest {
|
|
550
|
+
|
|
551
|
+
ResourceARN: string | undefined;
|
|
552
|
+
}
|
|
553
|
+
export declare namespace ListTagsForResourceRequest {
|
|
554
|
+
|
|
555
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
556
|
+
}
|
|
557
|
+
export interface ListTagsForResourceResponse {
|
|
558
|
+
|
|
559
|
+
Tags?: Tag[];
|
|
560
|
+
}
|
|
561
|
+
export declare namespace ListTagsForResourceResponse {
|
|
562
|
+
|
|
563
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
564
|
+
}
|
|
565
|
+
export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
566
|
+
|
|
567
|
+
QuotaCode: string | undefined;
|
|
568
|
+
|
|
569
|
+
ServiceCode: string | undefined;
|
|
570
|
+
|
|
571
|
+
AwsRegion: string | undefined;
|
|
572
|
+
|
|
573
|
+
DesiredValue: number | undefined;
|
|
574
|
+
}
|
|
575
|
+
export declare namespace PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
576
|
+
|
|
577
|
+
const filterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest) => any;
|
|
578
|
+
}
|
|
579
|
+
export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
580
|
+
|
|
581
|
+
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
582
|
+
}
|
|
583
|
+
export declare namespace PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
584
|
+
|
|
585
|
+
const filterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse) => any;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export declare class QuotaExceededException extends __BaseException {
|
|
589
|
+
readonly name: "QuotaExceededException";
|
|
590
|
+
readonly $fault: "client";
|
|
591
|
+
Message?: string;
|
|
592
|
+
|
|
593
|
+
constructor(opts: __ExceptionOptionType<QuotaExceededException, __BaseException>);
|
|
594
|
+
}
|
|
595
|
+
export interface RequestServiceQuotaIncreaseRequest {
|
|
596
|
+
|
|
597
|
+
ServiceCode: string | undefined;
|
|
598
|
+
|
|
599
|
+
QuotaCode: string | undefined;
|
|
600
|
+
|
|
601
|
+
DesiredValue: number | undefined;
|
|
602
|
+
}
|
|
603
|
+
export declare namespace RequestServiceQuotaIncreaseRequest {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: RequestServiceQuotaIncreaseRequest) => any;
|
|
606
|
+
}
|
|
607
|
+
export interface RequestServiceQuotaIncreaseResponse {
|
|
608
|
+
|
|
609
|
+
RequestedQuota?: RequestedServiceQuotaChange;
|
|
610
|
+
}
|
|
611
|
+
export declare namespace RequestServiceQuotaIncreaseResponse {
|
|
612
|
+
|
|
613
|
+
const filterSensitiveLog: (obj: RequestServiceQuotaIncreaseResponse) => any;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
617
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
618
|
+
readonly $fault: "client";
|
|
619
|
+
Message?: string;
|
|
620
|
+
|
|
621
|
+
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
export declare class TagPolicyViolationException extends __BaseException {
|
|
625
|
+
readonly name: "TagPolicyViolationException";
|
|
626
|
+
readonly $fault: "client";
|
|
627
|
+
Message?: string;
|
|
628
|
+
|
|
629
|
+
constructor(opts: __ExceptionOptionType<TagPolicyViolationException, __BaseException>);
|
|
630
|
+
}
|
|
631
|
+
export interface TagResourceRequest {
|
|
632
|
+
|
|
633
|
+
ResourceARN: string | undefined;
|
|
634
|
+
|
|
635
|
+
Tags: Tag[] | undefined;
|
|
636
|
+
}
|
|
637
|
+
export declare namespace TagResourceRequest {
|
|
638
|
+
|
|
639
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
640
|
+
}
|
|
641
|
+
export interface TagResourceResponse {
|
|
642
|
+
}
|
|
643
|
+
export declare namespace TagResourceResponse {
|
|
644
|
+
|
|
645
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
649
|
+
readonly name: "TooManyTagsException";
|
|
650
|
+
readonly $fault: "client";
|
|
651
|
+
Message?: string;
|
|
652
|
+
|
|
653
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
654
|
+
}
|
|
655
|
+
export interface UntagResourceRequest {
|
|
656
|
+
|
|
657
|
+
ResourceARN: string | undefined;
|
|
658
|
+
|
|
659
|
+
TagKeys: string[] | undefined;
|
|
660
|
+
}
|
|
661
|
+
export declare namespace UntagResourceRequest {
|
|
662
|
+
|
|
663
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
664
|
+
}
|
|
665
|
+
export interface UntagResourceResponse {
|
|
666
|
+
}
|
|
667
|
+
export declare namespace UntagResourceResponse {
|
|
668
|
+
|
|
669
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
670
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ServiceQuotas } from "../ServiceQuotas";
|
|
3
|
+
import { ServiceQuotasClient } from "../ServiceQuotasClient";
|
|
4
|
+
export interface ServiceQuotasPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: ServiceQuotas | ServiceQuotasClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput } from "../commands/ListAWSDefaultServiceQuotasCommand";
|
|
3
|
+
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAWSDefaultServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListAWSDefaultServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListAWSDefaultServiceQuotasCommandOutput>;
|
package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
|
|
3
|
+
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRequestedServiceQuotaChangeHistoryByQuota(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryCommand";
|
|
3
|
+
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRequestedServiceQuotaChangeHistory(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput } from "../commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
|
|
3
|
+
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListServiceQuotaIncreaseRequestsInTemplate(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput } from "../commands/ListServiceQuotasCommand";
|
|
3
|
+
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotasCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
3
|
+
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListServices(config: ServiceQuotasPaginationConfiguration, input: ListServicesCommandInput, ...additionalArguments: any): Paginator<ListServicesCommandOutput>;
|