aws-sdk 2.974.0 → 2.978.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/clients/ec2.d.ts CHANGED
@@ -93,19 +93,19 @@ declare class EC2 extends Service {
93
93
  */
94
94
  applySecurityGroupsToClientVpnTargetNetwork(callback?: (err: AWSError, data: EC2.Types.ApplySecurityGroupsToClientVpnTargetNetworkResult) => void): Request<EC2.Types.ApplySecurityGroupsToClientVpnTargetNetworkResult, AWSError>;
95
95
  /**
96
- * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
96
+ * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
97
97
  */
98
98
  assignIpv6Addresses(params: EC2.Types.AssignIpv6AddressesRequest, callback?: (err: AWSError, data: EC2.Types.AssignIpv6AddressesResult) => void): Request<EC2.Types.AssignIpv6AddressesResult, AWSError>;
99
99
  /**
100
- * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
100
+ * Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide. You must specify either the IPv6 addresses or the IPv6 address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
101
101
  */
102
102
  assignIpv6Addresses(callback?: (err: AWSError, data: EC2.Types.AssignIpv6AddressesResult) => void): Request<EC2.Types.AssignIpv6AddressesResult, AWSError>;
103
103
  /**
104
- * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
104
+ * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
105
105
  */
106
106
  assignPrivateIpAddresses(params: EC2.Types.AssignPrivateIpAddressesRequest, callback?: (err: AWSError, data: EC2.Types.AssignPrivateIpAddressesResult) => void): Request<EC2.Types.AssignPrivateIpAddressesResult, AWSError>;
107
107
  /**
108
- * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
108
+ * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
109
109
  */
110
110
  assignPrivateIpAddresses(callback?: (err: AWSError, data: EC2.Types.AssignPrivateIpAddressesResult) => void): Request<EC2.Types.AssignPrivateIpAddressesResult, AWSError>;
111
111
  /**
@@ -189,11 +189,11 @@ declare class EC2 extends Service {
189
189
  */
190
190
  associateTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.AssociateTransitGatewayRouteTableResult) => void): Request<EC2.Types.AssociateTransitGatewayRouteTableResult, AWSError>;
191
191
  /**
192
- * Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface. For more information, see Network interface trunking in the Amazon Elastic Compute Cloud User Guide.
192
+ * This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager. Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.
193
193
  */
194
194
  associateTrunkInterface(params: EC2.Types.AssociateTrunkInterfaceRequest, callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
195
195
  /**
196
- * Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface. For more information, see Network interface trunking in the Amazon Elastic Compute Cloud User Guide.
196
+ * This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager. Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.
197
197
  */
198
198
  associateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
199
199
  /**
@@ -749,11 +749,11 @@ declare class EC2 extends Service {
749
749
  */
750
750
  createTransitGateway(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayResult) => void): Request<EC2.Types.CreateTransitGatewayResult, AWSError>;
751
751
  /**
752
- * Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or AWS Direct Connect attachment as the underlying transport mechanism.
752
+ * Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.
753
753
  */
754
754
  createTransitGatewayConnect(params: EC2.Types.CreateTransitGatewayConnectRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayConnectResult) => void): Request<EC2.Types.CreateTransitGatewayConnectResult, AWSError>;
755
755
  /**
756
- * Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or AWS Direct Connect attachment as the underlying transport mechanism.
756
+ * Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.
757
757
  */
758
758
  createTransitGatewayConnect(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayConnectResult) => void): Request<EC2.Types.CreateTransitGatewayConnectResult, AWSError>;
759
759
  /**
@@ -773,11 +773,11 @@ declare class EC2 extends Service {
773
773
  */
774
774
  createTransitGatewayMulticastDomain(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayMulticastDomainResult) => void): Request<EC2.Types.CreateTransitGatewayMulticastDomainResult, AWSError>;
775
775
  /**
776
- * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different AWS account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
776
+ * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
777
777
  */
