@aws-sdk/client-service-quotas 3.128.0 → 3.137.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/CHANGELOG.md +30 -0
- package/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
- package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
- package/dist-cjs/commands/GetServiceQuotaCommand.js +2 -2
- package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListServiceQuotasCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
- package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +186 -278
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +3 -3
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +3 -3
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +3 -3
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +3 -3
- package/dist-es/commands/GetServiceQuotaCommand.js +3 -3
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +3 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +3 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +3 -3
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +3 -3
- package/dist-es/commands/ListServiceQuotasCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +3 -3
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +46 -184
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +184 -276
- package/dist-types/ts3.4/models/models_0.d.ts +92 -184
- package/package.json +9 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog, GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand, serializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAssociationForServiceQuotaTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(GetAssociationForServiceQuotaTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAssociationForServiceQuotaTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRequestedServiceQuotaChangeRequestFilterSensitiveLog, GetRequestedServiceQuotaChangeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRequestedServiceQuotaChangeCommand, serializeAws_json1_1GetRequestedServiceQuotaChangeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRequestedServiceQuotaChangeCommand = (function (_super) {
|
|
7
7
|
__extends(GetRequestedServiceQuotaChangeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRequestedServiceQuotaChangeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRequestedServiceQuotaChangeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRequestedServiceQuotaChangeResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetServiceQuotaRequestFilterSensitiveLog, GetServiceQuotaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetServiceQuotaCommand, serializeAws_json1_1GetServiceQuotaCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetServiceQuotaCommand = (function (_super) {
|
|
7
7
|
__extends(GetServiceQuotaCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetServiceQuotaCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetServiceQuotaRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetServiceQuotaResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog, GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand, serializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetServiceQuotaIncreaseRequestFromTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(GetServiceQuotaIncreaseRequestFromTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetServiceQuotaIncreaseRequestFromTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListAWSDefaultServiceQuotasRequestFilterSensitiveLog, ListAWSDefaultServiceQuotasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAWSDefaultServiceQuotasCommand, serializeAws_json1_1ListAWSDefaultServiceQuotasCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAWSDefaultServiceQuotasCommand = (function (_super) {
|
|
7
7
|
__extends(ListAWSDefaultServiceQuotasCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAWSDefaultServiceQuotasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAWSDefaultServiceQuotasRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAWSDefaultServiceQuotasResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog, ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand, serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListRequestedServiceQuotaChangeHistoryByQuotaCommand = (function (_super) {
|
|
7
7
|
__extends(ListRequestedServiceQuotaChangeHistoryByQuotaCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRequestedServiceQuotaChangeHistoryByQuotaCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog, ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand, serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListRequestedServiceQuotaChangeHistoryCommand = (function (_super) {
|
|
7
7
|
__extends(ListRequestedServiceQuotaChangeHistoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRequestedServiceQuotaChangeHistoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog, ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand, serializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListServiceQuotaIncreaseRequestsInTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(ListServiceQuotaIncreaseRequestsInTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListServiceQuotaIncreaseRequestsInTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListServiceQuotasRequestFilterSensitiveLog, ListServiceQuotasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListServiceQuotasCommand, serializeAws_json1_1ListServiceQuotasCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListServiceQuotasCommand = (function (_super) {
|
|
7
7
|
__extends(ListServiceQuotasCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListServiceQuotasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListServiceQuotasRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListServiceQuotasResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListServicesRequestFilterSensitiveLog, ListServicesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListServicesCommand, serializeAws_json1_1ListServicesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListServicesCommand = (function (_super) {
|
|
7
7
|
__extends(ListServicesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListServicesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListServicesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListServicesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog, PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand, serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutServiceQuotaIncreaseRequestIntoTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(PutServiceQuotaIncreaseRequestIntoTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutServiceQuotaIncreaseRequestIntoTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RequestServiceQuotaIncreaseRequestFilterSensitiveLog, RequestServiceQuotaIncreaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RequestServiceQuotaIncreaseCommand, serializeAws_json1_1RequestServiceQuotaIncreaseCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RequestServiceQuotaIncreaseCommand = (function (_super) {
|
|
7
7
|
__extends(RequestServiceQuotaIncreaseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RequestServiceQuotaIncreaseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RequestServiceQuotaIncreaseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RequestServiceQuotaIncreaseResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -13,14 +13,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
13
13
|
return AccessDeniedException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { AccessDeniedException };
|
|
16
|
-
export var AssociateServiceQuotaTemplateRequest;
|
|
17
|
-
(function (AssociateServiceQuotaTemplateRequest) {
|
|
18
|
-
AssociateServiceQuotaTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(AssociateServiceQuotaTemplateRequest || (AssociateServiceQuotaTemplateRequest = {}));
|
|
20
|
-
export var AssociateServiceQuotaTemplateResponse;
|
|
21
|
-
(function (AssociateServiceQuotaTemplateResponse) {
|
|
22
|
-
AssociateServiceQuotaTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(AssociateServiceQuotaTemplateResponse || (AssociateServiceQuotaTemplateResponse = {}));
|
|
24
16
|
var AWSServiceAccessNotEnabledException = (function (_super) {
|
|
25
17
|
__extends(AWSServiceAccessNotEnabledException, _super);
|
|
26
18
|
function AWSServiceAccessNotEnabledException(opts) {
|
|
@@ -112,14 +104,6 @@ var TooManyRequestsException = (function (_super) {
|
|
|
112
104
|
return TooManyRequestsException;
|
|
113
105
|
}(__BaseException));
|
|
114
106
|
export { TooManyRequestsException };
|
|
115
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplateRequest;
|
|
116
|
-
(function (DeleteServiceQuotaIncreaseRequestFromTemplateRequest) {
|
|
117
|
-
DeleteServiceQuotaIncreaseRequestFromTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
-
})(DeleteServiceQuotaIncreaseRequestFromTemplateRequest || (DeleteServiceQuotaIncreaseRequestFromTemplateRequest = {}));
|
|
119
|
-
export var DeleteServiceQuotaIncreaseRequestFromTemplateResponse;
|
|
120
|
-
(function (DeleteServiceQuotaIncreaseRequestFromTemplateResponse) {
|
|
121
|
-
DeleteServiceQuotaIncreaseRequestFromTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
-
})(DeleteServiceQuotaIncreaseRequestFromTemplateResponse || (DeleteServiceQuotaIncreaseRequestFromTemplateResponse = {}));
|
|
123
107
|
var IllegalArgumentException = (function (_super) {
|
|
124
108
|
__extends(IllegalArgumentException, _super);
|
|
125
109
|
function IllegalArgumentException(opts) {
|
|
@@ -146,14 +130,6 @@ var NoSuchResourceException = (function (_super) {
|
|
|
146
130
|
return NoSuchResourceException;
|
|
147
131
|
}(__BaseException));
|
|
148
132
|
export { NoSuchResourceException };
|
|
149
|
-
export var DisassociateServiceQuotaTemplateRequest;
|
|
150
|
-
(function (DisassociateServiceQuotaTemplateRequest) {
|
|
151
|
-
DisassociateServiceQuotaTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(DisassociateServiceQuotaTemplateRequest || (DisassociateServiceQuotaTemplateRequest = {}));
|
|
153
|
-
export var DisassociateServiceQuotaTemplateResponse;
|
|
154
|
-
(function (DisassociateServiceQuotaTemplateResponse) {
|
|
155
|
-
DisassociateServiceQuotaTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(DisassociateServiceQuotaTemplateResponse || (DisassociateServiceQuotaTemplateResponse = {}));
|
|
157
133
|
var ServiceQuotaTemplateNotInUseException = (function (_super) {
|
|
158
134
|
__extends(ServiceQuotaTemplateNotInUseException, _super);
|
|
159
135
|
function ServiceQuotaTemplateNotInUseException(opts) {
|
|
@@ -174,27 +150,11 @@ export var ErrorCode;
|
|
|
174
150
|
ErrorCode["DEPENDENCY_THROTTLING_ERROR"] = "DEPENDENCY_THROTTLING_ERROR";
|
|
175
151
|
ErrorCode["SERVICE_QUOTA_NOT_AVAILABLE_ERROR"] = "SERVICE_QUOTA_NOT_AVAILABLE_ERROR";
|
|
176
152
|
})(ErrorCode || (ErrorCode = {}));
|
|
177
|
-
export var ErrorReason;
|
|
178
|
-
(function (ErrorReason) {
|
|
179
|
-
ErrorReason.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(ErrorReason || (ErrorReason = {}));
|
|
181
|
-
export var GetAssociationForServiceQuotaTemplateRequest;
|
|
182
|
-
(function (GetAssociationForServiceQuotaTemplateRequest) {
|
|
183
|
-
GetAssociationForServiceQuotaTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(GetAssociationForServiceQuotaTemplateRequest || (GetAssociationForServiceQuotaTemplateRequest = {}));
|
|
185
153
|
export var ServiceQuotaTemplateAssociationStatus;
|
|
186
154
|
(function (ServiceQuotaTemplateAssociationStatus) {
|
|
187
155
|
ServiceQuotaTemplateAssociationStatus["ASSOCIATED"] = "ASSOCIATED";
|
|
188
156
|
ServiceQuotaTemplateAssociationStatus["DISASSOCIATED"] = "DISASSOCIATED";
|
|
189
157
|
})(ServiceQuotaTemplateAssociationStatus || (ServiceQuotaTemplateAssociationStatus = {}));
|
|
190
|
-
export var GetAssociationForServiceQuotaTemplateResponse;
|
|
191
|
-
(function (GetAssociationForServiceQuotaTemplateResponse) {
|
|
192
|
-
GetAssociationForServiceQuotaTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(GetAssociationForServiceQuotaTemplateResponse || (GetAssociationForServiceQuotaTemplateResponse = {}));
|
|
194
|
-
export var GetAWSDefaultServiceQuotaRequest;
|
|
195
|
-
(function (GetAWSDefaultServiceQuotaRequest) {
|
|
196
|
-
GetAWSDefaultServiceQuotaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(GetAWSDefaultServiceQuotaRequest || (GetAWSDefaultServiceQuotaRequest = {}));
|
|
198
158
|
export var PeriodUnit;
|
|
199
159
|
(function (PeriodUnit) {
|
|
200
160
|
PeriodUnit["DAY"] = "DAY";
|
|
@@ -205,26 +165,6 @@ export var PeriodUnit;
|
|
|
205
165
|
PeriodUnit["SECOND"] = "SECOND";
|
|
206
166
|
PeriodUnit["WEEK"] = "WEEK";
|
|
207
167
|
})(PeriodUnit || (PeriodUnit = {}));
|
|
208
|
-
export var QuotaPeriod;
|
|
209
|
-
(function (QuotaPeriod) {
|
|
210
|
-
QuotaPeriod.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(QuotaPeriod || (QuotaPeriod = {}));
|
|
212
|
-
export var MetricInfo;
|
|
213
|
-
(function (MetricInfo) {
|
|
214
|
-
MetricInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(MetricInfo || (MetricInfo = {}));
|
|
216
|
-
export var ServiceQuota;
|
|
217
|
-
(function (ServiceQuota) {
|
|
218
|
-
ServiceQuota.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(ServiceQuota || (ServiceQuota = {}));
|
|
220
|
-
export var GetAWSDefaultServiceQuotaResponse;
|
|
221
|
-
(function (GetAWSDefaultServiceQuotaResponse) {
|
|
222
|
-
GetAWSDefaultServiceQuotaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(GetAWSDefaultServiceQuotaResponse || (GetAWSDefaultServiceQuotaResponse = {}));
|
|
224
|
-
export var GetRequestedServiceQuotaChangeRequest;
|
|
225
|
-
(function (GetRequestedServiceQuotaChangeRequest) {
|
|
226
|
-
GetRequestedServiceQuotaChangeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
-
})(GetRequestedServiceQuotaChangeRequest || (GetRequestedServiceQuotaChangeRequest = {}));
|
|
228
168
|
export var RequestStatus;
|
|
229
169
|
(function (RequestStatus) {
|
|
230
170
|
RequestStatus["APPROVED"] = "APPROVED";
|
|
@@ -233,38 +173,6 @@ export var RequestStatus;
|
|
|
233
173
|
RequestStatus["DENIED"] = "DENIED";
|
|
234
174
|
RequestStatus["PENDING"] = "PENDING";
|
|
235
175
|
})(RequestStatus || (RequestStatus = {}));
|
|
236
|
-
export var RequestedServiceQuotaChange;
|
|
237
|
-
(function (RequestedServiceQuotaChange) {
|
|
238
|
-
RequestedServiceQuotaChange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
-
})(RequestedServiceQuotaChange || (RequestedServiceQuotaChange = {}));
|
|
240
|
-
export var GetRequestedServiceQuotaChangeResponse;
|
|
241
|
-
(function (GetRequestedServiceQuotaChangeResponse) {
|
|
242
|
-
GetRequestedServiceQuotaChangeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(GetRequestedServiceQuotaChangeResponse || (GetRequestedServiceQuotaChangeResponse = {}));
|
|
244
|
-
export var GetServiceQuotaRequest;
|
|
245
|
-
(function (GetServiceQuotaRequest) {
|
|
246
|
-
GetServiceQuotaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(GetServiceQuotaRequest || (GetServiceQuotaRequest = {}));
|
|
248
|
-
export var GetServiceQuotaResponse;
|
|
249
|
-
(function (GetServiceQuotaResponse) {
|
|
250
|
-
GetServiceQuotaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(GetServiceQuotaResponse || (GetServiceQuotaResponse = {}));
|
|
252
|
-
export var GetServiceQuotaIncreaseRequestFromTemplateRequest;
|
|
253
|
-
(function (GetServiceQuotaIncreaseRequestFromTemplateRequest) {
|
|
254
|
-
GetServiceQuotaIncreaseRequestFromTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(GetServiceQuotaIncreaseRequestFromTemplateRequest || (GetServiceQuotaIncreaseRequestFromTemplateRequest = {}));
|
|
256
|
-
export var ServiceQuotaIncreaseRequestInTemplate;
|
|
257
|
-
(function (ServiceQuotaIncreaseRequestInTemplate) {
|
|
258
|
-
ServiceQuotaIncreaseRequestInTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(ServiceQuotaIncreaseRequestInTemplate || (ServiceQuotaIncreaseRequestInTemplate = {}));
|
|
260
|
-
export var GetServiceQuotaIncreaseRequestFromTemplateResponse;
|
|
261
|
-
(function (GetServiceQuotaIncreaseRequestFromTemplateResponse) {
|
|
262
|
-
GetServiceQuotaIncreaseRequestFromTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(GetServiceQuotaIncreaseRequestFromTemplateResponse || (GetServiceQuotaIncreaseRequestFromTemplateResponse = {}));
|
|
264
|
-
export var Tag;
|
|
265
|
-
(function (Tag) {
|
|
266
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
-
})(Tag || (Tag = {}));
|
|
268
176
|
var InvalidPaginationTokenException = (function (_super) {
|
|
269
177
|
__extends(InvalidPaginationTokenException, _super);
|
|
270
178
|
function InvalidPaginationTokenException(opts) {
|
|
@@ -291,74 +199,6 @@ var InvalidResourceStateException = (function (_super) {
|
|
|
291
199
|
return InvalidResourceStateException;
|
|
292
200
|
}(__BaseException));
|
|
293
201
|
export { InvalidResourceStateException };
|
|
294
|
-
export var ListAWSDefaultServiceQuotasRequest;
|
|
295
|
-
(function (ListAWSDefaultServiceQuotasRequest) {
|
|
296
|
-
ListAWSDefaultServiceQuotasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
-
})(ListAWSDefaultServiceQuotasRequest || (ListAWSDefaultServiceQuotasRequest = {}));
|
|
298
|
-
export var ListAWSDefaultServiceQuotasResponse;
|
|
299
|
-
(function (ListAWSDefaultServiceQuotasResponse) {
|
|
300
|
-
ListAWSDefaultServiceQuotasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
-
})(ListAWSDefaultServiceQuotasResponse || (ListAWSDefaultServiceQuotasResponse = {}));
|
|
302
|
-
export var ListRequestedServiceQuotaChangeHistoryRequest;
|
|
303
|
-
(function (ListRequestedServiceQuotaChangeHistoryRequest) {
|
|
304
|
-
ListRequestedServiceQuotaChangeHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
-
})(ListRequestedServiceQuotaChangeHistoryRequest || (ListRequestedServiceQuotaChangeHistoryRequest = {}));
|
|
306
|
-
export var ListRequestedServiceQuotaChangeHistoryResponse;
|
|
307
|
-
(function (ListRequestedServiceQuotaChangeHistoryResponse) {
|
|
308
|
-
ListRequestedServiceQuotaChangeHistoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
-
})(ListRequestedServiceQuotaChangeHistoryResponse || (ListRequestedServiceQuotaChangeHistoryResponse = {}));
|
|
310
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuotaRequest;
|
|
311
|
-
(function (ListRequestedServiceQuotaChangeHistoryByQuotaRequest) {
|
|
312
|
-
ListRequestedServiceQuotaChangeHistoryByQuotaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
-
})(ListRequestedServiceQuotaChangeHistoryByQuotaRequest || (ListRequestedServiceQuotaChangeHistoryByQuotaRequest = {}));
|
|
314
|
-
export var ListRequestedServiceQuotaChangeHistoryByQuotaResponse;
|
|
315
|
-
(function (ListRequestedServiceQuotaChangeHistoryByQuotaResponse) {
|
|
316
|
-
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(ListRequestedServiceQuotaChangeHistoryByQuotaResponse || (ListRequestedServiceQuotaChangeHistoryByQuotaResponse = {}));
|
|
318
|
-
export var ListServiceQuotaIncreaseRequestsInTemplateRequest;
|
|
319
|
-
(function (ListServiceQuotaIncreaseRequestsInTemplateRequest) {
|
|
320
|
-
ListServiceQuotaIncreaseRequestsInTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(ListServiceQuotaIncreaseRequestsInTemplateRequest || (ListServiceQuotaIncreaseRequestsInTemplateRequest = {}));
|
|
322
|
-
export var ListServiceQuotaIncreaseRequestsInTemplateResponse;
|
|
323
|
-
(function (ListServiceQuotaIncreaseRequestsInTemplateResponse) {
|
|
324
|
-
ListServiceQuotaIncreaseRequestsInTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(ListServiceQuotaIncreaseRequestsInTemplateResponse || (ListServiceQuotaIncreaseRequestsInTemplateResponse = {}));
|
|
326
|
-
export var ListServiceQuotasRequest;
|
|
327
|
-
(function (ListServiceQuotasRequest) {
|
|
328
|
-
ListServiceQuotasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
-
})(ListServiceQuotasRequest || (ListServiceQuotasRequest = {}));
|
|
330
|
-
export var ListServiceQuotasResponse;
|
|
331
|
-
(function (ListServiceQuotasResponse) {
|
|
332
|
-
ListServiceQuotasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
-
})(ListServiceQuotasResponse || (ListServiceQuotasResponse = {}));
|
|
334
|
-
export var ListServicesRequest;
|
|
335
|
-
(function (ListServicesRequest) {
|
|
336
|
-
ListServicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
-
})(ListServicesRequest || (ListServicesRequest = {}));
|
|
338
|
-
export var ServiceInfo;
|
|
339
|
-
(function (ServiceInfo) {
|
|
340
|
-
ServiceInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(ServiceInfo || (ServiceInfo = {}));
|
|
342
|
-
export var ListServicesResponse;
|
|
343
|
-
(function (ListServicesResponse) {
|
|
344
|
-
ListServicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
-
})(ListServicesResponse || (ListServicesResponse = {}));
|
|
346
|
-
export var ListTagsForResourceRequest;
|
|
347
|
-
(function (ListTagsForResourceRequest) {
|
|
348
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
350
|
-
export var ListTagsForResourceResponse;
|
|
351
|
-
(function (ListTagsForResourceResponse) {
|
|
352
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
354
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplateRequest;
|
|
355
|
-
(function (PutServiceQuotaIncreaseRequestIntoTemplateRequest) {
|
|
356
|
-
PutServiceQuotaIncreaseRequestIntoTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(PutServiceQuotaIncreaseRequestIntoTemplateRequest || (PutServiceQuotaIncreaseRequestIntoTemplateRequest = {}));
|
|
358
|
-
export var PutServiceQuotaIncreaseRequestIntoTemplateResponse;
|
|
359
|
-
(function (PutServiceQuotaIncreaseRequestIntoTemplateResponse) {
|
|
360
|
-
PutServiceQuotaIncreaseRequestIntoTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
-
})(PutServiceQuotaIncreaseRequestIntoTemplateResponse || (PutServiceQuotaIncreaseRequestIntoTemplateResponse = {}));
|
|
362
202
|
var QuotaExceededException = (function (_super) {
|
|
363
203
|
__extends(QuotaExceededException, _super);
|
|
364
204
|
function QuotaExceededException(opts) {
|
|
@@ -372,14 +212,6 @@ var QuotaExceededException = (function (_super) {
|
|
|
372
212
|
return QuotaExceededException;
|
|
373
213
|
}(__BaseException));
|
|
374
214
|
export { QuotaExceededException };
|
|
375
|
-
export var RequestServiceQuotaIncreaseRequest;
|
|
376
|
-
(function (RequestServiceQuotaIncreaseRequest) {
|
|
377
|
-
RequestServiceQuotaIncreaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(RequestServiceQuotaIncreaseRequest || (RequestServiceQuotaIncreaseRequest = {}));
|
|
379
|
-
export var RequestServiceQuotaIncreaseResponse;
|
|
380
|
-
(function (RequestServiceQuotaIncreaseResponse) {
|
|
381
|
-
RequestServiceQuotaIncreaseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
})(RequestServiceQuotaIncreaseResponse || (RequestServiceQuotaIncreaseResponse = {}));
|
|
383
215
|
var ResourceAlreadyExistsException = (function (_super) {
|
|
384
216
|
__extends(ResourceAlreadyExistsException, _super);
|
|
385
217
|
function ResourceAlreadyExistsException(opts) {
|
|
@@ -406,14 +238,6 @@ var TagPolicyViolationException = (function (_super) {
|
|
|
406
238
|
return TagPolicyViolationException;
|
|
407
239
|
}(__BaseException));
|
|
408
240
|
export { TagPolicyViolationException };
|
|
409
|
-
export var TagResourceRequest;
|
|
410
|
-
(function (TagResourceRequest) {
|
|
411
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
413
|
-
export var TagResourceResponse;
|
|
414
|
-
(function (TagResourceResponse) {
|
|
415
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
417
241
|
var TooManyTagsException = (function (_super) {
|
|
418
242
|
__extends(TooManyTagsException, _super);
|
|
419
243
|
function TooManyTagsException(opts) {
|
|
@@ -427,11 +251,49 @@ var TooManyTagsException = (function (_super) {
|
|
|
427
251
|
return TooManyTagsException;
|
|
428
252
|
}(__BaseException));
|
|
429
253
|
export { TooManyTagsException };
|
|
430
|
-
export var
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
export var
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
254
|
+
export var AssociateServiceQuotaTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var AssociateServiceQuotaTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var DeleteServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var DisassociateServiceQuotaTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var DisassociateServiceQuotaTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var ErrorReasonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var GetAWSDefaultServiceQuotaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var QuotaPeriodFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var MetricInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var ServiceQuotaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var GetAWSDefaultServiceQuotaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var GetRequestedServiceQuotaChangeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var RequestedServiceQuotaChangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var GetRequestedServiceQuotaChangeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var GetServiceQuotaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var GetServiceQuotaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var ServiceQuotaIncreaseRequestInTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var ListAWSDefaultServiceQuotasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var ListAWSDefaultServiceQuotasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var ListServiceQuotasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var ListServiceQuotasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var ListServicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var ServiceInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var ListServicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var RequestServiceQuotaIncreaseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var RequestServiceQuotaIncreaseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2251,6 +2251,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
2251
2251
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
2252
2252
|
var sanitizeErrorCode = function (rawValue) {
|
|
2253
2253
|
var cleanValue = rawValue;
|
|
2254
|
+
if (typeof cleanValue === "number") {
|
|
2255
|
+
cleanValue = cleanValue.toString();
|
|
2256
|
+
}
|
|
2254
2257
|
if (cleanValue.indexOf(":") >= 0) {
|
|
2255
2258
|
cleanValue = cleanValue.split(":")[0];
|
|
2256
2259
|
}
|