@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
package/dist-cjs/index.js
CHANGED
|
@@ -91,6 +91,7 @@ __export(index_exports, {
|
|
|
91
91
|
GetVpcLinksCommand: () => GetVpcLinksCommand,
|
|
92
92
|
ImportApiCommand: () => ImportApiCommand,
|
|
93
93
|
IntegrationType: () => IntegrationType,
|
|
94
|
+
IpAddressType: () => IpAddressType,
|
|
94
95
|
LoggingLevel: () => LoggingLevel,
|
|
95
96
|
NotFoundException: () => NotFoundException,
|
|
96
97
|
PassthroughBehavior: () => PassthroughBehavior,
|
|
@@ -289,6 +290,10 @@ var ApiGatewayV2ServiceException = class _ApiGatewayV2ServiceException extends i
|
|
|
289
290
|
};
|
|
290
291
|
|
|
291
292
|
// src/models/models_0.ts
|
|
293
|
+
var IpAddressType = {
|
|
294
|
+
dualstack: "dualstack",
|
|
295
|
+
ipv4: "ipv4"
|
|
296
|
+
};
|
|
292
297
|
var ProtocolType = {
|
|
293
298
|
HTTP: "HTTP",
|
|
294
299
|
WEBSOCKET: "WEBSOCKET"
|
|
@@ -502,6 +507,7 @@ var se_CreateApiCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
502
507
|
description: [, , `Description`],
|
|
503
508
|
disableExecuteApiEndpoint: [, , `DisableExecuteApiEndpoint`],
|
|
504
509
|
disableSchemaValidation: [, , `DisableSchemaValidation`],
|
|
510
|
+
ipAddressType: [, , `IpAddressType`],
|
|
505
511
|
name: [, , `Name`],
|
|
506
512
|
protocolType: [, , `ProtocolType`],
|
|
507
513
|
routeKey: [, , `RouteKey`],
|
|
@@ -1315,6 +1321,7 @@ var se_UpdateApiCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1315
1321
|
description: [, , `Description`],
|
|
1316
1322
|
disableExecuteApiEndpoint: [, , `DisableExecuteApiEndpoint`],
|
|
1317
1323
|
disableSchemaValidation: [, , `DisableSchemaValidation`],
|
|
1324
|
+
ipAddressType: [, , `IpAddressType`],
|
|
1318
1325
|
name: [, , `Name`],
|
|
1319
1326
|
routeKey: [, , `RouteKey`],
|
|
1320
1327
|
routeSelectionExpression: [, , `RouteSelectionExpression`],
|
|
@@ -1586,6 +1593,7 @@ var de_CreateApiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1586
1593
|
DisableExecuteApiEndpoint: [, import_smithy_client.expectBoolean, `disableExecuteApiEndpoint`],
|
|
1587
1594
|
DisableSchemaValidation: [, import_smithy_client.expectBoolean, `disableSchemaValidation`],
|
|
1588
1595
|
ImportInfo: [, import_smithy_client._json, `importInfo`],
|
|
1596
|
+
IpAddressType: [, import_smithy_client.expectString, `ipAddressType`],
|
|
1589
1597
|
Name: [, import_smithy_client.expectString, `name`],
|
|
1590
1598
|
ProtocolType: [, import_smithy_client.expectString, `protocolType`],
|
|
1591
1599
|
RouteSelectionExpression: [, import_smithy_client.expectString, `routeSelectionExpression`],
|
|
@@ -2027,6 +2035,7 @@ var de_GetApiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2027
2035
|
DisableExecuteApiEndpoint: [, import_smithy_client.expectBoolean, `disableExecuteApiEndpoint`],
|
|
2028
2036
|
DisableSchemaValidation: [, import_smithy_client.expectBoolean, `disableSchemaValidation`],
|
|
2029
2037
|
ImportInfo: [, import_smithy_client._json, `importInfo`],
|
|
2038
|
+
IpAddressType: [, import_smithy_client.expectString, `ipAddressType`],
|
|
2030
2039
|
Name: [, import_smithy_client.expectString, `name`],
|
|
2031
2040
|
ProtocolType: [, import_smithy_client.expectString, `protocolType`],
|
|
2032
2041
|
RouteSelectionExpression: [, import_smithy_client.expectString, `routeSelectionExpression`],
|
|
@@ -2505,6 +2514,7 @@ var de_ImportApiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2505
2514
|
DisableExecuteApiEndpoint: [, import_smithy_client.expectBoolean, `disableExecuteApiEndpoint`],
|
|
2506
2515
|
DisableSchemaValidation: [, import_smithy_client.expectBoolean, `disableSchemaValidation`],
|
|
2507
2516
|
ImportInfo: [, import_smithy_client._json, `importInfo`],
|
|
2517
|
+
IpAddressType: [, import_smithy_client.expectString, `ipAddressType`],
|
|
2508
2518
|
Name: [, import_smithy_client.expectString, `name`],
|
|
2509
2519
|
ProtocolType: [, import_smithy_client.expectString, `protocolType`],
|
|
2510
2520
|
RouteSelectionExpression: [, import_smithy_client.expectString, `routeSelectionExpression`],
|
|
@@ -2534,6 +2544,7 @@ var de_ReimportApiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2534
2544
|
DisableExecuteApiEndpoint: [, import_smithy_client.expectBoolean, `disableExecuteApiEndpoint`],
|
|
2535
2545
|
DisableSchemaValidation: [, import_smithy_client.expectBoolean, `disableSchemaValidation`],
|
|
2536
2546
|
ImportInfo: [, import_smithy_client._json, `importInfo`],
|
|
2547
|
+
IpAddressType: [, import_smithy_client.expectString, `ipAddressType`],
|
|
2537
2548
|
Name: [, import_smithy_client.expectString, `name`],
|
|
2538
2549
|
ProtocolType: [, import_smithy_client.expectString, `protocolType`],
|
|
2539
2550
|
RouteSelectionExpression: [, import_smithy_client.expectString, `routeSelectionExpression`],
|
|
@@ -2593,6 +2604,7 @@ var de_UpdateApiCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2593
2604
|
DisableExecuteApiEndpoint: [, import_smithy_client.expectBoolean, `disableExecuteApiEndpoint`],
|
|
2594
2605
|
DisableSchemaValidation: [, import_smithy_client.expectBoolean, `disableSchemaValidation`],
|
|
2595
2606
|
ImportInfo: [, import_smithy_client._json, `importInfo`],
|
|
2607
|
+
IpAddressType: [, import_smithy_client.expectString, `ipAddressType`],
|
|
2596
2608
|
Name: [, import_smithy_client.expectString, `name`],
|
|
2597
2609
|
ProtocolType: [, import_smithy_client.expectString, `protocolType`],
|
|
2598
2610
|
RouteSelectionExpression: [, import_smithy_client.expectString, `routeSelectionExpression`],
|
|
@@ -2969,6 +2981,7 @@ var se_DomainNameConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
2969
2981
|
domainNameStatusMessage: [, , `DomainNameStatusMessage`],
|
|
2970
2982
|
endpointType: [, , `EndpointType`],
|
|
2971
2983
|
hostedZoneId: [, , `HostedZoneId`],
|
|
2984
|
+
ipAddressType: [, , `IpAddressType`],
|
|
2972
2985
|
ownershipVerificationCertificateArn: [, , `OwnershipVerificationCertificateArn`],
|
|
2973
2986
|
securityPolicy: [, , `SecurityPolicy`]
|
|
2974
2987
|
});
|
|
@@ -3117,6 +3130,7 @@ var de_Api = /* @__PURE__ */ __name((output, context) => {
|
|
|
3117
3130
|
DisableExecuteApiEndpoint: [, import_smithy_client.expectBoolean, `disableExecuteApiEndpoint`],
|
|
3118
3131
|
DisableSchemaValidation: [, import_smithy_client.expectBoolean, `disableSchemaValidation`],
|
|
3119
3132
|
ImportInfo: [, import_smithy_client._json, `importInfo`],
|
|
3133
|
+
IpAddressType: [, import_smithy_client.expectString, `ipAddressType`],
|
|
3120
3134
|
Name: [, import_smithy_client.expectString, `name`],
|
|
3121
3135
|
ProtocolType: [, import_smithy_client.expectString, `protocolType`],
|
|
3122
3136
|
RouteSelectionExpression: [, import_smithy_client.expectString, `routeSelectionExpression`],
|
|
@@ -3191,6 +3205,7 @@ var de_DomainNameConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
3191
3205
|
DomainNameStatusMessage: [, import_smithy_client.expectString, `domainNameStatusMessage`],
|
|
3192
3206
|
EndpointType: [, import_smithy_client.expectString, `endpointType`],
|
|
3193
3207
|
HostedZoneId: [, import_smithy_client.expectString, `hostedZoneId`],
|
|
3208
|
+
IpAddressType: [, import_smithy_client.expectString, `ipAddressType`],
|
|
3194
3209
|
OwnershipVerificationCertificateArn: [, import_smithy_client.expectString, `ownershipVerificationCertificateArn`],
|
|
3195
3210
|
SecurityPolicy: [, import_smithy_client.expectString, `securityPolicy`]
|
|
3196
3211
|
});
|
|
@@ -4614,6 +4629,7 @@ var ApiGatewayV2 = class extends ApiGatewayV2Client {
|
|
|
4614
4629
|
UpdateRouteResponseCommand,
|
|
4615
4630
|
UpdateStageCommand,
|
|
4616
4631
|
UpdateVpcLinkCommand,
|
|
4632
|
+
IpAddressType,
|
|
4617
4633
|
ProtocolType,
|
|
4618
4634
|
AuthorizerType,
|
|
4619
4635
|
DeploymentStatus,
|
|
@@ -17,6 +17,7 @@ export const se_CreateApiCommand = async (input, context) => {
|
|
|
17
17
|
description: [, , `Description`],
|
|
18
18
|
disableExecuteApiEndpoint: [, , `DisableExecuteApiEndpoint`],
|
|
19
19
|
disableSchemaValidation: [, , `DisableSchemaValidation`],
|
|
20
|
+
ipAddressType: [, , `IpAddressType`],
|
|
20
21
|
name: [, , `Name`],
|
|
21
22
|
protocolType: [, , `ProtocolType`],
|
|
22
23
|
routeKey: [, , `RouteKey`],
|
|
@@ -800,6 +801,7 @@ export const se_UpdateApiCommand = async (input, context) => {
|
|
|
800
801
|
description: [, , `Description`],
|
|
801
802
|
disableExecuteApiEndpoint: [, , `DisableExecuteApiEndpoint`],
|
|
802
803
|
disableSchemaValidation: [, , `DisableSchemaValidation`],
|
|
804
|
+
ipAddressType: [, , `IpAddressType`],
|
|
803
805
|
name: [, , `Name`],
|
|
804
806
|
routeKey: [, , `RouteKey`],
|
|
805
807
|
routeSelectionExpression: [, , `RouteSelectionExpression`],
|
|
@@ -1048,6 +1050,7 @@ export const de_CreateApiCommand = async (output, context) => {
|
|
|
1048
1050
|
DisableExecuteApiEndpoint: [, __expectBoolean, `disableExecuteApiEndpoint`],
|
|
1049
1051
|
DisableSchemaValidation: [, __expectBoolean, `disableSchemaValidation`],
|
|
1050
1052
|
ImportInfo: [, _json, `importInfo`],
|
|
1053
|
+
IpAddressType: [, __expectString, `ipAddressType`],
|
|
1051
1054
|
Name: [, __expectString, `name`],
|
|
1052
1055
|
ProtocolType: [, __expectString, `protocolType`],
|
|
1053
1056
|
RouteSelectionExpression: [, __expectString, `routeSelectionExpression`],
|
|
@@ -1489,6 +1492,7 @@ export const de_GetApiCommand = async (output, context) => {
|
|
|
1489
1492
|
DisableExecuteApiEndpoint: [, __expectBoolean, `disableExecuteApiEndpoint`],
|
|
1490
1493
|
DisableSchemaValidation: [, __expectBoolean, `disableSchemaValidation`],
|
|
1491
1494
|
ImportInfo: [, _json, `importInfo`],
|
|
1495
|
+
IpAddressType: [, __expectString, `ipAddressType`],
|
|
1492
1496
|
Name: [, __expectString, `name`],
|
|
1493
1497
|
ProtocolType: [, __expectString, `protocolType`],
|
|
1494
1498
|
RouteSelectionExpression: [, __expectString, `routeSelectionExpression`],
|
|
@@ -1967,6 +1971,7 @@ export const de_ImportApiCommand = async (output, context) => {
|
|
|
1967
1971
|
DisableExecuteApiEndpoint: [, __expectBoolean, `disableExecuteApiEndpoint`],
|
|
1968
1972
|
DisableSchemaValidation: [, __expectBoolean, `disableSchemaValidation`],
|
|
1969
1973
|
ImportInfo: [, _json, `importInfo`],
|
|
1974
|
+
IpAddressType: [, __expectString, `ipAddressType`],
|
|
1970
1975
|
Name: [, __expectString, `name`],
|
|
1971
1976
|
ProtocolType: [, __expectString, `protocolType`],
|
|
1972
1977
|
RouteSelectionExpression: [, __expectString, `routeSelectionExpression`],
|
|
@@ -1996,6 +2001,7 @@ export const de_ReimportApiCommand = async (output, context) => {
|
|
|
1996
2001
|
DisableExecuteApiEndpoint: [, __expectBoolean, `disableExecuteApiEndpoint`],
|
|
1997
2002
|
DisableSchemaValidation: [, __expectBoolean, `disableSchemaValidation`],
|
|
1998
2003
|
ImportInfo: [, _json, `importInfo`],
|
|
2004
|
+
IpAddressType: [, __expectString, `ipAddressType`],
|
|
1999
2005
|
Name: [, __expectString, `name`],
|
|
2000
2006
|
ProtocolType: [, __expectString, `protocolType`],
|
|
2001
2007
|
RouteSelectionExpression: [, __expectString, `routeSelectionExpression`],
|
|
@@ -2055,6 +2061,7 @@ export const de_UpdateApiCommand = async (output, context) => {
|
|
|
2055
2061
|
DisableExecuteApiEndpoint: [, __expectBoolean, `disableExecuteApiEndpoint`],
|
|
2056
2062
|
DisableSchemaValidation: [, __expectBoolean, `disableSchemaValidation`],
|
|
2057
2063
|
ImportInfo: [, _json, `importInfo`],
|
|
2064
|
+
IpAddressType: [, __expectString, `ipAddressType`],
|
|
2058
2065
|
Name: [, __expectString, `name`],
|
|
2059
2066
|
ProtocolType: [, __expectString, `protocolType`],
|
|
2060
2067
|
RouteSelectionExpression: [, __expectString, `routeSelectionExpression`],
|
|
@@ -2431,6 +2438,7 @@ const se_DomainNameConfiguration = (input, context) => {
|
|
|
2431
2438
|
domainNameStatusMessage: [, , `DomainNameStatusMessage`],
|
|
2432
2439
|
endpointType: [, , `EndpointType`],
|
|
2433
2440
|
hostedZoneId: [, , `HostedZoneId`],
|
|
2441
|
+
ipAddressType: [, , `IpAddressType`],
|
|
2434
2442
|
ownershipVerificationCertificateArn: [, , `OwnershipVerificationCertificateArn`],
|
|
2435
2443
|
securityPolicy: [, , `SecurityPolicy`],
|
|
2436
2444
|
});
|
|
@@ -2605,6 +2613,7 @@ const de_Api = (output, context) => {
|
|
|
2605
2613
|
DisableExecuteApiEndpoint: [, __expectBoolean, `disableExecuteApiEndpoint`],
|
|
2606
2614
|
DisableSchemaValidation: [, __expectBoolean, `disableSchemaValidation`],
|
|
2607
2615
|
ImportInfo: [, _json, `importInfo`],
|
|
2616
|
+
IpAddressType: [, __expectString, `ipAddressType`],
|
|
2608
2617
|
Name: [, __expectString, `name`],
|
|
2609
2618
|
ProtocolType: [, __expectString, `protocolType`],
|
|
2610
2619
|
RouteSelectionExpression: [, __expectString, `routeSelectionExpression`],
|
|
@@ -2679,6 +2688,7 @@ const de_DomainNameConfiguration = (output, context) => {
|
|
|
2679
2688
|
DomainNameStatusMessage: [, __expectString, `domainNameStatusMessage`],
|
|
2680
2689
|
EndpointType: [, __expectString, `endpointType`],
|
|
2681
2690
|
HostedZoneId: [, __expectString, `hostedZoneId`],
|
|
2691
|
+
IpAddressType: [, __expectString, `ipAddressType`],
|
|
2682
2692
|
OwnershipVerificationCertificateArn: [, __expectString, `ownershipVerificationCertificateArn`],
|
|
2683
2693
|
SecurityPolicy: [, __expectString, `securityPolicy`],
|
|
2684
2694
|
});
|
|
@@ -56,6 +56,7 @@ declare const CreateApiCommand_base: {
|
|
|
56
56
|
* Description: "STRING_VALUE",
|
|
57
57
|
* DisableSchemaValidation: true || false,
|
|
58
58
|
* DisableExecuteApiEndpoint: true || false,
|
|
59
|
+
* IpAddressType: "ipv4" || "dualstack",
|
|
59
60
|
* Name: "STRING_VALUE", // required
|
|
60
61
|
* ProtocolType: "WEBSOCKET" || "HTTP", // required
|
|
61
62
|
* RouteKey: "STRING_VALUE",
|
|
@@ -96,6 +97,7 @@ declare const CreateApiCommand_base: {
|
|
|
96
97
|
* // ImportInfo: [ // __listOf__string
|
|
97
98
|
* // "STRING_VALUE",
|
|
98
99
|
* // ],
|
|
100
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
99
101
|
* // Name: "STRING_VALUE",
|
|
100
102
|
* // ProtocolType: "WEBSOCKET" || "HTTP",
|
|
101
103
|
* // RouteSelectionExpression: "STRING_VALUE",
|
|
@@ -131,6 +133,7 @@ declare const CreateApiCommand_base: {
|
|
|
131
133
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
132
134
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
133
135
|
*
|
|
136
|
+
*
|
|
134
137
|
* @public
|
|
135
138
|
*/
|
|
136
139
|
export declare class CreateApiCommand extends CreateApiCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const CreateApiMappingCommand_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 CreateApiMappingCommand extends CreateApiMappingCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const CreateAuthorizerCommand_base: {
|
|
|
100
100
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const CreateDeploymentCommand_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 CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
@@ -46,6 +46,7 @@ declare const CreateDomainNameCommand_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
|
* },
|
|
@@ -73,6 +74,7 @@ declare const CreateDomainNameCommand_base: {
|
|
|
73
74
|
* // DomainNameStatusMessage: "STRING_VALUE",
|
|
74
75
|
* // EndpointType: "REGIONAL" || "EDGE",
|
|
75
76
|
* // HostedZoneId: "STRING_VALUE",
|
|
77
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
76
78
|
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
|
|
77
79
|
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
|
|
78
80
|
* // },
|
|
@@ -114,6 +116,7 @@ declare const CreateDomainNameCommand_base: {
|
|
|
114
116
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
115
117
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
116
118
|
*
|
|
119
|
+
*
|
|
117
120
|
* @public
|
|
118
121
|
*/
|
|
119
122
|
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const CreateIntegrationCommand_base: {
|
|
|
122
122
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const CreateIntegrationResponseCommand_base: {
|
|
|
85
85
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const CreateModelCommand_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 CreateModelCommand extends CreateModelCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const CreateRouteCommand_base: {
|
|
|
105
105
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class CreateRouteCommand extends CreateRouteCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const CreateRouteResponseCommand_base: {
|
|
|
87
87
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class CreateRouteResponseCommand extends CreateRouteResponseCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const CreateStageCommand_base: {
|
|
|
131
131
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const CreateVpcLinkCommand_base: {
|
|
|
83
83
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteAccessLogSettingsCommand_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 DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const DeleteApiCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteApiCommand extends DeleteApiCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteApiMappingCommand_base: {
|
|
|
62
62
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteAuthorizerCommand_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 DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const DeleteCorsConfigurationCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteDeploymentCommand_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 DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteIntegrationCommand_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 DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const DeleteIntegrationResponseCommand_base: {
|
|
|
60
60
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteModelCommand_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 DeleteModelCommand extends DeleteModelCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteRouteCommand_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 DeleteRouteCommand extends DeleteRouteCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const DeleteRouteRequestParameterCommand_base: {
|
|
|
60
60
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const DeleteRouteResponseCommand_base: {
|
|
|
60
60
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const DeleteRouteSettingsCommand_base: {
|
|
|
60
60
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteStageCommand_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 DeleteStageCommand extends DeleteStageCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const DeleteVpcLinkCommand_base: {
|
|
|
58
58
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ExportApiCommand_base: {
|
|
|
76
76
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
*/
|
|
80
81
|
export declare class ExportApiCommand extends ExportApiCommand_base {
|
|
81
82
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -67,6 +67,7 @@ declare const GetApiCommand_base: {
|
|
|
67
67
|
* // ImportInfo: [ // __listOf__string
|
|
68
68
|
* // "STRING_VALUE",
|
|
69
69
|
* // ],
|
|
70
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
70
71
|
* // Name: "STRING_VALUE",
|
|
71
72
|
* // ProtocolType: "WEBSOCKET" || "HTTP",
|
|
72
73
|
* // RouteSelectionExpression: "STRING_VALUE",
|
|
@@ -96,6 +97,7 @@ declare const GetApiCommand_base: {
|
|
|
96
97
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
97
98
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
98
99
|
*
|
|
100
|
+
*
|
|
99
101
|
* @public
|
|
100
102
|
*/
|
|
101
103
|
export declare class GetApiCommand extends GetApiCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const GetApiMappingCommand_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 GetApiMappingCommand extends GetApiMappingCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetApiMappingsCommand_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 GetApiMappingsCommand extends GetApiMappingsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetApisCommand_base: {
|
|
|
70
70
|
* // ImportInfo: [ // __listOf__string
|
|
71
71
|
* // "STRING_VALUE",
|
|
72
72
|
* // ],
|
|
73
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
73
74
|
* // Name: "STRING_VALUE", // required
|
|
74
75
|
* // ProtocolType: "WEBSOCKET" || "HTTP", // required
|
|
75
76
|
* // RouteSelectionExpression: "STRING_VALUE", // required
|
|
@@ -105,6 +106,7 @@ declare const GetApisCommand_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 GetApisCommand extends GetApisCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const GetAuthorizerCommand_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 GetAuthorizerCommand extends GetAuthorizerCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetAuthorizersCommand_base: {
|
|
|
87
87
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const GetDeploymentCommand_base: {
|
|
|
66
66
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetDeploymentsCommand_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 GetDeploymentsCommand extends GetDeploymentsCommand_base {
|
|
@@ -24,7 +24,6 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
24
24
|
declare const GetDomainNameCommand_base: {
|
|
25
25
|
new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
/** @internal type navigation helper, not in runtime. */
|
|
28
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
28
|
};
|
|
30
29
|
/**
|
|
@@ -53,6 +52,7 @@ declare const GetDomainNameCommand_base: {
|
|
|
53
52
|
* // DomainNameStatusMessage: "STRING_VALUE",
|
|
54
53
|
* // EndpointType: "REGIONAL" || "EDGE",
|
|
55
54
|
* // HostedZoneId: "STRING_VALUE",
|
|
55
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
56
56
|
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
|
|
57
57
|
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
|
|
58
58
|
* // },
|
|
@@ -86,6 +86,7 @@ declare const GetDomainNameCommand_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 GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
@@ -55,6 +55,7 @@ declare const GetDomainNamesCommand_base: {
|
|
|
55
55
|
* // DomainNameStatusMessage: "STRING_VALUE",
|
|
56
56
|
* // EndpointType: "REGIONAL" || "EDGE",
|
|
57
57
|
* // HostedZoneId: "STRING_VALUE",
|
|
58
|
+
* // IpAddressType: "ipv4" || "dualstack",
|
|
58
59
|
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
|
|
59
60
|
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
|
|
60
61
|
* // },
|
|
@@ -94,6 +95,7 @@ declare const GetDomainNamesCommand_base: {
|
|
|
94
95
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
95
96
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
96
97
|
*
|
|
98
|
+
*
|
|
97
99
|
* @public
|
|
98
100
|
*/
|
|
99
101
|
export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetIntegrationCommand_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 GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const GetIntegrationResponseCommand_base: {
|
|
|
71
71
|
* @throws {@link ApiGatewayV2ServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {
|