@aws-sdk/client-apigatewayv2 3.651.1 → 3.658.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-types/commands/CreateApiCommand.d.ts +11 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/CreateModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +11 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/CreateStageCommand.d.ts +11 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +11 -0
- package/dist-types/commands/ExportApiCommand.d.ts +11 -0
- package/dist-types/commands/GetApiCommand.d.ts +11 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +11 -0
- package/dist-types/commands/GetApisCommand.d.ts +11 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +12 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +11 -0
- package/dist-types/commands/GetModelCommand.d.ts +11 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetModelsCommand.d.ts +11 -0
- package/dist-types/commands/GetRouteCommand.d.ts +11 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +11 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +11 -0
- package/dist-types/commands/GetStageCommand.d.ts +11 -0
- package/dist-types/commands/GetStagesCommand.d.ts +11 -0
- package/dist-types/commands/GetTagsCommand.d.ts +11 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +11 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +11 -0
- package/dist-types/commands/ImportApiCommand.d.ts +11 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +11 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -93,4 +93,15 @@ declare const GetIntegrationCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: GetIntegrationRequest;
|
|
100
|
+
output: GetIntegrationResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: GetIntegrationCommandInput;
|
|
104
|
+
output: GetIntegrationCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetIntegrationResponseCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: GetIntegrationResponseRequest;
|
|
81
|
+
output: GetIntegrationResponseResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetIntegrationResponseCommandInput;
|
|
85
|
+
output: GetIntegrationResponseCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetIntegrationResponsesCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetIntegrationResponsesCommand extends GetIntegrationResponsesCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetIntegrationResponsesRequest;
|
|
90
|
+
output: GetIntegrationResponsesResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetIntegrationResponsesCommandInput;
|
|
94
|
+
output: GetIntegrationResponsesCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -102,4 +102,15 @@ declare const GetIntegrationsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetIntegrationsCommand extends GetIntegrationsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: GetIntegrationsRequest;
|
|
109
|
+
output: GetIntegrationsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: GetIntegrationsCommandInput;
|
|
113
|
+
output: GetIntegrationsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -68,4 +68,15 @@ declare const GetModelCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class GetModelCommand extends GetModelCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: GetModelRequest;
|
|
75
|
+
output: GetModelResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: GetModelCommandInput;
|
|
79
|
+
output: GetModelCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -64,4 +64,15 @@ declare const GetModelTemplateCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: GetModelTemplateRequest;
|
|
71
|
+
output: GetModelTemplateResponse;
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: GetModelTemplateCommandInput;
|
|
75
|
+
output: GetModelTemplateCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetModelsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetModelsRequest;
|
|
84
|
+
output: GetModelsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetModelsCommandInput;
|
|
88
|
+
output: GetModelsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -84,4 +84,15 @@ declare const GetRouteCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class GetRouteCommand extends GetRouteCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetRouteRequest;
|
|
91
|
+
output: GetRouteResult;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetRouteCommandInput;
|
|
95
|
+
output: GetRouteCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetRouteResponseCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetRouteResponseCommand extends GetRouteResponseCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetRouteResponseRequest;
|
|
82
|
+
output: GetRouteResponseResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetRouteResponseCommandInput;
|
|
86
|
+
output: GetRouteResponseCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -84,4 +84,15 @@ declare const GetRouteResponsesCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class GetRouteResponsesCommand extends GetRouteResponsesCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetRouteResponsesRequest;
|
|
91
|
+
output: GetRouteResponsesResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetRouteResponsesCommandInput;
|
|
95
|
+
output: GetRouteResponsesCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -93,4 +93,15 @@ declare const GetRoutesCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetRoutesCommand extends GetRoutesCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: GetRoutesRequest;
|
|
100
|
+
output: GetRoutesResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: GetRoutesCommandInput;
|
|
104
|
+
output: GetRoutesCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -98,4 +98,15 @@ declare const GetStageCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetStageCommand extends GetStageCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: GetStageRequest;
|
|
105
|
+
output: GetStageResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: GetStageCommandInput;
|
|
109
|
+
output: GetStageCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -107,4 +107,15 @@ declare const GetStagesCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class GetStagesCommand extends GetStagesCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: GetStagesRequest;
|
|
114
|
+
output: GetStagesResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: GetStagesCommandInput;
|
|
118
|
+
output: GetStagesCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -71,4 +71,15 @@ declare const GetTagsCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class GetTagsCommand extends GetTagsCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: GetTagsRequest;
|
|
78
|
+
output: GetTagsResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: GetTagsCommandInput;
|
|
82
|
+
output: GetTagsCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetVpcLinkCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetVpcLinkRequest;
|
|
84
|
+
output: GetVpcLinkResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetVpcLinkCommandInput;
|
|
88
|
+
output: GetVpcLinkCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetVpcLinksCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetVpcLinksRequest;
|
|
90
|
+
output: GetVpcLinksResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetVpcLinksCommandInput;
|
|
94
|
+
output: GetVpcLinksCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -107,4 +107,15 @@ declare const ImportApiCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ImportApiCommand extends ImportApiCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ImportApiRequest;
|
|
114
|
+
output: ImportApiResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ImportApiCommandInput;
|
|
118
|
+
output: ImportApiCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -108,4 +108,15 @@ declare const ReimportApiCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class ReimportApiCommand extends ReimportApiCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: ReimportApiRequest;
|
|
115
|
+
output: ReimportApiResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: ReimportApiCommandInput;
|
|
119
|
+
output: ReimportApiCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -62,4 +62,15 @@ declare const ResetAuthorizersCacheCommand_base: {
|
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class ResetAuthorizersCacheCommand extends ResetAuthorizersCacheCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: ResetAuthorizersCacheRequest;
|
|
69
|
+
output: {};
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: ResetAuthorizersCacheCommandInput;
|
|
73
|
+
output: ResetAuthorizersCacheCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
65
76
|
}
|
|
@@ -70,4 +70,15 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: TagResourceRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: TagResourceCommandInput;
|
|
81
|
+
output: TagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UntagResourceRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UntagResourceCommandInput;
|
|
81
|
+
output: UntagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -131,4 +131,15 @@ declare const UpdateApiCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class UpdateApiCommand extends UpdateApiCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: UpdateApiRequest;
|
|
138
|
+
output: UpdateApiResponse;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: UpdateApiCommandInput;
|
|
142
|
+
output: UpdateApiCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -76,4 +76,15 @@ declare const UpdateApiMappingCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UpdateApiMappingCommand extends UpdateApiMappingCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UpdateApiMappingRequest;
|
|
83
|
+
output: UpdateApiMappingResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UpdateApiMappingCommandInput;
|
|
87
|
+
output: UpdateApiMappingCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -104,4 +104,15 @@ declare const UpdateAuthorizerCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: UpdateAuthorizerRequest;
|
|
111
|
+
output: UpdateAuthorizerResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: UpdateAuthorizerCommandInput;
|
|
115
|
+
output: UpdateAuthorizerCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -76,4 +76,15 @@ declare const UpdateDeploymentCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UpdateDeploymentCommand extends UpdateDeploymentCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UpdateDeploymentRequest;
|
|
83
|
+
output: UpdateDeploymentResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UpdateDeploymentCommandInput;
|
|
87
|
+
output: UpdateDeploymentCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -112,4 +112,15 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: UpdateDomainNameRequest;
|
|
119
|
+
output: UpdateDomainNameResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: UpdateDomainNameCommandInput;
|
|
123
|
+
output: UpdateDomainNameCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -126,4 +126,15 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: UpdateIntegrationRequest;
|
|
133
|
+
output: UpdateIntegrationResult;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: UpdateIntegrationCommandInput;
|
|
137
|
+
output: UpdateIntegrationCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -89,4 +89,15 @@ declare const UpdateIntegrationResponseCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpdateIntegrationResponseRequest;
|
|
96
|
+
output: UpdateIntegrationResponseResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpdateIntegrationResponseCommandInput;
|
|
100
|
+
output: UpdateIntegrationResponseCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -78,4 +78,15 @@ declare const UpdateModelCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateModelRequest;
|
|
85
|
+
output: UpdateModelResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateModelCommandInput;
|
|
89
|
+
output: UpdateModelCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -109,4 +109,15 @@ declare const UpdateRouteCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: UpdateRouteRequest;
|
|
116
|
+
output: UpdateRouteResult;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: UpdateRouteCommandInput;
|
|
120
|
+
output: UpdateRouteCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -91,4 +91,15 @@ declare const UpdateRouteResponseCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class UpdateRouteResponseCommand extends UpdateRouteResponseCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: UpdateRouteResponseRequest;
|
|
98
|
+
output: UpdateRouteResponseResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: UpdateRouteResponseCommandInput;
|
|
102
|
+
output: UpdateRouteResponseCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -131,4 +131,15 @@ declare const UpdateStageCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class UpdateStageCommand extends UpdateStageCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: UpdateStageRequest;
|
|
138
|
+
output: UpdateStageResponse;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: UpdateStageCommandInput;
|
|
142
|
+
output: UpdateStageCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateVpcLinkCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateVpcLinkCommand extends UpdateVpcLinkCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateVpcLinkRequest;
|
|
88
|
+
output: UpdateVpcLinkResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateVpcLinkCommandInput;
|
|
92
|
+
output: UpdateVpcLinkCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -33,4 +33,15 @@ declare const CreateApiCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateApiCommand extends CreateApiCommand_base {
|
|
36
|
+
export declare class CreateApiCommand extends CreateApiCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateApiRequest;
|
|
40
|
+
output: CreateApiResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateApiCommandInput;
|
|
44
|
+
output: CreateApiCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateApiMappingCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateApiMappingCommand extends CreateApiMappingCommand_base {
|
|
39
|
+
export declare class CreateApiMappingCommand extends CreateApiMappingCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateApiMappingRequest;
|
|
43
|
+
output: CreateApiMappingResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateApiMappingCommandInput;
|
|
47
|
+
output: CreateApiMappingCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateAuthorizerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
|
|
39
|
+
export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateAuthorizerRequest;
|
|
43
|
+
output: CreateAuthorizerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateAuthorizerCommandInput;
|
|
47
|
+
output: CreateAuthorizerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDeploymentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
39
|
+
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDeploymentRequest;
|
|
43
|
+
output: CreateDeploymentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDeploymentCommandInput;
|
|
47
|
+
output: CreateDeploymentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDomainNameCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
39
|
+
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDomainNameRequest;
|
|
43
|
+
output: CreateDomainNameResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDomainNameCommandInput;
|
|
47
|
+
output: CreateDomainNameCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateIntegrationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {
|
|
40
|
+
export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIntegrationRequest;
|
|
44
|
+
output: CreateIntegrationResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIntegrationCommandInput;
|
|
48
|
+
output: CreateIntegrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|