@aws-sdk/client-ec2 3.1032.0 → 3.1033.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/README.md +21 -0
- package/dist-cjs/endpoint/bdd.js +52 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +53 -0
- package/dist-cjs/schemas/schemas_0.js +183 -85
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/AcceptTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/RejectTransitGatewayClientVpnAttachmentCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/bdd.js +49 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +120 -22
- package/dist-types/EC2.d.ts +21 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +3 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +10 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +4 -4
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +11 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +82 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +106 -181
- package/dist-types/models/models_1.d.ts +179 -119
- package/dist-types/models/models_2.d.ts +119 -56
- package/dist-types/models/models_3.d.ts +126 -205
- package/dist-types/models/models_4.d.ts +208 -266
- package/dist-types/models/models_5.d.ts +267 -292
- package/dist-types/models/models_6.d.ts +295 -238
- package/dist-types/models/models_7.d.ts +263 -3
- package/dist-types/schemas/schemas_0.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +69 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayClientVpnAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -36
- package/dist-types/ts3.4/models/models_1.d.ts +33 -33
- package/dist-types/ts3.4/models/models_2.d.ts +31 -15
- package/dist-types/ts3.4/models/models_3.d.ts +36 -33
- package/dist-types/ts3.4/models/models_4.d.ts +36 -44
- package/dist-types/ts3.4/models/models_5.d.ts +43 -48
- package/dist-types/ts3.4/models/models_6.d.ts +52 -51
- package/dist-types/ts3.4/models/models_7.d.ts +61 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- package/package.json +5 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
package/dist-es/EC2.js
CHANGED
|
@@ -2,6 +2,7 @@ import { createAggregatedClient } from "@smithy/smithy-client";
|
|
|
2
2
|
import { AcceptAddressTransferCommand, } from "./commands/AcceptAddressTransferCommand";
|
|
3
3
|
import { AcceptCapacityReservationBillingOwnershipCommand, } from "./commands/AcceptCapacityReservationBillingOwnershipCommand";
|
|
4
4
|
import { AcceptReservedInstancesExchangeQuoteCommand, } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
|
|
5
|
+
import { AcceptTransitGatewayClientVpnAttachmentCommand, } from "./commands/AcceptTransitGatewayClientVpnAttachmentCommand";
|
|
5
6
|
import { AcceptTransitGatewayMulticastDomainAssociationsCommand, } from "./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
6
7
|
import { AcceptTransitGatewayPeeringAttachmentCommand, } from "./commands/AcceptTransitGatewayPeeringAttachmentCommand";
|
|
7
8
|
import { AcceptTransitGatewayVpcAttachmentCommand, } from "./commands/AcceptTransitGatewayVpcAttachmentCommand";
|
|
@@ -227,6 +228,7 @@ import { DeleteTrafficMirrorFilterCommand, } from "./commands/DeleteTrafficMirro
|
|
|
227
228
|
import { DeleteTrafficMirrorFilterRuleCommand, } from "./commands/DeleteTrafficMirrorFilterRuleCommand";
|
|
228
229
|
import { DeleteTrafficMirrorSessionCommand, } from "./commands/DeleteTrafficMirrorSessionCommand";
|
|
229
230
|
import { DeleteTrafficMirrorTargetCommand, } from "./commands/DeleteTrafficMirrorTargetCommand";
|
|
231
|
+
import { DeleteTransitGatewayClientVpnAttachmentCommand, } from "./commands/DeleteTransitGatewayClientVpnAttachmentCommand";
|
|
230
232
|
import { DeleteTransitGatewayCommand, } from "./commands/DeleteTransitGatewayCommand";
|
|
231
233
|
import { DeleteTransitGatewayConnectCommand, } from "./commands/DeleteTransitGatewayConnectCommand";
|
|
232
234
|
import { DeleteTransitGatewayConnectPeerCommand, } from "./commands/DeleteTransitGatewayConnectPeerCommand";
|
|
@@ -697,6 +699,7 @@ import { RegisterInstanceEventNotificationAttributesCommand, } from "./commands/
|
|
|
697
699
|
import { RegisterTransitGatewayMulticastGroupMembersCommand, } from "./commands/RegisterTransitGatewayMulticastGroupMembersCommand";
|
|
698
700
|
import { RegisterTransitGatewayMulticastGroupSourcesCommand, } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
|
|
699
701
|
import { RejectCapacityReservationBillingOwnershipCommand, } from "./commands/RejectCapacityReservationBillingOwnershipCommand";
|
|
702
|
+
import { RejectTransitGatewayClientVpnAttachmentCommand, } from "./commands/RejectTransitGatewayClientVpnAttachmentCommand";
|
|
700
703
|
import { RejectTransitGatewayMulticastDomainAssociationsCommand, } from "./commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
|
|
701
704
|
import { RejectTransitGatewayPeeringAttachmentCommand, } from "./commands/RejectTransitGatewayPeeringAttachmentCommand";
|
|
702
705
|
import { RejectTransitGatewayVpcAttachmentCommand, } from "./commands/RejectTransitGatewayVpcAttachmentCommand";
|
|
@@ -973,6 +976,7 @@ const commands = {
|
|
|
973
976
|
AcceptAddressTransferCommand,
|
|
974
977
|
AcceptCapacityReservationBillingOwnershipCommand,
|
|
975
978
|
AcceptReservedInstancesExchangeQuoteCommand,
|
|
979
|
+
AcceptTransitGatewayClientVpnAttachmentCommand,
|
|
976
980
|
AcceptTransitGatewayMulticastDomainAssociationsCommand,
|
|
977
981
|
AcceptTransitGatewayPeeringAttachmentCommand,
|
|
978
982
|
AcceptTransitGatewayVpcAttachmentCommand,
|
|
@@ -1199,6 +1203,7 @@ const commands = {
|
|
|
1199
1203
|
DeleteTrafficMirrorSessionCommand,
|
|
1200
1204
|
DeleteTrafficMirrorTargetCommand,
|
|
1201
1205
|
DeleteTransitGatewayCommand,
|
|
1206
|
+
DeleteTransitGatewayClientVpnAttachmentCommand,
|
|
1202
1207
|
DeleteTransitGatewayConnectCommand,
|
|
1203
1208
|
DeleteTransitGatewayConnectPeerCommand,
|
|
1204
1209
|
DeleteTransitGatewayMeteringPolicyCommand,
|
|
@@ -1668,6 +1673,7 @@ const commands = {
|
|
|
1668
1673
|
RegisterTransitGatewayMulticastGroupMembersCommand,
|
|
1669
1674
|
RegisterTransitGatewayMulticastGroupSourcesCommand,
|
|
1670
1675
|
RejectCapacityReservationBillingOwnershipCommand,
|
|
1676
|
+
RejectTransitGatewayClientVpnAttachmentCommand,
|
|
1671
1677
|
RejectTransitGatewayMulticastDomainAssociationsCommand,
|
|
1672
1678
|
RejectTransitGatewayPeeringAttachmentCommand,
|
|
1673
1679
|
RejectTransitGatewayVpcAttachmentCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AcceptTransitGatewayClientVpnAttachment$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AcceptTransitGatewayClientVpnAttachmentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "AcceptTransitGatewayClientVpnAttachment", {})
|
|
13
|
+
.n("EC2Client", "AcceptTransitGatewayClientVpnAttachmentCommand")
|
|
14
|
+
.sc(AcceptTransitGatewayClientVpnAttachment$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteTransitGatewayClientVpnAttachment$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteTransitGatewayClientVpnAttachmentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "DeleteTransitGatewayClientVpnAttachment", {})
|
|
13
|
+
.n("EC2Client", "DeleteTransitGatewayClientVpnAttachmentCommand")
|
|
14
|
+
.sc(DeleteTransitGatewayClientVpnAttachment$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { RejectTransitGatewayClientVpnAttachment$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class RejectTransitGatewayClientVpnAttachmentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "RejectTransitGatewayClientVpnAttachment", {})
|
|
13
|
+
.n("EC2Client", "RejectTransitGatewayClientVpnAttachmentCommand")
|
|
14
|
+
.sc(RejectTransitGatewayClientVpnAttachment$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AcceptAddressTransferCommand";
|
|
2
2
|
export * from "./AcceptCapacityReservationBillingOwnershipCommand";
|
|
3
3
|
export * from "./AcceptReservedInstancesExchangeQuoteCommand";
|
|
4
|
+
export * from "./AcceptTransitGatewayClientVpnAttachmentCommand";
|
|
4
5
|
export * from "./AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
5
6
|
export * from "./AcceptTransitGatewayPeeringAttachmentCommand";
|
|
6
7
|
export * from "./AcceptTransitGatewayVpcAttachmentCommand";
|
|
@@ -226,6 +227,7 @@ export * from "./DeleteTrafficMirrorFilterCommand";
|
|
|
226
227
|
export * from "./DeleteTrafficMirrorFilterRuleCommand";
|
|
227
228
|
export * from "./DeleteTrafficMirrorSessionCommand";
|
|
228
229
|
export * from "./DeleteTrafficMirrorTargetCommand";
|
|
230
|
+
export * from "./DeleteTransitGatewayClientVpnAttachmentCommand";
|
|
229
231
|
export * from "./DeleteTransitGatewayCommand";
|
|
230
232
|
export * from "./DeleteTransitGatewayConnectCommand";
|
|
231
233
|
export * from "./DeleteTransitGatewayConnectPeerCommand";
|
|
@@ -696,6 +698,7 @@ export * from "./RegisterInstanceEventNotificationAttributesCommand";
|
|
|
696
698
|
export * from "./RegisterTransitGatewayMulticastGroupMembersCommand";
|
|
697
699
|
export * from "./RegisterTransitGatewayMulticastGroupSourcesCommand";
|
|
698
700
|
export * from "./RejectCapacityReservationBillingOwnershipCommand";
|
|
701
|
+
export * from "./RejectTransitGatewayClientVpnAttachmentCommand";
|
|
699
702
|
export * from "./RejectTransitGatewayMulticastDomainAssociationsCommand";
|
|
700
703
|
export * from "./RejectTransitGatewayPeeringAttachmentCommand";
|
|
701
704
|
export * from "./RejectTransitGatewayVpcAttachmentCommand";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
|
|
2
|
+
const k = "ref";
|
|
3
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
|
+
const _data = {
|
|
5
|
+
conditions: [
|
|
6
|
+
[c, [g]],
|
|
7
|
+
[c, j],
|
|
8
|
+
["aws.partition", j, d],
|
|
9
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
10
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
11
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
12
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
13
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
14
|
+
],
|
|
15
|
+
results: [
|
|
16
|
+
[a],
|
|
17
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
18
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
19
|
+
[g, i],
|
|
20
|
+
["https://ec2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
21
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
22
|
+
["https://ec2.{Region}.amazonaws.com", i],
|
|
23
|
+
["https://ec2-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
24
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
25
|
+
["https://ec2.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
26
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
27
|
+
["https://ec2.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
28
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
29
|
+
]
|
|
30
|
+
};
|
|
31
|
+
const root = 2;
|
|
32
|
+
const r = 100_000_000;
|
|
33
|
+
const nodes = new Int32Array([
|
|
34
|
+
-1, 1, -1,
|
|
35
|
+
0, 13, 3,
|
|
36
|
+
1, 4, r + 12,
|
|
37
|
+
2, 5, r + 12,
|
|
38
|
+
3, 8, 6,
|
|
39
|
+
4, 7, r + 11,
|
|
40
|
+
5, r + 9, r + 10,
|
|
41
|
+
4, 11, 9,
|
|
42
|
+
6, 10, r + 8,
|
|
43
|
+
7, r + 6, r + 7,
|
|
44
|
+
5, 12, r + 5,
|
|
45
|
+
6, r + 4, r + 5,
|
|
46
|
+
3, r + 1, 14,
|
|
47
|
+
4, r + 2, r + 3,
|
|
48
|
+
]);
|
|
49
|
+
export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions,
|
|
3
|
-
import {
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
|
|
3
|
+
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
6
6
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
7
|
});
|
|
8
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
9
|
-
return cache.get(endpointParams, () =>
|
|
9
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
10
10
|
endpointParams: endpointParams,
|
|
11
11
|
logger: context.logger,
|
|
12
12
|
}));
|
package/dist-es/models/enums.js
CHANGED
|
@@ -146,7 +146,16 @@ export const AddressTransferStatus = {
|
|
|
146
146
|
disabled: "disabled",
|
|
147
147
|
pending: "pending",
|
|
148
148
|
};
|
|
149
|
+
export const TransitGatewayAttachmentStatusType = {
|
|
150
|
+
available: "available",
|
|
151
|
+
deleted: "deleted",
|
|
152
|
+
deleting: "deleting",
|
|
153
|
+
pending: "pending",
|
|
154
|
+
pending_acceptance: "pending-acceptance",
|
|
155
|
+
rejected: "rejected",
|
|
156
|
+
};
|
|
149
157
|
export const TransitGatewayAttachmentResourceType = {
|
|
158
|
+
client_vpn: "client-vpn",
|
|
150
159
|
connect: "connect",
|
|
151
160
|
direct_connect_gateway: "direct-connect-gateway",
|
|
152
161
|
network_function: "network-function",
|
|
@@ -1876,6 +1885,7 @@ export const ClientVpnEndpointStatusCode = {
|
|
|
1876
1885
|
available: "available",
|
|
1877
1886
|
deleted: "deleted",
|
|
1878
1887
|
deleting: "deleting",
|
|
1888
|
+
pending: "pending",
|
|
1879
1889
|
pending_associate: "pending-associate",
|
|
1880
1890
|
};
|
|
1881
1891
|
export const ClientVpnRouteStatusCode = {
|
|
@@ -320,6 +320,9 @@ const _ASw = "AwsService";
|
|
|
320
320
|
const _AT = "AddressTransfer";
|
|
321
321
|
const _ATGAI = "AccepterTransitGatewayAttachmentId";
|
|
322
322
|
const _ATGCB = "AddTransitGatewayCidrBlocks";
|
|
323
|
+
const _ATGCVA = "AcceptTransitGatewayClientVpnAttachment";
|
|
324
|
+
const _ATGCVAR = "AcceptTransitGatewayClientVpnAttachmentRequest";
|
|
325
|
+
const _ATGCVARc = "AcceptTransitGatewayClientVpnAttachmentResult";
|
|
323
326
|
const _ATGMD = "AssociateTransitGatewayMulticastDomain";
|
|
324
327
|
const _ATGMDA = "AcceptTransitGatewayMulticastDomainAssociations";
|
|
325
328
|
const _ATGMDAR = "AcceptTransitGatewayMulticastDomainAssociationsRequest";
|
|
@@ -1080,6 +1083,8 @@ const _CVATPDO = "CreateVerifiedAccessTrustProviderDeviceOptions";
|
|
|
1080
1083
|
const _CVATPOO = "CreateVerifiedAccessTrustProviderOidcOptions";
|
|
1081
1084
|
const _CVATPR = "CreateVerifiedAccessTrustProviderRequest";
|
|
1082
1085
|
const _CVATPRr = "CreateVerifiedAccessTrustProviderResult";
|
|
1086
|
+
const _CVAZIS = "ClientVpnAvailabilityZoneIdSet";
|
|
1087
|
+
const _CVAZS = "ClientVpnAvailabilityZoneSet";
|
|
1083
1088
|
const _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
1084
1089
|
const _CVBPAER = "CreateVpcBlockPublicAccessExclusionRequest";
|
|
1085
1090
|
const _CVBPAERr = "CreateVpcBlockPublicAccessExclusionResult";
|
|
@@ -1117,6 +1122,7 @@ const _CVG = "CreateVpnGateway";
|
|
|
1117
1122
|
const _CVGR = "CreateVpnGatewayRequest";
|
|
1118
1123
|
const _CVGRr = "CreateVpnGatewayResult";
|
|
1119
1124
|
const _CVL = "ConditionValueList";
|
|
1125
|
+
const _CVOI = "ClientVpnOwnerId";
|
|
1120
1126
|
const _CVP = "CreateVolumePermission";
|
|
1121
1127
|
const _CVPC = "CreateVpcPeeringConnection";
|
|
1122
1128
|
const _CVPCR = "CreateVpcPeeringConnectionRequest";
|
|
@@ -2031,6 +2037,9 @@ const _DTGCR = "DeleteTransitGatewayConnectRequest";
|
|
|
2031
2037
|
const _DTGCRe = "DeleteTransitGatewayConnectResult";
|
|
2032
2038
|
const _DTGCRes = "DescribeTransitGatewayConnectsRequest";
|
|
2033
2039
|
const _DTGCResc = "DescribeTransitGatewayConnectsResult";
|
|
2040
|
+
const _DTGCVA = "DeleteTransitGatewayClientVpnAttachment";
|
|
2041
|
+
const _DTGCVAR = "DeleteTransitGatewayClientVpnAttachmentRequest";
|
|
2042
|
+
const _DTGCVARe = "DeleteTransitGatewayClientVpnAttachmentResult";
|
|
2034
2043
|
const _DTGCe = "DescribeTransitGatewayConnects";
|
|
2035
2044
|
const _DTGMD = "DeleteTransitGatewayMulticastDomain";
|
|
2036
2045
|
const _DTGMDR = "DeleteTransitGatewayMulticastDomainRequest";
|
|
@@ -4957,6 +4966,9 @@ const _RTAI = "RouteTableAssociationId";
|
|
|
4957
4966
|
const _RTAL = "RouteTableAssociationList";
|
|
4958
4967
|
const _RTAS = "RouteTableAssociationState";
|
|
4959
4968
|
const _RTGCB = "RemoveTransitGatewayCidrBlocks";
|
|
4969
|
+
const _RTGCVA = "RejectTransitGatewayClientVpnAttachment";
|
|
4970
|
+
const _RTGCVAR = "RejectTransitGatewayClientVpnAttachmentRequest";
|
|
4971
|
+
const _RTGCVARe = "RejectTransitGatewayClientVpnAttachmentResult";
|
|
4960
4972
|
const _RTGMDA = "RejectTransitGatewayMulticastDomainAssociations";
|
|
4961
4973
|
const _RTGMDAR = "RejectTransitGatewayMulticastDomainAssociationsRequest";
|
|
4962
4974
|
const _RTGMDARe = "RejectTransitGatewayMulticastDomainAssociationsResult";
|
|
@@ -5493,9 +5505,11 @@ const _TGAra = "TransitGatewayAttachment";
|
|
|
5493
5505
|
const _TGAran = "TransitGatewayArn";
|
|
5494
5506
|
const _TGArans = "TransitGatewayAssociation";
|
|
5495
5507
|
const _TGAransi = "TransitGatewayAsn";
|
|
5496
|
-
const _TGC = "
|
|
5508
|
+
const _TGC = "TransitGatewayConfiguration";
|
|
5497
5509
|
const _TGCB = "TransitGatewayCidrBlocks";
|
|
5498
5510
|
const _TGCBSL = "TransitGatewayCidrBlockStringList";
|
|
5511
|
+
const _TGCDES = "TransitGatewayConfigurationDescribeEndpointStructure";
|
|
5512
|
+
const _TGCIS = "TransitGatewayConfigurationInputStructure";
|
|
5499
5513
|
const _TGCL = "TransitGatewayConnectList";
|
|
5500
5514
|
const _TGCO = "TransitGatewayConnectOptions";
|
|
5501
5515
|
const _TGCP = "TransitGatewayConnectPeer";
|
|
@@ -5506,8 +5520,10 @@ const _TGCPIr = "TransitGatewayConnectPeerIds";
|
|
|
5506
5520
|
const _TGCPL = "TransitGatewayConnectPeerList";
|
|
5507
5521
|
const _TGCPr = "TransitGatewayConnectPeers";
|
|
5508
5522
|
const _TGCRBO = "TransitGatewayConnectRequestBgpOptions";
|
|
5523
|
+
const _TGCVA = "TransitGatewayClientVpnAttachment";
|
|
5509
5524
|
const _TGCa = "TargetGroupsConfig";
|
|
5510
|
-
const _TGCr = "
|
|
5525
|
+
const _TGCr = "TransitGatewayConnect";
|
|
5526
|
+
const _TGCra = "TransitGatewayConnects";
|
|
5511
5527
|
const _TGI = "TransitGatewayId";
|
|
5512
5528
|
const _TGISL = "TransitGatewayIdStringList";
|
|
5513
5529
|
const _TGIr = "TransitGatewayIds";
|
|
@@ -6406,6 +6422,7 @@ const _cTre = "creationTime";
|
|
|
6406
6422
|
const _cTrea = "creationTimestamp";
|
|
6407
6423
|
const _cVE = "clientVpnEndpoint";
|
|
6408
6424
|
const _cVEI = "clientVpnEndpointId";
|
|
6425
|
+
const _cVOI = "clientVpnOwnerId";
|
|
6409
6426
|
const _cVP = "createVolumePermission";
|
|
6410
6427
|
const _cVTN = "clientVpnTargetNetworks";
|
|
6411
6428
|
const _cWL = "cloudWatchLogs";
|
|
@@ -7868,13 +7885,15 @@ const _tGAr = "transitGatewayAttachment";
|
|
|
7868
7885
|
const _tGAra = "transitGatewayArn";
|
|
7869
7886
|
const _tGAran = "transitGatewayAsn";
|
|
7870
7887
|
const _tGArans = "transitGatewayAddress";
|
|
7871
|
-
const _tGC = "
|
|
7888
|
+
const _tGC = "transitGatewayConfiguration";
|
|
7872
7889
|
const _tGCB = "transitGatewayCidrBlocks";
|
|
7873
7890
|
const _tGCP = "transitGatewayConnectPeer";
|
|
7874
7891
|
const _tGCPI = "transitGatewayConnectPeerId";
|
|
7875
7892
|
const _tGCPS = "transitGatewayConnectPeerSet";
|
|
7876
7893
|
const _tGCS = "transitGatewayConnectSet";
|
|
7894
|
+
const _tGCVA = "transitGatewayClientVpnAttachment";
|
|
7877
7895
|
const _tGCa = "targetGroupsConfig";
|
|
7896
|
+
const _tGCr = "transitGatewayConnect";
|
|
7878
7897
|
const _tGI = "transitGatewayId";
|
|
7879
7898
|
const _tGMD = "transitGatewayMulticastDomain";
|
|
7880
7899
|
const _tGMDA = "transitGatewayMulticastDomainArn";
|
|
@@ -8203,6 +8222,17 @@ export var AcceptReservedInstancesExchangeQuoteResult$ = [3, n0, _ARIEQRc,
|
|
|
8203
8222
|
[[0, { [_eQN]: `ExchangeId`,
|
|
8204
8223
|
[_xN]: _eI }]]
|
|
8205
8224
|
];
|
|
8225
|
+
export var AcceptTransitGatewayClientVpnAttachmentRequest$ = [3, n0, _ATGCVAR,
|
|
8226
|
+
0,
|
|
8227
|
+
[_TGAI, _DR],
|
|
8228
|
+
[0, 2], 1
|
|
8229
|
+
];
|
|
8230
|
+
export var AcceptTransitGatewayClientVpnAttachmentResult$ = [3, n0, _ATGCVARc,
|
|
8231
|
+
0,
|
|
8232
|
+
[_TGCVA],
|
|
8233
|
+
[[() => TransitGatewayClientVpnAttachment$, { [_eQN]: `TransitGatewayClientVpnAttachment`,
|
|
8234
|
+
[_xN]: _tGCVA }]]
|
|
8235
|
+
];
|
|
8206
8236
|
export var AcceptTransitGatewayMulticastDomainAssociationsRequest$ = [3, n0, _ATGMDAR,
|
|
8207
8237
|
0,
|
|
8208
8238
|
[_TGMDI, _TGAI, _SI, _DR],
|
|
@@ -8650,8 +8680,8 @@ export var AssociateCapacityReservationBillingOwnerResult$ = [3, n0, _ACRBORss,
|
|
|
8650
8680
|
];
|
|
8651
8681
|
export var AssociateClientVpnTargetNetworkRequest$ = [3, n0, _ACVTNR,
|
|
8652
8682
|
0,
|
|
8653
|
-
[_CVEI, _SIu, _CT, _DR],
|
|
8654
|
-
[0, 0, [0, 4], 2],
|
|
8683
|
+
[_CVEI, _SIu, _CT, _DR, _AZ, _AZI],
|
|
8684
|
+
[0, 0, [0, 4], 2, 0, 0], 1
|
|
8655
8685
|
];
|
|
8656
8686
|
export var AssociateClientVpnTargetNetworkResult$ = [3, n0, _ACVTNRs,
|
|
8657
8687
|
0,
|
|
@@ -9817,7 +9847,7 @@ export var ClientVpnConnectionStatus$ = [3, n0, _CVCS,
|
|
|
9817
9847
|
];
|
|
9818
9848
|
export var ClientVpnEndpoint$ = [3, n0, _CVE,
|
|
9819
9849
|
0,
|
|
9820
|
-
[_CVEI, _De, _Sta, _CTre, _DT, _DNn, _CCB, _DS, _STp, _VP, _TPr, _VPp, _ATNs, _SCA, _AO, _CLO, _T, _SGIe, _VI, _SSPU, _CCO, _STH, _CLBO, _CREO, _DOST, _EIAT, _TIAT],
|
|
9850
|
+
[_CVEI, _De, _Sta, _CTre, _DT, _DNn, _CCB, _DS, _STp, _VP, _TPr, _VPp, _ATNs, _SCA, _AO, _CLO, _T, _SGIe, _VI, _SSPU, _CCO, _STH, _CLBO, _CREO, _DOST, _EIAT, _TIAT, _TGC],
|
|
9821
9851
|
[[0, { [_eQN]: `ClientVpnEndpointId`,
|
|
9822
9852
|
[_xN]: _cVEI }], [0, { [_eQN]: `Description`,
|
|
9823
9853
|
[_xN]: _de }], [() => ClientVpnEndpointStatus$, { [_eQN]: `Status`,
|
|
@@ -9845,7 +9875,8 @@ export var ClientVpnEndpoint$ = [3, n0, _CVE,
|
|
|
9845
9875
|
[_xN]: _cREO }], [2, { [_eQN]: `DisconnectOnSessionTimeout`,
|
|
9846
9876
|
[_xN]: _dOST }], [0, { [_eQN]: `EndpointIpAddressType`,
|
|
9847
9877
|
[_xN]: _eIAT }], [0, { [_eQN]: `TrafficIpAddressType`,
|
|
9848
|
-
[_xN]: _tIAT }]]
|
|
9878
|
+
[_xN]: _tIAT }], [() => TransitGatewayConfigurationDescribeEndpointStructure$, { [_eQN]: `TransitGatewayConfiguration`,
|
|
9879
|
+
[_xN]: _tGC }]]
|
|
9849
9880
|
];
|
|
9850
9881
|
export var ClientVpnEndpointAttributeStatus$ = [3, n0, _CVEAS,
|
|
9851
9882
|
0,
|
|
@@ -9863,7 +9894,7 @@ export var ClientVpnEndpointStatus$ = [3, n0, _CVES,
|
|
|
9863
9894
|
];
|
|
9864
9895
|
export var ClientVpnRoute$ = [3, n0, _CVR,
|
|
9865
9896
|
0,
|
|
9866
|
-
[_CVEI, _DCe, _TSar, _Ty, _O, _Sta, _De],
|
|
9897
|
+
[_CVEI, _DCe, _TSar, _Ty, _O, _Sta, _De, _TGAI],
|
|
9867
9898
|
[[0, { [_eQN]: `ClientVpnEndpointId`,
|
|
9868
9899
|
[_xN]: _cVEI }], [0, { [_eQN]: `DestinationCidr`,
|
|
9869
9900
|
[_xN]: _dC }], [0, { [_eQN]: `TargetSubnet`,
|
|
@@ -9871,7 +9902,8 @@ export var ClientVpnRoute$ = [3, n0, _CVR,
|
|
|
9871
9902
|
[_xN]: _ty }], [0, { [_eQN]: `Origin`,
|
|
9872
9903
|
[_xN]: _o }], [() => ClientVpnRouteStatus$, { [_eQN]: `Status`,
|
|
9873
9904
|
[_xN]: _sta }], [0, { [_eQN]: `Description`,
|
|
9874
|
-
[_xN]: _de }]]
|
|
9905
|
+
[_xN]: _de }], [0, { [_eQN]: `TransitGatewayAttachmentId`,
|
|
9906
|
+
[_xN]: _tGAI }]]
|
|
9875
9907
|
];
|
|
9876
9908
|
export var ClientVpnRouteStatus$ = [3, n0, _CVRS,
|
|
9877
9909
|
0,
|
|
@@ -10147,8 +10179,8 @@ export var CreateCarrierGatewayResult$ = [3, n0, _CCGRr,
|
|
|
10147
10179
|
];
|
|
10148
10180
|
export var CreateClientVpnEndpointRequest$ = [3, n0, _CCVER,
|
|
10149
10181
|
0,
|
|
10150
|
-
[_SCA, _AO, _CLO, _CCB, _DS, _TPr, _VPp, _De, _STp, _DR, _CT, _TS, _SGIe, _VI, _SSP, _CCO, _STH, _CLBO, _CREO, _DOST, _EIAT, _TIAT],
|
|
10151
|
-
[0, [() => ClientVpnAuthenticationRequestList, { [_xN]: _Au }], () => ConnectionLogOptions$, 0, [() => ValueStringList, 0], 0, 1, 0, 2, 2, [0, 4], [() => TagSpecificationList, { [_xN]: _TSa }], [() => ClientVpnSecurityGroupIdSet, { [_xN]: _SGI }], 0, 0, () => ClientConnectOptions$, 1, () => ClientLoginBannerOptions$, () => ClientRouteEnforcementOptions$, 2, 0, 0], 3
|
|
10182
|
+
[_SCA, _AO, _CLO, _CCB, _DS, _TPr, _VPp, _De, _STp, _DR, _CT, _TS, _SGIe, _VI, _SSP, _CCO, _STH, _CLBO, _CREO, _DOST, _EIAT, _TIAT, _TGC],
|
|
10183
|
+
[0, [() => ClientVpnAuthenticationRequestList, { [_xN]: _Au }], () => ConnectionLogOptions$, 0, [() => ValueStringList, 0], 0, 1, 0, 2, 2, [0, 4], [() => TagSpecificationList, { [_xN]: _TSa }], [() => ClientVpnSecurityGroupIdSet, { [_xN]: _SGI }], 0, 0, () => ClientConnectOptions$, 1, () => ClientLoginBannerOptions$, () => ClientRouteEnforcementOptions$, 2, 0, 0, [() => TransitGatewayConfigurationInputStructure$, 0]], 3
|
|
10152
10184
|
];
|
|
10153
10185
|
export var CreateClientVpnEndpointResult$ = [3, n0, _CCVERr,
|
|
10154
10186
|
0,
|
|
@@ -10161,7 +10193,7 @@ export var CreateClientVpnEndpointResult$ = [3, n0, _CCVERr,
|
|
|
10161
10193
|
export var CreateClientVpnRouteRequest$ = [3, n0, _CCVRR,
|
|
10162
10194
|
0,
|
|
10163
10195
|
[_CVEI, _DCB, _TVSI, _De, _CT, _DR],
|
|
10164
|
-
[0, 0, 0, 0, [0, 4], 2],
|
|
10196
|
+
[0, 0, 0, 0, [0, 4], 2], 2
|
|
10165
10197
|
];
|
|
10166
10198
|
export var CreateClientVpnRouteResult$ = [3, n0, _CCVRRr,
|
|
10167
10199
|
0,
|
|
@@ -11020,9 +11052,9 @@ export var CreateTransitGatewayConnectRequestOptions$ = [3, n0, _CTGCRO,
|
|
|
11020
11052
|
];
|
|
11021
11053
|
export var CreateTransitGatewayConnectResult$ = [3, n0, _CTGCRr,
|
|
11022
11054
|
0,
|
|
11023
|
-
[
|
|
11055
|
+
[_TGCr],
|
|
11024
11056
|
[[() => TransitGatewayConnect$, { [_eQN]: `TransitGatewayConnect`,
|
|
11025
|
-
[_xN]:
|
|
11057
|
+
[_xN]: _tGCr }]]
|
|
11026
11058
|
];
|
|
11027
11059
|
export var CreateTransitGatewayMeteringPolicyEntryRequest$ = [3, n0, _CTGMPER,
|
|
11028
11060
|
0,
|
|
@@ -12168,6 +12200,17 @@ export var DeleteTrafficMirrorTargetResult$ = [3, n0, _DTMTRe,
|
|
|
12168
12200
|
[[0, { [_eQN]: `TrafficMirrorTargetId`,
|
|
12169
12201
|
[_xN]: _tMTI }]]
|
|
12170
12202
|
];
|
|
12203
|
+
export var DeleteTransitGatewayClientVpnAttachmentRequest$ = [3, n0, _DTGCVAR,
|
|
12204
|
+
0,
|
|
12205
|
+
[_TGAI, _DR],
|
|
12206
|
+
[0, 2], 1
|
|
12207
|
+
];
|
|
12208
|
+
export var DeleteTransitGatewayClientVpnAttachmentResult$ = [3, n0, _DTGCVARe,
|
|
12209
|
+
0,
|
|
12210
|
+
[_TGCVA],
|
|
12211
|
+
[[() => TransitGatewayClientVpnAttachment$, { [_eQN]: `TransitGatewayClientVpnAttachment`,
|
|
12212
|
+
[_xN]: _tGCVA }]]
|
|
12213
|
+
];
|
|
12171
12214
|
export var DeleteTransitGatewayConnectPeerRequest$ = [3, n0, _DTGCPR,
|
|
12172
12215
|
0,
|
|
12173
12216
|
[_TGCPI, _DR],
|
|
@@ -12186,9 +12229,9 @@ export var DeleteTransitGatewayConnectRequest$ = [3, n0, _DTGCR,
|
|
|
12186
12229
|
];
|
|
12187
12230
|
export var DeleteTransitGatewayConnectResult$ = [3, n0, _DTGCRe,
|
|
12188
12231
|
0,
|
|
12189
|
-
[
|
|
12232
|
+
[_TGCr],
|
|
12190
12233
|
[[() => TransitGatewayConnect$, { [_eQN]: `TransitGatewayConnect`,
|
|
12191
|
-
[_xN]:
|
|
12234
|
+
[_xN]: _tGCr }]]
|
|
12192
12235
|
];
|
|
12193
12236
|
export var DeleteTransitGatewayMeteringPolicyEntryRequest$ = [3, n0, _DTGMPER,
|
|
12194
12237
|
0,
|
|
@@ -14471,7 +14514,7 @@ export var DescribeTransitGatewayConnectsRequest$ = [3, n0, _DTGCRes,
|
|
|
14471
14514
|
];
|
|
14472
14515
|
export var DescribeTransitGatewayConnectsResult$ = [3, n0, _DTGCResc,
|
|
14473
14516
|
0,
|
|
14474
|
-
[
|
|
14517
|
+
[_TGCra, _NTe],
|
|
14475
14518
|
[[() => TransitGatewayConnectList, { [_eQN]: `TransitGatewayConnectSet`,
|
|
14476
14519
|
[_xN]: _tGCS }], [0, { [_eQN]: `NextToken`,
|
|
14477
14520
|
[_xN]: _nTe }]]
|
|
@@ -19988,8 +20031,8 @@ export var ModifyCapacityReservationResult$ = [3, n0, _MCRRo,
|
|
|
19988
20031
|
];
|
|
19989
20032
|
export var ModifyClientVpnEndpointRequest$ = [3, n0, _MCVER,
|
|
19990
20033
|
0,
|
|
19991
|
-
[_CVEI, _SCA, _CLO, _DS, _VPp, _De, _STp, _DR, _SGIe, _VI, _SSP, _CCO, _STH, _CLBO, _CREO, _DOST],
|
|
19992
|
-
[0, 0, () => ConnectionLogOptions$, [() => DnsServersOptionsModifyStructure$, 0], 1, 0, 2, 2, [() => ClientVpnSecurityGroupIdSet, { [_xN]: _SGI }], 0, 0, () => ClientConnectOptions$, 1, () => ClientLoginBannerOptions$, () => ClientRouteEnforcementOptions$, 2], 1
|
|
20034
|
+
[_CVEI, _SCA, _CLO, _DS, _VPp, _De, _STp, _DR, _SGIe, _VI, _SSP, _CCO, _STH, _CLBO, _CREO, _DOST, _TGC],
|
|
20035
|
+
[0, 0, () => ConnectionLogOptions$, [() => DnsServersOptionsModifyStructure$, 0], 1, 0, 2, 2, [() => ClientVpnSecurityGroupIdSet, { [_xN]: _SGI }], 0, 0, () => ClientConnectOptions$, 1, () => ClientLoginBannerOptions$, () => ClientRouteEnforcementOptions$, 2, [() => TransitGatewayConfigurationInputStructure$, 0]], 1
|
|
19993
20036
|
];
|
|
19994
20037
|
export var ModifyClientVpnEndpointResult$ = [3, n0, _MCVERo,
|
|
19995
20038
|
0,
|
|
@@ -21996,6 +22039,17 @@ export var RejectCapacityReservationBillingOwnershipResult$ = [3, n0, _RCRBORe,
|
|
|
21996
22039
|
[[2, { [_eQN]: `Return`,
|
|
21997
22040
|
[_xN]: _r }]]
|
|
21998
22041
|
];
|
|
22042
|
+
export var RejectTransitGatewayClientVpnAttachmentRequest$ = [3, n0, _RTGCVAR,
|
|
22043
|
+
0,
|
|
22044
|
+
[_TGAI, _DR],
|
|
22045
|
+
[0, 2], 1
|
|
22046
|
+
];
|
|
22047
|
+
export var RejectTransitGatewayClientVpnAttachmentResult$ = [3, n0, _RTGCVARe,
|
|
22048
|
+
0,
|
|
22049
|
+
[_TGCVA],
|
|
22050
|
+
[[() => TransitGatewayClientVpnAttachment$, { [_eQN]: `TransitGatewayClientVpnAttachment`,
|
|
22051
|
+
[_xN]: _tGCVA }]]
|
|
22052
|
+
];
|
|
21999
22053
|
export var RejectTransitGatewayMulticastDomainAssociationsRequest$ = [3, n0, _RTGMDAR,
|
|
22000
22054
|
0,
|
|
22001
22055
|
[_TGMDI, _TGAI, _SI, _DR],
|
|
@@ -23931,14 +23985,16 @@ export var TargetGroupsConfig$ = [3, n0, _TGCa,
|
|
|
23931
23985
|
];
|
|
23932
23986
|
export var TargetNetwork$ = [3, n0, _TNa,
|
|
23933
23987
|
0,
|
|
23934
|
-
[_AIs, _VI, _TNI, _CVEI, _Sta, _SGe],
|
|
23988
|
+
[_AIs, _VI, _TNI, _CVEI, _Sta, _SGe, _AZv, _AZIv],
|
|
23935
23989
|
[[0, { [_eQN]: `AssociationId`,
|
|
23936
23990
|
[_xN]: _aIs }], [0, { [_eQN]: `VpcId`,
|
|
23937
23991
|
[_xN]: _vI }], [0, { [_eQN]: `TargetNetworkId`,
|
|
23938
23992
|
[_xN]: _tNI }], [0, { [_eQN]: `ClientVpnEndpointId`,
|
|
23939
23993
|
[_xN]: _cVEI }], [() => AssociationStatus$, { [_eQN]: `Status`,
|
|
23940
23994
|
[_xN]: _sta }], [() => ValueStringList, { [_eQN]: `SecurityGroups`,
|
|
23941
|
-
[_xN]: _sGe }]]
|
|
23995
|
+
[_xN]: _sGe }], [() => ClientVpnAvailabilityZoneSet, { [_eQN]: `AvailabilityZoneSet`,
|
|
23996
|
+
[_xN]: _aZS }], [() => ClientVpnAvailabilityZoneIdSet, { [_eQN]: `AvailabilityZoneIdSet`,
|
|
23997
|
+
[_xN]: _aZIS }]]
|
|
23942
23998
|
];
|
|
23943
23999
|
export var TargetReservationValue$ = [3, n0, _TRV,
|
|
23944
24000
|
0,
|
|
@@ -24133,7 +24189,32 @@ export var TransitGatewayAttachmentPropagation$ = [3, n0, _TGAPr,
|
|
|
24133
24189
|
[_xN]: _tGRTI }], [0, { [_eQN]: `State`,
|
|
24134
24190
|
[_xN]: _st }]]
|
|
24135
24191
|
];
|
|
24136
|
-
export var
|
|
24192
|
+
export var TransitGatewayClientVpnAttachment$ = [3, n0, _TGCVA,
|
|
24193
|
+
0,
|
|
24194
|
+
[_TGAI, _TGI, _CVEI, _CVOI, _St, _CTre],
|
|
24195
|
+
[[0, { [_eQN]: `TransitGatewayAttachmentId`,
|
|
24196
|
+
[_xN]: _tGAI }], [0, { [_eQN]: `TransitGatewayId`,
|
|
24197
|
+
[_xN]: _tGI }], [0, { [_eQN]: `ClientVpnEndpointId`,
|
|
24198
|
+
[_xN]: _cVEI }], [0, { [_eQN]: `ClientVpnOwnerId`,
|
|
24199
|
+
[_xN]: _cVOI }], [0, { [_eQN]: `State`,
|
|
24200
|
+
[_xN]: _st }], [0, { [_eQN]: `CreationTime`,
|
|
24201
|
+
[_xN]: _cTre }]]
|
|
24202
|
+
];
|
|
24203
|
+
export var TransitGatewayConfigurationDescribeEndpointStructure$ = [3, n0, _TGCDES,
|
|
24204
|
+
0,
|
|
24205
|
+
[_TGI, _TGAI, _AZv, _AZIv],
|
|
24206
|
+
[[0, { [_eQN]: `TransitGatewayId`,
|
|
24207
|
+
[_xN]: _tGI }], [0, { [_eQN]: `TransitGatewayAttachmentId`,
|
|
24208
|
+
[_xN]: _tGAI }], [() => ClientVpnAvailabilityZoneSet, { [_eQN]: `AvailabilityZoneSet`,
|
|
24209
|
+
[_xN]: _aZS }], [() => ClientVpnAvailabilityZoneIdSet, { [_eQN]: `AvailabilityZoneIdSet`,
|
|
24210
|
+
[_xN]: _aZIS }]]
|
|
24211
|
+
];
|
|
24212
|
+
export var TransitGatewayConfigurationInputStructure$ = [3, n0, _TGCIS,
|
|
24213
|
+
0,
|
|
24214
|
+
[_TGI, _AZv, _AZIv],
|
|
24215
|
+
[0, [() => ClientVpnAvailabilityZoneSet, { [_xN]: _AZ }], [() => ClientVpnAvailabilityZoneIdSet, { [_xN]: _AZI }]]
|
|
24216
|
+
];
|
|
24217
|
+
export var TransitGatewayConnect$ = [3, n0, _TGCr,
|
|
24137
24218
|
0,
|
|
24138
24219
|
[_TGAI, _TTGAI, _TGI, _St, _CTre, _Opt, _T],
|
|
24139
24220
|
[[0, { [_eQN]: `TransitGatewayAttachmentId`,
|
|
@@ -25877,6 +25958,14 @@ var ClientVpnAuthenticationList = [1, n0, _CVAL,
|
|
|
25877
25958
|
var ClientVpnAuthenticationRequestList = [1, n0, _CVARL,
|
|
25878
25959
|
0, () => ClientVpnAuthenticationRequest$
|
|
25879
25960
|
];
|
|
25961
|
+
var ClientVpnAvailabilityZoneIdSet = [1, n0, _CVAZIS,
|
|
25962
|
+
0, [0,
|
|
25963
|
+
{ [_xN]: _it }]
|
|
25964
|
+
];
|
|
25965
|
+
var ClientVpnAvailabilityZoneSet = [1, n0, _CVAZS,
|
|
25966
|
+
0, [0,
|
|
25967
|
+
{ [_xN]: _it }]
|
|
25968
|
+
];
|
|
25880
25969
|
var ClientVpnConnectionSet = [1, n0, _CVCSl,
|
|
25881
25970
|
0, [() => ClientVpnConnection$,
|
|
25882
25971
|
{ [_xN]: _it }]
|
|
@@ -28399,6 +28488,9 @@ export var AcceptCapacityReservationBillingOwnership$ = [9, n0, _ACRBO,
|
|
|
28399
28488
|
export var AcceptReservedInstancesExchangeQuote$ = [9, n0, _ARIEQ,
|
|
28400
28489
|
0, () => AcceptReservedInstancesExchangeQuoteRequest$, () => AcceptReservedInstancesExchangeQuoteResult$
|
|
28401
28490
|
];
|
|
28491
|
+
export var AcceptTransitGatewayClientVpnAttachment$ = [9, n0, _ATGCVA,
|
|
28492
|
+
0, () => AcceptTransitGatewayClientVpnAttachmentRequest$, () => AcceptTransitGatewayClientVpnAttachmentResult$
|
|
28493
|
+
];
|
|
28402
28494
|
export var AcceptTransitGatewayMulticastDomainAssociations$ = [9, n0, _ATGMDA,
|
|
28403
28495
|
0, () => AcceptTransitGatewayMulticastDomainAssociationsRequest$, () => AcceptTransitGatewayMulticastDomainAssociationsResult$
|
|
28404
28496
|
];
|
|
@@ -29077,6 +29169,9 @@ export var DeleteTrafficMirrorTarget$ = [9, n0, _DTMT,
|
|
|
29077
29169
|
export var DeleteTransitGateway$ = [9, n0, _DTG,
|
|
29078
29170
|
0, () => DeleteTransitGatewayRequest$, () => DeleteTransitGatewayResult$
|
|
29079
29171
|
];
|
|
29172
|
+
export var DeleteTransitGatewayClientVpnAttachment$ = [9, n0, _DTGCVA,
|
|
29173
|
+
0, () => DeleteTransitGatewayClientVpnAttachmentRequest$, () => DeleteTransitGatewayClientVpnAttachmentResult$
|
|
29174
|
+
];
|
|
29080
29175
|
export var DeleteTransitGatewayConnect$ = [9, n0, _DTGC,
|
|
29081
29176
|
0, () => DeleteTransitGatewayConnectRequest$, () => DeleteTransitGatewayConnectResult$
|
|
29082
29177
|
];
|
|
@@ -30484,6 +30579,9 @@ export var RegisterTransitGatewayMulticastGroupSources$ = [9, n0, _RTGMGS,
|
|
|
30484
30579
|
export var RejectCapacityReservationBillingOwnership$ = [9, n0, _RCRBO,
|
|
30485
30580
|
0, () => RejectCapacityReservationBillingOwnershipRequest$, () => RejectCapacityReservationBillingOwnershipResult$
|
|
30486
30581
|
];
|
|
30582
|
+
export var RejectTransitGatewayClientVpnAttachment$ = [9, n0, _RTGCVA,
|
|
30583
|
+
0, () => RejectTransitGatewayClientVpnAttachmentRequest$, () => RejectTransitGatewayClientVpnAttachmentResult$
|
|
30584
|
+
];
|
|
30487
30585
|
export var RejectTransitGatewayMulticastDomainAssociations$ = [9, n0, _RTGMDA,
|
|
30488
30586
|
0, () => RejectTransitGatewayMulticastDomainAssociationsRequest$, () => RejectTransitGatewayMulticastDomainAssociationsResult$
|
|
30489
30587
|
];
|
package/dist-types/EC2.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import type { WaiterResult } from "@smithy/util-waiter";
|
|
|
3
3
|
import { type AcceptAddressTransferCommandInput, type AcceptAddressTransferCommandOutput } from "./commands/AcceptAddressTransferCommand";
|
|
4
4
|
import { type AcceptCapacityReservationBillingOwnershipCommandInput, type AcceptCapacityReservationBillingOwnershipCommandOutput } from "./commands/AcceptCapacityReservationBillingOwnershipCommand";
|
|
5
5
|
import { type AcceptReservedInstancesExchangeQuoteCommandInput, type AcceptReservedInstancesExchangeQuoteCommandOutput } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
|
|
6
|
+
import { type AcceptTransitGatewayClientVpnAttachmentCommandInput, type AcceptTransitGatewayClientVpnAttachmentCommandOutput } from "./commands/AcceptTransitGatewayClientVpnAttachmentCommand";
|
|
6
7
|
import { type AcceptTransitGatewayMulticastDomainAssociationsCommandInput, type AcceptTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
7
8
|
import { type AcceptTransitGatewayPeeringAttachmentCommandInput, type AcceptTransitGatewayPeeringAttachmentCommandOutput } from "./commands/AcceptTransitGatewayPeeringAttachmentCommand";
|
|
8
9
|
import { type AcceptTransitGatewayVpcAttachmentCommandInput, type AcceptTransitGatewayVpcAttachmentCommandOutput } from "./commands/AcceptTransitGatewayVpcAttachmentCommand";
|
|
@@ -228,6 +229,7 @@ import { type DeleteTrafficMirrorFilterCommandInput, type DeleteTrafficMirrorFil
|
|
|
228
229
|
import { type DeleteTrafficMirrorFilterRuleCommandInput, type DeleteTrafficMirrorFilterRuleCommandOutput } from "./commands/DeleteTrafficMirrorFilterRuleCommand";
|
|
229
230
|
import { type DeleteTrafficMirrorSessionCommandInput, type DeleteTrafficMirrorSessionCommandOutput } from "./commands/DeleteTrafficMirrorSessionCommand";
|
|
230
231
|
import { type DeleteTrafficMirrorTargetCommandInput, type DeleteTrafficMirrorTargetCommandOutput } from "./commands/DeleteTrafficMirrorTargetCommand";
|
|
232
|
+
import { type DeleteTransitGatewayClientVpnAttachmentCommandInput, type DeleteTransitGatewayClientVpnAttachmentCommandOutput } from "./commands/DeleteTransitGatewayClientVpnAttachmentCommand";
|
|
231
233
|
import { type DeleteTransitGatewayCommandInput, type DeleteTransitGatewayCommandOutput } from "./commands/DeleteTransitGatewayCommand";
|
|
232
234
|
import { type DeleteTransitGatewayConnectCommandInput, type DeleteTransitGatewayConnectCommandOutput } from "./commands/DeleteTransitGatewayConnectCommand";
|
|
233
235
|
import { type DeleteTransitGatewayConnectPeerCommandInput, type DeleteTransitGatewayConnectPeerCommandOutput } from "./commands/DeleteTransitGatewayConnectPeerCommand";
|
|
@@ -698,6 +700,7 @@ import { type RegisterInstanceEventNotificationAttributesCommandInput, type Regi
|
|
|
698
700
|
import { type RegisterTransitGatewayMulticastGroupMembersCommandInput, type RegisterTransitGatewayMulticastGroupMembersCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupMembersCommand";
|
|
699
701
|
import { type RegisterTransitGatewayMulticastGroupSourcesCommandInput, type RegisterTransitGatewayMulticastGroupSourcesCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
|
|
700
702
|
import { type RejectCapacityReservationBillingOwnershipCommandInput, type RejectCapacityReservationBillingOwnershipCommandOutput } from "./commands/RejectCapacityReservationBillingOwnershipCommand";
|
|
703
|
+
import { type RejectTransitGatewayClientVpnAttachmentCommandInput, type RejectTransitGatewayClientVpnAttachmentCommandOutput } from "./commands/RejectTransitGatewayClientVpnAttachmentCommand";
|
|
701
704
|
import { type RejectTransitGatewayMulticastDomainAssociationsCommandInput, type RejectTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
|
|
702
705
|
import { type RejectTransitGatewayPeeringAttachmentCommandInput, type RejectTransitGatewayPeeringAttachmentCommandOutput } from "./commands/RejectTransitGatewayPeeringAttachmentCommand";
|
|
703
706
|
import { type RejectTransitGatewayVpcAttachmentCommandInput, type RejectTransitGatewayVpcAttachmentCommandOutput } from "./commands/RejectTransitGatewayVpcAttachmentCommand";
|
|
@@ -778,6 +781,12 @@ export interface EC2 {
|
|
|
778
781
|
acceptReservedInstancesExchangeQuote(args: AcceptReservedInstancesExchangeQuoteCommandInput, options?: __HttpHandlerOptions): Promise<AcceptReservedInstancesExchangeQuoteCommandOutput>;
|
|
779
782
|
acceptReservedInstancesExchangeQuote(args: AcceptReservedInstancesExchangeQuoteCommandInput, cb: (err: any, data?: AcceptReservedInstancesExchangeQuoteCommandOutput) => void): void;
|
|
780
783
|
acceptReservedInstancesExchangeQuote(args: AcceptReservedInstancesExchangeQuoteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptReservedInstancesExchangeQuoteCommandOutput) => void): void;
|
|
784
|
+
/**
|
|
785
|
+
* @see {@link AcceptTransitGatewayClientVpnAttachmentCommand}
|
|
786
|
+
*/
|
|
787
|
+
acceptTransitGatewayClientVpnAttachment(args: AcceptTransitGatewayClientVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<AcceptTransitGatewayClientVpnAttachmentCommandOutput>;
|
|
788
|
+
acceptTransitGatewayClientVpnAttachment(args: AcceptTransitGatewayClientVpnAttachmentCommandInput, cb: (err: any, data?: AcceptTransitGatewayClientVpnAttachmentCommandOutput) => void): void;
|
|
789
|
+
acceptTransitGatewayClientVpnAttachment(args: AcceptTransitGatewayClientVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptTransitGatewayClientVpnAttachmentCommandOutput) => void): void;
|
|
781
790
|
/**
|
|
782
791
|
* @see {@link AcceptTransitGatewayMulticastDomainAssociationsCommand}
|
|
783
792
|
*/
|
|
@@ -2160,6 +2169,12 @@ export interface EC2 {
|
|
|
2160
2169
|
deleteTransitGateway(args: DeleteTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayCommandOutput>;
|
|
2161
2170
|
deleteTransitGateway(args: DeleteTransitGatewayCommandInput, cb: (err: any, data?: DeleteTransitGatewayCommandOutput) => void): void;
|
|
2162
2171
|
deleteTransitGateway(args: DeleteTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayCommandOutput) => void): void;
|
|
2172
|
+
/**
|
|
2173
|
+
* @see {@link DeleteTransitGatewayClientVpnAttachmentCommand}
|
|
2174
|
+
*/
|
|
2175
|
+
deleteTransitGatewayClientVpnAttachment(args: DeleteTransitGatewayClientVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayClientVpnAttachmentCommandOutput>;
|
|
2176
|
+
deleteTransitGatewayClientVpnAttachment(args: DeleteTransitGatewayClientVpnAttachmentCommandInput, cb: (err: any, data?: DeleteTransitGatewayClientVpnAttachmentCommandOutput) => void): void;
|
|
2177
|
+
deleteTransitGatewayClientVpnAttachment(args: DeleteTransitGatewayClientVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayClientVpnAttachmentCommandOutput) => void): void;
|
|
2163
2178
|
/**
|
|
2164
2179
|
* @see {@link DeleteTransitGatewayConnectCommand}
|
|
2165
2180
|
*/
|
|
@@ -5170,6 +5185,12 @@ export interface EC2 {
|
|
|
5170
5185
|
rejectCapacityReservationBillingOwnership(args: RejectCapacityReservationBillingOwnershipCommandInput, options?: __HttpHandlerOptions): Promise<RejectCapacityReservationBillingOwnershipCommandOutput>;
|
|
5171
5186
|
rejectCapacityReservationBillingOwnership(args: RejectCapacityReservationBillingOwnershipCommandInput, cb: (err: any, data?: RejectCapacityReservationBillingOwnershipCommandOutput) => void): void;
|
|
5172
5187
|
rejectCapacityReservationBillingOwnership(args: RejectCapacityReservationBillingOwnershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectCapacityReservationBillingOwnershipCommandOutput) => void): void;
|
|
5188
|
+
/**
|
|
5189
|
+
* @see {@link RejectTransitGatewayClientVpnAttachmentCommand}
|
|
5190
|
+
*/
|
|
5191
|
+
rejectTransitGatewayClientVpnAttachment(args: RejectTransitGatewayClientVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<RejectTransitGatewayClientVpnAttachmentCommandOutput>;
|
|
5192
|
+
rejectTransitGatewayClientVpnAttachment(args: RejectTransitGatewayClientVpnAttachmentCommandInput, cb: (err: any, data?: RejectTransitGatewayClientVpnAttachmentCommandOutput) => void): void;
|
|
5193
|
+
rejectTransitGatewayClientVpnAttachment(args: RejectTransitGatewayClientVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectTransitGatewayClientVpnAttachmentCommandOutput) => void): void;
|
|
5173
5194
|
/**
|
|
5174
5195
|
* @see {@link RejectTransitGatewayMulticastDomainAssociationsCommand}
|
|
5175
5196
|
*/
|