cdk-comprehend-s3olap 2.0.75 → 2.0.78
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 +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
- 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/quicksight-2018-04-01.min.json +64 -29
- 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/cloudfront.d.ts +246 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
- 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/iam.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
- 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/clients/transfer.d.ts +20 -20
- 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 +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +989 -211
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- 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
@@ -609,11 +609,11 @@ declare class IAM extends Service {
|
|
609
609
|
*/
|
610
610
|
getUserPolicy(callback?: (err: AWSError, data: IAM.Types.GetUserPolicyResponse) => void): Request<IAM.Types.GetUserPolicyResponse, AWSError>;
|
611
611
|
/**
|
612
|
-
* Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName
|
612
|
+
* Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.
|
613
613
|
*/
|
614
614
|
listAccessKeys(params: IAM.Types.ListAccessKeysRequest, callback?: (err: AWSError, data: IAM.Types.ListAccessKeysResponse) => void): Request<IAM.Types.ListAccessKeysResponse, AWSError>;
|
615
615
|
/**
|
616
|
-
* Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName
|
616
|
+
* Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.
|
617
617
|
*/
|
618
618
|
listAccessKeys(callback?: (err: AWSError, data: IAM.Types.ListAccessKeysResponse) => void): Request<IAM.Types.ListAccessKeysResponse, AWSError>;
|
619
619
|
/**
|
@@ -1121,11 +1121,11 @@ declare class IAM extends Service {
|
|
1121
1121
|
*/
|
1122
1122
|
untagUser(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1123
1123
|
/**
|
1124
|
-
* Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user's key as part of a key rotation workflow. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. For information about rotating keys, see Managing keys and certificates in the IAM User Guide.
|
1124
|
+
* Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user's key as part of a key rotation workflow. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. For information about rotating keys, see Managing keys and certificates in the IAM User Guide.
|
1125
1125
|
*/
|
1126
1126
|
updateAccessKey(params: IAM.Types.UpdateAccessKeyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1127
1127
|
/**
|
1128
|
-
* Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user's key as part of a key rotation workflow. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. For information about rotating keys, see Managing keys and certificates in the IAM User Guide.
|
1128
|
+
* Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user's key as part of a key rotation workflow. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. For information about rotating keys, see Managing keys and certificates in the IAM User Guide.
|
1129
1129
|
*/
|
1130
1130
|
updateAccessKey(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1131
1131
|
/**
|
@@ -4519,7 +4519,7 @@ declare namespace IAM {
|
|
4519
4519
|
*/
|
4520
4520
|
ContextEntries?: ContextEntryListType;
|
4521
4521
|
/**
|
4522
|
-
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the EC2 scenarios requires that you specify instance, image, and security
|
4522
|
+
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see Supported platforms in the Amazon EC2 User Guide. EC2-VPC-InstanceStore instance, image, security group, network interface EC2-VPC-InstanceStore-Subnet instance, image, security group, network interface, subnet EC2-VPC-EBS instance, image, security group, network interface, volume EC2-VPC-EBS-Subnet instance, image, security group, network interface, subnet, volume
|
4523
4523
|
*/
|
4524
4524
|
ResourceHandlingOption?: ResourceHandlingOptionType;
|
4525
4525
|
/**
|
@@ -4583,7 +4583,7 @@ declare namespace IAM {
|
|
4583
4583
|
*/
|
4584
4584
|
ContextEntries?: ContextEntryListType;
|
4585
4585
|
/**
|
4586
|
-
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see Supported platforms in the Amazon EC2 User Guide. EC2-
|
4586
|
+
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see Supported platforms in the Amazon EC2 User Guide. EC2-VPC-InstanceStore instance, image, security group, network interface EC2-VPC-InstanceStore-Subnet instance, image, security group, network interface, subnet EC2-VPC-EBS instance, image, security group, network interface, volume EC2-VPC-EBS-Subnet instance, image, security group, network interface, subnet, volume
|
4587
4587
|
*/
|
4588
4588
|
ResourceHandlingOption?: ResourceHandlingOptionType;
|
4589
4589
|
/**
|
@@ -337,7 +337,7 @@ declare namespace IVS {
|
|
337
337
|
*/
|
338
338
|
tags?: Tags;
|
339
339
|
/**
|
340
|
-
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD:
|
340
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Video is transcoded: multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Transcoding allows higher playback quality across a range of download speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. This is the default. BASIC: Video is transmuxed: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions between 480p and 1080p.
|
341
341
|
*/
|
342
342
|
type?: ChannelType;
|
343
343
|
}
|
@@ -397,7 +397,7 @@ declare namespace IVS {
|
|
397
397
|
*/
|
398
398
|
tags?: Tags;
|
399
399
|
/**
|
400
|
-
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD:
|
400
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Video is transcoded: multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Transcoding allows higher playback quality across a range of download speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. This is the default. BASIC: Video is transmuxed: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions between 480p and 1080p.
|
401
401
|
*/
|
402
402
|
type?: ChannelType;
|
403
403
|
}
|
@@ -1100,7 +1100,7 @@ declare namespace IVS {
|
|
1100
1100
|
*/
|
1101
1101
|
recordingConfigurationArn?: ChannelRecordingConfigurationArn;
|
1102
1102
|
/**
|
1103
|
-
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Valid values: STANDARD:
|
1103
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Valid values: STANDARD: Video is transcoded: multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Transcoding allows higher playback quality across a range of download speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. This is the default. BASIC: Video is transmuxed: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 1080p and bitrate can be up to 1.5 Mbps for 480p and up to 3.5 Mbps for resolutions between 480p and 1080p.
|
1104
1104
|
*/
|
1105
1105
|
type?: ChannelType;
|
1106
1106
|
}
|
@@ -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[];
|
@@ -508,11 +508,11 @@ declare class QuickSight extends Service {
|
|
508
508
|
*/
|
509
509
|
describeUser(callback?: (err: AWSError, data: QuickSight.Types.DescribeUserResponse) => void): Request<QuickSight.Types.DescribeUserResponse, AWSError>;
|
510
510
|
/**
|
511
|
-
* Generates an embed URL that you can use to embed an Amazon QuickSight dashboard in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions. The following rules apply to the generated URL: It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again. The URL validity period should not be confused with the actual session lifetime that can be customized using the SessionLifetimeInMinutes parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours. You are charged only when the URL is used or there is interaction with Amazon QuickSight. For more information, see Embedded Analytics in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
511
|
+
* Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions. The following rules apply to the generated URL: It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again. The URL validity period should not be confused with the actual session lifetime that can be customized using the SessionLifetimeInMinutes parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours. You are charged only when the URL is used or there is interaction with Amazon QuickSight. For more information, see Embedded Analytics in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
512
512
|
*/
|
513
513
|
generateEmbedUrlForAnonymousUser(params: QuickSight.Types.GenerateEmbedUrlForAnonymousUserRequest, callback?: (err: AWSError, data: QuickSight.Types.GenerateEmbedUrlForAnonymousUserResponse) => void): Request<QuickSight.Types.GenerateEmbedUrlForAnonymousUserResponse, AWSError>;
|
514
514
|
/**
|
515
|
-
* Generates an embed URL that you can use to embed an Amazon QuickSight dashboard in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions. The following rules apply to the generated URL: It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again. The URL validity period should not be confused with the actual session lifetime that can be customized using the SessionLifetimeInMinutes parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours. You are charged only when the URL is used or there is interaction with Amazon QuickSight. For more information, see Embedded Analytics in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
515
|
+
* Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions. The following rules apply to the generated URL: It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again. The URL validity period should not be confused with the actual session lifetime that can be customized using the SessionLifetimeInMinutes parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours. You are charged only when the URL is used or there is interaction with Amazon QuickSight. For more information, see Embedded Analytics in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
516
516
|
*/
|
517
517
|
generateEmbedUrlForAnonymousUser(callback?: (err: AWSError, data: QuickSight.Types.GenerateEmbedUrlForAnonymousUserResponse) => void): Request<QuickSight.Types.GenerateEmbedUrlForAnonymousUserResponse, AWSError>;
|
518
518
|
/**
|
@@ -1179,11 +1179,21 @@ declare namespace QuickSight {
|
|
1179
1179
|
*/
|
1180
1180
|
InitialDashboardId: RestrictiveResourceId;
|
1181
1181
|
}
|
1182
|
+
export interface AnonymousUserDashboardVisualEmbeddingConfiguration {
|
1183
|
+
/**
|
1184
|
+
* The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual. The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.
|
1185
|
+
*/
|
1186
|
+
InitialDashboardVisualId: DashboardVisualId;
|
1187
|
+
}
|
1182
1188
|
export interface AnonymousUserEmbeddingExperienceConfiguration {
|
1183
1189
|
/**
|
1184
1190
|
* The type of embedding experience. In this case, Amazon QuickSight dashboards.
|
1185
1191
|
*/
|
1186
1192
|
Dashboard?: AnonymousUserDashboardEmbeddingConfiguration;
|
1193
|
+
/**
|
1194
|
+
* The type of embedding experience. In this case, Amazon QuickSight visuals.
|
1195
|
+
*/
|
1196
|
+
DashboardVisual?: AnonymousUserDashboardVisualEmbeddingConfiguration;
|
1187
1197
|
}
|
1188
1198
|
export type Arn = string;
|
1189
1199
|
export type ArnList = Arn[];
|
@@ -2468,6 +2478,20 @@ declare namespace QuickSight {
|
|
2468
2478
|
Description?: VersionDescription;
|
2469
2479
|
}
|
2470
2480
|
export type DashboardVersionSummaryList = DashboardVersionSummary[];
|
2481
|
+
export interface DashboardVisualId {
|
2482
|
+
/**
|
2483
|
+
* The ID of the dashboard that has the visual that you want to embed. The DashboardId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API operation.
|
2484
|
+
*/
|
2485
|
+
DashboardId: RestrictiveResourceId;
|
2486
|
+
/**
|
2487
|
+
* The ID of the sheet that the has visual that you want to embed. The SheetId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.
|
2488
|
+
*/
|
2489
|
+
SheetId: RestrictiveResourceId;
|
2490
|
+
/**
|
2491
|
+
* The ID of the visual that you want to embed. The VisualID can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.
|
2492
|
+
*/
|
2493
|
+
VisualId: RestrictiveResourceId;
|
2494
|
+
}
|
2471
2495
|
export interface DataColorPalette {
|
2472
2496
|
/**
|
2473
2497
|
* The hexadecimal codes for the colors.
|
@@ -4290,7 +4314,7 @@ declare namespace QuickSight {
|
|
4290
4314
|
*/
|
4291
4315
|
UserArn: Arn;
|
4292
4316
|
/**
|
4293
|
-
* The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the entire Amazon QuickSight console.
|
4317
|
+
* The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.
|
4294
4318
|
*/
|
4295
4319
|
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration;
|
4296
4320
|
/**
|
@@ -4300,7 +4324,7 @@ declare namespace QuickSight {
|
|
4300
4324
|
}
|
4301
4325
|
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
4302
4326
|
/**
|
4303
|
-
* The embed URL for the Amazon QuickSight dashboard or console.
|
4327
|
+
* The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, or console.
|
4304
4328
|
*/
|
4305
4329
|
EmbedUrl: EmbeddingUrl;
|
4306
4330
|
/**
|
@@ -5752,6 +5776,12 @@ declare namespace QuickSight {
|
|
5752
5776
|
*/
|
5753
5777
|
InitialDashboardId: RestrictiveResourceId;
|
5754
5778
|
}
|
5779
|
+
export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
|
5780
|
+
/**
|
5781
|
+
* The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual. The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.
|
5782
|
+
*/
|
5783
|
+
InitialDashboardVisualId: DashboardVisualId;
|
5784
|
+
}
|
5755
5785
|
export interface RegisteredUserEmbeddingExperienceConfiguration {
|
5756
5786
|
/**
|
5757
5787
|
* The configuration details for providing a dashboard embedding experience.
|
@@ -5765,6 +5795,10 @@ declare namespace QuickSight {
|
|
5765
5795
|
* The configuration details for embedding the Q search bar. For more information about embedding the Q search bar, see Embedding Overview in the Amazon QuickSight User Guide.
|
5766
5796
|
*/
|
5767
5797
|
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
5798
|
+
/**
|
5799
|
+
* The type of embedding experience. In this case, Amazon QuickSight visuals.
|
5800
|
+
*/
|
5801
|
+
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
|
5768
5802
|
}
|
5769
5803
|
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
5770
5804
|
/**
|
@@ -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
|
/**
|