cdk-comprehend-s3olap 2.0.100 → 2.0.101
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 +7 -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 +1075 -1058
- 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 +53 -37
- 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 +1337 -1064
- 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.
|
@@ -6605,6 +6606,17 @@ declare namespace EC2 {
|
|
6605
6606
|
State?: CancelSpotInstanceRequestState;
|
6606
6607
|
}
|
6607
6608
|
export type CancelledSpotInstanceRequestList = CancelledSpotInstanceRequest[];
|
6609
|
+
export interface CapacityAllocation {
|
6610
|
+
/**
|
6611
|
+
* The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.
|
6612
|
+
*/
|
6613
|
+
AllocationType?: AllocationType;
|
6614
|
+
/**
|
6615
|
+
* 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.
|
6616
|
+
*/
|
6617
|
+
Count?: Integer;
|
6618
|
+
}
|
6619
|
+
export type CapacityAllocations = CapacityAllocation[];
|
6608
6620
|
export interface CapacityReservation {
|
6609
6621
|
/**
|
6610
6622
|
* The ID of the Capacity Reservation.
|
@@ -6694,6 +6706,10 @@ declare namespace EC2 {
|
|
6694
6706
|
* 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
6707
|
*/
|
6696
6708
|
PlacementGroupArn?: PlacementGroupArn;
|
6709
|
+
/**
|
6710
|
+
* Information about instance capacity usage.
|
6711
|
+
*/
|
6712
|
+
CapacityAllocations?: CapacityAllocations;
|
6697
6713
|
}
|
6698
6714
|
export interface CapacityReservationFleet {
|
6699
6715
|
/**
|
@@ -18126,7 +18142,7 @@ declare namespace EC2 {
|
|
18126
18142
|
}
|
18127
18143
|
export interface FleetLaunchTemplateOverrides {
|
18128
18144
|
/**
|
18129
|
-
* The instance type. If you specify
|
18145
|
+
* The instance type. If you specify InstanceType, you can't specify InstanceRequirements.
|
18130
18146
|
*/
|
18131
18147
|
InstanceType?: InstanceType;
|
18132
18148
|
/**
|
@@ -18154,7 +18170,7 @@ declare namespace EC2 {
|
|
18154
18170
|
*/
|
18155
18171
|
Placement?: PlacementResponse;
|
18156
18172
|
/**
|
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
|
18173
|
+
* 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
18174
|
*/
|
18159
18175
|
InstanceRequirements?: InstanceRequirements;
|
18160
18176
|
}
|
@@ -18162,7 +18178,7 @@ declare namespace EC2 {
|
|
18162
18178
|
export type FleetLaunchTemplateOverridesListRequest = FleetLaunchTemplateOverridesRequest[];
|
18163
18179
|
export interface FleetLaunchTemplateOverridesRequest {
|
18164
18180
|
/**
|
18165
|
-
* The instance type. If you specify
|
18181
|
+
* The instance type. If you specify InstanceType, you can't specify InstanceRequirements.
|
18166
18182
|
*/
|
18167
18183
|
InstanceType?: InstanceType;
|
18168
18184
|
/**
|
@@ -18190,7 +18206,7 @@ declare namespace EC2 {
|
|
18190
18206
|
*/
|
18191
18207
|
Placement?: Placement;
|
18192
18208
|
/**
|
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
|
18209
|
+
* 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
18210
|
*/
|
18195
18211
|
InstanceRequirements?: InstanceRequirementsRequest;
|
18196
18212
|
}
|
@@ -21318,7 +21334,7 @@ declare namespace EC2 {
|
|
21318
21334
|
export type InstanceMetadataEndpointState = "disabled"|"enabled"|string;
|
21319
21335
|
export interface InstanceMetadataOptionsRequest {
|
21320
21336
|
/**
|
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
|
21337
|
+
* 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
21338
|
*/
|
21323
21339
|
HttpTokens?: HttpTokensState;
|
21324
21340
|
/**
|
@@ -21344,7 +21360,7 @@ declare namespace EC2 {
|
|
21344
21360
|
*/
|
21345
21361
|
State?: InstanceMetadataOptionsState;
|
21346
21362
|
/**
|
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
|
21363
|
+
* 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
21364
|
*/
|
21349
21365
|
HttpTokens?: HttpTokensState;
|
21350
21366
|
/**
|
@@ -21677,7 +21693,7 @@ declare namespace EC2 {
|
|
21677
21693
|
*/
|
21678
21694
|
AcceleratorManufacturers?: AcceleratorManufacturerSet;
|
21679
21695
|
/**
|
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
|
21696
|
+
* 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
21697
|
*/
|
21682
21698
|
AcceleratorNames?: AcceleratorNameSet;
|
21683
21699
|
/**
|
@@ -21763,7 +21779,7 @@ declare namespace EC2 {
|
|
21763
21779
|
*/
|
21764
21780
|
AcceleratorManufacturers?: AcceleratorManufacturerSet;
|
21765
21781
|
/**
|
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
|
21782
|
+
* 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
21783
|
*/
|
21768
21784
|
AcceleratorNames?: AcceleratorNameSet;
|
21769
21785
|
/**
|
@@ -23373,7 +23389,7 @@ declare namespace EC2 {
|
|
23373
23389
|
*/
|
23374
23390
|
Priority?: Double;
|
23375
23391
|
/**
|
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
|
23392
|
+
* 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
23393
|
*/
|
23378
23394
|
InstanceRequirements?: InstanceRequirements;
|
23379
23395
|
}
|
@@ -24661,7 +24677,7 @@ declare namespace EC2 {
|
|
24661
24677
|
*/
|
24662
24678
|
InstanceId: InstanceId;
|
24663
24679
|
/**
|
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
|
24680
|
+
* 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
24681
|
*/
|
24666
24682
|
HttpTokens?: HttpTokensState;
|
24667
24683
|
/**
|
@@ -28455,7 +28471,7 @@ declare namespace EC2 {
|
|
28455
28471
|
*/
|
28456
28472
|
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
|
28457
28473
|
/**
|
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
|
28474
|
+
* 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
28475
|
*/
|
28460
28476
|
InstanceRequirements?: InstanceRequirementsRequest;
|
28461
28477
|
/**
|
@@ -31118,7 +31134,7 @@ declare namespace EC2 {
|
|
31118
31134
|
*/
|
31119
31135
|
TagSpecifications?: SpotFleetTagSpecificationList;
|
31120
31136
|
/**
|
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
|
31137
|
+
* 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
31138
|
*/
|
31123
31139
|
InstanceRequirements?: InstanceRequirements;
|
31124
31140
|
}
|
@@ -31156,7 +31172,7 @@ declare namespace EC2 {
|
|
31156
31172
|
}
|
31157
31173
|
export interface SpotFleetRequestConfigData {
|
31158
31174
|
/**
|
31159
|
-
*
|
31175
|
+
* 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
31176
|
*/
|
31161
31177
|
AllocationStrategy?: AllocationStrategy;
|
31162
31178
|
/**
|
@@ -31412,7 +31428,7 @@ declare namespace EC2 {
|
|
31412
31428
|
}
|
31413
31429
|
export interface SpotOptions {
|
31414
31430
|
/**
|
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
|
31431
|
+
* 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
31432
|
*/
|
31417
31433
|
AllocationStrategy?: SpotAllocationStrategy;
|
31418
31434
|
/**
|
@@ -31446,7 +31462,7 @@ declare namespace EC2 {
|
|
31446
31462
|
}
|
31447
31463
|
export interface SpotOptionsRequest {
|
31448
31464
|
/**
|
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
|
31465
|
+
* 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
31466
|
*/
|
31451
31467
|
AllocationStrategy?: SpotAllocationStrategy;
|
31452
31468
|
/**
|
@@ -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
|
*/
|
@@ -670,11 +670,11 @@ declare class RDS extends Service {
|
|
670
670
|
*/
|
671
671
|
describeReservedDBInstancesOfferings(callback?: (err: AWSError, data: RDS.Types.ReservedDBInstancesOfferingMessage) => void): Request<RDS.Types.ReservedDBInstancesOfferingMessage, AWSError>;
|
672
672
|
/**
|
673
|
-
* Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. This
|
673
|
+
* Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. Use this operation to determine whether cross-Region features are supported between other Regions and your current Region. This operation supports pagination. To return information about the Regions that are enabled for your account, or all Regions, use the EC2 operation DescribeRegions. For more information, see DescribeRegions in the Amazon EC2 API Reference.
|
674
674
|
*/
|
675
675
|
describeSourceRegions(params: RDS.Types.DescribeSourceRegionsMessage, callback?: (err: AWSError, data: RDS.Types.SourceRegionMessage) => void): Request<RDS.Types.SourceRegionMessage, AWSError>;
|
676
676
|
/**
|
677
|
-
* Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. This
|
677
|
+
* Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. Use this operation to determine whether cross-Region features are supported between other Regions and your current Region. This operation supports pagination. To return information about the Regions that are enabled for your account, or all Regions, use the EC2 operation DescribeRegions. For more information, see DescribeRegions in the Amazon EC2 API Reference.
|
678
678
|
*/
|
679
679
|
describeSourceRegions(callback?: (err: AWSError, data: RDS.Types.SourceRegionMessage) => void): Request<RDS.Types.SourceRegionMessage, AWSError>;
|
680
680
|
/**
|
@@ -1438,11 +1438,11 @@ declare namespace RDS {
|
|
1438
1438
|
}
|
1439
1439
|
export interface ConnectionPoolConfiguration {
|
1440
1440
|
/**
|
1441
|
-
* The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. Default: 100 Constraints: between 1 and 100
|
1441
|
+
* The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. Default: 10 for RDS for Microsoft SQL Server, and 100 for all other engines Constraints: Must be between 1 and 100.
|
1442
1442
|
*/
|
1443
1443
|
MaxConnectionsPercent?: IntegerOptional;
|
1444
1444
|
/**
|
1445
|
-
* Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database. Default: 50 Constraints: between 0 and MaxConnectionsPercent
|
1445
|
+
* Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database. Default: The default value is half of the value of MaxConnectionsPercent. For example, if MaxConnectionsPercent is 80, then the default value of MaxIdleConnectionsPercent is 40. If the value of MaxConnectionsPercent isn't specified, then for SQL Server, MaxIdleConnectionsPercent is 5, and for all other engines, the default is 50. Constraints: Must be between 0 and the value of MaxConnectionsPercent.
|
1446
1446
|
*/
|
1447
1447
|
MaxIdleConnectionsPercent?: IntegerOptional;
|
1448
1448
|
/**
|
@@ -1472,7 +1472,7 @@ declare namespace RDS {
|
|
1472
1472
|
*/
|
1473
1473
|
ConnectionBorrowTimeout?: Integer;
|
1474
1474
|
/**
|
1475
|
-
* Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. Currently, the only allowed value is EXCLUDE_VARIABLE_SETS.
|
1475
|
+
* Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. This setting is only supported for MySQL engine family databases. Currently, the only allowed value is EXCLUDE_VARIABLE_SETS.
|
1476
1476
|
*/
|
1477
1477
|
SessionPinningFilters?: StringList;
|
1478
1478
|
/**
|
@@ -1793,7 +1793,7 @@ declare namespace RDS {
|
|
1793
1793
|
*/
|
1794
1794
|
EnableGlobalWriteForwarding?: BooleanOptional;
|
1795
1795
|
/**
|
1796
|
-
* The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.
|
1796
|
+
* The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes and availability for your engine, see DB instance class in the Amazon RDS User Guide. This setting is required to create a Multi-AZ DB cluster. Valid for: Multi-AZ DB clusters only
|
1797
1797
|
*/
|
1798
1798
|
DBClusterInstanceClass?: String;
|
1799
1799
|
/**
|
@@ -1889,7 +1889,7 @@ declare namespace RDS {
|
|
1889
1889
|
}
|
1890
1890
|
export interface CreateDBInstanceMessage {
|
1891
1891
|
/**
|
1892
|
-
* The meaning of this parameter differs according to the database engine you use. MySQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine MariaDB The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine PostgreSQL The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance. Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine Oracle The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName. Default: ORCL Constraints: Can't be longer than 8 characters Amazon RDS Custom for Oracle The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL. Default: ORCL Constraints: It must contain 1 to 8 alphanumeric characters. It must contain a letter. It can't be a word reserved by the database engine. Amazon RDS Custom for SQL Server Not applicable. Must be null. SQL Server Not applicable. Must be null. Amazon Aurora MySQL The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster. Constraints: It must contain 1 to 64 alphanumeric characters. It can't be a word reserved by the database engine. Amazon Aurora PostgreSQL The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster. Constraints: It must contain 1 to 63 alphanumeric characters. It must begin with a letter
|
1892
|
+
* The meaning of this parameter differs according to the database engine you use. MySQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine MariaDB The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine PostgreSQL The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance. Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine Oracle The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName. Default: ORCL Constraints: Can't be longer than 8 characters Amazon RDS Custom for Oracle The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL. Default: ORCL Constraints: It must contain 1 to 8 alphanumeric characters. It must contain a letter. It can't be a word reserved by the database engine. Amazon RDS Custom for SQL Server Not applicable. Must be null. SQL Server Not applicable. Must be null. Amazon Aurora MySQL The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster. Constraints: It must contain 1 to 64 alphanumeric characters. It can't be a word reserved by the database engine. Amazon Aurora PostgreSQL The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster. Constraints: It must contain 1 to 63 alphanumeric characters. It must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9). It can't be a word reserved by the database engine.
|
1893
1893
|
*/
|
1894
1894
|
DBName?: String;
|
1895
1895
|
/**
|
@@ -1937,7 +1937,7 @@ declare namespace RDS {
|
|
1937
1937
|
*/
|
1938
1938
|
PreferredMaintenanceWindow?: String;
|
1939
1939
|
/**
|
1940
|
-
* The name of the DB parameter group to associate with this DB instance. If you do not specify a value, then the default DB parameter group for the specified DB engine and version is used. This setting doesn't apply to RDS Custom. Constraints:
|
1940
|
+
* The name of the DB parameter group to associate with this DB instance. If you do not specify a value, then the default DB parameter group for the specified DB engine and version is used. This setting doesn't apply to RDS Custom. Constraints: It must be 1 to 255 letters, numbers, or hyphens. The first character must be a letter. It can't end with a hyphen or contain two consecutive hyphens.
|
1941
1941
|
*/
|
1942
1942
|
DBParameterGroupName?: String;
|
1943
1943
|
/**
|
@@ -2277,7 +2277,7 @@ declare namespace RDS {
|
|
2277
2277
|
*/
|
2278
2278
|
VpcSecurityGroupIds?: StringList;
|
2279
2279
|
/**
|
2280
|
-
* A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is READ_WRITE.
|
2280
|
+
* A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is READ_WRITE.
|
2281
2281
|
*/
|
2282
2282
|
TargetRole?: DBProxyEndpointTargetRole;
|
2283
2283
|
Tags?: TagList;
|
@@ -2294,7 +2294,7 @@ declare namespace RDS {
|
|
2294
2294
|
*/
|
2295
2295
|
DBProxyName: String;
|
2296
2296
|
/**
|
2297
|
-
* The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify MYSQL. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify POSTGRESQL.
|
2297
|
+
* The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify MYSQL. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify POSTGRESQL. For RDS for Microsoft SQL Server, specify SQLSERVER.
|
2298
2298
|
*/
|
2299
2299
|
EngineFamily: EngineFamily;
|
2300
2300
|
/**
|
@@ -3742,7 +3742,7 @@ declare namespace RDS {
|
|
3742
3742
|
*/
|
3743
3743
|
Status?: DBProxyStatus;
|
3744
3744
|
/**
|
3745
|
-
* The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. MYSQL supports Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases. POSTGRESQL supports Aurora PostgreSQL and RDS for PostgreSQL databases.
|
3745
|
+
* The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. MYSQL supports Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases. POSTGRESQL supports Aurora PostgreSQL and RDS for PostgreSQL databases. SQLSERVER supports RDS for Microsoft SQL Server databases.
|
3746
3746
|
*/
|
3747
3747
|
EngineFamily?: String;
|
3748
3748
|
/**
|
@@ -5373,7 +5373,7 @@ declare namespace RDS {
|
|
5373
5373
|
*/
|
5374
5374
|
Parameters?: ParametersList;
|
5375
5375
|
}
|
5376
|
-
export type EngineFamily = "MYSQL"|"POSTGRESQL"|string;
|
5376
|
+
export type EngineFamily = "MYSQL"|"POSTGRESQL"|"SQLSERVER"|string;
|
5377
5377
|
export type EngineModeList = String[];
|
5378
5378
|
export interface Event {
|
5379
5379
|
/**
|
@@ -5687,7 +5687,7 @@ declare namespace RDS {
|
|
5687
5687
|
*/
|
5688
5688
|
GlobalClusters?: GlobalClusterList;
|
5689
5689
|
}
|
5690
|
-
export type IAMAuthMode = "DISABLED"|"REQUIRED"|string;
|
5690
|
+
export type IAMAuthMode = "DISABLED"|"REQUIRED"|"ENABLED"|string;
|
5691
5691
|
export interface IPRange {
|
5692
5692
|
/**
|
5693
5693
|
* Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
|
@@ -5929,7 +5929,7 @@ declare namespace RDS {
|
|
5929
5929
|
*/
|
5930
5930
|
EnableGlobalWriteForwarding?: BooleanOptional;
|
5931
5931
|
/**
|
5932
|
-
* The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.
|
5932
|
+
* The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Valid for: Multi-AZ DB clusters only
|
5933
5933
|
*/
|
5934
5934
|
DBClusterInstanceClass?: String;
|
5935
5935
|
/**
|
@@ -7600,7 +7600,7 @@ declare namespace RDS {
|
|
7600
7600
|
*/
|
7601
7601
|
DomainIAMRoleName?: String;
|
7602
7602
|
/**
|
7603
|
-
* The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.
|
7603
|
+
* The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Valid for: Multi-AZ DB clusters only
|
7604
7604
|
*/
|
7605
7605
|
DBClusterInstanceClass?: String;
|
7606
7606
|
/**
|
@@ -7707,7 +7707,7 @@ declare namespace RDS {
|
|
7707
7707
|
*/
|
7708
7708
|
EngineMode?: String;
|
7709
7709
|
/**
|
7710
|
-
* The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.
|
7710
|
+
* The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance class in the Amazon RDS User Guide. Valid for: Multi-AZ DB clusters only
|
7711
7711
|
*/
|
7712
7712
|
DBClusterInstanceClass?: String;
|
7713
7713
|
/**
|
@@ -8637,7 +8637,7 @@ declare namespace RDS {
|
|
8637
8637
|
*/
|
8638
8638
|
SecretArn?: String;
|
8639
8639
|
/**
|
8640
|
-
* Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
|
8640
|
+
* Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The ENABLED value is valid only for proxies with RDS for Microsoft SQL Server.
|
8641
8641
|
*/
|
8642
8642
|
IAMAuth?: IAMAuthMode;
|
8643
8643
|
}
|
@@ -8659,7 +8659,7 @@ declare namespace RDS {
|
|
8659
8659
|
*/
|
8660
8660
|
SecretArn?: String;
|
8661
8661
|
/**
|
8662
|
-
* Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
|
8662
|
+
* Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The ENABLED value is valid only for proxies with RDS for Microsoft SQL Server.
|
8663
8663
|
*/
|
8664
8664
|
IAMAuth?: IAMAuthMode;
|
8665
8665
|
}
|