aws-sdk 2.1552.0 → 2.1553.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.
@@ -67,6 +67,14 @@ declare class LexModelsV2 extends Service {
67
67
  * Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a locale to a bot before you can add intents and slot types to the bot.
68
68
  */
69
69
  createBotLocale(callback?: (err: AWSError, data: LexModelsV2.Types.CreateBotLocaleResponse) => void): Request<LexModelsV2.Types.CreateBotLocaleResponse, AWSError>;
70
+ /**
71
+ * Action to create a replication of the source bot in the secondary region.
72
+ */
73
+ createBotReplica(params: LexModelsV2.Types.CreateBotReplicaRequest, callback?: (err: AWSError, data: LexModelsV2.Types.CreateBotReplicaResponse) => void): Request<LexModelsV2.Types.CreateBotReplicaResponse, AWSError>;
74
+ /**
75
+ * Action to create a replication of the source bot in the secondary region.
76
+ */
77
+ createBotReplica(callback?: (err: AWSError, data: LexModelsV2.Types.CreateBotReplicaResponse) => void): Request<LexModelsV2.Types.CreateBotReplicaResponse, AWSError>;
70
78
  /**
71
79
  * Creates an immutable version of the bot. When you create the first version of a bot, Amazon Lex sets the version number to 1. Subsequent bot versions increase in an increment of 1. The version number will always represent the total number of versions created of the bot, not the current number of versions. If a bot version is deleted, that bot version number will not be reused.
72
80
  */
@@ -163,6 +171,14 @@ declare class LexModelsV2 extends Service {
163
171
  * Removes a locale from a bot. When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted.
164
172
  */
165
173
  deleteBotLocale(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteBotLocaleResponse) => void): Request<LexModelsV2.Types.DeleteBotLocaleResponse, AWSError>;
174
+ /**
175
+ * The action to delete the replicated bot in the secondary region.
176
+ */
177
+ deleteBotReplica(params: LexModelsV2.Types.DeleteBotReplicaRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DeleteBotReplicaResponse) => void): Request<LexModelsV2.Types.DeleteBotReplicaResponse, AWSError>;
178
+ /**
179
+ * The action to delete the replicated bot in the secondary region.
180
+ */
181
+ deleteBotReplica(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteBotReplicaResponse) => void): Request<LexModelsV2.Types.DeleteBotReplicaResponse, AWSError>;
166
182
  /**
167
183
  * Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.
168
184
  */
@@ -283,6 +299,14 @@ declare class LexModelsV2 extends Service {
283
299
  * Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation.
284
300
  */
285
301
  describeBotRecommendation(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotRecommendationResponse) => void): Request<LexModelsV2.Types.DescribeBotRecommendationResponse, AWSError>;
302
+ /**
303
+ * Monitors the bot replication status through the UI console.
304
+ */
305
+ describeBotReplica(params: LexModelsV2.Types.DescribeBotReplicaRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotReplicaResponse) => void): Request<LexModelsV2.Types.DescribeBotReplicaResponse, AWSError>;
306
+ /**
307
+ * Monitors the bot replication status through the UI console.
308
+ */
309
+ describeBotReplica(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotReplicaResponse) => void): Request<LexModelsV2.Types.DescribeBotReplicaResponse, AWSError>;
286
310
  /**
287
311
  * Returns information about a request to generate a bot through natural language description, made through the StartBotResource API. Use the generatedBotLocaleUrl to retrieve the Amazon S3 object containing the bot locale configuration. You can then modify and import this configuration.
288
312
  */
