aws-sdk 2.1550.0 → 2.1552.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/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +67 -6
- package/apis/es-2015-01-01.min.json +227 -152
- package/apis/glue-2017-03-31.min.json +102 -101
- package/apis/logs-2014-03-28.min.json +2 -1
- package/apis/opensearch-2021-01-01.min.json +259 -184
- package/apis/wafv2-2019-07-29.min.json +45 -28
- package/clients/appsync.d.ts +47 -0
- package/clients/cloudwatchlogs.d.ts +12 -8
- package/clients/ecs.d.ts +5 -5
- package/clients/es.d.ts +111 -0
- package/clients/glue.d.ts +8 -3
- package/clients/opensearch.d.ts +108 -0
- package/clients/wafv2.d.ts +23 -3
- package/clients/workspaces.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +166 -88
- package/dist/aws-sdk-react-native.js +2284 -2128
- package/dist/aws-sdk.js +5 -4
- package/dist/aws-sdk.min.js +11 -11
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/glue.d.ts
CHANGED
@@ -2693,7 +2693,7 @@ declare namespace Glue {
|
|
2693
2693
|
*/
|
2694
2694
|
OutputSchemas?: GlueSchemas;
|
2695
2695
|
}
|
2696
|
-
export type CatalogEncryptionMode = "DISABLED"|"SSE-KMS"|string;
|
2696
|
+
export type CatalogEncryptionMode = "DISABLED"|"SSE-KMS"|"SSE-KMS-WITH-SERVICE-ROLE"|string;
|
2697
2697
|
export type CatalogEntries = CatalogEntry[];
|
2698
2698
|
export interface CatalogEntry {
|
2699
2699
|
/**
|
@@ -3501,7 +3501,7 @@ declare namespace Glue {
|
|
3501
3501
|
*/
|
3502
3502
|
MatchCriteria?: MatchCriteria;
|
3503
3503
|
/**
|
3504
|
-
* 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 "
|
3504
|
+
* 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", "AWS_MSK_IAM", or "PLAIN". These are the supported SASL Mechanisms. KAFKA_SASL_PLAIN_USERNAME - A plaintext username used to authenticate with the "PLAIN" mechanism. KAFKA_SASL_PLAIN_PASSWORD - A plaintext password used to authenticate with the "PLAIN" mechanism. ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD - The encrypted version of the Kafka SASL PLAIN password (if the user has the Glue encrypt passwords setting selected). 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.
|
3505
3505
|
*/
|
3506
3506
|
ConnectionProperties?: ConnectionProperties;
|
3507
3507
|
/**
|
@@ -3560,7 +3560,7 @@ declare namespace Glue {
|
|
3560
3560
|
AwsKmsKeyId?: NameString;
|
3561
3561
|
}
|
3562
3562
|
export type ConnectionProperties = {[key: string]: ValueString};
|
3563
|
-
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;
|
3563
|
+
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_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"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;
|
3564
3564
|
export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|string;
|
3565
3565
|
export interface ConnectionsList {
|
3566
3566
|
/**
|
@@ -6238,6 +6238,10 @@ declare namespace Glue {
|
|
6238
6238
|
* The ID of the KMS key to use for encryption at rest.
|
6239
6239
|
*/
|
6240
6240
|
SseAwsKmsKeyId?: NameString;
|
6241
|
+
/**
|
6242
|
+
* The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.
|
6243
|
+
*/
|
6244
|
+
CatalogEncryptionServiceRole?: IAMRoleArn;
|
6241
6245
|
}
|
6242
6246
|
export interface EncryptionConfiguration {
|
6243
6247
|
/**
|
@@ -8631,6 +8635,7 @@ declare namespace Glue {
|
|
8631
8635
|
}
|
8632
8636
|
export type HudiTargetCompressionType = "gzip"|"lzo"|"uncompressed"|"snappy"|string;
|
8633
8637
|
export type HudiTargetList = HudiTarget[];
|
8638
|
+
export type IAMRoleArn = string;
|
8634
8639
|
export interface IcebergInput {
|
8635
8640
|
/**
|
8636
8641
|
* A required metadata operation. Can only be set to CREATE.
|
package/clients/opensearch.d.ts
CHANGED
@@ -51,6 +51,14 @@ declare class OpenSearch extends Service {
|
|
51
51
|
* Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
|
52
52
|
*/
|
53
53
|
authorizeVpcEndpointAccess(callback?: (err: AWSError, data: OpenSearch.Types.AuthorizeVpcEndpointAccessResponse) => void): Request<OpenSearch.Types.AuthorizeVpcEndpointAccessResponse, AWSError>;
|
54
|
+
/**
|
55
|
+
* Cancels a pending configuration change on an Amazon OpenSearch Service domain.
|
56
|
+
*/
|
57
|
+
cancelDomainConfigChange(params: OpenSearch.Types.CancelDomainConfigChangeRequest, callback?: (err: AWSError, data: OpenSearch.Types.CancelDomainConfigChangeResponse) => void): Request<OpenSearch.Types.CancelDomainConfigChangeResponse, AWSError>;
|
58
|
+
/**
|
59
|
+
* Cancels a pending configuration change on an Amazon OpenSearch Service domain.
|
60
|
+
*/
|
61
|
+
cancelDomainConfigChange(callback?: (err: AWSError, data: OpenSearch.Types.CancelDomainConfigChangeResponse) => void): Request<OpenSearch.Types.CancelDomainConfigChangeResponse, AWSError>;
|
54
62
|
/**
|
55
63
|
* Cancels a scheduled service software update for an Amazon OpenSearch Service domain. You can only perform this operation before the AutomatedUpdateDate and when the domain's UpdateStatus is PENDING_UPDATE. For more information, see Service software updates in Amazon OpenSearch Service.
|
56
64
|
*/
|
@@ -852,6 +860,27 @@ declare namespace OpenSearch {
|
|
852
860
|
export type AvailabilityZoneList = AvailabilityZone[];
|
853
861
|
export type BackendRole = string;
|
854
862
|
export type Boolean = boolean;
|
863
|
+
export interface CancelDomainConfigChangeRequest {
|
864
|
+
DomainName: DomainName;
|
865
|
+
/**
|
866
|
+
* When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
|
867
|
+
*/
|
868
|
+
DryRun?: DryRun;
|
869
|
+
}
|
870
|
+
export interface CancelDomainConfigChangeResponse {
|
871
|
+
/**
|
872
|
+
* The unique identifiers of the changes that were cancelled.
|
873
|
+
*/
|
874
|
+
CancelledChangeIds?: GUIDList;
|
875
|
+
/**
|
876
|
+
* The domain change properties that were cancelled.
|
877
|
+
*/
|
878
|
+
CancelledChangeProperties?: CancelledChangePropertyList;
|
879
|
+
/**
|
880
|
+
* Whether or not the request was a dry run. If True, the changes were not actually cancelled.
|
881
|
+
*/
|
882
|
+
DryRun?: DryRun;
|
883
|
+
}
|
855
884
|
export interface CancelServiceSoftwareUpdateRequest {
|
856
885
|
/**
|
857
886
|
* Name of the OpenSearch Service domain that you want to cancel the service software update on.
|
@@ -864,6 +893,21 @@ declare namespace OpenSearch {
|
|
864
893
|
*/
|
865
894
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
866
895
|
}
|
896
|
+
export interface CancelledChangeProperty {
|
897
|
+
/**
|
898
|
+
* The name of the property whose change was cancelled.
|
899
|
+
*/
|
900
|
+
PropertyName?: String;
|
901
|
+
/**
|
902
|
+
* The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.
|
903
|
+
*/
|
904
|
+
CancelledValue?: String;
|
905
|
+
/**
|
906
|
+
* The current value of the property, after the change was cancelled.
|
907
|
+
*/
|
908
|
+
ActiveValue?: String;
|
909
|
+
}
|
910
|
+
export type CancelledChangePropertyList = CancelledChangeProperty[];
|
867
911
|
export interface ChangeProgressDetails {
|
868
912
|
/**
|
869
913
|
* The ID of the configuration change.
|
@@ -873,6 +917,22 @@ declare namespace OpenSearch {
|
|
873
917
|
* A message corresponding to the status of the configuration change.
|
874
918
|
*/
|
875
919
|
Message?: Message;
|
920
|
+
/**
|
921
|
+
* The current status of the configuration change.
|
922
|
+
*/
|
923
|
+
ConfigChangeStatus?: ConfigChangeStatus;
|
924
|
+
/**
|
925
|
+
* The IAM principal who initiated the configuration change.
|
926
|
+
*/
|
927
|
+
InitiatedBy?: InitiatedBy;
|
928
|
+
/**
|
929
|
+
* The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
|
930
|
+
*/
|
931
|
+
StartTime?: UpdateTimestamp;
|
932
|
+
/**
|
933
|
+
* The last time that the configuration change was updated.
|
934
|
+
*/
|
935
|
+
LastUpdatedTime?: UpdateTimestamp;
|
876
936
|
}
|
877
937
|
export interface ChangeProgressStage {
|
878
938
|
/**
|
@@ -924,6 +984,18 @@ declare namespace OpenSearch {
|
|
924
984
|
* The specific stages that the domain is going through to perform the configuration change.
|
925
985
|
*/
|
926
986
|
ChangeProgressStages?: ChangeProgressStageList;
|
987
|
+
/**
|
988
|
+
* The last time that the status of the configuration change was updated.
|
989
|
+
*/
|
990
|
+
LastUpdatedTime?: UpdateTimestamp;
|
991
|
+
/**
|
992
|
+
* The current status of the configuration change.
|
993
|
+
*/
|
994
|
+
ConfigChangeStatus?: ConfigChangeStatus;
|
995
|
+
/**
|
996
|
+
* The IAM principal who initiated the configuration change.
|
997
|
+
*/
|
998
|
+
InitiatedBy?: InitiatedBy;
|
927
999
|
}
|
928
1000
|
export type ClientToken = string;
|
929
1001
|
export type CloudWatchLogsLogGroupArn = string;
|
@@ -1033,6 +1105,7 @@ declare namespace OpenSearch {
|
|
1033
1105
|
*/
|
1034
1106
|
TargetVersions?: VersionList;
|
1035
1107
|
}
|
1108
|
+
export type ConfigChangeStatus = "Pending"|"Initializing"|"Validating"|"ValidationFailed"|"ApplyingChanges"|"Completed"|"PendingUserInput"|"Cancelled"|string;
|
1036
1109
|
export type ConnectionAlias = string;
|
1037
1110
|
export type ConnectionId = string;
|
1038
1111
|
export type ConnectionMode = "DIRECT"|"VPC_ENDPOINT"|string;
|
@@ -1774,6 +1847,10 @@ declare namespace OpenSearch {
|
|
1774
1847
|
* Software update options for the domain.
|
1775
1848
|
*/
|
1776
1849
|
SoftwareUpdateOptions?: SoftwareUpdateOptionsStatus;
|
1850
|
+
/**
|
1851
|
+
* Information about the domain properties that are currently being modified.
|
1852
|
+
*/
|
1853
|
+
ModifyingProperties?: ModifyingPropertiesList;
|
1777
1854
|
}
|
1778
1855
|
export interface DomainEndpointOptions {
|
1779
1856
|
/**
|
@@ -1939,6 +2016,7 @@ declare namespace OpenSearch {
|
|
1939
2016
|
}
|
1940
2017
|
export type DomainPackageDetailsList = DomainPackageDetails[];
|
1941
2018
|
export type DomainPackageStatus = "ASSOCIATING"|"ASSOCIATION_FAILED"|"ACTIVE"|"DISSOCIATING"|"DISSOCIATION_FAILED"|string;
|
2019
|
+
export type DomainProcessingStatusType = "Creating"|"Active"|"Modifying"|"UpgradingEngineVersion"|"UpdatingServiceSoftware"|"Isolated"|"Deleting"|string;
|
1942
2020
|
export type DomainState = "Active"|"Processing"|"NotAvailable"|string;
|
1943
2021
|
export interface DomainStatus {
|
1944
2022
|
/**
|
@@ -2057,6 +2135,14 @@ declare namespace OpenSearch {
|
|
2057
2135
|
* Service software update options for the domain.
|
2058
2136
|
*/
|
2059
2137
|
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
2138
|
+
/**
|
2139
|
+
* The status of any changes that are currently in progress for the domain.
|
2140
|
+
*/
|
2141
|
+
DomainProcessingStatus?: DomainProcessingStatusType;
|
2142
|
+
/**
|
2143
|
+
* Information about the domain properties that are currently being modified.
|
2144
|
+
*/
|
2145
|
+
ModifyingProperties?: ModifyingPropertiesList;
|
2060
2146
|
}
|
2061
2147
|
export type DomainStatusList = DomainStatus[];
|
2062
2148
|
export type Double = number;
|
@@ -2192,6 +2278,7 @@ declare namespace OpenSearch {
|
|
2192
2278
|
}
|
2193
2279
|
export type FilterList = Filter[];
|
2194
2280
|
export type GUID = string;
|
2281
|
+
export type GUIDList = GUID[];
|
2195
2282
|
export interface GetCompatibleVersionsRequest {
|
2196
2283
|
/**
|
2197
2284
|
* The name of an existing domain. Provide this parameter to limit the results to a single domain.
|
@@ -2379,6 +2466,7 @@ declare namespace OpenSearch {
|
|
2379
2466
|
}
|
2380
2467
|
export type InboundConnectionStatusCode = "PENDING_ACCEPTANCE"|"APPROVED"|"PROVISIONING"|"ACTIVE"|"REJECTING"|"REJECTED"|"DELETING"|"DELETED"|string;
|
2381
2468
|
export type InboundConnections = InboundConnection[];
|
2469
|
+
export type InitiatedBy = "CUSTOMER"|"SERVICE"|string;
|
2382
2470
|
export type InstanceCount = number;
|
2383
2471
|
export interface InstanceCountLimits {
|
2384
2472
|
/**
|
@@ -2755,6 +2843,25 @@ declare namespace OpenSearch {
|
|
2755
2843
|
export type MaximumInstanceCount = number;
|
2756
2844
|
export type Message = string;
|
2757
2845
|
export type MinimumInstanceCount = number;
|
2846
|
+
export interface ModifyingProperties {
|
2847
|
+
/**
|
2848
|
+
* The name of the property that is currently being modified.
|
2849
|
+
*/
|
2850
|
+
Name?: String;
|
2851
|
+
/**
|
2852
|
+
* The current value of the domain property that is being modified.
|
2853
|
+
*/
|
2854
|
+
ActiveValue?: String;
|
2855
|
+
/**
|
2856
|
+
* The value that the property that is currently being modified will eventually have.
|
2857
|
+
*/
|
2858
|
+
PendingValue?: String;
|
2859
|
+
/**
|
2860
|
+
* The type of value that is currently being modified. Properties can have two types: PLAIN_TEXT: Contain direct values such as "1", "True", or "c5.large.search". STRINGIFIED_JSON: Contain content in JSON format, such as {"Enabled":"True"}".
|
2861
|
+
*/
|
2862
|
+
ValueType?: PropertyValueType;
|
2863
|
+
}
|
2864
|
+
export type ModifyingPropertiesList = ModifyingProperties[];
|
2758
2865
|
export type NextToken = string;
|
2759
2866
|
export type NodeId = string;
|
2760
2867
|
export type NodeStatus = "Active"|"StandBy"|"NotAvailable"|string;
|
@@ -2985,6 +3092,7 @@ declare namespace OpenSearch {
|
|
2985
3092
|
export type PluginVersion = string;
|
2986
3093
|
export type PolicyDocument = string;
|
2987
3094
|
export type PrincipalType = "AWS_ACCOUNT"|"AWS_SERVICE"|string;
|
3095
|
+
export type PropertyValueType = "PLAIN_TEXT"|"STRINGIFIED_JSON"|string;
|
2988
3096
|
export interface PurchaseReservedInstanceOfferingRequest {
|
2989
3097
|
/**
|
2990
3098
|
* The ID of the Reserved Instance offering to purchase.
|
package/clients/wafv2.d.ts
CHANGED
@@ -67,6 +67,14 @@ declare class WAFV2 extends Service {
|
|
67
67
|
* Creates a WebACL per the specifications provided. A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has a statement that defines what to look for in web requests and an action that WAF applies to requests that match the statement. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types Rule, RuleGroup, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
|
68
68
|
*/
|
69
69
|
createWebACL(callback?: (err: AWSError, data: WAFV2.Types.CreateWebACLResponse) => void): Request<WAFV2.Types.CreateWebACLResponse, AWSError>;
|
70
|
+
/**
|
71
|
+
* Deletes the specified API key. After you delete a key, it can take up to 24 hours for WAF to disallow use of the key in all regions.
|
72
|
+
*/
|
73
|
+
deleteAPIKey(params: WAFV2.Types.DeleteAPIKeyRequest, callback?: (err: AWSError, data: WAFV2.Types.DeleteAPIKeyResponse) => void): Request<WAFV2.Types.DeleteAPIKeyResponse, AWSError>;
|
74
|
+
/**
|
75
|
+
* Deletes the specified API key. After you delete a key, it can take up to 24 hours for WAF to disallow use of the key in all regions.
|
76
|
+
*/
|
77
|
+
deleteAPIKey(callback?: (err: AWSError, data: WAFV2.Types.DeleteAPIKeyResponse) => void): Request<WAFV2.Types.DeleteAPIKeyResponse, AWSError>;
|
70
78
|
/**
|
71
79
|
* Deletes all rule groups that are managed by Firewall Manager for the specified web ACL. You can only use this if ManagedByFirewallManager is false in the specified WebACL.
|
72
80
|
*/
|
@@ -717,7 +725,7 @@ declare namespace WAFV2 {
|
|
717
725
|
*/
|
718
726
|
Scope: Scope;
|
719
727
|
/**
|
720
|
-
* The client application domains that you want to use this API key for. Example JSON: "TokenDomains": ["abc.com", "store.abc.com"] Public suffixes aren't allowed. For example, you can't use
|
728
|
+
* The client application domains that you want to use this API key for. Example JSON: "TokenDomains": ["abc.com", "store.abc.com"] Public suffixes aren't allowed. For example, you can't use gov.au or co.uk as token domains.
|
721
729
|
*/
|
722
730
|
TokenDomains: APIKeyTokenDomains;
|
723
731
|
}
|
@@ -869,7 +877,7 @@ declare namespace WAFV2 {
|
|
869
877
|
*/
|
870
878
|
ChallengeConfig?: ChallengeConfig;
|
871
879
|
/**
|
872
|
-
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use
|
880
|
+
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use gov.au or co.uk as token domains.
|
873
881
|
*/
|
874
882
|
TokenDomains?: TokenDomains;
|
875
883
|
/**
|
@@ -938,6 +946,18 @@ declare namespace WAFV2 {
|
|
938
946
|
*/
|
939
947
|
Allow?: AllowAction;
|
940
948
|
}
|
949
|
+
export interface DeleteAPIKeyRequest {
|
950
|
+
/**
|
951
|
+
* Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1. API and SDKs - For all calls, use the Region endpoint us-east-1.
|
952
|
+
*/
|
953
|
+
Scope: Scope;
|
954
|
+
/**
|
955
|
+
* The encrypted API key that you want to delete.
|
956
|
+
*/
|
957
|
+
APIKey: APIKey;
|
958
|
+
}
|
959
|
+
export interface DeleteAPIKeyResponse {
|
960
|
+
}
|
941
961
|
export interface DeleteFirewallManagerRuleGroupsRequest {
|
942
962
|
/**
|
943
963
|
* The Amazon Resource Name (ARN) of the web ACL.
|
@@ -3421,7 +3441,7 @@ declare namespace WAFV2 {
|
|
3421
3441
|
*/
|
3422
3442
|
ChallengeConfig?: ChallengeConfig;
|
3423
3443
|
/**
|
3424
|
-
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use
|
3444
|
+
* Specifies the domains that WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When WAF provides a token, it uses the domain of the Amazon Web Services resource that the web ACL is protecting. If you don't specify a list of token domains, WAF accepts tokens only for the domain of the protected resource. With a token domain list, WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains. Example JSON: "TokenDomains": { "mywebsite.com", "myotherwebsite.com" } Public suffixes aren't allowed. For example, you can't use gov.au or co.uk as token domains.
|
3425
3445
|
*/
|
3426
3446
|
TokenDomains?: TokenDomains;
|
3427
3447
|
/**
|
package/clients/workspaces.d.ts
CHANGED
@@ -2771,7 +2771,7 @@ declare namespace WorkSpaces {
|
|
2771
2771
|
*/
|
2772
2772
|
IpAddress?: IpAddress;
|
2773
2773
|
/**
|
2774
|
-
* The operational state of the WorkSpace. After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.
|
2774
|
+
* The operational state of the WorkSpace. PENDING – The WorkSpace is in a waiting state (for example, the WorkSpace is being created). AVAILABLE – The WorkSpace is running and has passed the health checks. IMPAIRED – Refer to UNHEALTHY state. UNHEALTHY – The WorkSpace is not responding to health checks. REBOOTING – The WorkSpace is being rebooted (restarted). STARTING – The WorkSpace is starting up and health checks are being run. REBUILDING – The WorkSpace is being rebuilt. RESTORING – The WorkSpace is being restored. MAINTENANCE – The WorkSpace is undergoing scheduled maintenance by Amazon Web Services. ADMIN_MAINTENANCE – The WorkSpace is undergoing maintenance by the WorkSpaces administrator. TERMINATING – The WorkSpace is being deleted. TERMINATED – The WorkSpace has been deleted. SUSPENDED – The WorkSpace has been suspended for image creation. UPDATING – The WorkSpace is undergoing an update. STOPPING – The WorkSpace is being stopped. STOPPED – The WorkSpace has been stopped. ERROR – The WorkSpace is an error state (for example, an error occurred during startup). After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.
|
2775
2775
|
*/
|
2776
2776
|
State?: WorkspaceState;
|
2777
2777
|
/**
|