cdk-lambda-subminute 2.0.365 → 2.0.367

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.
@@ -27750,6 +27750,9 @@
27750
27750
  "AllowedInstanceTypes": {
27751
27751
  "shape": "Sdl",
27752
27752
  "locationName": "AllowedInstanceType"
27753
+ },
27754
+ "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
27755
+ "type": "integer"
27753
27756
  }
27754
27757
  }
27755
27758
  },
@@ -28069,6 +28072,10 @@
28069
28072
  "AllowedInstanceTypes": {
28070
28073
  "shape": "Sdl",
28071
28074
  "locationName": "allowedInstanceTypeSet"
28075
+ },
28076
+ "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
28077
+ "locationName": "maxSpotPriceAsPercentageOfOptimalOnDemandPrice",
28078
+ "type": "integer"
28072
28079
  }
28073
28080
  }
28074
28081
  },
@@ -192,11 +192,11 @@ declare class AutoScaling extends Service {
192
192
  */
193
193
  describeAutoScalingNotificationTypes(callback?: (err: AWSError, data: AutoScaling.Types.DescribeAutoScalingNotificationTypesAnswer) => void): Request<AutoScaling.Types.DescribeAutoScalingNotificationTypesAnswer, AWSError>;
194
194
  /**
195
- * Gets information about the instance refreshes for the specified Auto Scaling group. This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes. To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information about the instance refreshes you previously initiated, including their status, start time, end time, the percentage of the instance refresh that is complete, and the number of instances remaining to update before the instance refresh is complete. If a rollback is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information about the rollback of the instance refresh.
195
+ * Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks. This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes. To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information about the instance refreshes you previously initiated, including their status, start time, end time, the percentage of the instance refresh that is complete, and the number of instances remaining to update before the instance refresh is complete. If a rollback is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information about the rollback of the instance refresh.
196
196
  */
197
197
  describeInstanceRefreshes(params: AutoScaling.Types.DescribeInstanceRefreshesType, callback?: (err: AWSError, data: AutoScaling.Types.DescribeInstanceRefreshesAnswer) => void): Request<AutoScaling.Types.DescribeInstanceRefreshesAnswer, AWSError>;
198
198
  /**
199
- * Gets information about the instance refreshes for the specified Auto Scaling group. This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes. To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information about the instance refreshes you previously initiated, including their status, start time, end time, the percentage of the instance refresh that is complete, and the number of instances remaining to update before the instance refresh is complete. If a rollback is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information about the rollback of the instance refresh.
199
+ * Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks. This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes. To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information about the instance refreshes you previously initiated, including their status, start time, end time, the percentage of the instance refresh that is complete, and the number of instances remaining to update before the instance refresh is complete. If a rollback is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information about the rollback of the instance refresh.
200
200
  */
201
201
  describeInstanceRefreshes(callback?: (err: AWSError, data: AutoScaling.Types.DescribeInstanceRefreshesAnswer) => void): Request<AutoScaling.Types.DescribeInstanceRefreshesAnswer, AWSError>;
202
202
  /**
@@ -1949,11 +1949,11 @@ declare namespace AutoScaling {
1949
1949
  export type InstanceIds = XmlStringMaxLen19[];
1950
1950
  export interface InstanceMaintenancePolicy {
1951
1951
  /**
1952
- * Specifies the lower threshold as a percentage of the desired capacity of the Auto Scaling group. It represents the minimum percentage of the group to keep in service, healthy, and ready to use to support your workload when replacing instances. Value range is 0 to 100. After it's set, a value of -1 will clear the previously set value.
1952
+ * Specifies the lower threshold as a percentage of the desired capacity of the Auto Scaling group. It represents the minimum percentage of the group to keep in service, healthy, and ready to use to support your workload when replacing instances. Value range is 0 to 100. To clear a previously set value, specify a value of -1.
1953
1953
  */
1954
1954
  MinHealthyPercentage?: IntPercentResettable;
1955
1955
  /**
1956
- * Specifies the upper threshold as a percentage of the desired capacity of the Auto Scaling group. It represents the maximum percentage of the group that can be in service and healthy, or pending, to support your workload when replacing instances. Value range is 100 to 200. After it's set, a value of -1 will clear the previously set value. Both MinHealthyPercentage and MaxHealthyPercentage must be specified, and the difference between them cannot be greater than 100. A large range increases the number of instances that can be replaced at the same time.
1956
+ * Specifies the upper threshold as a percentage of the desired capacity of the Auto Scaling group. It represents the maximum percentage of the group that can be in service and healthy, or pending, to support your workload when replacing instances. Value range is 100 to 200. To clear a previously set value, specify a value of -1. Both MinHealthyPercentage and MaxHealthyPercentage must be specified, and the difference between them cannot be greater than 100. A large range increases the number of instances that can be replaced at the same time.
1957
1957
  */
1958
1958
  MaxHealthyPercentage?: IntPercent100To200Resettable;
1959
1959
  }