@@ -411,6 +435,14 @@ declare class LexModelsV2 extends Service {
411
435
  * Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions: The childDirected field was set to true when the bot was created. You are using slot obfuscation with one or more slots. You opted out of participating in improving Amazon Lex.
412
436
  */
413
437
  listAggregatedUtterances(callback?: (err: AWSError, data: LexModelsV2.Types.ListAggregatedUtterancesResponse) => void): Request<LexModelsV2.Types.ListAggregatedUtterancesResponse, AWSError>;
438
+ /**
439
+ * The action to list the replicated bots created from the source bot alias.
440
+ */
441
+ listBotAliasReplicas(params: LexModelsV2.Types.ListBotAliasReplicasRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListBotAliasReplicasResponse) => void): Request<LexModelsV2.Types.ListBotAliasReplicasResponse, AWSError>;
442
+ /**
443
+ * The action to list the replicated bots created from the source bot alias.
444
+ */
445
+ listBotAliasReplicas(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotAliasReplicasResponse) => void): Request<LexModelsV2.Types.ListBotAliasReplicasResponse, AWSError>;
414
446
  /**
415
447
  * Gets a list of aliases for the specified bot.
416
448
  */
@@ -435,6 +467,14 @@ declare class LexModelsV2 extends Service {
435
467
  * Get a list of bot recommendations that meet the specified criteria.
436
468
  */
437
469
  listBotRecommendations(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotRecommendationsResponse) => void): Request<LexModelsV2.Types.ListBotRecommendationsResponse, AWSError>;
470
+ /**
471
+ * The action to list the replicated bots.
472
+ */
473
+ listBotReplicas(params: LexModelsV2.Types.ListBotReplicasRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListBotReplicasResponse) => void): Request<LexModelsV2.Types.ListBotReplicasResponse, AWSError>;
474
+ /**
475
+ * The action to list the replicated bots.
476
+ */
477
+ listBotReplicas(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotReplicasResponse) => void): Request<LexModelsV2.Types.ListBotReplicasResponse, AWSError>;
438
478
  /**
439
479
  * Lists the generation requests made for a bot locale.
440
480
  */
@@ -443,6 +483,14 @@ declare class LexModelsV2 extends Service {
443
483
  * Lists the generation requests made for a bot locale.
444
484
  */
445
485
  listBotResourceGenerations(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotResourceGenerationsResponse) => void): Request<LexModelsV2.Types.ListBotResourceGenerationsResponse, AWSError>;
486
+ /**
487
+ * Contains information about all the versions replication statuses applicable for Global Resiliency.
488
+ */
489
+ listBotVersionReplicas(params: LexModelsV2.Types.ListBotVersionReplicasRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListBotVersionReplicasResponse) => void): Request<LexModelsV2.Types.ListBotVersionReplicasResponse, AWSError>;
490
+ /**
491
+ * Contains information about all the versions replication statuses applicable for Global Resiliency.
492
+ */
493
+ listBotVersionReplicas(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotVersionReplicasResponse) => void): Request<LexModelsV2.Types.ListBotVersionReplicasResponse, AWSError>;
446
494
  /**
447
495
  * Gets information about all of the versions of a bot. The ListBotVersions operation returns a summary of each version of a bot. For example, if a bot has three numbered versions, the ListBotVersions operation returns for summaries, one for each numbered version and one for the DRAFT version. The ListBotVersions operation always returns at least one version, the DRAFT version.
448
496
  */
@@ -1536,6 +1584,34 @@ declare namespace LexModelsV2 {
1536
1584
  }
1537
1585
  export type BotAliasLocaleSettingsMap = {[key: string]: BotAliasLocaleSettings};
1538
1586
  export type BotAliasName = string;
1587
+ export interface BotAliasReplicaSummary {
1588
+ /**
1589
+ * The bot alias ID for all the alias bot replications.
1590
+ */
1591
+ botAliasId?: BotAliasId;
1592
+ /**
1593
+ * The replication statuses for all the alias bot replications.
1594
+ */
1595
+ botAliasReplicationStatus?: BotAliasReplicationStatus;
1596
+ /**
1597
+ * The bot version for all the alias bot replications.
1598
+ */
1599
+ botVersion?: BotVersion;
1600
+ /**
1601
+ * The creation time and date for all the alias bot replications.
1602
+ */
1603
+ creationDateTime?: Timestamp;
1604
+ /**
1605
+ * The last time and date updated for all the alias bot replications.
1606
+ */
1607
+ lastUpdatedDateTime?: Timestamp;
1608
+ /**
1609
+ * The reasons for failure for the aliases bot replications.
1610
+ */
1611
+ failureReasons?: FailureReasons;
1612
+ }
1613
+ export type BotAliasReplicaSummaryList = BotAliasReplicaSummary[];
1614
+ export type BotAliasReplicationStatus = "Creating"|"Updating"|"Available"|"Deleting"|"Failed"|string;
1539
1615
  export type BotAliasStatus = "Creating"|"Available"|"Deleting"|"Failed"|string;
