@aws-sdk/client-ec2 3.529.1 → 3.533.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 +2 -25
- package/dist-types/EC2.d.ts +2 -25
- package/dist-types/EC2Client.d.ts +2 -25
- package/dist-types/commands/AttachVolumeCommand.d.ts +4 -4
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +13 -17
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +12 -11
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -6
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +4 -3
- package/dist-types/commands/CopyImageCommand.d.ts +16 -13
- package/dist-types/commands/CopySnapshotCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +30 -32
- package/dist-types/commands/CreateImageCommand.d.ts +5 -6
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +4 -4
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +5 -7
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +2 -2
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -2
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -6
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +3 -3
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +7 -8
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -2
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -2
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -2
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -2
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +2 -2
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -7
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVolumeCommand.d.ts +4 -5
- package/dist-types/commands/RegisterImageCommand.d.ts +11 -11
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -2
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -2
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +3 -3
- package/dist-types/index.d.ts +2 -25
- package/dist-types/models/models_0.d.ts +79 -92
- package/dist-types/models/models_1.d.ts +24 -26
- package/dist-types/models/models_2.d.ts +30 -25
- package/dist-types/models/models_3.d.ts +77 -87
- package/dist-types/models/models_4.d.ts +19 -12
- package/dist-types/models/models_5.d.ts +33 -40
- package/dist-types/models/models_6.d.ts +59 -74
- package/dist-types/models/models_7.d.ts +7 -6
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +39 -39
|
@@ -27,8 +27,8 @@ declare const ResetSnapshotAttributeCommand_base: {
|
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Resets permission settings for the specified snapshot.</p>
|
|
30
|
-
* <p>For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/
|
|
31
|
-
* <i>Amazon
|
|
30
|
+
* <p>For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modifying-snapshot-permissions.html">Share a snapshot</a> in the
|
|
31
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -26,8 +26,7 @@ declare const RestoreImageFromRecycleBinCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Restores an AMI from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in
|
|
30
|
-
* the <i>Amazon EC2 User Guide</i>.</p>
|
|
29
|
+
* <p>Restores an AMI from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
31
30
|
* @example
|
|
32
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
32
|
* ```javascript
|
|
@@ -26,8 +26,8 @@ declare const RestoreSnapshotFromRecycleBinCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Restores a snapshot from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/
|
|
30
|
-
* snapshots from the Recycle Bin</a> in the <i>Amazon
|
|
29
|
+
* <p>Restores a snapshot from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-snaps.html#recycle-bin-restore-snaps">Restore
|
|
30
|
+
* snapshots from the Recycle Bin</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -28,9 +28,9 @@ declare const RestoreSnapshotTierCommand_base: {
|
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore
|
|
30
30
|
* period or restore type for a snapshot that was previously temporarily restored.</p>
|
|
31
|
-
* <p>For more information see <a href="https://docs.aws.amazon.com/
|
|
32
|
-
* Restore an archived snapshot</a> and <a href="https://docs.aws.amazon.com/
|
|
33
|
-
* modify the restore period or restore type for a temporarily restored snapshot</a> in the <i>Amazon
|
|
31
|
+
* <p>For more information see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/working-with-snapshot-archiving.html#restore-archived-snapshot">
|
|
32
|
+
* Restore an archived snapshot</a> and <a href="https://docs.aws.amazon.com/ebs/latest/userguide/working-with-snapshot-archiving.html#modify-temp-restore-period">
|
|
33
|
+
* modify the restore period or restore type for a temporarily restored snapshot</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,30 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <fullname>Amazon Elastic Compute Cloud</fullname>
|
|
3
|
-
* <p>Amazon Elastic Compute Cloud (Amazon EC2)
|
|
4
|
-
*
|
|
5
|
-
* faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the
|
|
6
|
-
* Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you've defined. Amazon Elastic Block Store
|
|
7
|
-
* (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available
|
|
8
|
-
* and reliable storage volumes that can be attached to any running instance and used like a hard drive.</p>
|
|
9
|
-
* <p>To learn more, see the following resources:</p>
|
|
10
|
-
* <ul>
|
|
11
|
-
* <li>
|
|
12
|
-
* <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">Amazon EC2 product page</a>, <a href="https://docs.aws.amazon.com/ec2/index.html">Amazon EC2 documentation</a>
|
|
13
|
-
* </p>
|
|
14
|
-
* </li>
|
|
15
|
-
* <li>
|
|
16
|
-
* <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="https://docs.aws.amazon.com/ebs/index.html">Amazon EBS documentation</a>
|
|
17
|
-
* </p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="https://docs.aws.amazon.com/vpc/index.html">Amazon VPC documentation</a>
|
|
21
|
-
* </p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>VPN: <a href="http://aws.amazon.com/vpn">VPN product page</a>, <a href="https://docs.aws.amazon.com/vpn/index.html">VPN documentation</a>
|
|
25
|
-
* </p>
|
|
26
|
-
* </li>
|
|
27
|
-
* </ul>
|
|
3
|
+
* <p>You can access the features of Amazon Elastic Compute Cloud (Amazon EC2) programmatically. For more information,
|
|
4
|
+
* see the <a href="https://docs.aws.amazon.com/ec2/latest/devguide">Amazon EC2 Developer Guide</a>.</p>
|
|
28
5
|
*
|
|
29
6
|
* @packageDocumentation
|
|
30
7
|
*/
|
|
@@ -765,7 +765,10 @@ export interface TransitGatewayVpcAttachmentOptions {
|
|
|
765
765
|
DnsSupport?: DnsSupportValue;
|
|
766
766
|
/**
|
|
767
767
|
* @public
|
|
768
|
-
* <
|
|
768
|
+
* <note>
|
|
769
|
+
* <p>This parameter is in preview and may not be available for your account.</p>
|
|
770
|
+
* </note>
|
|
771
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
|
|
769
772
|
*/
|
|
770
773
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
771
774
|
/**
|
|
@@ -5554,12 +5557,12 @@ export interface AuthorizeClientVpnIngressResult {
|
|
|
5554
5557
|
}
|
|
5555
5558
|
/**
|
|
5556
5559
|
* @public
|
|
5557
|
-
* <p>Describes an IPv4 range.</p>
|
|
5560
|
+
* <p>Describes an IPv4 address range.</p>
|
|
5558
5561
|
*/
|
|
5559
5562
|
export interface IpRange {
|
|
5560
5563
|
/**
|
|
5561
5564
|
* @public
|
|
5562
|
-
* <p>The IPv4
|
|
5565
|
+
* <p>The IPv4 address range. You can either specify a CIDR block or a source security group,
|
|
5563
5566
|
* not both. To specify a single IPv4 address, use the /32 prefix length.</p>
|
|
5564
5567
|
*/
|
|
5565
5568
|
CidrIp?: string;
|
|
@@ -5573,12 +5576,12 @@ export interface IpRange {
|
|
|
5573
5576
|
}
|
|
5574
5577
|
/**
|
|
5575
5578
|
* @public
|
|
5576
|
-
* <p>Describes an IPv6 range.</p>
|
|
5579
|
+
* <p>Describes an IPv6 address range.</p>
|
|
5577
5580
|
*/
|
|
5578
5581
|
export interface Ipv6Range {
|
|
5579
5582
|
/**
|
|
5580
5583
|
* @public
|
|
5581
|
-
* <p>The IPv6
|
|
5584
|
+
* <p>The IPv6 address range. You can either specify a CIDR block or a source security group,
|
|
5582
5585
|
* not both. To specify a single IPv6 address, use the /128 prefix length.</p>
|
|
5583
5586
|
*/
|
|
5584
5587
|
CidrIpv6?: string;
|
|
@@ -5660,14 +5663,13 @@ export interface UserIdGroupPair {
|
|
|
5660
5663
|
}
|
|
5661
5664
|
/**
|
|
5662
5665
|
* @public
|
|
5663
|
-
* <p>Describes
|
|
5666
|
+
* <p>Describes the permissions for a security group rule.</p>
|
|
5664
5667
|
*/
|
|
5665
5668
|
export interface IpPermission {
|
|
5666
5669
|
/**
|
|
5667
5670
|
* @public
|
|
5668
5671
|
* <p>If the protocol is TCP or UDP, this is the start of the port range.
|
|
5669
|
-
* If the protocol is ICMP or ICMPv6, this is the type
|
|
5670
|
-
* If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.</p>
|
|
5672
|
+
* If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).</p>
|
|
5671
5673
|
*/
|
|
5672
5674
|
FromPort?: number;
|
|
5673
5675
|
/**
|
|
@@ -5684,12 +5686,12 @@ export interface IpPermission {
|
|
|
5684
5686
|
IpProtocol?: string;
|
|
5685
5687
|
/**
|
|
5686
5688
|
* @public
|
|
5687
|
-
* <p>The IPv4 ranges.</p>
|
|
5689
|
+
* <p>The IPv4 address ranges.</p>
|
|
5688
5690
|
*/
|
|
5689
5691
|
IpRanges?: IpRange[];
|
|
5690
5692
|
/**
|
|
5691
5693
|
* @public
|
|
5692
|
-
* <p>The IPv6 ranges.</p>
|
|
5694
|
+
* <p>The IPv6 address ranges.</p>
|
|
5693
5695
|
*/
|
|
5694
5696
|
Ipv6Ranges?: Ipv6Range[];
|
|
5695
5697
|
/**
|
|
@@ -5700,8 +5702,8 @@ export interface IpPermission {
|
|
|
5700
5702
|
/**
|
|
5701
5703
|
* @public
|
|
5702
5704
|
* <p>If the protocol is TCP or UDP, this is the end of the port range.
|
|
5703
|
-
* If the protocol is ICMP or ICMPv6, this is the code
|
|
5704
|
-
* If
|
|
5705
|
+
* If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).
|
|
5706
|
+
* If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).</p>
|
|
5705
5707
|
*/
|
|
5706
5708
|
ToPort?: number;
|
|
5707
5709
|
/**
|
|
@@ -5728,8 +5730,7 @@ export interface AuthorizeSecurityGroupEgressRequest {
|
|
|
5728
5730
|
GroupId: string | undefined;
|
|
5729
5731
|
/**
|
|
5730
5732
|
* @public
|
|
5731
|
-
* <p>The
|
|
5732
|
-
* address range in the same set of permissions.</p>
|
|
5733
|
+
* <p>The permissions for the security group rules.</p>
|
|
5733
5734
|
*/
|
|
5734
5735
|
IpPermissions?: IpPermission[];
|
|
5735
5736
|
/**
|
|
@@ -5739,35 +5740,32 @@ export interface AuthorizeSecurityGroupEgressRequest {
|
|
|
5739
5740
|
TagSpecifications?: TagSpecification[];
|
|
5740
5741
|
/**
|
|
5741
5742
|
* @public
|
|
5742
|
-
* <p>Not supported. Use
|
|
5743
|
+
* <p>Not supported. Use IP permissions instead.</p>
|
|
5743
5744
|
*/
|
|
5744
5745
|
CidrIp?: string;
|
|
5745
5746
|
/**
|
|
5746
5747
|
* @public
|
|
5747
|
-
* <p>Not supported. Use
|
|
5748
|
+
* <p>Not supported. Use IP permissions instead.</p>
|
|
5748
5749
|
*/
|
|
5749
5750
|
FromPort?: number;
|
|
5750
5751
|
/**
|
|
5751
5752
|
* @public
|
|
5752
|
-
* <p>Not supported. Use
|
|
5753
|
-
* number.</p>
|
|
5753
|
+
* <p>Not supported. Use IP permissions instead.</p>
|
|
5754
5754
|
*/
|
|
5755
5755
|
IpProtocol?: string;
|
|
5756
5756
|
/**
|
|
5757
5757
|
* @public
|
|
5758
|
-
* <p>Not supported. Use
|
|
5758
|
+
* <p>Not supported. Use IP permissions instead.</p>
|
|
5759
5759
|
*/
|
|
5760
5760
|
ToPort?: number;
|
|
5761
5761
|
/**
|
|
5762
5762
|
* @public
|
|
5763
|
-
* <p>Not supported. Use
|
|
5764
|
-
* destination security group.</p>
|
|
5763
|
+
* <p>Not supported. Use IP permissions instead.</p>
|
|
5765
5764
|
*/
|
|
5766
5765
|
SourceSecurityGroupName?: string;
|
|
5767
5766
|
/**
|
|
5768
5767
|
* @public
|
|
5769
|
-
* <p>Not supported. Use
|
|
5770
|
-
* destination security group.</p>
|
|
5768
|
+
* <p>Not supported. Use IP permissions instead.</p>
|
|
5771
5769
|
*/
|
|
5772
5770
|
SourceSecurityGroupOwnerId?: string;
|
|
5773
5771
|
}
|
|
@@ -5837,15 +5835,14 @@ export interface SecurityGroupRule {
|
|
|
5837
5835
|
/**
|
|
5838
5836
|
* @public
|
|
5839
5837
|
* <p>If the protocol is TCP or UDP, this is the start of the port range.
|
|
5840
|
-
* If the protocol is ICMP or ICMPv6, this is the type
|
|
5841
|
-
* If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.</p>
|
|
5838
|
+
* If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).</p>
|
|
5842
5839
|
*/
|
|
5843
5840
|
FromPort?: number;
|
|
5844
5841
|
/**
|
|
5845
5842
|
* @public
|
|
5846
5843
|
* <p>If the protocol is TCP or UDP, this is the end of the port range.
|
|
5847
|
-
* If the protocol is ICMP or ICMPv6, this is the
|
|
5848
|
-
* If
|
|
5844
|
+
* If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).
|
|
5845
|
+
* If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).</p>
|
|
5849
5846
|
*/
|
|
5850
5847
|
ToPort?: number;
|
|
5851
5848
|
/**
|
|
@@ -5900,72 +5897,66 @@ export interface AuthorizeSecurityGroupEgressResult {
|
|
|
5900
5897
|
export interface AuthorizeSecurityGroupIngressRequest {
|
|
5901
5898
|
/**
|
|
5902
5899
|
* @public
|
|
5903
|
-
* <p>The IPv4 address range, in CIDR format
|
|
5904
|
-
*
|
|
5905
|
-
* <p>
|
|
5900
|
+
* <p>The IPv4 address range, in CIDR format.</p>
|
|
5901
|
+
* <p>To specify an IPv6 address range, use IP permissions instead.</p>
|
|
5902
|
+
* <p>To specify multiple rules and descriptions for the rules, use IP permissions instead.</p>
|
|
5906
5903
|
*/
|
|
5907
5904
|
CidrIp?: string;
|
|
5908
5905
|
/**
|
|
5909
5906
|
* @public
|
|
5910
5907
|
* <p>If the protocol is TCP or UDP, this is the start of the port range.
|
|
5911
|
-
* If the protocol is ICMP, this is the type
|
|
5912
|
-
*
|
|
5913
|
-
* <p>Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.</p>
|
|
5908
|
+
* If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).</p>
|
|
5909
|
+
* <p>To specify multiple rules and descriptions for the rules, use IP permissions instead.</p>
|
|
5914
5910
|
*/
|
|
5915
5911
|
FromPort?: number;
|
|
5916
5912
|
/**
|
|
5917
5913
|
* @public
|
|
5918
|
-
* <p>The ID of the security group
|
|
5919
|
-
* security group name in the request. For security groups in a nondefault VPC, you must
|
|
5920
|
-
* specify the security group ID.</p>
|
|
5914
|
+
* <p>The ID of the security group.</p>
|
|
5921
5915
|
*/
|
|
5922
5916
|
GroupId?: string;
|
|
5923
5917
|
/**
|
|
5924
5918
|
* @public
|
|
5925
|
-
* <p>[Default VPC] The name of the security group.
|
|
5926
|
-
*
|
|
5927
|
-
*
|
|
5919
|
+
* <p>[Default VPC] The name of the security group. For security groups for a default VPC
|
|
5920
|
+
* you can specify either the ID or the name of the security group. For security groups for
|
|
5921
|
+
* a nondefault VPC, you must specify the ID of the security group.</p>
|
|
5928
5922
|
*/
|
|
5929
5923
|
GroupName?: string;
|
|
5930
5924
|
/**
|
|
5931
5925
|
* @public
|
|
5932
|
-
* <p>The
|
|
5926
|
+
* <p>The permissions for the security group rules.</p>
|
|
5933
5927
|
*/
|
|
5934
5928
|
IpPermissions?: IpPermission[];
|
|
5935
5929
|
/**
|
|
5936
5930
|
* @public
|
|
5937
5931
|
* <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number
|
|
5938
|
-
* (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>). To specify <code
|
|
5939
|
-
* <p>
|
|
5940
|
-
* protocol other than
|
|
5941
|
-
*
|
|
5942
|
-
* <p>
|
|
5932
|
+
* (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>). To specify all protocols, use <code>-1</code>.</p>
|
|
5933
|
+
* <p>To specify <code>icmpv6</code>, use IP permissions instead.</p>
|
|
5934
|
+
* <p>If you specify a protocol other than one of the supported values, traffic is allowed
|
|
5935
|
+
* on all ports, regardless of any ports that you specify.</p>
|
|
5936
|
+
* <p>To specify multiple rules and descriptions for the rules, use IP permissions instead.</p>
|
|
5943
5937
|
*/
|
|
5944
5938
|
IpProtocol?: string;
|
|
5945
5939
|
/**
|
|
5946
5940
|
* @public
|
|
5947
|
-
* <p>[Default VPC] The name of the source security group
|
|
5948
|
-
*
|
|
5949
|
-
*
|
|
5950
|
-
* To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.
|
|
5951
|
-
* The source security group must be in the same VPC.</p>
|
|
5941
|
+
* <p>[Default VPC] The name of the source security group.</p>
|
|
5942
|
+
* <p>The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol
|
|
5943
|
+
* and port range, specify a set of IP permissions instead.</p>
|
|
5952
5944
|
*/
|
|
5953
5945
|
SourceSecurityGroupName?: string;
|
|
5954
5946
|
/**
|
|
5955
5947
|
* @public
|
|
5956
|
-
* <p>
|
|
5957
|
-
* in a different account
|
|
5958
|
-
*
|
|
5959
|
-
*
|
|
5960
|
-
* and port range, use a set of IP permissions instead.</p>
|
|
5948
|
+
* <p>The Amazon Web Services account ID for the source security group, if the source security group is
|
|
5949
|
+
* in a different account.</p>
|
|
5950
|
+
* <p>The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol
|
|
5951
|
+
* and port range, use IP permissions instead.</p>
|
|
5961
5952
|
*/
|
|
5962
5953
|
SourceSecurityGroupOwnerId?: string;
|
|
5963
5954
|
/**
|
|
5964
5955
|
* @public
|
|
5965
5956
|
* <p>If the protocol is TCP or UDP, this is the end of the port range.
|
|
5966
|
-
* If the protocol is ICMP, this is the code
|
|
5967
|
-
* If
|
|
5968
|
-
* <p>
|
|
5957
|
+
* If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes).
|
|
5958
|
+
* If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).</p>
|
|
5959
|
+
* <p>To specify multiple rules and descriptions for the rules, use IP permissions instead.</p>
|
|
5969
5960
|
*/
|
|
5970
5961
|
ToPort?: number;
|
|
5971
5962
|
/**
|
|
@@ -5977,7 +5968,7 @@ export interface AuthorizeSecurityGroupIngressRequest {
|
|
|
5977
5968
|
DryRun?: boolean;
|
|
5978
5969
|
/**
|
|
5979
5970
|
* @public
|
|
5980
|
-
* <p>
|
|
5971
|
+
* <p>The tags applied to the security group rule.</p>
|
|
5981
5972
|
*/
|
|
5982
5973
|
TagSpecifications?: TagSpecification[];
|
|
5983
5974
|
}
|
|
@@ -5998,22 +5989,20 @@ export interface AuthorizeSecurityGroupIngressResult {
|
|
|
5998
5989
|
}
|
|
5999
5990
|
/**
|
|
6000
5991
|
* @public
|
|
6001
|
-
* <p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed
|
|
6002
|
-
* AMI.</p>
|
|
5992
|
+
* <p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.</p>
|
|
6003
5993
|
*/
|
|
6004
5994
|
export interface S3Storage {
|
|
6005
5995
|
/**
|
|
6006
5996
|
* @public
|
|
6007
5997
|
* <p>The access key ID of the owner of the bucket. Before you specify a value for your access
|
|
6008
|
-
*
|
|
6009
|
-
*
|
|
5998
|
+
* key ID, review and follow the guidance in <a href="https://docs.aws.amazon.com/accounts/latest/reference/best-practices.html">Best
|
|
5999
|
+
* Practices for Amazon Web Services accounts</a> in the <i>Account ManagementReference
|
|
6000
|
+
* Guide</i>.</p>
|
|
6010
6001
|
*/
|
|
6011
6002
|
AWSAccessKeyId?: string;
|
|
6012
6003
|
/**
|
|
6013
6004
|
* @public
|
|
6014
|
-
* <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a
|
|
6015
|
-
* new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone
|
|
6016
|
-
* else, Amazon EC2 returns an error.</p>
|
|
6005
|
+
* <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</p>
|
|
6017
6006
|
*/
|
|
6018
6007
|
Bucket?: string;
|
|
6019
6008
|
/**
|
|
@@ -6023,8 +6012,7 @@ export interface S3Storage {
|
|
|
6023
6012
|
Prefix?: string;
|
|
6024
6013
|
/**
|
|
6025
6014
|
* @public
|
|
6026
|
-
* <p>An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your
|
|
6027
|
-
* behalf.</p>
|
|
6015
|
+
* <p>An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.</p>
|
|
6028
6016
|
*/
|
|
6029
6017
|
UploadPolicy?: Uint8Array;
|
|
6030
6018
|
/**
|
|
@@ -6057,9 +6045,7 @@ export interface BundleInstanceRequest {
|
|
|
6057
6045
|
InstanceId: string | undefined;
|
|
6058
6046
|
/**
|
|
6059
6047
|
* @public
|
|
6060
|
-
* <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a
|
|
6061
|
-
* new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone
|
|
6062
|
-
* else, Amazon EC2 returns an error.</p>
|
|
6048
|
+
* <p>The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</p>
|
|
6063
6049
|
*/
|
|
6064
6050
|
Storage: Storage | undefined;
|
|
6065
6051
|
/**
|
|
@@ -6861,9 +6847,9 @@ export interface CopyFpgaImageResult {
|
|
|
6861
6847
|
export interface CopyImageRequest {
|
|
6862
6848
|
/**
|
|
6863
6849
|
* @public
|
|
6864
|
-
* <p>Unique, case-sensitive identifier you provide to ensure
|
|
6865
|
-
*
|
|
6866
|
-
*
|
|
6850
|
+
* <p>Unique, case-sensitive identifier you provide to ensure
|
|
6851
|
+
* idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>
|
|
6852
|
+
* in the <i>Amazon EC2 API Reference</i>.</p>
|
|
6867
6853
|
*/
|
|
6868
6854
|
ClientToken?: string;
|
|
6869
6855
|
/**
|
|
@@ -6876,15 +6862,15 @@ export interface CopyImageRequest {
|
|
|
6876
6862
|
* <p>Specifies whether the destination snapshots of the copied image should be encrypted. You
|
|
6877
6863
|
* can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an
|
|
6878
6864
|
* encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default
|
|
6879
|
-
* Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/
|
|
6880
|
-
* <i>Amazon
|
|
6865
|
+
* Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
|
|
6866
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
6881
6867
|
*/
|
|
6882
6868
|
Encrypted?: boolean;
|
|
6883
6869
|
/**
|
|
6884
6870
|
* @public
|
|
6885
|
-
* <p>The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating
|
|
6886
|
-
*
|
|
6887
|
-
*
|
|
6871
|
+
* <p>The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating
|
|
6872
|
+
* encrypted volumes. If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used.
|
|
6873
|
+
* If you specify a KMS key, you must also set the encrypted state to <code>true</code>.</p>
|
|
6888
6874
|
* <p>You can specify a KMS key using any of the following:</p>
|
|
6889
6875
|
* <ul>
|
|
6890
6876
|
* <li>
|
|
@@ -6900,8 +6886,8 @@ export interface CopyImageRequest {
|
|
|
6900
6886
|
* <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p>
|
|
6901
6887
|
* </li>
|
|
6902
6888
|
* </ul>
|
|
6903
|
-
* <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier
|
|
6904
|
-
*
|
|
6889
|
+
* <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier that is not valid,
|
|
6890
|
+
* the action can appear to complete, but eventually fails.</p>
|
|
6905
6891
|
* <p>The specified KMS key must exist in the destination Region.</p>
|
|
6906
6892
|
* <p>Amazon EBS does not support asymmetric KMS keys.</p>
|
|
6907
6893
|
*/
|
|
@@ -6923,12 +6909,13 @@ export interface CopyImageRequest {
|
|
|
6923
6909
|
SourceRegion: string | undefined;
|
|
6924
6910
|
/**
|
|
6925
6911
|
* @public
|
|
6926
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only
|
|
6927
|
-
*
|
|
6928
|
-
*
|
|
6929
|
-
*
|
|
6930
|
-
*
|
|
6931
|
-
*
|
|
6912
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only
|
|
6913
|
+
* specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost.
|
|
6914
|
+
* The AMI must be in the Region of the destination Outpost. You cannot copy an
|
|
6915
|
+
* AMI from an Outpost to a Region, from one Outpost to another, or within the same
|
|
6916
|
+
* Outpost.</p>
|
|
6917
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-amis">Copy AMIs from an Amazon Web Services
|
|
6918
|
+
* Region to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
6932
6919
|
*/
|
|
6933
6920
|
DestinationOutpostArn?: string;
|
|
6934
6921
|
/**
|
|
@@ -6965,7 +6952,7 @@ export interface CopyImageRequest {
|
|
|
6965
6952
|
* </li>
|
|
6966
6953
|
* <li>
|
|
6967
6954
|
* <p>To tag the new snapshots, the value for <code>ResourceType</code> must be
|
|
6968
|
-
*
|
|
6955
|
+
* <code>snapshot</code>. The same tag is applied to all the new snapshots.</p>
|
|
6969
6956
|
* </li>
|
|
6970
6957
|
* </ul>
|
|
6971
6958
|
* <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
|
|
@@ -7000,9 +6987,9 @@ export interface CopySnapshotRequest {
|
|
|
7000
6987
|
* The snapshot must be in the Region for the destination Outpost. You cannot copy a
|
|
7001
6988
|
* snapshot from an Outpost to a Region, from one Outpost to another, or within the same
|
|
7002
6989
|
* Outpost.</p>
|
|
7003
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/
|
|
6990
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-snapshots">
|
|
7004
6991
|
* Copy snapshots from an Amazon Web Services Region to an Outpost</a> in the
|
|
7005
|
-
* <i>Amazon
|
|
6992
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
7006
6993
|
*/
|
|
7007
6994
|
DestinationOutpostArn?: string;
|
|
7008
6995
|
/**
|
|
@@ -7021,8 +7008,8 @@ export interface CopySnapshotRequest {
|
|
|
7021
7008
|
* <p>To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled,
|
|
7022
7009
|
* enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots
|
|
7023
7010
|
* are encrypted, even if you omit this parameter and encryption by default is not enabled. You
|
|
7024
|
-
* cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/
|
|
7025
|
-
* <i>Amazon
|
|
7011
|
+
* cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
|
|
7012
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
7026
7013
|
*/
|
|
7027
7014
|
Encrypted?: boolean;
|
|
7028
7015
|
/**
|
|
@@ -918,7 +918,7 @@ export interface Subnet {
|
|
|
918
918
|
/**
|
|
919
919
|
* @public
|
|
920
920
|
* <p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>
|
|
921
|
-
* <p>
|
|
921
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
922
922
|
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
923
923
|
*/
|
|
924
924
|
MapPublicIpOnLaunch?: boolean;
|
|
@@ -3536,10 +3536,10 @@ export interface CreateFlowLogsRequest {
|
|
|
3536
3536
|
ClientToken?: string;
|
|
3537
3537
|
/**
|
|
3538
3538
|
* @public
|
|
3539
|
-
* <p>The ARN of the IAM role that allows Amazon EC2 to publish flow logs to
|
|
3540
|
-
*
|
|
3541
|
-
*
|
|
3542
|
-
* and
|
|
3539
|
+
* <p>The ARN of the IAM role that allows Amazon EC2 to publish flow logs to the log destination.</p>
|
|
3540
|
+
* <p>This parameter is required if the destination type is <code>cloud-watch-logs</code>,
|
|
3541
|
+
* or if the destination type is <code>kinesis-data-firehose</code> and the delivery stream
|
|
3542
|
+
* and the resources to monitor are in different accounts.</p>
|
|
3543
3543
|
*/
|
|
3544
3544
|
DeliverLogsPermissionArn?: string;
|
|
3545
3545
|
/**
|
|
@@ -3825,8 +3825,8 @@ export interface EbsBlockDevice {
|
|
|
3825
3825
|
VolumeSize?: number;
|
|
3826
3826
|
/**
|
|
3827
3827
|
* @public
|
|
3828
|
-
* <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/
|
|
3829
|
-
* <i>Amazon
|
|
3828
|
+
* <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the
|
|
3829
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
3830
3830
|
*/
|
|
3831
3831
|
VolumeType?: VolumeType;
|
|
3832
3832
|
/**
|
|
@@ -3855,10 +3855,10 @@ export interface EbsBlockDevice {
|
|
|
3855
3855
|
* @public
|
|
3856
3856
|
* <p>Indicates whether the encryption state of an EBS volume is changed while being
|
|
3857
3857
|
* restored from a backing snapshot. The effect of setting the encryption state to <code>true</code> depends on
|
|
3858
|
-
* the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see <a href="https://docs.aws.amazon.com/
|
|
3858
|
+
* the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html#encryption-parameters">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
3859
3859
|
* <p>In no case can you remove encryption from an encrypted volume.</p>
|
|
3860
3860
|
* <p>Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For
|
|
3861
|
-
* more information, see <a href="https://docs.aws.amazon.com/
|
|
3861
|
+
* more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported instance types</a>.</p>
|
|
3862
3862
|
* <p>This parameter is not returned by <a>DescribeImageAttribute</a>.</p>
|
|
3863
3863
|
* <p>For <a>CreateImage</a> and <a>RegisterImage</a>, whether you can
|
|
3864
3864
|
* include this parameter, and the allowed values differ depending on the type of block
|
|
@@ -3979,28 +3979,26 @@ export interface CreateImageRequest {
|
|
|
3979
3979
|
/**
|
|
3980
3980
|
* @public
|
|
3981
3981
|
* <p>A name for the new image.</p>
|
|
3982
|
-
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
|
|
3983
|
-
* ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or
|
|
3984
|
-
* underscores(_)</p>
|
|
3982
|
+
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
|
|
3985
3983
|
*/
|
|
3986
3984
|
Name: string | undefined;
|
|
3987
3985
|
/**
|
|
3988
3986
|
* @public
|
|
3989
|
-
* <p>Indicates whether or not the instance should be automatically rebooted before creating
|
|
3990
|
-
*
|
|
3987
|
+
* <p>Indicates whether or not the instance should be automatically rebooted before creating
|
|
3988
|
+
* the image. Specify one of the following values:</p>
|
|
3991
3989
|
* <ul>
|
|
3992
3990
|
* <li>
|
|
3993
3991
|
* <p>
|
|
3994
3992
|
* <code>true</code> - The instance is not rebooted before creating the image. This
|
|
3995
|
-
*
|
|
3996
|
-
*
|
|
3997
|
-
*
|
|
3993
|
+
* creates crash-consistent snapshots that include only the data that has been written
|
|
3994
|
+
* to the volumes at the time the snapshots are created. Buffered data and data in
|
|
3995
|
+
* memory that has not yet been written to the volumes is not included in the snapshots.</p>
|
|
3998
3996
|
* </li>
|
|
3999
3997
|
* <li>
|
|
4000
3998
|
* <p>
|
|
4001
|
-
* <code>false</code> - The instance is rebooted before creating the image. This
|
|
4002
|
-
*
|
|
4003
|
-
*
|
|
3999
|
+
* <code>false</code> - The instance is rebooted before creating the image. This
|
|
4000
|
+
* ensures that all buffered data and data in memory is written to the volumes before the
|
|
4001
|
+
* snapshots are created.</p>
|
|
4004
4002
|
* </li>
|
|
4005
4003
|
* </ul>
|
|
4006
4004
|
* <p>Default: <code>false</code>
|
|
@@ -4017,8 +4015,8 @@ export interface CreateImageRequest {
|
|
|
4017
4015
|
* <code>image</code>.</p>
|
|
4018
4016
|
* </li>
|
|
4019
4017
|
* <li>
|
|
4020
|
-
* <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes
|
|
4021
|
-
*
|
|
4018
|
+
* <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that
|
|
4019
|
+
* are attached to the instance, the value for <code>ResourceType</code> must be
|
|
4022
4020
|
* <code>snapshot</code>. The same tag is applied to all of the snapshots that are
|
|
4023
4021
|
* created.</p>
|
|
4024
4022
|
* </li>
|
|
@@ -5636,8 +5634,8 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
|
5636
5634
|
VolumeSize?: number;
|
|
5637
5635
|
/**
|
|
5638
5636
|
* @public
|
|
5639
|
-
* <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/
|
|
5640
|
-
* <i>Amazon
|
|
5637
|
+
* <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the
|
|
5638
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
5641
5639
|
*/
|
|
5642
5640
|
VolumeType?: VolumeType;
|
|
5643
5641
|
/**
|
|
@@ -6283,7 +6281,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
6283
6281
|
/**
|
|
6284
6282
|
* @public
|
|
6285
6283
|
* <p>Associates a public IPv4 address with eth0 for a new network interface.</p>
|
|
6286
|
-
* <p>
|
|
6284
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
6287
6285
|
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
6288
6286
|
*/
|
|
6289
6287
|
AssociatePublicIpAddress?: boolean;
|
|
@@ -7548,7 +7546,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
7548
7546
|
* @public
|
|
7549
7547
|
* <p>Indicates whether to associate a public IPv4 address with eth0 for a new network
|
|
7550
7548
|
* interface.</p>
|
|
7551
|
-
* <p>
|
|
7549
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
7552
7550
|
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
7553
7551
|
*/
|
|
7554
7552
|
AssociatePublicIpAddress?: boolean;
|