@aws-sdk/client-apigatewayv2 3.775.0 → 3.778.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +16 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +10 -0
- package/dist-types/commands/CreateApiCommand.d.ts +3 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +1 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +3 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +1 -0
- package/dist-types/commands/CreateStageCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -0
- package/dist-types/commands/ExportApiCommand.d.ts +1 -0
- package/dist-types/commands/GetApiCommand.d.ts +2 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +1 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +1 -0
- package/dist-types/commands/GetApisCommand.d.ts +2 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +1 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +1 -0
- package/dist-types/commands/GetModelCommand.d.ts +1 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetModelsCommand.d.ts +1 -0
- package/dist-types/commands/GetRouteCommand.d.ts +1 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +1 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +1 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +1 -0
- package/dist-types/commands/GetStageCommand.d.ts +1 -0
- package/dist-types/commands/GetStagesCommand.d.ts +1 -0
- package/dist-types/commands/GetTagsCommand.d.ts +1 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -0
- package/dist-types/commands/ImportApiCommand.d.ts +2 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +2 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +3 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +57 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/package.json +2 -2
|
@@ -80,6 +80,7 @@ declare const GetIntegrationResponsesCommand_base: {
|
|
|
80
80
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetIntegrationResponsesCommand extends GetIntegrationResponsesCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetIntegrationsCommand_base: {
|
|
|
99
99
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetIntegrationsCommand extends GetIntegrationsCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const GetModelCommand_base: {
|
|
|
65
65
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetModelCommand extends GetModelCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const GetModelTemplateCommand_base: {
|
|
|
61
61
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetModelsCommand_base: {
|
|
|
74
74
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetRouteCommand_base: {
|
|
|
81
81
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetRouteCommand extends GetRouteCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetRouteResponseCommand_base: {
|
|
|
72
72
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetRouteResponseCommand extends GetRouteResponseCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetRouteResponsesCommand_base: {
|
|
|
81
81
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetRouteResponsesCommand extends GetRouteResponsesCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetRoutesCommand_base: {
|
|
|
90
90
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetRoutesCommand extends GetRoutesCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const GetStageCommand_base: {
|
|
|
95
95
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetStageCommand extends GetStageCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const GetStagesCommand_base: {
|
|
|
104
104
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetStagesCommand extends GetStagesCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const GetTagsCommand_base: {
|
|
|
68
68
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetTagsCommand extends GetTagsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetVpcLinkCommand_base: {
|
|
|
74
74
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetVpcLinksCommand_base: {
|
|
|
80
80
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ImportApiCommand_base: {
|
|
|
69
69
|
* // ImportInfo: [ // __listOf__string
|
|
70
70
|
* // "STRING_VALUE",
|
|
71
71
|
* // ],
|
|
72
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
72
73
|
* // Name: "STRING_VALUE",
|
|
73
74
|
* // ProtocolType: "WEBSOCKET" || "HTTP",
|
|
74
75
|
* // RouteSelectionExpression: "STRING_VALUE",
|
|
@@ -104,6 +105,7 @@ declare const ImportApiCommand_base: {
|
|
|
104
105
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
105
106
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
106
107
|
*
|
|
108
|
+
*
|
|
107
109
|
* @public
|
|
108
110
|
*/
|
|
109
111
|
export declare class ImportApiCommand extends ImportApiCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ReimportApiCommand_base: {
|
|
|
70
70
|
* // ImportInfo: [ // __listOf__string
|
|
71
71
|
* // "STRING_VALUE",
|
|
72
72
|
* // ],
|
|
73
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
73
74
|
* // Name: "STRING_VALUE",
|
|
74
75
|
* // ProtocolType: "WEBSOCKET" || "HTTP",
|
|
75
76
|
* // RouteSelectionExpression: "STRING_VALUE",
|
|
@@ -105,6 +106,7 @@ declare const ReimportApiCommand_base: {
|
|
|
105
106
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
106
107
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
107
108
|
*
|
|
109
|
+
*
|
|
108
110
|
* @public
|
|
109
111
|
*/
|
|
110
112
|
export declare class ReimportApiCommand extends ReimportApiCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const ResetAuthorizersCacheCommand_base: {
|
|
|
59
59
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class ResetAuthorizersCacheCommand extends ResetAuthorizersCacheCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -57,6 +57,7 @@ declare const UpdateApiCommand_base: {
|
|
|
57
57
|
* Description: "STRING_VALUE",
|
|
58
58
|
* DisableSchemaValidation: true || false,
|
|
59
59
|
* DisableExecuteApiEndpoint: true || false,
|
|
60
|
+
* IpAddressType: "ipv4" || "dualstack",
|
|
60
61
|
* Name: "STRING_VALUE",
|
|
61
62
|
* RouteKey: "STRING_VALUE",
|
|
62
63
|
* RouteSelectionExpression: "STRING_VALUE",
|
|
@@ -93,6 +94,7 @@ declare const UpdateApiCommand_base: {
|
|
|
93
94
|
* // ImportInfo: [ // __listOf__string
|
|
94
95
|
* // "STRING_VALUE",
|
|
95
96
|
* // ],
|
|
97
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
96
98
|
* // Name: "STRING_VALUE",
|
|
97
99
|
* // ProtocolType: "WEBSOCKET" || "HTTP",
|
|
98
100
|
* // RouteSelectionExpression: "STRING_VALUE",
|
|
@@ -128,6 +130,7 @@ declare const UpdateApiCommand_base: {
|
|
|
128
130
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
129
131
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
130
132
|
*
|
|
133
|
+
*
|
|
131
134
|
* @public
|
|
132
135
|
*/
|
|
133
136
|
export declare class UpdateApiCommand extends UpdateApiCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateApiMappingCommand_base: {
|
|
|
73
73
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateApiMappingCommand extends UpdateApiMappingCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const UpdateAuthorizerCommand_base: {
|
|
|
101
101
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateDeploymentCommand_base: {
|
|
|
73
73
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateDeploymentCommand extends UpdateDeploymentCommand_base {
|
|
@@ -46,6 +46,7 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
46
46
|
* DomainNameStatusMessage: "STRING_VALUE",
|
|
47
47
|
* EndpointType: "REGIONAL" || "EDGE",
|
|
48
48
|
* HostedZoneId: "STRING_VALUE",
|
|
49
|
+
* IpAddressType: "ipv4" || "dualstack",
|
|
49
50
|
* SecurityPolicy: "TLS_1_0" || "TLS_1_2",
|
|
50
51
|
* OwnershipVerificationCertificateArn: "STRING_VALUE",
|
|
51
52
|
* },
|
|
@@ -70,6 +71,7 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
70
71
|
* // DomainNameStatusMessage: "STRING_VALUE",
|
|
71
72
|
* // EndpointType: "REGIONAL" || "EDGE",
|
|
72
73
|
* // HostedZoneId: "STRING_VALUE",
|
|
74
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
73
75
|
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
|
|
74
76
|
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
|
|
75
77
|
* // },
|
|
@@ -109,6 +111,7 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
109
111
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
110
112
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
111
113
|
*
|
|
114
|
+
*
|
|
112
115
|
* @public
|
|
113
116
|
*/
|
|
114
117
|
export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
123
123
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const UpdateIntegrationResponseCommand_base: {
|
|
|
86
86
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UpdateModelCommand_base: {
|
|
|
75
75
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const UpdateRouteCommand_base: {
|
|
|
106
106
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const UpdateRouteResponseCommand_base: {
|
|
|
88
88
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateRouteResponseCommand extends UpdateRouteResponseCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const UpdateStageCommand_base: {
|
|
|
128
128
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class UpdateStageCommand extends UpdateStageCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateVpcLinkCommand_base: {
|
|
|
78
78
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateVpcLinkCommand extends UpdateVpcLinkCommand_base {
|
|
@@ -36,6 +36,18 @@ export interface Cors {
|
|
|
36
36
|
*/
|
|
37
37
|
MaxAge?: number | undefined;
|
|
38
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* @enum
|
|
42
|
+
*/
|
|
43
|
+
export declare const IpAddressType: {
|
|
44
|
+
readonly dualstack: "dualstack";
|
|
45
|
+
readonly ipv4: "ipv4";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
39
51
|
/**
|
|
40
52
|
* @public
|
|
41
53
|
* @enum
|
|
@@ -103,6 +115,11 @@ export interface Api {
|
|
|
103
115
|
* @public
|
|
104
116
|
*/
|
|
105
117
|
ImportInfo?: string[] | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The IP address types that can invoke the API.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
IpAddressType?: IpAddressType | undefined;
|
|
106
123
|
/**
|
|
107
124
|
* <p>The name of the API.</p>
|
|
108
125
|
* @public
|
|
@@ -383,6 +400,11 @@ export interface DomainNameConfiguration {
|
|
|
383
400
|
* @public
|
|
384
401
|
*/
|
|
385
402
|
HostedZoneId?: string | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* <p>The IP address types that can invoke the domain name. Use ipv4 to allow only IPv4 addresses to invoke your domain name, or use dualstack to allow both IPv4 and IPv6 addresses to invoke your domain name.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
IpAddressType?: IpAddressType | undefined;
|
|
386
408
|
/**
|
|
387
409
|
* <p>The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.</p>
|
|
388
410
|
* @public
|
|
@@ -1107,6 +1129,11 @@ export interface CreateApiRequest {
|
|
|
1107
1129
|
* @public
|
|
1108
1130
|
*/
|
|
1109
1131
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
1132
|
+
/**
|
|
1133
|
+
* <p>The IP address types that can invoke the API.</p>
|
|
1134
|
+
* @public
|
|
1135
|
+
*/
|
|
1136
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1110
1137
|
/**
|
|
1111
1138
|
* <p>The name of the API.</p>
|
|
1112
1139
|
* @public
|
|
@@ -1197,6 +1224,11 @@ export interface CreateApiResponse {
|
|
|
1197
1224
|
* @public
|
|
1198
1225
|
*/
|
|
1199
1226
|
ImportInfo?: string[] | undefined;
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>The IP address types that can invoke the API.</p>
|
|
1229
|
+
* @public
|
|
1230
|
+
*/
|
|
1231
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1200
1232
|
/**
|
|
1201
1233
|
* <p>The name of the API.</p>
|
|
1202
1234
|
* @public
|
|
@@ -2700,6 +2732,11 @@ export interface GetApiResponse {
|
|
|
2700
2732
|
* @public
|
|
2701
2733
|
*/
|
|
2702
2734
|
ImportInfo?: string[] | undefined;
|
|
2735
|
+
/**
|
|
2736
|
+
* <p>The IP address types that can invoke the API.</p>
|
|
2737
|
+
* @public
|
|
2738
|
+
*/
|
|
2739
|
+
IpAddressType?: IpAddressType | undefined;
|
|
2703
2740
|
/**
|
|
2704
2741
|
* <p>The name of the API.</p>
|
|
2705
2742
|
* @public
|
|
@@ -3982,6 +4019,11 @@ export interface ImportApiResponse {
|
|
|
3982
4019
|
* @public
|
|
3983
4020
|
*/
|
|
3984
4021
|
ImportInfo?: string[] | undefined;
|
|
4022
|
+
/**
|
|
4023
|
+
* <p>The IP address types that can invoke the API.</p>
|
|
4024
|
+
* @public
|
|
4025
|
+
*/
|
|
4026
|
+
IpAddressType?: IpAddressType | undefined;
|
|
3985
4027
|
/**
|
|
3986
4028
|
* <p>The name of the API.</p>
|
|
3987
4029
|
* @public
|
|
@@ -4093,6 +4135,11 @@ export interface ReimportApiResponse {
|
|
|
4093
4135
|
* @public
|
|
4094
4136
|
*/
|
|
4095
4137
|
ImportInfo?: string[] | undefined;
|
|
4138
|
+
/**
|
|
4139
|
+
* <p>The IP address types that can invoke the API.</p>
|
|
4140
|
+
* @public
|
|
4141
|
+
*/
|
|
4142
|
+
IpAddressType?: IpAddressType | undefined;
|
|
4096
4143
|
/**
|
|
4097
4144
|
* <p>The name of the API.</p>
|
|
4098
4145
|
* @public
|
|
@@ -4215,6 +4262,11 @@ export interface UpdateApiRequest {
|
|
|
4215
4262
|
* @public
|
|
4216
4263
|
*/
|
|
4217
4264
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
4265
|
+
/**
|
|
4266
|
+
* <p>The IP address types that can invoke your API or domain name.</p>
|
|
4267
|
+
* @public
|
|
4268
|
+
*/
|
|
4269
|
+
IpAddressType?: IpAddressType | undefined;
|
|
4218
4270
|
/**
|
|
4219
4271
|
* <p>The name of the API.</p>
|
|
4220
4272
|
* @public
|
|
@@ -4295,6 +4347,11 @@ export interface UpdateApiResponse {
|
|
|
4295
4347
|
* @public
|
|
4296
4348
|
*/
|
|
4297
4349
|
ImportInfo?: string[] | undefined;
|
|
4350
|
+
/**
|
|
4351
|
+
* <p>The IP address types that can invoke the API.</p>
|
|
4352
|
+
* @public
|
|
4353
|
+
*/
|
|
4354
|
+
IpAddressType?: IpAddressType | undefined;
|
|
4298
4355
|
/**
|
|
4299
4356
|
* <p>The name of the API.</p>
|
|
4300
4357
|
* @public
|
|
@@ -8,6 +8,11 @@ export interface Cors {
|
|
|
8
8
|
ExposeHeaders?: string[] | undefined;
|
|
9
9
|
MaxAge?: number | undefined;
|
|
10
10
|
}
|
|
11
|
+
export declare const IpAddressType: {
|
|
12
|
+
readonly dualstack: "dualstack";
|
|
13
|
+
readonly ipv4: "ipv4";
|
|
14
|
+
};
|
|
15
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
11
16
|
export declare const ProtocolType: {
|
|
12
17
|
readonly HTTP: "HTTP";
|
|
13
18
|
readonly WEBSOCKET: "WEBSOCKET";
|
|
@@ -24,6 +29,7 @@ export interface Api {
|
|
|
24
29
|
DisableSchemaValidation?: boolean | undefined;
|
|
25
30
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
26
31
|
ImportInfo?: string[] | undefined;
|
|
32
|
+
IpAddressType?: IpAddressType | undefined;
|
|
27
33
|
Name: string | undefined;
|
|
28
34
|
ProtocolType: ProtocolType | undefined;
|
|
29
35
|
RouteSelectionExpression: string | undefined;
|
|
@@ -103,6 +109,7 @@ export interface DomainNameConfiguration {
|
|
|
103
109
|
DomainNameStatusMessage?: string | undefined;
|
|
104
110
|
EndpointType?: EndpointType | undefined;
|
|
105
111
|
HostedZoneId?: string | undefined;
|
|
112
|
+
IpAddressType?: IpAddressType | undefined;
|
|
106
113
|
SecurityPolicy?: SecurityPolicy | undefined;
|
|
107
114
|
OwnershipVerificationCertificateArn?: string | undefined;
|
|
108
115
|
}
|
|
@@ -305,6 +312,7 @@ export interface CreateApiRequest {
|
|
|
305
312
|
Description?: string | undefined;
|
|
306
313
|
DisableSchemaValidation?: boolean | undefined;
|
|
307
314
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
315
|
+
IpAddressType?: IpAddressType | undefined;
|
|
308
316
|
Name: string | undefined;
|
|
309
317
|
ProtocolType: ProtocolType | undefined;
|
|
310
318
|
RouteKey?: string | undefined;
|
|
@@ -324,6 +332,7 @@ export interface CreateApiResponse {
|
|
|
324
332
|
DisableSchemaValidation?: boolean | undefined;
|
|
325
333
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
326
334
|
ImportInfo?: string[] | undefined;
|
|
335
|
+
IpAddressType?: IpAddressType | undefined;
|
|
327
336
|
Name?: string | undefined;
|
|
328
337
|
ProtocolType?: ProtocolType | undefined;
|
|
329
338
|
RouteSelectionExpression?: string | undefined;
|
|
@@ -671,6 +680,7 @@ export interface GetApiResponse {
|
|
|
671
680
|
DisableSchemaValidation?: boolean | undefined;
|
|
672
681
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
673
682
|
ImportInfo?: string[] | undefined;
|
|
683
|
+
IpAddressType?: IpAddressType | undefined;
|
|
674
684
|
Name?: string | undefined;
|
|
675
685
|
ProtocolType?: ProtocolType | undefined;
|
|
676
686
|
RouteSelectionExpression?: string | undefined;
|
|
@@ -978,6 +988,7 @@ export interface ImportApiResponse {
|
|
|
978
988
|
DisableSchemaValidation?: boolean | undefined;
|
|
979
989
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
980
990
|
ImportInfo?: string[] | undefined;
|
|
991
|
+
IpAddressType?: IpAddressType | undefined;
|
|
981
992
|
Name?: string | undefined;
|
|
982
993
|
ProtocolType?: ProtocolType | undefined;
|
|
983
994
|
RouteSelectionExpression?: string | undefined;
|
|
@@ -1002,6 +1013,7 @@ export interface ReimportApiResponse {
|
|
|
1002
1013
|
DisableSchemaValidation?: boolean | undefined;
|
|
1003
1014
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
1004
1015
|
ImportInfo?: string[] | undefined;
|
|
1016
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1005
1017
|
Name?: string | undefined;
|
|
1006
1018
|
ProtocolType?: ProtocolType | undefined;
|
|
1007
1019
|
RouteSelectionExpression?: string | undefined;
|
|
@@ -1030,6 +1042,7 @@ export interface UpdateApiRequest {
|
|
|
1030
1042
|
Description?: string | undefined;
|
|
1031
1043
|
DisableSchemaValidation?: boolean | undefined;
|
|
1032
1044
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
1045
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1033
1046
|
Name?: string | undefined;
|
|
1034
1047
|
RouteKey?: string | undefined;
|
|
1035
1048
|
RouteSelectionExpression?: string | undefined;
|
|
@@ -1047,6 +1060,7 @@ export interface UpdateApiResponse {
|
|
|
1047
1060
|
DisableSchemaValidation?: boolean | undefined;
|
|
1048
1061
|
DisableExecuteApiEndpoint?: boolean | undefined;
|
|
1049
1062
|
ImportInfo?: string[] | undefined;
|
|
1063
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1050
1064
|
Name?: string | undefined;
|
|
1051
1065
|
ProtocolType?: ProtocolType | undefined;
|
|
1052
1066
|
RouteSelectionExpression?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.778.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apigatewayv2",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|