cdk-docker-image-deployment 0.0.65 → 0.0.67

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.
Files changed (58) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +24 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
  9. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
  10. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
  11. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -985
  14. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
  15. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
  16. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
  17. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
  18. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
  20. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  21. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
  22. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
  23. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
  24. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
  25. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
  26. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
  27. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
  28. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
  29. package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
  33. package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
  34. package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
  35. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
  36. package/node_modules/aws-sdk/clients/ec2.d.ts +68 -8
  37. package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
  38. package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
  39. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
  40. package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
  41. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
  42. package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
  43. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  44. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
  45. package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
  46. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  47. package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
  48. package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
  49. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +59 -22
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +1507 -1334
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  55. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  56. package/node_modules/aws-sdk/lib/core.js +1 -1
  57. package/node_modules/aws-sdk/package.json +1 -1
  58. package/package.json +4 -4
@@ -76,11 +76,11 @@ declare class AutoScaling extends Service {
76
76
  */
77
77
  createAutoScalingGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78
78
  /**
79
- * Creates a launch configuration. If you exceed your maximum limit of launch configurations, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Quotas for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. For more information, see Launch configurations in the Amazon EC2 Auto Scaling User Guide.
79
+ * Creates a launch configuration. If you exceed your maximum limit of launch configurations, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Quotas for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. For more information, see Launch configurations in the Amazon EC2 Auto Scaling User Guide. Amazon EC2 Auto Scaling configures instances launched as part of an Auto Scaling group using either a launch template or a launch configuration. We strongly recommend that you do not use launch configurations. They do not provide full functionality for Amazon EC2 Auto Scaling or Amazon EC2. For information about using launch templates, see Launch templates in the Amazon EC2 Auto Scaling User Guide.
80
80
  */
81
81
  createLaunchConfiguration(params: AutoScaling.Types.CreateLaunchConfigurationType, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
82
82
  /**
83
- * Creates a launch configuration. If you exceed your maximum limit of launch configurations, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Quotas for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. For more information, see Launch configurations in the Amazon EC2 Auto Scaling User Guide.
83
+ * Creates a launch configuration. If you exceed your maximum limit of launch configurations, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Quotas for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. For more information, see Launch configurations in the Amazon EC2 Auto Scaling User Guide. Amazon EC2 Auto Scaling configures instances launched as part of an Auto Scaling group using either a launch template or a launch configuration. We strongly recommend that you do not use launch configurations. They do not provide full functionality for Amazon EC2 Auto Scaling or Amazon EC2. For information about using launch templates, see Launch templates in the Amazon EC2 Auto Scaling User Guide.
84
84
  */
85
85
  createLaunchConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
86
86
  /**
@@ -92,11 +92,11 @@ declare class AutoScaling extends Service {
92
92
  */
93
93
  createOrUpdateTags(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
94
94
  /**
95
- * Deletes the specified Auto Scaling group. If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed. If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. To remove instances from the Auto Scaling group before deleting it, call the DetachInstances API with the list of instances and the option to decrement the desired capacity. This ensures that Amazon EC2 Auto Scaling does not launch replacement instances. To terminate all instances before deleting the Auto Scaling group, call the UpdateAutoScalingGroup API and set the minimum size and desired capacity of the Auto Scaling group to zero.
95
+ * Deletes the specified Auto Scaling group. If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed. The force delete operation will also terminate the EC2 instances. If the group has a warm pool, the force delete option also deletes the warm pool. To remove instances from the Auto Scaling group before deleting it, call the DetachInstances API with the list of instances and the option to decrement the desired capacity. This ensures that Amazon EC2 Auto Scaling does not launch replacement instances. To terminate all instances before deleting the Auto Scaling group, call the UpdateAutoScalingGroup API and set the minimum size and desired capacity of the Auto Scaling group to zero. If the group has scaling policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. For more information, see Delete your Auto Scaling infrastructure in the Amazon EC2 Auto Scaling User Guide.
96
96
  */
97
97
  deleteAutoScalingGroup(params: AutoScaling.Types.DeleteAutoScalingGroupType, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
98
98
  /**
99
- * Deletes the specified Auto Scaling group. If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed. If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. To remove instances from the Auto Scaling group before deleting it, call the DetachInstances API with the list of instances and the option to decrement the desired capacity. This ensures that Amazon EC2 Auto Scaling does not launch replacement instances. To terminate all instances before deleting the Auto Scaling group, call the UpdateAutoScalingGroup API and set the minimum size and desired capacity of the Auto Scaling group to zero.
99
+ * Deletes the specified Auto Scaling group. If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed. The force delete operation will also terminate the EC2 instances. If the group has a warm pool, the force delete option also deletes the warm pool. To remove instances from the Auto Scaling group before deleting it, call the DetachInstances API with the list of instances and the option to decrement the desired capacity. This ensures that Amazon EC2 Auto Scaling does not launch replacement instances. To terminate all instances before deleting the Auto Scaling group, call the UpdateAutoScalingGroup API and set the minimum size and desired capacity of the Auto Scaling group to zero. If the group has scaling policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. For more information, see Delete your Auto Scaling infrastructure in the Amazon EC2 Auto Scaling User Guide.
100
100
  */
101
101
  deleteAutoScalingGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
102
102
  /**
@@ -585,6 +585,8 @@ declare namespace AutoScaling {
585
585
  AlarmARN?: ResourceName;
586
586
  }
587
587
  export type Alarms = Alarm[];
588
+ export type AllowedInstanceType = string;
589
+ export type AllowedInstanceTypes = AllowedInstanceType[];
588
590
  export type AsciiStringMaxLen255 = string;
589
591
  export type AssociatePublicIpAddress = boolean;
590
592
  export interface AttachInstancesQuery {
@@ -982,7 +984,7 @@ declare namespace AutoScaling {
982
984
  */
983
985
  LaunchTemplate?: LaunchTemplateSpecification;
984
986
  /**
985
- * An embedded object that specifies a mixed instances policy. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
987
+ * The mixed instances policy. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
986
988
  */
987
989
  MixedInstancesPolicy?: MixedInstancesPolicy;
988
990
  /**
@@ -1092,11 +1094,11 @@ declare namespace AutoScaling {
1092
1094
  */
1093
1095
  SecurityGroups?: SecurityGroups;
1094
1096
  /**
1095
- * EC2-Classic retires on August 15, 2022. This property is not supported after that date. The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. For more information, see ClassicLink in the Amazon EC2 User Guide for Linux Instances.
1097
+ * Available for backward compatibility.
1096
1098
  */
1097
1099
  ClassicLinkVPCId?: XmlStringMaxLen255;
1098
1100
  /**
1099
- * EC2-Classic retires on August 15, 2022. This property is not supported after that date. The IDs of one or more security groups for the specified ClassicLink-enabled VPC. If you specify the ClassicLinkVPCId property, you must specify ClassicLinkVPCSecurityGroups.
1101
+ * Available for backward compatibility.
1100
1102
  */
1101
1103
  ClassicLinkVPCSecurityGroups?: ClassicLinkVPCSecurityGroups;
1102
1104
  /**
@@ -1940,11 +1942,11 @@ declare namespace AutoScaling {
1940
1942
  */
1941
1943
  CpuManufacturers?: CpuManufacturers;
1942
1944
  /**
1943
- * The minimum and maximum amount of memory per vCPU for an instance type, in GiB. Default: No minimum or maximum
1945
+ * The minimum and maximum amount of memory per vCPU for an instance type, in GiB. Default: No minimum or maximum limits
1944
1946
  */
1945
1947
  MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
1946
1948
  /**
1947
- * Lists which instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*). The following are examples: c5*, m5a.*, r*, *3*. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Default: No excluded instance types
1949
+ * The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*), to exclude an instance family, type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 Auto Scaling will exclude all the M5a instance types, but not the M5n instance types. If you specify ExcludedInstanceTypes, you can't specify AllowedInstanceTypes. Default: No excluded instance types
1948
1950
  */
1949
1951
  ExcludedInstanceTypes?: ExcludedInstanceTypes;
1950
1952
  /**
@@ -1972,7 +1974,7 @@ declare namespace AutoScaling {
1972
1974
  */
1973
1975
  RequireHibernateSupport?: NullableBoolean;
1974
1976
  /**
1975
- * The minimum and maximum number of network interfaces for an instance type. Default: No minimum or maximum
1977
+ * The minimum and maximum number of network interfaces for an instance type. Default: No minimum or maximum limits
1976
1978
  */
1977
1979
  NetworkInterfaceCount?: NetworkInterfaceCountRequest;
1978
1980
  /**
@@ -1984,11 +1986,11 @@ declare namespace AutoScaling {
1984
1986
  */
1985
1987
  LocalStorageTypes?: LocalStorageTypes;
1986
1988
  /**
1987
- * The minimum and maximum total local storage size for an instance type, in GB. Default: No minimum or maximum
1989
+ * The minimum and maximum total local storage size for an instance type, in GB. Default: No minimum or maximum limits
1988
1990
  */
1989
1991
  TotalLocalStorageGB?: TotalLocalStorageGBRequest;
1990
1992
  /**
1991
- * The minimum and maximum baseline bandwidth performance for an instance type, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide for Linux Instances. Default: No minimum or maximum
1993
+ * The minimum and maximum baseline bandwidth performance for an instance type, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide for Linux Instances. Default: No minimum or maximum limits
1992
1994
  */
1993
1995
  BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
1994
1996
  /**
@@ -1996,7 +1998,7 @@ declare namespace AutoScaling {
1996
1998
  */
1997
1999
  AcceleratorTypes?: AcceleratorTypes;
1998
2000
  /**
1999
- * The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) for an instance type. To exclude accelerator-enabled instance types, set Max to 0. Default: No minimum or maximum
2001
+ * The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) for an instance type. To exclude accelerator-enabled instance types, set Max to 0. Default: No minimum or maximum limits
2000
2002
  */
2001
2003
  AcceleratorCount?: AcceleratorCountRequest;
2002
2004
  /**
@@ -2008,9 +2010,17 @@ declare namespace AutoScaling {
2008
2010
  */
2009
2011
  AcceleratorNames?: AcceleratorNames;
2010
2012
  /**
2011
- * The minimum and maximum total memory size for the accelerators on an instance type, in MiB. Default: No minimum or maximum
2013
+ * The minimum and maximum total memory size for the accelerators on an instance type, in MiB. Default: No minimum or maximum limits
2012
2014
  */
2013
2015
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
2016
+ /**
2017
+ * The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default: No minimum or maximum limits
2018
+ */
2019
+ NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest;
2020
+ /**
2021
+ * The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*, Amazon EC2 Auto Scaling will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 Auto Scaling will allow all the M5a instance types, but not the M5n instance types. If you specify AllowedInstanceTypes, you can't specify ExcludedInstanceTypes. Default: All instance types
2022
+ */
2023
+ AllowedInstanceTypes?: AllowedInstanceTypes;
2014
2024
  }
2015
2025
  export interface InstanceReusePolicy {
2016
2026
  /**
@@ -2041,7 +2051,7 @@ declare namespace AutoScaling {
2041
2051
  */
2042
2052
  SpotInstancePools?: SpotInstancePools;
2043
2053
  /**
2044
- * The maximum price per unit hour that you are willing to pay for a Spot Instance. If you keep the value at its default (unspecified), Amazon EC2 Auto Scaling uses the On-Demand price as the maximum Spot price. To remove a value that you previously set, include the property but specify an empty string ("") for the value. If your maximum price is lower than the Spot price for the instance types that you selected, your Spot Instances are not launched. Valid Range: Minimum value of 0.001
2054
+ * The maximum price per unit hour that you are willing to pay for a Spot Instance. If your maximum price is lower than the Spot price for the instance types that you selected, your Spot Instances are not launched. We do not recommend specifying a maximum price because it can lead to increased interruptions. When Spot Instances launch, you pay the current Spot price. To remove a maximum price that you previously set, include the property but specify an empty string ("") for the value. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify one. Valid Range: Minimum value of 0.001
2045
2055
  */
2046
2056
  SpotMaxPrice?: MixedInstanceSpotPrice;
2047
2057
  }
@@ -2069,11 +2079,11 @@ declare namespace AutoScaling {
2069
2079
  */
2070
2080
  SecurityGroups?: SecurityGroups;
2071
2081
  /**
2072
- * EC2-Classic retires on August 15, 2022. This property is not supported after that date. The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to.
2082
+ * Available for backward compatibility.
2073
2083
  */
2074
2084
  ClassicLinkVPCId?: XmlStringMaxLen255;
2075
2085
  /**
2076
- * EC2-Classic retires on August 15, 2022. This property is not supported after that date. The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId.
2086
+ * Available for backward compatibility.
2077
2087
  */
2078
2088
  ClassicLinkVPCSecurityGroups?: ClassicLinkVPCSecurityGroups;
2079
2089
  /**
@@ -2163,30 +2173,30 @@ declare namespace AutoScaling {
2163
2173
  }
2164
2174
  export interface LaunchTemplate {
2165
2175
  /**
2166
- * The launch template to use.
2176
+ * The launch template.
2167
2177
  */
2168
2178
  LaunchTemplateSpecification?: LaunchTemplateSpecification;
2169
2179
  /**
2170
- * Any properties that you specify override the same properties in the launch template. If not provided, Amazon EC2 Auto Scaling uses the instance type or instance type requirements specified in the launch template when it launches an instance. The overrides can include either one or more instance types or a set of instance requirements, but not both.
2180
+ * Any properties that you specify override the same properties in the launch template.
2171
2181
  */
2172
2182
  Overrides?: Overrides;
2173
2183
  }
2174
2184
  export type LaunchTemplateName = string;
2175
2185
  export interface LaunchTemplateOverrides {
2176
2186
  /**
2177
- * The instance type, such as m3.xlarge. You must use an instance type that is supported in your requested Region and Availability Zones. For more information, see Instance types in the Amazon Elastic Compute Cloud User Guide.
2187
+ * The instance type, such as m3.xlarge. You must specify an instance type that is supported in your requested Region and Availability Zones. For more information, see Instance types in the Amazon Elastic Compute Cloud User Guide. You can specify up to 40 instance types per Auto Scaling group.
2178
2188
  */
2179
2189
  InstanceType?: XmlStringMaxLen255;
2180
2190
  /**
2181
- * The number of capacity units provided by the instance type specified in InstanceType in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic. When a Spot or On-Demand Instance is launched, the capacity units count toward the desired capacity. Amazon EC2 Auto Scaling launches instances until the desired capacity is totally fulfilled, even if this results in an overage. For example, if there are two units remaining to fulfill capacity, and Amazon EC2 Auto Scaling can only launch an instance with a WeightedCapacity of five units, the instance is launched, and the desired capacity is exceeded by three units. For more information, see Configuring instance weighting for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. Value must be in the range of 1–999.
2191
+ * If you provide a list of instance types to use, you can specify the number of capacity units provided by each instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic. When a Spot or On-Demand Instance is launched, the capacity units count toward the desired capacity. Amazon EC2 Auto Scaling launches instances until the desired capacity is totally fulfilled, even if this results in an overage. For example, if there are two units remaining to fulfill capacity, and Amazon EC2 Auto Scaling can only launch an instance with a WeightedCapacity of five units, the instance is launched, and the desired capacity is exceeded by three units. For more information, see Configuring instance weighting for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. Value must be in the range of 1–999. If you specify a value for WeightedCapacity for one instance type, you must specify a value for WeightedCapacity for all of them. Every Auto Scaling group has three size parameters (DesiredCapacity, MaxSize, and MinSize). Usually, you set these sizes based on a specific number of instances. However, if you configure a mixed instances policy that defines weights for the instance types, you must specify these sizes with the same units that you use for weighting instances.
2182
2192
  */
2183
2193
  WeightedCapacity?: XmlStringMaxLen32;
2184
2194
  /**
2185
- * Provides a launch template for the specified instance type or instance requirements. For example, some instance types might require a launch template with a different AMI. If not provided, Amazon EC2 Auto Scaling uses the launch template that's defined for your mixed instances policy. For more information, see Specifying a different launch template for an instance type in the Amazon EC2 Auto Scaling User Guide.
2195
+ * Provides a launch template for the specified instance type or set of instance requirements. For example, some instance types might require a launch template with a different AMI. If not provided, Amazon EC2 Auto Scaling uses the launch template that's specified in the LaunchTemplate definition. For more information, see Specifying a different launch template for an instance type in the Amazon EC2 Auto Scaling User Guide. You can specify up to 20 launch templates per Auto Scaling group. The launch templates specified in the overrides and in the LaunchTemplate definition count towards this limit.
2186
2196
  */
2187
2197
  LaunchTemplateSpecification?: LaunchTemplateSpecification;
2188
2198
  /**
2189
- * The instance requirements. When you specify instance requirements, Amazon EC2 Auto Scaling finds instance types that satisfy your requirements, and then uses your On-Demand and Spot allocation strategies to launch instances from these instance types, in the same way as when you specify a list of specific instance types.
2199
+ * The instance requirements. Amazon EC2 Auto Scaling uses your specified requirements to identify instance types. Then, it uses your On-Demand and Spot allocation strategies to launch instances from these instance types. You can specify up to four separate sets of instance requirements per Auto Scaling group. This is useful for provisioning instances from different Amazon Machine Images (AMIs) in the same Auto Scaling group. To do this, create the AMIs and create a new launch template for each AMI. Then, create a compatible set of instance requirements for each launch template. If you specify InstanceRequirements, you can't specify InstanceType.
2190
2200
  */
2191
2201
  InstanceRequirements?: InstanceRequirements;
2192
2202
  }
@@ -2444,6 +2454,16 @@ declare namespace AutoScaling {
2444
2454
  InstancesDistribution?: InstancesDistribution;
2445
2455
  }
2446
2456
  export type MonitoringEnabled = boolean;
2457
+ export interface NetworkBandwidthGbpsRequest {
2458
+ /**
2459
+ * The minimum amount of network bandwidth, in gigabits per second (Gbps).
2460
+ */
2461
+ Min?: NullablePositiveDouble;
2462
+ /**
2463
+ * The maximum amount of network bandwidth, in gigabits per second (Gbps).
2464
+ */
2465
+ Max?: NullablePositiveDouble;
2466
+ }
2447
2467
  export interface NetworkInterfaceCountRequest {
2448
2468
  /**
2449
2469
  * The minimum number of network interfaces.
@@ -3246,7 +3266,7 @@ declare namespace AutoScaling {
3246
3266
  */
3247
3267
  LaunchTemplate?: LaunchTemplateSpecification;
3248
3268
  /**
3249
- * An embedded object that specifies a mixed instances policy. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
3269
+ * The mixed instances policy. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
3250
3270
  */
3251
3271
  MixedInstancesPolicy?: MixedInstancesPolicy;
3252
3272
  /**