1540
1616
  export interface BotAliasSummary {
1541
1617
  /**
@@ -1800,6 +1876,26 @@ declare namespace LexModelsV2 {
1800
1876
  lastUpdatedDateTime?: Timestamp;
1801
1877
  }
1802
1878
  export type BotRecommendationSummaryList = BotRecommendationSummary[];
1879
+ export type BotReplicaStatus = "Enabling"|"Enabled"|"Deleting"|"Failed"|string;
1880
+ export interface BotReplicaSummary {
1881
+ /**
1882
+ * The replica region used in the replication statuses summary.
1883
+ */
1884
+ replicaRegion?: ReplicaRegion;
1885
+ /**
1886
+ * The creation time and date for the replicated bots.
1887
+ */
1888
+ creationDateTime?: Timestamp;
1889
+ /**
1890
+ * The operation status for the replicated bot applicable.
1891
+ */
1892
+ botReplicaStatus?: BotReplicaStatus;
1893
+ /**
1894
+ * The reasons for the failure for the replicated bot.
1895
+ */
1896
+ failureReasons?: FailureReasons;
1897
+ }
1898
+ export type BotReplicaSummaryList = BotReplicaSummary[];
1803
1899
  export type BotSortAttribute = "BotName"|string;
1804
1900
  export interface BotSortBy {
1805
1901
  /**
@@ -1852,6 +1948,37 @@ declare namespace LexModelsV2 {
1852
1948
  sourceBotVersion: BotVersion;
1853
1949
  }
1854
1950
  export type BotVersionLocaleSpecification = {[key: string]: BotVersionLocaleDetails};
1951
+ export type BotVersionReplicaSortAttribute = "BotVersion"|string;
1952
+ export interface BotVersionReplicaSortBy {
1953
+ /**
1954
+ * The attribute of the sort category for the version replicated bots.
1955
+ */
1956
+ attribute: BotVersionReplicaSortAttribute;
1957
+ /**
1958
+ * The order of the sort category for the version replicated bots.
1959
+ */
1960
+ order: SortOrder;
1961
+ }
1962
+ export interface BotVersionReplicaSummary {
1963
+ /**
1964
+ * The bot version for the summary information for all the version replication statuses.
1965
+ */
1966
+ botVersion?: BotVersion;
1967
+ /**
1968
+ * The version replication status for all the replicated bots.
1969
+ */
1970
+ botVersionReplicationStatus?: BotVersionReplicationStatus;
1971
+ /**
1972
+ * The creation date and time of the replication status for all the replicated bots.
1973
+ */
1974
+ creationDateTime?: Timestamp;
1975
+ /**
1976
+ * The reasons for replication failure for all the replicated bots.
1977
+ */
1978
+ failureReasons?: FailureReasons;
1979
+ }
1980
+ export type BotVersionReplicaSummaryList = BotVersionReplicaSummary[];
1981
+ export type BotVersionReplicationStatus = "Creating"|"Available"|"Deleting"|"Failed"|string;
1855
1982
  export type BotVersionSortAttribute = "BotVersion"|string;
