@aws-sdk/client-api-gateway 3.927.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 { PutMethod } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutMethodCommand 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", "PutMethod", {})
|
|
17
13
|
.n("APIGatewayClient", "PutMethodCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutMethodCommand)
|
|
20
|
-
.de(de_PutMethodCommand)
|
|
14
|
+
.sc(PutMethod)
|
|
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 { PutMethodResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutMethodResponseCommand 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", "PutMethodResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "PutMethodResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutMethodResponseCommand)
|
|
20
|
-
.de(de_PutMethodResponseCommand)
|
|
14
|
+
.sc(PutMethodResponse)
|
|
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 { PutRestApi } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutRestApiCommand 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", "PutRestApi", {})
|
|
17
13
|
.n("APIGatewayClient", "PutRestApiCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutRestApiCommand)
|
|
20
|
-
.de(de_PutRestApiCommand)
|
|
14
|
+
.sc(PutRestApi)
|
|
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 { RejectDomainNameAccessAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RejectDomainNameAccessAssociationCommand 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", "RejectDomainNameAccessAssociation", {})
|
|
17
13
|
.n("APIGatewayClient", "RejectDomainNameAccessAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RejectDomainNameAccessAssociationCommand)
|
|
20
|
-
.de(de_RejectDomainNameAccessAssociationCommand)
|
|
14
|
+
.sc(RejectDomainNameAccessAssociation)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand 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", "TagResource", {})
|
|
17
13
|
.n("APIGatewayClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
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 { TestInvokeAuthorizer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TestInvokeAuthorizerCommand 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", "TestInvokeAuthorizer", {})
|
|
17
13
|
.n("APIGatewayClient", "TestInvokeAuthorizerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TestInvokeAuthorizerCommand)
|
|
20
|
-
.de(de_TestInvokeAuthorizerCommand)
|
|
14
|
+
.sc(TestInvokeAuthorizer)
|
|
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 { TestInvokeMethod } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TestInvokeMethodCommand 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", "TestInvokeMethod", {})
|
|
17
13
|
.n("APIGatewayClient", "TestInvokeMethodCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TestInvokeMethodCommand)
|
|
20
|
-
.de(de_TestInvokeMethodCommand)
|
|
14
|
+
.sc(TestInvokeMethod)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand 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", "UntagResource", {})
|
|
17
13
|
.n("APIGatewayClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
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 { UpdateAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateAccountCommand 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", "UpdateAccount", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateAccountCommand)
|
|
20
|
-
.de(de_UpdateAccountCommand)
|
|
14
|
+
.sc(UpdateAccount)
|
|
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 { UpdateApiKey } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateApiKeyCommand 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", "UpdateApiKey", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateApiKeyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateApiKeyCommand)
|
|
20
|
-
.de(de_UpdateApiKeyCommand)
|
|
14
|
+
.sc(UpdateApiKey)
|
|
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 { UpdateAuthorizer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateAuthorizerCommand 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", "UpdateAuthorizer", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateAuthorizerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateAuthorizerCommand)
|
|
20
|
-
.de(de_UpdateAuthorizerCommand)
|
|
14
|
+
.sc(UpdateAuthorizer)
|
|
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 { UpdateBasePathMapping } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateBasePathMappingCommand 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", "UpdateBasePathMapping", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateBasePathMappingCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateBasePathMappingCommand)
|
|
20
|
-
.de(de_UpdateBasePathMappingCommand)
|
|
14
|
+
.sc(UpdateBasePathMapping)
|
|
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 { UpdateClientCertificate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateClientCertificateCommand 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", "UpdateClientCertificate", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateClientCertificateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateClientCertificateCommand)
|
|
20
|
-
.de(de_UpdateClientCertificateCommand)
|
|
14
|
+
.sc(UpdateClientCertificate)
|
|
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 { UpdateDeployment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateDeploymentCommand 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", "UpdateDeployment", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateDeploymentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateDeploymentCommand)
|
|
20
|
-
.de(de_UpdateDeploymentCommand)
|
|
14
|
+
.sc(UpdateDeployment)
|
|
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 { UpdateDocumentationPart } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateDocumentationPartCommand 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", "UpdateDocumentationPart", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateDocumentationPartCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateDocumentationPartCommand)
|
|
20
|
-
.de(de_UpdateDocumentationPartCommand)
|
|
14
|
+
.sc(UpdateDocumentationPart)
|
|
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 { UpdateDocumentationVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateDocumentationVersionCommand 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", "UpdateDocumentationVersion", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateDocumentationVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateDocumentationVersionCommand)
|
|
20
|
-
.de(de_UpdateDocumentationVersionCommand)
|
|
14
|
+
.sc(UpdateDocumentationVersion)
|
|
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 { UpdateDomainName } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateDomainNameCommand 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", "UpdateDomainName", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateDomainNameCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateDomainNameCommand)
|
|
20
|
-
.de(de_UpdateDomainNameCommand)
|
|
14
|
+
.sc(UpdateDomainName)
|
|
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 { UpdateGatewayResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateGatewayResponseCommand 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", "UpdateGatewayResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateGatewayResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateGatewayResponseCommand)
|
|
20
|
-
.de(de_UpdateGatewayResponseCommand)
|
|
14
|
+
.sc(UpdateGatewayResponse)
|
|
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 { UpdateIntegration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateIntegrationCommand 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", "UpdateIntegration", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateIntegrationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateIntegrationCommand)
|
|
20
|
-
.de(de_UpdateIntegrationCommand)
|
|
14
|
+
.sc(UpdateIntegration)
|
|
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 { UpdateIntegrationResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateIntegrationResponseCommand 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", "UpdateIntegrationResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateIntegrationResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateIntegrationResponseCommand)
|
|
20
|
-
.de(de_UpdateIntegrationResponseCommand)
|
|
14
|
+
.sc(UpdateIntegrationResponse)
|
|
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 { UpdateMethod } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateMethodCommand 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", "UpdateMethod", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateMethodCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateMethodCommand)
|
|
20
|
-
.de(de_UpdateMethodCommand)
|
|
14
|
+
.sc(UpdateMethod)
|
|
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 { UpdateMethodResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateMethodResponseCommand 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", "UpdateMethodResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateMethodResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateMethodResponseCommand)
|
|
20
|
-
.de(de_UpdateMethodResponseCommand)
|
|
14
|
+
.sc(UpdateMethodResponse)
|
|
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 { UpdateModel } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateModelCommand 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", "UpdateModel", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateModelCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateModelCommand)
|
|
20
|
-
.de(de_UpdateModelCommand)
|
|
14
|
+
.sc(UpdateModel)
|
|
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 { UpdateRequestValidator } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateRequestValidatorCommand 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", "UpdateRequestValidator", {})
|
|
17
13
|
.n("APIGatewayClient", "UpdateRequestValidatorCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateRequestValidatorCommand)
|
|
20
|
-
.de(de_UpdateRequestValidatorCommand)
|
|
14
|
+
.sc(UpdateRequestValidator)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|