@aws-sdk/client-api-gateway 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/APIGateway.js +489 -482
- package/dist-es/APIGatewayClient.js +29 -23
- package/dist-es/commands/CreateApiKeyCommand.js +28 -21
- package/dist-es/commands/CreateAuthorizerCommand.js +28 -21
- package/dist-es/commands/CreateBasePathMappingCommand.js +28 -21
- package/dist-es/commands/CreateDeploymentCommand.js +28 -21
- package/dist-es/commands/CreateDocumentationPartCommand.js +28 -21
- package/dist-es/commands/CreateDocumentationVersionCommand.js +28 -21
- package/dist-es/commands/CreateDomainNameCommand.js +28 -21
- package/dist-es/commands/CreateModelCommand.js +28 -21
- package/dist-es/commands/CreateRequestValidatorCommand.js +28 -21
- package/dist-es/commands/CreateResourceCommand.js +28 -21
- package/dist-es/commands/CreateRestApiCommand.js +28 -21
- package/dist-es/commands/CreateStageCommand.js +28 -21
- package/dist-es/commands/CreateUsagePlanCommand.js +28 -21
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +28 -21
- package/dist-es/commands/CreateVpcLinkCommand.js +28 -21
- package/dist-es/commands/DeleteApiKeyCommand.js +29 -22
- package/dist-es/commands/DeleteAuthorizerCommand.js +29 -22
- package/dist-es/commands/DeleteBasePathMappingCommand.js +29 -22
- package/dist-es/commands/DeleteClientCertificateCommand.js +29 -22
- package/dist-es/commands/DeleteDeploymentCommand.js +29 -22
- package/dist-es/commands/DeleteDocumentationPartCommand.js +29 -22
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +29 -22
- package/dist-es/commands/DeleteDomainNameCommand.js +29 -22
- package/dist-es/commands/DeleteGatewayResponseCommand.js +29 -22
- package/dist-es/commands/DeleteIntegrationCommand.js +29 -22
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +29 -22
- package/dist-es/commands/DeleteMethodCommand.js +29 -22
- package/dist-es/commands/DeleteMethodResponseCommand.js +29 -22
- package/dist-es/commands/DeleteModelCommand.js +29 -22
- package/dist-es/commands/DeleteRequestValidatorCommand.js +29 -22
- package/dist-es/commands/DeleteResourceCommand.js +29 -22
- package/dist-es/commands/DeleteRestApiCommand.js +29 -22
- package/dist-es/commands/DeleteStageCommand.js +29 -22
- package/dist-es/commands/DeleteUsagePlanCommand.js +29 -22
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +29 -22
- package/dist-es/commands/DeleteVpcLinkCommand.js +29 -22
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +29 -22
- package/dist-es/commands/FlushStageCacheCommand.js +29 -22
- package/dist-es/commands/GenerateClientCertificateCommand.js +28 -21
- package/dist-es/commands/GetAccountCommand.js +28 -21
- package/dist-es/commands/GetApiKeyCommand.js +28 -21
- package/dist-es/commands/GetApiKeysCommand.js +28 -21
- package/dist-es/commands/GetAuthorizerCommand.js +28 -21
- package/dist-es/commands/GetAuthorizersCommand.js +28 -21
- package/dist-es/commands/GetBasePathMappingCommand.js +28 -21
- package/dist-es/commands/GetBasePathMappingsCommand.js +28 -21
- package/dist-es/commands/GetClientCertificateCommand.js +28 -21
- package/dist-es/commands/GetClientCertificatesCommand.js +28 -21
- package/dist-es/commands/GetDeploymentCommand.js +28 -21
- package/dist-es/commands/GetDeploymentsCommand.js +28 -21
- package/dist-es/commands/GetDocumentationPartCommand.js +28 -21
- package/dist-es/commands/GetDocumentationPartsCommand.js +28 -21
- package/dist-es/commands/GetDocumentationVersionCommand.js +28 -21
- package/dist-es/commands/GetDocumentationVersionsCommand.js +28 -21
- package/dist-es/commands/GetDomainNameCommand.js +28 -21
- package/dist-es/commands/GetDomainNamesCommand.js +28 -21
- package/dist-es/commands/GetExportCommand.js +28 -21
- package/dist-es/commands/GetGatewayResponseCommand.js +28 -21
- package/dist-es/commands/GetGatewayResponsesCommand.js +28 -21
- package/dist-es/commands/GetIntegrationCommand.js +28 -21
- package/dist-es/commands/GetIntegrationResponseCommand.js +28 -21
- package/dist-es/commands/GetMethodCommand.js +28 -21
- package/dist-es/commands/GetMethodResponseCommand.js +28 -21
- package/dist-es/commands/GetModelCommand.js +28 -21
- package/dist-es/commands/GetModelTemplateCommand.js +28 -21
- package/dist-es/commands/GetModelsCommand.js +28 -21
- package/dist-es/commands/GetRequestValidatorCommand.js +28 -21
- package/dist-es/commands/GetRequestValidatorsCommand.js +28 -21
- package/dist-es/commands/GetResourceCommand.js +28 -21
- package/dist-es/commands/GetResourcesCommand.js +28 -21
- package/dist-es/commands/GetRestApiCommand.js +28 -21
- package/dist-es/commands/GetRestApisCommand.js +28 -21
- package/dist-es/commands/GetSdkCommand.js +28 -21
- package/dist-es/commands/GetSdkTypeCommand.js +28 -21
- package/dist-es/commands/GetSdkTypesCommand.js +28 -21
- package/dist-es/commands/GetStageCommand.js +28 -21
- package/dist-es/commands/GetStagesCommand.js +28 -21
- package/dist-es/commands/GetTagsCommand.js +28 -21
- package/dist-es/commands/GetUsageCommand.js +28 -21
- package/dist-es/commands/GetUsagePlanCommand.js +28 -21
- package/dist-es/commands/GetUsagePlanKeyCommand.js +28 -21
- package/dist-es/commands/GetUsagePlanKeysCommand.js +28 -21
- package/dist-es/commands/GetUsagePlansCommand.js +28 -21
- package/dist-es/commands/GetVpcLinkCommand.js +28 -21
- package/dist-es/commands/GetVpcLinksCommand.js +28 -21
- package/dist-es/commands/ImportApiKeysCommand.js +28 -21
- package/dist-es/commands/ImportDocumentationPartsCommand.js +28 -21
- package/dist-es/commands/ImportRestApiCommand.js +28 -21
- package/dist-es/commands/PutGatewayResponseCommand.js +28 -21
- package/dist-es/commands/PutIntegrationCommand.js +28 -21
- package/dist-es/commands/PutIntegrationResponseCommand.js +28 -21
- package/dist-es/commands/PutMethodCommand.js +28 -21
- package/dist-es/commands/PutMethodResponseCommand.js +28 -21
- package/dist-es/commands/PutRestApiCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +28 -21
- package/dist-es/commands/TestInvokeMethodCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateAccountCommand.js +28 -21
- package/dist-es/commands/UpdateApiKeyCommand.js +28 -21
- package/dist-es/commands/UpdateAuthorizerCommand.js +28 -21
- package/dist-es/commands/UpdateBasePathMappingCommand.js +28 -21
- package/dist-es/commands/UpdateClientCertificateCommand.js +28 -21
- package/dist-es/commands/UpdateDeploymentCommand.js +28 -21
- package/dist-es/commands/UpdateDocumentationPartCommand.js +28 -21
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +28 -21
- package/dist-es/commands/UpdateDomainNameCommand.js +28 -21
- package/dist-es/commands/UpdateGatewayResponseCommand.js +28 -21
- package/dist-es/commands/UpdateIntegrationCommand.js +28 -21
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +28 -21
- package/dist-es/commands/UpdateMethodCommand.js +28 -21
- package/dist-es/commands/UpdateMethodResponseCommand.js +28 -21
- package/dist-es/commands/UpdateModelCommand.js +28 -21
- package/dist-es/commands/UpdateRequestValidatorCommand.js +28 -21
- package/dist-es/commands/UpdateResourceCommand.js +28 -21
- package/dist-es/commands/UpdateRestApiCommand.js +28 -21
- package/dist-es/commands/UpdateStageCommand.js +28 -21
- package/dist-es/commands/UpdateUsageCommand.js +28 -21
- package/dist-es/commands/UpdateUsagePlanCommand.js +28 -21
- package/dist-es/commands/UpdateVpcLinkCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/APIGatewayServiceException.js +10 -5
- package/dist-es/models/models_0.js +267 -638
- package/dist-es/pagination/GetApiKeysPaginator.js +68 -25
- package/dist-es/pagination/GetBasePathMappingsPaginator.js +68 -25
- package/dist-es/pagination/GetClientCertificatesPaginator.js +68 -25
- package/dist-es/pagination/GetDeploymentsPaginator.js +68 -25
- package/dist-es/pagination/GetDomainNamesPaginator.js +68 -25
- package/dist-es/pagination/GetModelsPaginator.js +68 -25
- package/dist-es/pagination/GetResourcesPaginator.js +68 -25
- package/dist-es/pagination/GetRestApisPaginator.js +68 -25
- package/dist-es/pagination/GetUsagePaginator.js +68 -25
- package/dist-es/pagination/GetUsagePlanKeysPaginator.js +68 -25
- package/dist-es/pagination/GetUsagePlansPaginator.js +68 -25
- package/dist-es/pagination/GetVpcLinksPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +13298 -9637
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetUsagePlanRequestFilterSensitiveLog, UsagePlanFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetUsagePlanCommand, serializeAws_restJson1GetUsagePlanCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetUsagePlanCommand = (function (_super) {
|
|
7
|
+
__extends(GetUsagePlanCommand, _super);
|
|
8
|
+
function GetUsagePlanCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetUsagePlanCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "GetUsagePlanCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetUsagePlanRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UsagePlanFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetUsagePlanCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetUsagePlanCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetUsagePlanCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetUsagePlanCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetUsagePlanCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetUsagePlanCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetUsagePlanKeyRequestFilterSensitiveLog, UsagePlanKeyFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetUsagePlanKeyCommand, serializeAws_restJson1GetUsagePlanKeyCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetUsagePlanKeyCommand = (function (_super) {
|
|
7
|
+
__extends(GetUsagePlanKeyCommand, _super);
|
|
8
|
+
function GetUsagePlanKeyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetUsagePlanKeyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "GetUsagePlanKeyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetUsagePlanKeyRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UsagePlanKeyFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetUsagePlanKeyCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetUsagePlanKeyCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetUsagePlanKeyCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetUsagePlanKeyCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetUsagePlanKeyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetUsagePlanKeyCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetUsagePlanKeysRequestFilterSensitiveLog, UsagePlanKeysFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetUsagePlanKeysCommand, serializeAws_restJson1GetUsagePlanKeysCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetUsagePlanKeysCommand = (function (_super) {
|
|
7
|
+
__extends(GetUsagePlanKeysCommand, _super);
|
|
8
|
+
function GetUsagePlanKeysCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetUsagePlanKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "GetUsagePlanKeysCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetUsagePlanKeysRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UsagePlanKeysFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetUsagePlanKeysCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetUsagePlanKeysCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetUsagePlanKeysCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetUsagePlanKeysCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetUsagePlanKeysCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetUsagePlanKeysCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetUsagePlansRequestFilterSensitiveLog, UsagePlansFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetUsagePlansCommand, serializeAws_restJson1GetUsagePlansCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetUsagePlansCommand = (function (_super) {
|
|
7
|
+
__extends(GetUsagePlansCommand, _super);
|
|
8
|
+
function GetUsagePlansCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetUsagePlansCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "GetUsagePlansCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetUsagePlansRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UsagePlansFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetUsagePlansCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetUsagePlansCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetUsagePlansCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetUsagePlansCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetUsagePlansCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetUsagePlansCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetVpcLinkRequestFilterSensitiveLog, VpcLinkFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetVpcLinkCommand, serializeAws_restJson1GetVpcLinkCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetVpcLinkCommand = (function (_super) {
|
|
7
|
+
__extends(GetVpcLinkCommand, _super);
|
|
8
|
+
function GetVpcLinkCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetVpcLinkCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "GetVpcLinkCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetVpcLinkRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: VpcLinkFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetVpcLinkCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetVpcLinkCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetVpcLinkCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetVpcLinkCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetVpcLinkCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetVpcLinkCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetVpcLinksRequestFilterSensitiveLog, VpcLinksFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetVpcLinksCommand, serializeAws_restJson1GetVpcLinksCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetVpcLinksCommand = (function (_super) {
|
|
7
|
+
__extends(GetVpcLinksCommand, _super);
|
|
8
|
+
function GetVpcLinksCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetVpcLinksCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "GetVpcLinksCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetVpcLinksRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: VpcLinksFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetVpcLinksCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetVpcLinksCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetVpcLinksCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetVpcLinksCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetVpcLinksCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetVpcLinksCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ApiKeyIdsFilterSensitiveLog, ImportApiKeysRequestFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ImportApiKeysCommand, serializeAws_restJson1ImportApiKeysCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ImportApiKeysCommand = (function (_super) {
|
|
7
|
+
__extends(ImportApiKeysCommand, _super);
|
|
8
|
+
function ImportApiKeysCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ImportApiKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "ImportApiKeysCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ImportApiKeysRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ApiKeyIdsFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ImportApiKeysCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ImportApiKeysCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ImportApiKeysCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ImportApiKeysCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ImportApiKeysCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ImportApiKeysCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DocumentationPartIdsFilterSensitiveLog, ImportDocumentationPartsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ImportDocumentationPartsCommand, serializeAws_restJson1ImportDocumentationPartsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ImportDocumentationPartsCommand = (function (_super) {
|
|
7
|
+
__extends(ImportDocumentationPartsCommand, _super);
|
|
8
|
+
function ImportDocumentationPartsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ImportDocumentationPartsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "ImportDocumentationPartsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ImportDocumentationPartsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DocumentationPartIdsFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ImportDocumentationPartsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ImportDocumentationPartsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ImportDocumentationPartsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ImportDocumentationPartsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ImportDocumentationPartsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ImportDocumentationPartsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ImportRestApiRequestFilterSensitiveLog, RestApiFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ImportRestApiCommand, serializeAws_restJson1ImportRestApiCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ImportRestApiCommand = (function (_super) {
|
|
7
|
+
__extends(ImportRestApiCommand, _super);
|
|
8
|
+
function ImportRestApiCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ImportRestApiCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "ImportRestApiCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ImportRestApiRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: RestApiFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ImportRestApiCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ImportRestApiCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ImportRestApiCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ImportRestApiCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ImportRestApiCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ImportRestApiCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GatewayResponseFilterSensitiveLog, PutGatewayResponseRequestFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutGatewayResponseCommand, serializeAws_restJson1PutGatewayResponseCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutGatewayResponseCommand = (function (_super) {
|
|
7
|
+
__extends(PutGatewayResponseCommand, _super);
|
|
8
|
+
function PutGatewayResponseCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutGatewayResponseCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "APIGatewayClient";
|
|
18
|
+
var commandName = "PutGatewayResponseCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutGatewayResponseRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GatewayResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutGatewayResponseCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutGatewayResponseCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutGatewayResponseCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutGatewayResponseCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutGatewayResponseCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutGatewayResponseCommand };
|