cdk-docker-image-deployment 0.0.64 → 0.0.66

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 (36) 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 +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
  8. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
  9. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +996 -957
  11. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
  12. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
  13. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  15. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
  16. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
  17. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
  18. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
  19. package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
  20. package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
  21. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +52 -8
  23. package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
  24. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
  25. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
  26. package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
  27. package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +1465 -1305
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. 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
  /**
@@ -59,6 +59,14 @@ declare class CloudTrail extends Service {
59
59
  * Deletes a trail. This operation must be called from the region in which the trail was created. DeleteTrail cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.
60
60
  */
61
61
  deleteTrail(callback?: (err: AWSError, data: CloudTrail.Types.DeleteTrailResponse) => void): Request<CloudTrail.Types.DeleteTrailResponse, AWSError>;
62
+ /**
63
+ * Removes CloudTrail delegated administrator permissions from a member account in an organization.
64
+ */
65
+ deregisterOrganizationDelegatedAdmin(params: CloudTrail.Types.DeregisterOrganizationDelegatedAdminRequest, callback?: (err: AWSError, data: CloudTrail.Types.DeregisterOrganizationDelegatedAdminResponse) => void): Request<CloudTrail.Types.DeregisterOrganizationDelegatedAdminResponse, AWSError>;
66
+ /**
67
+ * Removes CloudTrail delegated administrator permissions from a member account in an organization.
68
+ */
69
+ deregisterOrganizationDelegatedAdmin(callback?: (err: AWSError, data: CloudTrail.Types.DeregisterOrganizationDelegatedAdminResponse) => void): Request<CloudTrail.Types.DeregisterOrganizationDelegatedAdminResponse, AWSError>;
62
70
  /**
63
71
  * Returns metadata about a query, including query run time in milliseconds, number of events scanned and matched, and query status. You must specify an ARN for EventDataStore, and a value for QueryID.
64
72
  */
