@aws-sdk/client-api-gateway 3.489.0 → 3.495.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/APIGateway.js +1 -251
- package/dist-cjs/APIGatewayClient.js +1 -45
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/CreateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/CreateAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/CreateBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/CreateDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/CreateDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/CreateModelCommand.js +1 -28
- package/dist-cjs/commands/CreateRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/CreateResourceCommand.js +1 -28
- package/dist-cjs/commands/CreateRestApiCommand.js +1 -28
- package/dist-cjs/commands/CreateStageCommand.js +1 -28
- package/dist-cjs/commands/CreateUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/DeleteBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -28
- package/dist-cjs/commands/DeleteDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -28
- package/dist-cjs/commands/DeleteGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -28
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteMethodCommand.js +1 -28
- package/dist-cjs/commands/DeleteMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteModelCommand.js +1 -28
- package/dist-cjs/commands/DeleteRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteRestApiCommand.js +1 -28
- package/dist-cjs/commands/DeleteStageCommand.js +1 -28
- package/dist-cjs/commands/DeleteUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +1 -28
- package/dist-cjs/commands/FlushStageCacheCommand.js +1 -28
- package/dist-cjs/commands/GenerateClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/GetAccountCommand.js +1 -28
- package/dist-cjs/commands/GetApiKeyCommand.js +1 -28
- package/dist-cjs/commands/GetApiKeysCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizersCommand.js +1 -28
- package/dist-cjs/commands/GetBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/GetBasePathMappingsCommand.js +1 -28
- package/dist-cjs/commands/GetClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/GetClientCertificatesCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentsCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationPartsCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationVersionsCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNameCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNamesCommand.js +1 -28
- package/dist-cjs/commands/GetExportCommand.js +1 -28
- package/dist-cjs/commands/GetGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/GetGatewayResponsesCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/GetMethodCommand.js +1 -28
- package/dist-cjs/commands/GetMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/GetModelCommand.js +1 -28
- package/dist-cjs/commands/GetModelTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetModelsCommand.js +1 -28
- package/dist-cjs/commands/GetRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/GetRequestValidatorsCommand.js +1 -28
- package/dist-cjs/commands/GetResourceCommand.js +1 -28
- package/dist-cjs/commands/GetResourcesCommand.js +1 -28
- package/dist-cjs/commands/GetRestApiCommand.js +1 -28
- package/dist-cjs/commands/GetRestApisCommand.js +1 -28
- package/dist-cjs/commands/GetSdkCommand.js +1 -28
- package/dist-cjs/commands/GetSdkTypeCommand.js +1 -28
- package/dist-cjs/commands/GetSdkTypesCommand.js +1 -28
- package/dist-cjs/commands/GetStageCommand.js +1 -28
- package/dist-cjs/commands/GetStagesCommand.js +1 -28
- package/dist-cjs/commands/GetTagsCommand.js +1 -28
- package/dist-cjs/commands/GetUsageCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlanKeyCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlanKeysCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlansCommand.js +1 -28
- package/dist-cjs/commands/GetVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/GetVpcLinksCommand.js +1 -28
- package/dist-cjs/commands/ImportApiKeysCommand.js +1 -28
- package/dist-cjs/commands/ImportDocumentationPartsCommand.js +1 -28
- package/dist-cjs/commands/ImportRestApiCommand.js +1 -28
- package/dist-cjs/commands/PutGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/PutIntegrationCommand.js +1 -28
- package/dist-cjs/commands/PutIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/PutMethodCommand.js +1 -28
- package/dist-cjs/commands/PutMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/PutRestApiCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/TestInvokeMethodCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccountCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/UpdateBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/UpdateClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/UpdateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/UpdateDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/UpdateGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateIntegrationCommand.js +1 -28
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateMethodCommand.js +1 -28
- package/dist-cjs/commands/UpdateMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateModelCommand.js +1 -28
- package/dist-cjs/commands/UpdateRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/UpdateResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateRestApiCommand.js +1 -28
- package/dist-cjs/commands/UpdateStageCommand.js +1 -28
- package/dist-cjs/commands/UpdateUsageCommand.js +1 -28
- package/dist-cjs/commands/UpdateUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -123
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +10968 -11
- package/dist-cjs/models/APIGatewayServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -227
- package/dist-cjs/pagination/GetApiKeysPaginator.js +1 -7
- package/dist-cjs/pagination/GetBasePathMappingsPaginator.js +1 -7
- package/dist-cjs/pagination/GetClientCertificatesPaginator.js +1 -7
- package/dist-cjs/pagination/GetDeploymentsPaginator.js +1 -7
- package/dist-cjs/pagination/GetDomainNamesPaginator.js +1 -7
- package/dist-cjs/pagination/GetModelsPaginator.js +1 -7
- package/dist-cjs/pagination/GetResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/GetRestApisPaginator.js +1 -7
- package/dist-cjs/pagination/GetUsagePaginator.js +1 -7
- package/dist-cjs/pagination/GetUsagePlanKeysPaginator.js +1 -7
- package/dist-cjs/pagination/GetUsagePlansPaginator.js +1 -7
- package/dist-cjs/pagination/GetVpcLinksPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_restJson1.js +1 -8157
- package/dist-cjs/runtimeConfig.shared.js +10 -0
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-es/APIGatewayClient.js +17 -4
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/runtimeConfig.shared.js +10 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/APIGatewayClient.d.ts +13 -11
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +6 -6
- package/dist-types/runtimeConfig.d.ts +5 -3
- package/dist-types/runtimeConfig.native.d.ts +6 -4
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/APIGatewayClient.d.ts +11 -9
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +42 -42
package/dist-cjs/APIGateway.js
CHANGED
|
@@ -1,251 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.APIGateway = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const APIGatewayClient_1 = require("./APIGatewayClient");
|
|
6
|
-
const CreateApiKeyCommand_1 = require("./commands/CreateApiKeyCommand");
|
|
7
|
-
const CreateAuthorizerCommand_1 = require("./commands/CreateAuthorizerCommand");
|
|
8
|
-
const CreateBasePathMappingCommand_1 = require("./commands/CreateBasePathMappingCommand");
|
|
9
|
-
const CreateDeploymentCommand_1 = require("./commands/CreateDeploymentCommand");
|
|
10
|
-
const CreateDocumentationPartCommand_1 = require("./commands/CreateDocumentationPartCommand");
|
|
11
|
-
const CreateDocumentationVersionCommand_1 = require("./commands/CreateDocumentationVersionCommand");
|
|
12
|
-
const CreateDomainNameCommand_1 = require("./commands/CreateDomainNameCommand");
|
|
13
|
-
const CreateModelCommand_1 = require("./commands/CreateModelCommand");
|
|
14
|
-
const CreateRequestValidatorCommand_1 = require("./commands/CreateRequestValidatorCommand");
|
|
15
|
-
const CreateResourceCommand_1 = require("./commands/CreateResourceCommand");
|
|
16
|
-
const CreateRestApiCommand_1 = require("./commands/CreateRestApiCommand");
|
|
17
|
-
const CreateStageCommand_1 = require("./commands/CreateStageCommand");
|
|
18
|
-
const CreateUsagePlanCommand_1 = require("./commands/CreateUsagePlanCommand");
|
|
19
|
-
const CreateUsagePlanKeyCommand_1 = require("./commands/CreateUsagePlanKeyCommand");
|
|
20
|
-
const CreateVpcLinkCommand_1 = require("./commands/CreateVpcLinkCommand");
|
|
21
|
-
const DeleteApiKeyCommand_1 = require("./commands/DeleteApiKeyCommand");
|
|
22
|
-
const DeleteAuthorizerCommand_1 = require("./commands/DeleteAuthorizerCommand");
|
|
23
|
-
const DeleteBasePathMappingCommand_1 = require("./commands/DeleteBasePathMappingCommand");
|
|
24
|
-
const DeleteClientCertificateCommand_1 = require("./commands/DeleteClientCertificateCommand");
|
|
25
|
-
const DeleteDeploymentCommand_1 = require("./commands/DeleteDeploymentCommand");
|
|
26
|
-
const DeleteDocumentationPartCommand_1 = require("./commands/DeleteDocumentationPartCommand");
|
|
27
|
-
const DeleteDocumentationVersionCommand_1 = require("./commands/DeleteDocumentationVersionCommand");
|
|
28
|
-
const DeleteDomainNameCommand_1 = require("./commands/DeleteDomainNameCommand");
|
|
29
|
-
const DeleteGatewayResponseCommand_1 = require("./commands/DeleteGatewayResponseCommand");
|
|
30
|
-
const DeleteIntegrationCommand_1 = require("./commands/DeleteIntegrationCommand");
|
|
31
|
-
const DeleteIntegrationResponseCommand_1 = require("./commands/DeleteIntegrationResponseCommand");
|
|
32
|
-
const DeleteMethodCommand_1 = require("./commands/DeleteMethodCommand");
|
|
33
|
-
const DeleteMethodResponseCommand_1 = require("./commands/DeleteMethodResponseCommand");
|
|
34
|
-
const DeleteModelCommand_1 = require("./commands/DeleteModelCommand");
|
|
35
|
-
const DeleteRequestValidatorCommand_1 = require("./commands/DeleteRequestValidatorCommand");
|
|
36
|
-
const DeleteResourceCommand_1 = require("./commands/DeleteResourceCommand");
|
|
37
|
-
const DeleteRestApiCommand_1 = require("./commands/DeleteRestApiCommand");
|
|
38
|
-
const DeleteStageCommand_1 = require("./commands/DeleteStageCommand");
|
|
39
|
-
const DeleteUsagePlanCommand_1 = require("./commands/DeleteUsagePlanCommand");
|
|
40
|
-
const DeleteUsagePlanKeyCommand_1 = require("./commands/DeleteUsagePlanKeyCommand");
|
|
41
|
-
const DeleteVpcLinkCommand_1 = require("./commands/DeleteVpcLinkCommand");
|
|
42
|
-
const FlushStageAuthorizersCacheCommand_1 = require("./commands/FlushStageAuthorizersCacheCommand");
|
|
43
|
-
const FlushStageCacheCommand_1 = require("./commands/FlushStageCacheCommand");
|
|
44
|
-
const GenerateClientCertificateCommand_1 = require("./commands/GenerateClientCertificateCommand");
|
|
45
|
-
const GetAccountCommand_1 = require("./commands/GetAccountCommand");
|
|
46
|
-
const GetApiKeyCommand_1 = require("./commands/GetApiKeyCommand");
|
|
47
|
-
const GetApiKeysCommand_1 = require("./commands/GetApiKeysCommand");
|
|
48
|
-
const GetAuthorizerCommand_1 = require("./commands/GetAuthorizerCommand");
|
|
49
|
-
const GetAuthorizersCommand_1 = require("./commands/GetAuthorizersCommand");
|
|
50
|
-
const GetBasePathMappingCommand_1 = require("./commands/GetBasePathMappingCommand");
|
|
51
|
-
const GetBasePathMappingsCommand_1 = require("./commands/GetBasePathMappingsCommand");
|
|
52
|
-
const GetClientCertificateCommand_1 = require("./commands/GetClientCertificateCommand");
|
|
53
|
-
const GetClientCertificatesCommand_1 = require("./commands/GetClientCertificatesCommand");
|
|
54
|
-
const GetDeploymentCommand_1 = require("./commands/GetDeploymentCommand");
|
|
55
|
-
const GetDeploymentsCommand_1 = require("./commands/GetDeploymentsCommand");
|
|
56
|
-
const GetDocumentationPartCommand_1 = require("./commands/GetDocumentationPartCommand");
|
|
57
|
-
const GetDocumentationPartsCommand_1 = require("./commands/GetDocumentationPartsCommand");
|
|
58
|
-
const GetDocumentationVersionCommand_1 = require("./commands/GetDocumentationVersionCommand");
|
|
59
|
-
const GetDocumentationVersionsCommand_1 = require("./commands/GetDocumentationVersionsCommand");
|
|
60
|
-
const GetDomainNameCommand_1 = require("./commands/GetDomainNameCommand");
|
|
61
|
-
const GetDomainNamesCommand_1 = require("./commands/GetDomainNamesCommand");
|
|
62
|
-
const GetExportCommand_1 = require("./commands/GetExportCommand");
|
|
63
|
-
const GetGatewayResponseCommand_1 = require("./commands/GetGatewayResponseCommand");
|
|
64
|
-
const GetGatewayResponsesCommand_1 = require("./commands/GetGatewayResponsesCommand");
|
|
65
|
-
const GetIntegrationCommand_1 = require("./commands/GetIntegrationCommand");
|
|
66
|
-
const GetIntegrationResponseCommand_1 = require("./commands/GetIntegrationResponseCommand");
|
|
67
|
-
const GetMethodCommand_1 = require("./commands/GetMethodCommand");
|
|
68
|
-
const GetMethodResponseCommand_1 = require("./commands/GetMethodResponseCommand");
|
|
69
|
-
const GetModelCommand_1 = require("./commands/GetModelCommand");
|
|
70
|
-
const GetModelsCommand_1 = require("./commands/GetModelsCommand");
|
|
71
|
-
const GetModelTemplateCommand_1 = require("./commands/GetModelTemplateCommand");
|
|
72
|
-
const GetRequestValidatorCommand_1 = require("./commands/GetRequestValidatorCommand");
|
|
73
|
-
const GetRequestValidatorsCommand_1 = require("./commands/GetRequestValidatorsCommand");
|
|
74
|
-
const GetResourceCommand_1 = require("./commands/GetResourceCommand");
|
|
75
|
-
const GetResourcesCommand_1 = require("./commands/GetResourcesCommand");
|
|
76
|
-
const GetRestApiCommand_1 = require("./commands/GetRestApiCommand");
|
|
77
|
-
const GetRestApisCommand_1 = require("./commands/GetRestApisCommand");
|
|
78
|
-
const GetSdkCommand_1 = require("./commands/GetSdkCommand");
|
|
79
|
-
const GetSdkTypeCommand_1 = require("./commands/GetSdkTypeCommand");
|
|
80
|
-
const GetSdkTypesCommand_1 = require("./commands/GetSdkTypesCommand");
|
|
81
|
-
const GetStageCommand_1 = require("./commands/GetStageCommand");
|
|
82
|
-
const GetStagesCommand_1 = require("./commands/GetStagesCommand");
|
|
83
|
-
const GetTagsCommand_1 = require("./commands/GetTagsCommand");
|
|
84
|
-
const GetUsageCommand_1 = require("./commands/GetUsageCommand");
|
|
85
|
-
const GetUsagePlanCommand_1 = require("./commands/GetUsagePlanCommand");
|
|
86
|
-
const GetUsagePlanKeyCommand_1 = require("./commands/GetUsagePlanKeyCommand");
|
|
87
|
-
const GetUsagePlanKeysCommand_1 = require("./commands/GetUsagePlanKeysCommand");
|
|
88
|
-
const GetUsagePlansCommand_1 = require("./commands/GetUsagePlansCommand");
|
|
89
|
-
const GetVpcLinkCommand_1 = require("./commands/GetVpcLinkCommand");
|
|
90
|
-
const GetVpcLinksCommand_1 = require("./commands/GetVpcLinksCommand");
|
|
91
|
-
const ImportApiKeysCommand_1 = require("./commands/ImportApiKeysCommand");
|
|
92
|
-
const ImportDocumentationPartsCommand_1 = require("./commands/ImportDocumentationPartsCommand");
|
|
93
|
-
const ImportRestApiCommand_1 = require("./commands/ImportRestApiCommand");
|
|
94
|
-
const PutGatewayResponseCommand_1 = require("./commands/PutGatewayResponseCommand");
|
|
95
|
-
const PutIntegrationCommand_1 = require("./commands/PutIntegrationCommand");
|
|
96
|
-
const PutIntegrationResponseCommand_1 = require("./commands/PutIntegrationResponseCommand");
|
|
97
|
-
const PutMethodCommand_1 = require("./commands/PutMethodCommand");
|
|
98
|
-
const PutMethodResponseCommand_1 = require("./commands/PutMethodResponseCommand");
|
|
99
|
-
const PutRestApiCommand_1 = require("./commands/PutRestApiCommand");
|
|
100
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
101
|
-
const TestInvokeAuthorizerCommand_1 = require("./commands/TestInvokeAuthorizerCommand");
|
|
102
|
-
const TestInvokeMethodCommand_1 = require("./commands/TestInvokeMethodCommand");
|
|
103
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
104
|
-
const UpdateAccountCommand_1 = require("./commands/UpdateAccountCommand");
|
|
105
|
-
const UpdateApiKeyCommand_1 = require("./commands/UpdateApiKeyCommand");
|
|
106
|
-
const UpdateAuthorizerCommand_1 = require("./commands/UpdateAuthorizerCommand");
|
|
107
|
-
const UpdateBasePathMappingCommand_1 = require("./commands/UpdateBasePathMappingCommand");
|
|
108
|
-
const UpdateClientCertificateCommand_1 = require("./commands/UpdateClientCertificateCommand");
|
|
109
|
-
const UpdateDeploymentCommand_1 = require("./commands/UpdateDeploymentCommand");
|
|
110
|
-
const UpdateDocumentationPartCommand_1 = require("./commands/UpdateDocumentationPartCommand");
|
|
111
|
-
const UpdateDocumentationVersionCommand_1 = require("./commands/UpdateDocumentationVersionCommand");
|
|
112
|
-
const UpdateDomainNameCommand_1 = require("./commands/UpdateDomainNameCommand");
|
|
113
|
-
const UpdateGatewayResponseCommand_1 = require("./commands/UpdateGatewayResponseCommand");
|
|
114
|
-
const UpdateIntegrationCommand_1 = require("./commands/UpdateIntegrationCommand");
|
|
115
|
-
const UpdateIntegrationResponseCommand_1 = require("./commands/UpdateIntegrationResponseCommand");
|
|
116
|
-
const UpdateMethodCommand_1 = require("./commands/UpdateMethodCommand");
|
|
117
|
-
const UpdateMethodResponseCommand_1 = require("./commands/UpdateMethodResponseCommand");
|
|
118
|
-
const UpdateModelCommand_1 = require("./commands/UpdateModelCommand");
|
|
119
|
-
const UpdateRequestValidatorCommand_1 = require("./commands/UpdateRequestValidatorCommand");
|
|
120
|
-
const UpdateResourceCommand_1 = require("./commands/UpdateResourceCommand");
|
|
121
|
-
const UpdateRestApiCommand_1 = require("./commands/UpdateRestApiCommand");
|
|
122
|
-
const UpdateStageCommand_1 = require("./commands/UpdateStageCommand");
|
|
123
|
-
const UpdateUsageCommand_1 = require("./commands/UpdateUsageCommand");
|
|
124
|
-
const UpdateUsagePlanCommand_1 = require("./commands/UpdateUsagePlanCommand");
|
|
125
|
-
const UpdateVpcLinkCommand_1 = require("./commands/UpdateVpcLinkCommand");
|
|
126
|
-
const commands = {
|
|
127
|
-
CreateApiKeyCommand: CreateApiKeyCommand_1.CreateApiKeyCommand,
|
|
128
|
-
CreateAuthorizerCommand: CreateAuthorizerCommand_1.CreateAuthorizerCommand,
|
|
129
|
-
CreateBasePathMappingCommand: CreateBasePathMappingCommand_1.CreateBasePathMappingCommand,
|
|
130
|
-
CreateDeploymentCommand: CreateDeploymentCommand_1.CreateDeploymentCommand,
|
|
131
|
-
CreateDocumentationPartCommand: CreateDocumentationPartCommand_1.CreateDocumentationPartCommand,
|
|
132
|
-
CreateDocumentationVersionCommand: CreateDocumentationVersionCommand_1.CreateDocumentationVersionCommand,
|
|
133
|
-
CreateDomainNameCommand: CreateDomainNameCommand_1.CreateDomainNameCommand,
|
|
134
|
-
CreateModelCommand: CreateModelCommand_1.CreateModelCommand,
|
|
135
|
-
CreateRequestValidatorCommand: CreateRequestValidatorCommand_1.CreateRequestValidatorCommand,
|
|
136
|
-
CreateResourceCommand: CreateResourceCommand_1.CreateResourceCommand,
|
|
137
|
-
CreateRestApiCommand: CreateRestApiCommand_1.CreateRestApiCommand,
|
|
138
|
-
CreateStageCommand: CreateStageCommand_1.CreateStageCommand,
|
|
139
|
-
CreateUsagePlanCommand: CreateUsagePlanCommand_1.CreateUsagePlanCommand,
|
|
140
|
-
CreateUsagePlanKeyCommand: CreateUsagePlanKeyCommand_1.CreateUsagePlanKeyCommand,
|
|
141
|
-
CreateVpcLinkCommand: CreateVpcLinkCommand_1.CreateVpcLinkCommand,
|
|
142
|
-
DeleteApiKeyCommand: DeleteApiKeyCommand_1.DeleteApiKeyCommand,
|
|
143
|
-
DeleteAuthorizerCommand: DeleteAuthorizerCommand_1.DeleteAuthorizerCommand,
|
|
144
|
-
DeleteBasePathMappingCommand: DeleteBasePathMappingCommand_1.DeleteBasePathMappingCommand,
|
|
145
|
-
DeleteClientCertificateCommand: DeleteClientCertificateCommand_1.DeleteClientCertificateCommand,
|
|
146
|
-
DeleteDeploymentCommand: DeleteDeploymentCommand_1.DeleteDeploymentCommand,
|
|
147
|
-
DeleteDocumentationPartCommand: DeleteDocumentationPartCommand_1.DeleteDocumentationPartCommand,
|
|
148
|
-
DeleteDocumentationVersionCommand: DeleteDocumentationVersionCommand_1.DeleteDocumentationVersionCommand,
|
|
149
|
-
DeleteDomainNameCommand: DeleteDomainNameCommand_1.DeleteDomainNameCommand,
|
|
150
|
-
DeleteGatewayResponseCommand: DeleteGatewayResponseCommand_1.DeleteGatewayResponseCommand,
|
|
151
|
-
DeleteIntegrationCommand: DeleteIntegrationCommand_1.DeleteIntegrationCommand,
|
|
152
|
-
DeleteIntegrationResponseCommand: DeleteIntegrationResponseCommand_1.DeleteIntegrationResponseCommand,
|
|
153
|
-
DeleteMethodCommand: DeleteMethodCommand_1.DeleteMethodCommand,
|
|
154
|
-
DeleteMethodResponseCommand: DeleteMethodResponseCommand_1.DeleteMethodResponseCommand,
|
|
155
|
-
DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
|
|
156
|
-
DeleteRequestValidatorCommand: DeleteRequestValidatorCommand_1.DeleteRequestValidatorCommand,
|
|
157
|
-
DeleteResourceCommand: DeleteResourceCommand_1.DeleteResourceCommand,
|
|
158
|
-
DeleteRestApiCommand: DeleteRestApiCommand_1.DeleteRestApiCommand,
|
|
159
|
-
DeleteStageCommand: DeleteStageCommand_1.DeleteStageCommand,
|
|
160
|
-
DeleteUsagePlanCommand: DeleteUsagePlanCommand_1.DeleteUsagePlanCommand,
|
|
161
|
-
DeleteUsagePlanKeyCommand: DeleteUsagePlanKeyCommand_1.DeleteUsagePlanKeyCommand,
|
|
162
|
-
DeleteVpcLinkCommand: DeleteVpcLinkCommand_1.DeleteVpcLinkCommand,
|
|
163
|
-
FlushStageAuthorizersCacheCommand: FlushStageAuthorizersCacheCommand_1.FlushStageAuthorizersCacheCommand,
|
|
164
|
-
FlushStageCacheCommand: FlushStageCacheCommand_1.FlushStageCacheCommand,
|
|
165
|
-
GenerateClientCertificateCommand: GenerateClientCertificateCommand_1.GenerateClientCertificateCommand,
|
|
166
|
-
GetAccountCommand: GetAccountCommand_1.GetAccountCommand,
|
|
167
|
-
GetApiKeyCommand: GetApiKeyCommand_1.GetApiKeyCommand,
|
|
168
|
-
GetApiKeysCommand: GetApiKeysCommand_1.GetApiKeysCommand,
|
|
169
|
-
GetAuthorizerCommand: GetAuthorizerCommand_1.GetAuthorizerCommand,
|
|
170
|
-
GetAuthorizersCommand: GetAuthorizersCommand_1.GetAuthorizersCommand,
|
|
171
|
-
GetBasePathMappingCommand: GetBasePathMappingCommand_1.GetBasePathMappingCommand,
|
|
172
|
-
GetBasePathMappingsCommand: GetBasePathMappingsCommand_1.GetBasePathMappingsCommand,
|
|
173
|
-
GetClientCertificateCommand: GetClientCertificateCommand_1.GetClientCertificateCommand,
|
|
174
|
-
GetClientCertificatesCommand: GetClientCertificatesCommand_1.GetClientCertificatesCommand,
|
|
175
|
-
GetDeploymentCommand: GetDeploymentCommand_1.GetDeploymentCommand,
|
|
176
|
-
GetDeploymentsCommand: GetDeploymentsCommand_1.GetDeploymentsCommand,
|
|
177
|
-
GetDocumentationPartCommand: GetDocumentationPartCommand_1.GetDocumentationPartCommand,
|
|
178
|
-
GetDocumentationPartsCommand: GetDocumentationPartsCommand_1.GetDocumentationPartsCommand,
|
|
179
|
-
GetDocumentationVersionCommand: GetDocumentationVersionCommand_1.GetDocumentationVersionCommand,
|
|
180
|
-
GetDocumentationVersionsCommand: GetDocumentationVersionsCommand_1.GetDocumentationVersionsCommand,
|
|
181
|
-
GetDomainNameCommand: GetDomainNameCommand_1.GetDomainNameCommand,
|
|
182
|
-
GetDomainNamesCommand: GetDomainNamesCommand_1.GetDomainNamesCommand,
|
|
183
|
-
GetExportCommand: GetExportCommand_1.GetExportCommand,
|
|
184
|
-
GetGatewayResponseCommand: GetGatewayResponseCommand_1.GetGatewayResponseCommand,
|
|
185
|
-
GetGatewayResponsesCommand: GetGatewayResponsesCommand_1.GetGatewayResponsesCommand,
|
|
186
|
-
GetIntegrationCommand: GetIntegrationCommand_1.GetIntegrationCommand,
|
|
187
|
-
GetIntegrationResponseCommand: GetIntegrationResponseCommand_1.GetIntegrationResponseCommand,
|
|
188
|
-
GetMethodCommand: GetMethodCommand_1.GetMethodCommand,
|
|
189
|
-
GetMethodResponseCommand: GetMethodResponseCommand_1.GetMethodResponseCommand,
|
|
190
|
-
GetModelCommand: GetModelCommand_1.GetModelCommand,
|
|
191
|
-
GetModelsCommand: GetModelsCommand_1.GetModelsCommand,
|
|
192
|
-
GetModelTemplateCommand: GetModelTemplateCommand_1.GetModelTemplateCommand,
|
|
193
|
-
GetRequestValidatorCommand: GetRequestValidatorCommand_1.GetRequestValidatorCommand,
|
|
194
|
-
GetRequestValidatorsCommand: GetRequestValidatorsCommand_1.GetRequestValidatorsCommand,
|
|
195
|
-
GetResourceCommand: GetResourceCommand_1.GetResourceCommand,
|
|
196
|
-
GetResourcesCommand: GetResourcesCommand_1.GetResourcesCommand,
|
|
197
|
-
GetRestApiCommand: GetRestApiCommand_1.GetRestApiCommand,
|
|
198
|
-
GetRestApisCommand: GetRestApisCommand_1.GetRestApisCommand,
|
|
199
|
-
GetSdkCommand: GetSdkCommand_1.GetSdkCommand,
|
|
200
|
-
GetSdkTypeCommand: GetSdkTypeCommand_1.GetSdkTypeCommand,
|
|
201
|
-
GetSdkTypesCommand: GetSdkTypesCommand_1.GetSdkTypesCommand,
|
|
202
|
-
GetStageCommand: GetStageCommand_1.GetStageCommand,
|
|
203
|
-
GetStagesCommand: GetStagesCommand_1.GetStagesCommand,
|
|
204
|
-
GetTagsCommand: GetTagsCommand_1.GetTagsCommand,
|
|
205
|
-
GetUsageCommand: GetUsageCommand_1.GetUsageCommand,
|
|
206
|
-
GetUsagePlanCommand: GetUsagePlanCommand_1.GetUsagePlanCommand,
|
|
207
|
-
GetUsagePlanKeyCommand: GetUsagePlanKeyCommand_1.GetUsagePlanKeyCommand,
|
|
208
|
-
GetUsagePlanKeysCommand: GetUsagePlanKeysCommand_1.GetUsagePlanKeysCommand,
|
|
209
|
-
GetUsagePlansCommand: GetUsagePlansCommand_1.GetUsagePlansCommand,
|
|
210
|
-
GetVpcLinkCommand: GetVpcLinkCommand_1.GetVpcLinkCommand,
|
|
211
|
-
GetVpcLinksCommand: GetVpcLinksCommand_1.GetVpcLinksCommand,
|
|
212
|
-
ImportApiKeysCommand: ImportApiKeysCommand_1.ImportApiKeysCommand,
|
|
213
|
-
ImportDocumentationPartsCommand: ImportDocumentationPartsCommand_1.ImportDocumentationPartsCommand,
|
|
214
|
-
ImportRestApiCommand: ImportRestApiCommand_1.ImportRestApiCommand,
|
|
215
|
-
PutGatewayResponseCommand: PutGatewayResponseCommand_1.PutGatewayResponseCommand,
|
|
216
|
-
PutIntegrationCommand: PutIntegrationCommand_1.PutIntegrationCommand,
|
|
217
|
-
PutIntegrationResponseCommand: PutIntegrationResponseCommand_1.PutIntegrationResponseCommand,
|
|
218
|
-
PutMethodCommand: PutMethodCommand_1.PutMethodCommand,
|
|
219
|
-
PutMethodResponseCommand: PutMethodResponseCommand_1.PutMethodResponseCommand,
|
|
220
|
-
PutRestApiCommand: PutRestApiCommand_1.PutRestApiCommand,
|
|
221
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
222
|
-
TestInvokeAuthorizerCommand: TestInvokeAuthorizerCommand_1.TestInvokeAuthorizerCommand,
|
|
223
|
-
TestInvokeMethodCommand: TestInvokeMethodCommand_1.TestInvokeMethodCommand,
|
|
224
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
225
|
-
UpdateAccountCommand: UpdateAccountCommand_1.UpdateAccountCommand,
|
|
226
|
-
UpdateApiKeyCommand: UpdateApiKeyCommand_1.UpdateApiKeyCommand,
|
|
227
|
-
UpdateAuthorizerCommand: UpdateAuthorizerCommand_1.UpdateAuthorizerCommand,
|
|
228
|
-
UpdateBasePathMappingCommand: UpdateBasePathMappingCommand_1.UpdateBasePathMappingCommand,
|
|
229
|
-
UpdateClientCertificateCommand: UpdateClientCertificateCommand_1.UpdateClientCertificateCommand,
|
|
230
|
-
UpdateDeploymentCommand: UpdateDeploymentCommand_1.UpdateDeploymentCommand,
|
|
231
|
-
UpdateDocumentationPartCommand: UpdateDocumentationPartCommand_1.UpdateDocumentationPartCommand,
|
|
232
|
-
UpdateDocumentationVersionCommand: UpdateDocumentationVersionCommand_1.UpdateDocumentationVersionCommand,
|
|
233
|
-
UpdateDomainNameCommand: UpdateDomainNameCommand_1.UpdateDomainNameCommand,
|
|
234
|
-
UpdateGatewayResponseCommand: UpdateGatewayResponseCommand_1.UpdateGatewayResponseCommand,
|
|
235
|
-
UpdateIntegrationCommand: UpdateIntegrationCommand_1.UpdateIntegrationCommand,
|
|
236
|
-
UpdateIntegrationResponseCommand: UpdateIntegrationResponseCommand_1.UpdateIntegrationResponseCommand,
|
|
237
|
-
UpdateMethodCommand: UpdateMethodCommand_1.UpdateMethodCommand,
|
|
238
|
-
UpdateMethodResponseCommand: UpdateMethodResponseCommand_1.UpdateMethodResponseCommand,
|
|
239
|
-
UpdateModelCommand: UpdateModelCommand_1.UpdateModelCommand,
|
|
240
|
-
UpdateRequestValidatorCommand: UpdateRequestValidatorCommand_1.UpdateRequestValidatorCommand,
|
|
241
|
-
UpdateResourceCommand: UpdateResourceCommand_1.UpdateResourceCommand,
|
|
242
|
-
UpdateRestApiCommand: UpdateRestApiCommand_1.UpdateRestApiCommand,
|
|
243
|
-
UpdateStageCommand: UpdateStageCommand_1.UpdateStageCommand,
|
|
244
|
-
UpdateUsageCommand: UpdateUsageCommand_1.UpdateUsageCommand,
|
|
245
|
-
UpdateUsagePlanCommand: UpdateUsagePlanCommand_1.UpdateUsagePlanCommand,
|
|
246
|
-
UpdateVpcLinkCommand: UpdateVpcLinkCommand_1.UpdateVpcLinkCommand,
|
|
247
|
-
};
|
|
248
|
-
class APIGateway extends APIGatewayClient_1.APIGatewayClient {
|
|
249
|
-
}
|
|
250
|
-
exports.APIGateway = APIGateway;
|
|
251
|
-
(0, smithy_client_1.createAggregatedClient)(commands, APIGateway);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,45 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.APIGatewayClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_sdk_api_gateway_1 = require("@aws-sdk/middleware-sdk-api-gateway");
|
|
8
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
9
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
10
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
11
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
12
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
13
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
16
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
17
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
|
-
class APIGatewayClient extends smithy_client_1.Client {
|
|
20
|
-
constructor(...[configuration]) {
|
|
21
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
22
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
23
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
24
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
25
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
26
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
27
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
28
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
29
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
30
|
-
super(_config_8);
|
|
31
|
-
this.config = _config_8;
|
|
32
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_sdk_api_gateway_1.getAcceptHeaderPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
40
|
-
}
|
|
41
|
-
destroy() {
|
|
42
|
-
super.destroy();
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.APIGatewayClient = APIGatewayClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.resolveHttpAuthSchemeConfig = exports.defaultAPIGatewayHttpAuthSchemeProvider = exports.defaultAPIGatewayHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
+
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
|
+
const defaultAPIGatewayHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
|
+
return {
|
|
8
|
+
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
+
region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
|
|
10
|
+
(() => {
|
|
11
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
12
|
+
})(),
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
exports.defaultAPIGatewayHttpAuthSchemeParametersProvider = defaultAPIGatewayHttpAuthSchemeParametersProvider;
|
|
16
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
17
|
+
return {
|
|
18
|
+
schemeId: "aws.auth#sigv4",
|
|
19
|
+
signingProperties: {
|
|
20
|
+
name: "apigateway",
|
|
21
|
+
region: authParameters.region,
|
|
22
|
+
},
|
|
23
|
+
propertiesExtractor: (config, context) => ({
|
|
24
|
+
signingProperties: {
|
|
25
|
+
config,
|
|
26
|
+
context,
|
|
27
|
+
},
|
|
28
|
+
}),
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
const defaultAPIGatewayHttpAuthSchemeProvider = (authParameters) => {
|
|
32
|
+
const options = [];
|
|
33
|
+
switch (authParameters.operation) {
|
|
34
|
+
default: {
|
|
35
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return options;
|
|
39
|
+
};
|
|
40
|
+
exports.defaultAPIGatewayHttpAuthSchemeProvider = defaultAPIGatewayHttpAuthSchemeProvider;
|
|
41
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
|
+
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
+
return {
|
|
44
|
+
...config_0,
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateApiKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateApiKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateApiKey", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateApiKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateApiKeyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateApiKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateApiKeyCommand = CreateApiKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAuthorizerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateAuthorizerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateAuthorizer", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateAuthorizerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateAuthorizerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateAuthorizerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAuthorizerCommand = CreateAuthorizerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateBasePathMappingCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateBasePathMappingCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateBasePathMapping", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateBasePathMappingCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateBasePathMappingCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateBasePathMappingCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateBasePathMappingCommand = CreateBasePathMappingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDeploymentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDeploymentCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateDeployment", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateDeploymentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDeploymentCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDeploymentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDeploymentCommand = CreateDeploymentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDocumentationPartCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDocumentationPartCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateDocumentationPart", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateDocumentationPartCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDocumentationPartCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDocumentationPartCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDocumentationPartCommand = CreateDocumentationPartCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDocumentationVersionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDocumentationVersionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateDocumentationVersion", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateDocumentationVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDocumentationVersionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDocumentationVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDocumentationVersionCommand = CreateDocumentationVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDomainNameCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDomainNameCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateDomainName", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateDomainNameCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDomainNameCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDomainNameCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDomainNameCommand = CreateDomainNameCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateModelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateModelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateModel", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateModelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateModelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateModelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateModelCommand = CreateModelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRequestValidatorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateRequestValidatorCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("BackplaneControlService", "CreateRequestValidator", {})
|
|
22
|
-
.n("APIGatewayClient", "CreateRequestValidatorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateRequestValidatorCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateRequestValidatorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRequestValidatorCommand = CreateRequestValidatorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|