@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/README.md
CHANGED
|
@@ -204,6 +204,13 @@ AcceptReservedInstancesExchangeQuote
|
|
|
204
204
|
</details>
|
|
205
205
|
<details>
|
|
206
206
|
<summary>
|
|
207
|
+
AcceptTransitGatewayClientVpnAttachment
|
|
208
|
+
</summary>
|
|
209
|
+
|
|
210
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/AcceptTransitGatewayClientVpnAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/AcceptTransitGatewayClientVpnAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/AcceptTransitGatewayClientVpnAttachmentCommandOutput/)
|
|
211
|
+
</details>
|
|
212
|
+
<details>
|
|
213
|
+
<summary>
|
|
207
214
|
AcceptTransitGatewayMulticastDomainAssociations
|
|
208
215
|
</summary>
|
|
209
216
|
|
|
@@ -1786,6 +1793,13 @@ DeleteTransitGateway
|
|
|
1786
1793
|
</details>
|
|
1787
1794
|
<details>
|
|
1788
1795
|
<summary>
|
|
1796
|
+
DeleteTransitGatewayClientVpnAttachment
|
|
1797
|
+
</summary>
|
|
1798
|
+
|
|
1799
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DeleteTransitGatewayClientVpnAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DeleteTransitGatewayClientVpnAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DeleteTransitGatewayClientVpnAttachmentCommandOutput/)
|
|
1800
|
+
</details>
|
|
1801
|
+
<details>
|
|
1802
|
+
<summary>
|
|
1789
1803
|
DeleteTransitGatewayConnect
|
|
1790
1804
|
</summary>
|
|
1791
1805
|
|
|
@@ -5069,6 +5083,13 @@ RejectCapacityReservationBillingOwnership
|
|
|
5069
5083
|
</details>
|
|
5070
5084
|
<details>
|
|
5071
5085
|
<summary>
|
|
5086
|
+
RejectTransitGatewayClientVpnAttachment
|
|
5087
|
+
</summary>
|
|
5088
|
+
|
|
5089
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/RejectTransitGatewayClientVpnAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/RejectTransitGatewayClientVpnAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/RejectTransitGatewayClientVpnAttachmentCommandOutput/)
|
|
5090
|
+
</details>
|
|
5091
|
+
<details>
|
|
5092
|
+
<summary>
|
|
5072
5093
|
RejectTransitGatewayMulticastDomainAssociations
|
|
5073
5094
|
</summary>
|
|
5074
5095
|
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bdd = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@smithy/util-endpoints");
|
|
5
|
+
const k = "ref";
|
|
6
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
7
|
+
const _data = {
|
|
8
|
+
conditions: [
|
|
9
|
+
[c, [g]],
|
|
10
|
+
[c, j],
|
|
11
|
+
["aws.partition", j, d],
|
|
12
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
13
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
14
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
15
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
16
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
17
|
+
],
|
|
18
|
+
results: [
|
|
19
|
+
[a],
|
|
20
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
21
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
22
|
+
[g, i],
|
|
23
|
+
["https://ec2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
24
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
25
|
+
["https://ec2.{Region}.amazonaws.com", i],
|
|
26
|
+
["https://ec2-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
27
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
28
|
+
["https://ec2.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
29
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
30
|
+
["https://ec2.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
31
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
32
|
+
]
|
|
33
|
+
};
|
|
34
|
+
const root = 2;
|
|
35
|
+
const r = 100_000_000;
|
|
36
|
+
const nodes = new Int32Array([
|
|
37
|
+
-1, 1, -1,
|
|
38
|
+
0, 13, 3,
|
|
39
|
+
1, 4, r + 12,
|
|
40
|
+
2, 5, r + 12,
|
|
41
|
+
3, 8, 6,
|
|
42
|
+
4, 7, r + 11,
|
|
43
|
+
5, r + 9, r + 10,
|
|
44
|
+
4, 11, 9,
|
|
45
|
+
6, 10, r + 8,
|
|
46
|
+
7, r + 6, r + 7,
|
|
47
|
+
5, 12, r + 5,
|
|
48
|
+
6, r + 4, r + 5,
|
|
49
|
+
3, r + 1, 14,
|
|
50
|
+
4, r + 2, r + 3,
|
|
51
|
+
]);
|
|
52
|
+
exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
|
-
const
|
|
6
|
+
const bdd_1 = require("./bdd");
|
|
7
7
|
const cache = new util_endpoints_2.EndpointCache({
|
|
8
8
|
size: 50,
|
|
9
9
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
10
|
});
|
|
11
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
|
-
return cache.get(endpointParams, () => (0, util_endpoints_2.
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
|
|
13
13
|
endpointParams: endpointParams,
|
|
14
14
|
logger: context.logger,
|
|
15
15
|
}));
|
package/dist-cjs/index.js
CHANGED
|
@@ -150,6 +150,18 @@ class AcceptReservedInstancesExchangeQuoteCommand extends smithyClient.Command
|
|
|
150
150
|
.build() {
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
+
class AcceptTransitGatewayClientVpnAttachmentCommand extends smithyClient.Command
|
|
154
|
+
.classBuilder()
|
|
155
|
+
.ep(commonParams)
|
|
156
|
+
.m(function (Command, cs, config, o) {
|
|
157
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
|
+
})
|
|
159
|
+
.s("AmazonEC2", "AcceptTransitGatewayClientVpnAttachment", {})
|
|
160
|
+
.n("EC2Client", "AcceptTransitGatewayClientVpnAttachmentCommand")
|
|
161
|
+
.sc(schemas_0.AcceptTransitGatewayClientVpnAttachment$)
|
|
162
|
+
.build() {
|
|
163
|
+
}
|
|
164
|
+
|
|
153
165
|
class AcceptTransitGatewayMulticastDomainAssociationsCommand extends smithyClient.Command
|
|
154
166
|
.classBuilder()
|
|
155
167
|
.ep(commonParams)
|
|
@@ -2853,6 +2865,18 @@ class DeleteTrafficMirrorTargetCommand extends smithyClient.Command
|
|
|
2853
2865
|
.build() {
|
|
2854
2866
|
}
|
|
2855
2867
|
|
|
2868
|
+
class DeleteTransitGatewayClientVpnAttachmentCommand extends smithyClient.Command
|
|
2869
|
+
.classBuilder()
|
|
2870
|
+
.ep(commonParams)
|
|
2871
|
+
.m(function (Command, cs, config, o) {
|
|
2872
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2873
|
+
})
|
|
2874
|
+
.s("AmazonEC2", "DeleteTransitGatewayClientVpnAttachment", {})
|
|
2875
|
+
.n("EC2Client", "DeleteTransitGatewayClientVpnAttachmentCommand")
|
|
2876
|
+
.sc(schemas_0.DeleteTransitGatewayClientVpnAttachment$)
|
|
2877
|
+
.build() {
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2856
2880
|
class DeleteTransitGatewayCommand extends smithyClient.Command
|
|
2857
2881
|
.classBuilder()
|
|
2858
2882
|
.ep(commonParams)
|
|
@@ -8493,6 +8517,18 @@ class RejectCapacityReservationBillingOwnershipCommand extends smithyClient.Comm
|
|
|
8493
8517
|
.build() {
|
|
8494
8518
|
}
|
|
8495
8519
|
|
|
8520
|
+
class RejectTransitGatewayClientVpnAttachmentCommand extends smithyClient.Command
|
|
8521
|
+
.classBuilder()
|
|
8522
|
+
.ep(commonParams)
|
|
8523
|
+
.m(function (Command, cs, config, o) {
|
|
8524
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
8525
|
+
})
|
|
8526
|
+
.s("AmazonEC2", "RejectTransitGatewayClientVpnAttachment", {})
|
|
8527
|
+
.n("EC2Client", "RejectTransitGatewayClientVpnAttachmentCommand")
|
|
8528
|
+
.sc(schemas_0.RejectTransitGatewayClientVpnAttachment$)
|
|
8529
|
+
.build() {
|
|
8530
|
+
}
|
|
8531
|
+
|
|
8496
8532
|
class RejectTransitGatewayMulticastDomainAssociationsCommand extends smithyClient.Command
|
|
8497
8533
|
.classBuilder()
|
|
8498
8534
|
.ep(commonParams)
|
|
@@ -11809,6 +11845,7 @@ const commands = {
|
|
|
11809
11845
|
AcceptAddressTransferCommand,
|
|
11810
11846
|
AcceptCapacityReservationBillingOwnershipCommand,
|
|
11811
11847
|
AcceptReservedInstancesExchangeQuoteCommand,
|
|
11848
|
+
AcceptTransitGatewayClientVpnAttachmentCommand,
|
|
11812
11849
|
AcceptTransitGatewayMulticastDomainAssociationsCommand,
|
|
11813
11850
|
AcceptTransitGatewayPeeringAttachmentCommand,
|
|
11814
11851
|
AcceptTransitGatewayVpcAttachmentCommand,
|
|
@@ -12035,6 +12072,7 @@ const commands = {
|
|
|
12035
12072
|
DeleteTrafficMirrorSessionCommand,
|
|
12036
12073
|
DeleteTrafficMirrorTargetCommand,
|
|
12037
12074
|
DeleteTransitGatewayCommand,
|
|
12075
|
+
DeleteTransitGatewayClientVpnAttachmentCommand,
|
|
12038
12076
|
DeleteTransitGatewayConnectCommand,
|
|
12039
12077
|
DeleteTransitGatewayConnectPeerCommand,
|
|
12040
12078
|
DeleteTransitGatewayMeteringPolicyCommand,
|
|
@@ -12504,6 +12542,7 @@ const commands = {
|
|
|
12504
12542
|
RegisterTransitGatewayMulticastGroupMembersCommand,
|
|
12505
12543
|
RegisterTransitGatewayMulticastGroupSourcesCommand,
|
|
12506
12544
|
RejectCapacityReservationBillingOwnershipCommand,
|
|
12545
|
+
RejectTransitGatewayClientVpnAttachmentCommand,
|
|
12507
12546
|
RejectTransitGatewayMulticastDomainAssociationsCommand,
|
|
12508
12547
|
RejectTransitGatewayPeeringAttachmentCommand,
|
|
12509
12548
|
RejectTransitGatewayVpcAttachmentCommand,
|
|
@@ -12932,7 +12971,16 @@ const AddressTransferStatus = {
|
|
|
12932
12971
|
disabled: "disabled",
|
|
12933
12972
|
pending: "pending",
|
|
12934
12973
|
};
|
|
12974
|
+
const TransitGatewayAttachmentStatusType = {
|
|
12975
|
+
available: "available",
|
|
12976
|
+
deleted: "deleted",
|
|
12977
|
+
deleting: "deleting",
|
|
12978
|
+
pending: "pending",
|
|
12979
|
+
pending_acceptance: "pending-acceptance",
|
|
12980
|
+
rejected: "rejected",
|
|
12981
|
+
};
|
|
12935
12982
|
const TransitGatewayAttachmentResourceType = {
|
|
12983
|
+
client_vpn: "client-vpn",
|
|
12936
12984
|
connect: "connect",
|
|
12937
12985
|
direct_connect_gateway: "direct-connect-gateway",
|
|
12938
12986
|
network_function: "network-function",
|
|
@@ -14662,6 +14710,7 @@ const ClientVpnEndpointStatusCode = {
|
|
|
14662
14710
|
available: "available",
|
|
14663
14711
|
deleted: "deleted",
|
|
14664
14712
|
deleting: "deleting",
|
|
14713
|
+
pending: "pending",
|
|
14665
14714
|
pending_associate: "pending-associate",
|
|
14666
14715
|
};
|
|
14667
14716
|
const ClientVpnRouteStatusCode = {
|
|
@@ -16671,6 +16720,7 @@ exports.AcceleratorType = AcceleratorType;
|
|
|
16671
16720
|
exports.AcceptAddressTransferCommand = AcceptAddressTransferCommand;
|
|
16672
16721
|
exports.AcceptCapacityReservationBillingOwnershipCommand = AcceptCapacityReservationBillingOwnershipCommand;
|
|
16673
16722
|
exports.AcceptReservedInstancesExchangeQuoteCommand = AcceptReservedInstancesExchangeQuoteCommand;
|
|
16723
|
+
exports.AcceptTransitGatewayClientVpnAttachmentCommand = AcceptTransitGatewayClientVpnAttachmentCommand;
|
|
16674
16724
|
exports.AcceptTransitGatewayMulticastDomainAssociationsCommand = AcceptTransitGatewayMulticastDomainAssociationsCommand;
|
|
16675
16725
|
exports.AcceptTransitGatewayPeeringAttachmentCommand = AcceptTransitGatewayPeeringAttachmentCommand;
|
|
16676
16726
|
exports.AcceptTransitGatewayVpcAttachmentCommand = AcceptTransitGatewayVpcAttachmentCommand;
|
|
@@ -16981,6 +17031,7 @@ exports.DeleteTrafficMirrorFilterCommand = DeleteTrafficMirrorFilterCommand;
|
|
|
16981
17031
|
exports.DeleteTrafficMirrorFilterRuleCommand = DeleteTrafficMirrorFilterRuleCommand;
|
|
16982
17032
|
exports.DeleteTrafficMirrorSessionCommand = DeleteTrafficMirrorSessionCommand;
|
|
16983
17033
|
exports.DeleteTrafficMirrorTargetCommand = DeleteTrafficMirrorTargetCommand;
|
|
17034
|
+
exports.DeleteTransitGatewayClientVpnAttachmentCommand = DeleteTransitGatewayClientVpnAttachmentCommand;
|
|
16984
17035
|
exports.DeleteTransitGatewayCommand = DeleteTransitGatewayCommand;
|
|
16985
17036
|
exports.DeleteTransitGatewayConnectCommand = DeleteTransitGatewayConnectCommand;
|
|
16986
17037
|
exports.DeleteTransitGatewayConnectPeerCommand = DeleteTransitGatewayConnectPeerCommand;
|
|
@@ -17662,6 +17713,7 @@ exports.RegisterInstanceEventNotificationAttributesCommand = RegisterInstanceEve
|
|
|
17662
17713
|
exports.RegisterTransitGatewayMulticastGroupMembersCommand = RegisterTransitGatewayMulticastGroupMembersCommand;
|
|
17663
17714
|
exports.RegisterTransitGatewayMulticastGroupSourcesCommand = RegisterTransitGatewayMulticastGroupSourcesCommand;
|
|
17664
17715
|
exports.RejectCapacityReservationBillingOwnershipCommand = RejectCapacityReservationBillingOwnershipCommand;
|
|
17716
|
+
exports.RejectTransitGatewayClientVpnAttachmentCommand = RejectTransitGatewayClientVpnAttachmentCommand;
|
|
17665
17717
|
exports.RejectTransitGatewayMulticastDomainAssociationsCommand = RejectTransitGatewayMulticastDomainAssociationsCommand;
|
|
17666
17718
|
exports.RejectTransitGatewayPeeringAttachmentCommand = RejectTransitGatewayPeeringAttachmentCommand;
|
|
17667
17719
|
exports.RejectTransitGatewayVpcAttachmentCommand = RejectTransitGatewayVpcAttachmentCommand;
|
|
@@ -17801,6 +17853,7 @@ exports.TransferType = TransferType;
|
|
|
17801
17853
|
exports.TransitGatewayAssociationState = TransitGatewayAssociationState;
|
|
17802
17854
|
exports.TransitGatewayAttachmentResourceType = TransitGatewayAttachmentResourceType;
|
|
17803
17855
|
exports.TransitGatewayAttachmentState = TransitGatewayAttachmentState;
|
|
17856
|
+
exports.TransitGatewayAttachmentStatusType = TransitGatewayAttachmentStatusType;
|
|
17804
17857
|
exports.TransitGatewayConnectPeerState = TransitGatewayConnectPeerState;
|
|
17805
17858
|
exports.TransitGatewayMeteringPayerType = TransitGatewayMeteringPayerType;
|
|
17806
17859
|
exports.TransitGatewayMeteringPolicyEntryState = TransitGatewayMeteringPolicyEntryState;
|