778
778
  createTransitGatewayPeeringAttachment(params: EC2.Types.CreateTransitGatewayPeeringAttachmentRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
779
779
  /**
780
- * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different AWS account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
780
+ * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
781
781
  */
782
782
  createTransitGatewayPeeringAttachment(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
783
783
  /**
@@ -2229,11 +2229,11 @@ declare class EC2 extends Service {
2229
2229
  */
2230
2230
  describeTransitGateways(callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewaysResult) => void): Request<EC2.Types.DescribeTransitGatewaysResult, AWSError>;
2231
2231
  /**
2232
- * Describes one or more network interface trunk associations.
2232
+ * This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager. Describes one or more network interface trunk associations.
2233
2233
  */
2234
2234
  describeTrunkInterfaceAssociations(params: EC2.Types.DescribeTrunkInterfaceAssociationsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
2235
2235
  /**
2236
- * Describes one or more network interface trunk associations.
2236
+ * This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager. Describes one or more network interface trunk associations.
2237
2237
  */
2238
2238
  describeTrunkInterfaceAssociations(callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
2239
2239
  /**
@@ -2549,11 +2549,11 @@ declare class EC2 extends Service {
2549
2549
  */
2550
2550
  disassociateTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.DisassociateTransitGatewayRouteTableResult) => void): Request<EC2.Types.DisassociateTransitGatewayRouteTableResult, AWSError>;
2551
2551
  /**
2552
- * Removes an association between a branch network interface with a trunk network interface.
2552
+ * This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager. Removes an association between a branch network interface with a trunk network interface.
2553
2553
  */
2554
2554
  disassociateTrunkInterface(params: EC2.Types.DisassociateTrunkInterfaceRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateTrunkInterfaceResult) => void): Request<EC2.Types.DisassociateTrunkInterfaceResult, AWSError>;
2555
2555
  /**
2556
- * Removes an association between a branch network interface with a trunk network interface.
2556
+ * This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager. Removes an association between a branch network interface with a trunk network interface.
2557
2557
  */
2558
2558
  disassociateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.DisassociateTrunkInterfaceResult) => void): Request<EC2.Types.DisassociateTrunkInterfaceResult, AWSError>;
2559
2559
  /**
@@ -4574,11 +4574,11 @@ declare namespace EC2 {
4574
4574
  */
4575
4575
  Ipv6Addresses?: Ipv6AddressList;
4576
4576
  /**
4577
- * The number of IPv6 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.
4577
+ * The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.
4578
4578
  */
4579
4579
  Ipv6PrefixCount?: Integer;
4580
4580
  /**
4581
- * One or more IPv6 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
4581
+ * One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
4582
4582
  */
4583
4583
  Ipv6Prefixes?: IpPrefixList;
4584
4584
  /**
@@ -4592,7 +4592,7 @@ declare namespace EC2 {
4592
4592
  */
4593
4593
  AssignedIpv6Addresses?: Ipv6AddressList;
4594
4594
  /**
4595
- * The IPv6 Prefix Delegation prefixes that are assigned to the network interface.
4595
+ * The IPv6 prefixes that are assigned to the network interface.
4596
4596
  */
4597
4597
  AssignedIpv6Prefixes?: IpPrefixList;
4598
4598
  /**
@@ -4618,11 +4618,11 @@ declare namespace EC2 {
4618
4618
  */
4619
4619
  SecondaryPrivateIpAddressCount?: Integer;
4620
4620
  /**
4621
- * One or more IPv4 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
4621
+ * One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
4622
4622
  */
4623
4623
  Ipv4Prefixes?: IpPrefixList;
4624
4624
  /**
4625
- * The number of IPv4 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.
4625
+ * The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.
4626
4626
  */
4627
4627
  Ipv4PrefixCount?: Integer;
4628
4628
  }
