@aws-sdk/client-ec2 3.609.0 → 3.614.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 +26 -0
- package/dist-es/models/models_6.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +20 -0
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -0
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +5 -0
- package/dist-types/models/models_3.d.ts +5 -0
- package/dist-types/models/models_6.d.ts +28 -11
- package/dist-types/models/models_7.d.ts +15 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1 -0
- package/dist-types/ts3.4/models/models_6.d.ts +9 -3
- package/dist-types/ts3.4/models/models_7.d.ts +4 -0
- package/package.json +21 -21
package/dist-cjs/index.js
CHANGED
|
@@ -708,6 +708,7 @@ __export(src_exports, {
|
|
|
708
708
|
IpamComplianceStatus: () => IpamComplianceStatus,
|
|
709
709
|
IpamDiscoveryFailureCode: () => IpamDiscoveryFailureCode,
|
|
710
710
|
IpamManagementState: () => IpamManagementState,
|
|
711
|
+
IpamNetworkInterfaceAttachmentStatus: () => IpamNetworkInterfaceAttachmentStatus,
|
|
711
712
|
IpamOverlapStatus: () => IpamOverlapStatus,
|
|
712
713
|
IpamPoolAllocationResourceType: () => IpamPoolAllocationResourceType,
|
|
713
714
|
IpamPoolAwsService: () => IpamPoolAwsService,
|
|
@@ -18819,6 +18820,9 @@ var se_CreatePublicIpv4PoolRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
18819
18820
|
entries[loc] = value;
|
|
18820
18821
|
});
|
|
18821
18822
|
}
|
|
18823
|
+
if (input[_NBG] != null) {
|
|
18824
|
+
entries[_NBG] = input[_NBG];
|
|
18825
|
+
}
|
|
18822
18826
|
return entries;
|
|
18823
18827
|
}, "se_CreatePublicIpv4PoolRequest");
|
|
18824
18828
|
var se_CreateReplaceRootVolumeTaskRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -20774,6 +20778,9 @@ var se_DeletePublicIpv4PoolRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
20774
20778
|
if (input[_PIo] != null) {
|
|
20775
20779
|
entries[_PIo] = input[_PIo];
|
|
20776
20780
|
}
|
|
20781
|
+
if (input[_NBG] != null) {
|
|
20782
|
+
entries[_NBG] = input[_NBG];
|
|
20783
|
+
}
|
|
20777
20784
|
return entries;
|
|
20778
20785
|
}, "se_DeletePublicIpv4PoolRequest");
|
|
20779
20786
|
var se_DeleteQueuedReservedInstancesIdList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -32794,6 +32801,9 @@ var se_ProvisionPublicIpv4PoolCidrRequest = /* @__PURE__ */ __name((input, conte
|
|
|
32794
32801
|
if (input[_NL] != null) {
|
|
32795
32802
|
entries[_NL] = input[_NL];
|
|
32796
32803
|
}
|
|
32804
|
+
if (input[_NBG] != null) {
|
|
32805
|
+
entries[_NBG] = input[_NBG];
|
|
32806
|
+
}
|
|
32797
32807
|
return entries;
|
|
32798
32808
|
}, "se_ProvisionPublicIpv4PoolCidrRequest");
|
|
32799
32809
|
var se_PublicIpStringList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -47405,9 +47415,15 @@ var de_IpamDiscoveredResourceCidr = /* @__PURE__ */ __name((output, context) =>
|
|
|
47405
47415
|
if (output[_vI] != null) {
|
|
47406
47416
|
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
47407
47417
|
}
|
|
47418
|
+
if (output[_nIASet] != null) {
|
|
47419
|
+
contents[_NIASet] = (0, import_smithy_client.expectString)(output[_nIASet]);
|
|
47420
|
+
}
|
|
47408
47421
|
if (output[_sTa] != null) {
|
|
47409
47422
|
contents[_STa] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sTa]));
|
|
47410
47423
|
}
|
|
47424
|
+
if (output[_aZI] != null) {
|
|
47425
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
47426
|
+
}
|
|
47411
47427
|
return contents;
|
|
47412
47428
|
}, "de_IpamDiscoveredResourceCidr");
|
|
47413
47429
|
var de_IpamDiscoveredResourceCidrSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -47690,6 +47706,9 @@ var de_IpamResourceCidr = /* @__PURE__ */ __name((output, context) => {
|
|
|
47690
47706
|
if (output[_vI] != null) {
|
|
47691
47707
|
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
47692
47708
|
}
|
|
47709
|
+
if (output[_aZI] != null) {
|
|
47710
|
+
contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
|
|
47711
|
+
}
|
|
47693
47712
|
return contents;
|
|
47694
47713
|
}, "de_IpamResourceCidr");
|
|
47695
47714
|
var de_IpamResourceCidrSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -58448,6 +58467,7 @@ var _NIASC = "NetworkInsightsAccessScopeContent";
|
|
|
58448
58467
|
var _NIASI = "NetworkInsightsAccessScopeId";
|
|
58449
58468
|
var _NIASIe = "NetworkInsightsAccessScopeIds";
|
|
58450
58469
|
var _NIASe = "NetworkInsightsAccessScopes";
|
|
58470
|
+
var _NIASet = "NetworkInterfaceAttachmentStatus";
|
|
58451
58471
|
var _NIAe = "NetworkInsightsAnalysis";
|
|
58452
58472
|
var _NIC = "NetworkInterfaceCount";
|
|
58453
58473
|
var _NID = "NetworkInterfaceDescription";
|
|
@@ -60278,6 +60298,7 @@ var _nIASC = "networkInsightsAccessScopeContent";
|
|
|
60278
60298
|
var _nIASI = "networkInsightsAccessScopeId";
|
|
60279
60299
|
var _nIASS = "networkInsightsAccessScopeSet";
|
|
60280
60300
|
var _nIASe = "networkInsightsAnalysisSet";
|
|
60301
|
+
var _nIASet = "networkInterfaceAttachmentStatus";
|
|
60281
60302
|
var _nIC = "networkInterfaceCount";
|
|
60282
60303
|
var _nID = "networkInterfaceDescription";
|
|
60283
60304
|
var _nII = "networkInterfaceId";
|
|
@@ -71163,6 +71184,10 @@ var IpamPublicAddressAwsService = {
|
|
|
71163
71184
|
REDSHIFT: "redshift",
|
|
71164
71185
|
S2S_VPN: "site-to-site-vpn"
|
|
71165
71186
|
};
|
|
71187
|
+
var IpamNetworkInterfaceAttachmentStatus = {
|
|
71188
|
+
available: "available",
|
|
71189
|
+
in_use: "in-use"
|
|
71190
|
+
};
|
|
71166
71191
|
var IpamResourceType = {
|
|
71167
71192
|
eip: "eip",
|
|
71168
71193
|
eni: "eni",
|
|
@@ -78381,6 +78406,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78381
78406
|
IpamPublicAddressType,
|
|
78382
78407
|
IpamPublicAddressAssociationStatus,
|
|
78383
78408
|
IpamPublicAddressAwsService,
|
|
78409
|
+
IpamNetworkInterfaceAttachmentStatus,
|
|
78384
78410
|
IpamResourceType,
|
|
78385
78411
|
IpamManagementState,
|
|
78386
78412
|
LockMode,
|
|
@@ -38,6 +38,10 @@ export const IpamPublicAddressAwsService = {
|
|
|
38
38
|
REDSHIFT: "redshift",
|
|
39
39
|
S2S_VPN: "site-to-site-vpn",
|
|
40
40
|
};
|
|
41
|
+
export const IpamNetworkInterfaceAttachmentStatus = {
|
|
42
|
+
available: "available",
|
|
43
|
+
in_use: "in-use",
|
|
44
|
+
};
|
|
41
45
|
export const IpamResourceType = {
|
|
42
46
|
eip: "eip",
|
|
43
47
|
eni: "eni",
|
|
@@ -17371,6 +17371,9 @@ const se_CreatePublicIpv4PoolRequest = (input, context) => {
|
|
|
17371
17371
|
entries[loc] = value;
|
|
17372
17372
|
});
|
|
17373
17373
|
}
|
|
17374
|
+
if (input[_NBG] != null) {
|
|
17375
|
+
entries[_NBG] = input[_NBG];
|
|
17376
|
+
}
|
|
17374
17377
|
return entries;
|
|
17375
17378
|
};
|
|
17376
17379
|
const se_CreateReplaceRootVolumeTaskRequest = (input, context) => {
|
|
@@ -19326,6 +19329,9 @@ const se_DeletePublicIpv4PoolRequest = (input, context) => {
|
|
|
19326
19329
|
if (input[_PIo] != null) {
|
|
19327
19330
|
entries[_PIo] = input[_PIo];
|
|
19328
19331
|
}
|
|
19332
|
+
if (input[_NBG] != null) {
|
|
19333
|
+
entries[_NBG] = input[_NBG];
|
|
19334
|
+
}
|
|
19329
19335
|
return entries;
|
|
19330
19336
|
};
|
|
19331
19337
|
const se_DeleteQueuedReservedInstancesIdList = (input, context) => {
|
|
@@ -31346,6 +31352,9 @@ const se_ProvisionPublicIpv4PoolCidrRequest = (input, context) => {
|
|
|
31346
31352
|
if (input[_NL] != null) {
|
|
31347
31353
|
entries[_NL] = input[_NL];
|
|
31348
31354
|
}
|
|
31355
|
+
if (input[_NBG] != null) {
|
|
31356
|
+
entries[_NBG] = input[_NBG];
|
|
31357
|
+
}
|
|
31349
31358
|
return entries;
|
|
31350
31359
|
};
|
|
31351
31360
|
const se_PublicIpStringList = (input, context) => {
|
|
@@ -46616,9 +46625,15 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
|
|
|
46616
46625
|
if (output[_vI] != null) {
|
|
46617
46626
|
contents[_VI] = __expectString(output[_vI]);
|
|
46618
46627
|
}
|
|
46628
|
+
if (output[_nIASet] != null) {
|
|
46629
|
+
contents[_NIASet] = __expectString(output[_nIASet]);
|
|
46630
|
+
}
|
|
46619
46631
|
if (output[_sTa] != null) {
|
|
46620
46632
|
contents[_STa] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sTa]));
|
|
46621
46633
|
}
|
|
46634
|
+
if (output[_aZI] != null) {
|
|
46635
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
46636
|
+
}
|
|
46622
46637
|
return contents;
|
|
46623
46638
|
};
|
|
46624
46639
|
const de_IpamDiscoveredResourceCidrSet = (output, context) => {
|
|
@@ -46919,6 +46934,9 @@ const de_IpamResourceCidr = (output, context) => {
|
|
|
46919
46934
|
if (output[_vI] != null) {
|
|
46920
46935
|
contents[_VI] = __expectString(output[_vI]);
|
|
46921
46936
|
}
|
|
46937
|
+
if (output[_aZI] != null) {
|
|
46938
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
46939
|
+
}
|
|
46922
46940
|
return contents;
|
|
46923
46941
|
};
|
|
46924
46942
|
const de_IpamResourceCidrSet = (output, context) => {
|
|
@@ -58376,6 +58394,7 @@ const _NIASC = "NetworkInsightsAccessScopeContent";
|
|
|
58376
58394
|
const _NIASI = "NetworkInsightsAccessScopeId";
|
|
58377
58395
|
const _NIASIe = "NetworkInsightsAccessScopeIds";
|
|
58378
58396
|
const _NIASe = "NetworkInsightsAccessScopes";
|
|
58397
|
+
const _NIASet = "NetworkInterfaceAttachmentStatus";
|
|
58379
58398
|
const _NIAe = "NetworkInsightsAnalysis";
|
|
58380
58399
|
const _NIC = "NetworkInterfaceCount";
|
|
58381
58400
|
const _NID = "NetworkInterfaceDescription";
|
|
@@ -60206,6 +60225,7 @@ const _nIASC = "networkInsightsAccessScopeContent";
|
|
|
60206
60225
|
const _nIASI = "networkInsightsAccessScopeId";
|
|
60207
60226
|
const _nIASS = "networkInsightsAccessScopeSet";
|
|
60208
60227
|
const _nIASe = "networkInsightsAnalysisSet";
|
|
60228
|
+
const _nIASet = "networkInterfaceAttachmentStatus";
|
|
60209
60229
|
const _nIC = "networkInterfaceCount";
|
|
60210
60230
|
const _nID = "networkInterfaceDescription";
|
|
60211
60231
|
const _nII = "networkInterfaceId";
|
|
@@ -37,6 +37,7 @@ declare const DeletePublicIpv4PoolCommand_base: {
|
|
|
37
37
|
* const input = { // DeletePublicIpv4PoolRequest
|
|
38
38
|
* DryRun: true || false,
|
|
39
39
|
* PoolId: "STRING_VALUE", // required
|
|
40
|
+
* NetworkBorderGroup: "STRING_VALUE",
|
|
40
41
|
* };
|
|
41
42
|
* const command = new DeletePublicIpv4PoolCommand(input);
|
|
42
43
|
* const response = await client.send(command);
|
|
@@ -68,7 +68,9 @@ declare const GetIpamDiscoveredResourceCidrsCommand_base: {
|
|
|
68
68
|
* // ],
|
|
69
69
|
* // IpUsage: Number("double"),
|
|
70
70
|
* // VpcId: "STRING_VALUE",
|
|
71
|
+
* // NetworkInterfaceAttachmentStatus: "available" || "in-use",
|
|
71
72
|
* // SampleTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
72
74
|
* // },
|
|
73
75
|
* // ],
|
|
74
76
|
* // NextToken: "STRING_VALUE",
|
|
@@ -82,6 +82,7 @@ declare const GetIpamResourceCidrsCommand_base: {
|
|
|
82
82
|
* // ManagementState: "managed" || "unmanaged" || "ignored",
|
|
83
83
|
* // OverlapStatus: "overlapping" || "nonoverlapping" || "ignored",
|
|
84
84
|
* // VpcId: "STRING_VALUE",
|
|
85
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
85
86
|
* // },
|
|
86
87
|
* // ],
|
|
87
88
|
* // };
|
|
@@ -68,6 +68,7 @@ declare const ModifyIpamResourceCidrCommand_base: {
|
|
|
68
68
|
* // ManagementState: "managed" || "unmanaged" || "ignored",
|
|
69
69
|
* // OverlapStatus: "overlapping" || "nonoverlapping" || "ignored",
|
|
70
70
|
* // VpcId: "STRING_VALUE",
|
|
71
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
71
72
|
* // },
|
|
72
73
|
* // };
|
|
73
74
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ProvisionByoipCidrRequest
|
|
4
|
+
import { ProvisionByoipCidrRequest } from "../models/models_6";
|
|
5
|
+
import { ProvisionByoipCidrResult } from "../models/models_7";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -40,6 +40,7 @@ declare const ProvisionPublicIpv4PoolCidrCommand_base: {
|
|
|
40
40
|
* IpamPoolId: "STRING_VALUE", // required
|
|
41
41
|
* PoolId: "STRING_VALUE", // required
|
|
42
42
|
* NetmaskLength: Number("int"), // required
|
|
43
|
+
* NetworkBorderGroup: "STRING_VALUE",
|
|
43
44
|
* };
|
|
44
45
|
* const command = new ProvisionPublicIpv4PoolCidrCommand(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
@@ -4877,7 +4877,7 @@ export interface CreateIpamPoolRequest {
|
|
|
4877
4877
|
*/
|
|
4878
4878
|
IpamScopeId: string | undefined;
|
|
4879
4879
|
/**
|
|
4880
|
-
* <p>In IPAM, the locale is the Amazon Web Services Region
|
|
4880
|
+
* <p>In IPAM, the locale is the Amazon Web Services Region or, for IPAM IPv4 pools in the public scope, the network border group for an Amazon Web Services Local Zone where you want to make an IPAM pool available for allocations (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">supported Local Zones</a>). If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.</p>
|
|
4881
4881
|
* <p>Possible values: Any Amazon Web Services Region, such as us-east-1.</p>
|
|
4882
4882
|
* @public
|
|
4883
4883
|
*/
|
|
@@ -5088,7 +5088,7 @@ export interface IpamPool {
|
|
|
5088
5088
|
*/
|
|
5089
5089
|
IpamRegion?: string;
|
|
5090
5090
|
/**
|
|
5091
|
-
* <p>The locale of the IPAM pool. In IPAM, the locale is the Amazon Web Services Region
|
|
5091
|
+
* <p>The locale of the IPAM pool. In IPAM, the locale is the Amazon Web Services Region or, for IPAM IPv4 pools in the public scope, the network border group for an Amazon Web Services Local Zone where you want to make an IPAM pool available for allocations (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">supported Local Zones</a>). If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.</p>
|
|
5092
5092
|
* @public
|
|
5093
5093
|
*/
|
|
5094
5094
|
Locale?: string;
|
|
@@ -514,6 +514,11 @@ export interface CreatePublicIpv4PoolRequest {
|
|
|
514
514
|
* @public
|
|
515
515
|
*/
|
|
516
516
|
TagSpecifications?: TagSpecification[];
|
|
517
|
+
/**
|
|
518
|
+
* <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
519
|
+
* @public
|
|
520
|
+
*/
|
|
521
|
+
NetworkBorderGroup?: string;
|
|
517
522
|
}
|
|
518
523
|
/**
|
|
519
524
|
* @public
|
|
@@ -266,6 +266,11 @@ export interface DeletePublicIpv4PoolRequest {
|
|
|
266
266
|
* @public
|
|
267
267
|
*/
|
|
268
268
|
PoolId: string | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
NetworkBorderGroup?: string;
|
|
269
274
|
}
|
|
270
275
|
/**
|
|
271
276
|
* @public
|
|
@@ -446,7 +446,7 @@ export interface IpamDiscoveredPublicAddress {
|
|
|
446
446
|
*/
|
|
447
447
|
Tags?: IpamPublicAddressTags;
|
|
448
448
|
/**
|
|
449
|
-
* <p>The network border group that the resource that the IP address is assigned to is in
|
|
449
|
+
* <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
450
450
|
* @public
|
|
451
451
|
*/
|
|
452
452
|
NetworkBorderGroup?: string;
|
|
@@ -518,6 +518,18 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
|
518
518
|
*/
|
|
519
519
|
MaxResults?: number;
|
|
520
520
|
}
|
|
521
|
+
/**
|
|
522
|
+
* @public
|
|
523
|
+
* @enum
|
|
524
|
+
*/
|
|
525
|
+
export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
526
|
+
readonly available: "available";
|
|
527
|
+
readonly in_use: "in-use";
|
|
528
|
+
};
|
|
529
|
+
/**
|
|
530
|
+
* @public
|
|
531
|
+
*/
|
|
532
|
+
export type IpamNetworkInterfaceAttachmentStatus = (typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
|
|
521
533
|
/**
|
|
522
534
|
* @public
|
|
523
535
|
* @enum
|
|
@@ -598,11 +610,21 @@ export interface IpamDiscoveredResourceCidr {
|
|
|
598
610
|
* @public
|
|
599
611
|
*/
|
|
600
612
|
VpcId?: string;
|
|
613
|
+
/**
|
|
614
|
+
* <p>For elastic IP addresses, this is the status of an attached network interface.</p>
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
NetworkInterfaceAttachmentStatus?: IpamNetworkInterfaceAttachmentStatus;
|
|
601
618
|
/**
|
|
602
619
|
* <p>The last successful resource discovery time.</p>
|
|
603
620
|
* @public
|
|
604
621
|
*/
|
|
605
622
|
SampleTime?: Date;
|
|
623
|
+
/**
|
|
624
|
+
* <p>The Availability Zone ID.</p>
|
|
625
|
+
* @public
|
|
626
|
+
*/
|
|
627
|
+
AvailabilityZoneId?: string;
|
|
606
628
|
}
|
|
607
629
|
/**
|
|
608
630
|
* @public
|
|
@@ -882,6 +904,11 @@ export interface IpamResourceCidr {
|
|
|
882
904
|
* @public
|
|
883
905
|
*/
|
|
884
906
|
VpcId?: string;
|
|
907
|
+
/**
|
|
908
|
+
* <p>The Availability Zone ID.</p>
|
|
909
|
+
* @public
|
|
910
|
+
*/
|
|
911
|
+
AvailabilityZoneId?: string;
|
|
885
912
|
}
|
|
886
913
|
/**
|
|
887
914
|
* @public
|
|
@@ -8357,16 +8384,6 @@ export interface ProvisionByoipCidrRequest {
|
|
|
8357
8384
|
*/
|
|
8358
8385
|
NetworkBorderGroup?: string;
|
|
8359
8386
|
}
|
|
8360
|
-
/**
|
|
8361
|
-
* @public
|
|
8362
|
-
*/
|
|
8363
|
-
export interface ProvisionByoipCidrResult {
|
|
8364
|
-
/**
|
|
8365
|
-
* <p>Information about the address range.</p>
|
|
8366
|
-
* @public
|
|
8367
|
-
*/
|
|
8368
|
-
ByoipCidr?: ByoipCidr;
|
|
8369
|
-
}
|
|
8370
8387
|
/**
|
|
8371
8388
|
* @internal
|
|
8372
8389
|
*/
|
|
@@ -5,6 +5,16 @@ import { ArchitectureValues, BootModeValues, Byoasn, ClientVpnConnectionStatus,
|
|
|
5
5
|
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
6
|
import { Purchase } from "./models_5";
|
|
7
7
|
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface ProvisionByoipCidrResult {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Information about the address range.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
ByoipCidr?: ByoipCidr;
|
|
17
|
+
}
|
|
8
18
|
/**
|
|
9
19
|
* <p>Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN).
|
|
10
20
|
* For details on the format of the message and signature, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.</p>
|
|
@@ -148,6 +158,11 @@ export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
|
148
158
|
* @public
|
|
149
159
|
*/
|
|
150
160
|
NetmaskLength: number | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
NetworkBorderGroup?: string;
|
|
151
166
|
}
|
|
152
167
|
/**
|
|
153
168
|
* @public
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ProvisionByoipCidrResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { ProvisionByoipCidrRequest } from "../models/models_6";
|
|
9
|
+
import { ProvisionByoipCidrResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ProvisionByoipCidrCommandInput
|
|
@@ -189,6 +189,7 @@ export interface CreatePlacementGroupResult {
|
|
|
189
189
|
export interface CreatePublicIpv4PoolRequest {
|
|
190
190
|
DryRun?: boolean;
|
|
191
191
|
TagSpecifications?: TagSpecification[];
|
|
192
|
+
NetworkBorderGroup?: string;
|
|
192
193
|
}
|
|
193
194
|
export interface CreatePublicIpv4PoolResult {
|
|
194
195
|
PoolId?: string;
|
|
@@ -144,6 +144,7 @@ export interface DeletePlacementGroupRequest {
|
|
|
144
144
|
export interface DeletePublicIpv4PoolRequest {
|
|
145
145
|
DryRun?: boolean;
|
|
146
146
|
PoolId: string | undefined;
|
|
147
|
+
NetworkBorderGroup?: string;
|
|
147
148
|
}
|
|
148
149
|
export interface DeletePublicIpv4PoolResult {
|
|
149
150
|
ReturnValue?: boolean;
|
|
@@ -280,6 +280,12 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
|
280
280
|
NextToken?: string;
|
|
281
281
|
MaxResults?: number;
|
|
282
282
|
}
|
|
283
|
+
export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
284
|
+
readonly available: "available";
|
|
285
|
+
readonly in_use: "in-use";
|
|
286
|
+
};
|
|
287
|
+
export type IpamNetworkInterfaceAttachmentStatus =
|
|
288
|
+
(typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
|
|
283
289
|
export declare const IpamResourceType: {
|
|
284
290
|
readonly eip: "eip";
|
|
285
291
|
readonly eni: "eni";
|
|
@@ -300,7 +306,9 @@ export interface IpamDiscoveredResourceCidr {
|
|
|
300
306
|
ResourceTags?: IpamResourceTag[];
|
|
301
307
|
IpUsage?: number;
|
|
302
308
|
VpcId?: string;
|
|
309
|
+
NetworkInterfaceAttachmentStatus?: IpamNetworkInterfaceAttachmentStatus;
|
|
303
310
|
SampleTime?: Date;
|
|
311
|
+
AvailabilityZoneId?: string;
|
|
304
312
|
}
|
|
305
313
|
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
306
314
|
IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[];
|
|
@@ -364,6 +372,7 @@ export interface IpamResourceCidr {
|
|
|
364
372
|
ManagementState?: IpamManagementState;
|
|
365
373
|
OverlapStatus?: IpamOverlapStatus;
|
|
366
374
|
VpcId?: string;
|
|
375
|
+
AvailabilityZoneId?: string;
|
|
367
376
|
}
|
|
368
377
|
export interface GetIpamResourceCidrsResult {
|
|
369
378
|
NextToken?: string;
|
|
@@ -1898,9 +1907,6 @@ export interface ProvisionByoipCidrRequest {
|
|
|
1898
1907
|
MultiRegion?: boolean;
|
|
1899
1908
|
NetworkBorderGroup?: string;
|
|
1900
1909
|
}
|
|
1901
|
-
export interface ProvisionByoipCidrResult {
|
|
1902
|
-
ByoipCidr?: ByoipCidr;
|
|
1903
|
-
}
|
|
1904
1910
|
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1905
1911
|
obj: GetLaunchTemplateDataResult
|
|
1906
1912
|
) => any;
|
|
@@ -74,6 +74,9 @@ import {
|
|
|
74
74
|
InstanceMonitoring,
|
|
75
75
|
Status,
|
|
76
76
|
} from "./models_6";
|
|
77
|
+
export interface ProvisionByoipCidrResult {
|
|
78
|
+
ByoipCidr?: ByoipCidr;
|
|
79
|
+
}
|
|
77
80
|
export interface AsnAuthorizationContext {
|
|
78
81
|
Message: string | undefined;
|
|
79
82
|
Signature: string | undefined;
|
|
@@ -107,6 +110,7 @@ export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
|
107
110
|
IpamPoolId: string | undefined;
|
|
108
111
|
PoolId: string | undefined;
|
|
109
112
|
NetmaskLength: number | undefined;
|
|
113
|
+
NetworkBorderGroup?: string;
|
|
110
114
|
}
|
|
111
115
|
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
112
116
|
PoolId?: string;
|
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.614.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,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.614.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.614.0",
|
|
25
|
+
"@aws-sdk/core": "3.614.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.614.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|
|
30
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
+
"@aws-sdk/middleware-sdk-ec2": "3.614.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.614.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
33
33
|
"@aws-sdk/types": "3.609.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.614.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.2.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.5",
|
|
38
|
+
"@smithy/core": "^2.2.6",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.2.1",
|
|
40
40
|
"@smithy/hash-node": "^3.0.3",
|
|
41
41
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
42
42
|
"@smithy/middleware-content-length": "^3.0.3",
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.0.5",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.9",
|
|
45
45
|
"@smithy/middleware-serde": "^3.0.3",
|
|
46
46
|
"@smithy/middleware-stack": "^3.0.3",
|
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
|
48
|
-
"@smithy/node-http-handler": "^3.1.
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.4",
|
|
48
|
+
"@smithy/node-http-handler": "^3.1.2",
|
|
49
49
|
"@smithy/protocol-http": "^4.0.3",
|
|
50
|
-
"@smithy/smithy-client": "^3.1.
|
|
50
|
+
"@smithy/smithy-client": "^3.1.7",
|
|
51
51
|
"@smithy/types": "^3.3.0",
|
|
52
52
|
"@smithy/url-parser": "^3.0.3",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.9",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.9",
|
|
58
|
+
"@smithy/util-endpoints": "^2.0.5",
|
|
59
59
|
"@smithy/util-middleware": "^3.0.3",
|
|
60
60
|
"@smithy/util-retry": "^3.0.3",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|