1856
1983
  export interface BotVersionSortBy {
1857
1984
  /**
@@ -2312,6 +2439,38 @@ declare namespace LexModelsV2 {
2312
2439
  creationDateTime?: Timestamp;
2313
2440
  generativeAISettings?: GenerativeAISettings;
2314
2441
  }
2442
+ export interface CreateBotReplicaRequest {
2443
+ /**
2444
+ * The request for the unique bot ID of the source bot to be replicated in the secondary region.
2445
+ */
2446
+ botId: Id;
2447
+ /**
2448
+ * The request for the secondary region that will be used in the replication of the source bot.
2449
+ */
2450
+ replicaRegion: ReplicaRegion;
2451
+ }
2452
+ export interface CreateBotReplicaResponse {
2453
+ /**
2454
+ * The unique bot ID of the replicated bot generated.
2455
+ */
2456
+ botId?: Id;
2457
+ /**
2458
+ * The region of the replicated bot generated.
2459
+ */
2460
+ replicaRegion?: ReplicaRegion;
2461
+ /**
2462
+ * The source region for the source bot used for the replicated bot generated.
2463
+ */
2464
+ sourceRegion?: ReplicaRegion;
2465
+ /**
2466
+ * The creation date and time of the replicated bot generated.
2467
+ */
2468
+ creationDateTime?: Timestamp;
2469
+ /**
2470
+ * The operational status of the replicated bot generated.
2471
+ */
2472
+ botReplicaStatus?: BotReplicaStatus;
2473
+ }
2315
2474
  export interface CreateBotRequest {
2316
2475
  /**
2317
2476
  * The name of the bot. The bot name must be unique in the account that creates the bot.
@@ -3064,6 +3223,30 @@ declare namespace LexModelsV2 {
3064
3223
  */
3065
3224
  botLocaleStatus?: BotLocaleStatus;
3066
3225
  }
3226
+ export interface DeleteBotReplicaRequest {
3227
+ /**
3228
+ * The unique ID of the replicated bot to be deleted from the secondary region
3229
+ */
3230
+ botId: Id;
3231
+ /**
3232
+ * The secondary region of the replicated bot that will be deleted.
3233
+ */
3234
+ replicaRegion: ReplicaRegion;
3235
+ }
3236
+ export interface DeleteBotReplicaResponse {
3237
+ /**
3238
+ * The unique bot ID of the replicated bot generated.
3239
+ */
3240
+ botId?: Id;
3241
+ /**
3242
+ * The region of the replicated bot generated.
3243
+ */
3244
+ replicaRegion?: ReplicaRegion;
3245
+ /**
3246
+ * The operational status of the replicated bot generated.
3247
+ */
3248
+ botReplicaStatus?: BotReplicaStatus;
3249
+ }
3067
3250
  export interface DeleteBotRequest {
3068
3251
  /**
3069
3252
  * The identifier of the bot to delete.
@@ -3514,6 +3697,42 @@ declare namespace LexModelsV2 {
3514
3697
  */
3515
3698
  botRecommendationResults?: BotRecommendationResults;
3516
3699
  }
3700
+ export interface DescribeBotReplicaRequest {
3701
+ /**
3702
+ * The request for the unique bot ID of the replicated bot being monitored.
3703
+ */
3704
+ botId: Id;
3705
+ /**
3706
+ * The request for the region of the replicated bot being monitored.
3707
+ */
3708
+ replicaRegion: ReplicaRegion;
3709
+ }
3710
+ export interface DescribeBotReplicaResponse {
3711
+ /**
3712
+ * The unique bot ID of the replicated bot being monitored.
3713
+ */
3714
+ botId?: Id;
3715
+ /**
3716
+ * The region of the replicated bot being monitored.
3717
+ */
3718
+ replicaRegion?: ReplicaRegion;
3719
+ /**
3720
+ * The source region of the replicated bot being monitored.
3721
+ */
3722
+ sourceRegion?: ReplicaRegion;
3723
+ /**
3724
+ * The creation date and time of the replicated bot being monitored.
3725
+ */
3726
+ creationDateTime?: Timestamp;
3727
+ /**
3728
+ * The operational status of the replicated bot being monitored.
3729
+ */
3730
+ botReplicaStatus?: BotReplicaStatus;
3731
+ /**
3732
+ * The failure reasons the bot being monitored failed to replicate.
3733
+ */
3734
+ failureReasons?: FailureReasons;
3735
+ }
3517
3736
  export interface DescribeBotRequest {
3518
3737
  /**
3519
3738
  * The unique identifier of the bot to describe.
@@ -5105,6 +5324,46 @@ declare namespace LexModelsV2 {
5105
5324
  */
5106
5325
  nextToken?: NextToken;
5107
5326
  }
