aws-sdk 2.1428.0 → 2.1429.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
@@ -9892,6 +9892,10 @@ declare namespace EC2 {
9892
9892
  * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
9893
9893
  */
9894
9894
  ClientToken?: String;
9895
+ /**
9896
+ * If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
9897
+ */
9898
+ EnablePrimaryIpv6?: Boolean;
9895
9899
  }
9896
9900
  export interface CreateNetworkInterfaceResult {
9897
9901
  /**
@@ -18587,7 +18591,7 @@ declare namespace EC2 {
18587
18591
  */
18588
18592
  Throughput?: Integer;
18589
18593
  /**
18590
- * The ARN of the Outpost on which the snapshot is stored. This parameter is only supported on BlockDeviceMapping objects called by CreateImage.
18594
+ * The ARN of the Outpost on which the snapshot is stored. This parameter is not supported when using CreateImage.
18591
18595
  */
18592
18596
  OutpostArn?: String;
18593
18597
  /**
@@ -23503,6 +23507,10 @@ declare namespace EC2 {
23503
23507
  * The IPv6 address.
23504
23508
  */
23505
23509
  Ipv6Address?: String;
23510
+ /**
23511
+ * Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.
23512
+ */
23513
+ IsPrimaryIpv6?: Boolean;
23506
23514
  }
23507
23515
  export type InstanceIpv6AddressList = InstanceIpv6Address[];
23508
23516
  export type InstanceIpv6AddressListRequest = InstanceIpv6AddressRequest[];
@@ -23808,6 +23816,10 @@ declare namespace EC2 {
23808
23816
  * The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.
23809
23817
  */
23810
23818
  Ipv6PrefixCount?: Integer;
23819
+ /**
23820
+ * The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.
23821
+ */
23822
+ PrimaryIpv6?: Boolean;
23811
23823
  }
23812
23824
  export type InstanceNetworkInterfaceSpecificationList = InstanceNetworkInterfaceSpecification[];
23813
23825
  export interface InstancePrivateIpAddress {
@@ -25715,6 +25727,10 @@ declare namespace EC2 {
25715
25727
  * The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface.
25716
25728
  */
25717
25729
  Ipv6PrefixCount?: Integer;
25730
+ /**
25731
+ * The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.
25732
+ */
25733
+ PrimaryIpv6?: Boolean;
25718
25734
  }
25719
25735
  export type LaunchTemplateInstanceNetworkInterfaceSpecificationList = LaunchTemplateInstanceNetworkInterfaceSpecification[];
25720
25736
  export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
@@ -25794,6 +25810,10 @@ declare namespace EC2 {
25794
25810
  * The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.
25795
25811
  */
25796
25812
  Ipv6PrefixCount?: Integer;
25813
+ /**
25814
+ * The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.
25815
+ */
25816
+ PrimaryIpv6?: Boolean;
25797
25817
  }
25798
25818
  export type LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[];
25799
25819
  export interface LaunchTemplateLicenseConfiguration {
@@ -27544,6 +27564,10 @@ declare namespace EC2 {
27544
27564
  * Updates the ENA Express configuration for the network interface that’s attached to the instance.
27545
27565
  */
27546
27566
  EnaSrdSpecification?: EnaSrdSpecification;
27567
+ /**
27568
+ * If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
27569
+ */
27570
+ EnablePrimaryIpv6?: Boolean;
27547
27571
  }
27548
27572
  export interface ModifyPrivateDnsNameOptionsRequest {
27549
27573
  /**
@@ -29542,6 +29566,10 @@ declare namespace EC2 {
29542
29566
  * The IPv6 address.
29543
29567
  */
29544
29568
  Ipv6Address?: String;
29569
+ /**
29570
+ * Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see ModifyNetworkInterfaceAttribute.
29571
+ */
29572
+ IsPrimaryIpv6?: Boolean;
29545
29573
  }
29546
29574
  export type NetworkInterfaceIpv6AddressesList = NetworkInterfaceIpv6Address[];
29547
29575
  export type NetworkInterfaceList = NetworkInterface[];
@@ -32995,6 +33023,10 @@ declare namespace EC2 {
32995
33023
  * Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.
32996
33024
  */
32997
33025
  DisableApiStop?: Boolean;
33026
+ /**
33027
+ * If you’re launching an instance into a dual-stack or IPv6-only subnet, you can enable assigning a primary IPv6 address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if an instance relies on its IPv6 address not changing. When you launch the instance, Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
33028
+ */
33029
+ EnablePrimaryIpv6?: Boolean;
32998
33030
  }
32999
33031
  export type RunInstancesUserData = string;
33000
33032
  export interface RunScheduledInstancesRequest {
@@ -20833,7 +20833,7 @@ declare namespace SageMaker {
20833
20833
  }
20834
20834
  export type TrainingInputMode = "Pipe"|"File"|"FastFile"|string;
20835
20835
  export type TrainingInstanceCount = number;
20836
- export type TrainingInstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|string;
20836
+ export type TrainingInstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.p5.48xlarge"|string;
20837
20837
  export type TrainingInstanceTypes = TrainingInstanceType[];
20838
20838
  export interface TrainingJob {
20839
20839
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1428.0',
86
+ VERSION: '2.1429.0',
87
87
 
88
88
  /**
89
89
  * @api private