@aws-sdk/client-ec2 3.836.0 → 3.838.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 +11 -0
- package/dist-es/protocols/Aws_ec2.js +11 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +10 -0
- package/dist-types/models/models_3.d.ts +1 -1
- package/dist-types/models/models_8.d.ts +5 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_8.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -20904,6 +20904,9 @@ var se_CreateRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20904
20904
|
if (input[_CNAo] != null) {
|
|
20905
20905
|
entries[_CNAo] = input[_CNAo];
|
|
20906
20906
|
}
|
|
20907
|
+
if (input[_ONA] != null) {
|
|
20908
|
+
entries[_ONA] = input[_ONA];
|
|
20909
|
+
}
|
|
20907
20910
|
if (input[_DRr] != null) {
|
|
20908
20911
|
entries[_DRr] = input[_DRr];
|
|
20909
20912
|
}
|
|
@@ -36941,6 +36944,9 @@ var se_ReplaceRouteRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
36941
36944
|
if (input[_CNAo] != null) {
|
|
36942
36945
|
entries[_CNAo] = input[_CNAo];
|
|
36943
36946
|
}
|
|
36947
|
+
if (input[_ONA] != null) {
|
|
36948
|
+
entries[_ONA] = input[_ONA];
|
|
36949
|
+
}
|
|
36944
36950
|
if (input[_DRr] != null) {
|
|
36945
36951
|
entries[_DRr] = input[_DRr];
|
|
36946
36952
|
}
|
|
@@ -57585,6 +57591,9 @@ var de_Route = /* @__PURE__ */ __name((output, context) => {
|
|
|
57585
57591
|
if (output[_cNA] != null) {
|
|
57586
57592
|
contents[_CNAo] = (0, import_smithy_client.expectString)(output[_cNA]);
|
|
57587
57593
|
}
|
|
57594
|
+
if (output[_oNA] != null) {
|
|
57595
|
+
contents[_ONA] = (0, import_smithy_client.expectString)(output[_oNA]);
|
|
57596
|
+
}
|
|
57588
57597
|
return contents;
|
|
57589
57598
|
}, "de_Route");
|
|
57590
57599
|
var de_RouteList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -64849,6 +64858,7 @@ var _OL = "OutpostLags";
|
|
|
64849
64858
|
var _OLI = "OutpostLagId";
|
|
64850
64859
|
var _OLIu = "OutpostLagIds";
|
|
64851
64860
|
var _OMAE = "OriginalMultiAttachEnabled";
|
|
64861
|
+
var _ONA = "OdbNetworkArn";
|
|
64852
64862
|
var _OO = "OidcOptions";
|
|
64853
64863
|
var _OR = "OperatingRegions";
|
|
64854
64864
|
var _ORIWEA = "OutputReservedInstancesWillExpireAt";
|
|
@@ -66903,6 +66913,7 @@ var _oK = "objectKey";
|
|
|
66903
66913
|
var _oLI = "outpostLagId";
|
|
66904
66914
|
var _oLS = "outpostLagSet";
|
|
66905
66915
|
var _oMAE = "originalMultiAttachEnabled";
|
|
66916
|
+
var _oNA = "odbNetworkArn";
|
|
66906
66917
|
var _oO = "oidcOptions";
|
|
66907
66918
|
var _oRIWEA = "outputReservedInstancesWillExpireAt";
|
|
66908
66919
|
var _oRS = "operatingRegionSet";
|
|
@@ -19322,6 +19322,9 @@ const se_CreateRouteRequest = (input, context) => {
|
|
|
19322
19322
|
if (input[_CNAo] != null) {
|
|
19323
19323
|
entries[_CNAo] = input[_CNAo];
|
|
19324
19324
|
}
|
|
19325
|
+
if (input[_ONA] != null) {
|
|
19326
|
+
entries[_ONA] = input[_ONA];
|
|
19327
|
+
}
|
|
19325
19328
|
if (input[_DRr] != null) {
|
|
19326
19329
|
entries[_DRr] = input[_DRr];
|
|
19327
19330
|
}
|
|
@@ -35359,6 +35362,9 @@ const se_ReplaceRouteRequest = (input, context) => {
|
|
|
35359
35362
|
if (input[_CNAo] != null) {
|
|
35360
35363
|
entries[_CNAo] = input[_CNAo];
|
|
35361
35364
|
}
|
|
35365
|
+
if (input[_ONA] != null) {
|
|
35366
|
+
entries[_ONA] = input[_ONA];
|
|
35367
|
+
}
|
|
35362
35368
|
if (input[_DRr] != null) {
|
|
35363
35369
|
entries[_DRr] = input[_DRr];
|
|
35364
35370
|
}
|
|
@@ -57095,6 +57101,9 @@ const de_Route = (output, context) => {
|
|
|
57095
57101
|
if (output[_cNA] != null) {
|
|
57096
57102
|
contents[_CNAo] = __expectString(output[_cNA]);
|
|
57097
57103
|
}
|
|
57104
|
+
if (output[_oNA] != null) {
|
|
57105
|
+
contents[_ONA] = __expectString(output[_oNA]);
|
|
57106
|
+
}
|
|
57098
57107
|
return contents;
|
|
57099
57108
|
};
|
|
57100
57109
|
const de_RouteList = (output, context) => {
|
|
@@ -64778,6 +64787,7 @@ const _OL = "OutpostLags";
|
|
|
64778
64787
|
const _OLI = "OutpostLagId";
|
|
64779
64788
|
const _OLIu = "OutpostLagIds";
|
|
64780
64789
|
const _OMAE = "OriginalMultiAttachEnabled";
|
|
64790
|
+
const _ONA = "OdbNetworkArn";
|
|
64781
64791
|
const _OO = "OidcOptions";
|
|
64782
64792
|
const _OR = "OperatingRegions";
|
|
64783
64793
|
const _ORIWEA = "OutputReservedInstancesWillExpireAt";
|
|
@@ -66832,6 +66842,7 @@ const _oK = "objectKey";
|
|
|
66832
66842
|
const _oLI = "outpostLagId";
|
|
66833
66843
|
const _oLS = "outpostLagSet";
|
|
66834
66844
|
const _oMAE = "originalMultiAttachEnabled";
|
|
66845
|
+
const _oNA = "odbNetworkArn";
|
|
66835
66846
|
const _oO = "oidcOptions";
|
|
66836
66847
|
const _oRIWEA = "outputReservedInstancesWillExpireAt";
|
|
66837
66848
|
const _oRS = "operatingRegionSet";
|
|
@@ -61,6 +61,7 @@ declare const CreateRouteCommand_base: {
|
|
|
61
61
|
* LocalGatewayId: "STRING_VALUE",
|
|
62
62
|
* CarrierGatewayId: "STRING_VALUE",
|
|
63
63
|
* CoreNetworkArn: "STRING_VALUE",
|
|
64
|
+
* OdbNetworkArn: "STRING_VALUE",
|
|
64
65
|
* DryRun: true || false,
|
|
65
66
|
* RouteTableId: "STRING_VALUE", // required
|
|
66
67
|
* DestinationCidrBlock: "STRING_VALUE",
|
|
@@ -97,6 +97,7 @@ declare const DescribeRouteTablesCommand_base: {
|
|
|
97
97
|
* // State: "active" || "blackhole",
|
|
98
98
|
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
99
99
|
* // CoreNetworkArn: "STRING_VALUE",
|
|
100
|
+
* // OdbNetworkArn: "STRING_VALUE",
|
|
100
101
|
* // },
|
|
101
102
|
* // ],
|
|
102
103
|
* // Tags: [ // TagList
|
|
@@ -47,6 +47,7 @@ declare const ReplaceRouteCommand_base: {
|
|
|
47
47
|
* LocalGatewayId: "STRING_VALUE",
|
|
48
48
|
* CarrierGatewayId: "STRING_VALUE",
|
|
49
49
|
* CoreNetworkArn: "STRING_VALUE",
|
|
50
|
+
* OdbNetworkArn: "STRING_VALUE",
|
|
50
51
|
* DryRun: true || false,
|
|
51
52
|
* RouteTableId: "STRING_VALUE", // required
|
|
52
53
|
* DestinationCidrBlock: "STRING_VALUE",
|
|
@@ -3800,6 +3800,11 @@ export interface CreateRouteRequest {
|
|
|
3800
3800
|
* @public
|
|
3801
3801
|
*/
|
|
3802
3802
|
CoreNetworkArn?: string | undefined;
|
|
3803
|
+
/**
|
|
3804
|
+
* <p>The Amazon Resource Name (ARN) of the ODB network.</p>
|
|
3805
|
+
* @public
|
|
3806
|
+
*/
|
|
3807
|
+
OdbNetworkArn?: string | undefined;
|
|
3803
3808
|
/**
|
|
3804
3809
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3805
3810
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -4594,6 +4599,11 @@ export interface Route {
|
|
|
4594
4599
|
* @public
|
|
4595
4600
|
*/
|
|
4596
4601
|
CoreNetworkArn?: string | undefined;
|
|
4602
|
+
/**
|
|
4603
|
+
* <p>The Amazon Resource Name (ARN) of the ODB network.</p>
|
|
4604
|
+
* @public
|
|
4605
|
+
*/
|
|
4606
|
+
OdbNetworkArn?: string | undefined;
|
|
4597
4607
|
}
|
|
4598
4608
|
/**
|
|
4599
4609
|
* <p>Describes a route table.</p>
|
|
@@ -4285,7 +4285,7 @@ export interface DeprovisionPublicIpv4PoolCidrRequest {
|
|
|
4285
4285
|
*/
|
|
4286
4286
|
PoolId: string | undefined;
|
|
4287
4287
|
/**
|
|
4288
|
-
* <p>The CIDR you want to deprovision from the pool
|
|
4288
|
+
* <p>The CIDR you want to deprovision from the pool.</p>
|
|
4289
4289
|
* @public
|
|
4290
4290
|
*/
|
|
4291
4291
|
Cidr: string | undefined;
|
|
@@ -329,6 +329,11 @@ export interface ReplaceRouteRequest {
|
|
|
329
329
|
* @public
|
|
330
330
|
*/
|
|
331
331
|
CoreNetworkArn?: string | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>The Amazon Resource Name (ARN) of the ODB network.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
OdbNetworkArn?: string | undefined;
|
|
332
337
|
/**
|
|
333
338
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
334
339
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -929,6 +929,7 @@ export interface CreateRouteRequest {
|
|
|
929
929
|
LocalGatewayId?: string | undefined;
|
|
930
930
|
CarrierGatewayId?: string | undefined;
|
|
931
931
|
CoreNetworkArn?: string | undefined;
|
|
932
|
+
OdbNetworkArn?: string | undefined;
|
|
932
933
|
DryRun?: boolean | undefined;
|
|
933
934
|
RouteTableId: string | undefined;
|
|
934
935
|
DestinationCidrBlock?: string | undefined;
|
|
@@ -1136,6 +1137,7 @@ export interface Route {
|
|
|
1136
1137
|
State?: RouteState | undefined;
|
|
1137
1138
|
VpcPeeringConnectionId?: string | undefined;
|
|
1138
1139
|
CoreNetworkArn?: string | undefined;
|
|
1140
|
+
OdbNetworkArn?: string | undefined;
|
|
1139
1141
|
}
|
|
1140
1142
|
export interface RouteTable {
|
|
1141
1143
|
Associations?: RouteTableAssociation[] | undefined;
|
|
@@ -134,6 +134,7 @@ export interface ReplaceRouteRequest {
|
|
|
134
134
|
LocalGatewayId?: string | undefined;
|
|
135
135
|
CarrierGatewayId?: string | undefined;
|
|
136
136
|
CoreNetworkArn?: string | undefined;
|
|
137
|
+
OdbNetworkArn?: string | undefined;
|
|
137
138
|
DryRun?: boolean | undefined;
|
|
138
139
|
RouteTableId: string | undefined;
|
|
139
140
|
DestinationCidrBlock?: string | undefined;
|
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.838.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",
|