5327
+ export interface ListBotAliasReplicasRequest {
5328
+ /**
5329
+ * The request for the unique bot ID of the replicated bot created from the source bot alias.
5330
+ */
5331
+ botId: Id;
5332
+ /**
5333
+ * The request for the secondary region of the replicated bot created from the source bot alias.
5334
+ */
5335
+ replicaRegion: ReplicaRegion;
5336
+ /**
5337
+ * The request for maximum results to list the replicated bots created from the source bot alias.
5338
+ */
5339
+ maxResults?: MaxResults;
5340
+ /**
5341
+ * The request for the next token for the replicated bot created from the source bot alias.
5342
+ */
5343
+ nextToken?: NextToken;
5344
+ }
5345
+ export interface ListBotAliasReplicasResponse {
5346
+ /**
5347
+ * The unique bot ID of the replicated bot created from the source bot alias.
5348
+ */
5349
+ botId?: Id;
5350
+ /**
5351
+ * The source region of the replicated bot created from the source bot alias.
5352
+ */
5353
+ sourceRegion?: ReplicaRegion;
5354
+ /**
5355
+ * The secondary region of the replicated bot created from the source bot alias.
5356
+ */
5357
+ replicaRegion?: ReplicaRegion;
5358
+ /**
5359
+ * The summary information of the replicated bot created from the source bot alias.
5360
+ */
5361
+ botAliasReplicaSummaries?: BotAliasReplicaSummaryList;
5362
+ /**
5363
+ * The next token for the replicated bots created from the source bot alias.
5364
+ */
5365
+ nextToken?: NextToken;
5366
+ }
5108
5367
  export interface ListBotAliasesRequest {
5109
5368
  /**
5110
5369
  * The identifier of the bot to list aliases for.
@@ -5221,6 +5480,26 @@ declare namespace LexModelsV2 {
5221
5480
  */
5222
5481
  nextToken?: NextToken;
5223
5482
  }
5483
+ export interface ListBotReplicasRequest {
5484
+ /**
5485
+ * The request for the unique bot IDs in the list of replicated bots.
5486
+ */
5487
+ botId: Id;
5488
+ }
5489
+ export interface ListBotReplicasResponse {
5490
+ /**
5491
+ * the unique bot IDs in the list of replicated bots.
5492
+ */
5493
+ botId?: Id;
5494
+ /**
5495
+ * The source region of the source bots in the list of replicated bots.
5496
+ */
5497
+ sourceRegion?: ReplicaRegion;
5498
+ /**
5499
+ * The summary details for the replicated bots.
5500
+ */
5501
+ botReplicaSummaries?: BotReplicaSummaryList;
5502
+ }
5224
5503
  export interface ListBotResourceGenerationsRequest {
5225
5504
  /**
5226
5505
  * The unique identifier of the bot whose generation requests you want to view.
@@ -5269,6 +5548,50 @@ declare namespace LexModelsV2 {
5269
5548
  */
5270
5549
  nextToken?: NextToken;
5271
5550
  }
