@aws-sdk/client-service-quotas 3.758.0 → 3.772.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 +18 -18
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AWSServiceAccessNotEnabledException: () => AWSServiceAccessNotEnabledException,
|
|
25
25
|
AccessDeniedException: () => AccessDeniedException,
|
|
26
26
|
AppliedLevelEnum: () => AppliedLevelEnum,
|
|
@@ -74,7 +74,7 @@ __export(src_exports, {
|
|
|
74
74
|
paginateListServiceQuotas: () => paginateListServiceQuotas,
|
|
75
75
|
paginateListServices: () => paginateListServices
|
|
76
76
|
});
|
|
77
|
-
module.exports = __toCommonJS(
|
|
77
|
+
module.exports = __toCommonJS(index_exports);
|
|
78
78
|
|
|
79
79
|
// src/ServiceQuotasClient.ts
|
|
80
80
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -201,9 +201,9 @@ var ServiceQuotasClient = class extends import_smithy_client.Client {
|
|
|
201
201
|
this.middlewareStack.use(
|
|
202
202
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
203
203
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultServiceQuotasHttpAuthSchemeParametersProvider,
|
|
204
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
204
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
205
205
|
"aws.auth#sigv4": config.credentials
|
|
206
|
-
})
|
|
206
|
+
}), "identityProviderConfigProvider")
|
|
207
207
|
})
|
|
208
208
|
);
|
|
209
209
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1225,67 +1225,67 @@ var se_RequestServiceQuotaIncreaseRequest = /* @__PURE__ */ __name((input, conte
|
|
|
1225
1225
|
}, "se_RequestServiceQuotaIncreaseRequest");
|
|
1226
1226
|
var de_GetAWSDefaultServiceQuotaResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1227
1227
|
return (0, import_smithy_client.take)(output, {
|
|
1228
|
-
Quota: (_) => de_ServiceQuota(_, context)
|
|
1228
|
+
Quota: /* @__PURE__ */ __name((_) => de_ServiceQuota(_, context), "Quota")
|
|
1229
1229
|
});
|
|
1230
1230
|
}, "de_GetAWSDefaultServiceQuotaResponse");
|
|
1231
1231
|
var de_GetRequestedServiceQuotaChangeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1232
1232
|
return (0, import_smithy_client.take)(output, {
|
|
1233
|
-
RequestedQuota: (_) => de_RequestedServiceQuotaChange(_, context)
|
|
1233
|
+
RequestedQuota: /* @__PURE__ */ __name((_) => de_RequestedServiceQuotaChange(_, context), "RequestedQuota")
|
|
1234
1234
|
});
|
|
1235
1235
|
}, "de_GetRequestedServiceQuotaChangeResponse");
|
|
1236
1236
|
var de_GetServiceQuotaIncreaseRequestFromTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1237
1237
|
return (0, import_smithy_client.take)(output, {
|
|
1238
|
-
ServiceQuotaIncreaseRequestInTemplate: (_) => de_ServiceQuotaIncreaseRequestInTemplate(_, context)
|
|
1238
|
+
ServiceQuotaIncreaseRequestInTemplate: /* @__PURE__ */ __name((_) => de_ServiceQuotaIncreaseRequestInTemplate(_, context), "ServiceQuotaIncreaseRequestInTemplate")
|
|
1239
1239
|
});
|
|
1240
1240
|
}, "de_GetServiceQuotaIncreaseRequestFromTemplateResponse");
|
|
1241
1241
|
var de_GetServiceQuotaResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1242
1242
|
return (0, import_smithy_client.take)(output, {
|
|
1243
|
-
Quota: (_) => de_ServiceQuota(_, context)
|
|
1243
|
+
Quota: /* @__PURE__ */ __name((_) => de_ServiceQuota(_, context), "Quota")
|
|
1244
1244
|
});
|
|
1245
1245
|
}, "de_GetServiceQuotaResponse");
|
|
1246
1246
|
var de_ListAWSDefaultServiceQuotasResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1247
1247
|
return (0, import_smithy_client.take)(output, {
|
|
1248
1248
|
NextToken: import_smithy_client.expectString,
|
|
1249
|
-
Quotas: (_) => de_ServiceQuotaListDefinition(_, context)
|
|
1249
|
+
Quotas: /* @__PURE__ */ __name((_) => de_ServiceQuotaListDefinition(_, context), "Quotas")
|
|
1250
1250
|
});
|
|
1251
1251
|
}, "de_ListAWSDefaultServiceQuotasResponse");
|
|
1252
1252
|
var de_ListRequestedServiceQuotaChangeHistoryByQuotaResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1253
1253
|
return (0, import_smithy_client.take)(output, {
|
|
1254
1254
|
NextToken: import_smithy_client.expectString,
|
|
1255
|
-
RequestedQuotas: (_) => de_RequestedServiceQuotaChangeHistoryListDefinition(_, context)
|
|
1255
|
+
RequestedQuotas: /* @__PURE__ */ __name((_) => de_RequestedServiceQuotaChangeHistoryListDefinition(_, context), "RequestedQuotas")
|
|
1256
1256
|
});
|
|
1257
1257
|
}, "de_ListRequestedServiceQuotaChangeHistoryByQuotaResponse");
|
|
1258
1258
|
var de_ListRequestedServiceQuotaChangeHistoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1259
1259
|
return (0, import_smithy_client.take)(output, {
|
|
1260
1260
|
NextToken: import_smithy_client.expectString,
|
|
1261
|
-
RequestedQuotas: (_) => de_RequestedServiceQuotaChangeHistoryListDefinition(_, context)
|
|
1261
|
+
RequestedQuotas: /* @__PURE__ */ __name((_) => de_RequestedServiceQuotaChangeHistoryListDefinition(_, context), "RequestedQuotas")
|
|
1262
1262
|
});
|
|
1263
1263
|
}, "de_ListRequestedServiceQuotaChangeHistoryResponse");
|
|
1264
1264
|
var de_ListServiceQuotaIncreaseRequestsInTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1265
1265
|
return (0, import_smithy_client.take)(output, {
|
|
1266
1266
|
NextToken: import_smithy_client.expectString,
|
|
1267
|
-
ServiceQuotaIncreaseRequestInTemplateList: (_) => de_ServiceQuotaIncreaseRequestInTemplateList(_, context)
|
|
1267
|
+
ServiceQuotaIncreaseRequestInTemplateList: /* @__PURE__ */ __name((_) => de_ServiceQuotaIncreaseRequestInTemplateList(_, context), "ServiceQuotaIncreaseRequestInTemplateList")
|
|
1268
1268
|
});
|
|
1269
1269
|
}, "de_ListServiceQuotaIncreaseRequestsInTemplateResponse");
|
|
1270
1270
|
var de_ListServiceQuotasResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1271
1271
|
return (0, import_smithy_client.take)(output, {
|
|
1272
1272
|
NextToken: import_smithy_client.expectString,
|
|
1273
|
-
Quotas: (_) => de_ServiceQuotaListDefinition(_, context)
|
|
1273
|
+
Quotas: /* @__PURE__ */ __name((_) => de_ServiceQuotaListDefinition(_, context), "Quotas")
|
|
1274
1274
|
});
|
|
1275
1275
|
}, "de_ListServiceQuotasResponse");
|
|
1276
1276
|
var de_PutServiceQuotaIncreaseRequestIntoTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1277
1277
|
return (0, import_smithy_client.take)(output, {
|
|
1278
|
-
ServiceQuotaIncreaseRequestInTemplate: (_) => de_ServiceQuotaIncreaseRequestInTemplate(_, context)
|
|
1278
|
+
ServiceQuotaIncreaseRequestInTemplate: /* @__PURE__ */ __name((_) => de_ServiceQuotaIncreaseRequestInTemplate(_, context), "ServiceQuotaIncreaseRequestInTemplate")
|
|
1279
1279
|
});
|
|
1280
1280
|
}, "de_PutServiceQuotaIncreaseRequestIntoTemplateResponse");
|
|
1281
1281
|
var de_RequestedServiceQuotaChange = /* @__PURE__ */ __name((output, context) => {
|
|
1282
1282
|
return (0, import_smithy_client.take)(output, {
|
|
1283
1283
|
CaseId: import_smithy_client.expectString,
|
|
1284
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1284
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
1285
1285
|
DesiredValue: import_smithy_client.limitedParseDouble,
|
|
1286
1286
|
GlobalQuota: import_smithy_client.expectBoolean,
|
|
1287
1287
|
Id: import_smithy_client.expectString,
|
|
1288
|
-
LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1288
|
+
LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
|
|
1289
1289
|
QuotaArn: import_smithy_client.expectString,
|
|
1290
1290
|
QuotaCode: import_smithy_client.expectString,
|
|
1291
1291
|
QuotaContext: import_smithy_client._json,
|
|
@@ -1306,7 +1306,7 @@ var de_RequestedServiceQuotaChangeHistoryListDefinition = /* @__PURE__ */ __name
|
|
|
1306
1306
|
}, "de_RequestedServiceQuotaChangeHistoryListDefinition");
|
|
1307
1307
|
var de_RequestServiceQuotaIncreaseResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1308
1308
|
return (0, import_smithy_client.take)(output, {
|
|
1309
|
-
RequestedQuota: (_) => de_RequestedServiceQuotaChange(_, context)
|
|
1309
|
+
RequestedQuota: /* @__PURE__ */ __name((_) => de_RequestedServiceQuotaChange(_, context), "RequestedQuota")
|
|
1310
1310
|
});
|
|
1311
1311
|
}, "de_RequestServiceQuotaIncreaseResponse");
|
|
1312
1312
|
var de_ServiceQuota = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-quotas",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-service-quotas",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|