@aws-sdk/client-service-quotas 3.948.0 → 3.953.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/README.md +16 -0
- package/dist-cjs/index.js +463 -258
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/ServiceQuotas.js +4 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/CreateSupportCaseCommand.js +2 -2
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -2
- package/dist-es/commands/GetQuotaUtilizationReportCommand.js +16 -0
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
- package/dist-es/commands/StartAutoManagementCommand.js +2 -2
- package/dist-es/commands/StartQuotaUtilizationReportCommand.js +16 -0
- package/dist-es/commands/StopAutoManagementCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAutoManagementCommand.js +2 -2
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +9 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +251 -192
- package/dist-types/ServiceQuotas.d.ts +15 -0
- package/dist-types/ServiceQuotasClient.d.ts +5 -12
- package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +120 -0
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +1 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +1 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +1 -0
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +1 -0
- package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +98 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +194 -1
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +108 -113
- package/dist-types/ts3.4/ServiceQuotas.d.ts +35 -0
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +12 -4
- package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +107 -114
- package/package.json +34 -34
|
@@ -4,6 +4,7 @@ const _AR = "AwsRegion";
|
|
|
4
4
|
const _ASQT = "AssociateServiceQuotaTemplate";
|
|
5
5
|
const _ASQTR = "AssociateServiceQuotaTemplateRequest";
|
|
6
6
|
const _ASQTRs = "AssociateServiceQuotaTemplateResponse";
|
|
7
|
+
const _AV = "AppliedValue";
|
|
7
8
|
const _AWSSANEE = "AWSServiceAccessNotEnabledException";
|
|
8
9
|
const _C = "Created";
|
|
9
10
|
const _CI = "ContextId";
|
|
@@ -22,11 +23,13 @@ const _DSQT = "DisassociateServiceQuotaTemplate";
|
|
|
22
23
|
const _DSQTR = "DisassociateServiceQuotaTemplateRequest";
|
|
23
24
|
const _DSQTRi = "DisassociateServiceQuotaTemplateResponse";
|
|
24
25
|
const _DV = "DesiredValue";
|
|
26
|
+
const _DVe = "DefaultValue";
|
|
25
27
|
const _EC = "ErrorCode";
|
|
26
28
|
const _EL = "ExclusionList";
|
|
27
29
|
const _EM = "ErrorMessage";
|
|
28
30
|
const _EQL = "ExclusionQuotaList";
|
|
29
31
|
const _ER = "ErrorReason";
|
|
32
|
+
const _GA = "GeneratedAt";
|
|
30
33
|
const _GAFSQT = "GetAssociationForServiceQuotaTemplate";
|
|
31
34
|
const _GAFSQTR = "GetAssociationForServiceQuotaTemplateRequest";
|
|
32
35
|
const _GAFSQTRe = "GetAssociationForServiceQuotaTemplateResponse";
|
|
@@ -37,6 +40,9 @@ const _GAWSDSQ = "GetAWSDefaultServiceQuota";
|
|
|
37
40
|
const _GAWSDSQR = "GetAWSDefaultServiceQuotaRequest";
|
|
38
41
|
const _GAWSDSQRe = "GetAWSDefaultServiceQuotaResponse";
|
|
39
42
|
const _GQ = "GlobalQuota";
|
|
43
|
+
const _GQUR = "GetQuotaUtilizationReport";
|
|
44
|
+
const _GQURR = "GetQuotaUtilizationReportRequest";
|
|
45
|
+
const _GQURRe = "GetQuotaUtilizationReportResponse";
|
|
40
46
|
const _GRSQC = "GetRequestedServiceQuotaChange";
|
|
41
47
|
const _GRSQCR = "GetRequestedServiceQuotaChangeRequest";
|
|
42
48
|
const _GRSQCRe = "GetRequestedServiceQuotaChangeResponse";
|
|
@@ -81,6 +87,7 @@ const _MN = "MetricNamespace";
|
|
|
81
87
|
const _MNe = "MetricName";
|
|
82
88
|
const _MR = "MaxResults";
|
|
83
89
|
const _MSR = "MetricStatisticRecommendation";
|
|
90
|
+
const _N = "Namespace";
|
|
84
91
|
const _NA = "NotificationArn";
|
|
85
92
|
const _NAOE = "NoAvailableOrganizationException";
|
|
86
93
|
const _NSRE = "NoSuchResourceException";
|
|
@@ -108,11 +115,14 @@ const _QIL = "QuotaInfoList";
|
|
|
108
115
|
const _QN = "QuotaName";
|
|
109
116
|
const _QP = "QuotaPeriod";
|
|
110
117
|
const _QRAL = "QuotaRequestedAtLevel";
|
|
118
|
+
const _QUI = "QuotaUtilizationInfo";
|
|
119
|
+
const _QUIL = "QuotaUtilizationInfoList";
|
|
111
120
|
const _Qu = "Quotas";
|
|
112
121
|
const _R = "Requester";
|
|
113
122
|
const _RAEE = "ResourceAlreadyExistsException";
|
|
114
123
|
const _RARN = "ResourceARN";
|
|
115
124
|
const _RI = "RequestId";
|
|
125
|
+
const _RIe = "ReportId";
|
|
116
126
|
const _RQ = "RequestedQuota";
|
|
117
127
|
const _RQe = "RequestedQuotas";
|
|
118
128
|
const _RSQC = "RequestedServiceQuotaChange";
|
|
@@ -120,6 +130,7 @@ const _RSQCHLD = "RequestedServiceQuotaChangeHistoryListDefinition";
|
|
|
120
130
|
const _RSQI = "RequestServiceQuotaIncrease";
|
|
121
131
|
const _RSQIR = "RequestServiceQuotaIncreaseRequest";
|
|
122
132
|
const _RSQIRe = "RequestServiceQuotaIncreaseResponse";
|
|
133
|
+
const _RT = "RequestType";
|
|
123
134
|
const _S = "Status";
|
|
124
135
|
const _SAM = "StartAutoManagement";
|
|
125
136
|
const _SAMR = "StartAutoManagementRequest";
|
|
@@ -139,8 +150,12 @@ const _SQIRITL = "ServiceQuotaIncreaseRequestInTemplateList";
|
|
|
139
150
|
const _SQLD = "ServiceQuotaListDefinition";
|
|
140
151
|
const _SQTAS = "ServiceQuotaTemplateAssociationStatus";
|
|
141
152
|
const _SQTNIUE = "ServiceQuotaTemplateNotInUseException";
|
|
153
|
+
const _SQUR = "StartQuotaUtilizationReport";
|
|
154
|
+
const _SQURR = "StartQuotaUtilizationReportRequest";
|
|
155
|
+
const _SQURRt = "StartQuotaUtilizationReportResponse";
|
|
142
156
|
const _Se = "Services";
|
|
143
157
|
const _T = "Tags";
|
|
158
|
+
const _TC = "TotalCount";
|
|
144
159
|
const _TK = "TagKeys";
|
|
145
160
|
const _TMRE = "TooManyRequestsException";
|
|
146
161
|
const _TMTE = "TooManyTagsException";
|
|
@@ -150,7 +165,7 @@ const _TR = "TagResource";
|
|
|
150
165
|
const _TRR = "TagResourceRequest";
|
|
151
166
|
const _TRRa = "TagResourceResponse";
|
|
152
167
|
const _Ta = "Tag";
|
|
153
|
-
const _U = "
|
|
168
|
+
const _U = "Utilization";
|
|
154
169
|
const _UAM = "UpdateAutoManagement";
|
|
155
170
|
const _UAMR = "UpdateAutoManagementRequest";
|
|
156
171
|
const _UAMRp = "UpdateAutoManagementResponse";
|
|
@@ -158,6 +173,7 @@ const _UM = "UsageMetric";
|
|
|
158
173
|
const _UR = "UntagResource";
|
|
159
174
|
const _URR = "UntagResourceRequest";
|
|
160
175
|
const _URRn = "UntagResourceResponse";
|
|
176
|
+
const _Un = "Unit";
|
|
161
177
|
const _V = "Value";
|
|
162
178
|
const _c = "client";
|
|
163
179
|
const _e = "error";
|
|
@@ -166,13 +182,13 @@ const _s = "server";
|
|
|
166
182
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.servicequotas";
|
|
167
183
|
const n0 = "com.amazonaws.servicequotas";
|
|
168
184
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
169
|
-
import { AccessDeniedException
|
|
170
|
-
import { ServiceQuotasServiceException
|
|
171
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
172
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
173
|
-
export var AssociateServiceQuotaTemplateRequest = [3, n0, _ASQTR, 0, [], []];
|
|
174
|
-
export var AssociateServiceQuotaTemplateResponse = [3, n0, _ASQTRs, 0, [], []];
|
|
175
|
-
export var AWSServiceAccessNotEnabledException = [
|
|
185
|
+
import { AccessDeniedException, AWSServiceAccessNotEnabledException, DependencyAccessDeniedException, IllegalArgumentException, InvalidPaginationTokenException, InvalidResourceStateException, NoAvailableOrganizationException, NoSuchResourceException, OrganizationNotInAllFeaturesModeException, QuotaExceededException, ResourceAlreadyExistsException, ServiceException, ServiceQuotaTemplateNotInUseException, TagPolicyViolationException, TemplatesNotAvailableInRegionException, TooManyRequestsException, TooManyTagsException, } from "../models/errors";
|
|
186
|
+
import { ServiceQuotasServiceException } from "../models/ServiceQuotasServiceException";
|
|
187
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
188
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
189
|
+
export var AssociateServiceQuotaTemplateRequest$ = [3, n0, _ASQTR, 0, [], []];
|
|
190
|
+
export var AssociateServiceQuotaTemplateResponse$ = [3, n0, _ASQTRs, 0, [], []];
|
|
191
|
+
export var AWSServiceAccessNotEnabledException$ = [
|
|
176
192
|
-3,
|
|
177
193
|
n0,
|
|
178
194
|
_AWSSANEE,
|
|
@@ -180,10 +196,10 @@ export var AWSServiceAccessNotEnabledException = [
|
|
|
180
196
|
[_M],
|
|
181
197
|
[0],
|
|
182
198
|
];
|
|
183
|
-
TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException
|
|
184
|
-
export var CreateSupportCaseRequest = [3, n0, _CSCR, 0, [_RI], [0]];
|
|
185
|
-
export var CreateSupportCaseResponse = [3, n0, _CSCRr, 0, [], []];
|
|
186
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
199
|
+
TypeRegistry.for(n0).registerError(AWSServiceAccessNotEnabledException$, AWSServiceAccessNotEnabledException);
|
|
200
|
+
export var CreateSupportCaseRequest$ = [3, n0, _CSCR, 0, [_RI], [0]];
|
|
201
|
+
export var CreateSupportCaseResponse$ = [3, n0, _CSCRr, 0, [], []];
|
|
202
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplateRequest$ = [
|
|
187
203
|
3,
|
|
188
204
|
n0,
|
|
189
205
|
_DSQIRFTR,
|
|
@@ -191,7 +207,7 @@ export var DeleteServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
|
191
207
|
[_SC, _QC, _AR],
|
|
192
208
|
[0, 0, 0],
|
|
193
209
|
];
|
|
194
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
210
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$ = [
|
|
195
211
|
3,
|
|
196
212
|
n0,
|
|
197
213
|
_DSQIRFTRe,
|
|
@@ -199,15 +215,15 @@ export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
|
199
215
|
[],
|
|
200
216
|
[],
|
|
201
217
|
];
|
|
202
|
-
export var DependencyAccessDeniedException = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
203
|
-
TypeRegistry.for(n0).registerError(DependencyAccessDeniedException
|
|
204
|
-
export var DisassociateServiceQuotaTemplateRequest = [3, n0, _DSQTR, 0, [], []];
|
|
205
|
-
export var DisassociateServiceQuotaTemplateResponse = [3, n0, _DSQTRi, 0, [], []];
|
|
206
|
-
export var ErrorReason = [3, n0, _ER, 0, [_EC, _EM], [0, 0]];
|
|
207
|
-
export var GetAssociationForServiceQuotaTemplateRequest = [3, n0, _GAFSQTR, 0, [], []];
|
|
208
|
-
export var GetAssociationForServiceQuotaTemplateResponse = [3, n0, _GAFSQTRe, 0, [_SQTAS], [0]];
|
|
209
|
-
export var GetAutoManagementConfigurationRequest = [3, n0, _GAMCR, 0, [], []];
|
|
210
|
-
export var GetAutoManagementConfigurationResponse = [
|
|
218
|
+
export var DependencyAccessDeniedException$ = [-3, n0, _DADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
219
|
+
TypeRegistry.for(n0).registerError(DependencyAccessDeniedException$, DependencyAccessDeniedException);
|
|
220
|
+
export var DisassociateServiceQuotaTemplateRequest$ = [3, n0, _DSQTR, 0, [], []];
|
|
221
|
+
export var DisassociateServiceQuotaTemplateResponse$ = [3, n0, _DSQTRi, 0, [], []];
|
|
222
|
+
export var ErrorReason$ = [3, n0, _ER, 0, [_EC, _EM], [0, 0]];
|
|
223
|
+
export var GetAssociationForServiceQuotaTemplateRequest$ = [3, n0, _GAFSQTR, 0, [], []];
|
|
224
|
+
export var GetAssociationForServiceQuotaTemplateResponse$ = [3, n0, _GAFSQTRe, 0, [_SQTAS], [0]];
|
|
225
|
+
export var GetAutoManagementConfigurationRequest$ = [3, n0, _GAMCR, 0, [], []];
|
|
226
|
+
export var GetAutoManagementConfigurationResponse$ = [
|
|
211
227
|
3,
|
|
212
228
|
n0,
|
|
213
229
|
_GAMCRe,
|
|
@@ -215,25 +231,34 @@ export var GetAutoManagementConfigurationResponse = [
|
|
|
215
231
|
[_OIL, _OIT, _NA, _OIS, _EL],
|
|
216
232
|
[0, 0, 0, 0, () => ExclusionQuotaList],
|
|
217
233
|
];
|
|
218
|
-
export var GetAWSDefaultServiceQuotaRequest = [3, n0, _GAWSDSQR, 0, [_SC, _QC], [0, 0]];
|
|
219
|
-
export var GetAWSDefaultServiceQuotaResponse = [
|
|
234
|
+
export var GetAWSDefaultServiceQuotaRequest$ = [3, n0, _GAWSDSQR, 0, [_SC, _QC], [0, 0]];
|
|
235
|
+
export var GetAWSDefaultServiceQuotaResponse$ = [
|
|
220
236
|
3,
|
|
221
237
|
n0,
|
|
222
238
|
_GAWSDSQRe,
|
|
223
239
|
0,
|
|
224
240
|
[_Q],
|
|
225
|
-
[() => ServiceQuota],
|
|
241
|
+
[() => ServiceQuota$],
|
|
226
242
|
];
|
|
227
|
-
export var
|
|
228
|
-
export var
|
|
243
|
+
export var GetQuotaUtilizationReportRequest$ = [3, n0, _GQURR, 0, [_RIe, _NT, _MR], [0, 0, 1]];
|
|
244
|
+
export var GetQuotaUtilizationReportResponse$ = [
|
|
245
|
+
3,
|
|
246
|
+
n0,
|
|
247
|
+
_GQURRe,
|
|
248
|
+
0,
|
|
249
|
+
[_RIe, _S, _GA, _TC, _Qu, _NT, _EC, _EM],
|
|
250
|
+
[0, 0, 4, 1, () => QuotaUtilizationInfoList, 0, 0, 0],
|
|
251
|
+
];
|
|
252
|
+
export var GetRequestedServiceQuotaChangeRequest$ = [3, n0, _GRSQCR, 0, [_RI], [0]];
|
|
253
|
+
export var GetRequestedServiceQuotaChangeResponse$ = [
|
|
229
254
|
3,
|
|
230
255
|
n0,
|
|
231
256
|
_GRSQCRe,
|
|
232
257
|
0,
|
|
233
258
|
[_RQ],
|
|
234
|
-
[() => RequestedServiceQuotaChange],
|
|
259
|
+
[() => RequestedServiceQuotaChange$],
|
|
235
260
|
];
|
|
236
|
-
export var GetServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
261
|
+
export var GetServiceQuotaIncreaseRequestFromTemplateRequest$ = [
|
|
237
262
|
3,
|
|
238
263
|
n0,
|
|
239
264
|
_GSQIRFTR,
|
|
@@ -241,23 +266,23 @@ export var GetServiceQuotaIncreaseRequestFromTemplateRequest = [
|
|
|
241
266
|
[_SC, _QC, _AR],
|
|
242
267
|
[0, 0, 0],
|
|
243
268
|
];
|
|
244
|
-
export var GetServiceQuotaIncreaseRequestFromTemplateResponse = [
|
|
269
|
+
export var GetServiceQuotaIncreaseRequestFromTemplateResponse$ = [
|
|
245
270
|
3,
|
|
246
271
|
n0,
|
|
247
272
|
_GSQIRFTRe,
|
|
248
273
|
0,
|
|
249
274
|
[_SQIRIT],
|
|
250
|
-
[() => ServiceQuotaIncreaseRequestInTemplate],
|
|
251
|
-
];
|
|
252
|
-
export var GetServiceQuotaRequest = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
|
|
253
|
-
export var GetServiceQuotaResponse = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota]];
|
|
254
|
-
export var IllegalArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
255
|
-
TypeRegistry.for(n0).registerError(IllegalArgumentException
|
|
256
|
-
export var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
257
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException
|
|
258
|
-
export var InvalidResourceStateException = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
|
|
259
|
-
TypeRegistry.for(n0).registerError(InvalidResourceStateException
|
|
260
|
-
export var ListAWSDefaultServiceQuotasRequest = [
|
|
275
|
+
[() => ServiceQuotaIncreaseRequestInTemplate$],
|
|
276
|
+
];
|
|
277
|
+
export var GetServiceQuotaRequest$ = [3, n0, _GSQR, 0, [_SC, _QC, _CI], [0, 0, 0]];
|
|
278
|
+
export var GetServiceQuotaResponse$ = [3, n0, _GSQRe, 0, [_Q], [() => ServiceQuota$]];
|
|
279
|
+
export var IllegalArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
280
|
+
TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
281
|
+
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
282
|
+
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
283
|
+
export var InvalidResourceStateException$ = [-3, n0, _IRSE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
|
|
284
|
+
TypeRegistry.for(n0).registerError(InvalidResourceStateException$, InvalidResourceStateException);
|
|
285
|
+
export var ListAWSDefaultServiceQuotasRequest$ = [
|
|
261
286
|
3,
|
|
262
287
|
n0,
|
|
263
288
|
_LAWSDSQR,
|
|
@@ -265,7 +290,7 @@ export var ListAWSDefaultServiceQuotasRequest = [
|
|
|
265
290
|
[_SC, _NT, _MR],
|
|
266
291
|
[0, 0, 1],
|
|
267
292
|
];
|
|
268
|
-
export var ListAWSDefaultServiceQuotasResponse = [
|
|
293
|
+
export var ListAWSDefaultServiceQuotasResponse$ = [
|
|
269
294
|
3,
|
|
270
295
|
n0,
|
|
271
296
|
_LAWSDSQRi,
|
|
@@ -273,7 +298,7 @@ export var ListAWSDefaultServiceQuotasResponse = [
|
|
|
273
298
|
[_NT, _Qu],
|
|
274
299
|
[0, () => ServiceQuotaListDefinition],
|
|
275
300
|
];
|
|
276
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuotaRequest = [
|
|
301
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuotaRequest$ = [
|
|
277
302
|
3,
|
|
278
303
|
n0,
|
|
279
304
|
_LRSQCHBQR,
|
|
@@ -281,7 +306,7 @@ export var ListRequestedServiceQuotaChangeHistoryByQuotaRequest = [
|
|
|
281
306
|
[_SC, _QC, _S, _NT, _MR, _QRAL],
|
|
282
307
|
[0, 0, 0, 0, 1, 0],
|
|
283
308
|
];
|
|
284
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuotaResponse = [
|
|
309
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuotaResponse$ = [
|
|
285
310
|
3,
|
|
286
311
|
n0,
|
|
287
312
|
_LRSQCHBQRi,
|
|
@@ -289,7 +314,7 @@ export var ListRequestedServiceQuotaChangeHistoryByQuotaResponse = [
|
|
|
289
314
|
[_NT, _RQe],
|
|
290
315
|
[0, () => RequestedServiceQuotaChangeHistoryListDefinition],
|
|
291
316
|
];
|
|
292
|
-
export var ListRequestedServiceQuotaChangeHistoryRequest = [
|
|
317
|
+
export var ListRequestedServiceQuotaChangeHistoryRequest$ = [
|
|
293
318
|
3,
|
|
294
319
|
n0,
|
|
295
320
|
_LRSQCHR,
|
|
@@ -297,7 +322,7 @@ export var ListRequestedServiceQuotaChangeHistoryRequest = [
|
|
|
297
322
|
[_SC, _S, _NT, _MR, _QRAL],
|
|
298
323
|
[0, 0, 0, 1, 0],
|
|
299
324
|
];
|
|
300
|
-
export var ListRequestedServiceQuotaChangeHistoryResponse = [
|
|
325
|
+
export var ListRequestedServiceQuotaChangeHistoryResponse$ = [
|
|
301
326
|
3,
|
|
302
327
|
n0,
|
|
303
328
|
_LRSQCHRi,
|
|
@@ -305,7 +330,7 @@ export var ListRequestedServiceQuotaChangeHistoryResponse = [
|
|
|
305
330
|
[_NT, _RQe],
|
|
306
331
|
[0, () => RequestedServiceQuotaChangeHistoryListDefinition],
|
|
307
332
|
];
|
|
308
|
-
export var ListServiceQuotaIncreaseRequestsInTemplateRequest = [
|
|
333
|
+
export var ListServiceQuotaIncreaseRequestsInTemplateRequest$ = [
|
|
309
334
|
3,
|
|
310
335
|
n0,
|
|
311
336
|
_LSQIRITR,
|
|
@@ -313,7 +338,7 @@ export var ListServiceQuotaIncreaseRequestsInTemplateRequest = [
|
|
|
313
338
|
[_SC, _AR, _NT, _MR],
|
|
314
339
|
[0, 0, 0, 1],
|
|
315
340
|
];
|
|
316
|
-
export var ListServiceQuotaIncreaseRequestsInTemplateResponse = [
|
|
341
|
+
export var ListServiceQuotaIncreaseRequestsInTemplateResponse$ = [
|
|
317
342
|
3,
|
|
318
343
|
n0,
|
|
319
344
|
_LSQIRITRi,
|
|
@@ -321,7 +346,7 @@ export var ListServiceQuotaIncreaseRequestsInTemplateResponse = [
|
|
|
321
346
|
[_SQIRITL, _NT],
|
|
322
347
|
[() => ServiceQuotaIncreaseRequestInTemplateList, 0],
|
|
323
348
|
];
|
|
324
|
-
export var ListServiceQuotasRequest = [
|
|
349
|
+
export var ListServiceQuotasRequest$ = [
|
|
325
350
|
3,
|
|
326
351
|
n0,
|
|
327
352
|
_LSQR,
|
|
@@ -329,7 +354,7 @@ export var ListServiceQuotasRequest = [
|
|
|
329
354
|
[_SC, _NT, _MR, _QC, _QAAL],
|
|
330
355
|
[0, 0, 1, 0, 0],
|
|
331
356
|
];
|
|
332
|
-
export var ListServiceQuotasResponse = [
|
|
357
|
+
export var ListServiceQuotasResponse$ = [
|
|
333
358
|
3,
|
|
334
359
|
n0,
|
|
335
360
|
_LSQRi,
|
|
@@ -337,8 +362,8 @@ export var ListServiceQuotasResponse = [
|
|
|
337
362
|
[_NT, _Qu],
|
|
338
363
|
[0, () => ServiceQuotaListDefinition],
|
|
339
364
|
];
|
|
340
|
-
export var ListServicesRequest = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
341
|
-
export var ListServicesResponse = [
|
|
365
|
+
export var ListServicesRequest$ = [3, n0, _LSR, 0, [_NT, _MR], [0, 1]];
|
|
366
|
+
export var ListServicesResponse$ = [
|
|
342
367
|
3,
|
|
343
368
|
n0,
|
|
344
369
|
_LSRi,
|
|
@@ -346,14 +371,14 @@ export var ListServicesResponse = [
|
|
|
346
371
|
[_NT, _Se],
|
|
347
372
|
[0, () => ServiceInfoListDefinition],
|
|
348
373
|
];
|
|
349
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
350
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
|
|
351
|
-
export var MetricInfo = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
|
|
352
|
-
export var NoAvailableOrganizationException = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
353
|
-
TypeRegistry.for(n0).registerError(NoAvailableOrganizationException
|
|
354
|
-
export var NoSuchResourceException = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
355
|
-
TypeRegistry.for(n0).registerError(NoSuchResourceException
|
|
356
|
-
export var OrganizationNotInAllFeaturesModeException = [
|
|
374
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
375
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [() => OutputTags]];
|
|
376
|
+
export var MetricInfo$ = [3, n0, _MI, 0, [_MN, _MNe, _MD, _MSR], [0, 0, 128 | 0, 0]];
|
|
377
|
+
export var NoAvailableOrganizationException$ = [-3, n0, _NAOE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
378
|
+
TypeRegistry.for(n0).registerError(NoAvailableOrganizationException$, NoAvailableOrganizationException);
|
|
379
|
+
export var NoSuchResourceException$ = [-3, n0, _NSRE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
380
|
+
TypeRegistry.for(n0).registerError(NoSuchResourceException$, NoSuchResourceException);
|
|
381
|
+
export var OrganizationNotInAllFeaturesModeException$ = [
|
|
357
382
|
-3,
|
|
358
383
|
n0,
|
|
359
384
|
_ONIAFME,
|
|
@@ -361,8 +386,8 @@ export var OrganizationNotInAllFeaturesModeException = [
|
|
|
361
386
|
[_M],
|
|
362
387
|
[0],
|
|
363
388
|
];
|
|
364
|
-
TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException
|
|
365
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplateRequest = [
|
|
389
|
+
TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
|
|
390
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplateRequest$ = [
|
|
366
391
|
3,
|
|
367
392
|
n0,
|
|
368
393
|
_PSQIRITR,
|
|
@@ -370,28 +395,36 @@ export var PutServiceQuotaIncreaseRequestIntoTemplateRequest = [
|
|
|
370
395
|
[_QC, _SC, _AR, _DV],
|
|
371
396
|
[0, 0, 0, 1],
|
|
372
397
|
];
|
|
373
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplateResponse = [
|
|
398
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplateResponse$ = [
|
|
374
399
|
3,
|
|
375
400
|
n0,
|
|
376
401
|
_PSQIRITRu,
|
|
377
402
|
0,
|
|
378
403
|
[_SQIRIT],
|
|
379
|
-
[() => ServiceQuotaIncreaseRequestInTemplate],
|
|
380
|
-
];
|
|
381
|
-
export var QuotaContextInfo = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
|
|
382
|
-
export var QuotaExceededException = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
383
|
-
TypeRegistry.for(n0).registerError(QuotaExceededException
|
|
384
|
-
export var QuotaInfo = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
|
|
385
|
-
export var QuotaPeriod = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
|
|
386
|
-
export var
|
|
404
|
+
[() => ServiceQuotaIncreaseRequestInTemplate$],
|
|
405
|
+
];
|
|
406
|
+
export var QuotaContextInfo$ = [3, n0, _QCI, 0, [_CS, _CST, _CI], [0, 0, 0]];
|
|
407
|
+
export var QuotaExceededException$ = [-3, n0, _QEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
408
|
+
TypeRegistry.for(n0).registerError(QuotaExceededException$, QuotaExceededException);
|
|
409
|
+
export var QuotaInfo$ = [3, n0, _QI, 0, [_QC, _QN], [0, 0]];
|
|
410
|
+
export var QuotaPeriod$ = [3, n0, _QP, 0, [_PV, _PU], [1, 0]];
|
|
411
|
+
export var QuotaUtilizationInfo$ = [
|
|
412
|
+
3,
|
|
413
|
+
n0,
|
|
414
|
+
_QUI,
|
|
415
|
+
0,
|
|
416
|
+
[_QC, _SC, _QN, _N, _U, _DVe, _AV, _SN, _A],
|
|
417
|
+
[0, 0, 0, 0, 1, 1, 1, 0, 2],
|
|
418
|
+
];
|
|
419
|
+
export var RequestedServiceQuotaChange$ = [
|
|
387
420
|
3,
|
|
388
421
|
n0,
|
|
389
422
|
_RSQC,
|
|
390
423
|
0,
|
|
391
|
-
[_I, _CIa, _SC, _SN, _QC, _QN, _DV, _S, _C, _LU, _R, _QA, _GQ,
|
|
392
|
-
[0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 0, 0, 2, 0, 0, () => QuotaContextInfo],
|
|
424
|
+
[_I, _RT, _CIa, _SC, _SN, _QC, _QN, _DV, _S, _C, _LU, _R, _QA, _GQ, _Un, _QRAL, _QCu],
|
|
425
|
+
[0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 0, 0, 2, 0, 0, () => QuotaContextInfo$],
|
|
393
426
|
];
|
|
394
|
-
export var RequestServiceQuotaIncreaseRequest = [
|
|
427
|
+
export var RequestServiceQuotaIncreaseRequest$ = [
|
|
395
428
|
3,
|
|
396
429
|
n0,
|
|
397
430
|
_RSQIR,
|
|
@@ -399,36 +432,36 @@ export var RequestServiceQuotaIncreaseRequest = [
|
|
|
399
432
|
[_SC, _QC, _DV, _CI, _SCA],
|
|
400
433
|
[0, 0, 1, 0, 2],
|
|
401
434
|
];
|
|
402
|
-
export var RequestServiceQuotaIncreaseResponse = [
|
|
435
|
+
export var RequestServiceQuotaIncreaseResponse$ = [
|
|
403
436
|
3,
|
|
404
437
|
n0,
|
|
405
438
|
_RSQIRe,
|
|
406
439
|
0,
|
|
407
440
|
[_RQ],
|
|
408
|
-
[() => RequestedServiceQuotaChange],
|
|
409
|
-
];
|
|
410
|
-
export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
411
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
412
|
-
export var ServiceException = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
413
|
-
TypeRegistry.for(n0).registerError(ServiceException
|
|
414
|
-
export var ServiceInfo = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
|
|
415
|
-
export var ServiceQuota = [
|
|
441
|
+
[() => RequestedServiceQuotaChange$],
|
|
442
|
+
];
|
|
443
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
444
|
+
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
445
|
+
export var ServiceException$ = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
446
|
+
TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
447
|
+
export var ServiceInfo$ = [3, n0, _SI, 0, [_SC, _SN], [0, 0]];
|
|
448
|
+
export var ServiceQuota$ = [
|
|
416
449
|
3,
|
|
417
450
|
n0,
|
|
418
451
|
_SQ,
|
|
419
452
|
0,
|
|
420
|
-
[_SC, _SN, _QA, _QC, _QN, _V,
|
|
421
|
-
[0, 0, 0, 0, 0, 1, 0, 2, 2, () => MetricInfo
|
|
453
|
+
[_SC, _SN, _QA, _QC, _QN, _V, _Un, _A, _GQ, _UM, _P, _ER, _QAAL, _QCu, _D],
|
|
454
|
+
[0, 0, 0, 0, 0, 1, 0, 2, 2, () => MetricInfo$, () => QuotaPeriod$, () => ErrorReason$, 0, () => QuotaContextInfo$, 0],
|
|
422
455
|
];
|
|
423
|
-
export var ServiceQuotaIncreaseRequestInTemplate = [
|
|
456
|
+
export var ServiceQuotaIncreaseRequestInTemplate$ = [
|
|
424
457
|
3,
|
|
425
458
|
n0,
|
|
426
459
|
_SQIRIT,
|
|
427
460
|
0,
|
|
428
|
-
[_SC, _SN, _QC, _QN, _DV, _AR,
|
|
461
|
+
[_SC, _SN, _QC, _QN, _DV, _AR, _Un, _GQ],
|
|
429
462
|
[0, 0, 0, 0, 1, 0, 0, 2],
|
|
430
463
|
];
|
|
431
|
-
export var ServiceQuotaTemplateNotInUseException = [
|
|
464
|
+
export var ServiceQuotaTemplateNotInUseException$ = [
|
|
432
465
|
-3,
|
|
433
466
|
n0,
|
|
434
467
|
_SQTNIUE,
|
|
@@ -436,8 +469,8 @@ export var ServiceQuotaTemplateNotInUseException = [
|
|
|
436
469
|
[_M],
|
|
437
470
|
[0],
|
|
438
471
|
];
|
|
439
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException
|
|
440
|
-
export var StartAutoManagementRequest = [
|
|
472
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaTemplateNotInUseException$, ServiceQuotaTemplateNotInUseException);
|
|
473
|
+
export var StartAutoManagementRequest$ = [
|
|
441
474
|
3,
|
|
442
475
|
n0,
|
|
443
476
|
_SAMR,
|
|
@@ -445,15 +478,17 @@ export var StartAutoManagementRequest = [
|
|
|
445
478
|
[_OIL, _OIT, _NA, _EL],
|
|
446
479
|
[0, 0, 0, [2, n0, _EL, 0, 0, 64 | 0]],
|
|
447
480
|
];
|
|
448
|
-
export var StartAutoManagementResponse = [3, n0, _SAMRt, 0, [], []];
|
|
449
|
-
export var
|
|
450
|
-
export var
|
|
451
|
-
export var
|
|
452
|
-
export var
|
|
453
|
-
|
|
454
|
-
export var
|
|
455
|
-
|
|
456
|
-
export var
|
|
481
|
+
export var StartAutoManagementResponse$ = [3, n0, _SAMRt, 0, [], []];
|
|
482
|
+
export var StartQuotaUtilizationReportRequest$ = [3, n0, _SQURR, 0, [], []];
|
|
483
|
+
export var StartQuotaUtilizationReportResponse$ = [3, n0, _SQURRt, 0, [_RIe, _S, _M], [0, 0, 0]];
|
|
484
|
+
export var StopAutoManagementRequest$ = [3, n0, _SAMRto, 0, [], []];
|
|
485
|
+
export var StopAutoManagementResponse$ = [3, n0, _SAMRtop, 0, [], []];
|
|
486
|
+
export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
487
|
+
export var TagPolicyViolationException$ = [-3, n0, _TPVE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
488
|
+
TypeRegistry.for(n0).registerError(TagPolicyViolationException$, TagPolicyViolationException);
|
|
489
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _T], [0, () => InputTags]];
|
|
490
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
491
|
+
export var TemplatesNotAvailableInRegionException$ = [
|
|
457
492
|
-3,
|
|
458
493
|
n0,
|
|
459
494
|
_TNAIRE,
|
|
@@ -461,14 +496,14 @@ export var TemplatesNotAvailableInRegionException = [
|
|
|
461
496
|
[_M],
|
|
462
497
|
[0],
|
|
463
498
|
];
|
|
464
|
-
TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException
|
|
465
|
-
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
466
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
467
|
-
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
468
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
469
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
470
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
471
|
-
export var UpdateAutoManagementRequest = [
|
|
499
|
+
TypeRegistry.for(n0).registerError(TemplatesNotAvailableInRegionException$, TemplatesNotAvailableInRegionException);
|
|
500
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
501
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
502
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
503
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
504
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
505
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
506
|
+
export var UpdateAutoManagementRequest$ = [
|
|
472
507
|
3,
|
|
473
508
|
n0,
|
|
474
509
|
_UAMR,
|
|
@@ -476,208 +511,232 @@ export var UpdateAutoManagementRequest = [
|
|
|
476
511
|
[_OIT, _NA, _EL],
|
|
477
512
|
[0, 0, [2, n0, _EL, 0, 0, 64 | 0]],
|
|
478
513
|
];
|
|
479
|
-
export var UpdateAutoManagementResponse = [3, n0, _UAMRp, 0, [], []];
|
|
480
|
-
export var ServiceQuotasServiceException = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
|
|
481
|
-
TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
514
|
+
export var UpdateAutoManagementResponse$ = [3, n0, _UAMRp, 0, [], []];
|
|
515
|
+
export var ServiceQuotasServiceException$ = [-3, _sm, "ServiceQuotasServiceException", 0, [], []];
|
|
516
|
+
TypeRegistry.for(_sm).registerError(ServiceQuotasServiceException$, ServiceQuotasServiceException);
|
|
517
|
+
var ExcludedQuotaList = 64 | 0;
|
|
518
|
+
var InputTagKeys = 64 | 0;
|
|
519
|
+
var InputTags = [1, n0, _IT, 0, () => Tag$];
|
|
520
|
+
var OutputTags = [1, n0, _OT, 0, () => Tag$];
|
|
521
|
+
var QuotaInfoList = [1, n0, _QIL, 0, () => QuotaInfo$];
|
|
522
|
+
var QuotaUtilizationInfoList = [1, n0, _QUIL, 0, () => QuotaUtilizationInfo$];
|
|
523
|
+
var RequestedServiceQuotaChangeHistoryListDefinition = [
|
|
488
524
|
1,
|
|
489
525
|
n0,
|
|
490
526
|
_RSQCHLD,
|
|
491
527
|
0,
|
|
492
|
-
() => RequestedServiceQuotaChange
|
|
528
|
+
() => RequestedServiceQuotaChange$,
|
|
493
529
|
];
|
|
494
|
-
|
|
495
|
-
|
|
530
|
+
var ServiceInfoListDefinition = [1, n0, _SILD, 0, () => ServiceInfo$];
|
|
531
|
+
var ServiceQuotaIncreaseRequestInTemplateList = [
|
|
496
532
|
1,
|
|
497
533
|
n0,
|
|
498
534
|
_SQIRITL,
|
|
499
535
|
0,
|
|
500
|
-
() => ServiceQuotaIncreaseRequestInTemplate
|
|
536
|
+
() => ServiceQuotaIncreaseRequestInTemplate$,
|
|
501
537
|
];
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
export var AssociateServiceQuotaTemplate = [
|
|
538
|
+
var ServiceQuotaListDefinition = [1, n0, _SQLD, 0, () => ServiceQuota$];
|
|
539
|
+
var ExclusionList = [2, n0, _EL, 0, 0, 64 | 0];
|
|
540
|
+
var ExclusionQuotaList = [2, n0, _EQL, 0, 0, () => QuotaInfoList];
|
|
541
|
+
var MetricDimensionsMapDefinition = 128 | 0;
|
|
542
|
+
export var AssociateServiceQuotaTemplate$ = [
|
|
507
543
|
9,
|
|
508
544
|
n0,
|
|
509
545
|
_ASQT,
|
|
510
546
|
0,
|
|
511
|
-
() => AssociateServiceQuotaTemplateRequest
|
|
512
|
-
() => AssociateServiceQuotaTemplateResponse
|
|
547
|
+
() => AssociateServiceQuotaTemplateRequest$,
|
|
548
|
+
() => AssociateServiceQuotaTemplateResponse$,
|
|
513
549
|
];
|
|
514
|
-
export var CreateSupportCase = [
|
|
550
|
+
export var CreateSupportCase$ = [
|
|
515
551
|
9,
|
|
516
552
|
n0,
|
|
517
553
|
_CSC,
|
|
518
554
|
0,
|
|
519
|
-
() => CreateSupportCaseRequest
|
|
520
|
-
() => CreateSupportCaseResponse
|
|
555
|
+
() => CreateSupportCaseRequest$,
|
|
556
|
+
() => CreateSupportCaseResponse$,
|
|
521
557
|
];
|
|
522
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplate = [
|
|
558
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplate$ = [
|
|
523
559
|
9,
|
|
524
560
|
n0,
|
|
525
561
|
_DSQIRFT,
|
|
526
562
|
0,
|
|
527
|
-
() => DeleteServiceQuotaIncreaseRequestFromTemplateRequest
|
|
528
|
-
() => DeleteServiceQuotaIncreaseRequestFromTemplateResponse
|
|
563
|
+
() => DeleteServiceQuotaIncreaseRequestFromTemplateRequest$,
|
|
564
|
+
() => DeleteServiceQuotaIncreaseRequestFromTemplateResponse$,
|
|
529
565
|
];
|
|
530
|
-
export var DisassociateServiceQuotaTemplate = [
|
|
566
|
+
export var DisassociateServiceQuotaTemplate$ = [
|
|
531
567
|
9,
|
|
532
568
|
n0,
|
|
533
569
|
_DSQT,
|
|
534
570
|
0,
|
|
535
|
-
() => DisassociateServiceQuotaTemplateRequest
|
|
536
|
-
() => DisassociateServiceQuotaTemplateResponse
|
|
571
|
+
() => DisassociateServiceQuotaTemplateRequest$,
|
|
572
|
+
() => DisassociateServiceQuotaTemplateResponse$,
|
|
537
573
|
];
|
|
538
|
-
export var GetAssociationForServiceQuotaTemplate = [
|
|
574
|
+
export var GetAssociationForServiceQuotaTemplate$ = [
|
|
539
575
|
9,
|
|
540
576
|
n0,
|
|
541
577
|
_GAFSQT,
|
|
542
578
|
0,
|
|
543
|
-
() => GetAssociationForServiceQuotaTemplateRequest
|
|
544
|
-
() => GetAssociationForServiceQuotaTemplateResponse
|
|
579
|
+
() => GetAssociationForServiceQuotaTemplateRequest$,
|
|
580
|
+
() => GetAssociationForServiceQuotaTemplateResponse$,
|
|
545
581
|
];
|
|
546
|
-
export var GetAutoManagementConfiguration = [
|
|
582
|
+
export var GetAutoManagementConfiguration$ = [
|
|
547
583
|
9,
|
|
548
584
|
n0,
|
|
549
585
|
_GAMC,
|
|
550
586
|
0,
|
|
551
|
-
() => GetAutoManagementConfigurationRequest
|
|
552
|
-
() => GetAutoManagementConfigurationResponse
|
|
587
|
+
() => GetAutoManagementConfigurationRequest$,
|
|
588
|
+
() => GetAutoManagementConfigurationResponse$,
|
|
553
589
|
];
|
|
554
|
-
export var GetAWSDefaultServiceQuota = [
|
|
590
|
+
export var GetAWSDefaultServiceQuota$ = [
|
|
555
591
|
9,
|
|
556
592
|
n0,
|
|
557
593
|
_GAWSDSQ,
|
|
558
594
|
0,
|
|
559
|
-
() => GetAWSDefaultServiceQuotaRequest
|
|
560
|
-
() => GetAWSDefaultServiceQuotaResponse
|
|
595
|
+
() => GetAWSDefaultServiceQuotaRequest$,
|
|
596
|
+
() => GetAWSDefaultServiceQuotaResponse$,
|
|
597
|
+
];
|
|
598
|
+
export var GetQuotaUtilizationReport$ = [
|
|
599
|
+
9,
|
|
600
|
+
n0,
|
|
601
|
+
_GQUR,
|
|
602
|
+
0,
|
|
603
|
+
() => GetQuotaUtilizationReportRequest$,
|
|
604
|
+
() => GetQuotaUtilizationReportResponse$,
|
|
561
605
|
];
|
|
562
|
-
export var GetRequestedServiceQuotaChange = [
|
|
606
|
+
export var GetRequestedServiceQuotaChange$ = [
|
|
563
607
|
9,
|
|
564
608
|
n0,
|
|
565
609
|
_GRSQC,
|
|
566
610
|
0,
|
|
567
|
-
() => GetRequestedServiceQuotaChangeRequest
|
|
568
|
-
() => GetRequestedServiceQuotaChangeResponse
|
|
611
|
+
() => GetRequestedServiceQuotaChangeRequest$,
|
|
612
|
+
() => GetRequestedServiceQuotaChangeResponse$,
|
|
569
613
|
];
|
|
570
|
-
export var GetServiceQuota = [
|
|
614
|
+
export var GetServiceQuota$ = [
|
|
571
615
|
9,
|
|
572
616
|
n0,
|
|
573
617
|
_GSQ,
|
|
574
618
|
0,
|
|
575
|
-
() => GetServiceQuotaRequest
|
|
576
|
-
() => GetServiceQuotaResponse
|
|
619
|
+
() => GetServiceQuotaRequest$,
|
|
620
|
+
() => GetServiceQuotaResponse$,
|
|
577
621
|
];
|
|
578
|
-
export var GetServiceQuotaIncreaseRequestFromTemplate = [
|
|
622
|
+
export var GetServiceQuotaIncreaseRequestFromTemplate$ = [
|
|
579
623
|
9,
|
|
580
624
|
n0,
|
|
581
625
|
_GSQIRFT,
|
|
582
626
|
0,
|
|
583
|
-
() => GetServiceQuotaIncreaseRequestFromTemplateRequest
|
|
584
|
-
() => GetServiceQuotaIncreaseRequestFromTemplateResponse
|
|
627
|
+
() => GetServiceQuotaIncreaseRequestFromTemplateRequest$,
|
|
628
|
+
() => GetServiceQuotaIncreaseRequestFromTemplateResponse$,
|
|
585
629
|
];
|
|
586
|
-
export var ListAWSDefaultServiceQuotas = [
|
|
630
|
+
export var ListAWSDefaultServiceQuotas$ = [
|
|
587
631
|
9,
|
|
588
632
|
n0,
|
|
589
633
|
_LAWSDSQ,
|
|
590
634
|
0,
|
|
591
|
-
() => ListAWSDefaultServiceQuotasRequest
|
|
592
|
-
() => ListAWSDefaultServiceQuotasResponse
|
|
635
|
+
() => ListAWSDefaultServiceQuotasRequest$,
|
|
636
|
+
() => ListAWSDefaultServiceQuotasResponse$,
|
|
593
637
|
];
|
|
594
|
-
export var ListRequestedServiceQuotaChangeHistory = [
|
|
638
|
+
export var ListRequestedServiceQuotaChangeHistory$ = [
|
|
595
639
|
9,
|
|
596
640
|
n0,
|
|
597
641
|
_LRSQCH,
|
|
598
642
|
0,
|
|
599
|
-
() => ListRequestedServiceQuotaChangeHistoryRequest
|
|
600
|
-
() => ListRequestedServiceQuotaChangeHistoryResponse
|
|
643
|
+
() => ListRequestedServiceQuotaChangeHistoryRequest$,
|
|
644
|
+
() => ListRequestedServiceQuotaChangeHistoryResponse$,
|
|
601
645
|
];
|
|
602
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuota = [
|
|
646
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuota$ = [
|
|
603
647
|
9,
|
|
604
648
|
n0,
|
|
605
649
|
_LRSQCHBQ,
|
|
606
650
|
0,
|
|
607
|
-
() => ListRequestedServiceQuotaChangeHistoryByQuotaRequest
|
|
608
|
-
() => ListRequestedServiceQuotaChangeHistoryByQuotaResponse
|
|
651
|
+
() => ListRequestedServiceQuotaChangeHistoryByQuotaRequest$,
|
|
652
|
+
() => ListRequestedServiceQuotaChangeHistoryByQuotaResponse$,
|
|
609
653
|
];
|
|
610
|
-
export var ListServiceQuotaIncreaseRequestsInTemplate = [
|
|
654
|
+
export var ListServiceQuotaIncreaseRequestsInTemplate$ = [
|
|
611
655
|
9,
|
|
612
656
|
n0,
|
|
613
657
|
_LSQIRIT,
|
|
614
658
|
0,
|
|
615
|
-
() => ListServiceQuotaIncreaseRequestsInTemplateRequest
|
|
616
|
-
() => ListServiceQuotaIncreaseRequestsInTemplateResponse
|
|
659
|
+
() => ListServiceQuotaIncreaseRequestsInTemplateRequest$,
|
|
660
|
+
() => ListServiceQuotaIncreaseRequestsInTemplateResponse$,
|
|
617
661
|
];
|
|
618
|
-
export var ListServiceQuotas = [
|
|
662
|
+
export var ListServiceQuotas$ = [
|
|
619
663
|
9,
|
|
620
664
|
n0,
|
|
621
665
|
_LSQ,
|
|
622
666
|
0,
|
|
623
|
-
() => ListServiceQuotasRequest
|
|
624
|
-
() => ListServiceQuotasResponse
|
|
667
|
+
() => ListServiceQuotasRequest$,
|
|
668
|
+
() => ListServiceQuotasResponse$,
|
|
669
|
+
];
|
|
670
|
+
export var ListServices$ = [
|
|
671
|
+
9,
|
|
672
|
+
n0,
|
|
673
|
+
_LS,
|
|
674
|
+
0,
|
|
675
|
+
() => ListServicesRequest$,
|
|
676
|
+
() => ListServicesResponse$,
|
|
625
677
|
];
|
|
626
|
-
export var
|
|
627
|
-
export var ListTagsForResource = [
|
|
678
|
+
export var ListTagsForResource$ = [
|
|
628
679
|
9,
|
|
629
680
|
n0,
|
|
630
681
|
_LTFR,
|
|
631
682
|
0,
|
|
632
|
-
() => ListTagsForResourceRequest
|
|
633
|
-
() => ListTagsForResourceResponse
|
|
683
|
+
() => ListTagsForResourceRequest$,
|
|
684
|
+
() => ListTagsForResourceResponse$,
|
|
634
685
|
];
|
|
635
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplate = [
|
|
686
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplate$ = [
|
|
636
687
|
9,
|
|
637
688
|
n0,
|
|
638
689
|
_PSQIRIT,
|
|
639
690
|
0,
|
|
640
|
-
() => PutServiceQuotaIncreaseRequestIntoTemplateRequest
|
|
641
|
-
() => PutServiceQuotaIncreaseRequestIntoTemplateResponse
|
|
691
|
+
() => PutServiceQuotaIncreaseRequestIntoTemplateRequest$,
|
|
692
|
+
() => PutServiceQuotaIncreaseRequestIntoTemplateResponse$,
|
|
642
693
|
];
|
|
643
|
-
export var RequestServiceQuotaIncrease = [
|
|
694
|
+
export var RequestServiceQuotaIncrease$ = [
|
|
644
695
|
9,
|
|
645
696
|
n0,
|
|
646
697
|
_RSQI,
|
|
647
698
|
0,
|
|
648
|
-
() => RequestServiceQuotaIncreaseRequest
|
|
649
|
-
() => RequestServiceQuotaIncreaseResponse
|
|
699
|
+
() => RequestServiceQuotaIncreaseRequest$,
|
|
700
|
+
() => RequestServiceQuotaIncreaseResponse$,
|
|
650
701
|
];
|
|
651
|
-
export var StartAutoManagement = [
|
|
702
|
+
export var StartAutoManagement$ = [
|
|
652
703
|
9,
|
|
653
704
|
n0,
|
|
654
705
|
_SAM,
|
|
655
706
|
0,
|
|
656
|
-
() => StartAutoManagementRequest
|
|
657
|
-
() => StartAutoManagementResponse
|
|
707
|
+
() => StartAutoManagementRequest$,
|
|
708
|
+
() => StartAutoManagementResponse$,
|
|
709
|
+
];
|
|
710
|
+
export var StartQuotaUtilizationReport$ = [
|
|
711
|
+
9,
|
|
712
|
+
n0,
|
|
713
|
+
_SQUR,
|
|
714
|
+
0,
|
|
715
|
+
() => StartQuotaUtilizationReportRequest$,
|
|
716
|
+
() => StartQuotaUtilizationReportResponse$,
|
|
658
717
|
];
|
|
659
|
-
export var StopAutoManagement = [
|
|
718
|
+
export var StopAutoManagement$ = [
|
|
660
719
|
9,
|
|
661
720
|
n0,
|
|
662
721
|
_SAMt,
|
|
663
722
|
0,
|
|
664
|
-
() => StopAutoManagementRequest
|
|
665
|
-
() => StopAutoManagementResponse
|
|
723
|
+
() => StopAutoManagementRequest$,
|
|
724
|
+
() => StopAutoManagementResponse$,
|
|
666
725
|
];
|
|
667
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
668
|
-
export var UntagResource = [
|
|
726
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
727
|
+
export var UntagResource$ = [
|
|
669
728
|
9,
|
|
670
729
|
n0,
|
|
671
730
|
_UR,
|
|
672
731
|
0,
|
|
673
|
-
() => UntagResourceRequest
|
|
674
|
-
() => UntagResourceResponse
|
|
732
|
+
() => UntagResourceRequest$,
|
|
733
|
+
() => UntagResourceResponse$,
|
|
675
734
|
];
|
|
676
|
-
export var UpdateAutoManagement = [
|
|
735
|
+
export var UpdateAutoManagement$ = [
|
|
677
736
|
9,
|
|
678
737
|
n0,
|
|
679
738
|
_UAM,
|
|
680
739
|
0,
|
|
681
|
-
() => UpdateAutoManagementRequest
|
|
682
|
-
() => UpdateAutoManagementResponse
|
|
740
|
+
() => UpdateAutoManagementRequest$,
|
|
741
|
+
() => UpdateAutoManagementResponse$,
|
|
683
742
|
];
|