@aws-sdk/client-api-gateway 3.926.0 → 3.928.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 +4494 -5179
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/APIGatewayClient.js +2 -0
- package/dist-es/commands/CreateApiKeyCommand.js +3 -9
- package/dist-es/commands/CreateAuthorizerCommand.js +3 -9
- package/dist-es/commands/CreateBasePathMappingCommand.js +3 -9
- package/dist-es/commands/CreateDeploymentCommand.js +3 -9
- package/dist-es/commands/CreateDocumentationPartCommand.js +3 -9
- package/dist-es/commands/CreateDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/CreateDomainNameAccessAssociationCommand.js +3 -9
- package/dist-es/commands/CreateDomainNameCommand.js +3 -9
- package/dist-es/commands/CreateModelCommand.js +3 -9
- package/dist-es/commands/CreateRequestValidatorCommand.js +3 -9
- package/dist-es/commands/CreateResourceCommand.js +3 -9
- package/dist-es/commands/CreateRestApiCommand.js +3 -9
- package/dist-es/commands/CreateStageCommand.js +3 -9
- package/dist-es/commands/CreateUsagePlanCommand.js +3 -9
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +3 -9
- package/dist-es/commands/CreateVpcLinkCommand.js +3 -9
- package/dist-es/commands/DeleteApiKeyCommand.js +3 -9
- package/dist-es/commands/DeleteAuthorizerCommand.js +3 -9
- package/dist-es/commands/DeleteBasePathMappingCommand.js +3 -9
- package/dist-es/commands/DeleteClientCertificateCommand.js +3 -9
- package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
- package/dist-es/commands/DeleteDocumentationPartCommand.js +3 -9
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/DeleteDomainNameAccessAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayResponseCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/DeleteMethodCommand.js +3 -9
- package/dist-es/commands/DeleteMethodResponseCommand.js +3 -9
- package/dist-es/commands/DeleteModelCommand.js +3 -9
- package/dist-es/commands/DeleteRequestValidatorCommand.js +3 -9
- package/dist-es/commands/DeleteResourceCommand.js +3 -9
- package/dist-es/commands/DeleteRestApiCommand.js +3 -9
- package/dist-es/commands/DeleteStageCommand.js +3 -9
- package/dist-es/commands/DeleteUsagePlanCommand.js +3 -9
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +3 -9
- package/dist-es/commands/DeleteVpcLinkCommand.js +3 -9
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +3 -9
- package/dist-es/commands/FlushStageCacheCommand.js +3 -9
- package/dist-es/commands/GenerateClientCertificateCommand.js +3 -9
- package/dist-es/commands/GetAccountCommand.js +3 -9
- package/dist-es/commands/GetApiKeyCommand.js +3 -9
- package/dist-es/commands/GetApiKeysCommand.js +3 -9
- package/dist-es/commands/GetAuthorizerCommand.js +3 -9
- package/dist-es/commands/GetAuthorizersCommand.js +3 -9
- package/dist-es/commands/GetBasePathMappingCommand.js +3 -9
- package/dist-es/commands/GetBasePathMappingsCommand.js +3 -9
- package/dist-es/commands/GetClientCertificateCommand.js +3 -9
- package/dist-es/commands/GetClientCertificatesCommand.js +3 -9
- package/dist-es/commands/GetDeploymentCommand.js +3 -9
- package/dist-es/commands/GetDeploymentsCommand.js +3 -9
- package/dist-es/commands/GetDocumentationPartCommand.js +3 -9
- package/dist-es/commands/GetDocumentationPartsCommand.js +3 -9
- package/dist-es/commands/GetDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/GetDocumentationVersionsCommand.js +3 -9
- package/dist-es/commands/GetDomainNameAccessAssociationsCommand.js +3 -9
- package/dist-es/commands/GetDomainNameCommand.js +3 -9
- package/dist-es/commands/GetDomainNamesCommand.js +3 -9
- package/dist-es/commands/GetExportCommand.js +3 -9
- package/dist-es/commands/GetGatewayResponseCommand.js +3 -9
- package/dist-es/commands/GetGatewayResponsesCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/GetMethodCommand.js +3 -9
- package/dist-es/commands/GetMethodResponseCommand.js +3 -9
- package/dist-es/commands/GetModelCommand.js +3 -9
- package/dist-es/commands/GetModelTemplateCommand.js +3 -9
- package/dist-es/commands/GetModelsCommand.js +3 -9
- package/dist-es/commands/GetRequestValidatorCommand.js +3 -9
- package/dist-es/commands/GetRequestValidatorsCommand.js +3 -9
- package/dist-es/commands/GetResourceCommand.js +3 -9
- package/dist-es/commands/GetResourcesCommand.js +3 -9
- package/dist-es/commands/GetRestApiCommand.js +3 -9
- package/dist-es/commands/GetRestApisCommand.js +3 -9
- package/dist-es/commands/GetSdkCommand.js +3 -9
- package/dist-es/commands/GetSdkTypeCommand.js +3 -9
- package/dist-es/commands/GetSdkTypesCommand.js +3 -9
- package/dist-es/commands/GetStageCommand.js +3 -9
- package/dist-es/commands/GetStagesCommand.js +3 -9
- package/dist-es/commands/GetTagsCommand.js +3 -9
- package/dist-es/commands/GetUsageCommand.js +3 -9
- package/dist-es/commands/GetUsagePlanCommand.js +3 -9
- package/dist-es/commands/GetUsagePlanKeyCommand.js +3 -9
- package/dist-es/commands/GetUsagePlanKeysCommand.js +3 -9
- package/dist-es/commands/GetUsagePlansCommand.js +3 -9
- package/dist-es/commands/GetVpcLinkCommand.js +3 -9
- package/dist-es/commands/GetVpcLinksCommand.js +3 -9
- package/dist-es/commands/ImportApiKeysCommand.js +3 -9
- package/dist-es/commands/ImportDocumentationPartsCommand.js +3 -9
- package/dist-es/commands/ImportRestApiCommand.js +3 -9
- package/dist-es/commands/PutGatewayResponseCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -9
- package/dist-es/commands/PutIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/PutMethodCommand.js +3 -9
- package/dist-es/commands/PutMethodResponseCommand.js +3 -9
- package/dist-es/commands/PutRestApiCommand.js +3 -9
- package/dist-es/commands/RejectDomainNameAccessAssociationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +3 -9
- package/dist-es/commands/TestInvokeMethodCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountCommand.js +3 -9
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -9
- package/dist-es/commands/UpdateAuthorizerCommand.js +3 -9
- package/dist-es/commands/UpdateBasePathMappingCommand.js +3 -9
- package/dist-es/commands/UpdateClientCertificateCommand.js +3 -9
- package/dist-es/commands/UpdateDeploymentCommand.js +3 -9
- package/dist-es/commands/UpdateDocumentationPartCommand.js +3 -9
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +3 -9
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
- package/dist-es/commands/UpdateGatewayResponseCommand.js +3 -9
- package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -9
- package/dist-es/commands/UpdateMethodCommand.js +3 -9
- package/dist-es/commands/UpdateMethodResponseCommand.js +3 -9
- package/dist-es/commands/UpdateModelCommand.js +3 -9
- package/dist-es/commands/UpdateRequestValidatorCommand.js +3 -9
- package/dist-es/commands/UpdateResourceCommand.js +3 -9
- package/dist-es/commands/UpdateRestApiCommand.js +3 -9
- package/dist-es/commands/UpdateStageCommand.js +3 -9
- package/dist-es/commands/UpdateUsageCommand.js +3 -9
- package/dist-es/commands/UpdateUsagePlanCommand.js +3 -9
- package/dist-es/commands/UpdateVpcLinkCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +4252 -0
- package/dist-types/APIGatewayClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +365 -0
- package/dist-types/ts3.4/APIGatewayClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +371 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -4311
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -1118
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1493
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetRequestValidators } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRequestValidatorsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetRequestValidators", {})
|
|
17
13
|
.n("APIGatewayClient", "GetRequestValidatorsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRequestValidatorsCommand)
|
|
20
|
-
.de(de_GetRequestValidatorsCommand)
|
|
14
|
+
.sc(GetRequestValidators)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetResource", {})
|
|
17
13
|
.n("APIGatewayClient", "GetResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResourceCommand)
|
|
20
|
-
.de(de_GetResourceCommand)
|
|
14
|
+
.sc(GetResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResourcesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetResources", {})
|
|
17
13
|
.n("APIGatewayClient", "GetResourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResourcesCommand)
|
|
20
|
-
.de(de_GetResourcesCommand)
|
|
14
|
+
.sc(GetResources)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetRestApi } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRestApiCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetRestApi", {})
|
|
17
13
|
.n("APIGatewayClient", "GetRestApiCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRestApiCommand)
|
|
20
|
-
.de(de_GetRestApiCommand)
|
|
14
|
+
.sc(GetRestApi)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetRestApis } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRestApisCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetRestApis", {})
|
|
17
13
|
.n("APIGatewayClient", "GetRestApisCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRestApisCommand)
|
|
20
|
-
.de(de_GetRestApisCommand)
|
|
14
|
+
.sc(GetRestApis)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSdk } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSdkCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetSdk", {})
|
|
17
13
|
.n("APIGatewayClient", "GetSdkCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSdkCommand)
|
|
20
|
-
.de(de_GetSdkCommand)
|
|
14
|
+
.sc(GetSdk)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSdkType } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSdkTypeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetSdkType", {})
|
|
17
13
|
.n("APIGatewayClient", "GetSdkTypeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSdkTypeCommand)
|
|
20
|
-
.de(de_GetSdkTypeCommand)
|
|
14
|
+
.sc(GetSdkType)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSdkTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSdkTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetSdkTypes", {})
|
|
17
13
|
.n("APIGatewayClient", "GetSdkTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSdkTypesCommand)
|
|
20
|
-
.de(de_GetSdkTypesCommand)
|
|
14
|
+
.sc(GetSdkTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetStage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetStageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetStage", {})
|
|
17
13
|
.n("APIGatewayClient", "GetStageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetStageCommand)
|
|
20
|
-
.de(de_GetStageCommand)
|
|
14
|
+
.sc(GetStage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetStages } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetStagesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetStages", {})
|
|
17
13
|
.n("APIGatewayClient", "GetStagesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetStagesCommand)
|
|
20
|
-
.de(de_GetStagesCommand)
|
|
14
|
+
.sc(GetStages)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetTags", {})
|
|
17
13
|
.n("APIGatewayClient", "GetTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetTagsCommand)
|
|
20
|
-
.de(de_GetTagsCommand)
|
|
14
|
+
.sc(GetTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUsage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUsageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetUsage", {})
|
|
17
13
|
.n("APIGatewayClient", "GetUsageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUsageCommand)
|
|
20
|
-
.de(de_GetUsageCommand)
|
|
14
|
+
.sc(GetUsage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUsagePlan } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUsagePlanCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetUsagePlan", {})
|
|
17
13
|
.n("APIGatewayClient", "GetUsagePlanCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUsagePlanCommand)
|
|
20
|
-
.de(de_GetUsagePlanCommand)
|
|
14
|
+
.sc(GetUsagePlan)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUsagePlanKey } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUsagePlanKeyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetUsagePlanKey", {})
|
|
17
13
|
.n("APIGatewayClient", "GetUsagePlanKeyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUsagePlanKeyCommand)
|
|
20
|
-
.de(de_GetUsagePlanKeyCommand)
|
|
14
|
+
.sc(GetUsagePlanKey)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUsagePlanKeys } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUsagePlanKeysCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetUsagePlanKeys", {})
|
|
17
13
|
.n("APIGatewayClient", "GetUsagePlanKeysCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUsagePlanKeysCommand)
|
|
20
|
-
.de(de_GetUsagePlanKeysCommand)
|
|
14
|
+
.sc(GetUsagePlanKeys)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUsagePlans } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUsagePlansCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetUsagePlans", {})
|
|
17
13
|
.n("APIGatewayClient", "GetUsagePlansCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUsagePlansCommand)
|
|
20
|
-
.de(de_GetUsagePlansCommand)
|
|
14
|
+
.sc(GetUsagePlans)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetVpcLink } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetVpcLinkCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetVpcLink", {})
|
|
17
13
|
.n("APIGatewayClient", "GetVpcLinkCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetVpcLinkCommand)
|
|
20
|
-
.de(de_GetVpcLinkCommand)
|
|
14
|
+
.sc(GetVpcLink)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetVpcLinks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetVpcLinksCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "GetVpcLinks", {})
|
|
17
13
|
.n("APIGatewayClient", "GetVpcLinksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetVpcLinksCommand)
|
|
20
|
-
.de(de_GetVpcLinksCommand)
|
|
14
|
+
.sc(GetVpcLinks)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportApiKeys } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportApiKeysCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "ImportApiKeys", {})
|
|
17
13
|
.n("APIGatewayClient", "ImportApiKeysCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportApiKeysCommand)
|
|
20
|
-
.de(de_ImportApiKeysCommand)
|
|
14
|
+
.sc(ImportApiKeys)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportDocumentationParts } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportDocumentationPartsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "ImportDocumentationParts", {})
|
|
17
13
|
.n("APIGatewayClient", "ImportDocumentationPartsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportDocumentationPartsCommand)
|
|
20
|
-
.de(de_ImportDocumentationPartsCommand)
|
|
14
|
+
.sc(ImportDocumentationParts)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportRestApi } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportRestApiCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "ImportRestApi", {})
|
|
17
13
|
.n("APIGatewayClient", "ImportRestApiCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportRestApiCommand)
|
|
20
|
-
.de(de_ImportRestApiCommand)
|
|
14
|
+
.sc(ImportRestApi)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutGatewayResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutGatewayResponseCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "PutGatewayResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "PutGatewayResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutGatewayResponseCommand)
|
|
20
|
-
.de(de_PutGatewayResponseCommand)
|
|
14
|
+
.sc(PutGatewayResponse)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutIntegration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutIntegrationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "PutIntegration", {})
|
|
17
13
|
.n("APIGatewayClient", "PutIntegrationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutIntegrationCommand)
|
|
20
|
-
.de(de_PutIntegrationCommand)
|
|
14
|
+
.sc(PutIntegration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutIntegrationResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutIntegrationResponseCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BackplaneControlService", "PutIntegrationResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "PutIntegrationResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutIntegrationResponseCommand)
|
|
20
|
-
.de(de_PutIntegrationResponseCommand)
|
|
14
|
+
.sc(PutIntegrationResponse)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|