@@ -2090,11 +2090,15 @@ declare namespace AutoScaling {
2090
2090
  */
2091
2091
  InstanceGenerations?: InstanceGenerations;
2092
2092
  /**
2093
- * The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price. Default: 100
2093
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage higher than an identified Spot price. The identified Spot price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from either the lowest priced current generation instance types or, failing that, the lowest priced previous generation instance types that match your attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is based on the per-vCPU or per-memory price instead of the per instance price. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. Default: 100
2094
2094
  */
2095
2095
  SpotMaxPricePercentageOverLowestPrice?: NullablePositiveInteger;
2096
2096
  /**
2097
- * The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price. Default: 20
2097
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from either the lowest priced current generation instance types or, failing that, the lowest priced previous generation instance types that match your attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To indicate no price protection threshold, specify a high value, such as 999999. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is based on the per-vCPU or per-memory price instead of the per instance price. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. If you don't specify either, then SpotMaxPricePercentageOverLowestPrice is used and the value for that parameter defaults to 100.
2098
+ */
2099
+ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: NullablePositiveInteger;
2100
+ /**
2101
+ * [Price protection] The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from either the lowest priced current generation instance types or, failing that, the lowest priced previous generation instance types that match your attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per instance price. Default: 20
2098
2102
  */
2099
2103
  OnDemandMaxPricePercentageOverLowestPrice?: NullablePositiveInteger;
2100
2104
  /**
@@ -1105,7 +1105,7 @@ declare namespace Comprehend {
1105
1105
  */
1106
1106
  Text: String;
1107
1107
  /**
1108
- * The language of the input documents. Currently, English is the only valid language.
1108
+ * The language of the input documents.
1109
1109
  */
1110
1110
  LanguageCode: LanguageCode;
1111
1111
  }
@@ -1847,7 +1847,7 @@ declare namespace Comprehend {
1847
1847
  */
1848
1848
  Text: String;
1849
1849
  /**
1850
- * The language of the input documents. Currently, English is the only valid language.
1850
+ * The language of the input text. Enter the language code for English (en) or Spanish (es).
1851
1851
  */
1852
1852
  LanguageCode: LanguageCode;
1853
1853
  }
