aws-sdk 2.1426.0 → 2.1428.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 +17 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +102 -56
- package/apis/dms-2016-01-01.min.json +60 -16
- package/apis/dms-2016-01-01.paginators.json +5 -0
- package/apis/internetmonitor-2021-06-03.min.json +37 -19
- package/apis/medialive-2017-10-14.min.json +12 -0
- package/apis/rds-2014-10-31.min.json +220 -115
- package/apis/resiliencehub-2020-04-30.min.json +354 -125
- package/apis/resiliencehub-2020-04-30.paginators.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +680 -556
- package/clients/batch.d.ts +9 -9
- package/clients/budgets.d.ts +1 -1
- package/clients/cognitoidentityserviceprovider.d.ts +290 -213
- package/clients/dms.d.ts +65 -1
- package/clients/glue.d.ts +2 -2
- package/clients/internetmonitor.d.ts +49 -26
- package/clients/medialive.d.ts +16 -0
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +173 -8
- package/clients/resiliencehub.d.ts +588 -274
- package/clients/sagemaker.d.ts +185 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +325 -174
- package/dist/aws-sdk.min.js +85 -85
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/dms.d.ts
CHANGED
@@ -244,6 +244,14 @@ declare class DMS extends Service {
|
|
244
244
|
* Returns information about the endpoints for your account in the current region.
|
245
245
|
*/
|
246
246
|
describeEndpoints(callback?: (err: AWSError, data: DMS.Types.DescribeEndpointsResponse) => void): Request<DMS.Types.DescribeEndpointsResponse, AWSError>;
|
247
|
+
/**
|
248
|
+
* Returns information about the replication instance versions used in the project.
|
249
|
+
*/
|
250
|
+
describeEngineVersions(params: DMS.Types.DescribeEngineVersionsMessage, callback?: (err: AWSError, data: DMS.Types.DescribeEngineVersionsResponse) => void): Request<DMS.Types.DescribeEngineVersionsResponse, AWSError>;
|
251
|
+
/**
|
252
|
+
* Returns information about the replication instance versions used in the project.
|
253
|
+
*/
|
254
|
+
describeEngineVersions(callback?: (err: AWSError, data: DMS.Types.DescribeEngineVersionsResponse) => void): Request<DMS.Types.DescribeEngineVersionsResponse, AWSError>;
|
247
255
|
/**
|
248
256
|
* Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the Database Migration Service User Guide.
|
249
257
|
*/
|
@@ -755,6 +763,7 @@ declare namespace DMS {
|
|
755
763
|
Name?: String;
|
756
764
|
}
|
757
765
|
export type AvailabilityZonesList = String[];
|
766
|
+
export type AvailableUpgradesList = String[];
|
758
767
|
export interface BatchStartRecommendationsErrorEntry {
|
759
768
|
/**
|
760
769
|
* The identifier of the source database.
|
@@ -1790,6 +1799,26 @@ declare namespace DMS {
|
|
1790
1799
|
*/
|
1791
1800
|
Endpoints?: EndpointList;
|
1792
1801
|
}
|
1802
|
+
export interface DescribeEngineVersionsMessage {
|
1803
|
+
/**
|
1804
|
+
* The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
|
1805
|
+
*/
|
1806
|
+
MaxRecords?: IntegerOptional;
|
1807
|
+
/**
|
1808
|
+
* An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
|
1809
|
+
*/
|
1810
|
+
Marker?: String;
|
1811
|
+
}
|
1812
|
+
export interface DescribeEngineVersionsResponse {
|
1813
|
+
/**
|
1814
|
+
* Returned EngineVersion objects that describe the replication instance engine versions used in the project.
|
1815
|
+
*/
|
1816
|
+
EngineVersions?: EngineVersionList;
|
1817
|
+
/**
|
1818
|
+
* An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
|
1819
|
+
*/
|
1820
|
+
Marker?: String;
|
1821
|
+
}
|
1793
1822
|
export interface DescribeEventCategoriesMessage {
|
1794
1823
|
/**
|
1795
1824
|
* The type of DMS resource that generates events. Valid values: replication-instance | replication-task
|
@@ -2703,6 +2732,41 @@ declare namespace DMS {
|
|
2703
2732
|
export type EndpointSettingEnumValues = String[];
|
2704
2733
|
export type EndpointSettingTypeValue = "string"|"boolean"|"integer"|"enum"|string;
|
2705
2734
|
export type EndpointSettingsList = EndpointSetting[];
|
2735
|
+
export interface EngineVersion {
|
2736
|
+
/**
|
2737
|
+
* The version number of the replication instance.
|
2738
|
+
*/
|
2739
|
+
Version?: String;
|
2740
|
+
/**
|
2741
|
+
* The lifecycle status of the replication instance version. Valid values are DEPRECATED, DEFAULT_VERSION, and ACTIVE.
|
2742
|
+
*/
|
2743
|
+
Lifecycle?: String;
|
2744
|
+
/**
|
2745
|
+
* The release status of the replication instance version.
|
2746
|
+
*/
|
2747
|
+
ReleaseStatus?: ReleaseStatusValues;
|
2748
|
+
/**
|
2749
|
+
* The date when the replication instance version became publicly available.
|
2750
|
+
*/
|
2751
|
+
LaunchDate?: TStamp;
|
2752
|
+
/**
|
2753
|
+
* The date when the replication instance will be automatically upgraded. This setting only applies if the auto-minor-version setting is enabled.
|
2754
|
+
*/
|
2755
|
+
AutoUpgradeDate?: TStamp;
|
2756
|
+
/**
|
2757
|
+
* The date when the replication instance version will be deprecated and can no longer be requested.
|
2758
|
+
*/
|
2759
|
+
DeprecationDate?: TStamp;
|
2760
|
+
/**
|
2761
|
+
* The date when the replication instance will have a version upgrade forced.
|
2762
|
+
*/
|
2763
|
+
ForceUpgradeDate?: TStamp;
|
2764
|
+
/**
|
2765
|
+
* The list of valid replication instance versions that you can upgrade to.
|
2766
|
+
*/
|
2767
|
+
AvailableUpgrades?: AvailableUpgradesList;
|
2768
|
+
}
|
2769
|
+
export type EngineVersionList = EngineVersion[];
|
2706
2770
|
export interface Event {
|
2707
2771
|
/**
|
2708
2772
|
* The identifier of an event source.
|
@@ -4047,7 +4111,7 @@ declare namespace DMS {
|
|
4047
4111
|
*/
|
4048
4112
|
MapLongVarcharAs?: LongVarcharMappingType;
|
4049
4113
|
/**
|
4050
|
-
* Specifies
|
4114
|
+
* Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.
|
4051
4115
|
*/
|
4052
4116
|
DatabaseMode?: DatabaseMode;
|
4053
4117
|
/**
|
package/clients/glue.d.ts
CHANGED
@@ -3248,7 +3248,7 @@ declare namespace Glue {
|
|
3248
3248
|
*/
|
3249
3249
|
MatchCriteria?: MatchCriteria;
|
3250
3250
|
/**
|
3251
|
-
* 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. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. 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. 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 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. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. 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. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512", "GSSAPI", or "AWS_MSK_IAM". These are the supported SASL Mechanisms. KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers.
|
3251
|
+
* 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. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. 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. 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 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. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. 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. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512", "GSSAPI", or "AWS_MSK_IAM". These are the supported SASL Mechanisms. KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_SECRETS_ARN - The Amazon Resource Name of a secret in Amazon Web Services Secrets Manager. KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers.
|
3252
3252
|
*/
|
3253
3253
|
ConnectionProperties?: ConnectionProperties;
|
3254
3254
|
/**
|
@@ -3307,7 +3307,7 @@ declare namespace Glue {
|
|
3307
3307
|
AwsKmsKeyId?: NameString;
|
3308
3308
|
}
|
3309
3309
|
export type ConnectionProperties = {[key: string]: ValueString};
|
3310
|
-
export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|string;
|
3310
|
+
export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|string;
|
3311
3311
|
export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|string;
|
3312
3312
|
export interface ConnectionsList {
|
3313
3313
|
/**
|
@@ -12,11 +12,11 @@ declare class InternetMonitor extends Service {
|
|
12
12
|
constructor(options?: InternetMonitor.Types.ClientConfiguration)
|
13
13
|
config: Config & InternetMonitor.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add:
|
15
|
+
* Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add: VPCs, Network Load Balancers (NLBs), Amazon CloudFront distributions, and Amazon WorkSpaces directories. Internet Monitor then publishes internet measurements from Amazon Web Services that are specific to the city-networks. That is, the locations and ASNs (typically internet service providers or ISPs), where clients access your application. For more information, see Using Amazon CloudWatch Internet Monitor in the Amazon CloudWatch User Guide. When you create a monitor, you choose the percentage of traffic that you want to monitor. You can also set a maximum limit for the number of city-networks where client traffic is monitored, that caps the total traffic that Internet Monitor monitors. A city-network maximum is the limit of city-networks, but you only pay for the number of city-networks that are actually monitored. You can update your monitor at any time to change the percentage of traffic to monitor or the city-networks maximum. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
|
16
16
|
*/
|
17
17
|
createMonitor(params: InternetMonitor.Types.CreateMonitorInput, callback?: (err: AWSError, data: InternetMonitor.Types.CreateMonitorOutput) => void): Request<InternetMonitor.Types.CreateMonitorOutput, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add:
|
19
|
+
* Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add: VPCs, Network Load Balancers (NLBs), Amazon CloudFront distributions, and Amazon WorkSpaces directories. Internet Monitor then publishes internet measurements from Amazon Web Services that are specific to the city-networks. That is, the locations and ASNs (typically internet service providers or ISPs), where clients access your application. For more information, see Using Amazon CloudWatch Internet Monitor in the Amazon CloudWatch User Guide. When you create a monitor, you choose the percentage of traffic that you want to monitor. You can also set a maximum limit for the number of city-networks where client traffic is monitored, that caps the total traffic that Internet Monitor monitors. A city-network maximum is the limit of city-networks, but you only pay for the number of city-networks that are actually monitored. You can update your monitor at any time to change the percentage of traffic to monitor or the city-networks maximum. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
|
20
20
|
*/
|
21
21
|
createMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.CreateMonitorOutput) => void): Request<InternetMonitor.Types.CreateMonitorOutput, AWSError>;
|
22
22
|
/**
|
@@ -28,11 +28,11 @@ declare class InternetMonitor extends Service {
|
|
28
28
|
*/
|
29
29
|
deleteMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.DeleteMonitorOutput) => void): Request<InternetMonitor.Types.DeleteMonitorOutput, AWSError>;
|
30
30
|
/**
|
31
|
-
* Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all
|
31
|
+
* Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all the information related to the event, by location. The information returned includes the impact on performance, availability, and round-trip time, information about the network providers (ASNs), the event type, and so on. Information rolled up at the global traffic level is also returned, including the impact type and total traffic impact.
|
32
32
|
*/
|
33
33
|
getHealthEvent(params: InternetMonitor.Types.GetHealthEventInput, callback?: (err: AWSError, data: InternetMonitor.Types.GetHealthEventOutput) => void): Request<InternetMonitor.Types.GetHealthEventOutput, AWSError>;
|
34
34
|
/**
|
35
|
-
* Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all
|
35
|
+
* Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all the information related to the event, by location. The information returned includes the impact on performance, availability, and round-trip time, information about the network providers (ASNs), the event type, and so on. Information rolled up at the global traffic level is also returned, including the impact type and total traffic impact.
|
36
36
|
*/
|
37
37
|
getHealthEvent(callback?: (err: AWSError, data: InternetMonitor.Types.GetHealthEventOutput) => void): Request<InternetMonitor.Types.GetHealthEventOutput, AWSError>;
|
38
38
|
/**
|
@@ -44,11 +44,11 @@ declare class InternetMonitor extends Service {
|
|
44
44
|
*/
|
45
45
|
getMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.GetMonitorOutput) => void): Request<InternetMonitor.Types.GetMonitorOutput, AWSError>;
|
46
46
|
/**
|
47
|
-
* Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns
|
47
|
+
* Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end time and the status. Health events that have start times during the time frame that is requested are not included in the list of health events.
|
48
48
|
*/
|
49
49
|
listHealthEvents(params: InternetMonitor.Types.ListHealthEventsInput, callback?: (err: AWSError, data: InternetMonitor.Types.ListHealthEventsOutput) => void): Request<InternetMonitor.Types.ListHealthEventsOutput, AWSError>;
|
50
50
|
/**
|
51
|
-
* Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns
|
51
|
+
* Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end time and the status. Health events that have start times during the time frame that is requested are not included in the list of health events.
|
52
52
|
*/
|
53
53
|
listHealthEvents(callback?: (err: AWSError, data: InternetMonitor.Types.ListHealthEventsOutput) => void): Request<InternetMonitor.Types.ListHealthEventsOutput, AWSError>;
|
54
54
|
/**
|
@@ -84,11 +84,11 @@ declare class InternetMonitor extends Service {
|
|
84
84
|
*/
|
85
85
|
untagResource(callback?: (err: AWSError, data: InternetMonitor.Types.UntagResourceOutput) => void): Request<InternetMonitor.Types.UntagResourceOutput, AWSError>;
|
86
86
|
/**
|
87
|
-
* Updates a monitor. You can update a monitor to change the maximum number of city-networks (locations and ASNs
|
87
|
+
* Updates a monitor. You can update a monitor to change the percentage of traffic to monitor or the maximum number of city-networks (locations and ASNs), to add or remove resources, or to change the status of the monitor. Note that you can't change the name of a monitor. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
|
88
88
|
*/
|
89
89
|
updateMonitor(params: InternetMonitor.Types.UpdateMonitorInput, callback?: (err: AWSError, data: InternetMonitor.Types.UpdateMonitorOutput) => void): Request<InternetMonitor.Types.UpdateMonitorOutput, AWSError>;
|
90
90
|
/**
|
91
|
-
* Updates a monitor. You can update a monitor to change the maximum number of city-networks (locations and ASNs
|
91
|
+
* Updates a monitor. You can update a monitor to change the percentage of traffic to monitor or the maximum number of city-networks (locations and ASNs), to add or remove resources, or to change the status of the monitor. Note that you can't change the name of a monitor. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
|
92
92
|
*/
|
93
93
|
updateMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.UpdateMonitorOutput) => void): Request<InternetMonitor.Types.UpdateMonitorOutput, AWSError>;
|
94
94
|
}
|
@@ -100,7 +100,7 @@ declare namespace InternetMonitor {
|
|
100
100
|
*/
|
101
101
|
ExperienceScore?: Double;
|
102
102
|
/**
|
103
|
-
* The
|
103
|
+
* The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network. For information about how Internet Monitor calculates impact, see How Internet Monitor works in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
|
104
104
|
*/
|
105
105
|
PercentOfTotalTrafficImpacted?: Double;
|
106
106
|
/**
|
@@ -114,7 +114,7 @@ declare namespace InternetMonitor {
|
|
114
114
|
*/
|
115
115
|
MonitorName: ResourceName;
|
116
116
|
/**
|
117
|
-
* The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). You can add a combination of
|
117
|
+
* The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories. You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources. If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
|
118
118
|
*/
|
119
119
|
Resources?: SetOfARNs;
|
120
120
|
/**
|
@@ -126,7 +126,7 @@ declare namespace InternetMonitor {
|
|
126
126
|
*/
|
127
127
|
Tags?: TagMap;
|
128
128
|
/**
|
129
|
-
* The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the
|
129
|
+
* The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. Setting this limit can help control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
|
130
130
|
*/
|
131
131
|
MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
|
132
132
|
/**
|
@@ -134,11 +134,11 @@ declare namespace InternetMonitor {
|
|
134
134
|
*/
|
135
135
|
InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
|
136
136
|
/**
|
137
|
-
* The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
|
137
|
+
* The percentage of the internet-facing traffic for your application that you want to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set. To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
|
138
138
|
*/
|
139
139
|
TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
|
140
140
|
/**
|
141
|
-
* Defines the
|
141
|
+
* Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event. Internet Monitor creates a health event when an internet issue that affects your application end users has a health score percentage that is at or below a specific threshold, and, sometimes, when other criteria are met. If you don't set a health event threshold, the default value is 95%. For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
|
142
142
|
*/
|
143
143
|
HealthEventsConfig?: HealthEventsConfig;
|
144
144
|
}
|
@@ -205,7 +205,7 @@ declare namespace InternetMonitor {
|
|
205
205
|
*/
|
206
206
|
Status: HealthEventStatus;
|
207
207
|
/**
|
208
|
-
* The impact on total traffic that a health event has.
|
208
|
+
* The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
|
209
209
|
*/
|
210
210
|
PercentOfTotalTrafficImpacted?: Double;
|
211
211
|
/**
|
@@ -213,7 +213,7 @@ declare namespace InternetMonitor {
|
|
213
213
|
*/
|
214
214
|
ImpactType: HealthEventImpactType;
|
215
215
|
/**
|
216
|
-
* The threshold percentage for health
|
216
|
+
* The threshold percentage for a health score that determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
|
217
217
|
*/
|
218
218
|
HealthScoreThreshold?: Percentage;
|
219
219
|
}
|
@@ -233,7 +233,7 @@ declare namespace InternetMonitor {
|
|
233
233
|
*/
|
234
234
|
MonitorArn: MonitorArn;
|
235
235
|
/**
|
236
|
-
* The resources
|
236
|
+
* The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
|
237
237
|
*/
|
238
238
|
Resources: SetOfARNs;
|
239
239
|
/**
|
@@ -261,7 +261,7 @@ declare namespace InternetMonitor {
|
|
261
261
|
*/
|
262
262
|
Tags?: TagMap;
|
263
263
|
/**
|
264
|
-
* The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the
|
264
|
+
* The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
|
265
265
|
*/
|
266
266
|
MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
|
267
267
|
/**
|
@@ -269,11 +269,11 @@ declare namespace InternetMonitor {
|
|
269
269
|
*/
|
270
270
|
InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
|
271
271
|
/**
|
272
|
-
* The percentage of the internet-facing traffic for your application that you
|
272
|
+
* The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set. To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
|
273
273
|
*/
|
274
274
|
TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
|
275
275
|
/**
|
276
|
-
* The list of health event
|
276
|
+
* The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users. For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
|
277
277
|
*/
|
278
278
|
HealthEventsConfig?: HealthEventsConfig;
|
279
279
|
}
|
@@ -311,7 +311,7 @@ declare namespace InternetMonitor {
|
|
311
311
|
*/
|
312
312
|
Status: HealthEventStatus;
|
313
313
|
/**
|
314
|
-
* The impact on
|
314
|
+
* The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
|
315
315
|
*/
|
316
316
|
PercentOfTotalTrafficImpacted?: Double;
|
317
317
|
/**
|
@@ -323,7 +323,7 @@ declare namespace InternetMonitor {
|
|
323
323
|
*/
|
324
324
|
HealthScoreThreshold?: Percentage;
|
325
325
|
}
|
326
|
-
export type HealthEventImpactType = "AVAILABILITY"|"PERFORMANCE"|string;
|
326
|
+
export type HealthEventImpactType = "AVAILABILITY"|"PERFORMANCE"|"LOCAL_AVAILABILITY"|"LOCAL_PERFORMANCE"|string;
|
327
327
|
export type HealthEventList = HealthEvent[];
|
328
328
|
export type HealthEventName = string;
|
329
329
|
export type HealthEventStatus = "ACTIVE"|"RESOLVED"|string;
|
@@ -336,6 +336,14 @@ declare namespace InternetMonitor {
|
|
336
336
|
* The health event threshold percentage set for performance scores.
|
337
337
|
*/
|
338
338
|
PerformanceScoreThreshold?: Percentage;
|
339
|
+
/**
|
340
|
+
* The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.
|
341
|
+
*/
|
342
|
+
AvailabilityLocalHealthEventsConfig?: LocalHealthEventsConfig;
|
343
|
+
/**
|
344
|
+
* The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.
|
345
|
+
*/
|
346
|
+
PerformanceLocalHealthEventsConfig?: LocalHealthEventsConfig;
|
339
347
|
}
|
340
348
|
export interface ImpactedLocation {
|
341
349
|
/**
|
@@ -484,6 +492,21 @@ declare namespace InternetMonitor {
|
|
484
492
|
*/
|
485
493
|
Tags?: TagMap;
|
486
494
|
}
|
495
|
+
export interface LocalHealthEventsConfig {
|
496
|
+
/**
|
497
|
+
* The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED.
|
498
|
+
*/
|
499
|
+
Status?: LocalHealthEventsConfigStatus;
|
500
|
+
/**
|
501
|
+
* The health event threshold percentage set for a local health score.
|
502
|
+
*/
|
503
|
+
HealthScoreThreshold?: Percentage;
|
504
|
+
/**
|
505
|
+
* The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
|
506
|
+
*/
|
507
|
+
MinTrafficImpact?: Percentage;
|
508
|
+
}
|
509
|
+
export type LocalHealthEventsConfigStatus = "ENABLED"|"DISABLED"|string;
|
487
510
|
export type LogDeliveryStatus = "ENABLED"|"DISABLED"|string;
|
488
511
|
export type Long = number;
|
489
512
|
export type MaxCityNetworksToMonitor = number;
|
@@ -542,7 +565,7 @@ declare namespace InternetMonitor {
|
|
542
565
|
*/
|
543
566
|
ExperienceScore?: Double;
|
544
567
|
/**
|
545
|
-
*
|
568
|
+
* The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network. For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
|
546
569
|
*/
|
547
570
|
PercentOfTotalTrafficImpacted?: Double;
|
548
571
|
/**
|
@@ -623,7 +646,7 @@ declare namespace InternetMonitor {
|
|
623
646
|
*/
|
624
647
|
MonitorName: ResourceName;
|
625
648
|
/**
|
626
|
-
* The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). You can add a combination of
|
649
|
+
* The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories. You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources. If you add only Amazon Virtual Private Clouds resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
|
627
650
|
*/
|
628
651
|
ResourcesToAdd?: SetOfARNs;
|
629
652
|
/**
|
@@ -639,7 +662,7 @@ declare namespace InternetMonitor {
|
|
639
662
|
*/
|
640
663
|
ClientToken?: String;
|
641
664
|
/**
|
642
|
-
* The maximum number of city-networks to monitor for your
|
665
|
+
* The maximum number of city-networks to monitor for your application. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. Setting this limit can help control billing costs.
|
643
666
|
*/
|
644
667
|
MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
|
645
668
|
/**
|
@@ -647,11 +670,11 @@ declare namespace InternetMonitor {
|
|
647
670
|
*/
|
648
671
|
InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
|
649
672
|
/**
|
650
|
-
* The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
|
673
|
+
* The percentage of the internet-facing traffic for your application that you want to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set. To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
|
651
674
|
*/
|
652
675
|
TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
|
653
676
|
/**
|
654
|
-
* The list of health
|
677
|
+
* The list of health score thresholds. A threshold percentage for health scores, along with other configuration information, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users. For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
|
655
678
|
*/
|
656
679
|
HealthEventsConfig?: HealthEventsConfig;
|
657
680
|
}
|
package/clients/medialive.d.ts
CHANGED
@@ -2122,6 +2122,10 @@ one destination per packager.
|
|
2122
2122
|
* A collection of key-value pairs.
|
2123
2123
|
*/
|
2124
2124
|
Tags?: Tags;
|
2125
|
+
/**
|
2126
|
+
* The Availability Zone associated with this input device.
|
2127
|
+
*/
|
2128
|
+
AvailabilityZone?: __string;
|
2125
2129
|
}
|
2126
2130
|
export interface DescribeInputDeviceThumbnailRequest {
|
2127
2131
|
/**
|
@@ -4163,6 +4167,10 @@ to.
|
|
4163
4167
|
* A collection of key-value pairs.
|
4164
4168
|
*/
|
4165
4169
|
Tags?: Tags;
|
4170
|
+
/**
|
4171
|
+
* The Availability Zone associated with this input device.
|
4172
|
+
*/
|
4173
|
+
AvailabilityZone?: __string;
|
4166
4174
|
}
|
4167
4175
|
export type InputDeviceTransferType = "OUTGOING"|"INCOMING"|string;
|
4168
4176
|
export type InputDeviceType = "HD"|"UHD"|string;
|
@@ -6883,6 +6891,10 @@ one destination per packager.
|
|
6883
6891
|
* The settings that you want to apply to the UHD input device.
|
6884
6892
|
*/
|
6885
6893
|
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
6894
|
+
/**
|
6895
|
+
* The Availability Zone you want associated with this input device.
|
6896
|
+
*/
|
6897
|
+
AvailabilityZone?: __string;
|
6886
6898
|
}
|
6887
6899
|
export interface UpdateInputDeviceResponse {
|
6888
6900
|
/**
|
@@ -6937,6 +6949,10 @@ one destination per packager.
|
|
6937
6949
|
* A collection of key-value pairs.
|
6938
6950
|
*/
|
6939
6951
|
Tags?: Tags;
|
6952
|
+
/**
|
6953
|
+
* The Availability Zone associated with this input device.
|
6954
|
+
*/
|
6955
|
+
AvailabilityZone?: __string;
|
6940
6956
|
}
|
6941
6957
|
export interface UpdateInputRequest {
|
6942
6958
|
/**
|
package/clients/polly.d.ts
CHANGED
@@ -162,7 +162,7 @@ declare namespace Polly {
|
|
162
162
|
SynthesisTask?: SynthesisTask;
|
163
163
|
}
|
164
164
|
export type IncludeAdditionalLanguageCodes = boolean;
|
165
|
-
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|string;
|
165
|
+
export type LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|string;
|
166
166
|
export type LanguageCodeList = LanguageCode[];
|
167
167
|
export type LanguageName = string;
|
168
168
|
export type LastModified = Date;
|
@@ -488,7 +488,7 @@ declare namespace Polly {
|
|
488
488
|
*/
|
489
489
|
SupportedEngines?: EngineList;
|
490
490
|
}
|
491
|
-
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|string;
|
491
|
+
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|string;
|
492
492
|
export type VoiceList = Voice[];
|
493
493
|
export type VoiceName = string;
|
494
494
|
/**
|