@aws-sdk/client-api-gateway 3.952.0 → 3.953.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 +1085 -747
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateApiKeyCommand.js +2 -2
- package/dist-es/commands/CreateAuthorizerCommand.js +2 -2
- package/dist-es/commands/CreateBasePathMappingCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateDocumentationPartCommand.js +2 -2
- package/dist-es/commands/CreateDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/CreateDomainNameAccessAssociationCommand.js +2 -2
- package/dist-es/commands/CreateDomainNameCommand.js +2 -2
- package/dist-es/commands/CreateModelCommand.js +2 -2
- package/dist-es/commands/CreateRequestValidatorCommand.js +2 -2
- package/dist-es/commands/CreateResourceCommand.js +2 -2
- package/dist-es/commands/CreateRestApiCommand.js +2 -2
- package/dist-es/commands/CreateStageCommand.js +2 -2
- package/dist-es/commands/CreateUsagePlanCommand.js +2 -2
- package/dist-es/commands/CreateUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/CreateVpcLinkCommand.js +2 -2
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
- package/dist-es/commands/DeleteBasePathMappingCommand.js +2 -2
- package/dist-es/commands/DeleteClientCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationPartCommand.js +2 -2
- package/dist-es/commands/DeleteDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameAccessAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteGatewayResponseCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/DeleteMethodCommand.js +2 -2
- package/dist-es/commands/DeleteMethodResponseCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteRequestValidatorCommand.js +2 -2
- package/dist-es/commands/DeleteResourceCommand.js +2 -2
- package/dist-es/commands/DeleteRestApiCommand.js +2 -2
- package/dist-es/commands/DeleteStageCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanCommand.js +2 -2
- package/dist-es/commands/DeleteUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/DeleteVpcLinkCommand.js +2 -2
- package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +2 -2
- package/dist-es/commands/FlushStageCacheCommand.js +2 -2
- package/dist-es/commands/GenerateClientCertificateCommand.js +2 -2
- package/dist-es/commands/GetAccountCommand.js +2 -2
- package/dist-es/commands/GetApiKeyCommand.js +2 -2
- package/dist-es/commands/GetApiKeysCommand.js +2 -2
- package/dist-es/commands/GetAuthorizerCommand.js +2 -2
- package/dist-es/commands/GetAuthorizersCommand.js +2 -2
- package/dist-es/commands/GetBasePathMappingCommand.js +2 -2
- package/dist-es/commands/GetBasePathMappingsCommand.js +2 -2
- package/dist-es/commands/GetClientCertificateCommand.js +2 -2
- package/dist-es/commands/GetClientCertificatesCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js +2 -2
- package/dist-es/commands/GetDeploymentsCommand.js +2 -2
- package/dist-es/commands/GetDocumentationPartCommand.js +2 -2
- package/dist-es/commands/GetDocumentationPartsCommand.js +2 -2
- package/dist-es/commands/GetDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/GetDocumentationVersionsCommand.js +2 -2
- package/dist-es/commands/GetDomainNameAccessAssociationsCommand.js +2 -2
- package/dist-es/commands/GetDomainNameCommand.js +2 -2
- package/dist-es/commands/GetDomainNamesCommand.js +2 -2
- package/dist-es/commands/GetExportCommand.js +2 -2
- package/dist-es/commands/GetGatewayResponseCommand.js +2 -2
- package/dist-es/commands/GetGatewayResponsesCommand.js +2 -2
- package/dist-es/commands/GetIntegrationCommand.js +2 -2
- package/dist-es/commands/GetIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/GetMethodCommand.js +2 -2
- package/dist-es/commands/GetMethodResponseCommand.js +2 -2
- package/dist-es/commands/GetModelCommand.js +2 -2
- package/dist-es/commands/GetModelTemplateCommand.js +2 -2
- package/dist-es/commands/GetModelsCommand.js +2 -2
- package/dist-es/commands/GetRequestValidatorCommand.js +2 -2
- package/dist-es/commands/GetRequestValidatorsCommand.js +2 -2
- package/dist-es/commands/GetResourceCommand.js +2 -2
- package/dist-es/commands/GetResourcesCommand.js +2 -2
- package/dist-es/commands/GetRestApiCommand.js +2 -2
- package/dist-es/commands/GetRestApisCommand.js +2 -2
- package/dist-es/commands/GetSdkCommand.js +2 -2
- package/dist-es/commands/GetSdkTypeCommand.js +2 -2
- package/dist-es/commands/GetSdkTypesCommand.js +2 -2
- package/dist-es/commands/GetStageCommand.js +2 -2
- package/dist-es/commands/GetStagesCommand.js +2 -2
- package/dist-es/commands/GetTagsCommand.js +2 -2
- package/dist-es/commands/GetUsageCommand.js +2 -2
- package/dist-es/commands/GetUsagePlanCommand.js +2 -2
- package/dist-es/commands/GetUsagePlanKeyCommand.js +2 -2
- package/dist-es/commands/GetUsagePlanKeysCommand.js +2 -2
- package/dist-es/commands/GetUsagePlansCommand.js +2 -2
- package/dist-es/commands/GetVpcLinkCommand.js +2 -2
- package/dist-es/commands/GetVpcLinksCommand.js +2 -2
- package/dist-es/commands/ImportApiKeysCommand.js +2 -2
- package/dist-es/commands/ImportDocumentationPartsCommand.js +2 -2
- package/dist-es/commands/ImportRestApiCommand.js +2 -2
- package/dist-es/commands/PutGatewayResponseCommand.js +2 -2
- package/dist-es/commands/PutIntegrationCommand.js +2 -2
- package/dist-es/commands/PutIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/PutMethodCommand.js +2 -2
- package/dist-es/commands/PutMethodResponseCommand.js +2 -2
- package/dist-es/commands/PutRestApiCommand.js +2 -2
- package/dist-es/commands/RejectDomainNameAccessAssociationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestInvokeAuthorizerCommand.js +2 -2
- package/dist-es/commands/TestInvokeMethodCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountCommand.js +2 -2
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-es/commands/UpdateAuthorizerCommand.js +2 -2
- package/dist-es/commands/UpdateBasePathMappingCommand.js +2 -2
- package/dist-es/commands/UpdateClientCertificateCommand.js +2 -2
- package/dist-es/commands/UpdateDeploymentCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentationPartCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentationVersionCommand.js +2 -2
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-es/commands/UpdateGatewayResponseCommand.js +2 -2
- package/dist-es/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/UpdateMethodCommand.js +2 -2
- package/dist-es/commands/UpdateMethodResponseCommand.js +2 -2
- package/dist-es/commands/UpdateModelCommand.js +2 -2
- package/dist-es/commands/UpdateRequestValidatorCommand.js +2 -2
- package/dist-es/commands/UpdateResourceCommand.js +2 -2
- package/dist-es/commands/UpdateRestApiCommand.js +2 -2
- package/dist-es/commands/UpdateStageCommand.js +2 -2
- package/dist-es/commands/UpdateUsageCommand.js +2 -2
- package/dist-es/commands/UpdateUsagePlanCommand.js +2 -2
- package/dist-es/commands/UpdateVpcLinkCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +626 -612
- package/dist-types/APIGatewayClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +325 -365
- package/dist-types/ts3.4/APIGatewayClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +324 -366
- package/package.json +36 -36
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDeployment } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDeployment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDeploymentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDeploymentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateDeployment", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateDeploymentCommand")
|
|
14
|
-
.sc(UpdateDeployment)
|
|
14
|
+
.sc(UpdateDeployment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDocumentationPart } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDocumentationPart$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDocumentationPartCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDocumentationPartCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateDocumentationPart", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateDocumentationPartCommand")
|
|
14
|
-
.sc(UpdateDocumentationPart)
|
|
14
|
+
.sc(UpdateDocumentationPart$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDocumentationVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDocumentationVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDocumentationVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDocumentationVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateDocumentationVersion", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateDocumentationVersionCommand")
|
|
14
|
-
.sc(UpdateDocumentationVersion)
|
|
14
|
+
.sc(UpdateDocumentationVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDomainName } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDomainName$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDomainNameCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDomainNameCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateDomainName", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateDomainNameCommand")
|
|
14
|
-
.sc(UpdateDomainName)
|
|
14
|
+
.sc(UpdateDomainName$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateGatewayResponse } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateGatewayResponse$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateGatewayResponseCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateGatewayResponseCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateGatewayResponse", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateGatewayResponseCommand")
|
|
14
|
-
.sc(UpdateGatewayResponse)
|
|
14
|
+
.sc(UpdateGatewayResponse$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateIntegration } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateIntegration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateIntegrationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateIntegrationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateIntegration", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateIntegrationCommand")
|
|
14
|
-
.sc(UpdateIntegration)
|
|
14
|
+
.sc(UpdateIntegration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateIntegrationResponse } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateIntegrationResponse$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateIntegrationResponseCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateIntegrationResponseCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateIntegrationResponse", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateIntegrationResponseCommand")
|
|
14
|
-
.sc(UpdateIntegrationResponse)
|
|
14
|
+
.sc(UpdateIntegrationResponse$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateMethod } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateMethod$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMethodCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateMethodCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateMethod", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateMethodCommand")
|
|
14
|
-
.sc(UpdateMethod)
|
|
14
|
+
.sc(UpdateMethod$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateMethodResponse } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateMethodResponse$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateMethodResponseCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateMethodResponseCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateMethodResponse", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateMethodResponseCommand")
|
|
14
|
-
.sc(UpdateMethodResponse)
|
|
14
|
+
.sc(UpdateMethodResponse$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateModel } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateModel", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateModelCommand")
|
|
14
|
-
.sc(UpdateModel)
|
|
14
|
+
.sc(UpdateModel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateRequestValidator } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateRequestValidator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateRequestValidatorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateRequestValidatorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateRequestValidator", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateRequestValidatorCommand")
|
|
14
|
-
.sc(UpdateRequestValidator)
|
|
14
|
+
.sc(UpdateRequestValidator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateResource", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateResourceCommand")
|
|
14
|
-
.sc(UpdateResource)
|
|
14
|
+
.sc(UpdateResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateRestApi } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateRestApi$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateRestApiCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateRestApiCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateRestApi", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateRestApiCommand")
|
|
14
|
-
.sc(UpdateRestApi)
|
|
14
|
+
.sc(UpdateRestApi$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateStage } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateStage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateStageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateStageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateStage", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateStageCommand")
|
|
14
|
-
.sc(UpdateStage)
|
|
14
|
+
.sc(UpdateStage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateUsage } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateUsage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateUsageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateUsageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateUsage", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateUsageCommand")
|
|
14
|
-
.sc(UpdateUsage)
|
|
14
|
+
.sc(UpdateUsage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateUsagePlan } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateUsagePlan$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateUsagePlanCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateUsagePlanCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateUsagePlan", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateUsagePlanCommand")
|
|
14
|
-
.sc(UpdateUsagePlan)
|
|
14
|
+
.sc(UpdateUsagePlan$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateVpcLink } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateVpcLink$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateVpcLinkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateVpcLinkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BackplaneControlService", "UpdateVpcLink", {})
|
|
13
13
|
.n("APIGatewayClient", "UpdateVpcLinkCommand")
|
|
14
|
-
.sc(UpdateVpcLink)
|
|
14
|
+
.sc(UpdateVpcLink$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.apigateway",
|
|
29
|
+
version: "2015-07-09",
|
|
30
|
+
serviceTarget: "BackplaneControlService",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "API Gateway",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|