aws-sdk 2.746.0 → 2.750.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/apigatewayv2-2018-11-29.min.json +66 -0
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +6 -2
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +53 -50
- package/apis/glue-2017-03-31.min.json +158 -91
- package/apis/glue-2017-03-31.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +16 -13
- package/apis/metadata.json +8 -0
- package/apis/quicksight-2018-04-01.min.json +65 -59
- package/apis/redshift-data-2019-12-20.examples.json +5 -0
- package/apis/redshift-data-2019-12-20.min.json +381 -0
- package/apis/redshift-data-2019-12-20.paginators.json +39 -0
- package/apis/s3-2006-03-01.examples.json +117 -117
- package/apis/s3-2006-03-01.min.json +431 -83
- package/apis/sso-admin-2020-07-20.examples.json +5 -0
- package/apis/sso-admin-2020-07-20.min.json +759 -0
- package/apis/sso-admin-2020-07-20.paginators.json +63 -0
- package/apis/workspaces-2015-04-08.min.json +10 -6
- package/apis/xray-2016-04-12.min.json +81 -61
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/apigatewayv2.d.ts +100 -34
- package/clients/cloudfront.d.ts +11 -7
- package/clients/codebuild.d.ts +14 -6
- package/clients/ebs.d.ts +7 -7
- package/clients/elbv2.d.ts +18 -4
- package/clients/glue.d.ts +81 -2
- package/clients/kinesisanalyticsv2.d.ts +2 -1
- package/clients/lexmodelbuildingservice.d.ts +12 -12
- package/clients/quicksight.d.ts +16 -0
- package/clients/redshiftdata.d.ts +614 -0
- package/clients/redshiftdata.js +18 -0
- package/clients/s3.d.ts +389 -41
- package/clients/ssm.d.ts +10 -10
- package/clients/ssoadmin.d.ts +1059 -0
- package/clients/ssoadmin.js +18 -0
- package/clients/workspaces.d.ts +9 -3
- package/clients/xray.d.ts +66 -8
- package/dist/aws-sdk-core-react-native.js +6 -5
- package/dist/aws-sdk-react-native.js +93 -18
- package/dist/aws-sdk.js +589 -202
- package/dist/aws-sdk.min.js +70 -69
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/credentials/ec2_metadata_credentials.d.ts +5 -1
- package/lib/credentials/ec2_metadata_credentials.js +12 -1
- package/lib/protocol/json.js +3 -2
- package/lib/request.js +1 -1
- package/package.json +1 -1
package/clients/elbv2.d.ts
CHANGED
|
@@ -511,6 +511,10 @@ declare namespace ELBv2 {
|
|
|
511
511
|
* The ID of the subnet. You can specify one subnet per Availability Zone.
|
|
512
512
|
*/
|
|
513
513
|
SubnetId?: SubnetId;
|
|
514
|
+
/**
|
|
515
|
+
* [Application Load Balancers on Outposts] The ID of the Outpost.
|
|
516
|
+
*/
|
|
517
|
+
OutpostId?: OutpostId;
|
|
514
518
|
/**
|
|
515
519
|
* [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.
|
|
516
520
|
*/
|
|
@@ -586,11 +590,11 @@ declare namespace ELBv2 {
|
|
|
586
590
|
*/
|
|
587
591
|
Name: LoadBalancerName;
|
|
588
592
|
/**
|
|
589
|
-
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones.
|
|
593
|
+
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones.
|
|
590
594
|
*/
|
|
591
595
|
Subnets?: Subnets;
|
|
592
596
|
/**
|
|
593
|
-
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.
|
|
597
|
+
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.
|
|
594
598
|
*/
|
|
595
599
|
SubnetMappings?: SubnetMappings;
|
|
596
600
|
/**
|
|
@@ -613,6 +617,10 @@ declare namespace ELBv2 {
|
|
|
613
617
|
* [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.
|
|
614
618
|
*/
|
|
615
619
|
IpAddressType?: IpAddressType;
|
|
620
|
+
/**
|
|
621
|
+
* [Application Load Balancers on Outposts] The ID of the customer-owned address pool (CoIP pool).
|
|
622
|
+
*/
|
|
623
|
+
CustomerOwnedIpv4Pool?: CustomerOwnedIpv4Pool;
|
|
616
624
|
}
|
|
617
625
|
export interface CreateLoadBalancerOutput {
|
|
618
626
|
/**
|
|
@@ -709,6 +717,7 @@ declare namespace ELBv2 {
|
|
|
709
717
|
TargetGroups?: TargetGroups;
|
|
710
718
|
}
|
|
711
719
|
export type CreatedTime = Date;
|
|
720
|
+
export type CustomerOwnedIpv4Pool = string;
|
|
712
721
|
export type DNSName = string;
|
|
713
722
|
export type Default = boolean;
|
|
714
723
|
export interface DeleteListenerInput {
|
|
@@ -1138,7 +1147,7 @@ declare namespace ELBv2 {
|
|
|
1138
1147
|
*/
|
|
1139
1148
|
Type?: LoadBalancerTypeEnum;
|
|
1140
1149
|
/**
|
|
1141
|
-
* The
|
|
1150
|
+
* The subnets for the load balancer.
|
|
1142
1151
|
*/
|
|
1143
1152
|
AvailabilityZones?: AvailabilityZones;
|
|
1144
1153
|
/**
|
|
@@ -1149,6 +1158,10 @@ declare namespace ELBv2 {
|
|
|
1149
1158
|
* The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).
|
|
1150
1159
|
*/
|
|
1151
1160
|
IpAddressType?: IpAddressType;
|
|
1161
|
+
/**
|
|
1162
|
+
* [Application Load Balancers on Outposts] The ID of the customer-owned address pool.
|
|
1163
|
+
*/
|
|
1164
|
+
CustomerOwnedIpv4Pool?: CustomerOwnedIpv4Pool;
|
|
1152
1165
|
}
|
|
1153
1166
|
export interface LoadBalancerAddress {
|
|
1154
1167
|
/**
|
|
@@ -1341,6 +1354,7 @@ declare namespace ELBv2 {
|
|
|
1341
1354
|
TargetGroups?: TargetGroups;
|
|
1342
1355
|
}
|
|
1343
1356
|
export type Name = string;
|
|
1357
|
+
export type OutpostId = string;
|
|
1344
1358
|
export type PageSize = number;
|
|
1345
1359
|
export type Path = string;
|
|
1346
1360
|
export interface PathPatternConditionConfig {
|
|
@@ -1573,7 +1587,7 @@ declare namespace ELBv2 {
|
|
|
1573
1587
|
}
|
|
1574
1588
|
export interface SetSubnetsOutput {
|
|
1575
1589
|
/**
|
|
1576
|
-
* Information about the
|
|
1590
|
+
* Information about the subnets.
|
|
1577
1591
|
*/
|
|
1578
1592
|
AvailabilityZones?: AvailabilityZones;
|
|
1579
1593
|
}
|
package/clients/glue.d.ts
CHANGED
|
@@ -579,6 +579,14 @@ declare class Glue extends Service {
|
|
|
579
579
|
* Retrieves information about a specified partition.
|
|
580
580
|
*/
|
|
581
581
|
getPartition(callback?: (err: AWSError, data: Glue.Types.GetPartitionResponse) => void): Request<Glue.Types.GetPartitionResponse, AWSError>;
|
|
582
|
+
/**
|
|
583
|
+
* Retrieves the partition indexes associated with a table.
|
|
584
|
+
*/
|
|
585
|
+
getPartitionIndexes(params: Glue.Types.GetPartitionIndexesRequest, callback?: (err: AWSError, data: Glue.Types.GetPartitionIndexesResponse) => void): Request<Glue.Types.GetPartitionIndexesResponse, AWSError>;
|
|
586
|
+
/**
|
|
587
|
+
* Retrieves the partition indexes associated with a table.
|
|
588
|
+
*/
|
|
589
|
+
getPartitionIndexes(callback?: (err: AWSError, data: Glue.Types.GetPartitionIndexesResponse) => void): Request<Glue.Types.GetPartitionIndexesResponse, AWSError>;
|
|
582
590
|
/**
|
|
583
591
|
* Retrieves information about the partitions in a table.
|
|
584
592
|
*/
|
|
@@ -1719,7 +1727,7 @@ declare namespace Glue {
|
|
|
1719
1727
|
*/
|
|
1720
1728
|
MatchCriteria?: MatchCriteria;
|
|
1721
1729
|
/**
|
|
1722
|
-
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. AWS Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. AWS Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. AWS Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip AWS Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself.
|
|
1730
|
+
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. AWS Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. AWS Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. AWS Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip AWS Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself.
|
|
1723
1731
|
*/
|
|
1724
1732
|
ConnectionProperties?: ConnectionProperties;
|
|
1725
1733
|
/**
|
|
@@ -1749,7 +1757,7 @@ declare namespace Glue {
|
|
|
1749
1757
|
*/
|
|
1750
1758
|
Description?: DescriptionString;
|
|
1751
1759
|
/**
|
|
1752
|
-
* The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). KAFKA - Designates a connection to an Apache Kafka streaming platform. MONGODB - Designates a connection to a MongoDB document database.
|
|
1760
|
+
* The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). KAFKA - Designates a connection to an Apache Kafka streaming platform. MONGODB - Designates a connection to a MongoDB document database. SFTP is not supported.
|
|
1753
1761
|
*/
|
|
1754
1762
|
ConnectionType: ConnectionType;
|
|
1755
1763
|
/**
|
|
@@ -2459,6 +2467,10 @@ declare namespace Glue {
|
|
|
2459
2467
|
* The TableInput object that defines the metadata table to create in the catalog.
|
|
2460
2468
|
*/
|
|
2461
2469
|
TableInput: TableInput;
|
|
2470
|
+
/**
|
|
2471
|
+
* A list of partition indexes, PartitionIndex structures, to create in the table.
|
|
2472
|
+
*/
|
|
2473
|
+
PartitionIndexes?: PartitionIndexList;
|
|
2462
2474
|
}
|
|
2463
2475
|
export interface CreateTableResponse {
|
|
2464
2476
|
}
|
|
@@ -3897,6 +3909,34 @@ declare namespace Glue {
|
|
|
3897
3909
|
*/
|
|
3898
3910
|
Mapping: MappingList;
|
|
3899
3911
|
}
|
|
3912
|
+
export interface GetPartitionIndexesRequest {
|
|
3913
|
+
/**
|
|
3914
|
+
* The catalog ID where the table resides.
|
|
3915
|
+
*/
|
|
3916
|
+
CatalogId?: CatalogIdString;
|
|
3917
|
+
/**
|
|
3918
|
+
* Specifies the name of a database from which you want to retrieve partition indexes.
|
|
3919
|
+
*/
|
|
3920
|
+
DatabaseName: NameString;
|
|
3921
|
+
/**
|
|
3922
|
+
* Specifies the name of a table for which you want to retrieve the partition indexes.
|
|
3923
|
+
*/
|
|
3924
|
+
TableName: NameString;
|
|
3925
|
+
/**
|
|
3926
|
+
* A continuation token, included if this is a continuation call.
|
|
3927
|
+
*/
|
|
3928
|
+
NextToken?: Token;
|
|
3929
|
+
}
|
|
3930
|
+
export interface GetPartitionIndexesResponse {
|
|
3931
|
+
/**
|
|
3932
|
+
* A list of index descriptors.
|
|
3933
|
+
*/
|
|
3934
|
+
PartitionIndexDescriptorList?: PartitionIndexDescriptorList;
|
|
3935
|
+
/**
|
|
3936
|
+
* A continuation token, present if the current list segment is not the last.
|
|
3937
|
+
*/
|
|
3938
|
+
NextToken?: Token;
|
|
3939
|
+
}
|
|
3900
3940
|
export interface GetPartitionRequest {
|
|
3901
3941
|
/**
|
|
3902
3942
|
* The ID of the Data Catalog where the partition in question resides. If none is provided, the AWS account ID is used by default.
|
|
@@ -4799,6 +4839,18 @@ declare namespace Glue {
|
|
|
4799
4839
|
}
|
|
4800
4840
|
export type JsonPath = string;
|
|
4801
4841
|
export type JsonValue = string;
|
|
4842
|
+
export type KeyList = NameString[];
|
|
4843
|
+
export interface KeySchemaElement {
|
|
4844
|
+
/**
|
|
4845
|
+
* The name of a partition key.
|
|
4846
|
+
*/
|
|
4847
|
+
Name: NameString;
|
|
4848
|
+
/**
|
|
4849
|
+
* The type of a partition key.
|
|
4850
|
+
*/
|
|
4851
|
+
Type: ColumnTypeString;
|
|
4852
|
+
}
|
|
4853
|
+
export type KeySchemaElementList = KeySchemaElement[];
|
|
4802
4854
|
export type KeyString = string;
|
|
4803
4855
|
export type KmsKeyArn = string;
|
|
4804
4856
|
export type LabelCount = number;
|
|
@@ -5243,6 +5295,33 @@ declare namespace Glue {
|
|
|
5243
5295
|
ErrorDetail?: ErrorDetail;
|
|
5244
5296
|
}
|
|
5245
5297
|
export type PartitionErrors = PartitionError[];
|
|
5298
|
+
export interface PartitionIndex {
|
|
5299
|
+
/**
|
|
5300
|
+
* The keys for the partition index.
|
|
5301
|
+
*/
|
|
5302
|
+
Keys: KeyList;
|
|
5303
|
+
/**
|
|
5304
|
+
* The name of the partition index.
|
|
5305
|
+
*/
|
|
5306
|
+
IndexName: NameString;
|
|
5307
|
+
}
|
|
5308
|
+
export interface PartitionIndexDescriptor {
|
|
5309
|
+
/**
|
|
5310
|
+
* The name of the partition index.
|
|
5311
|
+
*/
|
|
5312
|
+
IndexName: NameString;
|
|
5313
|
+
/**
|
|
5314
|
+
* A list of one or more keys, as KeySchemaElement structures, for the partition index.
|
|
5315
|
+
*/
|
|
5316
|
+
Keys: KeySchemaElementList;
|
|
5317
|
+
/**
|
|
5318
|
+
* The status of the partition index.
|
|
5319
|
+
*/
|
|
5320
|
+
IndexStatus: PartitionIndexStatus;
|
|
5321
|
+
}
|
|
5322
|
+
export type PartitionIndexDescriptorList = PartitionIndexDescriptor[];
|
|
5323
|
+
export type PartitionIndexList = PartitionIndex[];
|
|
5324
|
+
export type PartitionIndexStatus = "ACTIVE"|string;
|
|
5246
5325
|
export interface PartitionInput {
|
|
5247
5326
|
/**
|
|
5248
5327
|
* The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input. The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise AWS Glue will add the values to the wrong keys.
|
|
@@ -586,7 +586,7 @@ declare namespace KinesisAnalyticsV2 {
|
|
|
586
586
|
*/
|
|
587
587
|
SnapshotsEnabledUpdate: BooleanObject;
|
|
588
588
|
}
|
|
589
|
-
export type ApplicationStatus = "DELETING"|"STARTING"|"STOPPING"|"READY"|"RUNNING"|"UPDATING"|string;
|
|
589
|
+
export type ApplicationStatus = "DELETING"|"STARTING"|"STOPPING"|"READY"|"RUNNING"|"UPDATING"|"AUTOSCALING"|string;
|
|
590
590
|
export type ApplicationSummaries = ApplicationSummary[];
|
|
591
591
|
export interface ApplicationSummary {
|
|
592
592
|
/**
|
|
@@ -1784,6 +1784,7 @@ declare namespace KinesisAnalyticsV2 {
|
|
|
1784
1784
|
* Describes the restore behavior of a restarting application.
|
|
1785
1785
|
*/
|
|
1786
1786
|
ApplicationRestoreConfigurationDescription?: ApplicationRestoreConfiguration;
|
|
1787
|
+
FlinkRunConfigurationDescription?: FlinkRunConfiguration;
|
|
1787
1788
|
}
|
|
1788
1789
|
export interface RunConfigurationUpdate {
|
|
1789
1790
|
/**
|
|
@@ -530,7 +530,7 @@ declare namespace LexModelBuildingService {
|
|
|
530
530
|
*/
|
|
531
531
|
clarificationPrompt?: Prompt;
|
|
532
532
|
/**
|
|
533
|
-
* The message that Amazon Lex uses to
|
|
533
|
+
* The message that Amazon Lex uses to cancel a conversation. For more information, see PutBot.
|
|
534
534
|
*/
|
|
535
535
|
abortStatement?: Statement;
|
|
536
536
|
/**
|
|
@@ -574,7 +574,7 @@ declare namespace LexModelBuildingService {
|
|
|
574
574
|
*/
|
|
575
575
|
childDirected?: Boolean;
|
|
576
576
|
/**
|
|
577
|
-
* Indicates whether the bot uses
|
|
577
|
+
* Indicates whether the bot uses accuracy improvements. true indicates that the bot is using the imoprovements, otherwise, false.
|
|
578
578
|
*/
|
|
579
579
|
enableModelImprovements?: Boolean;
|
|
580
580
|
/**
|
|
@@ -1009,11 +1009,11 @@ declare namespace LexModelBuildingService {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
intents?: IntentList;
|
|
1011
1011
|
/**
|
|
1012
|
-
* Indicates whether the bot uses
|
|
1012
|
+
* Indicates whether the bot uses accuracy improvements. true indicates that the bot is using the imoprovements, otherwise, false.
|
|
1013
1013
|
*/
|
|
1014
1014
|
enableModelImprovements?: Boolean;
|
|
1015
1015
|
/**
|
|
1016
|
-
* The score that determines where Amazon Lex inserts the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent
|
|
1016
|
+
* The score that determines where Amazon Lex inserts the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent is inserted if the confidence score for all intents is below this value. AMAZON.KendraSearchIntent is only inserted if it is configured for the bot.
|
|
1017
1017
|
*/
|
|
1018
1018
|
nluIntentConfidenceThreshold?: ConfidenceThreshold;
|
|
1019
1019
|
/**
|
|
@@ -1595,7 +1595,7 @@ declare namespace LexModelBuildingService {
|
|
|
1595
1595
|
tags?: TagList;
|
|
1596
1596
|
}
|
|
1597
1597
|
export type ListsOfUtterances = UtteranceList[];
|
|
1598
|
-
export type Locale = "en-US"|"en-GB"|"de-DE"|string;
|
|
1598
|
+
export type Locale = "en-US"|"en-GB"|"de-DE"|"en-AU"|string;
|
|
1599
1599
|
export type LocaleList = Locale[];
|
|
1600
1600
|
export interface LogSettingsRequest {
|
|
1601
1601
|
/**
|
|
@@ -1761,11 +1761,11 @@ declare namespace LexModelBuildingService {
|
|
|
1761
1761
|
*/
|
|
1762
1762
|
intents?: IntentList;
|
|
1763
1763
|
/**
|
|
1764
|
-
* Set to true to enable
|
|
1764
|
+
* Set to true to enable access to natural language understanding improvements. When you set the enableModelImprovements parameter to true you can use the nluIntentConfidenceThreshold parameter to configure confidence scores. For more information, see Confidence Scores. You can only set the enableModelImprovements parameter in certain Regions. If you set the parameter to true, your bot has access to accuracy improvements. The Regions where you can set the enableModelImprovements parameter to true are: US East (N. Virginia) (us-east-1) US West (Oregon) (us-west-2) Asia Pacific (Sydney) (ap-southeast-2) EU (Ireland) (eu-west-1) In other Regions, the enableModelImprovements parameter is set to true by default. In these Regions setting the parameter to false throws a ValidationException exception. Asia Pacific (Singapore) (ap-southeast-1) Asia Pacific (Tokyo) (ap-northeast-1) EU (Frankfurt) (eu-central-1) EU (London) (eu-west-2)
|
|
1765
1765
|
*/
|
|
1766
1766
|
enableModelImprovements?: Boolean;
|
|
1767
1767
|
/**
|
|
1768
|
-
* Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot. You must set the enableModelImprovements parameter to true to use confidence scores. For example, suppose a bot is configured with the confidence threshold of 0.80 and the AMAZON.FallbackIntent. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the PostText operation would be: AMAZON.FallbackIntent IntentA IntentB IntentC
|
|
1768
|
+
* Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot. You must set the enableModelImprovements parameter to true to use confidence scores. US East (N. Virginia) (us-east-1) US West (Oregon) (us-west-2) Asia Pacific (Sydney) (ap-southeast-2) EU (Ireland) (eu-west-1) In other Regions, the enableModelImprovements parameter is set to true by default. For example, suppose a bot is configured with the confidence threshold of 0.80 and the AMAZON.FallbackIntent. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the PostText operation would be: AMAZON.FallbackIntent IntentA IntentB IntentC
|
|
1769
1769
|
*/
|
|
1770
1770
|
nluIntentConfidenceThreshold?: ConfidenceThreshold;
|
|
1771
1771
|
/**
|
|
@@ -1773,7 +1773,7 @@ declare namespace LexModelBuildingService {
|
|
|
1773
1773
|
*/
|
|
1774
1774
|
clarificationPrompt?: Prompt;
|
|
1775
1775
|
/**
|
|
1776
|
-
* When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times. After that, Amazon Lex sends the message defined in abortStatement to the user, and then
|
|
1776
|
+
* When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times. After that, Amazon Lex sends the message defined in abortStatement to the user, and then cancels the conversation. To set the number of retries, use the valueElicitationPrompt field for the slot type. For example, in a pizza ordering bot, Amazon Lex might ask a user "What type of crust would you like?" If the user's response is not one of the expected responses (for example, "thin crust, "deep dish," etc.), Amazon Lex tries to elicit a correct response a few more times. For example, in a pizza ordering application, OrderPizza might be one of the intents. This intent might require the CrustType slot. You specify the valueElicitationPrompt field when you create the CrustType slot. If you have defined a fallback intent the cancel statement will not be sent to the user, the fallback intent is used instead. For more information, see AMAZON.FallbackIntent.
|
|
1777
1777
|
*/
|
|
1778
1778
|
abortStatement?: Statement;
|
|
1779
1779
|
/**
|
|
@@ -1827,11 +1827,11 @@ declare namespace LexModelBuildingService {
|
|
|
1827
1827
|
*/
|
|
1828
1828
|
intents?: IntentList;
|
|
1829
1829
|
/**
|
|
1830
|
-
* Indicates whether the bot uses
|
|
1830
|
+
* Indicates whether the bot uses accuracy improvements. true indicates that the bot is using the imoprovements, otherwise, false.
|
|
1831
1831
|
*/
|
|
1832
1832
|
enableModelImprovements?: Boolean;
|
|
1833
1833
|
/**
|
|
1834
|
-
* The score that determines where Amazon Lex inserts the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent
|
|
1834
|
+
* The score that determines where Amazon Lex inserts the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent is inserted if the confidence score for all intents is below this value. AMAZON.KendraSearchIntent is only inserted if it is configured for the bot.
|
|
1835
1835
|
*/
|
|
1836
1836
|
nluIntentConfidenceThreshold?: ConfidenceThreshold;
|
|
1837
1837
|
/**
|
|
@@ -1839,7 +1839,7 @@ declare namespace LexModelBuildingService {
|
|
|
1839
1839
|
*/
|
|
1840
1840
|
clarificationPrompt?: Prompt;
|
|
1841
1841
|
/**
|
|
1842
|
-
* The message that Amazon Lex uses to
|
|
1842
|
+
* The message that Amazon Lex uses to cancel a conversation. For more information, see PutBot.
|
|
1843
1843
|
*/
|
|
1844
1844
|
abortStatement?: Statement;
|
|
1845
1845
|
/**
|
|
@@ -2033,7 +2033,7 @@ declare namespace LexModelBuildingService {
|
|
|
2033
2033
|
*/
|
|
2034
2034
|
description?: Description;
|
|
2035
2035
|
/**
|
|
2036
|
-
* A list of EnumerationValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, which are additional values that help train the machine learning model about the values that it resolves for a slot. When Amazon Lex resolves a slot value, it generates a resolution list that contains up to five possible values for the slot. If you are using a Lambda function, this resolution list is passed to the function. If you are not using a Lambda function you can choose to return the value that the user entered or the first value in the resolution list as the slot value. The valueSelectionStrategy field indicates the option to use.
|
|
2036
|
+
* A list of EnumerationValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, which are additional values that help train the machine learning model about the values that it resolves for a slot. A regular expression slot type doesn't require enumeration values. All other slot types require a list of enumeration values. When Amazon Lex resolves a slot value, it generates a resolution list that contains up to five possible values for the slot. If you are using a Lambda function, this resolution list is passed to the function. If you are not using a Lambda function you can choose to return the value that the user entered or the first value in the resolution list as the slot value. The valueSelectionStrategy field indicates the option to use.
|
|
2037
2037
|
*/
|
|
2038
2038
|
enumerationValues?: EnumerationValues;
|
|
2039
2039
|
/**
|
package/clients/quicksight.d.ts
CHANGED
|
@@ -1145,8 +1145,16 @@ declare namespace QuickSight {
|
|
|
1145
1145
|
* The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace. For example, you could add a default theme by setting AccountCustomization to the midnight theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. . Or, you could add a custom theme by specifying "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }.
|
|
1146
1146
|
*/
|
|
1147
1147
|
AccountCustomization: AccountCustomization;
|
|
1148
|
+
/**
|
|
1149
|
+
* A list of the tags that you want to attach to this resource.
|
|
1150
|
+
*/
|
|
1151
|
+
Tags?: TagList;
|
|
1148
1152
|
}
|
|
1149
1153
|
export interface CreateAccountCustomizationResponse {
|
|
1154
|
+
/**
|
|
1155
|
+
* The Amazon Resource Name (ARN) for the customization that you created for this AWS account.
|
|
1156
|
+
*/
|
|
1157
|
+
Arn?: Arn;
|
|
1150
1158
|
/**
|
|
1151
1159
|
* The ID for the AWS account that you want to customize QuickSight for.
|
|
1152
1160
|
*/
|
|
@@ -2787,6 +2795,10 @@ declare namespace QuickSight {
|
|
|
2787
2795
|
Resolved?: boolean;
|
|
2788
2796
|
}
|
|
2789
2797
|
export interface DescribeAccountCustomizationResponse {
|
|
2798
|
+
/**
|
|
2799
|
+
* The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
|
|
2800
|
+
*/
|
|
2801
|
+
Arn?: Arn;
|
|
2790
2802
|
/**
|
|
2791
2803
|
* The ID for the AWS account that you're describing.
|
|
2792
2804
|
*/
|
|
@@ -5487,6 +5499,10 @@ declare namespace QuickSight {
|
|
|
5487
5499
|
AccountCustomization: AccountCustomization;
|
|
5488
5500
|
}
|
|
5489
5501
|
export interface UpdateAccountCustomizationResponse {
|
|
5502
|
+
/**
|
|
5503
|
+
* The Amazon Resource Name (ARN) for the updated customization for this AWS account.
|
|
5504
|
+
*/
|
|
5505
|
+
Arn?: Arn;
|
|
5490
5506
|
/**
|
|
5491
5507
|
* The ID for the AWS account that you want to update QuickSight customizations for.
|
|
5492
5508
|
*/
|