cdk-comprehend-s3olap 2.0.74 → 2.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +428 -13
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/forecastquery-2018-06-26.min.json +54 -21
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +44 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +308 -162
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.examples.json +5 -0
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +267 -0
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/docdb.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/forecastqueryservice.d.ts +35 -1
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +559 -0
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +346 -70
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
- package/node_modules/aws-sdk/clients/supportapp.d.ts +330 -0
- package/node_modules/aws-sdk/clients/supportapp.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +532 -38
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +51 -51
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -451,6 +451,14 @@ declare class LexModelsV2 extends Service {
|
|
451
451
|
* Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.
|
452
452
|
*/
|
453
453
|
startImport(callback?: (err: AWSError, data: LexModelsV2.Types.StartImportResponse) => void): Request<LexModelsV2.Types.StartImportResponse, AWSError>;
|
454
|
+
/**
|
455
|
+
* Stop an already running Bot Recommendation request.
|
456
|
+
*/
|
457
|
+
stopBotRecommendation(params: LexModelsV2.Types.StopBotRecommendationRequest, callback?: (err: AWSError, data: LexModelsV2.Types.StopBotRecommendationResponse) => void): Request<LexModelsV2.Types.StopBotRecommendationResponse, AWSError>;
|
458
|
+
/**
|
459
|
+
* Stop an already running Bot Recommendation request.
|
460
|
+
*/
|
461
|
+
stopBotRecommendation(callback?: (err: AWSError, data: LexModelsV2.Types.StopBotRecommendationResponse) => void): Request<LexModelsV2.Types.StopBotRecommendationResponse, AWSError>;
|
454
462
|
/**
|
455
463
|
* Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value.
|
456
464
|
*/
|
@@ -874,7 +882,7 @@ declare namespace LexModelsV2 {
|
|
874
882
|
*/
|
875
883
|
statistics?: BotRecommendationResultStatistics;
|
876
884
|
}
|
877
|
-
export type BotRecommendationStatus = "Processing"|"Deleting"|"Deleted"|"Downloading"|"Updating"|"Available"|"Failed"|string;
|
885
|
+
export type BotRecommendationStatus = "Processing"|"Deleting"|"Deleted"|"Downloading"|"Updating"|"Available"|"Failed"|"Stopping"|"Stopped"|string;
|
878
886
|
export interface BotRecommendationSummary {
|
879
887
|
/**
|
880
888
|
* The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
|
@@ -4748,6 +4756,46 @@ declare namespace LexModelsV2 {
|
|
4748
4756
|
allowInterrupt?: BoxedBoolean;
|
4749
4757
|
}
|
4750
4758
|
export type StillWaitingResponseTimeout = number;
|
4759
|
+
export interface StopBotRecommendationRequest {
|
4760
|
+
/**
|
4761
|
+
* The unique identifier of the bot containing the bot recommendation to be stopped.
|
4762
|
+
*/
|
4763
|
+
botId: Id;
|
4764
|
+
/**
|
4765
|
+
* The version of the bot containing the bot recommendation.
|
4766
|
+
*/
|
4767
|
+
botVersion: DraftBotVersion;
|
4768
|
+
/**
|
4769
|
+
* The identifier of the language and locale of the bot recommendation to stop. The string must match one of the supported locales. For more information, see Supported languages
|
4770
|
+
*/
|
4771
|
+
localeId: LocaleId;
|
4772
|
+
/**
|
4773
|
+
* The unique identifier of the bot recommendation to be stopped.
|
4774
|
+
*/
|
4775
|
+
botRecommendationId: Id;
|
4776
|
+
}
|
4777
|
+
export interface StopBotRecommendationResponse {
|
4778
|
+
/**
|
4779
|
+
* The unique identifier of the bot containing the bot recommendation that is being stopped.
|
4780
|
+
*/
|
4781
|
+
botId?: Id;
|
4782
|
+
/**
|
4783
|
+
* The version of the bot containing the recommendation that is being stopped.
|
4784
|
+
*/
|
4785
|
+
botVersion?: DraftBotVersion;
|
4786
|
+
/**
|
4787
|
+
* The identifier of the language and locale of the bot response to stop. The string must match one of the supported locales. For more information, see Supported languages
|
4788
|
+
*/
|
4789
|
+
localeId?: LocaleId;
|
4790
|
+
/**
|
4791
|
+
* The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
|
4792
|
+
*/
|
4793
|
+
botRecommendationStatus?: BotRecommendationStatus;
|
4794
|
+
/**
|
4795
|
+
* The unique identifier of the bot recommendation that is being stopped.
|
4796
|
+
*/
|
4797
|
+
botRecommendationId?: Id;
|
4798
|
+
}
|
4751
4799
|
export type String = string;
|
4752
4800
|
export type StringMap = {[key: string]: String};
|
4753
4801
|
export type SynonymList = SampleValue[];
|
@@ -1101,6 +1101,14 @@ declare class RDS extends Service {
|
|
1101
1101
|
* Stops automated backup replication for a DB instance. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.
|
1102
1102
|
*/
|
1103
1103
|
stopDBInstanceAutomatedBackupsReplication(callback?: (err: AWSError, data: RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult, AWSError>;
|
1104
|
+
/**
|
1105
|
+
* Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the AWS Region that hosts the current standby database.
|
1106
|
+
*/
|
1107
|
+
switchoverReadReplica(params: RDS.Types.SwitchoverReadReplicaMessage, callback?: (err: AWSError, data: RDS.Types.SwitchoverReadReplicaResult) => void): Request<RDS.Types.SwitchoverReadReplicaResult, AWSError>;
|
1108
|
+
/**
|
1109
|
+
* Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the AWS Region that hosts the current standby database.
|
1110
|
+
*/
|
1111
|
+
switchoverReadReplica(callback?: (err: AWSError, data: RDS.Types.SwitchoverReadReplicaResult) => void): Request<RDS.Types.SwitchoverReadReplicaResult, AWSError>;
|
1104
1112
|
/**
|
1105
1113
|
* Waits for the dBInstanceAvailable state by periodically calling the underlying RDS.describeDBInstancesoperation every 30 seconds (at most 60 times).
|
1106
1114
|
*/
|
@@ -4074,6 +4082,10 @@ declare namespace RDS {
|
|
4074
4082
|
* Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.
|
4075
4083
|
*/
|
4076
4084
|
OriginalSnapshotCreateTime?: TStamp;
|
4085
|
+
/**
|
4086
|
+
* The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed. If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover
|
4087
|
+
*/
|
4088
|
+
SnapshotDatabaseTime?: TStamp;
|
4077
4089
|
/**
|
4078
4090
|
* Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
|
4079
4091
|
*/
|
@@ -8516,6 +8528,15 @@ declare namespace RDS {
|
|
8516
8528
|
export type SubnetList = Subnet[];
|
8517
8529
|
export type SupportedCharacterSetsList = CharacterSet[];
|
8518
8530
|
export type SupportedTimezonesList = Timezone[];
|
8531
|
+
export interface SwitchoverReadReplicaMessage {
|
8532
|
+
/**
|
8533
|
+
* The DB instance identifier of the current standby database. This value is stored as a lowercase string. Constraints: Must match the identifier of an existing Oracle read replica DB instance.
|
8534
|
+
*/
|
8535
|
+
DBInstanceIdentifier: String;
|
8536
|
+
}
|
8537
|
+
export interface SwitchoverReadReplicaResult {
|
8538
|
+
DBInstance?: DBInstance;
|
8539
|
+
}
|
8519
8540
|
export type TStamp = Date;
|
8520
8541
|
export interface Tag {
|
8521
8542
|
/**
|