cdk-comprehend-s3olap 2.0.100 → 2.0.102
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +247 -3
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1286 -1249
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +21 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +335 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +78 -40
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +25 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +18 -18
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +1548 -1255
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1997,11 +1997,11 @@ declare class EC2 extends Service {
|
|
1997
1997
|
*/
|
1998
1998
|
describeInstanceTypes(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypesResult) => void): Request<EC2.Types.DescribeInstanceTypesResult, AWSError>;
|
1999
1999
|
/**
|
2000
|
-
* Describes the specified instances or all instances. If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output. Recently terminated instances might appear in the returned results. This interval is usually less than one hour. If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.
|
2000
|
+
* Describes the specified instances or all instances. If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output. Recently terminated instances might appear in the returned results. This interval is usually less than one hour. If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.
|
2001
2001
|
*/
|
2002
2002
|
describeInstances(params: EC2.Types.DescribeInstancesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeInstancesResult) => void): Request<EC2.Types.DescribeInstancesResult, AWSError>;
|
2003
2003
|
/**
|
2004
|
-
* Describes the specified instances or all instances. If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output. Recently terminated instances might appear in the returned results. This interval is usually less than one hour. If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.
|
2004
|
+
* Describes the specified instances or all instances. If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output. Recently terminated instances might appear in the returned results. This interval is usually less than one hour. If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.
|
2005
2005
|
*/
|
2006
2006
|
describeInstances(callback?: (err: AWSError, data: EC2.Types.DescribeInstancesResult) => void): Request<EC2.Types.DescribeInstancesResult, AWSError>;
|
2007
2007
|
/**
|
@@ -2253,11 +2253,11 @@ declare class EC2 extends Service {
|
|
2253
2253
|
*/
|
2254
2254
|
describeReplaceRootVolumeTasks(callback?: (err: AWSError, data: EC2.Types.DescribeReplaceRootVolumeTasksResult) => void): Request<EC2.Types.DescribeReplaceRootVolumeTasksResult, AWSError>;
|
2255
2255
|
/**
|
2256
|
-
* Describes one or more of the Reserved Instances that you purchased. For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.
|
2256
|
+
* Describes one or more of the Reserved Instances that you purchased. For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.
|
2257
2257
|
*/
|
2258
2258
|
describeReservedInstances(params: EC2.Types.DescribeReservedInstancesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesResult) => void): Request<EC2.Types.DescribeReservedInstancesResult, AWSError>;
|
2259
2259
|
/**
|
2260
|
-
* Describes one or more of the Reserved Instances that you purchased. For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.
|
2260
|
+
* Describes one or more of the Reserved Instances that you purchased. For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.
|
2261
2261
|
*/
|
2262
2262
|
describeReservedInstances(callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesResult) => void): Request<EC2.Types.DescribeReservedInstancesResult, AWSError>;
|
2263
2263
|
/**
|
@@ -2269,19 +2269,19 @@ declare class EC2 extends Service {
|
|
2269
2269
|
*/
|
2270
2270
|
describeReservedInstancesListings(callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesListingsResult) => void): Request<EC2.Types.DescribeReservedInstancesListingsResult, AWSError>;
|
2271
2271
|
/**
|
2272
|
-
* Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
2272
|
+
* Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
2273
2273
|
*/
|
2274
2274
|
describeReservedInstancesModifications(params: EC2.Types.DescribeReservedInstancesModificationsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesModificationsResult) => void): Request<EC2.Types.DescribeReservedInstancesModificationsResult, AWSError>;
|
2275
2275
|
/**
|
2276
|
-
* Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
2276
|
+
* Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.
|
2277
2277
|
*/
|
2278
2278
|
describeReservedInstancesModifications(callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesModificationsResult) => void): Request<EC2.Types.DescribeReservedInstancesModificationsResult, AWSError>;
|
2279
2279
|
/**
|
2280
|
-
* Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances. For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
2280
|
+
* Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances. For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
2281
2281
|
*/
|
2282
2282
|
describeReservedInstancesOfferings(params: EC2.Types.DescribeReservedInstancesOfferingsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesOfferingsResult) => void): Request<EC2.Types.DescribeReservedInstancesOfferingsResult, AWSError>;
|
2283
2283
|
/**
|
2284
|
-
* Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances. For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
2284
|
+
* Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances. For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
2285
2285
|
*/
|
2286
2286
|
describeReservedInstancesOfferings(callback?: (err: AWSError, data: EC2.Types.DescribeReservedInstancesOfferingsResult) => void): Request<EC2.Types.DescribeReservedInstancesOfferingsResult, AWSError>;
|
2287
2287
|
/**
|
@@ -2293,19 +2293,19 @@ declare class EC2 extends Service {
|
|
2293
2293
|
*/
|
2294
2294
|
describeRouteTables(callback?: (err: AWSError, data: EC2.Types.DescribeRouteTablesResult) => void): Request<EC2.Types.DescribeRouteTablesResult, AWSError>;
|
2295
2295
|
/**
|
2296
|
-
* Finds available schedules that meet the specified criteria. You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
|
2296
|
+
* Finds available schedules that meet the specified criteria. You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
|
2297
2297
|
*/
|
2298
2298
|
describeScheduledInstanceAvailability(params: EC2.Types.DescribeScheduledInstanceAvailabilityRequest, callback?: (err: AWSError, data: EC2.Types.DescribeScheduledInstanceAvailabilityResult) => void): Request<EC2.Types.DescribeScheduledInstanceAvailabilityResult, AWSError>;
|
2299
2299
|
/**
|
2300
|
-
* Finds available schedules that meet the specified criteria. You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
|
2300
|
+
* Finds available schedules that meet the specified criteria. You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
|
2301
2301
|
*/
|
2302
2302
|
describeScheduledInstanceAvailability(callback?: (err: AWSError, data: EC2.Types.DescribeScheduledInstanceAvailabilityResult) => void): Request<EC2.Types.DescribeScheduledInstanceAvailabilityResult, AWSError>;
|
2303
2303
|
/**
|
2304
|
-
* Describes the specified Scheduled Instances or all your Scheduled Instances.
|
2304
|
+
* Describes the specified Scheduled Instances or all your Scheduled Instances.
|
2305
2305
|
*/
|
2306
2306
|
describeScheduledInstances(params: EC2.Types.DescribeScheduledInstancesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeScheduledInstancesResult) => void): Request<EC2.Types.DescribeScheduledInstancesResult, AWSError>;
|
2307
2307
|
/**
|
2308
|
-
* Describes the specified Scheduled Instances or all your Scheduled Instances.
|
2308
|
+
* Describes the specified Scheduled Instances or all your Scheduled Instances.
|
2309
2309
|
*/
|
2310
2310
|
describeScheduledInstances(callback?: (err: AWSError, data: EC2.Types.DescribeScheduledInstancesResult) => void): Request<EC2.Types.DescribeScheduledInstancesResult, AWSError>;
|
2311
2311
|
/**
|
@@ -3621,11 +3621,11 @@ declare class EC2 extends Service {
|
|
3621
3621
|
*/
|
3622
3622
|
modifyPrivateDnsNameOptions(callback?: (err: AWSError, data: EC2.Types.ModifyPrivateDnsNameOptionsResult) => void): Request<EC2.Types.ModifyPrivateDnsNameOptionsResult, AWSError>;
|
3623
3623
|
/**
|
3624
|
-
* Modifies the
|
3624
|
+
* Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
|
3625
3625
|
*/
|
3626
3626
|
modifyReservedInstances(params: EC2.Types.ModifyReservedInstancesRequest, callback?: (err: AWSError, data: EC2.Types.ModifyReservedInstancesResult) => void): Request<EC2.Types.ModifyReservedInstancesResult, AWSError>;
|
3627
3627
|
/**
|
3628
|
-
* Modifies the
|
3628
|
+
* Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
|
3629
3629
|
*/
|
3630
3630
|
modifyReservedInstances(callback?: (err: AWSError, data: EC2.Types.ModifyReservedInstancesResult) => void): Request<EC2.Types.ModifyReservedInstancesResult, AWSError>;
|
3631
3631
|
/**
|
@@ -3885,19 +3885,19 @@ declare class EC2 extends Service {
|
|
3885
3885
|
*/
|
3886
3886
|
purchaseHostReservation(callback?: (err: AWSError, data: EC2.Types.PurchaseHostReservationResult) => void): Request<EC2.Types.PurchaseHostReservationResult, AWSError>;
|
3887
3887
|
/**
|
3888
|
-
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
3888
|
+
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
|
3889
3889
|
*/
|
3890
3890
|
purchaseReservedInstancesOffering(params: EC2.Types.PurchaseReservedInstancesOfferingRequest, callback?: (err: AWSError, data: EC2.Types.PurchaseReservedInstancesOfferingResult) => void): Request<EC2.Types.PurchaseReservedInstancesOfferingResult, AWSError>;
|
3891
3891
|
/**
|
3892
|
-
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.
|
3892
|
+
* Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances. To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
|
3893
3893
|
*/
|
3894
3894
|
purchaseReservedInstancesOffering(callback?: (err: AWSError, data: EC2.Types.PurchaseReservedInstancesOfferingResult) => void): Request<EC2.Types.PurchaseReservedInstancesOfferingResult, AWSError>;
|
3895
3895
|
/**
|
3896
|
-
* Purchases the Scheduled Instances with the specified schedule. Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period. After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.
|
3896
|
+
* You can no longer purchase Scheduled Instances. Purchases the Scheduled Instances with the specified schedule. Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period. After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.
|
3897
3897
|
*/
|
3898
3898
|
purchaseScheduledInstances(params: EC2.Types.PurchaseScheduledInstancesRequest, callback?: (err: AWSError, data: EC2.Types.PurchaseScheduledInstancesResult) => void): Request<EC2.Types.PurchaseScheduledInstancesResult, AWSError>;
|
3899
3899
|
/**
|
3900
|
-
* Purchases the Scheduled Instances with the specified schedule. Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period. After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.
|
3900
|
+
* You can no longer purchase Scheduled Instances. Purchases the Scheduled Instances with the specified schedule. Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period. After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.
|
3901
3901
|
*/
|
3902
3902
|
purchaseScheduledInstances(callback?: (err: AWSError, data: EC2.Types.PurchaseScheduledInstancesResult) => void): Request<EC2.Types.PurchaseScheduledInstancesResult, AWSError>;
|
3903
3903
|
/**
|
@@ -4069,11 +4069,11 @@ declare class EC2 extends Service {
|
|
4069
4069
|
*/
|
4070
4070
|
requestSpotFleet(callback?: (err: AWSError, data: EC2.Types.RequestSpotFleetResponse) => void): Request<EC2.Types.RequestSpotFleetResponse, AWSError>;
|
4071
4071
|
/**
|
4072
|
-
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances 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. We are retiring EC2-Classic
|
4072
|
+
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances 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. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide for Linux Instances.
|
4073
4073
|
*/
|
4074
4074
|
requestSpotInstances(params: EC2.Types.RequestSpotInstancesRequest, callback?: (err: AWSError, data: EC2.Types.RequestSpotInstancesResult) => void): Request<EC2.Types.RequestSpotInstancesResult, AWSError>;
|
4075
4075
|
/**
|
4076
|
-
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances 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. We are retiring EC2-Classic
|
4076
|
+
* Creates a Spot Instance request. For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances. We strongly discourage using the RequestSpotInstances 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. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide for Linux Instances.
|
4077
4077
|
*/
|
4078
4078
|
requestSpotInstances(callback?: (err: AWSError, data: EC2.Types.RequestSpotInstancesResult) => void): Request<EC2.Types.RequestSpotInstancesResult, AWSError>;
|
4079
4079
|
/**
|
@@ -4197,11 +4197,11 @@ declare class EC2 extends Service {
|
|
4197
4197
|
*/
|
4198
4198
|
revokeSecurityGroupIngress(callback?: (err: AWSError, data: EC2.Types.RevokeSecurityGroupIngressResult) => void): Request<EC2.Types.RevokeSecurityGroupIngressResult, AWSError>;
|
4199
4199
|
/**
|
4200
|
-
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply: [EC2-VPC] If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request. [EC2-Classic] If don't specify an Availability Zone, we choose one for you. Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC. [EC2-VPC] All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet. Not all instance types support IPv6 addresses. For more information, see Instance types. If you don't specify a security group ID, we use the default security group. For more information, see Security groups. If any of the AMIs have a product code attached for which the user has not subscribed, the request fails. You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters. To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources. Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs. For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance. We are retiring EC2-Classic
|
4200
|
+
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply: [EC2-VPC] If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request. [EC2-Classic] If don't specify an Availability Zone, we choose one for you. Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC. [EC2-VPC] All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet. Not all instance types support IPv6 addresses. For more information, see Instance types. If you don't specify a security group ID, we use the default security group. For more information, see Security groups. If any of the AMIs have a product code attached for which the user has not subscribed, the request fails. You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters. To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources. Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs. For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide.
|
4201
4201
|
*/
|
4202
4202
|
runInstances(params: EC2.Types.RunInstancesRequest, callback?: (err: AWSError, data: EC2.Types.Reservation) => void): Request<EC2.Types.Reservation, AWSError>;
|
4203
4203
|
/**
|
4204
|
-
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply: [EC2-VPC] If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request. [EC2-Classic] If don't specify an Availability Zone, we choose one for you. Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC. [EC2-VPC] All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet. Not all instance types support IPv6 addresses. For more information, see Instance types. If you don't specify a security group ID, we use the default security group. For more information, see Security groups. If any of the AMIs have a product code attached for which the user has not subscribed, the request fails. You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters. To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources. Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs. For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance. We are retiring EC2-Classic
|
4204
|
+
* Launches the specified number of instances using an AMI for which you have permissions. You can specify a number of options, or leave the default options. The following rules apply: [EC2-VPC] If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request. [EC2-Classic] If don't specify an Availability Zone, we choose one for you. Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC. [EC2-VPC] All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet. Not all instance types support IPv6 addresses. For more information, see Instance types. If you don't specify a security group ID, we use the default security group. For more information, see Security groups. If any of the AMIs have a product code attached for which the user has not subscribed, the request fails. You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters. To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources. Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs. For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide.
|
4205
4205
|
*/
|
4206
4206
|
runInstances(callback?: (err: AWSError, data: EC2.Types.Reservation) => void): Request<EC2.Types.Reservation, AWSError>;
|
4207
4207
|
/**
|
@@ -5165,6 +5165,7 @@ declare namespace EC2 {
|
|
5165
5165
|
export type AllocationIds = AllocationId[];
|
5166
5166
|
export type AllocationState = "available"|"under-assessment"|"permanent-failure"|"released"|"released-permanent-failure"|"pending"|string;
|
5167
5167
|
export type AllocationStrategy = "lowestPrice"|"diversified"|"capacityOptimized"|"capacityOptimizedPrioritized"|string;
|
5168
|
+
export type AllocationType = "used"|string;
|
5168
5169
|
export interface AllowedPrincipal {
|
5169
5170
|
/**
|
5170
5171
|
* The type of principal.
|
@@ -5332,6 +5333,10 @@ declare namespace EC2 {
|
|
5332
5333
|
* The ID of a VPC peering connection.
|
5333
5334
|
*/
|
5334
5335
|
VpcPeeringConnectionId?: String;
|
5336
|
+
/**
|
5337
|
+
* The state. The following are the possible values: active blackhole
|
5338
|
+
*/
|
5339
|
+
State?: String;
|
5335
5340
|
}
|
5336
5341
|
export interface AnalysisSecurityGroupRule {
|
5337
5342
|
/**
|
@@ -6605,6 +6610,17 @@ declare namespace EC2 {
|
|
6605
6610
|
State?: CancelSpotInstanceRequestState;
|
6606
6611
|
}
|
6607
6612
|
export type CancelledSpotInstanceRequestList = CancelledSpotInstanceRequest[];
|
6613
|
+
export interface CapacityAllocation {
|
6614
|
+
/**
|
6615
|
+
* The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.
|
6616
|
+
*/
|
6617
|
+
AllocationType?: AllocationType;
|
6618
|
+
/**
|
6619
|
+
* The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.
|
6620
|
+
*/
|
6621
|
+
Count?: Integer;
|
6622
|
+
}
|
6623
|
+
export type CapacityAllocations = CapacityAllocation[];
|
6608
6624
|
export interface CapacityReservation {
|
6609
6625
|
/**
|
6610
6626
|
* The ID of the Capacity Reservation.
|
@@ -6694,6 +6710,10 @@ declare namespace EC2 {
|
|
6694
6710
|
* The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity Reservation was created. For more information, see Capacity Reservations for cluster placement groups in the Amazon EC2 User Guide.
|
6695
6711
|
*/
|
6696
6712
|
PlacementGroupArn?: PlacementGroupArn;
|
6713
|
+
/**
|
6714
|
+
* Information about instance capacity usage.
|
6715
|
+
*/
|
6716
|
+
CapacityAllocations?: CapacityAllocations;
|
6697
6717
|
}
|
6698
6718
|
export interface CapacityReservationFleet {
|
6699
6719
|
/**
|
@@ -7376,6 +7396,8 @@ declare namespace EC2 {
|
|
7376
7396
|
export type CoipPoolIdSet = Ipv4PoolCoipId[];
|
7377
7397
|
export type CoipPoolMaxResults = number;
|
7378
7398
|
export type CoipPoolSet = CoipPool[];
|
7399
|
+
export type ComponentAccount = string;
|
7400
|
+
export type ComponentRegion = string;
|
7379
7401
|
export interface ConfirmProductInstanceRequest {
|
7380
7402
|
/**
|
7381
7403
|
* The ID of the instance.
|
@@ -14000,7 +14022,7 @@ declare namespace EC2 {
|
|
14000
14022
|
*/
|
14001
14023
|
AnalysisEndTime?: MillisecondDateTime;
|
14002
14024
|
/**
|
14003
|
-
* The filters. The following are the possible values:
|
14025
|
+
* The filters. The following are the possible values: path-found - A Boolean value that indicates whether a feasible path is found. status - The status of the analysis (running | succeeded | failed).
|
14004
14026
|
*/
|
14005
14027
|
Filters?: FilterList;
|
14006
14028
|
/**
|
@@ -14032,7 +14054,7 @@ declare namespace EC2 {
|
|
14032
14054
|
*/
|
14033
14055
|
NetworkInsightsPathIds?: NetworkInsightsPathIdList;
|
14034
14056
|
/**
|
14035
|
-
* The filters. The following are the possible values:
|
14057
|
+
* The filters. The following are the possible values: destination - The ID of the resource. destination-port - The destination port. protocol - The protocol. source - The ID of the resource.
|
14036
14058
|
*/
|
14037
14059
|
Filters?: FilterList;
|
14038
14060
|
/**
|
@@ -15035,7 +15057,7 @@ declare namespace EC2 {
|
|
15035
15057
|
export type DescribeSubnetsMaxResults = number;
|
15036
15058
|
export interface DescribeSubnetsRequest {
|
15037
15059
|
/**
|
15038
|
-
* One or more filters. availability-zone - The Availability Zone for the subnet. You can also use availabilityZone as the filter name. availability-zone-id - The ID of the Availability Zone for the subnet. You can also use availabilityZoneId as the filter name. available-ip-address-count - The number of IPv4 addresses in the subnet that are available. cidr-block - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use cidr or cidrBlock as the filter names. default-for-az - Indicates whether this is the default subnet for the Availability Zone (true | false). You can also use defaultForAz as the filter name. ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.association-id - An association ID for an IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the subnet. ipv6-native - Indicates whether this is an IPv6 only subnet (true | false). outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The ID of the Amazon Web Services account that owns the subnet. state - The state of the subnet (pending | available). subnet-arn - The Amazon Resource Name (ARN) of the subnet. subnet-id - The ID of the subnet. tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the subnet.
|
15060
|
+
* One or more filters. availability-zone - The Availability Zone for the subnet. You can also use availabilityZone as the filter name. availability-zone-id - The ID of the Availability Zone for the subnet. You can also use availabilityZoneId as the filter name. available-ip-address-count - The number of IPv4 addresses in the subnet that are available. cidr-block - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use cidr or cidrBlock as the filter names. customer-owned-ipv4-pool - The customer-owned IPv4 address pool associated with the subnet. default-for-az - Indicates whether this is the default subnet for the Availability Zone (true | false). You can also use defaultForAz as the filter name. enable-dns64 - Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. enable-lni-at-device-index - Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1). ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.association-id - An association ID for an IPv6 CIDR block associated with the subnet. ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the subnet. ipv6-native - Indicates whether this is an IPv6 only subnet (true | false). map-customer-owned-ip-on-launch - Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address. map-public-ip-on-launch - Indicates whether instances launched in this subnet receive a public IPv4 address. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The ID of the Amazon Web Services account that owns the subnet. private-dns-name-options-on-launch.hostname-type - The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name). private-dns-name-options-on-launch.enable-resource-name-dns-a-record - Indicates whether to respond to DNS queries for instance hostnames with DNS A records. private-dns-name-options-on-launch.enable-resource-name-dns-aaaa-record - Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. state - The state of the subnet (pending | available). subnet-arn - The Amazon Resource Name (ARN) of the subnet. subnet-id - The ID of the subnet. tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC for the subnet.
|
15039
15061
|
*/
|
15040
15062
|
Filters?: FilterList;
|
15041
15063
|
/**
|
@@ -17596,6 +17618,14 @@ declare namespace EC2 {
|
|
17596
17618
|
* The transit gateway attachment.
|
17597
17619
|
*/
|
17598
17620
|
TransitGatewayAttachment?: AnalysisComponent;
|
17621
|
+
/**
|
17622
|
+
* The Amazon Web Services account for the component.
|
17623
|
+
*/
|
17624
|
+
ComponentAccount?: ComponentAccount;
|
17625
|
+
/**
|
17626
|
+
* The Region for the component.
|
17627
|
+
*/
|
17628
|
+
ComponentRegion?: ComponentRegion;
|
17599
17629
|
}
|
17600
17630
|
export type ExplanationList = Explanation[];
|
17601
17631
|
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
@@ -18126,7 +18156,7 @@ declare namespace EC2 {
|
|
18126
18156
|
}
|
18127
18157
|
export interface FleetLaunchTemplateOverrides {
|
18128
18158
|
/**
|
18129
|
-
* The instance type. If you specify
|
18159
|
+
* The instance type. If you specify InstanceType, you can't specify InstanceRequirements.
|
18130
18160
|
*/
|
18131
18161
|
InstanceType?: InstanceType;
|
18132
18162
|
/**
|
@@ -18154,7 +18184,7 @@ declare namespace EC2 {
|
|
18154
18184
|
*/
|
18155
18185
|
Placement?: PlacementResponse;
|
18156
18186
|
/**
|
18157
|
-
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify
|
18187
|
+
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify InstanceType.
|
18158
18188
|
*/
|
18159
18189
|
InstanceRequirements?: InstanceRequirements;
|
18160
18190
|
}
|
@@ -18162,7 +18192,7 @@ declare namespace EC2 {
|
|
18162
18192
|
export type FleetLaunchTemplateOverridesListRequest = FleetLaunchTemplateOverridesRequest[];
|
18163
18193
|
export interface FleetLaunchTemplateOverridesRequest {
|
18164
18194
|
/**
|
18165
|
-
* The instance type. If you specify
|
18195
|
+
* The instance type. If you specify InstanceType, you can't specify InstanceRequirements.
|
18166
18196
|
*/
|
18167
18197
|
InstanceType?: InstanceType;
|
18168
18198
|
/**
|
@@ -18190,7 +18220,7 @@ declare namespace EC2 {
|
|
18190
18220
|
*/
|
18191
18221
|
Placement?: Placement;
|
18192
18222
|
/**
|
18193
|
-
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify
|
18223
|
+
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify InstanceType.
|
18194
18224
|
*/
|
18195
18225
|
InstanceRequirements?: InstanceRequirementsRequest;
|
18196
18226
|
}
|
@@ -21318,7 +21348,7 @@ declare namespace EC2 {
|
|
21318
21348
|
export type InstanceMetadataEndpointState = "disabled"|"enabled"|string;
|
21319
21349
|
export interface InstanceMetadataOptionsRequest {
|
21320
21350
|
/**
|
21321
|
-
* The state of token usage for your instance metadata requests. If the state is optional, you can choose to retrieve instance metadata with or without a
|
21351
|
+
* The state of token usage for your instance metadata requests. If the state is optional, you can choose to retrieve instance metadata with or without a session token on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid session token, the version 2.0 role credentials are returned. If the state is required, you must send a session token with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available. Default: optional
|
21322
21352
|
*/
|
21323
21353
|
HttpTokens?: HttpTokensState;
|
21324
21354
|
/**
|
@@ -21344,7 +21374,7 @@ declare namespace EC2 {
|
|
21344
21374
|
*/
|
21345
21375
|
State?: InstanceMetadataOptionsState;
|
21346
21376
|
/**
|
21347
|
-
* The state of token usage for your instance metadata requests. If the state is optional, you can choose to retrieve instance metadata with or without a
|
21377
|
+
* The state of token usage for your instance metadata requests. If the state is optional, you can choose to retrieve instance metadata with or without a session token on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid session token, the version 2.0 role credentials are returned. If the state is required, you must send a session token with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available. Default: optional
|
21348
21378
|
*/
|
21349
21379
|
HttpTokens?: HttpTokensState;
|
21350
21380
|
/**
|
@@ -21677,7 +21707,7 @@ declare namespace EC2 {
|
|
21677
21707
|
*/
|
21678
21708
|
AcceleratorManufacturers?: AcceleratorManufacturerSet;
|
21679
21709
|
/**
|
21680
|
-
* The accelerators that must be on the instance type. For instance types with NVIDIA A100 GPUs, specify a100. For instance types with NVIDIA V100 GPUs, specify v100. For instance types with NVIDIA K80 GPUs, specify k80. For instance types with NVIDIA T4 GPUs, specify t4. For instance types with NVIDIA M60 GPUs, specify m60. For instance types with AMD Radeon Pro V520 GPUs, specify radeon-pro-v520. For instance types with Xilinx VU9P FPGAs, specify vu9p. Default: Any accelerator
|
21710
|
+
* The accelerators that must be on the instance type. For instance types with NVIDIA A100 GPUs, specify a100. For instance types with NVIDIA V100 GPUs, specify v100. For instance types with NVIDIA K80 GPUs, specify k80. For instance types with NVIDIA T4 GPUs, specify t4. For instance types with NVIDIA M60 GPUs, specify m60. For instance types with AMD Radeon Pro V520 GPUs, specify radeon-pro-v520. For instance types with Xilinx VU9P FPGAs, specify vu9p. For instance types with Amazon Web Services Inferentia GPUs, specify inferentia. For instance types with NVIDIA GRID K520 GPUs, specify k520. Default: Any accelerator
|
21681
21711
|
*/
|
21682
21712
|
AcceleratorNames?: AcceleratorNameSet;
|
21683
21713
|
/**
|
@@ -21763,7 +21793,7 @@ declare namespace EC2 {
|
|
21763
21793
|
*/
|
21764
21794
|
AcceleratorManufacturers?: AcceleratorManufacturerSet;
|
21765
21795
|
/**
|
21766
|
-
* The accelerators that must be on the instance type. For instance types with NVIDIA A100 GPUs, specify a100. For instance types with NVIDIA V100 GPUs, specify v100. For instance types with NVIDIA K80 GPUs, specify k80. For instance types with NVIDIA T4 GPUs, specify t4. For instance types with NVIDIA M60 GPUs, specify m60. For instance types with AMD Radeon Pro V520 GPUs, specify radeon-pro-v520. For instance types with Xilinx VU9P FPGAs, specify vu9p. Default: Any accelerator
|
21796
|
+
* The accelerators that must be on the instance type. For instance types with NVIDIA A100 GPUs, specify a100. For instance types with NVIDIA V100 GPUs, specify v100. For instance types with NVIDIA K80 GPUs, specify k80. For instance types with NVIDIA T4 GPUs, specify t4. For instance types with NVIDIA M60 GPUs, specify m60. For instance types with AMD Radeon Pro V520 GPUs, specify radeon-pro-v520. For instance types with Xilinx VU9P FPGAs, specify vu9p. For instance types with Amazon Web Services Inferentia GPUs, specify inferentia. For instance types with NVIDIA GRID K520 GPUs, specify k520. Default: Any accelerator
|
21767
21797
|
*/
|
21768
21798
|
AcceleratorNames?: AcceleratorNameSet;
|
21769
21799
|
/**
|
@@ -23373,7 +23403,7 @@ declare namespace EC2 {
|
|
23373
23403
|
*/
|
23374
23404
|
Priority?: Double;
|
23375
23405
|
/**
|
23376
|
-
* The instance requirements. When you specify instance requirements, Amazon EC2 will identify instance types with the provided requirements, and then use 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 instance types. If you specify InstanceRequirements, you can't specify
|
23406
|
+
* The instance requirements. When you specify instance requirements, Amazon EC2 will identify instance types with the provided requirements, and then use 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 instance types. If you specify InstanceRequirements, you can't specify InstanceType.
|
23377
23407
|
*/
|
23378
23408
|
InstanceRequirements?: InstanceRequirements;
|
23379
23409
|
}
|
@@ -24661,7 +24691,7 @@ declare namespace EC2 {
|
|
24661
24691
|
*/
|
24662
24692
|
InstanceId: InstanceId;
|
24663
24693
|
/**
|
24664
|
-
* The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional. If the state is optional, you can choose to retrieve instance metadata with or without a
|
24694
|
+
* The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional. If the state is optional, you can choose to retrieve instance metadata with or without a session token on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid session token, the version 2.0 role credentials are returned. If the state is required, you must send a session token with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.
|
24665
24695
|
*/
|
24666
24696
|
HttpTokens?: HttpTokensState;
|
24667
24697
|
/**
|
@@ -26861,6 +26891,14 @@ declare namespace EC2 {
|
|
26861
26891
|
* The route in a transit gateway route table.
|
26862
26892
|
*/
|
26863
26893
|
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
26894
|
+
/**
|
26895
|
+
* The explanation codes.
|
26896
|
+
*/
|
26897
|
+
Explanations?: ExplanationList;
|
26898
|
+
/**
|
26899
|
+
* The load balancer listener.
|
26900
|
+
*/
|
26901
|
+
ElasticLoadBalancerListener?: AnalysisComponent;
|
26864
26902
|
}
|
26865
26903
|
export type PathComponentList = PathComponent[];
|
26866
26904
|
export interface PathStatement {
|
@@ -28455,7 +28493,7 @@ declare namespace EC2 {
|
|
28455
28493
|
*/
|
28456
28494
|
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
|
28457
28495
|
/**
|
28458
|
-
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes. If you specify InstanceRequirements, you can't specify
|
28496
|
+
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes. If you specify InstanceRequirements, you can't specify InstanceType.
|
28459
28497
|
*/
|
28460
28498
|
InstanceRequirements?: InstanceRequirementsRequest;
|
28461
28499
|
/**
|
@@ -31118,7 +31156,7 @@ declare namespace EC2 {
|
|
31118
31156
|
*/
|
31119
31157
|
TagSpecifications?: SpotFleetTagSpecificationList;
|
31120
31158
|
/**
|
31121
|
-
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify
|
31159
|
+
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirements, you can't specify InstanceType.
|
31122
31160
|
*/
|
31123
31161
|
InstanceRequirements?: InstanceRequirements;
|
31124
31162
|
}
|
@@ -31156,7 +31194,7 @@ declare namespace EC2 {
|
|
31156
31194
|
}
|
31157
31195
|
export interface SpotFleetRequestConfigData {
|
31158
31196
|
/**
|
31159
|
-
*
|
31197
|
+
* 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
|
31160
31198
|
*/
|
31161
31199
|
AllocationStrategy?: AllocationStrategy;
|
31162
31200
|
/**
|
@@ -31412,7 +31450,7 @@ declare namespace EC2 {
|
|
31412
31450
|
}
|
31413
31451
|
export interface SpotOptions {
|
31414
31452
|
/**
|
31415
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet. lowest-price - EC2 Fleet launches instances from the Spot Instance
|
31453
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. lowest-price - EC2 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, EC2 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 - EC2 Fleet launches instances from all of the Spot Instance pools that you specify. capacity-optimized (recommended) - EC2 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 capacity-optimized-prioritized. 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. capacity-optimized-prioritized is supported only if your fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. Default: lowest-price
|
31416
31454
|
*/
|
31417
31455
|
AllocationStrategy?: SpotAllocationStrategy;
|
31418
31456
|
/**
|
@@ -31446,7 +31484,7 @@ declare namespace EC2 {
|
|
31446
31484
|
}
|
31447
31485
|
export interface SpotOptionsRequest {
|
31448
31486
|
/**
|
31449
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet. lowest-price - EC2 Fleet launches instances from the Spot Instance
|
31487
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. lowest-price - EC2 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, EC2 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 - EC2 Fleet launches instances from all of the Spot Instance pools that you specify. capacity-optimized (recommended) - EC2 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 capacity-optimized-prioritized. 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. capacity-optimized-prioritized is supported only if your fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. Default: lowest-price
|
31450
31488
|
*/
|
31451
31489
|
AllocationStrategy?: SpotAllocationStrategy;
|
31452
31490
|
/**
|
@@ -1236,7 +1236,7 @@ declare namespace MediaConnect {
|
|
1236
1236
|
VpcInterfaceAttachment?: VpcInterfaceAttachment;
|
1237
1237
|
}
|
1238
1238
|
export type PriceUnits = "HOURLY"|string;
|
1239
|
-
export type Protocol = "zixi-push"|"rtp-fec"|"rtp"|"zixi-pull"|"rist"|"st2110-jpegxs"|"cdi"|"srt-listener"|"fujitsu-qos"|string;
|
1239
|
+
export type Protocol = "zixi-push"|"rtp-fec"|"rtp"|"zixi-pull"|"rist"|"st2110-jpegxs"|"cdi"|"srt-listener"|"srt-caller"|"fujitsu-qos"|string;
|
1240
1240
|
export interface PurchaseOfferingRequest {
|
1241
1241
|
/**
|
1242
1242
|
* The Amazon Resource Name (ARN) of the offering.
|
@@ -1479,6 +1479,14 @@ declare namespace MediaConnect {
|
|
1479
1479
|
* The IP address that the flow communicates with to initiate connection with the sender.
|
1480
1480
|
*/
|
1481
1481
|
SenderIpAddress?: __string;
|
1482
|
+
/**
|
1483
|
+
* Source IP or domain name for SRT-caller protocol.
|
1484
|
+
*/
|
1485
|
+
SourceListenerAddress?: __string;
|
1486
|
+
/**
|
1487
|
+
* Source port for SRT-caller protocol.
|
1488
|
+
*/
|
1489
|
+
SourceListenerPort?: __integer;
|
1482
1490
|
/**
|
1483
1491
|
* The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
|
1484
1492
|
*/
|
@@ -1643,6 +1651,14 @@ declare namespace MediaConnect {
|
|
1643
1651
|
* The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
1644
1652
|
*/
|
1645
1653
|
SmoothingLatency?: __integer;
|
1654
|
+
/**
|
1655
|
+
* Source IP or domain name for SRT-caller protocol.
|
1656
|
+
*/
|
1657
|
+
SourceListenerAddress?: __string;
|
1658
|
+
/**
|
1659
|
+
* Source port for SRT-caller protocol.
|
1660
|
+
*/
|
1661
|
+
SourceListenerPort?: __integer;
|
1646
1662
|
/**
|
1647
1663
|
* The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
|
1648
1664
|
*/
|
@@ -1935,6 +1951,14 @@ declare namespace MediaConnect {
|
|
1935
1951
|
* The ARN of the source that you want to update.
|
1936
1952
|
*/
|
1937
1953
|
SourceArn: __string;
|
1954
|
+
/**
|
1955
|
+
* Source IP or domain name for SRT-caller protocol.
|
1956
|
+
*/
|
1957
|
+
SourceListenerAddress?: __string;
|
1958
|
+
/**
|
1959
|
+
* Source port for SRT-caller protocol.
|
1960
|
+
*/
|
1961
|
+
SourceListenerPort?: __integer;
|
1938
1962
|
/**
|
1939
1963
|
* The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
|
1940
1964
|
*/
|