@@ -4636,7 +4636,7 @@ declare namespace EC2 {
4636
4636
  */
4637
4637
  AssignedPrivateIpAddresses?: AssignedPrivateIpAddressList;
4638
4638
  /**
4639
- * The IPv4 Prefix Delegation prefixes that are assigned to the network interface.
4639
+ * The IPv4 prefixes that are assigned to the network interface.
4640
4640
  */
4641
4641
  AssignedIpv4Prefixes?: Ipv4PrefixesList;
4642
4642
  }
@@ -7608,19 +7608,19 @@ declare namespace EC2 {
7608
7608
  */
7609
7609
  SecondaryPrivateIpAddressCount?: Integer;
7610
7610
  /**
7611
- * One or moreIPv4 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
7611
+ * One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.
7612
7612
  */
7613
7613
  Ipv4Prefixes?: Ipv4PrefixList;
7614
7614
  /**
7615
- * The number of IPv4 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.
7615
+ * The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.
7616
7616
  */
7617
7617
  Ipv4PrefixCount?: Integer;
7618
7618
  /**
7619
- * One or moreIPv6 Prefix Delegation prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
7619
+ * One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.
7620
7620
  */
7621
7621
  Ipv6Prefixes?: Ipv6PrefixList;
7622
7622
  /**
7623
- * The number of IPv6 Prefix Delegation prefixes that AWS automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.
7623
+ * The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.
7624
7624
  */
7625
7625
  Ipv6PrefixCount?: Integer;
7626
7626
  /**
@@ -8273,7 +8273,7 @@ declare namespace EC2 {
8273
8273
  }
8274
8274
  export interface CreateTransitGatewayConnectRequest {
8275
8275
  /**
8276
- * The ID of the transit gateway attachment. You can specify a VPC attachment or a AWS Direct Connect attachment.
8276
+ * The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.
8277
8277
  */
8278
8278
  TransportTransitGatewayAttachmentId: TransitGatewayAttachmentId;
8279
8279
  /**
@@ -8349,7 +8349,7 @@ declare namespace EC2 {
8349
8349
  */
8350
8350
  PeerTransitGatewayId: TransitAssociationGatewayId;
8351
8351
  /**
8352
- * The AWS account ID of the owner of the peer transit gateway.
8352
+ * The ID of the Amazon Web Services account that owns the peer transit gateway.
8353
8353
  */
8354
8354
  PeerAccountId: String;
8355
8355
  /**
@@ -13112,7 +13112,7 @@ declare namespace EC2 {
13112
13112
  */
13113
13113
  TransitGatewayAttachmentIds?: TransitGatewayAttachmentIdStringList;
13114
13114
  /**
13115
- * One or more filters. The possible values are: association.state - The state of the association (associating | associated | disassociating). association.transit-gateway-route-table-id - The ID of the route table for the transit gateway. resource-id - The ID of the resource. resource-owner-id - The ID of the AWS account that owns the resource. resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect. state - The state of the attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting. transit-gateway-attachment-id - The ID of the attachment. transit-gateway-id - The ID of the transit gateway. transit-gateway-owner-id - The ID of the AWS account that owns the transit gateway.
13115
+ * One or more filters. The possible values are: association.state - The state of the association (associating | associated | disassociating). association.transit-gateway-route-table-id - The ID of the route table for the transit gateway. resource-id - The ID of the resource. resource-owner-id - The ID of the Amazon Web Services account that owns the resource. resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect. state - The state of the attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting. transit-gateway-attachment-id - The ID of the attachment. transit-gateway-id - The ID of the transit gateway. transit-gateway-owner-id - The ID of the Amazon Web Services account that owns the transit gateway.
13116
13116
  */
13117
13117
  Filters?: FilterList;
13118
13118
  /**
@@ -13240,7 +13240,7 @@ declare namespace EC2 {
13240
13240
  */
13241
13241
  TransitGatewayAttachmentIds?: TransitGatewayAttachmentIdStringList;
13242
13242
  /**
13243
- * One or more filters. The possible values are: transit-gateway-attachment-id - The ID of the transit gateway attachment. local-owner-id - The ID of your AWS account. remote-owner-id - The ID of the AWS account in the remote Region that owns the transit gateway. state - The state of the peering attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting). tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value. transit-gateway-id - The ID of the transit gateway.
13243
+ * One or more filters. The possible values are: transit-gateway-attachment-id - The ID of the transit gateway attachment. local-owner-id - The ID of your Amazon Web Services account. remote-owner-id - The ID of the Amazon Web Services account in the remote Region that owns the transit gateway. state - The state of the peering attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting). tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value. transit-gateway-id - The ID of the transit gateway.
13244
13244
  */
13245
13245
  Filters?: FilterList;
13246
13246
  /**
@@ -13336,7 +13336,7 @@ declare namespace EC2 {
13336
13336
  */
13337
13337
  TransitGatewayIds?: TransitGatewayIdStringList;
13338
13338
  /**
13339
- * One or more filters. The possible values are: options.propagation-default-route-table-id - The ID of the default propagation route table. options.amazon-side-asn - The private ASN for the Amazon side of a BGP session. options.association-default-route-table-id - The ID of the default association route table. options.auto-accept-shared-attachments - Indicates whether there is automatic acceptance of attachment requests (enable | disable). options.default-route-table-association - Indicates whether resource attachments are automatically associated with the default association route table (enable | disable). options.default-route-table-propagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table (enable | disable). options.dns-support - Indicates whether DNS support is enabled (enable | disable). options.vpn-ecmp-support - Indicates whether Equal Cost Multipath Protocol support is enabled (enable | disable). owner-id - The ID of the AWS account that owns the transit gateway. state - The state of the transit gateway (available | deleted | deleting | modifying | pending). transit-gateway-id - The ID of the transit gateway.
13339
+ * One or more filters. The possible values are: options.propagation-default-route-table-id - The ID of the default propagation route table. options.amazon-side-asn - The private ASN for the Amazon side of a BGP session. options.association-default-route-table-id - The ID of the default association route table. options.auto-accept-shared-attachments - Indicates whether there is automatic acceptance of attachment requests (enable | disable). options.default-route-table-association - Indicates whether resource attachments are automatically associated with the default association route table (enable | disable). options.default-route-table-propagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table (enable | disable). options.dns-support - Indicates whether DNS support is enabled (enable | disable). options.vpn-ecmp-support - Indicates whether Equal Cost Multipath Protocol support is enabled (enable | disable). owner-id - The ID of the Amazon Web Services account that owns the transit gateway. state - The state of the transit gateway (available | deleted | deleting | modifying | pending). transit-gateway-id - The ID of the transit gateway.
13340
13340
  */
13341
13341
  Filters?: FilterList;
13342
13342
  /**
@@ -14388,7 +14388,7 @@ declare namespace EC2 {
14388
14388
  }
14389
14389
  export interface DisassociateTrunkInterfaceRequest {
14390
14390
  /**
14391
- * The ID ofthe association
14391
+ * The ID of the association
14392
14392
  */
14393
14393
  AssociationId: TrunkInterfaceAssociationId;
14394
14394
  /**
@@ -17287,6 +17287,10 @@ declare namespace EC2 {
17287
17287
  * The usage operation value. For more information, see AMI billing information fields in the Amazon Elastic Compute Cloud User Guide.
17288
17288
  */
17289
17289
  UsageOperation?: String;
17290
+ /**
17291
+ * The boot mode of the virtual machine.
17292
+ */
17293
+ BootMode?: BootModeValues;
17290
17294
  }
