aws-sdk 2.1420.0 → 2.1422.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 +23 -1
- package/README.md +1 -1
- package/apis/billingconductor-2021-07-30.min.json +96 -68
- package/apis/ce-2017-10-25.min.json +80 -16
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +118 -72
- package/apis/cloudformation-2010-05-15.min.json +100 -30
- package/apis/customer-profiles-2020-08-15.min.json +253 -57
- package/apis/datasync-2018-11-09.min.json +198 -102
- package/apis/ec2-2016-11-15.min.json +300 -278
- package/apis/emr-serverless-2021-07-13.min.json +25 -3
- package/apis/glue-2017-03-31.min.json +344 -319
- package/apis/quicksight-2018-04-01.min.json +1341 -994
- package/apis/quicksight-2018-04-01.paginators.json +42 -0
- package/apis/rds-2014-10-31.min.json +2 -1
- package/apis/sagemaker-2017-07-24.min.json +4 -0
- package/apis/securityhub-2018-10-26.min.json +145 -108
- package/apis/sts-2011-06-15.min.json +21 -11
- package/apis/transfer-2018-11-05.min.json +117 -73
- package/apis/wisdom-2020-10-19.min.json +77 -59
- package/clients/apigatewayv2.d.ts +6 -6
- package/clients/billingconductor.d.ts +102 -69
- package/clients/chimesdkmediapipelines.d.ts +117 -3
- package/clients/cloudformation.d.ts +88 -1
- package/clients/costexplorer.d.ts +169 -8
- package/clients/customerprofiles.d.ts +204 -4
- package/clients/datasync.d.ts +171 -27
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ec2.d.ts +27 -1
- package/clients/emrserverless.d.ts +33 -2
- package/clients/glue.d.ts +29 -0
- package/clients/lambda.d.ts +1 -1
- package/clients/quicksight.d.ts +389 -0
- package/clients/rds.d.ts +14 -10
- package/clients/sagemaker.d.ts +4 -4
- package/clients/securityhub.d.ts +69 -10
- package/clients/sts.d.ts +17 -1
- package/clients/transfer.d.ts +85 -19
- package/clients/wisdom.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +506 -339
- package/dist/aws-sdk.min.js +98 -98
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +2 -2
- package/package.json +1 -1
@@ -165,6 +165,13 @@ declare class ChimeSDKMediaPipelines extends Service {
|
|
165
165
|
updateMediaInsightsPipelineStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
166
166
|
}
|
167
167
|
declare namespace ChimeSDKMediaPipelines {
|
168
|
+
export interface ActiveSpeakerOnlyConfiguration {
|
169
|
+
/**
|
170
|
+
* The position of the ActiveSpeakerOnly video tile.
|
171
|
+
*/
|
172
|
+
ActiveSpeakerPosition?: ActiveSpeakerPosition;
|
173
|
+
}
|
174
|
+
export type ActiveSpeakerPosition = "TopLeft"|"TopRight"|"BottomLeft"|"BottomRight"|string;
|
168
175
|
export type AmazonResourceName = string;
|
169
176
|
export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
170
177
|
/**
|
@@ -224,7 +231,7 @@ declare namespace ChimeSDKMediaPipelines {
|
|
224
231
|
/**
|
225
232
|
* The language code that represents the language spoken in your audio. If you're unsure of the language spoken in your audio, consider using IdentifyLanguage to enable automatic language identification. For a list of languages that real-time Call Analytics supports, see the Supported languages table in the Amazon Transcribe Developer Guide.
|
226
233
|
*/
|
227
|
-
LanguageCode
|
234
|
+
LanguageCode?: CallAnalyticsLanguageCode;
|
228
235
|
/**
|
229
236
|
* The name of the custom vocabulary that you specified in your Call Analytics request. Length Constraints: Minimum length of 1. Maximum length of 200.
|
230
237
|
*/
|
@@ -269,6 +276,26 @@ declare namespace ChimeSDKMediaPipelines {
|
|
269
276
|
* If true, TranscriptEvents with IsPartial: true are filtered out of the insights target.
|
270
277
|
*/
|
271
278
|
FilterPartialResults?: Boolean;
|
279
|
+
/**
|
280
|
+
* Turns language identification on or off.
|
281
|
+
*/
|
282
|
+
IdentifyLanguage?: Boolean;
|
283
|
+
/**
|
284
|
+
* The language options for the transcription, such as automatic language detection.
|
285
|
+
*/
|
286
|
+
LanguageOptions?: LanguageOptions;
|
287
|
+
/**
|
288
|
+
* The preferred language for the transcription.
|
289
|
+
*/
|
290
|
+
PreferredLanguage?: CallAnalyticsLanguageCode;
|
291
|
+
/**
|
292
|
+
* The names of the custom vocabulary or vocabularies used during transcription.
|
293
|
+
*/
|
294
|
+
VocabularyNames?: VocabularyNames;
|
295
|
+
/**
|
296
|
+
* The names of the custom vocabulary filter or filters using during transcription.
|
297
|
+
*/
|
298
|
+
VocabularyFilterNames?: VocabularyFilterNames;
|
272
299
|
}
|
273
300
|
export type Arn = string;
|
274
301
|
export interface ArtifactsConcatenationConfiguration {
|
@@ -339,7 +366,10 @@ declare namespace ChimeSDKMediaPipelines {
|
|
339
366
|
export type AudioMuxType = "AudioOnly"|"AudioWithActiveSpeakerVideo"|"AudioWithCompositedVideo"|string;
|
340
367
|
export type AudioSampleRateOption = string;
|
341
368
|
export type Boolean = boolean;
|
369
|
+
export type BorderColor = "Black"|"Blue"|"Red"|"Green"|"White"|"Yellow"|string;
|
370
|
+
export type BorderThickness = number;
|
342
371
|
export type CallAnalyticsLanguageCode = "en-US"|"en-GB"|"es-US"|"fr-CA"|"fr-FR"|"en-AU"|"it-IT"|"de-DE"|"pt-BR"|string;
|
372
|
+
export type CanvasOrientation = "Landscape"|"Portrait"|string;
|
343
373
|
export type CategoryName = string;
|
344
374
|
export type CategoryNameList = CategoryName[];
|
345
375
|
export interface ChannelDefinition {
|
@@ -451,8 +481,9 @@ declare namespace ChimeSDKMediaPipelines {
|
|
451
481
|
}
|
452
482
|
export type ContentMuxType = "ContentOnly"|string;
|
453
483
|
export type ContentRedactionOutput = "redacted"|"redacted_and_unredacted"|string;
|
454
|
-
export type ContentShareLayoutOption = "PresenterOnly"|"Horizontal"|"Vertical"|string;
|
484
|
+
export type ContentShareLayoutOption = "PresenterOnly"|"Horizontal"|"Vertical"|"ActiveSpeakerOnly"|string;
|
455
485
|
export type ContentType = "PII"|string;
|
486
|
+
export type CornerRadius = number;
|
456
487
|
export interface CreateMediaCapturePipelineRequest {
|
457
488
|
/**
|
458
489
|
* Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
|
@@ -563,7 +594,7 @@ declare namespace ChimeSDKMediaPipelines {
|
|
563
594
|
*/
|
564
595
|
KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
|
565
596
|
/**
|
566
|
-
* The runtime configuration for the S3 recording sink.
|
597
|
+
* The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in S3RecordingSinkConfiguration.
|
567
598
|
*/
|
568
599
|
S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
|
569
600
|
/**
|
@@ -688,8 +719,48 @@ declare namespace ChimeSDKMediaPipelines {
|
|
688
719
|
* Defines the configuration options for a presenter only video tile.
|
689
720
|
*/
|
690
721
|
PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
|
722
|
+
/**
|
723
|
+
* The configuration settings for an ActiveSpeakerOnly video tile.
|
724
|
+
*/
|
725
|
+
ActiveSpeakerOnlyConfiguration?: ActiveSpeakerOnlyConfiguration;
|
726
|
+
/**
|
727
|
+
* The configuration settings for a horizontal layout.
|
728
|
+
*/
|
729
|
+
HorizontalLayoutConfiguration?: HorizontalLayoutConfiguration;
|
730
|
+
/**
|
731
|
+
* The configuration settings for a vertical layout.
|
732
|
+
*/
|
733
|
+
VerticalLayoutConfiguration?: VerticalLayoutConfiguration;
|
734
|
+
/**
|
735
|
+
* The attribute settings for the video tiles.
|
736
|
+
*/
|
737
|
+
VideoAttribute?: VideoAttribute;
|
738
|
+
/**
|
739
|
+
* The orientation setting, horizontal or vertical.
|
740
|
+
*/
|
741
|
+
CanvasOrientation?: CanvasOrientation;
|
691
742
|
}
|
692
743
|
export type GuidString = string;
|
744
|
+
export type HighlightColor = "Black"|"Blue"|"Red"|"Green"|"White"|"Yellow"|string;
|
745
|
+
export interface HorizontalLayoutConfiguration {
|
746
|
+
/**
|
747
|
+
* Sets the automatic ordering of the video tiles.
|
748
|
+
*/
|
749
|
+
TileOrder?: TileOrder;
|
750
|
+
/**
|
751
|
+
* Sets the position of horizontal tiles.
|
752
|
+
*/
|
753
|
+
TilePosition?: HorizontalTilePosition;
|
754
|
+
/**
|
755
|
+
* The maximum number of video tiles to display.
|
756
|
+
*/
|
757
|
+
TileCount?: TileCount;
|
758
|
+
/**
|
759
|
+
* Sets the aspect ratio of the video tiles, such as 16:9.
|
760
|
+
*/
|
761
|
+
TileAspectRatio?: TileAspectRatio;
|
762
|
+
}
|
763
|
+
export type HorizontalTilePosition = "Top"|"Bottom"|string;
|
693
764
|
export type Iso8601Timestamp = Date;
|
694
765
|
export interface IssueDetectionConfiguration {
|
695
766
|
/**
|
@@ -750,6 +821,7 @@ declare namespace ChimeSDKMediaPipelines {
|
|
750
821
|
*/
|
751
822
|
InsightsTarget?: Arn;
|
752
823
|
}
|
824
|
+
export type LanguageOptions = string;
|
753
825
|
export type LayoutOption = "GridView"|string;
|
754
826
|
export interface ListMediaCapturePipelinesRequest {
|
755
827
|
/**
|
@@ -1350,6 +1422,9 @@ declare namespace ChimeSDKMediaPipelines {
|
|
1350
1422
|
export interface TagResourceResponse {
|
1351
1423
|
}
|
1352
1424
|
export type TagValue = string;
|
1425
|
+
export type TileAspectRatio = string;
|
1426
|
+
export type TileCount = number;
|
1427
|
+
export type TileOrder = "JoinSequence"|"SpeakerSequence"|string;
|
1353
1428
|
export type Timestamp = Date;
|
1354
1429
|
export interface TimestampRange {
|
1355
1430
|
/**
|
@@ -1413,6 +1488,25 @@ declare namespace ChimeSDKMediaPipelines {
|
|
1413
1488
|
*/
|
1414
1489
|
UpdateStatus: MediaPipelineStatusUpdate;
|
1415
1490
|
}
|
1491
|
+
export interface VerticalLayoutConfiguration {
|
1492
|
+
/**
|
1493
|
+
* Sets the automatic ordering of the video tiles.
|
1494
|
+
*/
|
1495
|
+
TileOrder?: TileOrder;
|
1496
|
+
/**
|
1497
|
+
* Sets the position of vertical tiles.
|
1498
|
+
*/
|
1499
|
+
TilePosition?: VerticalTilePosition;
|
1500
|
+
/**
|
1501
|
+
* The maximum number of tiles to display.
|
1502
|
+
*/
|
1503
|
+
TileCount?: TileCount;
|
1504
|
+
/**
|
1505
|
+
* Sets the aspect ratio of the video tiles, such as 16:9.
|
1506
|
+
*/
|
1507
|
+
TileAspectRatio?: TileAspectRatio;
|
1508
|
+
}
|
1509
|
+
export type VerticalTilePosition = "Left"|"Right"|string;
|
1416
1510
|
export interface VideoArtifactsConfiguration {
|
1417
1511
|
/**
|
1418
1512
|
* Indicates whether the video artifact is enabled or disabled.
|
@@ -1423,6 +1517,24 @@ declare namespace ChimeSDKMediaPipelines {
|
|
1423
1517
|
*/
|
1424
1518
|
MuxType?: VideoMuxType;
|
1425
1519
|
}
|
1520
|
+
export interface VideoAttribute {
|
1521
|
+
/**
|
1522
|
+
* Sets the corner radius of all video tiles.
|
1523
|
+
*/
|
1524
|
+
CornerRadius?: CornerRadius;
|
1525
|
+
/**
|
1526
|
+
* Defines the border color of all video tiles.
|
1527
|
+
*/
|
1528
|
+
BorderColor?: BorderColor;
|
1529
|
+
/**
|
1530
|
+
* Defines the highlight color for the active video tile.
|
1531
|
+
*/
|
1532
|
+
HighlightColor?: HighlightColor;
|
1533
|
+
/**
|
1534
|
+
* Defines the border thickness for all video tiles.
|
1535
|
+
*/
|
1536
|
+
BorderThickness?: BorderThickness;
|
1537
|
+
}
|
1426
1538
|
export interface VideoConcatenationConfiguration {
|
1427
1539
|
/**
|
1428
1540
|
* Enables or disables the configuration object.
|
@@ -1432,7 +1544,9 @@ declare namespace ChimeSDKMediaPipelines {
|
|
1432
1544
|
export type VideoMuxType = "VideoOnly"|string;
|
1433
1545
|
export type VocabularyFilterMethod = "remove"|"mask"|"tag"|string;
|
1434
1546
|
export type VocabularyFilterName = string;
|
1547
|
+
export type VocabularyFilterNames = string;
|
1435
1548
|
export type VocabularyName = string;
|
1549
|
+
export type VocabularyNames = string;
|
1436
1550
|
export type VoiceAnalyticsConfigurationStatus = "Enabled"|"Disabled"|string;
|
1437
1551
|
export interface VoiceAnalyticsProcessorConfiguration {
|
1438
1552
|
/**
|
@@ -364,6 +364,14 @@ declare class CloudFormation extends Service {
|
|
364
364
|
* Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports. For more information about importing an exported output value, see the Fn::ImportValue function.
|
365
365
|
*/
|
366
366
|
listImports(callback?: (err: AWSError, data: CloudFormation.Types.ListImportsOutput) => void): Request<CloudFormation.Types.ListImportsOutput, AWSError>;
|
367
|
+
/**
|
368
|
+
* Returns drift information for resources in a stack instance. ListStackInstanceResourceDrifts returns drift information for the most recent drift detection operation. If an operation is in progress, it may only return partial results.
|
369
|
+
*/
|
370
|
+
listStackInstanceResourceDrifts(params: CloudFormation.Types.ListStackInstanceResourceDriftsInput, callback?: (err: AWSError, data: CloudFormation.Types.ListStackInstanceResourceDriftsOutput) => void): Request<CloudFormation.Types.ListStackInstanceResourceDriftsOutput, AWSError>;
|
371
|
+
/**
|
372
|
+
* Returns drift information for resources in a stack instance. ListStackInstanceResourceDrifts returns drift information for the most recent drift detection operation. If an operation is in progress, it may only return partial results.
|
373
|
+
*/
|
374
|
+
listStackInstanceResourceDrifts(callback?: (err: AWSError, data: CloudFormation.Types.ListStackInstanceResourceDriftsOutput) => void): Request<CloudFormation.Types.ListStackInstanceResourceDriftsOutput, AWSError>;
|
367
375
|
/**
|
368
376
|
* Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that have a specific status.
|
369
377
|
*/
|
@@ -2243,6 +2251,50 @@ declare namespace CloudFormation {
|
|
2243
2251
|
*/
|
2244
2252
|
NextToken?: NextToken;
|
2245
2253
|
}
|
2254
|
+
export interface ListStackInstanceResourceDriftsInput {
|
2255
|
+
/**
|
2256
|
+
* The name or unique ID of the stack set that you want to list drifted resources for.
|
2257
|
+
*/
|
2258
|
+
StackSetName: StackSetNameOrId;
|
2259
|
+
/**
|
2260
|
+
* If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
|
2261
|
+
*/
|
2262
|
+
NextToken?: NextToken;
|
2263
|
+
/**
|
2264
|
+
* The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
|
2265
|
+
*/
|
2266
|
+
MaxResults?: MaxResults;
|
2267
|
+
/**
|
2268
|
+
* The resource drift status of the stack instance. DELETED: The resource differs from its expected template configuration in that the resource has been deleted. MODIFIED: One or more resource properties differ from their expected template values. IN_SYNC: The resource's actual configuration matches its expected template configuration. NOT_CHECKED: CloudFormation doesn't currently return this value.
|
2269
|
+
*/
|
2270
|
+
StackInstanceResourceDriftStatuses?: StackResourceDriftStatusFilters;
|
2271
|
+
/**
|
2272
|
+
* The name of the Amazon Web Services account that you want to list resource drifts for.
|
2273
|
+
*/
|
2274
|
+
StackInstanceAccount: Account;
|
2275
|
+
/**
|
2276
|
+
* The name of the Region where you want to list resource drifts.
|
2277
|
+
*/
|
2278
|
+
StackInstanceRegion: Region;
|
2279
|
+
/**
|
2280
|
+
* The unique ID of the drift operation.
|
2281
|
+
*/
|
2282
|
+
OperationId: ClientRequestToken;
|
2283
|
+
/**
|
2284
|
+
* [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, SELF is specified. Use SELF for stack sets with self-managed permissions. If you are signed in to the management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN. Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
|
2285
|
+
*/
|
2286
|
+
CallAs?: CallAs;
|
2287
|
+
}
|
2288
|
+
export interface ListStackInstanceResourceDriftsOutput {
|
2289
|
+
/**
|
2290
|
+
* A list of StackInstanceResourceDriftSummary structures that contain information about the specified stack instances.
|
2291
|
+
*/
|
2292
|
+
Summaries?: StackInstanceResourceDriftsSummaries;
|
2293
|
+
/**
|
2294
|
+
* If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
|
2295
|
+
*/
|
2296
|
+
NextToken?: NextToken;
|
2297
|
+
}
|
2246
2298
|
export interface ListStackInstancesInput {
|
2247
2299
|
/**
|
2248
2300
|
* The name or unique ID of the stack set that you want to list stack instances for.
|
@@ -3342,9 +3394,44 @@ declare namespace CloudFormation {
|
|
3342
3394
|
*/
|
3343
3395
|
Values?: StackInstanceFilterValues;
|
3344
3396
|
}
|
3345
|
-
export type StackInstanceFilterName = "DETAILED_STATUS"|"LAST_OPERATION_ID"|string;
|
3397
|
+
export type StackInstanceFilterName = "DETAILED_STATUS"|"LAST_OPERATION_ID"|"DRIFT_STATUS"|string;
|
3346
3398
|
export type StackInstanceFilterValues = string;
|
3347
3399
|
export type StackInstanceFilters = StackInstanceFilter[];
|
3400
|
+
export type StackInstanceResourceDriftsSummaries = StackInstanceResourceDriftsSummary[];
|
3401
|
+
export interface StackInstanceResourceDriftsSummary {
|
3402
|
+
/**
|
3403
|
+
* The ID of the stack instance.
|
3404
|
+
*/
|
3405
|
+
StackId: StackId;
|
3406
|
+
/**
|
3407
|
+
* The logical name of the resource specified in the template.
|
3408
|
+
*/
|
3409
|
+
LogicalResourceId: LogicalResourceId;
|
3410
|
+
/**
|
3411
|
+
* The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
|
3412
|
+
*/
|
3413
|
+
PhysicalResourceId?: PhysicalResourceId;
|
3414
|
+
/**
|
3415
|
+
* Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
|
3416
|
+
*/
|
3417
|
+
PhysicalResourceIdContext?: PhysicalResourceIdContext;
|
3418
|
+
/**
|
3419
|
+
* Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.
|
3420
|
+
*/
|
3421
|
+
ResourceType: ResourceType;
|
3422
|
+
/**
|
3423
|
+
* Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
|
3424
|
+
*/
|
3425
|
+
PropertyDifferences?: PropertyDifferences;
|
3426
|
+
/**
|
3427
|
+
* The drift status of the resource in a stack instance. DELETED: The resource differs from its expected template configuration in that the resource has been deleted. MODIFIED: One or more resource properties differ from their expected template values. IN_SYNC: The resource's actual configuration matches its expected template configuration. NOT_CHECKED: CloudFormation doesn't currently return this value.
|
3428
|
+
*/
|
3429
|
+
StackResourceDriftStatus: StackResourceDriftStatus;
|
3430
|
+
/**
|
3431
|
+
* Time at which the stack instance drift detection operation was initiated.
|
3432
|
+
*/
|
3433
|
+
Timestamp: Timestamp;
|
3434
|
+
}
|
3348
3435
|
export type StackInstanceStatus = "CURRENT"|"OUTDATED"|"INOPERABLE"|string;
|
3349
3436
|
export type StackInstanceSummaries = StackInstanceSummary[];
|
3350
3437
|
export interface StackInstanceSummary {
|
@@ -163,6 +163,14 @@ declare class CostExplorer extends Service {
|
|
163
163
|
* Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances. Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For more information about calculation and function, see Optimizing Your Cost with Rightsizing Recommendations in the Billing and Cost Management User Guide.
|
164
164
|
*/
|
165
165
|
getRightsizingRecommendation(callback?: (err: AWSError, data: CostExplorer.Types.GetRightsizingRecommendationResponse) => void): Request<CostExplorer.Types.GetRightsizingRecommendationResponse, AWSError>;
|
166
|
+
/**
|
167
|
+
* Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the new cost, coverage, and utilization charts.
|
168
|
+
*/
|
169
|
+
getSavingsPlanPurchaseRecommendationDetails(params: CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsRequest, callback?: (err: AWSError, data: CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse) => void): Request<CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse, AWSError>;
|
170
|
+
/**
|
171
|
+
* Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the new cost, coverage, and utilization charts.
|
172
|
+
*/
|
173
|
+
getSavingsPlanPurchaseRecommendationDetails(callback?: (err: AWSError, data: CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse) => void): Request<CostExplorer.Types.GetSavingsPlanPurchaseRecommendationDetailsResponse, AWSError>;
|
166
174
|
/**
|
167
175
|
* 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 management 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.
|
168
176
|
*/
|
@@ -284,11 +292,11 @@ declare class CostExplorer extends Service {
|
|
284
292
|
*/
|
285
293
|
updateAnomalyMonitor(callback?: (err: AWSError, data: CostExplorer.Types.UpdateAnomalyMonitorResponse) => void): Request<CostExplorer.Types.UpdateAnomalyMonitorResponse, AWSError>;
|
286
294
|
/**
|
287
|
-
* Updates an existing cost anomaly
|
295
|
+
* Updates an existing cost anomaly subscription. Specify the fields that you want to update. Omitted fields are unchanged. The JSON below describes the generic construct for each type. See Request Parameters for possible values as they apply to AnomalySubscription.
|
288
296
|
*/
|
289
297
|
updateAnomalySubscription(params: CostExplorer.Types.UpdateAnomalySubscriptionRequest, callback?: (err: AWSError, data: CostExplorer.Types.UpdateAnomalySubscriptionResponse) => void): Request<CostExplorer.Types.UpdateAnomalySubscriptionResponse, AWSError>;
|
290
298
|
/**
|
291
|
-
* Updates an existing cost anomaly
|
299
|
+
* Updates an existing cost anomaly subscription. Specify the fields that you want to update. Omitted fields are unchanged. The JSON below describes the generic construct for each type. See Request Parameters for possible values as they apply to AnomalySubscription.
|
292
300
|
*/
|
293
301
|
updateAnomalySubscription(callback?: (err: AWSError, data: CostExplorer.Types.UpdateAnomalySubscriptionResponse) => void): Request<CostExplorer.Types.UpdateAnomalySubscriptionResponse, AWSError>;
|
294
302
|
/**
|
@@ -426,11 +434,11 @@ declare namespace CostExplorer {
|
|
426
434
|
*/
|
427
435
|
Subscribers: Subscribers;
|
428
436
|
/**
|
429
|
-
* (deprecated)
|
437
|
+
* (deprecated) An absolute dollar value that must be exceeded by the anomaly's total impact (see Impact for more details) for an anomaly notification to be generated. This field has been deprecated. To specify a threshold, use ThresholdExpression. Continued use of Threshold will be treated as shorthand syntax for a ThresholdExpression. One of Threshold or ThresholdExpression is required for this resource. You cannot specify both.
|
430
438
|
*/
|
431
439
|
Threshold?: NullableNonNegativeDouble;
|
432
440
|
/**
|
433
|
-
* The frequency that anomaly
|
441
|
+
* The frequency that anomaly notifications are sent. Notifications are sent either over email (for DAILY and WEEKLY frequencies) or SNS (for IMMEDIATE frequency). For more information, see Creating an Amazon SNS topic for anomaly notifications.
|
434
442
|
*/
|
435
443
|
Frequency: AnomalySubscriptionFrequency;
|
436
444
|
/**
|
@@ -438,7 +446,7 @@ declare namespace CostExplorer {
|
|
438
446
|
*/
|
439
447
|
SubscriptionName: GenericString;
|
440
448
|
/**
|
441
|
-
* An Expression object used to specify the anomalies that you want to generate alerts for. This supports dimensions and nested expressions. The supported dimensions are ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE. The supported nested expression types are AND and OR. The match option GREATER_THAN_OR_EQUAL is required. Values must be numbers between 0 and 10,000,000,000. One of Threshold or ThresholdExpression is required for this resource. The following are examples of valid ThresholdExpressions: Absolute threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } Percentage threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } AND two thresholds together: { "And": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } OR two thresholds together: { "Or": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] }
|
449
|
+
* An Expression object used to specify the anomalies that you want to generate alerts for. This supports dimensions and nested expressions. The supported dimensions are ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE, corresponding to an anomaly’s TotalImpact and TotalImpactPercentage, respectively (see Impact for more details). The supported nested expression types are AND and OR. The match option GREATER_THAN_OR_EQUAL is required. Values must be numbers between 0 and 10,000,000,000 in string format. One of Threshold or ThresholdExpression is required for this resource. You cannot specify both. The following are examples of valid ThresholdExpressions: Absolute threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } Percentage threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } AND two thresholds together: { "And": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } OR two thresholds together: { "Or": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] }
|
442
450
|
*/
|
443
451
|
ThresholdExpression?: Expression;
|
444
452
|
}
|
@@ -565,7 +573,7 @@ declare namespace CostExplorer {
|
|
565
573
|
export interface CostCategoryRule {
|
566
574
|
Value?: CostCategoryValue;
|
567
575
|
/**
|
568
|
-
* 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,
|
576
|
+
* 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, LINKED_ACCOUNT_NAME, REGION, and USAGE_TYPE. 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 Billing and Cost Management User Guide.
|
569
577
|
*/
|
570
578
|
Rule?: Expression;
|
571
579
|
/**
|
@@ -1644,6 +1652,22 @@ declare namespace CostExplorer {
|
|
1644
1652
|
*/
|
1645
1653
|
Configuration?: RightsizingRecommendationConfiguration;
|
1646
1654
|
}
|
1655
|
+
export interface GetSavingsPlanPurchaseRecommendationDetailsRequest {
|
1656
|
+
/**
|
1657
|
+
* The ID that is associated with the Savings Plan recommendation.
|
1658
|
+
*/
|
1659
|
+
RecommendationDetailId: RecommendationDetailId;
|
1660
|
+
}
|
1661
|
+
export interface GetSavingsPlanPurchaseRecommendationDetailsResponse {
|
1662
|
+
/**
|
1663
|
+
* The ID that is associated with the Savings Plan recommendation.
|
1664
|
+
*/
|
1665
|
+
RecommendationDetailId?: RecommendationDetailId;
|
1666
|
+
/**
|
1667
|
+
* Contains detailed information about a specific Savings Plan recommendation.
|
1668
|
+
*/
|
1669
|
+
RecommendationDetailData?: RecommendationDetailData;
|
1670
|
+
}
|
1647
1671
|
export interface GetSavingsPlansCoverageRequest {
|
1648
1672
|
/**
|
1649
1673
|
* The time period that you want the usage and costs for. The Start date must be within 13 months. The End date must be after the Start date, and before the current date. Future dates can't be used as an End date.
|
@@ -2069,6 +2093,7 @@ declare namespace CostExplorer {
|
|
2069
2093
|
Unit?: MetricUnit;
|
2070
2094
|
}
|
2071
2095
|
export type Metrics = {[key: string]: MetricValue};
|
2096
|
+
export type MetricsOverLookbackPeriod = RecommendationDetailHourlyMetrics[];
|
2072
2097
|
export interface ModifyRecommendationDetail {
|
2073
2098
|
/**
|
2074
2099
|
* Determines whether this instance type is the Amazon Web Services default recommendation.
|
@@ -2169,6 +2194,138 @@ declare namespace CostExplorer {
|
|
2169
2194
|
}
|
2170
2195
|
export type RICostForUnusedHours = string;
|
2171
2196
|
export type RealizedSavings = string;
|
2197
|
+
export interface RecommendationDetailData {
|
2198
|
+
/**
|
2199
|
+
* The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including the management account and member accounts if the value is set to PAYER. If the value is LINKED, recommendations are calculated for individual member accounts only.
|
2200
|
+
*/
|
2201
|
+
AccountScope?: AccountScope;
|
2202
|
+
/**
|
2203
|
+
* How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
2204
|
+
*/
|
2205
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
2206
|
+
/**
|
2207
|
+
* The requested Savings Plan recommendation type.
|
2208
|
+
*/
|
2209
|
+
SavingsPlansType?: SupportedSavingsPlansType;
|
2210
|
+
/**
|
2211
|
+
* The term of the commitment in years.
|
2212
|
+
*/
|
2213
|
+
TermInYears?: TermInYears;
|
2214
|
+
/**
|
2215
|
+
* The payment option for the commitment (for example, All Upfront or No Upfront).
|
2216
|
+
*/
|
2217
|
+
PaymentOption?: PaymentOption;
|
2218
|
+
/**
|
2219
|
+
* The AccountID that the recommendation is generated for.
|
2220
|
+
*/
|
2221
|
+
AccountId?: GenericString;
|
2222
|
+
/**
|
2223
|
+
* The currency code that Amazon Web Services used to generate the recommendation and present potential savings.
|
2224
|
+
*/
|
2225
|
+
CurrencyCode?: GenericString;
|
2226
|
+
/**
|
2227
|
+
* The instance family of the recommended Savings Plan.
|
2228
|
+
*/
|
2229
|
+
InstanceFamily?: GenericString;
|
2230
|
+
/**
|
2231
|
+
* The region the recommendation is generated for.
|
2232
|
+
*/
|
2233
|
+
Region?: GenericString;
|
2234
|
+
/**
|
2235
|
+
* The unique ID that's used to distinguish Savings Plans from one another.
|
2236
|
+
*/
|
2237
|
+
OfferingId?: GenericString;
|
2238
|
+
GenerationTimestamp?: ZonedDateTime;
|
2239
|
+
LatestUsageTimestamp?: ZonedDateTime;
|
2240
|
+
/**
|
2241
|
+
* The average value of hourly On-Demand spend over the lookback period of the applicable usage type.
|
2242
|
+
*/
|
2243
|
+
CurrentAverageHourlyOnDemandSpend?: GenericString;
|
2244
|
+
/**
|
2245
|
+
* The highest value of hourly On-Demand spend over the lookback period of the applicable usage type.
|
2246
|
+
*/
|
2247
|
+
CurrentMaximumHourlyOnDemandSpend?: GenericString;
|
2248
|
+
/**
|
2249
|
+
* The lowest value of hourly On-Demand spend over the lookback period of the applicable usage type.
|
2250
|
+
*/
|
2251
|
+
CurrentMinimumHourlyOnDemandSpend?: GenericString;
|
2252
|
+
/**
|
2253
|
+
* The estimated utilization of the recommended Savings Plan.
|
2254
|
+
*/
|
2255
|
+
EstimatedAverageUtilization?: GenericString;
|
2256
|
+
/**
|
2257
|
+
* The estimated monthly savings amount based on the recommended Savings Plan.
|
2258
|
+
*/
|
2259
|
+
EstimatedMonthlySavingsAmount?: GenericString;
|
2260
|
+
/**
|
2261
|
+
* The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the lookback period.
|
2262
|
+
*/
|
2263
|
+
EstimatedOnDemandCost?: GenericString;
|
2264
|
+
/**
|
2265
|
+
* The estimated On-Demand costs you expect with no additional commitment, based on your usage of the selected time period and the Savings Plan you own.
|
2266
|
+
*/
|
2267
|
+
EstimatedOnDemandCostWithCurrentCommitment?: GenericString;
|
2268
|
+
/**
|
2269
|
+
* The estimated return on investment that's based on the recommended Savings Plan that you purchased. This is calculated as estimatedSavingsAmount/estimatedSPCost*100.
|
2270
|
+
*/
|
2271
|
+
EstimatedROI?: GenericString;
|
2272
|
+
/**
|
2273
|
+
* The cost of the recommended Savings Plan over the length of the lookback period.
|
2274
|
+
*/
|
2275
|
+
EstimatedSPCost?: GenericString;
|
2276
|
+
/**
|
2277
|
+
* The estimated savings amount that's based on the recommended Savings Plan over the length of the lookback period.
|
2278
|
+
*/
|
2279
|
+
EstimatedSavingsAmount?: GenericString;
|
2280
|
+
/**
|
2281
|
+
* The estimated savings percentage relative to the total cost of applicable On-Demand usage over the lookback period.
|
2282
|
+
*/
|
2283
|
+
EstimatedSavingsPercentage?: GenericString;
|
2284
|
+
/**
|
2285
|
+
* The existing hourly commitment for the Savings Plan type.
|
2286
|
+
*/
|
2287
|
+
ExistingHourlyCommitment?: GenericString;
|
2288
|
+
/**
|
2289
|
+
* The recommended hourly commitment level for the Savings Plan type and the configuration that's based on the usage during the lookback period.
|
2290
|
+
*/
|
2291
|
+
HourlyCommitmentToPurchase?: GenericString;
|
2292
|
+
/**
|
2293
|
+
* The upfront cost of the recommended Savings Plan, based on the selected payment option.
|
2294
|
+
*/
|
2295
|
+
UpfrontCost?: GenericString;
|
2296
|
+
/**
|
2297
|
+
* The average value of hourly coverage over the lookback period.
|
2298
|
+
*/
|
2299
|
+
CurrentAverageCoverage?: GenericString;
|
2300
|
+
/**
|
2301
|
+
* The estimated coverage of the recommended Savings Plan.
|
2302
|
+
*/
|
2303
|
+
EstimatedAverageCoverage?: GenericString;
|
2304
|
+
/**
|
2305
|
+
* The related hourly cost, coverage, and utilization metrics over the lookback period.
|
2306
|
+
*/
|
2307
|
+
MetricsOverLookbackPeriod?: MetricsOverLookbackPeriod;
|
2308
|
+
}
|
2309
|
+
export interface RecommendationDetailHourlyMetrics {
|
2310
|
+
StartTime?: ZonedDateTime;
|
2311
|
+
/**
|
2312
|
+
* The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the lookback period.
|
2313
|
+
*/
|
2314
|
+
EstimatedOnDemandCost?: GenericString;
|
2315
|
+
/**
|
2316
|
+
* The current amount of Savings Plans eligible usage that the Savings Plan covered.
|
2317
|
+
*/
|
2318
|
+
CurrentCoverage?: GenericString;
|
2319
|
+
/**
|
2320
|
+
* The estimated coverage amount based on the recommended Savings Plan.
|
2321
|
+
*/
|
2322
|
+
EstimatedCoverage?: GenericString;
|
2323
|
+
/**
|
2324
|
+
* The estimated utilization for the recommended Savings Plan.
|
2325
|
+
*/
|
2326
|
+
EstimatedNewCommitmentUtilization?: GenericString;
|
2327
|
+
}
|
2328
|
+
export type RecommendationDetailId = string;
|
2172
2329
|
export type RecommendationId = string;
|
2173
2330
|
export type RecommendationIdList = RecommendationId[];
|
2174
2331
|
export type RecommendationTarget = "SAME_INSTANCE_FAMILY"|"CROSS_INSTANCE_FAMILY"|string;
|
@@ -2730,6 +2887,10 @@ declare namespace CostExplorer {
|
|
2730
2887
|
* The average value of hourly On-Demand spend over the lookback period of the applicable usage type.
|
2731
2888
|
*/
|
2732
2889
|
CurrentAverageHourlyOnDemandSpend?: GenericString;
|
2890
|
+
/**
|
2891
|
+
* Contains detailed information about a specific Savings Plan recommendation.
|
2892
|
+
*/
|
2893
|
+
RecommendationDetailId?: RecommendationDetailId;
|
2733
2894
|
}
|
2734
2895
|
export type SavingsPlansPurchaseRecommendationDetailList = SavingsPlansPurchaseRecommendationDetail[];
|
2735
2896
|
export interface SavingsPlansPurchaseRecommendationMetadata {
|
@@ -3056,7 +3217,7 @@ declare namespace CostExplorer {
|
|
3056
3217
|
*/
|
3057
3218
|
SubscriptionArn: GenericString;
|
3058
3219
|
/**
|
3059
|
-
* (deprecated) The update to the threshold value for receiving notifications. This field has been deprecated. To update a threshold, use ThresholdExpression. Continued use of Threshold will be treated as shorthand syntax for a ThresholdExpression.
|
3220
|
+
* (deprecated) The update to the threshold value for receiving notifications. This field has been deprecated. To update a threshold, use ThresholdExpression. Continued use of Threshold will be treated as shorthand syntax for a ThresholdExpression. You can specify either Threshold or ThresholdExpression, but not both.
|
3060
3221
|
*/
|
3061
3222
|
Threshold?: NullableNonNegativeDouble;
|
3062
3223
|
/**
|
@@ -3076,7 +3237,7 @@ declare namespace CostExplorer {
|
|
3076
3237
|
*/
|
3077
3238
|
SubscriptionName?: GenericString;
|
3078
3239
|
/**
|
3079
|
-
* The update to the Expression object used to specify the anomalies that you want to generate alerts for. This supports dimensions and nested expressions. The supported dimensions are ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE. The supported nested expression types are AND and OR. The match option GREATER_THAN_OR_EQUAL is required. Values must be numbers between 0 and 10,000,000,000. The following are examples of valid ThresholdExpressions: Absolute threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } Percentage threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } AND two thresholds together: { "And": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } OR two thresholds together: { "Or": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] }
|
3240
|
+
* The update to the Expression object used to specify the anomalies that you want to generate alerts for. This supports dimensions and nested expressions. The supported dimensions are ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE, corresponding to an anomaly’s TotalImpact and TotalImpactPercentage, respectively (see Impact for more details). The supported nested expression types are AND and OR. The match option GREATER_THAN_OR_EQUAL is required. Values must be numbers between 0 and 10,000,000,000 in string format. You can specify either Threshold or ThresholdExpression, but not both. The following are examples of valid ThresholdExpressions: Absolute threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } Percentage threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } AND two thresholds together: { "And": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } OR two thresholds together: { "Or": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] }
|
3080
3241
|
*/
|
3081
3242
|
ThresholdExpression?: Expression;
|
3082
3243
|
}
|