@aws-sdk/client-api-gateway 3.927.0 → 3.929.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 { GetBasePathMapping } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetBasePathMappingCommand 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", "GetBasePathMapping", {})
|
|
17
13
|
.n("APIGatewayClient", "GetBasePathMappingCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetBasePathMappingCommand)
|
|
20
|
-
.de(de_GetBasePathMappingCommand)
|
|
14
|
+
.sc(GetBasePathMapping)
|
|
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 { GetBasePathMappings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetBasePathMappingsCommand 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", "GetBasePathMappings", {})
|
|
17
13
|
.n("APIGatewayClient", "GetBasePathMappingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetBasePathMappingsCommand)
|
|
20
|
-
.de(de_GetBasePathMappingsCommand)
|
|
14
|
+
.sc(GetBasePathMappings)
|
|
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 { GetClientCertificate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetClientCertificateCommand 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", "GetClientCertificate", {})
|
|
17
13
|
.n("APIGatewayClient", "GetClientCertificateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetClientCertificateCommand)
|
|
20
|
-
.de(de_GetClientCertificateCommand)
|
|
14
|
+
.sc(GetClientCertificate)
|
|
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 { GetClientCertificates } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetClientCertificatesCommand 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", "GetClientCertificates", {})
|
|
17
13
|
.n("APIGatewayClient", "GetClientCertificatesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetClientCertificatesCommand)
|
|
20
|
-
.de(de_GetClientCertificatesCommand)
|
|
14
|
+
.sc(GetClientCertificates)
|
|
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 { GetDeployment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDeploymentCommand 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", "GetDeployment", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDeploymentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDeploymentCommand)
|
|
20
|
-
.de(de_GetDeploymentCommand)
|
|
14
|
+
.sc(GetDeployment)
|
|
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 { GetDeployments } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDeploymentsCommand 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", "GetDeployments", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDeploymentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDeploymentsCommand)
|
|
20
|
-
.de(de_GetDeploymentsCommand)
|
|
14
|
+
.sc(GetDeployments)
|
|
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 { GetDocumentationPart } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDocumentationPartCommand 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", "GetDocumentationPart", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDocumentationPartCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDocumentationPartCommand)
|
|
20
|
-
.de(de_GetDocumentationPartCommand)
|
|
14
|
+
.sc(GetDocumentationPart)
|
|
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 { GetDocumentationParts } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDocumentationPartsCommand 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", "GetDocumentationParts", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDocumentationPartsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDocumentationPartsCommand)
|
|
20
|
-
.de(de_GetDocumentationPartsCommand)
|
|
14
|
+
.sc(GetDocumentationParts)
|
|
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 { GetDocumentationVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDocumentationVersionCommand 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", "GetDocumentationVersion", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDocumentationVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDocumentationVersionCommand)
|
|
20
|
-
.de(de_GetDocumentationVersionCommand)
|
|
14
|
+
.sc(GetDocumentationVersion)
|
|
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 { GetDocumentationVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDocumentationVersionsCommand 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", "GetDocumentationVersions", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDocumentationVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDocumentationVersionsCommand)
|
|
20
|
-
.de(de_GetDocumentationVersionsCommand)
|
|
14
|
+
.sc(GetDocumentationVersions)
|
|
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 { GetDomainNameAccessAssociations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDomainNameAccessAssociationsCommand 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", "GetDomainNameAccessAssociations", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDomainNameAccessAssociationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDomainNameAccessAssociationsCommand)
|
|
20
|
-
.de(de_GetDomainNameAccessAssociationsCommand)
|
|
14
|
+
.sc(GetDomainNameAccessAssociations)
|
|
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 { GetDomainName } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDomainNameCommand 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", "GetDomainName", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDomainNameCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDomainNameCommand)
|
|
20
|
-
.de(de_GetDomainNameCommand)
|
|
14
|
+
.sc(GetDomainName)
|
|
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 { GetDomainNames } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDomainNamesCommand 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", "GetDomainNames", {})
|
|
17
13
|
.n("APIGatewayClient", "GetDomainNamesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDomainNamesCommand)
|
|
20
|
-
.de(de_GetDomainNamesCommand)
|
|
14
|
+
.sc(GetDomainNames)
|
|
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 { GetExport } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetExportCommand 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", "GetExport", {})
|
|
17
13
|
.n("APIGatewayClient", "GetExportCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetExportCommand)
|
|
20
|
-
.de(de_GetExportCommand)
|
|
14
|
+
.sc(GetExport)
|
|
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 { GetGatewayResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGatewayResponseCommand 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", "GetGatewayResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "GetGatewayResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGatewayResponseCommand)
|
|
20
|
-
.de(de_GetGatewayResponseCommand)
|
|
14
|
+
.sc(GetGatewayResponse)
|
|
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 { GetGatewayResponses } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGatewayResponsesCommand 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", "GetGatewayResponses", {})
|
|
17
13
|
.n("APIGatewayClient", "GetGatewayResponsesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGatewayResponsesCommand)
|
|
20
|
-
.de(de_GetGatewayResponsesCommand)
|
|
14
|
+
.sc(GetGatewayResponses)
|
|
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 { GetIntegration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetIntegrationCommand 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", "GetIntegration", {})
|
|
17
13
|
.n("APIGatewayClient", "GetIntegrationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetIntegrationCommand)
|
|
20
|
-
.de(de_GetIntegrationCommand)
|
|
14
|
+
.sc(GetIntegration)
|
|
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 { GetIntegrationResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetIntegrationResponseCommand 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", "GetIntegrationResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "GetIntegrationResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetIntegrationResponseCommand)
|
|
20
|
-
.de(de_GetIntegrationResponseCommand)
|
|
14
|
+
.sc(GetIntegrationResponse)
|
|
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 { GetMethod } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetMethodCommand 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", "GetMethod", {})
|
|
17
13
|
.n("APIGatewayClient", "GetMethodCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetMethodCommand)
|
|
20
|
-
.de(de_GetMethodCommand)
|
|
14
|
+
.sc(GetMethod)
|
|
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 { GetMethodResponse } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetMethodResponseCommand 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", "GetMethodResponse", {})
|
|
17
13
|
.n("APIGatewayClient", "GetMethodResponseCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetMethodResponseCommand)
|
|
20
|
-
.de(de_GetMethodResponseCommand)
|
|
14
|
+
.sc(GetMethodResponse)
|
|
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 { GetModel } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetModelCommand 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", "GetModel", {})
|
|
17
13
|
.n("APIGatewayClient", "GetModelCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetModelCommand)
|
|
20
|
-
.de(de_GetModelCommand)
|
|
14
|
+
.sc(GetModel)
|
|
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 { GetModelTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetModelTemplateCommand 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", "GetModelTemplate", {})
|
|
17
13
|
.n("APIGatewayClient", "GetModelTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetModelTemplateCommand)
|
|
20
|
-
.de(de_GetModelTemplateCommand)
|
|
14
|
+
.sc(GetModelTemplate)
|
|
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 { GetModels } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetModelsCommand 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", "GetModels", {})
|
|
17
13
|
.n("APIGatewayClient", "GetModelsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetModelsCommand)
|
|
20
|
-
.de(de_GetModelsCommand)
|
|
14
|
+
.sc(GetModels)
|
|
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 { GetRequestValidator } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRequestValidatorCommand 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", "GetRequestValidator", {})
|
|
17
13
|
.n("APIGatewayClient", "GetRequestValidatorCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRequestValidatorCommand)
|
|
20
|
-
.de(de_GetRequestValidatorCommand)
|
|
14
|
+
.sc(GetRequestValidator)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|