@aws-sdk/client-service-quotas 3.1076.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 +37 -265
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultServiceQuotasHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1117,6 +1119,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1117
1119
|
serviceTarget: "ServiceQuotasV20190624",
|
|
1118
1120
|
},
|
|
1119
1121
|
serviceId: config?.serviceId ?? "Service Quotas",
|
|
1122
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1120
1123
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1121
1124
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1122
1125
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1150,7 +1153,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1150
1153
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1151
1154
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1152
1155
|
}, config),
|
|
1153
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1154
1156
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1155
1157
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1156
1158
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1238,316 +1240,86 @@ class ServiceQuotasClient extends Client {
|
|
|
1238
1240
|
}
|
|
1239
1241
|
}
|
|
1240
1242
|
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
})
|
|
1247
|
-
.s("ServiceQuotasV20190624", "AssociateServiceQuotaTemplate", {})
|
|
1248
|
-
.n("ServiceQuotasClient", "AssociateServiceQuotaTemplateCommand")
|
|
1249
|
-
.sc(AssociateServiceQuotaTemplate$)
|
|
1250
|
-
.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$) {
|
|
1251
1248
|
}
|
|
1252
1249
|
|
|
1253
|
-
class CreateSupportCaseCommand extends
|
|
1254
|
-
.classBuilder()
|
|
1255
|
-
.ep(commonParams)
|
|
1256
|
-
.m(function (Command, cs, config, o) {
|
|
1257
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1258
|
-
})
|
|
1259
|
-
.s("ServiceQuotasV20190624", "CreateSupportCase", {})
|
|
1260
|
-
.n("ServiceQuotasClient", "CreateSupportCaseCommand")
|
|
1261
|
-
.sc(CreateSupportCase$)
|
|
1262
|
-
.build() {
|
|
1250
|
+
class CreateSupportCaseCommand extends command(_ep0, _mw0, "CreateSupportCase", CreateSupportCase$) {
|
|
1263
1251
|
}
|
|
1264
1252
|
|
|
1265
|
-
class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends
|
|
1266
|
-
.classBuilder()
|
|
1267
|
-
.ep(commonParams)
|
|
1268
|
-
.m(function (Command, cs, config, o) {
|
|
1269
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1270
|
-
})
|
|
1271
|
-
.s("ServiceQuotasV20190624", "DeleteServiceQuotaIncreaseRequestFromTemplate", {})
|
|
1272
|
-
.n("ServiceQuotasClient", "DeleteServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
1273
|
-
.sc(DeleteServiceQuotaIncreaseRequestFromTemplate$)
|
|
1274
|
-
.build() {
|
|
1253
|
+
class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends command(_ep0, _mw0, "DeleteServiceQuotaIncreaseRequestFromTemplate", DeleteServiceQuotaIncreaseRequestFromTemplate$) {
|
|
1275
1254
|
}
|
|
1276
1255
|
|
|
1277
|
-
class DisassociateServiceQuotaTemplateCommand extends
|
|
1278
|
-
.classBuilder()
|
|
1279
|
-
.ep(commonParams)
|
|
1280
|
-
.m(function (Command, cs, config, o) {
|
|
1281
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1282
|
-
})
|
|
1283
|
-
.s("ServiceQuotasV20190624", "DisassociateServiceQuotaTemplate", {})
|
|
1284
|
-
.n("ServiceQuotasClient", "DisassociateServiceQuotaTemplateCommand")
|
|
1285
|
-
.sc(DisassociateServiceQuotaTemplate$)
|
|
1286
|
-
.build() {
|
|
1256
|
+
class DisassociateServiceQuotaTemplateCommand extends command(_ep0, _mw0, "DisassociateServiceQuotaTemplate", DisassociateServiceQuotaTemplate$) {
|
|
1287
1257
|
}
|
|
1288
1258
|
|
|
1289
|
-
class GetAssociationForServiceQuotaTemplateCommand extends
|
|
1290
|
-
.classBuilder()
|
|
1291
|
-
.ep(commonParams)
|
|
1292
|
-
.m(function (Command, cs, config, o) {
|
|
1293
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1294
|
-
})
|
|
1295
|
-
.s("ServiceQuotasV20190624", "GetAssociationForServiceQuotaTemplate", {})
|
|
1296
|
-
.n("ServiceQuotasClient", "GetAssociationForServiceQuotaTemplateCommand")
|
|
1297
|
-
.sc(GetAssociationForServiceQuotaTemplate$)
|
|
1298
|
-
.build() {
|
|
1259
|
+
class GetAssociationForServiceQuotaTemplateCommand extends command(_ep0, _mw0, "GetAssociationForServiceQuotaTemplate", GetAssociationForServiceQuotaTemplate$) {
|
|
1299
1260
|
}
|
|
1300
1261
|
|
|
1301
|
-
class GetAutoManagementConfigurationCommand extends
|
|
1302
|
-
.classBuilder()
|
|
1303
|
-
.ep(commonParams)
|
|
1304
|
-
.m(function (Command, cs, config, o) {
|
|
1305
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1306
|
-
})
|
|
1307
|
-
.s("ServiceQuotasV20190624", "GetAutoManagementConfiguration", {})
|
|
1308
|
-
.n("ServiceQuotasClient", "GetAutoManagementConfigurationCommand")
|
|
1309
|
-
.sc(GetAutoManagementConfiguration$)
|
|
1310
|
-
.build() {
|
|
1262
|
+
class GetAutoManagementConfigurationCommand extends command(_ep0, _mw0, "GetAutoManagementConfiguration", GetAutoManagementConfiguration$) {
|
|
1311
1263
|
}
|
|
1312
1264
|
|
|
1313
|
-
class GetAWSDefaultServiceQuotaCommand extends
|
|
1314
|
-
.classBuilder()
|
|
1315
|
-
.ep(commonParams)
|
|
1316
|
-
.m(function (Command, cs, config, o) {
|
|
1317
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1318
|
-
})
|
|
1319
|
-
.s("ServiceQuotasV20190624", "GetAWSDefaultServiceQuota", {})
|
|
1320
|
-
.n("ServiceQuotasClient", "GetAWSDefaultServiceQuotaCommand")
|
|
1321
|
-
.sc(GetAWSDefaultServiceQuota$)
|
|
1322
|
-
.build() {
|
|
1265
|
+
class GetAWSDefaultServiceQuotaCommand extends command(_ep0, _mw0, "GetAWSDefaultServiceQuota", GetAWSDefaultServiceQuota$) {
|
|
1323
1266
|
}
|
|
1324
1267
|
|
|
1325
|
-
class GetQuotaUtilizationReportCommand extends
|
|
1326
|
-
.classBuilder()
|
|
1327
|
-
.ep(commonParams)
|
|
1328
|
-
.m(function (Command, cs, config, o) {
|
|
1329
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1330
|
-
})
|
|
1331
|
-
.s("ServiceQuotasV20190624", "GetQuotaUtilizationReport", {})
|
|
1332
|
-
.n("ServiceQuotasClient", "GetQuotaUtilizationReportCommand")
|
|
1333
|
-
.sc(GetQuotaUtilizationReport$)
|
|
1334
|
-
.build() {
|
|
1268
|
+
class GetQuotaUtilizationReportCommand extends command(_ep0, _mw0, "GetQuotaUtilizationReport", GetQuotaUtilizationReport$) {
|
|
1335
1269
|
}
|
|
1336
1270
|
|
|
1337
|
-
class GetRequestedServiceQuotaChangeCommand extends
|
|
1338
|
-
.classBuilder()
|
|
1339
|
-
.ep(commonParams)
|
|
1340
|
-
.m(function (Command, cs, config, o) {
|
|
1341
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1342
|
-
})
|
|
1343
|
-
.s("ServiceQuotasV20190624", "GetRequestedServiceQuotaChange", {})
|
|
1344
|
-
.n("ServiceQuotasClient", "GetRequestedServiceQuotaChangeCommand")
|
|
1345
|
-
.sc(GetRequestedServiceQuotaChange$)
|
|
1346
|
-
.build() {
|
|
1271
|
+
class GetRequestedServiceQuotaChangeCommand extends command(_ep0, _mw0, "GetRequestedServiceQuotaChange", GetRequestedServiceQuotaChange$) {
|
|
1347
1272
|
}
|
|
1348
1273
|
|
|
1349
|
-
class GetServiceQuotaCommand extends
|
|
1350
|
-
.classBuilder()
|
|
1351
|
-
.ep(commonParams)
|
|
1352
|
-
.m(function (Command, cs, config, o) {
|
|
1353
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1354
|
-
})
|
|
1355
|
-
.s("ServiceQuotasV20190624", "GetServiceQuota", {})
|
|
1356
|
-
.n("ServiceQuotasClient", "GetServiceQuotaCommand")
|
|
1357
|
-
.sc(GetServiceQuota$)
|
|
1358
|
-
.build() {
|
|
1274
|
+
class GetServiceQuotaCommand extends command(_ep0, _mw0, "GetServiceQuota", GetServiceQuota$) {
|
|
1359
1275
|
}
|
|
1360
1276
|
|
|
1361
|
-
class GetServiceQuotaIncreaseRequestFromTemplateCommand extends
|
|
1362
|
-
.classBuilder()
|
|
1363
|
-
.ep(commonParams)
|
|
1364
|
-
.m(function (Command, cs, config, o) {
|
|
1365
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1366
|
-
})
|
|
1367
|
-
.s("ServiceQuotasV20190624", "GetServiceQuotaIncreaseRequestFromTemplate", {})
|
|
1368
|
-
.n("ServiceQuotasClient", "GetServiceQuotaIncreaseRequestFromTemplateCommand")
|
|
1369
|
-
.sc(GetServiceQuotaIncreaseRequestFromTemplate$)
|
|
1370
|
-
.build() {
|
|
1277
|
+
class GetServiceQuotaIncreaseRequestFromTemplateCommand extends command(_ep0, _mw0, "GetServiceQuotaIncreaseRequestFromTemplate", GetServiceQuotaIncreaseRequestFromTemplate$) {
|
|
1371
1278
|
}
|
|
1372
1279
|
|
|
1373
|
-
class ListAWSDefaultServiceQuotasCommand extends
|
|
1374
|
-
.classBuilder()
|
|
1375
|
-
.ep(commonParams)
|
|
1376
|
-
.m(function (Command, cs, config, o) {
|
|
1377
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1378
|
-
})
|
|
1379
|
-
.s("ServiceQuotasV20190624", "ListAWSDefaultServiceQuotas", {})
|
|
1380
|
-
.n("ServiceQuotasClient", "ListAWSDefaultServiceQuotasCommand")
|
|
1381
|
-
.sc(ListAWSDefaultServiceQuotas$)
|
|
1382
|
-
.build() {
|
|
1280
|
+
class ListAWSDefaultServiceQuotasCommand extends command(_ep0, _mw0, "ListAWSDefaultServiceQuotas", ListAWSDefaultServiceQuotas$) {
|
|
1383
1281
|
}
|
|
1384
1282
|
|
|
1385
|
-
class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends
|
|
1386
|
-
.classBuilder()
|
|
1387
|
-
.ep(commonParams)
|
|
1388
|
-
.m(function (Command, cs, config, o) {
|
|
1389
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1390
|
-
})
|
|
1391
|
-
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistoryByQuota", {})
|
|
1392
|
-
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryByQuotaCommand")
|
|
1393
|
-
.sc(ListRequestedServiceQuotaChangeHistoryByQuota$)
|
|
1394
|
-
.build() {
|
|
1283
|
+
class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends command(_ep0, _mw0, "ListRequestedServiceQuotaChangeHistoryByQuota", ListRequestedServiceQuotaChangeHistoryByQuota$) {
|
|
1395
1284
|
}
|
|
1396
1285
|
|
|
1397
|
-
class ListRequestedServiceQuotaChangeHistoryCommand extends
|
|
1398
|
-
.classBuilder()
|
|
1399
|
-
.ep(commonParams)
|
|
1400
|
-
.m(function (Command, cs, config, o) {
|
|
1401
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1402
|
-
})
|
|
1403
|
-
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistory", {})
|
|
1404
|
-
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryCommand")
|
|
1405
|
-
.sc(ListRequestedServiceQuotaChangeHistory$)
|
|
1406
|
-
.build() {
|
|
1286
|
+
class ListRequestedServiceQuotaChangeHistoryCommand extends command(_ep0, _mw0, "ListRequestedServiceQuotaChangeHistory", ListRequestedServiceQuotaChangeHistory$) {
|
|
1407
1287
|
}
|
|
1408
1288
|
|
|
1409
|
-
class ListServiceQuotaIncreaseRequestsInTemplateCommand extends
|
|
1410
|
-
.classBuilder()
|
|
1411
|
-
.ep(commonParams)
|
|
1412
|
-
.m(function (Command, cs, config, o) {
|
|
1413
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1414
|
-
})
|
|
1415
|
-
.s("ServiceQuotasV20190624", "ListServiceQuotaIncreaseRequestsInTemplate", {})
|
|
1416
|
-
.n("ServiceQuotasClient", "ListServiceQuotaIncreaseRequestsInTemplateCommand")
|
|
1417
|
-
.sc(ListServiceQuotaIncreaseRequestsInTemplate$)
|
|
1418
|
-
.build() {
|
|
1289
|
+
class ListServiceQuotaIncreaseRequestsInTemplateCommand extends command(_ep0, _mw0, "ListServiceQuotaIncreaseRequestsInTemplate", ListServiceQuotaIncreaseRequestsInTemplate$) {
|
|
1419
1290
|
}
|
|
1420
1291
|
|
|
1421
|
-
class ListServiceQuotasCommand extends
|
|
1422
|
-
.classBuilder()
|
|
1423
|
-
.ep(commonParams)
|
|
1424
|
-
.m(function (Command, cs, config, o) {
|
|
1425
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1426
|
-
})
|
|
1427
|
-
.s("ServiceQuotasV20190624", "ListServiceQuotas", {})
|
|
1428
|
-
.n("ServiceQuotasClient", "ListServiceQuotasCommand")
|
|
1429
|
-
.sc(ListServiceQuotas$)
|
|
1430
|
-
.build() {
|
|
1292
|
+
class ListServiceQuotasCommand extends command(_ep0, _mw0, "ListServiceQuotas", ListServiceQuotas$) {
|
|
1431
1293
|
}
|
|
1432
1294
|
|
|
1433
|
-
class ListServicesCommand extends
|
|
1434
|
-
.classBuilder()
|
|
1435
|
-
.ep(commonParams)
|
|
1436
|
-
.m(function (Command, cs, config, o) {
|
|
1437
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1438
|
-
})
|
|
1439
|
-
.s("ServiceQuotasV20190624", "ListServices", {})
|
|
1440
|
-
.n("ServiceQuotasClient", "ListServicesCommand")
|
|
1441
|
-
.sc(ListServices$)
|
|
1442
|
-
.build() {
|
|
1295
|
+
class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
1443
1296
|
}
|
|
1444
1297
|
|
|
1445
|
-
class ListTagsForResourceCommand extends
|
|
1446
|
-
.classBuilder()
|
|
1447
|
-
.ep(commonParams)
|
|
1448
|
-
.m(function (Command, cs, config, o) {
|
|
1449
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1450
|
-
})
|
|
1451
|
-
.s("ServiceQuotasV20190624", "ListTagsForResource", {})
|
|
1452
|
-
.n("ServiceQuotasClient", "ListTagsForResourceCommand")
|
|
1453
|
-
.sc(ListTagsForResource$)
|
|
1454
|
-
.build() {
|
|
1298
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1455
1299
|
}
|
|
1456
1300
|
|
|
1457
|
-
class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends
|
|
1458
|
-
.classBuilder()
|
|
1459
|
-
.ep(commonParams)
|
|
1460
|
-
.m(function (Command, cs, config, o) {
|
|
1461
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1462
|
-
})
|
|
1463
|
-
.s("ServiceQuotasV20190624", "PutServiceQuotaIncreaseRequestIntoTemplate", {})
|
|
1464
|
-
.n("ServiceQuotasClient", "PutServiceQuotaIncreaseRequestIntoTemplateCommand")
|
|
1465
|
-
.sc(PutServiceQuotaIncreaseRequestIntoTemplate$)
|
|
1466
|
-
.build() {
|
|
1301
|
+
class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends command(_ep0, _mw0, "PutServiceQuotaIncreaseRequestIntoTemplate", PutServiceQuotaIncreaseRequestIntoTemplate$) {
|
|
1467
1302
|
}
|
|
1468
1303
|
|
|
1469
|
-
class RequestServiceQuotaIncreaseCommand extends
|
|
1470
|
-
.classBuilder()
|
|
1471
|
-
.ep(commonParams)
|
|
1472
|
-
.m(function (Command, cs, config, o) {
|
|
1473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1474
|
-
})
|
|
1475
|
-
.s("ServiceQuotasV20190624", "RequestServiceQuotaIncrease", {})
|
|
1476
|
-
.n("ServiceQuotasClient", "RequestServiceQuotaIncreaseCommand")
|
|
1477
|
-
.sc(RequestServiceQuotaIncrease$)
|
|
1478
|
-
.build() {
|
|
1304
|
+
class RequestServiceQuotaIncreaseCommand extends command(_ep0, _mw0, "RequestServiceQuotaIncrease", RequestServiceQuotaIncrease$) {
|
|
1479
1305
|
}
|
|
1480
1306
|
|
|
1481
|
-
class StartAutoManagementCommand extends
|
|
1482
|
-
.classBuilder()
|
|
1483
|
-
.ep(commonParams)
|
|
1484
|
-
.m(function (Command, cs, config, o) {
|
|
1485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1486
|
-
})
|
|
1487
|
-
.s("ServiceQuotasV20190624", "StartAutoManagement", {})
|
|
1488
|
-
.n("ServiceQuotasClient", "StartAutoManagementCommand")
|
|
1489
|
-
.sc(StartAutoManagement$)
|
|
1490
|
-
.build() {
|
|
1307
|
+
class StartAutoManagementCommand extends command(_ep0, _mw0, "StartAutoManagement", StartAutoManagement$) {
|
|
1491
1308
|
}
|
|
1492
1309
|
|
|
1493
|
-
class StartQuotaUtilizationReportCommand extends
|
|
1494
|
-
.classBuilder()
|
|
1495
|
-
.ep(commonParams)
|
|
1496
|
-
.m(function (Command, cs, config, o) {
|
|
1497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1498
|
-
})
|
|
1499
|
-
.s("ServiceQuotasV20190624", "StartQuotaUtilizationReport", {})
|
|
1500
|
-
.n("ServiceQuotasClient", "StartQuotaUtilizationReportCommand")
|
|
1501
|
-
.sc(StartQuotaUtilizationReport$)
|
|
1502
|
-
.build() {
|
|
1310
|
+
class StartQuotaUtilizationReportCommand extends command(_ep0, _mw0, "StartQuotaUtilizationReport", StartQuotaUtilizationReport$) {
|
|
1503
1311
|
}
|
|
1504
1312
|
|
|
1505
|
-
class StopAutoManagementCommand extends
|
|
1506
|
-
.classBuilder()
|
|
1507
|
-
.ep(commonParams)
|
|
1508
|
-
.m(function (Command, cs, config, o) {
|
|
1509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1510
|
-
})
|
|
1511
|
-
.s("ServiceQuotasV20190624", "StopAutoManagement", {})
|
|
1512
|
-
.n("ServiceQuotasClient", "StopAutoManagementCommand")
|
|
1513
|
-
.sc(StopAutoManagement$)
|
|
1514
|
-
.build() {
|
|
1313
|
+
class StopAutoManagementCommand extends command(_ep0, _mw0, "StopAutoManagement", StopAutoManagement$) {
|
|
1515
1314
|
}
|
|
1516
1315
|
|
|
1517
|
-
class TagResourceCommand extends
|
|
1518
|
-
.classBuilder()
|
|
1519
|
-
.ep(commonParams)
|
|
1520
|
-
.m(function (Command, cs, config, o) {
|
|
1521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1522
|
-
})
|
|
1523
|
-
.s("ServiceQuotasV20190624", "TagResource", {})
|
|
1524
|
-
.n("ServiceQuotasClient", "TagResourceCommand")
|
|
1525
|
-
.sc(TagResource$)
|
|
1526
|
-
.build() {
|
|
1316
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1527
1317
|
}
|
|
1528
1318
|
|
|
1529
|
-
class UntagResourceCommand extends
|
|
1530
|
-
.classBuilder()
|
|
1531
|
-
.ep(commonParams)
|
|
1532
|
-
.m(function (Command, cs, config, o) {
|
|
1533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1534
|
-
})
|
|
1535
|
-
.s("ServiceQuotasV20190624", "UntagResource", {})
|
|
1536
|
-
.n("ServiceQuotasClient", "UntagResourceCommand")
|
|
1537
|
-
.sc(UntagResource$)
|
|
1538
|
-
.build() {
|
|
1319
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1539
1320
|
}
|
|
1540
1321
|
|
|
1541
|
-
class UpdateAutoManagementCommand extends
|
|
1542
|
-
.classBuilder()
|
|
1543
|
-
.ep(commonParams)
|
|
1544
|
-
.m(function (Command, cs, config, o) {
|
|
1545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1546
|
-
})
|
|
1547
|
-
.s("ServiceQuotasV20190624", "UpdateAutoManagement", {})
|
|
1548
|
-
.n("ServiceQuotasClient", "UpdateAutoManagementCommand")
|
|
1549
|
-
.sc(UpdateAutoManagement$)
|
|
1550
|
-
.build() {
|
|
1322
|
+
class UpdateAutoManagementCommand extends command(_ep0, _mw0, "UpdateAutoManagement", UpdateAutoManagement$) {
|
|
1551
1323
|
}
|
|
1552
1324
|
|
|
1553
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
|
}
|