@aws-sdk/client-ec2 3.836.0 → 3.839.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 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",
@@ -93,6 +93,7 @@ declare const CreateRouteTableCommand_base: {
93
93
  * // State: "active" || "blackhole",
94
94
  * // VpcPeeringConnectionId: "STRING_VALUE",
95
95
  * // CoreNetworkArn: "STRING_VALUE",
96
+ * // OdbNetworkArn: "STRING_VALUE",
96
97
  * // },
97
98
  * // ],
98
99
  * // Tags: [ // TagList
@@ -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. Enter the CIDR you want to deprovision with a netmask of <code>/32</code>. You must rerun this command for each IP address in the CIDR range. If your CIDR is a <code>/24</code>, you will have to run this command to deprovision each of the 256 IP addresses in the <code>/24</code> CIDR.</p>
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.836.0",
4
+ "version": "3.839.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,44 +20,44 @@
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.835.0",
24
- "@aws-sdk/credential-provider-node": "3.835.0",
23
+ "@aws-sdk/core": "3.839.0",
24
+ "@aws-sdk/credential-provider-node": "3.839.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-sdk-ec2": "3.835.0",
29
- "@aws-sdk/middleware-user-agent": "3.835.0",
28
+ "@aws-sdk/middleware-sdk-ec2": "3.839.0",
29
+ "@aws-sdk/middleware-user-agent": "3.839.0",
30
30
  "@aws-sdk/region-config-resolver": "3.821.0",
31
31
  "@aws-sdk/types": "3.821.0",
32
32
  "@aws-sdk/util-endpoints": "3.828.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.821.0",
34
- "@aws-sdk/util-user-agent-node": "3.835.0",
34
+ "@aws-sdk/util-user-agent-node": "3.839.0",
35
35
  "@smithy/config-resolver": "^4.1.4",
36
- "@smithy/core": "^3.5.3",
36
+ "@smithy/core": "^3.6.0",
37
37
  "@smithy/fetch-http-handler": "^5.0.4",
38
38
  "@smithy/hash-node": "^4.0.4",
39
39
  "@smithy/invalid-dependency": "^4.0.4",
40
40
  "@smithy/middleware-content-length": "^4.0.4",
41
- "@smithy/middleware-endpoint": "^4.1.12",
42
- "@smithy/middleware-retry": "^4.1.13",
41
+ "@smithy/middleware-endpoint": "^4.1.13",
42
+ "@smithy/middleware-retry": "^4.1.14",
43
43
  "@smithy/middleware-serde": "^4.0.8",
44
44
  "@smithy/middleware-stack": "^4.0.4",
45
45
  "@smithy/node-config-provider": "^4.1.3",
46
46
  "@smithy/node-http-handler": "^4.0.6",
47
47
  "@smithy/protocol-http": "^5.1.2",
48
- "@smithy/smithy-client": "^4.4.4",
48
+ "@smithy/smithy-client": "^4.4.5",
49
49
  "@smithy/types": "^4.3.1",
50
50
  "@smithy/url-parser": "^4.0.4",
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.20",
55
- "@smithy/util-defaults-mode-node": "^4.0.20",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.21",
55
+ "@smithy/util-defaults-mode-node": "^4.0.21",
56
56
  "@smithy/util-endpoints": "^3.0.6",
57
57
  "@smithy/util-middleware": "^4.0.4",
58
58
  "@smithy/util-retry": "^4.0.6",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
- "@smithy/util-waiter": "^4.0.5",
60
+ "@smithy/util-waiter": "^4.0.6",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"