aws-sdk 2.658.0 → 2.662.0
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/CHANGELOG.md +30 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +51 -0
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/ce-2017-10-25.min.json +123 -88
- package/apis/ce-2017-10-25.paginators.json +5 -0
- package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
- package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
- package/apis/es-2015-01-01.min.json +3 -0
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/guardduty-2017-11-28.min.json +165 -16
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/iotevents-2018-07-27.min.json +102 -20
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +363 -335
- package/apis/ram-2018-01-04.min.json +30 -0
- package/apis/rds-2014-10-31.min.json +2 -0
- package/apis/redshift-2012-12-01.min.json +154 -46
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/apis/route53domains-2014-05-15.min.json +97 -24
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/synthetics-2017-10-11.examples.json +5 -0
- package/apis/synthetics-2017-10-11.min.json +578 -0
- package/apis/synthetics-2017-10-11.paginators.json +24 -0
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/apigatewayv2.d.ts +40 -2
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/codegurureviewer.d.ts +417 -10
- package/clients/costexplorer.d.ts +66 -28
- package/clients/emr.d.ts +91 -6
- package/clients/es.d.ts +4 -0
- package/clients/firehose.d.ts +50 -8
- package/clients/fms.d.ts +6 -6
- package/clients/glue.d.ts +4 -4
- package/clients/guardduty.d.ts +340 -224
- package/clients/iotevents.d.ts +106 -0
- package/clients/mediapackagevod.d.ts +55 -0
- package/clients/pinpoint.d.ts +115 -77
- package/clients/ram.d.ts +41 -2
- package/clients/rds.d.ts +13 -5
- package/clients/redshift.d.ts +162 -1
- package/clients/route53domains.d.ts +140 -47
- package/clients/storagegateway.d.ts +137 -60
- package/clients/synthetics.d.ts +656 -0
- package/clients/synthetics.js +18 -0
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +61 -24
- package/dist/aws-sdk.js +664 -222
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -12,27 +12,27 @@ declare class CostExplorer extends Service {
|
|
|
12
12
|
constructor(options?: CostExplorer.Types.ClientConfiguration)
|
|
13
13
|
config: Config & CostExplorer.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Creates a new Cost Category with the requested name and rules.
|
|
16
16
|
*/
|
|
17
17
|
createCostCategoryDefinition(params: CostExplorer.Types.CreateCostCategoryDefinitionRequest, callback?: (err: AWSError, data: CostExplorer.Types.CreateCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.CreateCostCategoryDefinitionResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Creates a new Cost Category with the requested name and rules.
|
|
20
20
|
*/
|
|
21
21
|
createCostCategoryDefinition(callback?: (err: AWSError, data: CostExplorer.Types.CreateCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.CreateCostCategoryDefinitionResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.
|
|
24
24
|
*/
|
|
25
25
|
deleteCostCategoryDefinition(params: CostExplorer.Types.DeleteCostCategoryDefinitionRequest, callback?: (err: AWSError, data: CostExplorer.Types.DeleteCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.DeleteCostCategoryDefinitionResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.
|
|
28
28
|
*/
|
|
29
29
|
deleteCostCategoryDefinition(callback?: (err: AWSError, data: CostExplorer.Types.DeleteCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.DeleteCostCategoryDefinitionResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Returns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account. You have the option to use EffectiveOn to return a Cost Category that is active on a specific date. If there is no EffectiveOn specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response.
|
|
32
32
|
*/
|
|
33
33
|
describeCostCategoryDefinition(params: CostExplorer.Types.DescribeCostCategoryDefinitionRequest, callback?: (err: AWSError, data: CostExplorer.Types.DescribeCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.DescribeCostCategoryDefinitionResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Returns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account. You have the option to use EffectiveOn to return a Cost Category that is active on a specific date. If there is no EffectiveOn specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response.
|
|
36
36
|
*/
|
|
37
37
|
describeCostCategoryDefinition(callback?: (err: AWSError, data: CostExplorer.Types.DescribeCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.DescribeCostCategoryDefinitionResponse, AWSError>;
|
|
38
38
|
/**
|
|
@@ -68,11 +68,11 @@ declare class CostExplorer extends Service {
|
|
|
68
68
|
*/
|
|
69
69
|
getDimensionValues(callback?: (err: AWSError, data: CostExplorer.Types.GetDimensionValuesResponse) => void): Request<CostExplorer.Types.GetDimensionValuesResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's master account can see the coverage of the associated member accounts. For any time period, you can filter data about reservation usage by the following dimensions: AZ CACHE_ENGINE DATABASE_ENGINE DEPLOYMENT_OPTION INSTANCE_TYPE LINKED_ACCOUNT OPERATING_SYSTEM PLATFORM REGION SERVICE TAG TENANCY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
71
|
+
* Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions: AZ CACHE_ENGINE DATABASE_ENGINE DEPLOYMENT_OPTION INSTANCE_TYPE LINKED_ACCOUNT OPERATING_SYSTEM PLATFORM REGION SERVICE TAG TENANCY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
72
72
|
*/
|
|
73
73
|
getReservationCoverage(params: CostExplorer.Types.GetReservationCoverageRequest, callback?: (err: AWSError, data: CostExplorer.Types.GetReservationCoverageResponse) => void): Request<CostExplorer.Types.GetReservationCoverageResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's master account can see the coverage of the associated member accounts. For any time period, you can filter data about reservation usage by the following dimensions: AZ CACHE_ENGINE DATABASE_ENGINE DEPLOYMENT_OPTION INSTANCE_TYPE LINKED_ACCOUNT OPERATING_SYSTEM PLATFORM REGION SERVICE TAG TENANCY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
75
|
+
* Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions: AZ CACHE_ENGINE DATABASE_ENGINE DEPLOYMENT_OPTION INSTANCE_TYPE LINKED_ACCOUNT OPERATING_SYSTEM PLATFORM REGION SERVICE TAG TENANCY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
76
76
|
*/
|
|
77
77
|
getReservationCoverage(callback?: (err: AWSError, data: CostExplorer.Types.GetReservationCoverageResponse) => void): Request<CostExplorer.Types.GetReservationCoverageResponse, AWSError>;
|
|
78
78
|
/**
|
|
@@ -100,11 +100,11 @@ declare class CostExplorer extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
getRightsizingRecommendation(callback?: (err: AWSError, data: CostExplorer.Types.GetRightsizingRecommendationResponse) => void): Request<CostExplorer.Types.GetRightsizingRecommendationResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s master account can see the coverage of the associated member accounts. For any time period, you can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
103
|
+
* Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
104
104
|
*/
|
|
105
105
|
getSavingsPlansCoverage(params: CostExplorer.Types.GetSavingsPlansCoverageRequest, callback?: (err: AWSError, data: CostExplorer.Types.GetSavingsPlansCoverageResponse) => void): Request<CostExplorer.Types.GetSavingsPlansCoverageResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s master account can see the coverage of the associated member accounts. For any time period, you can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
107
|
+
* Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY To determine valid values for a dimension, use the GetDimensionValues operation.
|
|
108
108
|
*/
|
|
109
109
|
getSavingsPlansCoverage(callback?: (err: AWSError, data: CostExplorer.Types.GetSavingsPlansCoverageResponse) => void): Request<CostExplorer.Types.GetSavingsPlansCoverageResponse, AWSError>;
|
|
110
110
|
/**
|
|
@@ -148,19 +148,19 @@ declare class CostExplorer extends Service {
|
|
|
148
148
|
*/
|
|
149
149
|
getUsageForecast(callback?: (err: AWSError, data: CostExplorer.Types.GetUsageForecastResponse) => void): Request<CostExplorer.Types.GetUsageForecastResponse, AWSError>;
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Returns the name, ARN, NumberOfRules and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response. ListCostCategoryDefinitions supports pagination. The request can have a MaxResults range up to 100.
|
|
152
152
|
*/
|
|
153
153
|
listCostCategoryDefinitions(params: CostExplorer.Types.ListCostCategoryDefinitionsRequest, callback?: (err: AWSError, data: CostExplorer.Types.ListCostCategoryDefinitionsResponse) => void): Request<CostExplorer.Types.ListCostCategoryDefinitionsResponse, AWSError>;
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* Returns the name, ARN, NumberOfRules and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response. ListCostCategoryDefinitions supports pagination. The request can have a MaxResults range up to 100.
|
|
156
156
|
*/
|
|
157
157
|
listCostCategoryDefinitions(callback?: (err: AWSError, data: CostExplorer.Types.ListCostCategoryDefinitionsResponse) => void): Request<CostExplorer.Types.ListCostCategoryDefinitionsResponse, AWSError>;
|
|
158
158
|
/**
|
|
159
|
-
*
|
|
159
|
+
* Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.
|
|
160
160
|
*/
|
|
161
161
|
updateCostCategoryDefinition(params: CostExplorer.Types.UpdateCostCategoryDefinitionRequest, callback?: (err: AWSError, data: CostExplorer.Types.UpdateCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.UpdateCostCategoryDefinitionResponse, AWSError>;
|
|
162
162
|
/**
|
|
163
|
-
*
|
|
163
|
+
* Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.
|
|
164
164
|
*/
|
|
165
165
|
updateCostCategoryDefinition(callback?: (err: AWSError, data: CostExplorer.Types.UpdateCostCategoryDefinitionResponse) => void): Request<CostExplorer.Types.UpdateCostCategoryDefinitionResponse, AWSError>;
|
|
166
166
|
}
|
|
@@ -193,10 +193,11 @@ declare namespace CostExplorer {
|
|
|
193
193
|
*/
|
|
194
194
|
Rules: CostCategoryRulesList;
|
|
195
195
|
}
|
|
196
|
+
export type CostCategoryMaxResults = number;
|
|
196
197
|
export type CostCategoryName = string;
|
|
197
198
|
export interface CostCategoryReference {
|
|
198
199
|
/**
|
|
199
|
-
* The unique identifier for your Cost Category
|
|
200
|
+
* The unique identifier for your Cost Category.
|
|
200
201
|
*/
|
|
201
202
|
CostCategoryArn?: Arn;
|
|
202
203
|
Name?: CostCategoryName;
|
|
@@ -208,12 +209,16 @@ declare namespace CostExplorer {
|
|
|
208
209
|
* The Cost Category's effective end date.
|
|
209
210
|
*/
|
|
210
211
|
EffectiveEnd?: ZonedDateTime;
|
|
212
|
+
/**
|
|
213
|
+
* The number of rules associated with a specific Cost Category.
|
|
214
|
+
*/
|
|
215
|
+
NumberOfRules?: NonNegativeInteger;
|
|
211
216
|
}
|
|
212
217
|
export type CostCategoryReferencesList = CostCategoryReference[];
|
|
213
218
|
export interface CostCategoryRule {
|
|
214
219
|
Value: CostCategoryValue;
|
|
215
220
|
/**
|
|
216
|
-
* An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported
|
|
221
|
+
* An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT, SERVICE_CODE, RECORD_TYPE, and LINKED_ACCOUNT_NAME. Root level OR is not supported. We recommend that you create a separate rule instead. RECORD_TYPE is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
|
|
217
222
|
*/
|
|
218
223
|
Rule: Expression;
|
|
219
224
|
}
|
|
@@ -257,7 +262,7 @@ declare namespace CostExplorer {
|
|
|
257
262
|
}
|
|
258
263
|
export interface CoverageCost {
|
|
259
264
|
/**
|
|
260
|
-
* How much an On-Demand
|
|
265
|
+
* How much an On-Demand Instance costs.
|
|
261
266
|
*/
|
|
262
267
|
OnDemandCost?: OnDemandCost;
|
|
263
268
|
}
|
|
@@ -304,7 +309,7 @@ declare namespace CostExplorer {
|
|
|
304
309
|
Name: CostCategoryName;
|
|
305
310
|
RuleVersion: CostCategoryRuleVersion;
|
|
306
311
|
/**
|
|
307
|
-
*
|
|
312
|
+
* The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
|
|
308
313
|
*/
|
|
309
314
|
Rules: CostCategoryRulesList;
|
|
310
315
|
}
|
|
@@ -399,16 +404,20 @@ declare namespace CostExplorer {
|
|
|
399
404
|
export interface DescribeCostCategoryDefinitionResponse {
|
|
400
405
|
CostCategory?: CostCategory;
|
|
401
406
|
}
|
|
402
|
-
export type Dimension = "AZ"|"INSTANCE_TYPE"|"LINKED_ACCOUNT"|"OPERATION"|"PURCHASE_TYPE"|"REGION"|"SERVICE"|"USAGE_TYPE"|"USAGE_TYPE_GROUP"|"RECORD_TYPE"|"OPERATING_SYSTEM"|"TENANCY"|"SCOPE"|"PLATFORM"|"SUBSCRIPTION_ID"|"LEGAL_ENTITY_NAME"|"DEPLOYMENT_OPTION"|"DATABASE_ENGINE"|"CACHE_ENGINE"|"INSTANCE_TYPE_FAMILY"|"BILLING_ENTITY"|"RESERVATION_ID"|"RESOURCE_ID"|"RIGHTSIZING_TYPE"|"SAVINGS_PLANS_TYPE"|"SAVINGS_PLAN_ARN"|"PAYMENT_OPTION"|string;
|
|
407
|
+
export type Dimension = "AZ"|"INSTANCE_TYPE"|"LINKED_ACCOUNT"|"LINKED_ACCOUNT_NAME"|"OPERATION"|"PURCHASE_TYPE"|"REGION"|"SERVICE"|"SERVICE_CODE"|"USAGE_TYPE"|"USAGE_TYPE_GROUP"|"RECORD_TYPE"|"OPERATING_SYSTEM"|"TENANCY"|"SCOPE"|"PLATFORM"|"SUBSCRIPTION_ID"|"LEGAL_ENTITY_NAME"|"DEPLOYMENT_OPTION"|"DATABASE_ENGINE"|"CACHE_ENGINE"|"INSTANCE_TYPE_FAMILY"|"BILLING_ENTITY"|"RESERVATION_ID"|"RESOURCE_ID"|"RIGHTSIZING_TYPE"|"SAVINGS_PLANS_TYPE"|"SAVINGS_PLAN_ARN"|"PAYMENT_OPTION"|string;
|
|
403
408
|
export interface DimensionValues {
|
|
404
409
|
/**
|
|
405
410
|
* The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.
|
|
406
411
|
*/
|
|
407
412
|
Key?: Dimension;
|
|
408
413
|
/**
|
|
409
|
-
* The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.
|
|
414
|
+
* The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.
|
|
410
415
|
*/
|
|
411
416
|
Values?: Values;
|
|
417
|
+
/**
|
|
418
|
+
* The match options that you can use to filter your results. MatchOptions is only applicable for actions related to Cost Category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.
|
|
419
|
+
*/
|
|
420
|
+
MatchOptions?: MatchOptions;
|
|
412
421
|
}
|
|
413
422
|
export interface DimensionValuesWithAttributes {
|
|
414
423
|
/**
|
|
@@ -585,7 +594,7 @@ declare namespace CostExplorer {
|
|
|
585
594
|
*/
|
|
586
595
|
Tags?: TagValues;
|
|
587
596
|
/**
|
|
588
|
-
*
|
|
597
|
+
* The filter based on CostCategory values.
|
|
589
598
|
*/
|
|
590
599
|
CostCategories?: CostCategoryValues;
|
|
591
600
|
}
|
|
@@ -777,7 +786,7 @@ declare namespace CostExplorer {
|
|
|
777
786
|
*/
|
|
778
787
|
Granularity?: Granularity;
|
|
779
788
|
/**
|
|
780
|
-
* Filters utilization data by dimensions. You can filter by the following dimensions: AZ CACHE_ENGINE DATABASE_ENGINE DEPLOYMENT_OPTION INSTANCE_TYPE LINKED_ACCOUNT OPERATING_SYSTEM PLATFORM REGION SERVICE TAG TENANCY GetReservationCoverage uses the same Expression object as the other operations, but only AND is supported among each dimension. You can nest only one level deep. If there are multiple values for a dimension, they are OR'd together. If you don't provide a SERVICE filter, Cost Explorer defaults to EC2.
|
|
789
|
+
* Filters utilization data by dimensions. You can filter by the following dimensions: AZ CACHE_ENGINE DATABASE_ENGINE DEPLOYMENT_OPTION INSTANCE_TYPE LINKED_ACCOUNT OPERATING_SYSTEM PLATFORM REGION SERVICE TAG TENANCY GetReservationCoverage uses the same Expression object as the other operations, but only AND is supported among each dimension. You can nest only one level deep. If there are multiple values for a dimension, they are OR'd together. If you don't provide a SERVICE filter, Cost Explorer defaults to EC2. Cost category is also supported.
|
|
781
790
|
*/
|
|
782
791
|
Filter?: Expression;
|
|
783
792
|
/**
|
|
@@ -893,6 +902,10 @@ declare namespace CostExplorer {
|
|
|
893
902
|
}
|
|
894
903
|
export interface GetRightsizingRecommendationRequest {
|
|
895
904
|
Filter?: Expression;
|
|
905
|
+
/**
|
|
906
|
+
* Enables you to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings associated with recommendations with consideration of existing Savings Plans or RI benefits, or niether.
|
|
907
|
+
*/
|
|
908
|
+
Configuration?: RightsizingRecommendationConfiguration;
|
|
896
909
|
/**
|
|
897
910
|
* The specific service that you want recommendations for. The only valid value for GetRightsizingRecommendation is "AmazonEC2".
|
|
898
911
|
*/
|
|
@@ -923,6 +936,10 @@ declare namespace CostExplorer {
|
|
|
923
936
|
* The token to retrieve the next set of results.
|
|
924
937
|
*/
|
|
925
938
|
NextPageToken?: NextPageToken;
|
|
939
|
+
/**
|
|
940
|
+
* Enables you to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings associated with recommendations with consideration of existing Savings Plans or RI benefits, or niether.
|
|
941
|
+
*/
|
|
942
|
+
Configuration?: RightsizingRecommendationConfiguration;
|
|
926
943
|
}
|
|
927
944
|
export interface GetSavingsPlansCoverageRequest {
|
|
928
945
|
/**
|
|
@@ -938,7 +955,7 @@ declare namespace CostExplorer {
|
|
|
938
955
|
*/
|
|
939
956
|
Granularity?: Granularity;
|
|
940
957
|
/**
|
|
941
|
-
* Filters Savings Plans coverage data by dimensions. You can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY GetSavingsPlansCoverage uses the same Expression object as the other operations, but only AND is supported among each dimension. If there are multiple values for a dimension, they are OR'd together.
|
|
958
|
+
* Filters Savings Plans coverage data by dimensions. You can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY GetSavingsPlansCoverage uses the same Expression object as the other operations, but only AND is supported among each dimension. If there are multiple values for a dimension, they are OR'd together. Cost category is also supported.
|
|
942
959
|
*/
|
|
943
960
|
Filter?: Expression;
|
|
944
961
|
/**
|
|
@@ -1192,9 +1209,13 @@ declare namespace CostExplorer {
|
|
|
1192
1209
|
*/
|
|
1193
1210
|
EffectiveOn?: ZonedDateTime;
|
|
1194
1211
|
/**
|
|
1195
|
-
* The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
|
|
1212
|
+
* The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
|
|
1196
1213
|
*/
|
|
1197
1214
|
NextToken?: NextPageToken;
|
|
1215
|
+
/**
|
|
1216
|
+
* The number of entries a paginated response contains.
|
|
1217
|
+
*/
|
|
1218
|
+
MaxResults?: CostCategoryMaxResults;
|
|
1198
1219
|
}
|
|
1199
1220
|
export interface ListCostCategoryDefinitionsResponse {
|
|
1200
1221
|
/**
|
|
@@ -1207,6 +1228,8 @@ declare namespace CostExplorer {
|
|
|
1207
1228
|
NextToken?: NextPageToken;
|
|
1208
1229
|
}
|
|
1209
1230
|
export type LookbackPeriodInDays = "SEVEN_DAYS"|"THIRTY_DAYS"|"SIXTY_DAYS"|string;
|
|
1231
|
+
export type MatchOption = "EQUALS"|"STARTS_WITH"|"ENDS_WITH"|"CONTAINS"|"CASE_SENSITIVE"|"CASE_INSENSITIVE"|string;
|
|
1232
|
+
export type MatchOptions = MatchOption[];
|
|
1210
1233
|
export type MaxResults = number;
|
|
1211
1234
|
export type Metric = "BLENDED_COST"|"UNBLENDED_COST"|"AMORTIZED_COST"|"NET_UNBLENDED_COST"|"NET_AMORTIZED_COST"|"USAGE_QUANTITY"|"NORMALIZED_USAGE_AMOUNT"|string;
|
|
1212
1235
|
export type MetricAmount = string;
|
|
@@ -1281,6 +1304,7 @@ declare namespace CostExplorer {
|
|
|
1281
1304
|
*/
|
|
1282
1305
|
SizeFlexEligible?: GenericBoolean;
|
|
1283
1306
|
}
|
|
1307
|
+
export type RecommendationTarget = "SAME_INSTANCE_FAMILY"|"CROSS_INSTANCE_FAMILY"|string;
|
|
1284
1308
|
export interface RedshiftInstanceDetails {
|
|
1285
1309
|
/**
|
|
1286
1310
|
* The instance family of the recommended reservation.
|
|
@@ -1489,7 +1513,7 @@ declare namespace CostExplorer {
|
|
|
1489
1513
|
*/
|
|
1490
1514
|
RecommendationId?: GenericString;
|
|
1491
1515
|
/**
|
|
1492
|
-
* The
|
|
1516
|
+
* The timestamp for when AWS made this recommendation.
|
|
1493
1517
|
*/
|
|
1494
1518
|
GenerationTimestamp?: GenericString;
|
|
1495
1519
|
}
|
|
@@ -1582,6 +1606,16 @@ declare namespace CostExplorer {
|
|
|
1582
1606
|
*/
|
|
1583
1607
|
TerminateRecommendationDetail?: TerminateRecommendationDetail;
|
|
1584
1608
|
}
|
|
1609
|
+
export interface RightsizingRecommendationConfiguration {
|
|
1610
|
+
/**
|
|
1611
|
+
* The option to see recommendations within the same instance family, or recommendations for instances across other families. The default value is SAME_INSTANCE_FAMILY.
|
|
1612
|
+
*/
|
|
1613
|
+
RecommendationTarget: RecommendationTarget;
|
|
1614
|
+
/**
|
|
1615
|
+
* The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is TRUE.
|
|
1616
|
+
*/
|
|
1617
|
+
BenefitsConsidered: GenericBoolean;
|
|
1618
|
+
}
|
|
1585
1619
|
export type RightsizingRecommendationList = RightsizingRecommendation[];
|
|
1586
1620
|
export interface RightsizingRecommendationMetadata {
|
|
1587
1621
|
/**
|
|
@@ -1656,7 +1690,7 @@ declare namespace CostExplorer {
|
|
|
1656
1690
|
*/
|
|
1657
1691
|
TotalCost?: GenericString;
|
|
1658
1692
|
/**
|
|
1659
|
-
* The percentage of your existing Savings
|
|
1693
|
+
* The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account(or set of accounts).
|
|
1660
1694
|
*/
|
|
1661
1695
|
CoveragePercentage?: GenericString;
|
|
1662
1696
|
}
|
|
@@ -1697,7 +1731,7 @@ declare namespace CostExplorer {
|
|
|
1697
1731
|
*/
|
|
1698
1732
|
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
1699
1733
|
/**
|
|
1700
|
-
* Details for the Savings Plans we recommend you
|
|
1734
|
+
* Details for the Savings Plans we recommend that you purchase to cover existing Savings Plans eligible workloads.
|
|
1701
1735
|
*/
|
|
1702
1736
|
SavingsPlansPurchaseRecommendationDetails?: SavingsPlansPurchaseRecommendationDetailList;
|
|
1703
1737
|
/**
|
|
@@ -1928,6 +1962,10 @@ declare namespace CostExplorer {
|
|
|
1928
1962
|
* The specific value of the tag.
|
|
1929
1963
|
*/
|
|
1930
1964
|
Values?: Values;
|
|
1965
|
+
/**
|
|
1966
|
+
* The match options that you can use to filter your results. MatchOptions is only applicable for only applicable for actions related to Cost Category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.
|
|
1967
|
+
*/
|
|
1968
|
+
MatchOptions?: MatchOptions;
|
|
1931
1969
|
}
|
|
1932
1970
|
export type TagValuesList = TagValues[];
|
|
1933
1971
|
export interface TargetInstance {
|
|
@@ -1983,7 +2021,7 @@ declare namespace CostExplorer {
|
|
|
1983
2021
|
CostCategoryArn: Arn;
|
|
1984
2022
|
RuleVersion: CostCategoryRuleVersion;
|
|
1985
2023
|
/**
|
|
1986
|
-
*
|
|
2024
|
+
* The Expression object used to categorize costs. For more information, see CostCategoryRule .
|
|
1987
2025
|
*/
|
|
1988
2026
|
Rules: CostCategoryRulesList;
|
|
1989
2027
|
}
|
package/clients/emr.d.ts
CHANGED
|
@@ -108,6 +108,14 @@ declare class EMR extends Service {
|
|
|
108
108
|
* Returns the Amazon EMR block public access configuration for your AWS account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
109
109
|
*/
|
|
110
110
|
getBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.GetBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.GetBlockPublicAccessConfigurationOutput, AWSError>;
|
|
111
|
+
/**
|
|
112
|
+
* Fetches the attached managed scaling policy for an Amazon EMR cluster.
|
|
113
|
+
*/
|
|
114
|
+
getManagedScalingPolicy(params: EMR.Types.GetManagedScalingPolicyInput, callback?: (err: AWSError, data: EMR.Types.GetManagedScalingPolicyOutput) => void): Request<EMR.Types.GetManagedScalingPolicyOutput, AWSError>;
|
|
115
|
+
/**
|
|
116
|
+
* Fetches the attached managed scaling policy for an Amazon EMR cluster.
|
|
117
|
+
*/
|
|
118
|
+
getManagedScalingPolicy(callback?: (err: AWSError, data: EMR.Types.GetManagedScalingPolicyOutput) => void): Request<EMR.Types.GetManagedScalingPolicyOutput, AWSError>;
|
|
111
119
|
/**
|
|
112
120
|
* Provides information about the bootstrap actions associated with a cluster.
|
|
113
121
|
*/
|
|
@@ -204,6 +212,14 @@ declare class EMR extends Service {
|
|
|
204
212
|
* Creates or updates an Amazon EMR block public access configuration for your AWS account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
205
213
|
*/
|
|
206
214
|
putBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.PutBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.PutBlockPublicAccessConfigurationOutput, AWSError>;
|
|
215
|
+
/**
|
|
216
|
+
* Creates or updates a managed scaling policy for an Amazon EMR cluster. The managed scaling policy defines the limits for resources, such as EC2 instances that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
217
|
+
*/
|
|
218
|
+
putManagedScalingPolicy(params: EMR.Types.PutManagedScalingPolicyInput, callback?: (err: AWSError, data: EMR.Types.PutManagedScalingPolicyOutput) => void): Request<EMR.Types.PutManagedScalingPolicyOutput, AWSError>;
|
|
219
|
+
/**
|
|
220
|
+
* Creates or updates a managed scaling policy for an Amazon EMR cluster. The managed scaling policy defines the limits for resources, such as EC2 instances that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
221
|
+
*/
|
|
222
|
+
putManagedScalingPolicy(callback?: (err: AWSError, data: EMR.Types.PutManagedScalingPolicyOutput) => void): Request<EMR.Types.PutManagedScalingPolicyOutput, AWSError>;
|
|
207
223
|
/**
|
|
208
224
|
* Removes an automatic scaling policy from a specified instance group within an EMR cluster.
|
|
209
225
|
*/
|
|
@@ -212,6 +228,14 @@ declare class EMR extends Service {
|
|
|
212
228
|
* Removes an automatic scaling policy from a specified instance group within an EMR cluster.
|
|
213
229
|
*/
|
|
214
230
|
removeAutoScalingPolicy(callback?: (err: AWSError, data: EMR.Types.RemoveAutoScalingPolicyOutput) => void): Request<EMR.Types.RemoveAutoScalingPolicyOutput, AWSError>;
|
|
231
|
+
/**
|
|
232
|
+
* Removes a managed scaling policy from a specified EMR cluster.
|
|
233
|
+
*/
|
|
234
|
+
removeManagedScalingPolicy(params: EMR.Types.RemoveManagedScalingPolicyInput, callback?: (err: AWSError, data: EMR.Types.RemoveManagedScalingPolicyOutput) => void): Request<EMR.Types.RemoveManagedScalingPolicyOutput, AWSError>;
|
|
235
|
+
/**
|
|
236
|
+
* Removes a managed scaling policy from a specified EMR cluster.
|
|
237
|
+
*/
|
|
238
|
+
removeManagedScalingPolicy(callback?: (err: AWSError, data: EMR.Types.RemoveManagedScalingPolicyOutput) => void): Request<EMR.Types.RemoveManagedScalingPolicyOutput, AWSError>;
|
|
215
239
|
/**
|
|
216
240
|
* Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters. The following example removes the stack tag with value Prod from a cluster:
|
|
217
241
|
*/
|
|
@@ -641,14 +665,14 @@ declare namespace EMR {
|
|
|
641
665
|
* The Amazon Resource Name of the cluster.
|
|
642
666
|
*/
|
|
643
667
|
ClusterArn?: ArnType;
|
|
644
|
-
/**
|
|
645
|
-
* Specifies the number of steps that can be executed concurrently.
|
|
646
|
-
*/
|
|
647
|
-
StepConcurrencyLevel?: Integer;
|
|
648
668
|
/**
|
|
649
669
|
* The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
|
|
650
670
|
*/
|
|
651
671
|
OutpostArn?: OptionalArnType;
|
|
672
|
+
/**
|
|
673
|
+
* Specifies the number of steps that can be executed concurrently.
|
|
674
|
+
*/
|
|
675
|
+
StepConcurrencyLevel?: Integer;
|
|
652
676
|
}
|
|
653
677
|
export type ClusterId = string;
|
|
654
678
|
export type ClusterState = "STARTING"|"BOOTSTRAPPING"|"RUNNING"|"WAITING"|"TERMINATING"|"TERMINATED"|"TERMINATED_WITH_ERRORS"|string;
|
|
@@ -735,6 +759,25 @@ declare namespace EMR {
|
|
|
735
759
|
}
|
|
736
760
|
export type CommandList = Command[];
|
|
737
761
|
export type ComparisonOperator = "GREATER_THAN_OR_EQUAL"|"GREATER_THAN"|"LESS_THAN"|"LESS_THAN_OR_EQUAL"|string;
|
|
762
|
+
export interface ComputeLimits {
|
|
763
|
+
/**
|
|
764
|
+
* The unit type used for specifying a managed scaling policy.
|
|
765
|
+
*/
|
|
766
|
+
UnitType: ComputeLimitsUnitType;
|
|
767
|
+
/**
|
|
768
|
+
* The lower boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
769
|
+
*/
|
|
770
|
+
MinimumCapacityUnits: Integer;
|
|
771
|
+
/**
|
|
772
|
+
* The upper boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
773
|
+
*/
|
|
774
|
+
MaximumCapacityUnits: Integer;
|
|
775
|
+
/**
|
|
776
|
+
* The upper boundary of on-demand EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The on-demand units are not allowed to scale beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
777
|
+
*/
|
|
778
|
+
MaximumOnDemandCapacityUnits?: Integer;
|
|
779
|
+
}
|
|
780
|
+
export type ComputeLimitsUnitType = "InstanceFleetUnits"|"Instances"|"VCPU"|string;
|
|
738
781
|
export interface Configuration {
|
|
739
782
|
/**
|
|
740
783
|
* The classification within a configuration.
|
|
@@ -960,7 +1003,7 @@ declare namespace EMR {
|
|
|
960
1003
|
}
|
|
961
1004
|
export interface GetBlockPublicAccessConfigurationOutput {
|
|
962
1005
|
/**
|
|
963
|
-
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updating the block public access configuration to remove the exception.
|
|
1006
|
+
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updating the block public access configuration to remove the exception. For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an EMR cluster in a Region before this date, block public access is enabled by default in that Region.
|
|
964
1007
|
*/
|
|
965
1008
|
BlockPublicAccessConfiguration: BlockPublicAccessConfiguration;
|
|
966
1009
|
/**
|
|
@@ -968,6 +1011,18 @@ declare namespace EMR {
|
|
|
968
1011
|
*/
|
|
969
1012
|
BlockPublicAccessConfigurationMetadata: BlockPublicAccessConfigurationMetadata;
|
|
970
1013
|
}
|
|
1014
|
+
export interface GetManagedScalingPolicyInput {
|
|
1015
|
+
/**
|
|
1016
|
+
* Specifies the ID of the cluster for which the managed scaling policy will be fetched.
|
|
1017
|
+
*/
|
|
1018
|
+
ClusterId: ClusterId;
|
|
1019
|
+
}
|
|
1020
|
+
export interface GetManagedScalingPolicyOutput {
|
|
1021
|
+
/**
|
|
1022
|
+
* Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
|
|
1023
|
+
*/
|
|
1024
|
+
ManagedScalingPolicy?: ManagedScalingPolicy;
|
|
1025
|
+
}
|
|
971
1026
|
export interface HadoopJarStepConfig {
|
|
972
1027
|
/**
|
|
973
1028
|
* A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.
|
|
@@ -1958,6 +2013,12 @@ declare namespace EMR {
|
|
|
1958
2013
|
Marker?: Marker;
|
|
1959
2014
|
}
|
|
1960
2015
|
export type Long = number;
|
|
2016
|
+
export interface ManagedScalingPolicy {
|
|
2017
|
+
/**
|
|
2018
|
+
* The EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
2019
|
+
*/
|
|
2020
|
+
ComputeLimits?: ComputeLimits;
|
|
2021
|
+
}
|
|
1961
2022
|
export type Marker = string;
|
|
1962
2023
|
export type MarketType = "ON_DEMAND"|"SPOT"|string;
|
|
1963
2024
|
export interface MetricDimension {
|
|
@@ -2066,12 +2127,24 @@ declare namespace EMR {
|
|
|
2066
2127
|
}
|
|
2067
2128
|
export interface PutBlockPublicAccessConfigurationInput {
|
|
2068
2129
|
/**
|
|
2069
|
-
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updating BlockPublicSecurityGroupRules to remove the exception.
|
|
2130
|
+
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updating BlockPublicSecurityGroupRules to remove the exception. For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an EMR cluster in a Region before this date, block public access is enabled by default in that Region.
|
|
2070
2131
|
*/
|
|
2071
2132
|
BlockPublicAccessConfiguration: BlockPublicAccessConfiguration;
|
|
2072
2133
|
}
|
|
2073
2134
|
export interface PutBlockPublicAccessConfigurationOutput {
|
|
2074
2135
|
}
|
|
2136
|
+
export interface PutManagedScalingPolicyInput {
|
|
2137
|
+
/**
|
|
2138
|
+
* Specifies the ID of an EMR cluster where the managed scaling policy is attached.
|
|
2139
|
+
*/
|
|
2140
|
+
ClusterId: ClusterId;
|
|
2141
|
+
/**
|
|
2142
|
+
* Specifies the constraints for the managed scaling policy.
|
|
2143
|
+
*/
|
|
2144
|
+
ManagedScalingPolicy: ManagedScalingPolicy;
|
|
2145
|
+
}
|
|
2146
|
+
export interface PutManagedScalingPolicyOutput {
|
|
2147
|
+
}
|
|
2075
2148
|
export interface RemoveAutoScalingPolicyInput {
|
|
2076
2149
|
/**
|
|
2077
2150
|
* Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
|
|
@@ -2084,6 +2157,14 @@ declare namespace EMR {
|
|
|
2084
2157
|
}
|
|
2085
2158
|
export interface RemoveAutoScalingPolicyOutput {
|
|
2086
2159
|
}
|
|
2160
|
+
export interface RemoveManagedScalingPolicyInput {
|
|
2161
|
+
/**
|
|
2162
|
+
* Specifies the ID of the cluster from which the managed scaling policy will be removed.
|
|
2163
|
+
*/
|
|
2164
|
+
ClusterId: ClusterId;
|
|
2165
|
+
}
|
|
2166
|
+
export interface RemoveManagedScalingPolicyOutput {
|
|
2167
|
+
}
|
|
2087
2168
|
export interface RemoveTagsInput {
|
|
2088
2169
|
/**
|
|
2089
2170
|
* The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.
|
|
@@ -2195,6 +2276,10 @@ declare namespace EMR {
|
|
|
2195
2276
|
* Specifies the number of steps that can be executed concurrently. The default value is 1. The maximum value is 256.
|
|
2196
2277
|
*/
|
|
2197
2278
|
StepConcurrencyLevel?: Integer;
|
|
2279
|
+
/**
|
|
2280
|
+
* The specified managed scaling policy for an Amazon EMR cluster.
|
|
2281
|
+
*/
|
|
2282
|
+
ManagedScalingPolicy?: ManagedScalingPolicy;
|
|
2198
2283
|
}
|
|
2199
2284
|
export interface RunJobFlowOutput {
|
|
2200
2285
|
/**
|
package/clients/es.d.ts
CHANGED
|
@@ -1459,6 +1459,10 @@ declare namespace ES {
|
|
|
1459
1459
|
* Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
|
|
1460
1460
|
*/
|
|
1461
1461
|
AutomatedUpdateDate?: DeploymentCloseDateTimeStamp;
|
|
1462
|
+
/**
|
|
1463
|
+
* True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.
|
|
1464
|
+
*/
|
|
1465
|
+
OptionalDeployment?: Boolean;
|
|
1462
1466
|
}
|
|
1463
1467
|
export type ServiceUrl = string;
|
|
1464
1468
|
export interface SnapshotOptions {
|