@aws-sdk/client-service-quotas 3.296.0 → 3.298.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/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +2 -3
- package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +2 -3
- package/dist-cjs/commands/GetServiceQuotaCommand.js +2 -3
- package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +2 -3
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -3
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -3
- package/dist-cjs/commands/ListServiceQuotasCommand.js +2 -3
- package/dist-cjs/commands/ListServicesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -3
- package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -186
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -3
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -3
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -3
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -3
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -3
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -3
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -3
- package/dist-es/commands/ListServicesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -3
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -138
- package/dist-types/ServiceQuotas.d.ts +20 -0
- package/dist-types/ServiceQuotasClient.d.ts +24 -4
- package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +16 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +16 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +16 -0
- package/dist-types/commands/ListServicesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +16 -0
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/models/ServiceQuotasServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +151 -184
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +3 -0
- package/dist-types/pagination/ListServiceQuotasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -126
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You do not have sufficient permission to perform this action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -12,11 +13,18 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
12
13
|
*/
|
|
13
14
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
15
19
|
export interface AssociateServiceQuotaTemplateRequest {
|
|
16
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
17
24
|
export interface AssociateServiceQuotaTemplateResponse {
|
|
18
25
|
}
|
|
19
26
|
/**
|
|
27
|
+
* @public
|
|
20
28
|
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
21
29
|
* enabled in your organization.</p>
|
|
22
30
|
*/
|
|
@@ -30,6 +38,7 @@ export declare class AWSServiceAccessNotEnabledException extends __BaseException
|
|
|
30
38
|
constructor(opts: __ExceptionOptionType<AWSServiceAccessNotEnabledException, __BaseException>);
|
|
31
39
|
}
|
|
32
40
|
/**
|
|
41
|
+
* @public
|
|
33
42
|
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
34
43
|
*/
|
|
35
44
|
export declare class DependencyAccessDeniedException extends __BaseException {
|
|
@@ -42,6 +51,7 @@ export declare class DependencyAccessDeniedException extends __BaseException {
|
|
|
42
51
|
constructor(opts: __ExceptionOptionType<DependencyAccessDeniedException, __BaseException>);
|
|
43
52
|
}
|
|
44
53
|
/**
|
|
54
|
+
* @public
|
|
45
55
|
* <p>The account making this call is not a member of an organization.</p>
|
|
46
56
|
*/
|
|
47
57
|
export declare class NoAvailableOrganizationException extends __BaseException {
|
|
@@ -54,6 +64,7 @@ export declare class NoAvailableOrganizationException extends __BaseException {
|
|
|
54
64
|
constructor(opts: __ExceptionOptionType<NoAvailableOrganizationException, __BaseException>);
|
|
55
65
|
}
|
|
56
66
|
/**
|
|
67
|
+
* @public
|
|
57
68
|
* <p>The organization that your account belongs to is not in All Features mode.</p>
|
|
58
69
|
*/
|
|
59
70
|
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
@@ -66,6 +77,7 @@ export declare class OrganizationNotInAllFeaturesModeException extends __BaseExc
|
|
|
66
77
|
constructor(opts: __ExceptionOptionType<OrganizationNotInAllFeaturesModeException, __BaseException>);
|
|
67
78
|
}
|
|
68
79
|
/**
|
|
80
|
+
* @public
|
|
69
81
|
* <p>Something went wrong.</p>
|
|
70
82
|
*/
|
|
71
83
|
export declare class ServiceException extends __BaseException {
|
|
@@ -78,6 +90,7 @@ export declare class ServiceException extends __BaseException {
|
|
|
78
90
|
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
79
91
|
}
|
|
80
92
|
/**
|
|
93
|
+
* @public
|
|
81
94
|
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
82
95
|
*/
|
|
83
96
|
export declare class TemplatesNotAvailableInRegionException extends __BaseException {
|
|
@@ -90,6 +103,7 @@ export declare class TemplatesNotAvailableInRegionException extends __BaseExcept
|
|
|
90
103
|
constructor(opts: __ExceptionOptionType<TemplatesNotAvailableInRegionException, __BaseException>);
|
|
91
104
|
}
|
|
92
105
|
/**
|
|
106
|
+
* @public
|
|
93
107
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
94
108
|
* an increase for this quota.</p>
|
|
95
109
|
*/
|
|
@@ -102,6 +116,9 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
102
116
|
*/
|
|
103
117
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
104
118
|
}
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
105
122
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
106
123
|
/**
|
|
107
124
|
* <p>The service identifier.</p>
|
|
@@ -116,9 +133,13 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
|
116
133
|
*/
|
|
117
134
|
AwsRegion: string | undefined;
|
|
118
135
|
}
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
119
139
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
120
140
|
}
|
|
121
141
|
/**
|
|
142
|
+
* @public
|
|
122
143
|
* <p>Invalid input was provided.</p>
|
|
123
144
|
*/
|
|
124
145
|
export declare class IllegalArgumentException extends __BaseException {
|
|
@@ -131,6 +152,7 @@ export declare class IllegalArgumentException extends __BaseException {
|
|
|
131
152
|
constructor(opts: __ExceptionOptionType<IllegalArgumentException, __BaseException>);
|
|
132
153
|
}
|
|
133
154
|
/**
|
|
155
|
+
* @public
|
|
134
156
|
* <p>The specified resource does not exist.</p>
|
|
135
157
|
*/
|
|
136
158
|
export declare class NoSuchResourceException extends __BaseException {
|
|
@@ -142,11 +164,18 @@ export declare class NoSuchResourceException extends __BaseException {
|
|
|
142
164
|
*/
|
|
143
165
|
constructor(opts: __ExceptionOptionType<NoSuchResourceException, __BaseException>);
|
|
144
166
|
}
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
145
170
|
export interface DisassociateServiceQuotaTemplateRequest {
|
|
146
171
|
}
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
147
175
|
export interface DisassociateServiceQuotaTemplateResponse {
|
|
148
176
|
}
|
|
149
177
|
/**
|
|
178
|
+
* @public
|
|
150
179
|
* <p>The quota request template is not associated with your organization.</p>
|
|
151
180
|
*/
|
|
152
181
|
export declare class ServiceQuotaTemplateNotInUseException extends __BaseException {
|
|
@@ -158,6 +187,9 @@ export declare class ServiceQuotaTemplateNotInUseException extends __BaseExcepti
|
|
|
158
187
|
*/
|
|
159
188
|
constructor(opts: __ExceptionOptionType<ServiceQuotaTemplateNotInUseException, __BaseException>);
|
|
160
189
|
}
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
161
193
|
export declare enum ErrorCode {
|
|
162
194
|
DEPENDENCY_ACCESS_DENIED_ERROR = "DEPENDENCY_ACCESS_DENIED_ERROR",
|
|
163
195
|
DEPENDENCY_SERVICE_ERROR = "DEPENDENCY_SERVICE_ERROR",
|
|
@@ -165,6 +197,7 @@ export declare enum ErrorCode {
|
|
|
165
197
|
SERVICE_QUOTA_NOT_AVAILABLE_ERROR = "SERVICE_QUOTA_NOT_AVAILABLE_ERROR"
|
|
166
198
|
}
|
|
167
199
|
/**
|
|
200
|
+
* @public
|
|
168
201
|
* <p>An error that explains why an action did not succeed.</p>
|
|
169
202
|
*/
|
|
170
203
|
export interface ErrorReason {
|
|
@@ -199,12 +232,21 @@ export interface ErrorReason {
|
|
|
199
232
|
*/
|
|
200
233
|
ErrorMessage?: string;
|
|
201
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
202
238
|
export interface GetAssociationForServiceQuotaTemplateRequest {
|
|
203
239
|
}
|
|
240
|
+
/**
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
204
243
|
export declare enum ServiceQuotaTemplateAssociationStatus {
|
|
205
244
|
ASSOCIATED = "ASSOCIATED",
|
|
206
245
|
DISASSOCIATED = "DISASSOCIATED"
|
|
207
246
|
}
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
208
250
|
export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
209
251
|
/**
|
|
210
252
|
* <p>The association status. If the status is <code>ASSOCIATED</code>, the quota increase
|
|
@@ -213,6 +255,9 @@ export interface GetAssociationForServiceQuotaTemplateResponse {
|
|
|
213
255
|
*/
|
|
214
256
|
ServiceQuotaTemplateAssociationStatus?: ServiceQuotaTemplateAssociationStatus | string;
|
|
215
257
|
}
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
216
261
|
export interface GetAWSDefaultServiceQuotaRequest {
|
|
217
262
|
/**
|
|
218
263
|
* <p>The service identifier.</p>
|
|
@@ -223,6 +268,9 @@ export interface GetAWSDefaultServiceQuotaRequest {
|
|
|
223
268
|
*/
|
|
224
269
|
QuotaCode: string | undefined;
|
|
225
270
|
}
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
226
274
|
export declare enum PeriodUnit {
|
|
227
275
|
DAY = "DAY",
|
|
228
276
|
HOUR = "HOUR",
|
|
@@ -233,6 +281,7 @@ export declare enum PeriodUnit {
|
|
|
233
281
|
WEEK = "WEEK"
|
|
234
282
|
}
|
|
235
283
|
/**
|
|
284
|
+
* @public
|
|
236
285
|
* <p>Information about the quota period.</p>
|
|
237
286
|
*/
|
|
238
287
|
export interface QuotaPeriod {
|
|
@@ -246,6 +295,7 @@ export interface QuotaPeriod {
|
|
|
246
295
|
PeriodUnit?: PeriodUnit | string;
|
|
247
296
|
}
|
|
248
297
|
/**
|
|
298
|
+
* @public
|
|
249
299
|
* <p>Information about the CloudWatch metric that reflects quota usage.</p>
|
|
250
300
|
*/
|
|
251
301
|
export interface MetricInfo {
|
|
@@ -268,6 +318,7 @@ export interface MetricInfo {
|
|
|
268
318
|
MetricStatisticRecommendation?: string;
|
|
269
319
|
}
|
|
270
320
|
/**
|
|
321
|
+
* @public
|
|
271
322
|
* <p>Information about a quota.</p>
|
|
272
323
|
*/
|
|
273
324
|
export interface ServiceQuota {
|
|
@@ -320,18 +371,27 @@ export interface ServiceQuota {
|
|
|
320
371
|
*/
|
|
321
372
|
ErrorReason?: ErrorReason;
|
|
322
373
|
}
|
|
374
|
+
/**
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
323
377
|
export interface GetAWSDefaultServiceQuotaResponse {
|
|
324
378
|
/**
|
|
325
379
|
* <p>Information about the quota.</p>
|
|
326
380
|
*/
|
|
327
381
|
Quota?: ServiceQuota;
|
|
328
382
|
}
|
|
383
|
+
/**
|
|
384
|
+
* @public
|
|
385
|
+
*/
|
|
329
386
|
export interface GetRequestedServiceQuotaChangeRequest {
|
|
330
387
|
/**
|
|
331
388
|
* <p>The ID of the quota increase request.</p>
|
|
332
389
|
*/
|
|
333
390
|
RequestId: string | undefined;
|
|
334
391
|
}
|
|
392
|
+
/**
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
335
395
|
export declare enum RequestStatus {
|
|
336
396
|
APPROVED = "APPROVED",
|
|
337
397
|
CASE_CLOSED = "CASE_CLOSED",
|
|
@@ -340,6 +400,7 @@ export declare enum RequestStatus {
|
|
|
340
400
|
PENDING = "PENDING"
|
|
341
401
|
}
|
|
342
402
|
/**
|
|
403
|
+
* @public
|
|
343
404
|
* <p>Information about a quota increase request.</p>
|
|
344
405
|
*/
|
|
345
406
|
export interface RequestedServiceQuotaChange {
|
|
@@ -401,12 +462,18 @@ export interface RequestedServiceQuotaChange {
|
|
|
401
462
|
*/
|
|
402
463
|
Unit?: string;
|
|
403
464
|
}
|
|
465
|
+
/**
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
404
468
|
export interface GetRequestedServiceQuotaChangeResponse {
|
|
405
469
|
/**
|
|
406
470
|
* <p>Information about the quota increase request.</p>
|
|
407
471
|
*/
|
|
408
472
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
409
473
|
}
|
|
474
|
+
/**
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
410
477
|
export interface GetServiceQuotaRequest {
|
|
411
478
|
/**
|
|
412
479
|
* <p>The service identifier.</p>
|
|
@@ -417,12 +484,18 @@ export interface GetServiceQuotaRequest {
|
|
|
417
484
|
*/
|
|
418
485
|
QuotaCode: string | undefined;
|
|
419
486
|
}
|
|
487
|
+
/**
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
420
490
|
export interface GetServiceQuotaResponse {
|
|
421
491
|
/**
|
|
422
492
|
* <p>Information about the quota.</p>
|
|
423
493
|
*/
|
|
424
494
|
Quota?: ServiceQuota;
|
|
425
495
|
}
|
|
496
|
+
/**
|
|
497
|
+
* @public
|
|
498
|
+
*/
|
|
426
499
|
export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
427
500
|
/**
|
|
428
501
|
* <p>The service identifier.</p>
|
|
@@ -438,6 +511,7 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateRequest {
|
|
|
438
511
|
AwsRegion: string | undefined;
|
|
439
512
|
}
|
|
440
513
|
/**
|
|
514
|
+
* @public
|
|
441
515
|
* <p>Information about a quota increase request.</p>
|
|
442
516
|
*/
|
|
443
517
|
export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
@@ -474,6 +548,9 @@ export interface ServiceQuotaIncreaseRequestInTemplate {
|
|
|
474
548
|
*/
|
|
475
549
|
GlobalQuota?: boolean;
|
|
476
550
|
}
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
477
554
|
export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
478
555
|
/**
|
|
479
556
|
* <p>Information about the quota increase request.</p>
|
|
@@ -481,6 +558,7 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateResponse {
|
|
|
481
558
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
482
559
|
}
|
|
483
560
|
/**
|
|
561
|
+
* @public
|
|
484
562
|
* <p>A complex data type that contains a tag key and tag value.</p>
|
|
485
563
|
*/
|
|
486
564
|
export interface Tag {
|
|
@@ -498,6 +576,7 @@ export interface Tag {
|
|
|
498
576
|
Value: string | undefined;
|
|
499
577
|
}
|
|
500
578
|
/**
|
|
579
|
+
* @public
|
|
501
580
|
* <p>Invalid input was provided.</p>
|
|
502
581
|
*/
|
|
503
582
|
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
@@ -510,6 +589,7 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
510
589
|
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
511
590
|
}
|
|
512
591
|
/**
|
|
592
|
+
* @public
|
|
513
593
|
* <p>The resource is in an invalid state.</p>
|
|
514
594
|
*/
|
|
515
595
|
export declare class InvalidResourceStateException extends __BaseException {
|
|
@@ -521,6 +601,9 @@ export declare class InvalidResourceStateException extends __BaseException {
|
|
|
521
601
|
*/
|
|
522
602
|
constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
|
|
523
603
|
}
|
|
604
|
+
/**
|
|
605
|
+
* @public
|
|
606
|
+
*/
|
|
524
607
|
export interface ListAWSDefaultServiceQuotasRequest {
|
|
525
608
|
/**
|
|
526
609
|
* <p>The service identifier.</p>
|
|
@@ -536,6 +619,9 @@ export interface ListAWSDefaultServiceQuotasRequest {
|
|
|
536
619
|
*/
|
|
537
620
|
MaxResults?: number;
|
|
538
621
|
}
|
|
622
|
+
/**
|
|
623
|
+
* @public
|
|
624
|
+
*/
|
|
539
625
|
export interface ListAWSDefaultServiceQuotasResponse {
|
|
540
626
|
/**
|
|
541
627
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -547,6 +633,9 @@ export interface ListAWSDefaultServiceQuotasResponse {
|
|
|
547
633
|
*/
|
|
548
634
|
Quotas?: ServiceQuota[];
|
|
549
635
|
}
|
|
636
|
+
/**
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
550
639
|
export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
551
640
|
/**
|
|
552
641
|
* <p>The service identifier.</p>
|
|
@@ -566,6 +655,9 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
|
566
655
|
*/
|
|
567
656
|
MaxResults?: number;
|
|
568
657
|
}
|
|
658
|
+
/**
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
569
661
|
export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
570
662
|
/**
|
|
571
663
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -577,6 +669,9 @@ export interface ListRequestedServiceQuotaChangeHistoryResponse {
|
|
|
577
669
|
*/
|
|
578
670
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
579
671
|
}
|
|
672
|
+
/**
|
|
673
|
+
* @public
|
|
674
|
+
*/
|
|
580
675
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
581
676
|
/**
|
|
582
677
|
* <p>The service identifier.</p>
|
|
@@ -600,6 +695,9 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
|
600
695
|
*/
|
|
601
696
|
MaxResults?: number;
|
|
602
697
|
}
|
|
698
|
+
/**
|
|
699
|
+
* @public
|
|
700
|
+
*/
|
|
603
701
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
604
702
|
/**
|
|
605
703
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -611,6 +709,9 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse {
|
|
|
611
709
|
*/
|
|
612
710
|
RequestedQuotas?: RequestedServiceQuotaChange[];
|
|
613
711
|
}
|
|
712
|
+
/**
|
|
713
|
+
* @public
|
|
714
|
+
*/
|
|
614
715
|
export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
615
716
|
/**
|
|
616
717
|
* <p>The service identifier.</p>
|
|
@@ -630,6 +731,9 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateRequest {
|
|
|
630
731
|
*/
|
|
631
732
|
MaxResults?: number;
|
|
632
733
|
}
|
|
734
|
+
/**
|
|
735
|
+
* @public
|
|
736
|
+
*/
|
|
633
737
|
export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
634
738
|
/**
|
|
635
739
|
* <p>Information about the quota increase requests.</p>
|
|
@@ -641,6 +745,9 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateResponse {
|
|
|
641
745
|
*/
|
|
642
746
|
NextToken?: string;
|
|
643
747
|
}
|
|
748
|
+
/**
|
|
749
|
+
* @public
|
|
750
|
+
*/
|
|
644
751
|
export interface ListServiceQuotasRequest {
|
|
645
752
|
/**
|
|
646
753
|
* <p>The service identifier.</p>
|
|
@@ -656,6 +763,9 @@ export interface ListServiceQuotasRequest {
|
|
|
656
763
|
*/
|
|
657
764
|
MaxResults?: number;
|
|
658
765
|
}
|
|
766
|
+
/**
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
659
769
|
export interface ListServiceQuotasResponse {
|
|
660
770
|
/**
|
|
661
771
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -667,6 +777,9 @@ export interface ListServiceQuotasResponse {
|
|
|
667
777
|
*/
|
|
668
778
|
Quotas?: ServiceQuota[];
|
|
669
779
|
}
|
|
780
|
+
/**
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
670
783
|
export interface ListServicesRequest {
|
|
671
784
|
/**
|
|
672
785
|
* <p>The token for the next page of results.</p>
|
|
@@ -679,6 +792,7 @@ export interface ListServicesRequest {
|
|
|
679
792
|
MaxResults?: number;
|
|
680
793
|
}
|
|
681
794
|
/**
|
|
795
|
+
* @public
|
|
682
796
|
* <p>Information about a service.</p>
|
|
683
797
|
*/
|
|
684
798
|
export interface ServiceInfo {
|
|
@@ -691,6 +805,9 @@ export interface ServiceInfo {
|
|
|
691
805
|
*/
|
|
692
806
|
ServiceName?: string;
|
|
693
807
|
}
|
|
808
|
+
/**
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
694
811
|
export interface ListServicesResponse {
|
|
695
812
|
/**
|
|
696
813
|
* <p>The token to use to retrieve the next page of results. This value is null when there are
|
|
@@ -702,6 +819,9 @@ export interface ListServicesResponse {
|
|
|
702
819
|
*/
|
|
703
820
|
Services?: ServiceInfo[];
|
|
704
821
|
}
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
705
825
|
export interface ListTagsForResourceRequest {
|
|
706
826
|
/**
|
|
707
827
|
* <p>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You
|
|
@@ -710,12 +830,18 @@ export interface ListTagsForResourceRequest {
|
|
|
710
830
|
*/
|
|
711
831
|
ResourceARN: string | undefined;
|
|
712
832
|
}
|
|
833
|
+
/**
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
713
836
|
export interface ListTagsForResourceResponse {
|
|
714
837
|
/**
|
|
715
838
|
* <p>A complex data type that contains zero or more tag elements.</p>
|
|
716
839
|
*/
|
|
717
840
|
Tags?: Tag[];
|
|
718
841
|
}
|
|
842
|
+
/**
|
|
843
|
+
* @public
|
|
844
|
+
*/
|
|
719
845
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
720
846
|
/**
|
|
721
847
|
* <p>The quota identifier.</p>
|
|
@@ -734,6 +860,9 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateRequest {
|
|
|
734
860
|
*/
|
|
735
861
|
DesiredValue: number | undefined;
|
|
736
862
|
}
|
|
863
|
+
/**
|
|
864
|
+
* @public
|
|
865
|
+
*/
|
|
737
866
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
738
867
|
/**
|
|
739
868
|
* <p>Information about the quota increase request.</p>
|
|
@@ -741,6 +870,7 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateResponse {
|
|
|
741
870
|
ServiceQuotaIncreaseRequestInTemplate?: ServiceQuotaIncreaseRequestInTemplate;
|
|
742
871
|
}
|
|
743
872
|
/**
|
|
873
|
+
* @public
|
|
744
874
|
* <p>You have exceeded your service quota. To perform the requested action, remove some of the
|
|
745
875
|
* relevant resources, or use Service Quotas to request a service quota increase.</p>
|
|
746
876
|
*/
|
|
@@ -753,6 +883,9 @@ export declare class QuotaExceededException extends __BaseException {
|
|
|
753
883
|
*/
|
|
754
884
|
constructor(opts: __ExceptionOptionType<QuotaExceededException, __BaseException>);
|
|
755
885
|
}
|
|
886
|
+
/**
|
|
887
|
+
* @public
|
|
888
|
+
*/
|
|
756
889
|
export interface RequestServiceQuotaIncreaseRequest {
|
|
757
890
|
/**
|
|
758
891
|
* <p>The service identifier.</p>
|
|
@@ -767,6 +900,9 @@ export interface RequestServiceQuotaIncreaseRequest {
|
|
|
767
900
|
*/
|
|
768
901
|
DesiredValue: number | undefined;
|
|
769
902
|
}
|
|
903
|
+
/**
|
|
904
|
+
* @public
|
|
905
|
+
*/
|
|
770
906
|
export interface RequestServiceQuotaIncreaseResponse {
|
|
771
907
|
/**
|
|
772
908
|
* <p>Information about the quota increase request.</p>
|
|
@@ -774,6 +910,7 @@ export interface RequestServiceQuotaIncreaseResponse {
|
|
|
774
910
|
RequestedQuota?: RequestedServiceQuotaChange;
|
|
775
911
|
}
|
|
776
912
|
/**
|
|
913
|
+
* @public
|
|
777
914
|
* <p>The specified resource already exists.</p>
|
|
778
915
|
*/
|
|
779
916
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
@@ -786,6 +923,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
786
923
|
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
787
924
|
}
|
|
788
925
|
/**
|
|
926
|
+
* @public
|
|
789
927
|
* <p>The specified tag is a reserved word and cannot be used.</p>
|
|
790
928
|
*/
|
|
791
929
|
export declare class TagPolicyViolationException extends __BaseException {
|
|
@@ -797,6 +935,9 @@ export declare class TagPolicyViolationException extends __BaseException {
|
|
|
797
935
|
*/
|
|
798
936
|
constructor(opts: __ExceptionOptionType<TagPolicyViolationException, __BaseException>);
|
|
799
937
|
}
|
|
938
|
+
/**
|
|
939
|
+
* @public
|
|
940
|
+
*/
|
|
800
941
|
export interface TagResourceRequest {
|
|
801
942
|
/**
|
|
802
943
|
* <p>The Amazon Resource Name (ARN) for the applied quota. You can get this information by
|
|
@@ -808,9 +949,13 @@ export interface TagResourceRequest {
|
|
|
808
949
|
*/
|
|
809
950
|
Tags: Tag[] | undefined;
|
|
810
951
|
}
|
|
952
|
+
/**
|
|
953
|
+
* @public
|
|
954
|
+
*/
|
|
811
955
|
export interface TagResourceResponse {
|
|
812
956
|
}
|
|
813
957
|
/**
|
|
958
|
+
* @public
|
|
814
959
|
* <p>You've exceeded the number of tags allowed for a resource. For more information, see
|
|
815
960
|
* <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions">Tag
|
|
816
961
|
* restrictions</a> in the <i>Service Quotas User Guide</i>.</p>
|
|
@@ -824,6 +969,9 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
824
969
|
*/
|
|
825
970
|
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
826
971
|
}
|
|
972
|
+
/**
|
|
973
|
+
* @public
|
|
974
|
+
*/
|
|
827
975
|
export interface UntagResourceRequest {
|
|
828
976
|
/**
|
|
829
977
|
* <p>The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get
|
|
@@ -835,189 +983,8 @@ export interface UntagResourceRequest {
|
|
|
835
983
|
*/
|
|
836
984
|
TagKeys: string[] | undefined;
|
|
837
985
|
}
|
|
838
|
-
export interface UntagResourceResponse {
|
|
839
|
-
}
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
|
-
export declare const AssociateServiceQuotaTemplateRequestFilterSensitiveLog: (obj: AssociateServiceQuotaTemplateRequest) => any;
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
export declare const AssociateServiceQuotaTemplateResponseFilterSensitiveLog: (obj: AssociateServiceQuotaTemplateResponse) => any;
|
|
848
986
|
/**
|
|
849
|
-
* @
|
|
987
|
+
* @public
|
|
850
988
|
*/
|
|
851
|
-
export
|
|
852
|
-
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
|
-
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
export declare const DisassociateServiceQuotaTemplateRequestFilterSensitiveLog: (obj: DisassociateServiceQuotaTemplateRequest) => any;
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
|
-
export declare const DisassociateServiceQuotaTemplateResponseFilterSensitiveLog: (obj: DisassociateServiceQuotaTemplateResponse) => any;
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
|
-
export declare const ErrorReasonFilterSensitiveLog: (obj: ErrorReason) => any;
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
|
-
export declare const GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateRequest) => any;
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
|
-
export declare const GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog: (obj: GetAssociationForServiceQuotaTemplateResponse) => any;
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
|
-
export declare const GetAWSDefaultServiceQuotaRequestFilterSensitiveLog: (obj: GetAWSDefaultServiceQuotaRequest) => any;
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
|
-
export declare const QuotaPeriodFilterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
export declare const MetricInfoFilterSensitiveLog: (obj: MetricInfo) => any;
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
|
-
export declare const ServiceQuotaFilterSensitiveLog: (obj: ServiceQuota) => any;
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
|
-
export declare const GetAWSDefaultServiceQuotaResponseFilterSensitiveLog: (obj: GetAWSDefaultServiceQuotaResponse) => any;
|
|
896
|
-
/**
|
|
897
|
-
* @internal
|
|
898
|
-
*/
|
|
899
|
-
export declare const GetRequestedServiceQuotaChangeRequestFilterSensitiveLog: (obj: GetRequestedServiceQuotaChangeRequest) => any;
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
export declare const RequestedServiceQuotaChangeFilterSensitiveLog: (obj: RequestedServiceQuotaChange) => any;
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
|
-
export declare const GetRequestedServiceQuotaChangeResponseFilterSensitiveLog: (obj: GetRequestedServiceQuotaChangeResponse) => any;
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
|
-
export declare const GetServiceQuotaRequestFilterSensitiveLog: (obj: GetServiceQuotaRequest) => any;
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
|
-
export declare const GetServiceQuotaResponseFilterSensitiveLog: (obj: GetServiceQuotaResponse) => any;
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
export declare const GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateRequest) => any;
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
|
-
export declare const ServiceQuotaIncreaseRequestInTemplateFilterSensitiveLog: (obj: ServiceQuotaIncreaseRequestInTemplate) => any;
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
|
-
export declare const GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (obj: GetServiceQuotaIncreaseRequestFromTemplateResponse) => any;
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
932
|
-
/**
|
|
933
|
-
* @internal
|
|
934
|
-
*/
|
|
935
|
-
export declare const ListAWSDefaultServiceQuotasRequestFilterSensitiveLog: (obj: ListAWSDefaultServiceQuotasRequest) => any;
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
|
-
export declare const ListAWSDefaultServiceQuotasResponseFilterSensitiveLog: (obj: ListAWSDefaultServiceQuotasResponse) => any;
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
export declare const ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryRequest) => any;
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
|
-
export declare const ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryResponse) => any;
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
*/
|
|
951
|
-
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest) => any;
|
|
952
|
-
/**
|
|
953
|
-
* @internal
|
|
954
|
-
*/
|
|
955
|
-
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog: (obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse) => any;
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
|
-
export declare const ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateRequest) => any;
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
|
-
export declare const ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog: (obj: ListServiceQuotaIncreaseRequestsInTemplateResponse) => any;
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
|
-
export declare const ListServiceQuotasRequestFilterSensitiveLog: (obj: ListServiceQuotasRequest) => any;
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
|
-
export declare const ListServiceQuotasResponseFilterSensitiveLog: (obj: ListServiceQuotasResponse) => any;
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
976
|
-
/**
|
|
977
|
-
* @internal
|
|
978
|
-
*/
|
|
979
|
-
export declare const ServiceInfoFilterSensitiveLog: (obj: ServiceInfo) => any;
|
|
980
|
-
/**
|
|
981
|
-
* @internal
|
|
982
|
-
*/
|
|
983
|
-
export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
988
|
-
/**
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
991
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
992
|
-
/**
|
|
993
|
-
* @internal
|
|
994
|
-
*/
|
|
995
|
-
export declare const PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest) => any;
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
|
-
export declare const PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog: (obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse) => any;
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
|
-
export declare const RequestServiceQuotaIncreaseRequestFilterSensitiveLog: (obj: RequestServiceQuotaIncreaseRequest) => any;
|
|
1004
|
-
/**
|
|
1005
|
-
* @internal
|
|
1006
|
-
*/
|
|
1007
|
-
export declare const RequestServiceQuotaIncreaseResponseFilterSensitiveLog: (obj: RequestServiceQuotaIncreaseResponse) => any;
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1016
|
-
/**
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
1019
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1020
|
-
/**
|
|
1021
|
-
* @internal
|
|
1022
|
-
*/
|
|
1023
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
989
|
+
export interface UntagResourceResponse {
|
|
990
|
+
}
|