@@ -76,11 +84,11 @@ declare class CloudTrail extends Service {
76
84
  */
77
85
  describeTrails(callback?: (err: AWSError, data: CloudTrail.Types.DescribeTrailsResponse) => void): Request<CloudTrail.Types.DescribeTrailsResponse, AWSError>;
78
86
  /**
79
- * Returns information about a specific channel. Amazon Web Services services create service-linked channels to get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI..
87
+ * Returns information about a specific channel. Amazon Web Services services create service-linked channels to get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI.
80
88
  */
81
89
  getChannel(params: CloudTrail.Types.GetChannelRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
82
90
  /**
83
- * Returns information about a specific channel. Amazon Web Services services create service-linked channels to get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI..
91
+ * Returns information about a specific channel. Amazon Web Services services create service-linked channels to get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI.
84
92
  */
85
93
  getChannel(callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
86
94
  /**
@@ -227,6 +235,14 @@ declare class CloudTrail extends Service {
227
235
  * Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail. You also use PutInsightSelectors to turn off Insights event logging, by passing an empty list of insight types. The valid Insights event types in this release are ApiErrorRateInsight and ApiCallRateInsight.
228
236
  */
229
237
  putInsightSelectors(callback?: (err: AWSError, data: CloudTrail.Types.PutInsightSelectorsResponse) => void): Request<CloudTrail.Types.PutInsightSelectorsResponse, AWSError>;
238
+ /**
239
+ * Registers an organization’s member account as the CloudTrail delegated administrator.
240
+ */
241
+ registerOrganizationDelegatedAdmin(params: CloudTrail.Types.RegisterOrganizationDelegatedAdminRequest, callback?: (err: AWSError, data: CloudTrail.Types.RegisterOrganizationDelegatedAdminResponse) => void): Request<CloudTrail.Types.RegisterOrganizationDelegatedAdminResponse, AWSError>;
242
+ /**
243
+ * Registers an organization’s member account as the CloudTrail delegated administrator.
244
+ */
245
+ registerOrganizationDelegatedAdmin(callback?: (err: AWSError, data: CloudTrail.Types.RegisterOrganizationDelegatedAdminResponse) => void): Request<CloudTrail.Types.RegisterOrganizationDelegatedAdminResponse, AWSError>;
230
246
  /**
231
247
  * Removes the specified tags from a trail or event data store.
232
248
  */
@@ -301,6 +317,7 @@ declare class CloudTrail extends Service {
301
317
  updateTrail(callback?: (err: AWSError, data: CloudTrail.Types.UpdateTrailResponse) => void): Request<CloudTrail.Types.UpdateTrailResponse, AWSError>;
302
318
  }
303
319
  declare namespace CloudTrail {
320
+ export type AccountId = string;
304
321
  export interface AddTagsRequest {
305
322
  /**
306
323
  * Specifies the ARN of the trail or event data store to which one or more tags will be added. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
@@ -361,7 +378,7 @@ declare namespace CloudTrail {
361
378
  /**
362
379
  * The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
363
380
  */
364
- EventDataStore: EventDataStoreArn;
381
+ EventDataStore?: EventDataStoreArn;
365
382
  /**
366
383
  * The ID of the query that you want to cancel. The QueryId comes from the response of a StartQuery operation.
367
384
  */
@@ -416,6 +433,10 @@ declare namespace CloudTrail {
416
433
  */
417
434
  TerminationProtectionEnabled?: TerminationProtectionEnabled;
418
435
  TagsList?: TagsList;
436
+ /**
437
+ * Specifies the KMS key ID to use to encrypt the events delivered by CloudTrail. The value can be an alias name prefixed by alias/, a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. Disabling or deleting the KMS key, or removing CloudTrail permissions on the key, prevents CloudTrail from logging events to the event data store, and prevents users from querying the data in the event data store that was encrypted with the key. After you associate an event data store with a KMS key, the KMS key cannot be removed or changed. Before you disable or delete a KMS key that you are using with an event data store, delete or back up your event data store. CloudTrail also supports KMS multi-Region keys. For more information about multi-Region keys, see Using multi-Region keys in the Key Management Service Developer Guide. Examples: alias/MyAliasName arn:aws:kms:us-east-2:123456789012:alias/MyAliasName arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012 12345678-1234-1234-1234-123456789012
438
+ */
439
+ KmsKeyId?: EventDataStoreKmsKeyId;
419
440
  }
420
441
  export interface CreateEventDataStoreResponse {
421
442
  /**
@@ -459,6 +480,10 @@ declare namespace CloudTrail {
459
480
  * The timestamp that shows when an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.
460
481
  */
461
482
  UpdatedTimestamp?: _Date;
483
+ /**
484
+ * Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format. arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
485
+ */
486
+ KmsKeyId?: EventDataStoreKmsKeyId;
462
487
  }
463
488
  export interface CreateTrailRequest {
464
489
  /**
@@ -592,11 +617,19 @@ declare namespace CloudTrail {
592
617
  }
593
618
  export type DeliveryS3Uri = string;
594
619
  export type DeliveryStatus = "SUCCESS"|"FAILED"|"FAILED_SIGNING_FILE"|"PENDING"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"ACCESS_DENIED_SIGNING_FILE"|"CANCELLED"|"UNKNOWN"|string;
620
+ export interface DeregisterOrganizationDelegatedAdminRequest {
621
+ /**
622
+ * A delegated administrator account ID. This is a member account in an organization that is currently designated as a delegated administrator.
623
+ */
624
+ DelegatedAdminAccountId: AccountId;
625
+ }
626
+ export interface DeregisterOrganizationDelegatedAdminResponse {
627
+ }
595
628
  export interface DescribeQueryRequest {
596
629
  /**
597
630
  * The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
598
631
  */
599
- EventDataStore: EventDataStoreArn;
632
+ EventDataStore?: EventDataStoreArn;
600
633
  /**
601
634
  * The query ID.
602
635
  */
@@ -743,6 +776,7 @@ declare namespace CloudTrail {
743
776
  UpdatedTimestamp?: _Date;
744
777
  }
745
778
  export type EventDataStoreArn = string;
779
+ export type EventDataStoreKmsKeyId = string;
746
780
  export type EventDataStoreName = string;
747
781
  export type EventDataStoreStatus = "CREATED"|"ENABLED"|"PENDING_DELETION"|string;
748
782
  export type EventDataStores = EventDataStore[];
@@ -842,6 +876,10 @@ declare namespace CloudTrail {
842
876
  * Shows the time that an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.
843
877
  */
844
878
  UpdatedTimestamp?: _Date;
879
+ /**
880
+ * Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format. arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
881
+ */
882
+ KmsKeyId?: EventDataStoreKmsKeyId;
845
883
  }
846
884
  export interface GetEventSelectorsRequest {
847
885
  /**
@@ -927,7 +965,7 @@ declare namespace CloudTrail {
927
965
  /**
928
966
  * The ARN (or ID suffix of the ARN) of the event data store against which the query was run.
929
967
  */
930
- EventDataStore: EventDataStoreArn;
968
+ EventDataStore?: EventDataStoreArn;
931
969
  /**
932
970
  * The ID of the query for which you want to get results.
933
971
  */
@@ -1509,6 +1547,14 @@ declare namespace CloudTrail {
1509
1547
  }
1510
1548
  export type QueryStatus = "QUEUED"|"RUNNING"|"FINISHED"|"FAILED"|"CANCELLED"|"TIMED_OUT"|string;
1511
1549
  export type ReadWriteType = "ReadOnly"|"WriteOnly"|"All"|string;
1550
+ export interface RegisterOrganizationDelegatedAdminRequest {
1551
+ /**
1552
+ * An organization member account ID that you want to designate as a delegated administrator.
1553
+ */
1554
+ MemberAccountId: AccountId;
1555
+ }
1556
+ export interface RegisterOrganizationDelegatedAdminResponse {
1557
+ }
1512
1558
  export interface RemoveTagsRequest {
1513
1559
  /**
1514
1560
  * Specifies the ARN of the trail or event data store from which tags should be removed. Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail Example event data store ARN format: arn:aws:cloudtrail:us-east-2:12345678910:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE
@@ -1591,6 +1637,10 @@ declare namespace CloudTrail {
1591
1637
  * The timestamp that shows when an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.
1592
1638
  */
1593
1639
  UpdatedTimestamp?: _Date;
1640
+ /**
1641
+ * Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format. arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
1642
+ */
1643
+ KmsKeyId?: EventDataStoreKmsKeyId;
1594
1644
  }
1595
1645
  export type RetentionPeriod = number;
1596
1646
  export interface S3ImportSource {
@@ -1880,6 +1930,10 @@ declare namespace CloudTrail {
1880
1930
  * Indicates that termination protection is enabled and the event data store cannot be automatically deleted.
1881
1931
  */
1882
1932
  TerminationProtectionEnabled?: TerminationProtectionEnabled;
1933
+ /**
1934
+ * Specifies the KMS key ID to use to encrypt the events delivered by CloudTrail. The value can be an alias name prefixed by alias/, a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. Disabling or deleting the KMS key, or removing CloudTrail permissions on the key, prevents CloudTrail from logging events to the event data store, and prevents users from querying the data in the event data store that was encrypted with the key. After you associate an event data store with a KMS key, the KMS key cannot be removed or changed. Before you disable or delete a KMS key that you are using with an event data store, delete or back up your event data store. CloudTrail also supports KMS multi-Region keys. For more information about multi-Region keys, see Using multi-Region keys in the Key Management Service Developer Guide. Examples: alias/MyAliasName arn:aws:kms:us-east-2:123456789012:alias/MyAliasName arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012 12345678-1234-1234-1234-123456789012
1935
+ */
1936
+ KmsKeyId?: EventDataStoreKmsKeyId;
1883
1937
  }
1884
1938
  export interface UpdateEventDataStoreResponse {
1885
1939
  /**
@@ -1922,6 +1976,10 @@ declare namespace CloudTrail {
1922
1976
  * The timestamp that shows when the event data store was last updated. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.
1923
1977
  */
1924
1978
  UpdatedTimestamp?: _Date;
1979
+ /**
1980
+ * Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format. arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
1981
+ */
1982
+ KmsKeyId?: EventDataStoreKmsKeyId;
1925
1983
  }
1926
1984
  export interface UpdateTrailRequest {
1927
1985
  /**
@@ -2397,11 +2397,11 @@ declare class EC2 extends Service {
2397
2397
  */
2398
2398
  describeSpotFleetInstances(callback?: (err: AWSError, data: EC2.Types.DescribeSpotFleetInstancesResponse) => void): Request<EC2.Types.DescribeSpotFleetInstancesResponse, AWSError>;
2399
2399
  /**
2400
- * Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide for Linux Instances.
2400
+ * Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.
2401
2401
  */
2402
2402
  describeSpotFleetRequestHistory(params: EC2.Types.DescribeSpotFleetRequestHistoryRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSpotFleetRequestHistoryResponse) => void): Request<EC2.Types.DescribeSpotFleetRequestHistoryResponse, AWSError>;
2403
2403
  /**
2404
- * Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide for Linux Instances.
2404
+ * Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.
2405
2405
  */
2406
2406
  describeSpotFleetRequestHistory(callback?: (err: AWSError, data: EC2.Types.DescribeSpotFleetRequestHistoryResponse) => void): Request<EC2.Types.DescribeSpotFleetRequestHistoryResponse, AWSError>;
2407
2407
  /**
@@ -4101,11 +4101,11 @@ declare class EC2 extends Service {
4101
4101
  */
4102
4102
  reportInstanceStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
4103
4103
  /**
4104
- * Creates a Spot Fleet request. The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity. You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet. You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported. For more information, see Spot Fleet requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.
4104
+ * Creates a Spot Fleet request. The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity. You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet. You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported. For more information, see Spot Fleet requests in the Amazon EC2 User Guide. We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide.
4105
4105
  */
4106
4106
  requestSpotFleet(params: EC2.Types.RequestSpotFleetRequest, callback?: (err: AWSError, data: EC2.Types.RequestSpotFleetResponse) => void): Request<EC2.Types.RequestSpotFleetResponse, AWSError>;
4107
4107
  /**
4108
- * Creates a Spot Fleet request. The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity. You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet. You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported. For more information, see Spot Fleet requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.
4108
+ * Creates a Spot Fleet request. The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity. You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet. You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported. For more information, see Spot Fleet requests in the Amazon EC2 User Guide. We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide.
4109
4109
  */
4110
4110
  requestSpotFleet(callback?: (err: AWSError, data: EC2.Types.RequestSpotFleetResponse) => void): Request<EC2.Types.RequestSpotFleetResponse, AWSError>;
4111
4111
  /**
@@ -5254,6 +5254,8 @@ declare namespace EC2 {
5254
5254
  export type AllocationState = "available"|"under-assessment"|"permanent-failure"|"released"|"released-permanent-failure"|"pending"|string;
5255
5255
  export type AllocationStrategy = "lowestPrice"|"diversified"|"capacityOptimized"|"capacityOptimizedPrioritized"|string;
5256
5256
  export type AllocationType = "used"|string;
5257
+ export type AllowedInstanceType = string;
5258
+ export type AllowedInstanceTypeSet = AllowedInstanceType[];
5257
5259
  export interface AllowedPrincipal {
5258
5260
  /**
5259
5261
  * The type of principal.
@@ -9226,6 +9228,9 @@ declare namespace EC2 {
9226
9228
  SpreadLevel?: SpreadLevel;
9227
9229
  }
9228
9230
  export interface CreatePlacementGroupResult {
9231
+ /**
9232
+ * Information about the placement group.
9233
+ */
9229
9234
  PlacementGroup?: PlacementGroup;
9230
9235
  }
9231
9236
  export interface CreatePublicIpv4PoolRequest {
@@ -21848,7 +21853,7 @@ declare namespace EC2 {
21848
21853
  */
21849
21854
  MemoryGiBPerVCpu?: MemoryGiBPerVCpu;
21850
21855
  /**
21851
- * The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types. Default: No excluded instance types
21856
+ * The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 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
21852
21857
  */
21853
21858
  ExcludedInstanceTypes?: ExcludedInstanceTypeSet;
21854
21859
  /**
@@ -21915,6 +21920,14 @@ declare namespace EC2 {
21915
21920
  * The minimum and maximum amount of total accelerator memory, in MiB. Default: No minimum or maximum limits
21916
21921
  */
21917
21922
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB;
21923
+ /**
21924
+ * The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default: No minimum or maximum limits
21925
+ */
21926
+ NetworkBandwidthGbps?: NetworkBandwidthGbps;
21927
+ /**
21928
+ * 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 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 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
21929
+ */
21930
+ AllowedInstanceTypes?: AllowedInstanceTypeSet;
21918
21931
  }
21919
21932
  export interface InstanceRequirementsRequest {
21920
21933
  /**
@@ -21934,7 +21947,7 @@ declare namespace EC2 {
21934
21947
  */
21935
21948
  MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
21936
21949
  /**
21937
- * 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*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types. Default: No excluded instance types
21950
+ * 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*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 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
21938
21951
  */
21939
21952
  ExcludedInstanceTypes?: ExcludedInstanceTypeSet;
21940
21953
  /**
@@ -22001,6 +22014,14 @@ declare namespace EC2 {
22001
22014
  * The minimum and maximum amount of total accelerator memory, in MiB. Default: No minimum or maximum limits
22002
22015
  */
22003
22016
  AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
22017
+ /**
22018
+ * The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default: No minimum or maximum limits
22019
+ */
22020
+ NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest;
22021
+ /**
22022
+ * 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 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 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
22023
+ */
22024
+ AllowedInstanceTypes?: AllowedInstanceTypeSet;
22004
22025
  }
22005
22026
  export interface InstanceRequirementsWithMetadataRequest {
22006
22027
  /**
@@ -24835,6 +24856,9 @@ declare namespace EC2 {
24835
24856
  NotBefore: DateTime;
24836
24857
  }
24837
24858
  export interface ModifyInstanceEventStartTimeResult {
24859
+ /**
24860
+ * Information about the event.
24861
+ */
24838
24862
  Event?: InstanceStatusEvent;
24839
24863
  }
24840
24864
  export interface ModifyInstanceEventWindowRequest {
@@ -26377,6 +26401,26 @@ declare namespace EC2 {
26377
26401
  export type NetworkAclId = string;
26378
26402
  export type NetworkAclIdStringList = NetworkAclId[];
26379
26403
  export type NetworkAclList = NetworkAcl[];
26404
+ export interface NetworkBandwidthGbps {
26405
+ /**
26406
+ * The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
26407
+ */
26408
+ Min?: Double;
26409
+ /**
26410
+ * The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.
26411
+ */
26412
+ Max?: Double;
26413
+ }
26414
+ export interface NetworkBandwidthGbpsRequest {
26415
+ /**
26416
+ * The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.
26417
+ */
26418
+ Min?: Double;
26419
+ /**
26420
+ * The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
26421
+ */
26422
+ Max?: Double;
26423
+ }
26380
26424
  export type NetworkCardIndex = number;
26381
26425
  export interface NetworkCardInfo {
26382
26426
  /**
@@ -31427,7 +31471,7 @@ declare namespace EC2 {
31427
31471
  }
31428
31472
  export interface SpotFleetRequestConfigData {
31429
31473
  /**
31430
- * The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide for Linux Instances. lowestPrice - Spot Fleet launches instances from the lowest-price Spot Instance pool that has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances come from the next cheapest pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. diversified - Spot Fleet launches instances from all of the Spot Instance pools that you specify. capacityOptimized (recommended) - Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacityOptimizedPrioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacityOptimizedPrioritized is supported only if your Spot Fleet uses a launch template. Note that if the OnDemandAllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. Default: lowestPrice
31474
+ * The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. lowestPrice - Spot Fleet launches instances from the lowest-price Spot Instance pool that has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances come from the next cheapest pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. diversified - Spot Fleet launches instances from all of the Spot Instance pools that you specify. capacityOptimized (recommended) - Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacityOptimizedPrioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacityOptimizedPrioritized is supported only if your Spot Fleet uses a launch template. Note that if the OnDemandAllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. Default: lowestPrice
31431
31475
  */
31432
31476
  AllocationStrategy?: AllocationStrategy;
31433
31477
  /**
@@ -31455,7 +31499,7 @@ declare namespace EC2 {
31455
31499
  */
31456
31500
  OnDemandFulfilledCapacity?: Double;
31457
31501
  /**
31458
- * The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf. For more information, see Spot Fleet prerequisites in the Amazon EC2 User Guide for Linux Instances. Spot Fleet can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set TerminateInstancesWithExpiration.
31502
+ * The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf. For more information, see Spot Fleet prerequisites in the Amazon EC2 User Guide. Spot Fleet can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set TerminateInstancesWithExpiration.
31459
31503
  */
31460
31504
  IamFleetRole: String;
31461
31505
  /**