5551
+ export interface ListBotVersionReplicasRequest {
5552
+ /**
5553
+ * The request for the unique ID in the list of replicated bots.
5554
+ */
5555
+ botId: Id;
5556
+ /**
5557
+ * The request for the region used in the list of replicated bots.
5558
+ */
5559
+ replicaRegion: ReplicaRegion;
5560
+ /**
5561
+ * The maximum results given in the list of replicated bots.
5562
+ */
5563
+ maxResults?: MaxResults;
5564
+ /**
5565
+ * The next token given in the list of replicated bots.
5566
+ */
5567
+ nextToken?: NextToken;
5568
+ /**
5569
+ * The requested sort category for the list of replicated bots.
5570
+ */
5571
+ sortBy?: BotVersionReplicaSortBy;
5572
+ }
5573
+ export interface ListBotVersionReplicasResponse {
5574
+ /**
5575
+ * The unique ID of the bots in the list of replicated bots.
5576
+ */
5577
+ botId?: Id;
5578
+ /**
5579
+ * The source region used for the bots in the list of replicated bots.
5580
+ */
5581
+ sourceRegion?: ReplicaRegion;
5582
+ /**
5583
+ * The region used for the replicated bots in the list of replicated bots.
5584
+ */
5585
+ replicaRegion?: ReplicaRegion;
5586
+ /**
5587
+ * The information summary used for the replicated bots in the list of replicated bots.
5588
+ */
5589
+ botVersionReplicaSummaries?: BotVersionReplicaSummaryList;
5590
+ /**
5591
+ * The next token used for the replicated bots in the list of replicated bots.
5592
+ */
5593
+ nextToken?: NextToken;
5594
+ }
5272
5595
  export interface ListBotVersionsRequest {
5273
5596
  /**
5274
5597
  * The identifier of the bot to list versions for.
@@ -6482,6 +6805,7 @@ declare namespace LexModelsV2 {
6482
6805
  */
6483
6806
  timeValue: TimeValue;
6484
6807
  }
6808
+ export type ReplicaRegion = string;
6485
6809
  export type ResourceCount = number;
