@aws-sdk/client-apigatewayv2 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/ApiGatewayV2.js +1 -155
- package/dist-cjs/ApiGatewayV2Client.js +1 -43
- package/dist-cjs/commands/CreateApiCommand.js +1 -28
- package/dist-cjs/commands/CreateApiMappingCommand.js +1 -28
- package/dist-cjs/commands/CreateAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/CreateIntegrationCommand.js +1 -28
- package/dist-cjs/commands/CreateIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/CreateModelCommand.js +1 -28
- package/dist-cjs/commands/CreateRouteCommand.js +1 -28
- package/dist-cjs/commands/CreateRouteResponseCommand.js +1 -28
- package/dist-cjs/commands/CreateStageCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -28
- package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -28
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteModelCommand.js +1 -28
- package/dist-cjs/commands/DeleteRouteCommand.js +1 -28
- package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +1 -28
- package/dist-cjs/commands/DeleteRouteResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteRouteSettingsCommand.js +1 -28
- package/dist-cjs/commands/DeleteStageCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/ExportApiCommand.js +1 -28
- package/dist-cjs/commands/GetApiCommand.js +1 -28
- package/dist-cjs/commands/GetApiMappingCommand.js +1 -28
- package/dist-cjs/commands/GetApiMappingsCommand.js +1 -28
- package/dist-cjs/commands/GetApisCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizersCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentsCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNameCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNamesCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationResponsesCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationsCommand.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/GetRouteCommand.js +1 -28
- package/dist-cjs/commands/GetRouteResponseCommand.js +1 -28
- package/dist-cjs/commands/GetRouteResponsesCommand.js +1 -28
- package/dist-cjs/commands/GetRoutesCommand.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/GetVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/GetVpcLinksCommand.js +1 -28
- package/dist-cjs/commands/ImportApiCommand.js +1 -28
- package/dist-cjs/commands/ReimportApiCommand.js +1 -28
- package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiMappingCommand.js +1 -28
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/UpdateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/UpdateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/UpdateIntegrationCommand.js +1 -28
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateModelCommand.js +1 -28
- package/dist-cjs/commands/UpdateRouteCommand.js +1 -28
- package/dist-cjs/commands/UpdateRouteResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateStageCommand.js +1 -28
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -75
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6492 -10
- package/dist-cjs/models/ApiGatewayV2ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -144
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4827
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
package/dist-cjs/ApiGatewayV2.js
CHANGED
|
@@ -1,155 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApiGatewayV2 = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const ApiGatewayV2Client_1 = require("./ApiGatewayV2Client");
|
|
6
|
-
const CreateApiCommand_1 = require("./commands/CreateApiCommand");
|
|
7
|
-
const CreateApiMappingCommand_1 = require("./commands/CreateApiMappingCommand");
|
|
8
|
-
const CreateAuthorizerCommand_1 = require("./commands/CreateAuthorizerCommand");
|
|
9
|
-
const CreateDeploymentCommand_1 = require("./commands/CreateDeploymentCommand");
|
|
10
|
-
const CreateDomainNameCommand_1 = require("./commands/CreateDomainNameCommand");
|
|
11
|
-
const CreateIntegrationCommand_1 = require("./commands/CreateIntegrationCommand");
|
|
12
|
-
const CreateIntegrationResponseCommand_1 = require("./commands/CreateIntegrationResponseCommand");
|
|
13
|
-
const CreateModelCommand_1 = require("./commands/CreateModelCommand");
|
|
14
|
-
const CreateRouteCommand_1 = require("./commands/CreateRouteCommand");
|
|
15
|
-
const CreateRouteResponseCommand_1 = require("./commands/CreateRouteResponseCommand");
|
|
16
|
-
const CreateStageCommand_1 = require("./commands/CreateStageCommand");
|
|
17
|
-
const CreateVpcLinkCommand_1 = require("./commands/CreateVpcLinkCommand");
|
|
18
|
-
const DeleteAccessLogSettingsCommand_1 = require("./commands/DeleteAccessLogSettingsCommand");
|
|
19
|
-
const DeleteApiCommand_1 = require("./commands/DeleteApiCommand");
|
|
20
|
-
const DeleteApiMappingCommand_1 = require("./commands/DeleteApiMappingCommand");
|
|
21
|
-
const DeleteAuthorizerCommand_1 = require("./commands/DeleteAuthorizerCommand");
|
|
22
|
-
const DeleteCorsConfigurationCommand_1 = require("./commands/DeleteCorsConfigurationCommand");
|
|
23
|
-
const DeleteDeploymentCommand_1 = require("./commands/DeleteDeploymentCommand");
|
|
24
|
-
const DeleteDomainNameCommand_1 = require("./commands/DeleteDomainNameCommand");
|
|
25
|
-
const DeleteIntegrationCommand_1 = require("./commands/DeleteIntegrationCommand");
|
|
26
|
-
const DeleteIntegrationResponseCommand_1 = require("./commands/DeleteIntegrationResponseCommand");
|
|
27
|
-
const DeleteModelCommand_1 = require("./commands/DeleteModelCommand");
|
|
28
|
-
const DeleteRouteCommand_1 = require("./commands/DeleteRouteCommand");
|
|
29
|
-
const DeleteRouteRequestParameterCommand_1 = require("./commands/DeleteRouteRequestParameterCommand");
|
|
30
|
-
const DeleteRouteResponseCommand_1 = require("./commands/DeleteRouteResponseCommand");
|
|
31
|
-
const DeleteRouteSettingsCommand_1 = require("./commands/DeleteRouteSettingsCommand");
|
|
32
|
-
const DeleteStageCommand_1 = require("./commands/DeleteStageCommand");
|
|
33
|
-
const DeleteVpcLinkCommand_1 = require("./commands/DeleteVpcLinkCommand");
|
|
34
|
-
const ExportApiCommand_1 = require("./commands/ExportApiCommand");
|
|
35
|
-
const GetApiCommand_1 = require("./commands/GetApiCommand");
|
|
36
|
-
const GetApiMappingCommand_1 = require("./commands/GetApiMappingCommand");
|
|
37
|
-
const GetApiMappingsCommand_1 = require("./commands/GetApiMappingsCommand");
|
|
38
|
-
const GetApisCommand_1 = require("./commands/GetApisCommand");
|
|
39
|
-
const GetAuthorizerCommand_1 = require("./commands/GetAuthorizerCommand");
|
|
40
|
-
const GetAuthorizersCommand_1 = require("./commands/GetAuthorizersCommand");
|
|
41
|
-
const GetDeploymentCommand_1 = require("./commands/GetDeploymentCommand");
|
|
42
|
-
const GetDeploymentsCommand_1 = require("./commands/GetDeploymentsCommand");
|
|
43
|
-
const GetDomainNameCommand_1 = require("./commands/GetDomainNameCommand");
|
|
44
|
-
const GetDomainNamesCommand_1 = require("./commands/GetDomainNamesCommand");
|
|
45
|
-
const GetIntegrationCommand_1 = require("./commands/GetIntegrationCommand");
|
|
46
|
-
const GetIntegrationResponseCommand_1 = require("./commands/GetIntegrationResponseCommand");
|
|
47
|
-
const GetIntegrationResponsesCommand_1 = require("./commands/GetIntegrationResponsesCommand");
|
|
48
|
-
const GetIntegrationsCommand_1 = require("./commands/GetIntegrationsCommand");
|
|
49
|
-
const GetModelCommand_1 = require("./commands/GetModelCommand");
|
|
50
|
-
const GetModelsCommand_1 = require("./commands/GetModelsCommand");
|
|
51
|
-
const GetModelTemplateCommand_1 = require("./commands/GetModelTemplateCommand");
|
|
52
|
-
const GetRouteCommand_1 = require("./commands/GetRouteCommand");
|
|
53
|
-
const GetRouteResponseCommand_1 = require("./commands/GetRouteResponseCommand");
|
|
54
|
-
const GetRouteResponsesCommand_1 = require("./commands/GetRouteResponsesCommand");
|
|
55
|
-
const GetRoutesCommand_1 = require("./commands/GetRoutesCommand");
|
|
56
|
-
const GetStageCommand_1 = require("./commands/GetStageCommand");
|
|
57
|
-
const GetStagesCommand_1 = require("./commands/GetStagesCommand");
|
|
58
|
-
const GetTagsCommand_1 = require("./commands/GetTagsCommand");
|
|
59
|
-
const GetVpcLinkCommand_1 = require("./commands/GetVpcLinkCommand");
|
|
60
|
-
const GetVpcLinksCommand_1 = require("./commands/GetVpcLinksCommand");
|
|
61
|
-
const ImportApiCommand_1 = require("./commands/ImportApiCommand");
|
|
62
|
-
const ReimportApiCommand_1 = require("./commands/ReimportApiCommand");
|
|
63
|
-
const ResetAuthorizersCacheCommand_1 = require("./commands/ResetAuthorizersCacheCommand");
|
|
64
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
65
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
66
|
-
const UpdateApiCommand_1 = require("./commands/UpdateApiCommand");
|
|
67
|
-
const UpdateApiMappingCommand_1 = require("./commands/UpdateApiMappingCommand");
|
|
68
|
-
const UpdateAuthorizerCommand_1 = require("./commands/UpdateAuthorizerCommand");
|
|
69
|
-
const UpdateDeploymentCommand_1 = require("./commands/UpdateDeploymentCommand");
|
|
70
|
-
const UpdateDomainNameCommand_1 = require("./commands/UpdateDomainNameCommand");
|
|
71
|
-
const UpdateIntegrationCommand_1 = require("./commands/UpdateIntegrationCommand");
|
|
72
|
-
const UpdateIntegrationResponseCommand_1 = require("./commands/UpdateIntegrationResponseCommand");
|
|
73
|
-
const UpdateModelCommand_1 = require("./commands/UpdateModelCommand");
|
|
74
|
-
const UpdateRouteCommand_1 = require("./commands/UpdateRouteCommand");
|
|
75
|
-
const UpdateRouteResponseCommand_1 = require("./commands/UpdateRouteResponseCommand");
|
|
76
|
-
const UpdateStageCommand_1 = require("./commands/UpdateStageCommand");
|
|
77
|
-
const UpdateVpcLinkCommand_1 = require("./commands/UpdateVpcLinkCommand");
|
|
78
|
-
const commands = {
|
|
79
|
-
CreateApiCommand: CreateApiCommand_1.CreateApiCommand,
|
|
80
|
-
CreateApiMappingCommand: CreateApiMappingCommand_1.CreateApiMappingCommand,
|
|
81
|
-
CreateAuthorizerCommand: CreateAuthorizerCommand_1.CreateAuthorizerCommand,
|
|
82
|
-
CreateDeploymentCommand: CreateDeploymentCommand_1.CreateDeploymentCommand,
|
|
83
|
-
CreateDomainNameCommand: CreateDomainNameCommand_1.CreateDomainNameCommand,
|
|
84
|
-
CreateIntegrationCommand: CreateIntegrationCommand_1.CreateIntegrationCommand,
|
|
85
|
-
CreateIntegrationResponseCommand: CreateIntegrationResponseCommand_1.CreateIntegrationResponseCommand,
|
|
86
|
-
CreateModelCommand: CreateModelCommand_1.CreateModelCommand,
|
|
87
|
-
CreateRouteCommand: CreateRouteCommand_1.CreateRouteCommand,
|
|
88
|
-
CreateRouteResponseCommand: CreateRouteResponseCommand_1.CreateRouteResponseCommand,
|
|
89
|
-
CreateStageCommand: CreateStageCommand_1.CreateStageCommand,
|
|
90
|
-
CreateVpcLinkCommand: CreateVpcLinkCommand_1.CreateVpcLinkCommand,
|
|
91
|
-
DeleteAccessLogSettingsCommand: DeleteAccessLogSettingsCommand_1.DeleteAccessLogSettingsCommand,
|
|
92
|
-
DeleteApiCommand: DeleteApiCommand_1.DeleteApiCommand,
|
|
93
|
-
DeleteApiMappingCommand: DeleteApiMappingCommand_1.DeleteApiMappingCommand,
|
|
94
|
-
DeleteAuthorizerCommand: DeleteAuthorizerCommand_1.DeleteAuthorizerCommand,
|
|
95
|
-
DeleteCorsConfigurationCommand: DeleteCorsConfigurationCommand_1.DeleteCorsConfigurationCommand,
|
|
96
|
-
DeleteDeploymentCommand: DeleteDeploymentCommand_1.DeleteDeploymentCommand,
|
|
97
|
-
DeleteDomainNameCommand: DeleteDomainNameCommand_1.DeleteDomainNameCommand,
|
|
98
|
-
DeleteIntegrationCommand: DeleteIntegrationCommand_1.DeleteIntegrationCommand,
|
|
99
|
-
DeleteIntegrationResponseCommand: DeleteIntegrationResponseCommand_1.DeleteIntegrationResponseCommand,
|
|
100
|
-
DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
|
|
101
|
-
DeleteRouteCommand: DeleteRouteCommand_1.DeleteRouteCommand,
|
|
102
|
-
DeleteRouteRequestParameterCommand: DeleteRouteRequestParameterCommand_1.DeleteRouteRequestParameterCommand,
|
|
103
|
-
DeleteRouteResponseCommand: DeleteRouteResponseCommand_1.DeleteRouteResponseCommand,
|
|
104
|
-
DeleteRouteSettingsCommand: DeleteRouteSettingsCommand_1.DeleteRouteSettingsCommand,
|
|
105
|
-
DeleteStageCommand: DeleteStageCommand_1.DeleteStageCommand,
|
|
106
|
-
DeleteVpcLinkCommand: DeleteVpcLinkCommand_1.DeleteVpcLinkCommand,
|
|
107
|
-
ExportApiCommand: ExportApiCommand_1.ExportApiCommand,
|
|
108
|
-
GetApiCommand: GetApiCommand_1.GetApiCommand,
|
|
109
|
-
GetApiMappingCommand: GetApiMappingCommand_1.GetApiMappingCommand,
|
|
110
|
-
GetApiMappingsCommand: GetApiMappingsCommand_1.GetApiMappingsCommand,
|
|
111
|
-
GetApisCommand: GetApisCommand_1.GetApisCommand,
|
|
112
|
-
GetAuthorizerCommand: GetAuthorizerCommand_1.GetAuthorizerCommand,
|
|
113
|
-
GetAuthorizersCommand: GetAuthorizersCommand_1.GetAuthorizersCommand,
|
|
114
|
-
GetDeploymentCommand: GetDeploymentCommand_1.GetDeploymentCommand,
|
|
115
|
-
GetDeploymentsCommand: GetDeploymentsCommand_1.GetDeploymentsCommand,
|
|
116
|
-
GetDomainNameCommand: GetDomainNameCommand_1.GetDomainNameCommand,
|
|
117
|
-
GetDomainNamesCommand: GetDomainNamesCommand_1.GetDomainNamesCommand,
|
|
118
|
-
GetIntegrationCommand: GetIntegrationCommand_1.GetIntegrationCommand,
|
|
119
|
-
GetIntegrationResponseCommand: GetIntegrationResponseCommand_1.GetIntegrationResponseCommand,
|
|
120
|
-
GetIntegrationResponsesCommand: GetIntegrationResponsesCommand_1.GetIntegrationResponsesCommand,
|
|
121
|
-
GetIntegrationsCommand: GetIntegrationsCommand_1.GetIntegrationsCommand,
|
|
122
|
-
GetModelCommand: GetModelCommand_1.GetModelCommand,
|
|
123
|
-
GetModelsCommand: GetModelsCommand_1.GetModelsCommand,
|
|
124
|
-
GetModelTemplateCommand: GetModelTemplateCommand_1.GetModelTemplateCommand,
|
|
125
|
-
GetRouteCommand: GetRouteCommand_1.GetRouteCommand,
|
|
126
|
-
GetRouteResponseCommand: GetRouteResponseCommand_1.GetRouteResponseCommand,
|
|
127
|
-
GetRouteResponsesCommand: GetRouteResponsesCommand_1.GetRouteResponsesCommand,
|
|
128
|
-
GetRoutesCommand: GetRoutesCommand_1.GetRoutesCommand,
|
|
129
|
-
GetStageCommand: GetStageCommand_1.GetStageCommand,
|
|
130
|
-
GetStagesCommand: GetStagesCommand_1.GetStagesCommand,
|
|
131
|
-
GetTagsCommand: GetTagsCommand_1.GetTagsCommand,
|
|
132
|
-
GetVpcLinkCommand: GetVpcLinkCommand_1.GetVpcLinkCommand,
|
|
133
|
-
GetVpcLinksCommand: GetVpcLinksCommand_1.GetVpcLinksCommand,
|
|
134
|
-
ImportApiCommand: ImportApiCommand_1.ImportApiCommand,
|
|
135
|
-
ReimportApiCommand: ReimportApiCommand_1.ReimportApiCommand,
|
|
136
|
-
ResetAuthorizersCacheCommand: ResetAuthorizersCacheCommand_1.ResetAuthorizersCacheCommand,
|
|
137
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
138
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
139
|
-
UpdateApiCommand: UpdateApiCommand_1.UpdateApiCommand,
|
|
140
|
-
UpdateApiMappingCommand: UpdateApiMappingCommand_1.UpdateApiMappingCommand,
|
|
141
|
-
UpdateAuthorizerCommand: UpdateAuthorizerCommand_1.UpdateAuthorizerCommand,
|
|
142
|
-
UpdateDeploymentCommand: UpdateDeploymentCommand_1.UpdateDeploymentCommand,
|
|
143
|
-
UpdateDomainNameCommand: UpdateDomainNameCommand_1.UpdateDomainNameCommand,
|
|
144
|
-
UpdateIntegrationCommand: UpdateIntegrationCommand_1.UpdateIntegrationCommand,
|
|
145
|
-
UpdateIntegrationResponseCommand: UpdateIntegrationResponseCommand_1.UpdateIntegrationResponseCommand,
|
|
146
|
-
UpdateModelCommand: UpdateModelCommand_1.UpdateModelCommand,
|
|
147
|
-
UpdateRouteCommand: UpdateRouteCommand_1.UpdateRouteCommand,
|
|
148
|
-
UpdateRouteResponseCommand: UpdateRouteResponseCommand_1.UpdateRouteResponseCommand,
|
|
149
|
-
UpdateStageCommand: UpdateStageCommand_1.UpdateStageCommand,
|
|
150
|
-
UpdateVpcLinkCommand: UpdateVpcLinkCommand_1.UpdateVpcLinkCommand,
|
|
151
|
-
};
|
|
152
|
-
class ApiGatewayV2 extends ApiGatewayV2Client_1.ApiGatewayV2Client {
|
|
153
|
-
}
|
|
154
|
-
exports.ApiGatewayV2 = ApiGatewayV2;
|
|
155
|
-
(0, smithy_client_1.createAggregatedClient)(commands, ApiGatewayV2);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApiGatewayV2Client = 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_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ApiGatewayV2Client extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ApiGatewayV2Client = ApiGatewayV2Client;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateApiCommand = 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 CreateApiCommand 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("ApiGatewayV2", "CreateApi", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateApiCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateApiCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateApiCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateApiCommand = CreateApiCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateApiMappingCommand = 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 CreateApiMappingCommand 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("ApiGatewayV2", "CreateApiMapping", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateApiMappingCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateApiMappingCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateApiMappingCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateApiMappingCommand = CreateApiMappingCommand;
|
|
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("ApiGatewayV2", "CreateAuthorizer", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "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.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("ApiGatewayV2", "CreateDeployment", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "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.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("ApiGatewayV2", "CreateDomainName", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "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.CreateIntegrationCommand = 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 CreateIntegrationCommand 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("ApiGatewayV2", "CreateIntegration", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateIntegrationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateIntegrationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateIntegrationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateIntegrationCommand = CreateIntegrationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateIntegrationResponseCommand = 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 CreateIntegrationResponseCommand 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("ApiGatewayV2", "CreateIntegrationResponse", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateIntegrationResponseCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateIntegrationResponseCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateIntegrationResponseCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateIntegrationResponseCommand = CreateIntegrationResponseCommand;
|
|
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("ApiGatewayV2", "CreateModel", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "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.CreateRouteCommand = 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 CreateRouteCommand 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("ApiGatewayV2", "CreateRoute", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateRouteCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateRouteCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateRouteCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRouteCommand = CreateRouteCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRouteResponseCommand = 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 CreateRouteResponseCommand 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("ApiGatewayV2", "CreateRouteResponse", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateRouteResponseCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateRouteResponseCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateRouteResponseCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRouteResponseCommand = CreateRouteResponseCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateStageCommand = 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 CreateStageCommand 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("ApiGatewayV2", "CreateStage", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateStageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateStageCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateStageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateStageCommand = CreateStageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateVpcLinkCommand = 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 CreateVpcLinkCommand 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("ApiGatewayV2", "CreateVpcLink", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "CreateVpcLinkCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateVpcLinkCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateVpcLinkCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateVpcLinkCommand = CreateVpcLinkCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAccessLogSettingsCommand = 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 DeleteAccessLogSettingsCommand 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("ApiGatewayV2", "DeleteAccessLogSettings", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "DeleteAccessLogSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAccessLogSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAccessLogSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAccessLogSettingsCommand = DeleteAccessLogSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteApiCommand = 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 DeleteApiCommand 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("ApiGatewayV2", "DeleteApi", {})
|
|
22
|
-
.n("ApiGatewayV2Client", "DeleteApiCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteApiCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteApiCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteApiCommand = DeleteApiCommand;
|
|
1
|
+
module.exports = require("../index.js");
|