17291
17295
  export interface ImportImageResult {
17292
17296
  /**
@@ -17419,6 +17423,10 @@ declare namespace EC2 {
17419
17423
  * The usage operation value.
17420
17424
  */
17421
17425
  UsageOperation?: String;
17426
+ /**
17427
+ * The boot mode of the virtual machine.
17428
+ */
17429
+ BootMode?: BootModeValues;
17422
17430
  }
17423
17431
  export type ImportImageTaskId = string;
17424
17432
  export type ImportImageTaskList = ImportImageTask[];
@@ -18286,6 +18294,10 @@ declare namespace EC2 {
18286
18294
  * This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled. If you specify a value of disabled, you will not be able to access your instance metadata.
18287
18295
  */
18288
18296
  HttpEndpoint?: InstanceMetadataEndpointState;
18297
+ /**
18298
+ * Enables or disables the IPv6 endpoint for the instance metadata service.
18299
+ */
18300
+ HttpProtocolIpv6?: InstanceMetadataProtocolState;
18289
18301
  }
18290
18302
  export interface InstanceMetadataOptionsResponse {
18291
18303
  /**
@@ -18304,8 +18316,13 @@ declare namespace EC2 {
18304
18316
  * This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled. If you specify a value of disabled, you will not be able to access your instance metadata.
18305
18317
  */
18306
18318
  HttpEndpoint?: InstanceMetadataEndpointState;
18319
+ /**
18320
+ * Whether or not the IPv6 endpoint for the instance metadata service is enabled or disabled.
18321
+ */
18322
+ HttpProtocolIpv6?: InstanceMetadataProtocolState;
18307
18323
  }
