@aws-sdk/client-ec2 3.878.0 → 3.879.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 +3 -1
- package/dist-es/models/models_2.js +2 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +4 -5
- package/dist-types/models/models_6.d.ts +0 -5
- package/dist-types/models/models_7.d.ts +5 -1
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -72390,13 +72390,15 @@ var RouteServerPeerState = {
|
|
|
72390
72390
|
PENDING: "pending"
|
|
72391
72391
|
};
|
|
72392
72392
|
var RouteOrigin = {
|
|
72393
|
+
Advertisement: "Advertisement",
|
|
72393
72394
|
CreateRoute: "CreateRoute",
|
|
72394
72395
|
CreateRouteTable: "CreateRouteTable",
|
|
72395
72396
|
EnableVgwRoutePropagation: "EnableVgwRoutePropagation"
|
|
72396
72397
|
};
|
|
72397
72398
|
var RouteState = {
|
|
72398
72399
|
active: "active",
|
|
72399
|
-
blackhole: "blackhole"
|
|
72400
|
+
blackhole: "blackhole",
|
|
72401
|
+
filtered: "filtered"
|
|
72400
72402
|
};
|
|
72401
72403
|
var SSEType = {
|
|
72402
72404
|
none: "none",
|
|
@@ -177,6 +177,7 @@ export const RouteServerPeerState = {
|
|
|
177
177
|
PENDING: "pending",
|
|
178
178
|
};
|
|
179
179
|
export const RouteOrigin = {
|
|
180
|
+
Advertisement: "Advertisement",
|
|
180
181
|
CreateRoute: "CreateRoute",
|
|
181
182
|
CreateRouteTable: "CreateRouteTable",
|
|
182
183
|
EnableVgwRoutePropagation: "EnableVgwRoutePropagation",
|
|
@@ -184,6 +185,7 @@ export const RouteOrigin = {
|
|
|
184
185
|
export const RouteState = {
|
|
185
186
|
active: "active",
|
|
186
187
|
blackhole: "blackhole",
|
|
188
|
+
filtered: "filtered",
|
|
187
189
|
};
|
|
188
190
|
export const SSEType = {
|
|
189
191
|
none: "none",
|
|
@@ -90,8 +90,8 @@ declare const CreateRouteTableCommand_base: {
|
|
|
90
90
|
* // LocalGatewayId: "STRING_VALUE",
|
|
91
91
|
* // CarrierGatewayId: "STRING_VALUE",
|
|
92
92
|
* // NetworkInterfaceId: "STRING_VALUE",
|
|
93
|
-
* // Origin: "CreateRouteTable" || "CreateRoute" || "EnableVgwRoutePropagation",
|
|
94
|
-
* // State: "active" || "blackhole",
|
|
93
|
+
* // Origin: "CreateRouteTable" || "CreateRoute" || "EnableVgwRoutePropagation" || "Advertisement",
|
|
94
|
+
* // State: "active" || "blackhole" || "filtered",
|
|
95
95
|
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
96
96
|
* // CoreNetworkArn: "STRING_VALUE",
|
|
97
97
|
* // OdbNetworkArn: "STRING_VALUE",
|
|
@@ -94,8 +94,8 @@ declare const DescribeRouteTablesCommand_base: {
|
|
|
94
94
|
* // LocalGatewayId: "STRING_VALUE",
|
|
95
95
|
* // CarrierGatewayId: "STRING_VALUE",
|
|
96
96
|
* // NetworkInterfaceId: "STRING_VALUE",
|
|
97
|
-
* // Origin: "CreateRouteTable" || "CreateRoute" || "EnableVgwRoutePropagation",
|
|
98
|
-
* // State: "active" || "blackhole",
|
|
97
|
+
* // Origin: "CreateRouteTable" || "CreateRoute" || "EnableVgwRoutePropagation" || "Advertisement",
|
|
98
|
+
* // State: "active" || "blackhole" || "filtered",
|
|
99
99
|
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
100
100
|
* // CoreNetworkArn: "STRING_VALUE",
|
|
101
101
|
* // OdbNetworkArn: "STRING_VALUE",
|
|
@@ -4714,6 +4714,7 @@ export interface PropagatingVgw {
|
|
|
4714
4714
|
* @enum
|
|
4715
4715
|
*/
|
|
4716
4716
|
export declare const RouteOrigin: {
|
|
4717
|
+
readonly Advertisement: "Advertisement";
|
|
4717
4718
|
readonly CreateRoute: "CreateRoute";
|
|
4718
4719
|
readonly CreateRouteTable: "CreateRouteTable";
|
|
4719
4720
|
readonly EnableVgwRoutePropagation: "EnableVgwRoutePropagation";
|
|
@@ -4729,6 +4730,7 @@ export type RouteOrigin = (typeof RouteOrigin)[keyof typeof RouteOrigin];
|
|
|
4729
4730
|
export declare const RouteState: {
|
|
4730
4731
|
readonly active: "active";
|
|
4731
4732
|
readonly blackhole: "blackhole";
|
|
4733
|
+
readonly filtered: "filtered";
|
|
4732
4734
|
};
|
|
4733
4735
|
/**
|
|
4734
4736
|
* @public
|
|
@@ -6539,10 +6541,7 @@ export interface TransitGatewayOptions {
|
|
|
6539
6541
|
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
6540
6542
|
/**
|
|
6541
6543
|
* <p>Indicates whether resource attachments are automatically associated with the default
|
|
6542
|
-
* association route table. Enabled by default.
|
|
6543
|
-
* is set to <code>enable</code>,
|
|
6544
|
-
* Amazon Web Services Transit Gateway will create the default transit gateway route
|
|
6545
|
-
* table.</p>
|
|
6544
|
+
* association route table. Enabled by default. Either <code>defaultRouteTableAssociation</code> or <code>defaultRouteTablePropagation</code> must be set to <code>enable</code> for Amazon Web Services Transit Gateway to create the default transit gateway route table.</p>
|
|
6546
6545
|
* @public
|
|
6547
6546
|
*/
|
|
6548
6547
|
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
@@ -6555,7 +6554,7 @@ export interface TransitGatewayOptions {
|
|
|
6555
6554
|
* <p>Indicates whether resource attachments automatically propagate routes to the default
|
|
6556
6555
|
* propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>
|
|
6557
6556
|
* is set to <code>enable</code>,
|
|
6558
|
-
* Amazon Web Services Transit Gateway
|
|
6557
|
+
* Amazon Web Services Transit Gateway creates the default transit gateway route
|
|
6559
6558
|
* table.</p>
|
|
6560
6559
|
* @public
|
|
6561
6560
|
*/
|
|
@@ -433,11 +433,6 @@ export interface DescribeVpcEndpointAssociationsRequest {
|
|
|
433
433
|
* <code>resource-configuration-group-arn</code> - The Amazon Resource Name (ARN) of
|
|
434
434
|
* the resource configuration of type GROUP.</p>
|
|
435
435
|
* </li>
|
|
436
|
-
* <li>
|
|
437
|
-
* <p>
|
|
438
|
-
* <code>service-network-resource-association-id</code> - The ID of the
|
|
439
|
-
* association.</p>
|
|
440
|
-
* </li>
|
|
441
436
|
* </ul>
|
|
442
437
|
* @public
|
|
443
438
|
*/
|
|
@@ -6196,7 +6196,11 @@ export interface ModifyTransitGatewayOptions {
|
|
|
6196
6196
|
*/
|
|
6197
6197
|
AssociationDefaultRouteTableId?: string | undefined;
|
|
6198
6198
|
/**
|
|
6199
|
-
* <p>
|
|
6199
|
+
* <p>Indicates whether resource attachments automatically propagate routes to the default
|
|
6200
|
+
* propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>
|
|
6201
|
+
* is set to <code>enable</code>,
|
|
6202
|
+
* Amazon Web Services Transit Gateway will create the default transit gateway route
|
|
6203
|
+
* table.</p>
|
|
6200
6204
|
* @public
|
|
6201
6205
|
*/
|
|
6202
6206
|
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
@@ -1155,6 +1155,7 @@ export interface PropagatingVgw {
|
|
|
1155
1155
|
GatewayId?: string | undefined;
|
|
1156
1156
|
}
|
|
1157
1157
|
export declare const RouteOrigin: {
|
|
1158
|
+
readonly Advertisement: "Advertisement";
|
|
1158
1159
|
readonly CreateRoute: "CreateRoute";
|
|
1159
1160
|
readonly CreateRouteTable: "CreateRouteTable";
|
|
1160
1161
|
readonly EnableVgwRoutePropagation: "EnableVgwRoutePropagation";
|
|
@@ -1163,6 +1164,7 @@ export type RouteOrigin = (typeof RouteOrigin)[keyof typeof RouteOrigin];
|
|
|
1163
1164
|
export declare const RouteState: {
|
|
1164
1165
|
readonly active: "active";
|
|
1165
1166
|
readonly blackhole: "blackhole";
|
|
1167
|
+
readonly filtered: "filtered";
|
|
1166
1168
|
};
|
|
1167
1169
|
export type RouteState = (typeof RouteState)[keyof typeof RouteState];
|
|
1168
1170
|
export interface Route {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.879.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.879.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.879.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-sdk-ec2": "3.879.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.879.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
31
31
|
"@aws-sdk/types": "3.862.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.879.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.879.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.5",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.9.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.1.1",
|
|
38
38
|
"@smithy/hash-node": "^4.0.5",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.0.5",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.5",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
42
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.19",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.20",
|
|
43
43
|
"@smithy/middleware-serde": "^4.0.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.5",
|
|
45
45
|
"@smithy/node-config-provider": "^4.1.4",
|
|
46
46
|
"@smithy/node-http-handler": "^4.1.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.1.3",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.5.0",
|
|
49
49
|
"@smithy/types": "^4.3.2",
|
|
50
50
|
"@smithy/url-parser": "^4.0.5",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.27",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.27",
|
|
56
56
|
"@smithy/util-endpoints": "^3.0.7",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.5",
|
|
58
58
|
"@smithy/util-retry": "^4.0.7",
|