@@ -3767,7 +3767,7 @@ declare namespace Comprehend {
3767
3767
  */
3768
3768
  RedactionConfig?: RedactionConfig;
3769
3769
  /**
3770
- * The language code of the input documents
3770
+ * The language code of the input documents.
3771
3771
  */
3772
3772
  LanguageCode?: LanguageCode;
3773
3773
  /**
@@ -4284,7 +4284,7 @@ declare namespace Comprehend {
4284
4284
  */
4285
4285
  JobName?: JobName;
4286
4286
  /**
4287
- * The language of the input documents. Currently, English is the only valid language.
4287
+ * The language of the input documents. Enter the language code for English (en) or Spanish (es).
4288
4288
  */
4289
4289
  LanguageCode: LanguageCode;
4290
4290
  /**
@@ -2309,6 +2309,10 @@ declare namespace DataZone {
2309
2309
  * The identifier of the Amazon DataZone domain in which the project was created.
2310
2310
  */
2311
2311
  domainId: DomainId;
2312
+ /**
2313
+ * Reasons for failed project deletion
2314
+ */
2315
+ failureReasons?: FailureReasons;
2312
2316
  /**
2313
2317
  * The glossary terms that can be used in the project.
2314
2318
  */
@@ -2325,6 +2329,10 @@ declare namespace DataZone {
2325
2329
  * The name of the project.
2326
2330
  */
2327
2331
  name: ProjectName;
2332
+ /**
2333
+ * Status of the project
2334
+ */
2335
+ projectStatus?: ProjectStatus;
2328
2336
  }
2329
2337
  export interface CreateSubscriptionGrantInput {
2330
2338
  /**
@@ -3003,6 +3011,10 @@ declare namespace DataZone {
3003
3011
  * The identifier of the Amazon Web Services domain that is to be deleted.
3004
3012
  */
3005
3013
  identifier: DomainId;
3014
+ /**
3015
+ * Optional flag to delete all child entities within the domain
3016
+ */
3017
+ skipDeletionCheck?: Boolean;
3006
3018
  }
3007
3019
  export interface DeleteDomainOutput {
3008
3020
  /**
@@ -3099,6 +3111,10 @@ declare namespace DataZone {
3099
3111
  * The identifier of the project that is to be deleted.
3100
3112
  */
3101
3113
  identifier: ProjectId;
3114
+ /**
3115
+ * Optional flag to asynchronously delete child entities within the project
3116
+ */
3117
+ skipDeletionCheck?: Boolean;
3102
3118
  }
3103
3119
  export interface DeleteProjectMembershipInput {
3104
3120
  /**
@@ -3503,6 +3519,7 @@ declare namespace DataZone {
3503
3519
  */
3504
3520
  message?: String;
3505
3521
  }
3522
+ export type FailureReasons = ProjectDeletionError[];
3506
3523
  export interface Filter {
3507
3524
  /**
3508
3525
  * A search filter attribute in Amazon DataZone.
@@ -4591,6 +4608,10 @@ declare namespace DataZone {
4591
4608
  * The ID of the Amazon DataZone domain in which the project exists.
4592
4609
  */
4593
4610
  domainId: DomainId;
4611
+ /**
4612
+ * Reasons for failed project deletion
4613
+ */
4614
+ failureReasons?: FailureReasons;
4594
4615
  /**
4595
4616
  * The business glossary terms that can be used in the project.
4596
4617
  */
@@ -4607,6 +4628,10 @@ declare namespace DataZone {
4607
4628
  * The name of the project.
4608
4629
  */
4609
4630
  name: ProjectName;
4631
+ /**
4632
+ * Status of the project
4633
+ */
4634
+ projectStatus?: ProjectStatus;
4610
4635
  }
4611
4636
  export interface GetSubscriptionGrantInput {
4612
4637
  /**
@@ -5849,6 +5874,16 @@ declare namespace DataZone {
5849
5874
  */
5850
5875
  businessNameGeneration?: BusinessNameGenerationConfiguration;
5851
5876
  }
5877
+ export interface ProjectDeletionError {
5878
+ /**
5879
+ * Project Deletion Error Code
5880
+ */
5881
+ code?: String;
5882
+ /**
5883
+ * Project Deletion Error Message
5884
+ */
5885
+ message?: String;
5886
+ }
5852
5887
  export type ProjectId = string;
5853
5888
  export interface ProjectMember {
5854
5889
  /**
@@ -5862,6 +5897,7 @@ declare namespace DataZone {
5862
5897
  }
5863
5898
  export type ProjectMembers = ProjectMember[];
5864
5899
  export type ProjectName = string;
5900
+ export type ProjectStatus = "ACTIVE"|"DELETING"|"DELETE_FAILED"|string;
5865
5901
  export type ProjectSummaries = ProjectSummary[];
5866
5902
  export interface ProjectSummary {
5867
5903
  /**
@@ -5880,6 +5916,10 @@ declare namespace DataZone {
5880
5916
  * The identifier of a Amazon DataZone domain where the project exists.
5881
5917
  */
5882
5918
  domainId: DomainId;
5919
+ /**
5920
+ * Reasons for failed project deletion
5921
+ */
5922
+ failureReasons?: FailureReasons;
5883
5923
  /**
5884
5924
  * The identifier of a project.
5885
5925
  */
@@ -5888,6 +5928,10 @@ declare namespace DataZone {
5888
5928
  * The name of a project.
5889
5929
  */
5890
5930
  name: ProjectName;
5931
+ /**
5932
+ * Status of the project
5933
+ */
5934
+ projectStatus?: ProjectStatus;
5891
5935
  /**
5892
5936
  * The timestamp of when the project was updated.
5893
5937
  */
@@ -7638,6 +7682,10 @@ declare namespace DataZone {
7638
7682
  * The identifier of the Amazon DataZone domain in which a project is updated.
7639
7683
  */
7640
7684
  domainId: DomainId;
7685
+ /**
7686
+ * Reasons for failed project deletion
7687
+ */
7688
+ failureReasons?: FailureReasons;
7641
7689
  /**
7642
7690
  * The glossary terms of the project that are to be updated.
7643
7691
  */
@@ -7654,6 +7702,10 @@ declare namespace DataZone {
7654
7702
  * The name of the project that is to be updated.
7655
7703
  */
7656
7704
  name: ProjectName;
7705
+ /**
7706
+ * Status of the project
7707
+ */
7708
+ projectStatus?: ProjectStatus;
7657
7709
  }
7658
7710
  export interface UpdateSubscriptionGrantStatusInput {
7659
7711
  /**
@@ -24766,11 +24766,11 @@ declare namespace EC2 {
24766
24766
  */
24767
24767
  InstanceGenerations?: InstanceGenerationSet;
24768
24768
  /**
24769
- * The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 100
24769
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage higher than an identified Spot price. The identified Spot price is the Spot price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified Spot price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose Spot price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To indicate no price protection threshold, specify a high value, such as 999999. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. If you don't specify either, then SpotMaxPricePercentageOverLowestPrice is used and the value for that parameter defaults to 100. Default: 100
24770
24770
  */
24771
24771
  SpotMaxPricePercentageOverLowestPrice?: Integer;
24772
24772
  /**
24773
- * The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 20
24773
+ * [Price protection] The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 20
24774
24774
  */
24775
24775
  OnDemandMaxPricePercentageOverLowestPrice?: Integer;
24776
24776
  /**
@@ -24833,6 +24833,10 @@ declare namespace EC2 {
24833
24833
  * The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types. If you specify AllowedInstanceTypes, you can't specify ExcludedInstanceTypes. Default: All instance types
24834
24834
  */
24835
24835
  AllowedInstanceTypes?: AllowedInstanceTypeSet;
24836
+ /**
24837
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To indicate no price protection threshold, specify a high value, such as 999999. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. If you don't specify either, then SpotMaxPricePercentageOverLowestPrice is used and the value for that parameter defaults to 100.
24838
+ */
24839
+ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: Integer;
24836
24840
  }
24837
24841
  export interface InstanceRequirementsRequest {
24838
24842
  /**
@@ -24860,11 +24864,11 @@ declare namespace EC2 {
24860
24864
  */
24861
24865
  InstanceGenerations?: InstanceGenerationSet;
24862
24866
  /**
24863
- * The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 100
24867
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage higher than an identified Spot price. The identified Spot price is the Spot price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified Spot price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose Spot price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To indicate no price protection threshold, specify a high value, such as 999999. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. If you don't specify either, then SpotMaxPricePercentageOverLowestPrice is used and the value for that parameter defaults to 100. Default: 100
24864
24868
  */
24865
24869
  SpotMaxPricePercentageOverLowestPrice?: Integer;
24866
24870
  /**
24867
- * The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 20
24871
+ * [Price protection] The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To indicate no price protection threshold, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 20
24868
24872
  */
24869
24873
  OnDemandMaxPricePercentageOverLowestPrice?: Integer;
24870
24874
  /**
@@ -24927,6 +24931,10 @@ declare namespace EC2 {
24927
24931
  * The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types. If you specify AllowedInstanceTypes, you can't specify ExcludedInstanceTypes. Default: All instance types
24928
24932
  */
24929
24933
  AllowedInstanceTypes?: AllowedInstanceTypeSet;
24934
+ /**
24935
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To indicate no price protection threshold, specify a high value, such as 999999. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. If you don't specify either, then SpotMaxPricePercentageOverLowestPrice is used and the value for that parameter defaults to 100.
24936
+ */
24937
+ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: Integer;
24930
24938
  }
24931
24939
  export interface InstanceRequirementsWithMetadataRequest {
24932
24940
  /**
@@ -312,7 +312,7 @@ declare namespace MWAA {
312
312
  */
313
313
  ExecutionRoleArn?: IamRoleArn;
314
314
  /**
315
- * The Amazon Web Services Key Management Service (KMS) encryption key used to encrypt the data in your environment.
315
+ * The KMS encryption key used to encrypt the data in your environment.
316
316
  */
317
317
  KmsKey?: KmsKey;
318
318
  /**
@@ -376,7 +376,7 @@ declare namespace MWAA {
376
376
  */
377
377
  StartupScriptS3Path?: String;
378
378
  /**
379
- * The status of the Amazon MWAA environment. Valid values: CREATING - Indicates the request to create the environment is in progress. CREATING_SNAPSHOT - Indicates the request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade an environment fails. CREATE_FAILED - Indicates the request to create the environment failed, and the environment could not be created. AVAILABLE - Indicates the request was successful and the environment is ready to use. PENDING - Indicates the request was successful, but the process to create the environment is paused until you create the required VPC endpoints in your VPC. After you create the VPC endpoints, the process resumes. UPDATING - Indicates the request to update the environment is in progress. ROLLING_BACK - Indicates the request to update environment details, or upgrade the environment version, failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot. DELETING - Indicates the request to delete the environment is in progress. DELETED - Indicates the request to delete the environment is complete, and the environment has been deleted. UNAVAILABLE - Indicates the request failed, but the environment was unable to rollback and is not in a stable state. UPDATE_FAILED - Indicates the request to update the environment failed, and the environment has rolled back successfully and is ready to use. We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. For more information, see Amazon MWAA troubleshooting.
379
+ * The status of the Amazon MWAA environment. Valid values: CREATING - Indicates the request to create the environment is in progress. CREATING_SNAPSHOT - Indicates the request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade an environment fails. CREATE_FAILED - Indicates the request to create the environment failed, and the environment could not be created. AVAILABLE - Indicates the request was successful and the environment is ready to use. PENDING - Indicates the request was successful, but the process to create the environment is paused until you create the required VPC endpoints in your VPC. After you create the VPC endpoints, the process resumes. UPDATING - Indicates the request to update the environment is in progress. ROLLING_BACK - Indicates the request to update environment details, or upgrade the environment version, failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot. DELETING - Indicates the request to delete the environment is in progress. DELETED - Indicates the request to delete the environment is complete, and the environment has been deleted. UNAVAILABLE - Indicates the request failed, but the environment did not return to its previous state and is not stable. UPDATE_FAILED - Indicates the request to update the environment failed, and the environment was restored to its previous state successfully and is ready to use. MAINTENANCE - Indicates that the environment is undergoing maintenance. Depending on the type of work Amazon MWAA is performing, your environment might become unavailable during this process. After all operations are done, your environment will return to its status prior to mainteneace operations. We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. For more information, see Amazon MWAA troubleshooting.
380
380
  */
381
381
  Status?: EnvironmentStatus;
382
382
  /**
@@ -388,7 +388,7 @@ declare namespace MWAA {
388
388
  */
389
389
  WebserverAccessMode?: WebserverAccessMode;
390
390
  /**
391
- * The Apache Airflow Web server host name for the Amazon MWAA environment. For more information, see Accessing the Apache Airflow UI.
391
+ * The Apache Airflow web server host name for the Amazon MWAA environment. For more information, see Accessing the Apache Airflow UI.
392
392
  */
393
393
  WebserverUrl?: WebserverUrl;
394
394
  /**
@@ -404,7 +404,7 @@ declare namespace MWAA {
404
404
  export type EnvironmentClass = string;
405
405
  export type EnvironmentList = EnvironmentName[];
406
406
  export type EnvironmentName = string;
407
- export type EnvironmentStatus = "CREATING"|"CREATE_FAILED"|"AVAILABLE"|"UPDATING"|"DELETING"|"DELETED"|"UNAVAILABLE"|"UPDATE_FAILED"|"ROLLING_BACK"|"CREATING_SNAPSHOT"|"PENDING"|string;
407
+ export type EnvironmentStatus = "CREATING"|"CREATE_FAILED"|"AVAILABLE"|"UPDATING"|"DELETING"|"DELETED"|"UNAVAILABLE"|"UPDATE_FAILED"|"ROLLING_BACK"|"CREATING_SNAPSHOT"|"PENDING"|"MAINTENANCE"|string;
408
408
  export type ErrorCode = string;
409
409
  export type ErrorMessage = string;
410
410
  export interface GetEnvironmentInput {
@@ -28,11 +28,11 @@ declare class Snowball extends Service {
28
28
  */
29
29
  cancelJob(callback?: (err: AWSError, data: Snowball.Types.CancelJobResult) => void): Request<Snowball.Types.CancelJobResult, AWSError>;
30
30
  /**
31
- * Creates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.
31
+ * Creates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown. If providing an address as a JSON file through the cli-input-json option, include the full file path. For example, --cli-input-json file://create-address.json.
32
32
  */
33
33
  createAddress(params: Snowball.Types.CreateAddressRequest, callback?: (err: AWSError, data: Snowball.Types.CreateAddressResult) => void): Request<Snowball.Types.CreateAddressResult, AWSError>;
34
34
  /**
35
- * Creates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.
35
+ * Creates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown. If providing an address as a JSON file through the cli-input-json option, include the full file path. For example, --cli-input-json file://create-address.json.
36
36
  */
37
37
  createAddress(callback?: (err: AWSError, data: Snowball.Types.CreateAddressResult) => void): Request<Snowball.Types.CreateAddressResult, AWSError>;
38
38
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1545.0',
86
+ VERSION: '2.1547.0',
87
87
 
88
88
  /**
89
89
  * @api private