cdk-comprehend-s3olap 2.0.161 → 2.0.163
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 +4 -4
- 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 +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +484 -131
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +4 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +6 -3
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1005 -383
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +156 -107
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +84 -17
- package/node_modules/aws-sdk/clients/appsync.d.ts +398 -2
- package/node_modules/aws-sdk/clients/backup.d.ts +6 -2
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cur.d.ts +2 -2
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +7 -7
- package/node_modules/aws-sdk/clients/quicksight.d.ts +749 -4
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +76 -4
- package/node_modules/aws-sdk/clients/translate.d.ts +69 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +93 -23
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1754,11 +1754,11 @@ declare namespace Backup {
|
|
1754
1754
|
*/
|
1755
1755
|
IamRoleArn?: IAMRoleArn;
|
1756
1756
|
/**
|
1757
|
-
* A status code specifying the state of the recovery point. PARTIAL status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see UpdateBackupPlan. You can also increase your backup plan window using the Console by choosing and editing your backup plan. EXPIRED status indicates that the recovery point has exceeded its retention period, but Backup lacks permission or is otherwise unable to delete it. To manually delete these recovery points, see Step 3: Delete the recovery points in the Clean up resources section of Getting started. STOPPED status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup. To resolve STOPPED status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted.
|
1757
|
+
* A status code specifying the state of the recovery point. PARTIAL status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see UpdateBackupPlan. You can also increase your backup plan window using the Console by choosing and editing your backup plan. EXPIRED status indicates that the recovery point has exceeded its retention period, but Backup lacks permission or is otherwise unable to delete it. To manually delete these recovery points, see Step 3: Delete the recovery points in the Clean up resources section of Getting started. STOPPED status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup. To resolve STOPPED status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted. For SAP HANA on Amazon EC2 STOPPED status occurs due to user action, application misconfiguration, or backup failure. To ensure that future continuous backups succeed, refer to the recovery point status and check SAP HANA for details.
|
1758
1758
|
*/
|
1759
1759
|
Status?: RecoveryPointStatus;
|
1760
1760
|
/**
|
1761
|
-
* A status message explaining the
|
1761
|
+
* A status message explaining the status of the recovery point.
|
1762
1762
|
*/
|
1763
1763
|
StatusMessage?: string;
|
1764
1764
|
/**
|
@@ -3347,6 +3347,10 @@ declare namespace Backup {
|
|
3347
3347
|
* Starts a job to restore a recovery point for one of the following resources: Aurora for Amazon Aurora DocumentDB for Amazon DocumentDB (with MongoDB compatibility) CloudFormation for CloudFormation DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System FSx for Amazon FSx Neptune for Amazon Neptune RDS for Amazon Relational Database Service Redshift for Amazon Redshift Storage Gateway for Storage Gateway S3 for Amazon S3 Timestream for Amazon Timestream VirtualMachine for virtual machines
|
3348
3348
|
*/
|
3349
3349
|
ResourceType?: ResourceType;
|
3350
|
+
/**
|
3351
|
+
* This is an optional parameter. If this equals True, tags included in the backup will be copied to the restored resource. This can only be applied to backups created through Backup.
|
3352
|
+
*/
|
3353
|
+
CopySourceTagsToRestoredResource?: boolean;
|
3350
3354
|
}
|
3351
3355
|
export interface StartRestoreJobOutput {
|
3352
3356
|
/**
|
@@ -45,7 +45,7 @@ declare class CUR extends Service {
|
|
45
45
|
putReportDefinition(callback?: (err: AWSError, data: CUR.Types.PutReportDefinitionResponse) => void): Request<CUR.Types.PutReportDefinitionResponse, AWSError>;
|
46
46
|
}
|
47
47
|
declare namespace CUR {
|
48
|
-
export type AWSRegion = "af-south-1"|"ap-east-1"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-north-1"|"eu-south-1"|"eu-south-2"|"me-central-1"|"me-south-1"|"sa-east-1"|"us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"cn-north-1"|"cn-northwest-1"|string;
|
48
|
+
export type AWSRegion = "af-south-1"|"ap-east-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-north-1"|"eu-south-1"|"eu-south-2"|"me-central-1"|"me-south-1"|"sa-east-1"|"us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"cn-north-1"|"cn-northwest-1"|string;
|
49
49
|
export type AdditionalArtifact = "REDSHIFT"|"QUICKSIGHT"|"ATHENA"|string;
|
50
50
|
export type AdditionalArtifactList = AdditionalArtifact[];
|
51
51
|
export type BillingViewArn = string;
|
@@ -123,7 +123,7 @@ declare namespace CUR {
|
|
123
123
|
export type ReportVersioning = "CREATE_NEW_REPORT"|"OVERWRITE_REPORT"|string;
|
124
124
|
export type S3Bucket = string;
|
125
125
|
export type S3Prefix = string;
|
126
|
-
export type SchemaElement = "RESOURCES"|string;
|
126
|
+
export type SchemaElement = "RESOURCES"|"SPLIT_COST_ALLOCATION_DATA"|string;
|
127
127
|
export type SchemaElementList = SchemaElement[];
|
128
128
|
export type TimeUnit = "HOURLY"|"DAILY"|"MONTHLY"|string;
|
129
129
|
/**
|
@@ -3039,7 +3039,7 @@ declare namespace Pinpoint {
|
|
3039
3039
|
*/
|
3040
3040
|
Subject?: __string;
|
3041
3041
|
/**
|
3042
|
-
* A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
3042
|
+
* As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
3043
3043
|
*/
|
3044
3044
|
tags?: MapOf__string;
|
3045
3045
|
/**
|
@@ -4841,7 +4841,7 @@ declare namespace Pinpoint {
|
|
4841
4841
|
*/
|
4842
4842
|
Layout?: Layout;
|
4843
4843
|
/**
|
4844
|
-
* A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
4844
|
+
* As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
4845
4845
|
*/
|
4846
4846
|
tags?: MapOf__string;
|
4847
4847
|
/**
|
@@ -5710,7 +5710,7 @@ declare namespace Pinpoint {
|
|
5710
5710
|
*/
|
5711
5711
|
RecommenderId?: __string;
|
5712
5712
|
/**
|
5713
|
-
* A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
5713
|
+
* As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
5714
5714
|
*/
|
5715
5715
|
tags?: MapOf__string;
|
5716
5716
|
/**
|
@@ -6074,7 +6074,7 @@ declare namespace Pinpoint {
|
|
6074
6074
|
*/
|
6075
6075
|
RecommenderId?: __string;
|
6076
6076
|
/**
|
6077
|
-
* A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
6077
|
+
* As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
6078
6078
|
*/
|
6079
6079
|
tags?: MapOf__string;
|
6080
6080
|
/**
|
@@ -7220,7 +7220,7 @@ declare namespace Pinpoint {
|
|
7220
7220
|
*/
|
7221
7221
|
LanguageCode?: __string;
|
7222
7222
|
/**
|
7223
|
-
* A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
7223
|
+
* As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
|
7224
7224
|
*/
|
7225
7225
|
tags?: MapOf__string;
|
7226
7226
|
/**
|
@@ -7371,7 +7371,7 @@ declare namespace Pinpoint {
|
|
7371
7371
|
*/
|
7372
7372
|
SegmentVersion?: __integer;
|
7373
7373
|
/**
|
7374
|
-
* A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.
|
7374
|
+
* As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.
|
7375
7375
|
*/
|
7376
7376
|
tags?: MapOf__string;
|
7377
7377
|
/**
|
@@ -7491,7 +7491,7 @@ declare namespace Pinpoint {
|
|
7491
7491
|
*/
|
7492
7492
|
SegmentGroups?: SegmentGroupList;
|
7493
7493
|
/**
|
7494
|
-
* A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.
|
7494
|
+
* As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.
|
7495
7495
|
*/
|
7496
7496
|
tags?: MapOf__string;
|
7497
7497
|
}
|