18308
18324
  export type InstanceMetadataOptionsState = "pending"|"applied"|string;
18325
+ export type InstanceMetadataProtocolState = "disabled"|"enabled"|string;
18309
18326
  export interface InstanceMonitoring {
18310
18327
  /**
18311
18328
  * The ID of the instance.
@@ -18494,7 +18511,7 @@ declare namespace EC2 {
18494
18511
  */
18495
18512
  InterfaceType?: String;
18496
18513
  /**
18497
- * The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
18514
+ * The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0. If you are using RequestSpotInstances to create Spot Instances, omit this parameter because you can’t specify the network card index when using this API. To specify the network card index, use RunInstances.
18498
18515
  */
18499
18516
  NetworkCardIndex?: Integer;
18500
18517
  /**
@@ -18899,13 +18916,13 @@ declare namespace EC2 {
18899
18916
  export type Ipv4PrefixListResponse = Ipv4PrefixSpecificationResponse[];
18900
18917
  export interface Ipv4PrefixSpecification {
18901
18918
  /**
18902
- * The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
18919
+ * The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
18903
18920
  */
18904
18921
  Ipv4Prefix?: String;
18905
18922
  }
18906
18923
  export interface Ipv4PrefixSpecificationRequest {
18907
18924
  /**
18908
- * The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
18925
+ * The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
18909
18926
  */
18910
18927
  Ipv4Prefix?: String;
18911
18928
  }