6486
6810
  export interface ResponseSpecification {
6487
6811
  /**
@@ -800,6 +800,14 @@ declare class Redshift extends Service {
800
800
  * Get the resource policy for a specified resource.
801
801
  */
802
802
  getResourcePolicy(callback?: (err: AWSError, data: Redshift.Types.GetResourcePolicyResult) => void): Request<Redshift.Types.GetResourcePolicyResult, AWSError>;
803
+ /**
804
+ * List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.
805
+ */
806
+ listRecommendations(params: Redshift.Types.ListRecommendationsMessage, callback?: (err: AWSError, data: Redshift.Types.ListRecommendationsResult) => void): Request<Redshift.Types.ListRecommendationsResult, AWSError>;
807
+ /**
808
+ * List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.
809
+ */
810
+ listRecommendations(callback?: (err: AWSError, data: Redshift.Types.ListRecommendationsResult) => void): Request<Redshift.Types.ListRecommendationsResult, AWSError>;
803
811
  /**
804
812
  * This operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).
805
813
  */
@@ -4200,6 +4208,7 @@ declare namespace Redshift {
4200
4208
  export type IamRoleArnList = String[];
4201
4209
  export type IdcDisplayNameString = string;
4202
4210
  export type IdentityNamespaceString = string;
4211
+ export type ImpactRankingType = "HIGH"|"MEDIUM"|"LOW"|string;
4203
4212
  export type ImportTablesCompleted = String[];
4204
4213
  export type ImportTablesInProgress = String[];
4205
4214
  export type ImportTablesNotStarted = String[];
@@ -4266,6 +4275,34 @@ declare namespace Redshift {
4266
4275
  LakeFormationQuery?: LakeFormationQuery;
4267
4276
  }
4268
4277
  export type LakeFormationServiceIntegrations = LakeFormationScopeUnion[];
4278
+ export interface ListRecommendationsMessage {
4279
+ /**
4280
+ * The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
4281
+ */
4282
+ ClusterIdentifier?: String;
4283
+ /**
4284
+ * The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
4285
+ */
4286
+ NamespaceArn?: String;
4287
+ /**
4288
+ * The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
4289
+ */
4290
+ MaxRecords?: IntegerOptional;
4291
+ /**
4292
+ * A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
4293
+ */
4294
+ Marker?: String;
4295
+ }
4296
+ export interface ListRecommendationsResult {
4297
+ /**
4298
+ * The Advisor recommendations for action on the Amazon Redshift cluster.
4299
+ */
4300
+ Recommendations?: RecommendationList;
4301
+ /**
4302
+ * A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
4303
+ */
4304
+ Marker?: String;
4305
+ }
4269
4306
  export type LogDestinationType = "s3"|"cloudwatch"|string;
4270
4307
  export type LogTypeList = String[];
4271
4308
  export interface LoggingStatus {
@@ -5070,6 +5107,77 @@ declare namespace Redshift {
5070
5107
  export interface RebootClusterResult {
5071
5108
  Cluster?: Cluster;
5072
5109
  }
5110
+ export interface Recommendation {
5111
+ /**
5112
+ * A unique identifier of the Advisor recommendation.
5113
+ */
5114
+ Id?: String;
5115
+ /**
5116
+ * The unique identifier of the cluster for which the recommendation is returned.
5117
+ */
5118
+ ClusterIdentifier?: String;
5119
+ /**
5120
+ * The Amazon Redshift cluster namespace ARN for which the recommendations is returned.
5121
+ */
5122
+ NamespaceArn?: String;
5123
+ /**
5124
+ * The date and time (UTC) that the recommendation was created.
5125
+ */
5126
+ CreatedAt?: TStamp;
5127
+ /**
5128
+ * The type of Advisor recommendation.
5129
+ */
5130
+ RecommendationType?: String;
5131
+ /**
5132
+ * The title of the recommendation.
5133
+ */
5134
+ Title?: String;
5135
+ /**
5136
+ * The description of the recommendation.
5137
+ */
5138
+ Description?: String;
5139
+ /**
5140
+ * The description of what was observed about your cluster.
5141
+ */
5142
+ Observation?: String;
5143
+ /**
5144
+ * The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
5145
+ */
5146
+ ImpactRanking?: ImpactRankingType;
5147
+ /**
5148
+ * The description of the recommendation.
5149
+ */
5150
+ RecommendationText?: String;
5151
+ /**
5152
+ * List of Amazon Redshift recommended actions.
5153
+ */
5154
+ RecommendedActions?: RecommendedActionList;
5155
+ /**
5156
+ * List of helpful links for more information about the Advisor recommendation.
5157
+ */
5158
+ ReferenceLinks?: ReferenceLinkList;
5159
+ }
5160
+ export type RecommendationList = Recommendation[];
5161
+ export interface RecommendedAction {
5162
+ /**
5163
+ * The specific instruction about the command.
5164
+ */
5165
+ Text?: String;
5166
+ /**
5167
+ * The database name to perform the action on. Only applicable if the type of command is SQL.
5168
+ */
5169
+ Database?: String;
5170
+ /**
5171
+ * The command to run.
5172
+ */
5173
+ Command?: String;
5174
+ /**
5175
+ * The type of command.
5176
+ */
5177
+ Type?: RecommendedActionType;
5178
+ }
5179
+ export type RecommendedActionList = RecommendedAction[];
5180
+ export type RecommendedActionType = "SQL"|"CLI"|string;
5073
5181
  export interface RecurringCharge {
5074
5182
  /**
5075
5183
  * The amount charged per the period of time specified by the recurring charge frequency.
@@ -5125,6 +5233,17 @@ declare namespace Redshift {
5125
5233
  }
5126
5234
  export type RedshiftIdcApplicationList = RedshiftIdcApplication[];
5127
5235
  export type RedshiftIdcApplicationName = string;
5236
+ export interface ReferenceLink {
5237
+ /**
5238
+ * The hyperlink text that describes the link to more information.
5239
+ */
5240
+ Text?: String;
5241
+ /**
5242
+ * The URL address to find more information.
5243
+ */
5244
+ Link?: String;
5245
+ }
5246
+ export type ReferenceLinkList = ReferenceLink[];
5128
5247
  export interface RejectDataShareMessage {
5129
5248
  /**
5130
5249
  * The Amazon Resource Name (ARN) of the datashare to reject.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1552.0',
86
+ VERSION: '2.1553.0',
87
87
 
88
88
  /**
89
89
  * @api private