@aws-sdk/client-service-quotas 3.1077.0 → 3.1078.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/index.js +34 -263
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/CreateSupportCaseCommand.js +2 -14
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -14
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -14
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -14
- package/dist-es/commands/GetQuotaUtilizationReportCommand.js +2 -14
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -14
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -14
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -14
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -14
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -14
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -14
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -14
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -14
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -14
- package/dist-es/commands/StartAutoManagementCommand.js +2 -14
- package/dist-es/commands/StartQuotaUtilizationReportCommand.js +2 -14
- package/dist-es/commands/StopAutoManagementCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAutoManagementCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateSupportCaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetAutoManagementConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +3 -8
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +3 -8
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +3 -8
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +3 -8
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +3 -8
- package/dist-types/commands/StartAutoManagementCommand.d.ts +3 -8
- package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +3 -8
- package/dist-types/commands/StopAutoManagementCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAutoManagementCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSupportCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAutoManagementConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1239,316 +1240,86 @@ class ServiceQuotasClient extends Client {
|
|
|
1239
1240
|
}
|
|
1240
1241
|
}
|
|
1241
1242
|
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
})
|
|
1248
|
-
.s("ServiceQuotasV20190624", "AssociateServiceQuotaTemplate", {})
|
|
1249
|
-
.n("ServiceQuotasClient", "AssociateServiceQuotaTemplateCommand")
|
|
1250
|
-
.sc(AssociateServiceQuotaTemplate$)
|
|
1251
|
-
.build() {
|
|
1243
|
+
const command = makeBuilder(commonParams, "ServiceQuotasV20190624", "ServiceQuotasClient", getEndpointPlugin);
|
|
1244
|
+
const _ep0 = {};
|
|
1245
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1246
|
+
|
|
1247
|
+
class AssociateServiceQuotaTemplateCommand extends command(_ep0, _mw0, "AssociateServiceQuotaTemplate", AssociateServiceQuotaTemplate$) {
|
|
1252
1248
|
}
|
|
1253
1249
|
|
|
1254
|
-
class CreateSupportCaseCommand extends
|
|
1255
|
-
.classBuilder()
|
|
1256
|
-
.ep(commonParams)
|
|
1257
|
-
.m(function (Command, cs, config, o) {
|
|
1258
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1259
|
-
})
|
|
1260
|
-
.s("ServiceQuotasV20190624", "CreateSupportCase", {})
|
|
1261
|
-
.n("ServiceQuotasClient", "CreateSupportCaseCommand")
|
|
1262
|
-
.sc(CreateSupportCase$)
|
|
1263
|
-
.build() {
|
|
1250
|
+
class CreateSupportCaseCommand extends command(_ep0, _mw0, "CreateSupportCase", CreateSupportCase$) {
|
|
1264
1251
|
}
|
|
1265
1252
|
|
|
1266
|
-
class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends
|
|
1267
|
-
.classBuilder()
|
|
1268
|
-
.ep(commonParams)
|
|
1269
|
-
.m(function (Command, cs, config, o) {
|
|
1270
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1271
|
-
})
|
|
1272
|
-
.s("ServiceQuotasV20190624", "DeleteServiceQuotaIncreaseRequestFromTemplate", {})
|
|
1273
|
-
.n("ServiceQuotasClient", "DeleteServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
1274
|
-
.sc(DeleteServiceQuotaIncreaseRequestFromTemplate$)
|
|
1275
|
-
.build() {
|
|
1253
|
+
class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends command(_ep0, _mw0, "DeleteServiceQuotaIncreaseRequestFromTemplate", DeleteServiceQuotaIncreaseRequestFromTemplate$) {
|
|
1276
1254
|
}
|
|
1277
1255
|
|
|
1278
|
-
class DisassociateServiceQuotaTemplateCommand extends
|
|
1279
|
-
.classBuilder()
|
|
1280
|
-
.ep(commonParams)
|
|
1281
|
-
.m(function (Command, cs, config, o) {
|
|
1282
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1283
|
-
})
|
|
1284
|
-
.s("ServiceQuotasV20190624", "DisassociateServiceQuotaTemplate", {})
|
|
1285
|
-
.n("ServiceQuotasClient", "DisassociateServiceQuotaTemplateCommand")
|
|
1286
|
-
.sc(DisassociateServiceQuotaTemplate$)
|
|
1287
|
-
.build() {
|
|
1256
|
+
class DisassociateServiceQuotaTemplateCommand extends command(_ep0, _mw0, "DisassociateServiceQuotaTemplate", DisassociateServiceQuotaTemplate$) {
|
|
1288
1257
|
}
|
|
1289
1258
|
|
|
1290
|
-
class GetAssociationForServiceQuotaTemplateCommand extends
|
|
1291
|
-
.classBuilder()
|
|
1292
|
-
.ep(commonParams)
|
|
1293
|
-
.m(function (Command, cs, config, o) {
|
|
1294
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1295
|
-
})
|
|
1296
|
-
.s("ServiceQuotasV20190624", "GetAssociationForServiceQuotaTemplate", {})
|
|
1297
|
-
.n("ServiceQuotasClient", "GetAssociationForServiceQuotaTemplateCommand")
|
|
1298
|
-
.sc(GetAssociationForServiceQuotaTemplate$)
|
|
1299
|
-
.build() {
|
|
1259
|
+
class GetAssociationForServiceQuotaTemplateCommand extends command(_ep0, _mw0, "GetAssociationForServiceQuotaTemplate", GetAssociationForServiceQuotaTemplate$) {
|
|
1300
1260
|
}
|
|
1301
1261
|
|
|
1302
|
-
class GetAutoManagementConfigurationCommand extends
|
|
1303
|
-
.classBuilder()
|
|
1304
|
-
.ep(commonParams)
|
|
1305
|
-
.m(function (Command, cs, config, o) {
|
|
1306
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1307
|
-
})
|
|
1308
|
-
.s("ServiceQuotasV20190624", "GetAutoManagementConfiguration", {})
|
|
1309
|
-
.n("ServiceQuotasClient", "GetAutoManagementConfigurationCommand")
|
|
1310
|
-
.sc(GetAutoManagementConfiguration$)
|
|
1311
|
-
.build() {
|
|
1262
|
+
class GetAutoManagementConfigurationCommand extends command(_ep0, _mw0, "GetAutoManagementConfiguration", GetAutoManagementConfiguration$) {
|
|
1312
1263
|
}
|
|
1313
1264
|
|
|
1314
|
-
class GetAWSDefaultServiceQuotaCommand extends
|
|
1315
|
-
.classBuilder()
|
|
1316
|
-
.ep(commonParams)
|
|
1317
|
-
.m(function (Command, cs, config, o) {
|
|
1318
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1319
|
-
})
|
|
1320
|
-
.s("ServiceQuotasV20190624", "GetAWSDefaultServiceQuota", {})
|
|
1321
|
-
.n("ServiceQuotasClient", "GetAWSDefaultServiceQuotaCommand")
|
|
1322
|
-
.sc(GetAWSDefaultServiceQuota$)
|
|
1323
|
-
.build() {
|
|
1265
|
+
class GetAWSDefaultServiceQuotaCommand extends command(_ep0, _mw0, "GetAWSDefaultServiceQuota", GetAWSDefaultServiceQuota$) {
|
|
1324
1266
|
}
|
|
1325
1267
|
|
|
1326
|
-
class GetQuotaUtilizationReportCommand extends
|
|
1327
|
-
.classBuilder()
|
|
1328
|
-
.ep(commonParams)
|
|
1329
|
-
.m(function (Command, cs, config, o) {
|
|
1330
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1331
|
-
})
|
|
1332
|
-
.s("ServiceQuotasV20190624", "GetQuotaUtilizationReport", {})
|
|
1333
|
-
.n("ServiceQuotasClient", "GetQuotaUtilizationReportCommand")
|
|
1334
|
-
.sc(GetQuotaUtilizationReport$)
|
|
1335
|
-
.build() {
|
|
1268
|
+
class GetQuotaUtilizationReportCommand extends command(_ep0, _mw0, "GetQuotaUtilizationReport", GetQuotaUtilizationReport$) {
|
|
1336
1269
|
}
|
|
1337
1270
|
|
|
1338
|
-
class GetRequestedServiceQuotaChangeCommand extends
|
|
1339
|
-
.classBuilder()
|
|
1340
|
-
.ep(commonParams)
|
|
1341
|
-
.m(function (Command, cs, config, o) {
|
|
1342
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1343
|
-
})
|
|
1344
|
-
.s("ServiceQuotasV20190624", "GetRequestedServiceQuotaChange", {})
|
|
1345
|
-
.n("ServiceQuotasClient", "GetRequestedServiceQuotaChangeCommand")
|
|
1346
|
-
.sc(GetRequestedServiceQuotaChange$)
|
|
1347
|
-
.build() {
|
|
1271
|
+
class GetRequestedServiceQuotaChangeCommand extends command(_ep0, _mw0, "GetRequestedServiceQuotaChange", GetRequestedServiceQuotaChange$) {
|
|
1348
1272
|
}
|
|
1349
1273
|
|
|
1350
|
-
class GetServiceQuotaCommand extends
|
|
1351
|
-
.classBuilder()
|
|
1352
|
-
.ep(commonParams)
|
|
1353
|
-
.m(function (Command, cs, config, o) {
|
|
1354
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1355
|
-
})
|
|
1356
|
-
.s("ServiceQuotasV20190624", "GetServiceQuota", {})
|
|
1357
|
-
.n("ServiceQuotasClient", "GetServiceQuotaCommand")
|
|
1358
|
-
.sc(GetServiceQuota$)
|
|
1359
|
-
.build() {
|
|
1274
|
+
class GetServiceQuotaCommand extends command(_ep0, _mw0, "GetServiceQuota", GetServiceQuota$) {
|
|
1360
1275
|
}
|
|
1361
1276
|
|
|
1362
|
-
class GetServiceQuotaIncreaseRequestFromTemplateCommand extends
|
|
1363
|
-
.classBuilder()
|
|
1364
|
-
.ep(commonParams)
|
|
1365
|
-
.m(function (Command, cs, config, o) {
|
|
1366
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1367
|
-
})
|
|
1368
|
-
.s("ServiceQuotasV20190624", "GetServiceQuotaIncreaseRequestFromTemplate", {})
|
|
1369
|
-
.n("ServiceQuotasClient", "GetServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
1370
|
-
.sc(GetServiceQuotaIncreaseRequestFromTemplate$)
|
|
1371
|
-
.build() {
|
|
1277
|
+
class GetServiceQuotaIncreaseRequestFromTemplateCommand extends command(_ep0, _mw0, "GetServiceQuotaIncreaseRequestFromTemplate", GetServiceQuotaIncreaseRequestFromTemplate$) {
|
|
1372
1278
|
}
|
|
1373
1279
|
|
|
1374
|
-
class ListAWSDefaultServiceQuotasCommand extends
|
|
1375
|
-
.classBuilder()
|
|
1376
|
-
.ep(commonParams)
|
|
1377
|
-
.m(function (Command, cs, config, o) {
|
|
1378
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1379
|
-
})
|
|
1380
|
-
.s("ServiceQuotasV20190624", "ListAWSDefaultServiceQuotas", {})
|
|
1381
|
-
.n("ServiceQuotasClient", "ListAWSDefaultServiceQuotasCommand")
|
|
1382
|
-
.sc(ListAWSDefaultServiceQuotas$)
|
|
1383
|
-
.build() {
|
|
1280
|
+
class ListAWSDefaultServiceQuotasCommand extends command(_ep0, _mw0, "ListAWSDefaultServiceQuotas", ListAWSDefaultServiceQuotas$) {
|
|
1384
1281
|
}
|
|
1385
1282
|
|
|
1386
|
-
class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends
|
|
1387
|
-
.classBuilder()
|
|
1388
|
-
.ep(commonParams)
|
|
1389
|
-
.m(function (Command, cs, config, o) {
|
|
1390
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1391
|
-
})
|
|
1392
|
-
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistoryByQuota", {})
|
|
1393
|
-
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryByQuotaCommand")
|
|
1394
|
-
.sc(ListRequestedServiceQuotaChangeHistoryByQuota$)
|
|
1395
|
-
.build() {
|
|
1283
|
+
class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends command(_ep0, _mw0, "ListRequestedServiceQuotaChangeHistoryByQuota", ListRequestedServiceQuotaChangeHistoryByQuota$) {
|
|
1396
1284
|
}
|
|
1397
1285
|
|
|
1398
|
-
class ListRequestedServiceQuotaChangeHistoryCommand extends
|
|
1399
|
-
.classBuilder()
|
|
1400
|
-
.ep(commonParams)
|
|
1401
|
-
.m(function (Command, cs, config, o) {
|
|
1402
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1403
|
-
})
|
|
1404
|
-
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistory", {})
|
|
1405
|
-
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryCommand")
|
|
1406
|
-
.sc(ListRequestedServiceQuotaChangeHistory$)
|
|
1407
|
-
.build() {
|
|
1286
|
+
class ListRequestedServiceQuotaChangeHistoryCommand extends command(_ep0, _mw0, "ListRequestedServiceQuotaChangeHistory", ListRequestedServiceQuotaChangeHistory$) {
|
|
1408
1287
|
}
|
|
1409
1288
|
|
|
1410
|
-
class ListServiceQuotaIncreaseRequestsInTemplateCommand extends
|
|
1411
|
-
.classBuilder()
|
|
1412
|
-
.ep(commonParams)
|
|
1413
|
-
.m(function (Command, cs, config, o) {
|
|
1414
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1415
|
-
})
|
|
1416
|
-
.s("ServiceQuotasV20190624", "ListServiceQuotaIncreaseRequestsInTemplate", {})
|
|
1417
|
-
.n("ServiceQuotasClient", "ListServiceQuotaIncreaseRequestsInTemplateCommand")
|
|
1418
|
-
.sc(ListServiceQuotaIncreaseRequestsInTemplate$)
|
|
1419
|
-
.build() {
|
|
1289
|
+
class ListServiceQuotaIncreaseRequestsInTemplateCommand extends command(_ep0, _mw0, "ListServiceQuotaIncreaseRequestsInTemplate", ListServiceQuotaIncreaseRequestsInTemplate$) {
|
|
1420
1290
|
}
|
|
1421
1291
|
|
|
1422
|
-
class ListServiceQuotasCommand extends
|
|
1423
|
-
.classBuilder()
|
|
1424
|
-
.ep(commonParams)
|
|
1425
|
-
.m(function (Command, cs, config, o) {
|
|
1426
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1427
|
-
})
|
|
1428
|
-
.s("ServiceQuotasV20190624", "ListServiceQuotas", {})
|
|
1429
|
-
.n("ServiceQuotasClient", "ListServiceQuotasCommand")
|
|
1430
|
-
.sc(ListServiceQuotas$)
|
|
1431
|
-
.build() {
|
|
1292
|
+
class ListServiceQuotasCommand extends command(_ep0, _mw0, "ListServiceQuotas", ListServiceQuotas$) {
|
|
1432
1293
|
}
|
|
1433
1294
|
|
|
1434
|
-
class ListServicesCommand extends
|
|
1435
|
-
.classBuilder()
|
|
1436
|
-
.ep(commonParams)
|
|
1437
|
-
.m(function (Command, cs, config, o) {
|
|
1438
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1439
|
-
})
|
|
1440
|
-
.s("ServiceQuotasV20190624", "ListServices", {})
|
|
1441
|
-
.n("ServiceQuotasClient", "ListServicesCommand")
|
|
1442
|
-
.sc(ListServices$)
|
|
1443
|
-
.build() {
|
|
1295
|
+
class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
1444
1296
|
}
|
|
1445
1297
|
|
|
1446
|
-
class ListTagsForResourceCommand extends
|
|
1447
|
-
.classBuilder()
|
|
1448
|
-
.ep(commonParams)
|
|
1449
|
-
.m(function (Command, cs, config, o) {
|
|
1450
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1451
|
-
})
|
|
1452
|
-
.s("ServiceQuotasV20190624", "ListTagsForResource", {})
|
|
1453
|
-
.n("ServiceQuotasClient", "ListTagsForResourceCommand")
|
|
1454
|
-
.sc(ListTagsForResource$)
|
|
1455
|
-
.build() {
|
|
1298
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1456
1299
|
}
|
|
1457
1300
|
|
|
1458
|
-
class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends
|
|
1459
|
-
.classBuilder()
|
|
1460
|
-
.ep(commonParams)
|
|
1461
|
-
.m(function (Command, cs, config, o) {
|
|
1462
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1463
|
-
})
|
|
1464
|
-
.s("ServiceQuotasV20190624", "PutServiceQuotaIncreaseRequestIntoTemplate", {})
|
|
1465
|
-
.n("ServiceQuotasClient", "PutServiceQuotaIncreaseRequestIntoTemplateCommand")
|
|
1466
|
-
.sc(PutServiceQuotaIncreaseRequestIntoTemplate$)
|
|
1467
|
-
.build() {
|
|
1301
|
+
class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends command(_ep0, _mw0, "PutServiceQuotaIncreaseRequestIntoTemplate", PutServiceQuotaIncreaseRequestIntoTemplate$) {
|
|
1468
1302
|
}
|
|
1469
1303
|
|
|
1470
|
-
class RequestServiceQuotaIncreaseCommand extends
|
|
1471
|
-
.classBuilder()
|
|
1472
|
-
.ep(commonParams)
|
|
1473
|
-
.m(function (Command, cs, config, o) {
|
|
1474
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1475
|
-
})
|
|
1476
|
-
.s("ServiceQuotasV20190624", "RequestServiceQuotaIncrease", {})
|
|
1477
|
-
.n("ServiceQuotasClient", "RequestServiceQuotaIncreaseCommand")
|
|
1478
|
-
.sc(RequestServiceQuotaIncrease$)
|
|
1479
|
-
.build() {
|
|
1304
|
+
class RequestServiceQuotaIncreaseCommand extends command(_ep0, _mw0, "RequestServiceQuotaIncrease", RequestServiceQuotaIncrease$) {
|
|
1480
1305
|
}
|
|
1481
1306
|
|
|
1482
|
-
class StartAutoManagementCommand extends
|
|
1483
|
-
.classBuilder()
|
|
1484
|
-
.ep(commonParams)
|
|
1485
|
-
.m(function (Command, cs, config, o) {
|
|
1486
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1487
|
-
})
|
|
1488
|
-
.s("ServiceQuotasV20190624", "StartAutoManagement", {})
|
|
1489
|
-
.n("ServiceQuotasClient", "StartAutoManagementCommand")
|
|
1490
|
-
.sc(StartAutoManagement$)
|
|
1491
|
-
.build() {
|
|
1307
|
+
class StartAutoManagementCommand extends command(_ep0, _mw0, "StartAutoManagement", StartAutoManagement$) {
|
|
1492
1308
|
}
|
|
1493
1309
|
|
|
1494
|
-
class StartQuotaUtilizationReportCommand extends
|
|
1495
|
-
.classBuilder()
|
|
1496
|
-
.ep(commonParams)
|
|
1497
|
-
.m(function (Command, cs, config, o) {
|
|
1498
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1499
|
-
})
|
|
1500
|
-
.s("ServiceQuotasV20190624", "StartQuotaUtilizationReport", {})
|
|
1501
|
-
.n("ServiceQuotasClient", "StartQuotaUtilizationReportCommand")
|
|
1502
|
-
.sc(StartQuotaUtilizationReport$)
|
|
1503
|
-
.build() {
|
|
1310
|
+
class StartQuotaUtilizationReportCommand extends command(_ep0, _mw0, "StartQuotaUtilizationReport", StartQuotaUtilizationReport$) {
|
|
1504
1311
|
}
|
|
1505
1312
|
|
|
1506
|
-
class StopAutoManagementCommand extends
|
|
1507
|
-
.classBuilder()
|
|
1508
|
-
.ep(commonParams)
|
|
1509
|
-
.m(function (Command, cs, config, o) {
|
|
1510
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1511
|
-
})
|
|
1512
|
-
.s("ServiceQuotasV20190624", "StopAutoManagement", {})
|
|
1513
|
-
.n("ServiceQuotasClient", "StopAutoManagementCommand")
|
|
1514
|
-
.sc(StopAutoManagement$)
|
|
1515
|
-
.build() {
|
|
1313
|
+
class StopAutoManagementCommand extends command(_ep0, _mw0, "StopAutoManagement", StopAutoManagement$) {
|
|
1516
1314
|
}
|
|
1517
1315
|
|
|
1518
|
-
class TagResourceCommand extends
|
|
1519
|
-
.classBuilder()
|
|
1520
|
-
.ep(commonParams)
|
|
1521
|
-
.m(function (Command, cs, config, o) {
|
|
1522
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1523
|
-
})
|
|
1524
|
-
.s("ServiceQuotasV20190624", "TagResource", {})
|
|
1525
|
-
.n("ServiceQuotasClient", "TagResourceCommand")
|
|
1526
|
-
.sc(TagResource$)
|
|
1527
|
-
.build() {
|
|
1316
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1528
1317
|
}
|
|
1529
1318
|
|
|
1530
|
-
class UntagResourceCommand extends
|
|
1531
|
-
.classBuilder()
|
|
1532
|
-
.ep(commonParams)
|
|
1533
|
-
.m(function (Command, cs, config, o) {
|
|
1534
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1535
|
-
})
|
|
1536
|
-
.s("ServiceQuotasV20190624", "UntagResource", {})
|
|
1537
|
-
.n("ServiceQuotasClient", "UntagResourceCommand")
|
|
1538
|
-
.sc(UntagResource$)
|
|
1539
|
-
.build() {
|
|
1319
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1540
1320
|
}
|
|
1541
1321
|
|
|
1542
|
-
class UpdateAutoManagementCommand extends
|
|
1543
|
-
.classBuilder()
|
|
1544
|
-
.ep(commonParams)
|
|
1545
|
-
.m(function (Command, cs, config, o) {
|
|
1546
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1547
|
-
})
|
|
1548
|
-
.s("ServiceQuotasV20190624", "UpdateAutoManagement", {})
|
|
1549
|
-
.n("ServiceQuotasClient", "UpdateAutoManagementCommand")
|
|
1550
|
-
.sc(UpdateAutoManagement$)
|
|
1551
|
-
.build() {
|
|
1322
|
+
class UpdateAutoManagementCommand extends command(_ep0, _mw0, "UpdateAutoManagement", UpdateAutoManagement$) {
|
|
1552
1323
|
}
|
|
1553
1324
|
|
|
1554
1325
|
const paginateListAWSDefaultServiceQuotas = createPaginator(ServiceQuotasClient, ListAWSDefaultServiceQuotasCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "ServiceQuotasV20190624", "ServiceQuotasClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateServiceQuotaTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateServiceQuotaTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "AssociateServiceQuotaTemplate", {})
|
|
13
|
-
.n("ServiceQuotasClient", "AssociateServiceQuotaTemplateCommand")
|
|
14
|
-
.sc(AssociateServiceQuotaTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateServiceQuotaTemplateCommand extends command(_ep0, _mw0, "AssociateServiceQuotaTemplate", AssociateServiceQuotaTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSupportCase$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSupportCaseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "CreateSupportCase", {})
|
|
13
|
-
.n("ServiceQuotasClient", "CreateSupportCaseCommand")
|
|
14
|
-
.sc(CreateSupportCase$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSupportCaseCommand extends command(_ep0, _mw0, "CreateSupportCase", CreateSupportCase$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteServiceQuotaIncreaseRequestFromTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "DeleteServiceQuotaIncreaseRequestFromTemplate", {})
|
|
13
|
-
.n("ServiceQuotasClient", "DeleteServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
14
|
-
.sc(DeleteServiceQuotaIncreaseRequestFromTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends command(_ep0, _mw0, "DeleteServiceQuotaIncreaseRequestFromTemplate", DeleteServiceQuotaIncreaseRequestFromTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateServiceQuotaTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateServiceQuotaTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "DisassociateServiceQuotaTemplate", {})
|
|
13
|
-
.n("ServiceQuotasClient", "DisassociateServiceQuotaTemplateCommand")
|
|
14
|
-
.sc(DisassociateServiceQuotaTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateServiceQuotaTemplateCommand extends command(_ep0, _mw0, "DisassociateServiceQuotaTemplate", DisassociateServiceQuotaTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAWSDefaultServiceQuota$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAWSDefaultServiceQuotaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "GetAWSDefaultServiceQuota", {})
|
|
13
|
-
.n("ServiceQuotasClient", "GetAWSDefaultServiceQuotaCommand")
|
|
14
|
-
.sc(GetAWSDefaultServiceQuota$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAWSDefaultServiceQuotaCommand extends command(_ep0, _mw0, "GetAWSDefaultServiceQuota", GetAWSDefaultServiceQuota$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAssociationForServiceQuotaTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssociationForServiceQuotaTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "GetAssociationForServiceQuotaTemplate", {})
|
|
13
|
-
.n("ServiceQuotasClient", "GetAssociationForServiceQuotaTemplateCommand")
|
|
14
|
-
.sc(GetAssociationForServiceQuotaTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssociationForServiceQuotaTemplateCommand extends command(_ep0, _mw0, "GetAssociationForServiceQuotaTemplate", GetAssociationForServiceQuotaTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAutoManagementConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAutoManagementConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "GetAutoManagementConfiguration", {})
|
|
13
|
-
.n("ServiceQuotasClient", "GetAutoManagementConfigurationCommand")
|
|
14
|
-
.sc(GetAutoManagementConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAutoManagementConfigurationCommand extends command(_ep0, _mw0, "GetAutoManagementConfiguration", GetAutoManagementConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetQuotaUtilizationReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetQuotaUtilizationReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "GetQuotaUtilizationReport", {})
|
|
13
|
-
.n("ServiceQuotasClient", "GetQuotaUtilizationReportCommand")
|
|
14
|
-
.sc(GetQuotaUtilizationReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetQuotaUtilizationReportCommand extends command(_ep0, _mw0, "GetQuotaUtilizationReport", GetQuotaUtilizationReport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRequestedServiceQuotaChange$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRequestedServiceQuotaChangeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "GetRequestedServiceQuotaChange", {})
|
|
13
|
-
.n("ServiceQuotasClient", "GetRequestedServiceQuotaChangeCommand")
|
|
14
|
-
.sc(GetRequestedServiceQuotaChange$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRequestedServiceQuotaChangeCommand extends command(_ep0, _mw0, "GetRequestedServiceQuotaChange", GetRequestedServiceQuotaChange$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetServiceQuota$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetServiceQuotaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "GetServiceQuota", {})
|
|
13
|
-
.n("ServiceQuotasClient", "GetServiceQuotaCommand")
|
|
14
|
-
.sc(GetServiceQuota$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetServiceQuotaCommand extends command(_ep0, _mw0, "GetServiceQuota", GetServiceQuota$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetServiceQuotaIncreaseRequestFromTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "GetServiceQuotaIncreaseRequestFromTemplate", {})
|
|
13
|
-
.n("ServiceQuotasClient", "GetServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
14
|
-
.sc(GetServiceQuotaIncreaseRequestFromTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends command(_ep0, _mw0, "GetServiceQuotaIncreaseRequestFromTemplate", GetServiceQuotaIncreaseRequestFromTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAWSDefaultServiceQuotas$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAWSDefaultServiceQuotasCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "ListAWSDefaultServiceQuotas", {})
|
|
13
|
-
.n("ServiceQuotasClient", "ListAWSDefaultServiceQuotasCommand")
|
|
14
|
-
.sc(ListAWSDefaultServiceQuotas$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAWSDefaultServiceQuotasCommand extends command(_ep0, _mw0, "ListAWSDefaultServiceQuotas", ListAWSDefaultServiceQuotas$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRequestedServiceQuotaChangeHistoryByQuota$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistoryByQuota", {})
|
|
13
|
-
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryByQuotaCommand")
|
|
14
|
-
.sc(ListRequestedServiceQuotaChangeHistoryByQuota$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends command(_ep0, _mw0, "ListRequestedServiceQuotaChangeHistoryByQuota", ListRequestedServiceQuotaChangeHistoryByQuota$) {
|
|
16
4
|
}
|