@@ -18963,13 +18980,13 @@ declare namespace EC2 {
18963
18980
  export type Ipv6PrefixListResponse = Ipv6PrefixSpecificationResponse[];
18964
18981
  export interface Ipv6PrefixSpecification {
18965
18982
  /**
18966
- * The IPv6 Prefix Delegation prefix.
18983
+ * The IPv6 prefix.
18967
18984
  */
18968
18985
  Ipv6Prefix?: String;
18969
18986
  }
18970
18987
  export interface Ipv6PrefixSpecificationRequest {
18971
18988
  /**
18972
- * The IPv6 Prefix Delegation prefix.
18989
+ * The IPv6 prefix.
18973
18990
  */
18974
18991
  Ipv6Prefix?: String;
18975
18992
  }
@@ -20733,6 +20750,10 @@ declare namespace EC2 {
20733
20750
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
20734
20751
  */
20735
20752
  DryRun?: Boolean;
20753
+ /**
20754
+ * Enables or disables the IPv6 endpoint for the instance metadata service.
20755
+ */
20756
+ HttpProtocolIpv6?: InstanceMetadataProtocolState;
20736
20757
  }
20737
20758
  export interface ModifyInstanceMetadataOptionsResult {
20738
20759
  /**
@@ -20833,6 +20854,10 @@ declare namespace EC2 {
20833
20854
  * One or more entries to remove from the prefix list.
20834
20855
  */
20835
20856
  RemoveEntries?: RemovePrefixListEntries;
20857
+ /**
20858
+ * The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.
20859
+ */
20860
+ MaxEntries?: Integer;
20836
20861
  }
20837
20862
  export interface ModifyManagedPrefixListResult {
20838
20863
  /**
@@ -21215,7 +21240,7 @@ declare namespace EC2 {
21215
21240
  */
21216
21241
  RemoveSubnetIds?: TransitGatewaySubnetIdList;
21217
21242
  /**
21218
- * The new VPC attachment options. You cannot modify the IPv6 options.
21243
+ * The new VPC attachment options.
21219
21244
  */
21220
21245
  Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
21221
21246
  /**
@@ -22105,11 +22130,11 @@ declare namespace EC2 {
22105
22130
  */
22106
22131
  PrivateIpAddresses?: NetworkInterfacePrivateIpAddressList;
22107
22132
  /**
22108
- * The IPv4 Prefix Delegation prefixes that are assigned to the network interface.
22133
+ * The IPv4 prefixes that are assigned to the network interface.
22109
22134
  */
22110
22135
  Ipv4Prefixes?: Ipv4PrefixesList;
22111
22136
  /**
22112
- * The IPv6 Prefix Delegation prefixes that are assigned to the network interface.
22137
+ * The IPv6 prefixes that are assigned to the network interface.
22113
22138
  */
22114
22139
  Ipv6Prefixes?: Ipv6PrefixesList;
22115
22140
  /**
@@ -22468,7 +22493,7 @@ declare namespace EC2 {
22468
22493
  */
22469
22494
  TransitGatewayId?: String;
22470
22495
  /**
22471
- * The AWS account ID of the owner of the transit gateway.
22496
+ * The ID of the Amazon Web Services account that owns the transit gateway.
22472
22497
  */
22473
22498
  OwnerId?: String;
22474
22499
  /**
@@ -25465,7 +25490,7 @@ declare namespace EC2 {
25465
25490
  */
25466
25491
  TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
25467
25492
  /**
25468
- * One or more filters. The possible values are: group-ip-address - The IP address of the transit gateway multicast group. is-group-member - The resource is a group member. Valid values are true | false. is-group-source - The resource is a group source. Valid values are true | false. member-type - The member type. Valid values are igmp | static. resource-id - The ID of the resource. resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering. source-type - The source type. Valid values are igmp | static. state - The state of the subnet association. Valid values are associated | associated | disassociated | disassociating. subnet-id - The ID of the subnet. transit-gateway-attachment-id - The id of the transit gateway attachment.
25493
+ * One or more filters. The possible values are: group-ip-address - The IP address of the transit gateway multicast group. is-group-member - The resource is a group member. Valid values are true | false. is-group-source - The resource is a group source. Valid values are true | false. member-type - The member type. Valid values are igmp | static. resource-id - The ID of the resource. resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering. source-type - The source type. Valid values are igmp | static. subnet-id - The ID of the subnet. transit-gateway-attachment-id - The id of the transit gateway attachment.
25469
25494
  */
25470
25495
  Filters?: FilterList;
25471
25496
  /**
@@ -27345,7 +27370,7 @@ declare namespace EC2 {
27345
27370
  */
27346
27371
  State?: TransitGatewayState;
27347
27372
  /**
27348
- * The ID of the AWS account ID that owns the transit gateway.
27373
+ * The ID of the Amazon Web Services account that owns the transit gateway.
27349
27374
  */
27350
27375
  OwnerId?: String;
27351
27376
  /**
@@ -27398,11 +27423,11 @@ declare namespace EC2 {
27398
27423
  */
27399
27424
  TransitGatewayId?: String;
27400
27425
  /**
27401
- * The ID of the AWS account that owns the transit gateway.
27426
+ * The ID of the Amazon Web Services account that owns the transit gateway.
27402
27427
  */
27403
27428
  TransitGatewayOwnerId?: String;
27404
27429
  /**
27405
- * The ID of the AWS account that owns the resource.
27430
+ * The ID of the Amazon Web Services account that owns the resource.
27406
27431
  */
27407
27432
  ResourceOwnerId?: String;
27408
27433
  /**
@@ -27622,7 +27647,7 @@ declare namespace EC2 {
27622
27647
  */
27623
27648
  TransitGatewayMulticastDomainArn?: String;
27624
27649
  /**
27625
- * The ID of the AWS account that owns the transit gateway multiicast domain.
27650
+ * The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
27626
27651
  */
27627
27652
  OwnerId?: String;
27628
27653
  /**
@@ -27656,7 +27681,7 @@ declare namespace EC2 {
27656
27681
  */
27657
27682
  ResourceType?: TransitGatewayAttachmentResourceType;
27658
27683
  /**
27659
- * The ID of the AWS account that owns the transit gateway multicast domain association resource.
27684
+ * The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
27660
27685
  */
27661
27686
  ResourceOwnerId?: String;
27662
27687
  /**
@@ -27683,7 +27708,7 @@ declare namespace EC2 {
27683
27708
  */
27684
27709
  ResourceType?: TransitGatewayAttachmentResourceType;
27685
27710
  /**
27686
- * The ID of the AWS account that owns the resource.
27711
+ * The ID of the Amazon Web Services account that owns the resource.
27687
27712
  */
27688
27713
  ResourceOwnerId?: String;
27689
27714
  /**
@@ -27731,7 +27756,7 @@ declare namespace EC2 {
27731
27756
  */
27732
27757
  ResourceType?: TransitGatewayAttachmentResourceType;
27733
27758
  /**
27734
- * The ID of the AWS account that owns the transit gateway multicast domain group resource.
27759
+ * The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.
27735
27760
  */
27736
27761
  ResourceOwnerId?: String;
27737
27762
  /**
@@ -28085,7 +28110,7 @@ declare namespace EC2 {
28085
28110
  */
28086
28111
  VpcId?: String;
28087
28112
  /**
28088
- * The ID of the AWS account that owns the VPC.
28113
+ * The ID of the Amazon Web Services account that owns the VPC.
28089
28114
  */
28090
28115
  VpcOwnerId?: String;
28091
28116
  /**
@@ -28151,7 +28176,7 @@ declare namespace EC2 {
28151
28176
  */
28152
28177
  GreKey?: Integer;
28153
28178
  /**
28154
- * The tags.
28179
+ * The tags for the trunk interface association.
28155
28180
  */
28156
28181
  Tags?: TagList;
28157
28182
  }
@@ -28244,7 +28269,7 @@ declare namespace EC2 {
28244
28269
  */
28245
28270
  Ipv6Addresses?: Ipv6AddressList;
28246
28271
  /**
28247
- * One or moreIPv6 Prefix Delegation prefixes to unassign from the network interface.
28272
+ * One or more IPv6 prefixes to unassign from the network interface.
28248
28273
  */
28249
28274
  Ipv6Prefixes?: IpPrefixList;
28250
28275
  /**
@@ -28262,7 +28287,7 @@ declare namespace EC2 {
28262
28287
  */
28263
28288
  UnassignedIpv6Addresses?: Ipv6AddressList;
28264
28289
  /**
28265
- * The IPv4 Prefix Delegation prefixes that have been unassigned from the network interface.
28290
+ * The IPv4 prefixes that have been unassigned from the network interface.
28266
28291
  */
28267
28292
  UnassignedIpv6Prefixes?: IpPrefixList;
28268
28293
  }
@@ -28276,7 +28301,7 @@ declare namespace EC2 {
28276
28301
  */
28277
28302
  PrivateIpAddresses?: PrivateIpAddressStringList;
28278
28303
  /**
28279
- * The IPv4 Prefix Delegation prefixes to unassign from the network interface.
28304
+ * The IPv4 prefixes to unassign from the network interface.
28280
28305
  */
28281
28306
  Ipv4Prefixes?: IpPrefixList;
28282
28307
  }