@aws-sdk/client-apigatewayv2 3.39.0 → 3.43.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +74 -5
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/ApiGatewayV2Client.d.ts +8 -0
- package/dist-types/commands/CreateApiCommand.d.ts +1 -1
- package/dist-types/commands/CreateApiMappingCommand.d.ts +1 -1
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +1 -1
- package/dist-types/commands/CreateStageCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApiCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/GetApiCommand.d.ts +1 -1
- package/dist-types/commands/GetApiMappingCommand.d.ts +1 -1
- package/dist-types/commands/GetApiMappingsCommand.d.ts +1 -1
- package/dist-types/commands/GetApisCommand.d.ts +1 -1
- package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +1 -1
- package/dist-types/commands/GetIntegrationsCommand.d.ts +1 -1
- package/dist-types/commands/GetModelCommand.d.ts +1 -1
- package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +1 -1
- package/dist-types/commands/GetRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetStageCommand.d.ts +1 -1
- package/dist-types/commands/GetStagesCommand.d.ts +1 -1
- package/dist-types/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
- package/dist-types/commands/ImportApiCommand.d.ts +1 -1
- package/dist-types/commands/ReimportApiCommand.d.ts +1 -1
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApiCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRouteCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -20,7 +20,7 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteRouteResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteRouteResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteRouteResponseCommand extends $Command<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteRouteSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteRouteSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteRouteSettingsCommand extends $Command<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteStageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteStageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteVpcLinkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteVpcLinkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetApiCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetApiCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetApiCommand extends $Command<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetApiMappingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetApiMappingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetApiMappingCommand extends $Command<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetApiMappingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetApiMappingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetApiMappingsCommand extends $Command<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetApisCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetApisCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetApisCommand extends $Command<GetApisCommandInput, GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAuthorizerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAuthorizerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAuthorizersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAuthorizersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeploymentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeploymentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeploymentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDomainNameCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDomainNameCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDomainNamesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDomainNamesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIntegrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIntegrationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIntegrationResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIntegrationResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIntegrationResponsesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIntegrationResponsesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetIntegrationResponsesCommand extends $Command<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIntegrationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIntegrationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetIntegrationsCommand extends $Command<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetModelCommandOutput extends GetModelResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetModelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetModelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetModelCommand extends $Command<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetModelTemplateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetModelTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetModelTemplateCommand extends $Command<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetModelsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetModelsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRouteCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRouteCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRouteCommand extends $Command<GetRouteCommandInput, GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRouteResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRouteResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRouteResponseCommand extends $Command<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRouteResponsesCommandOutput extends GetRouteResponsesRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRouteResponsesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRouteResponsesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRouteResponsesCommand extends $Command<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRoutesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRoutesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRoutesCommand extends $Command<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetStageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetStageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetStagesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetStagesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetStagesCommand extends $Command<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVpcLinkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVpcLinkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVpcLinksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVpcLinksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ImportApiCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ImportApiCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ImportApiCommand extends $Command<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ReimportApiCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ReimportApiCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ReimportApiCommand extends $Command<ReimportApiCommandInput, ReimportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ResetAuthorizersCacheCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ResetAuthorizersCacheCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ResetAuthorizersCacheCommand extends $Command<ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateApiCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateApiCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateApiCommand extends $Command<UpdateApiCommandInput, UpdateApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateApiMappingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateApiMappingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateApiMappingCommand extends $Command<UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAuthorizerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAuthorizerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAuthorizerCommand extends $Command<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDeploymentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDeploymentCommand extends $Command<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDomainNameCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDomainNameCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateIntegrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateIntegrationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateIntegrationCommand extends $Command<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateIntegrationResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateIntegrationResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateIntegrationResponseCommand extends $Command<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateModelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateModelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateRouteCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateRouteCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateRouteResponseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateRouteResponseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateRouteResponseCommand extends $Command<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateStageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateStageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateVpcLinkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateVpcLinkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -110,6 +110,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
110
110
|
|
|
111
111
|
logger?: __Logger;
|
|
112
112
|
|
|
113
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
114
|
+
|
|
115
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
116
|
+
|
|
113
117
|
serviceId?: string;
|
|
114
118
|
|
|
115
119
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|