aws-sdk 2.1550.0 → 2.1551.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/glue-2017-03-31.min.json +102 -101
- package/clients/glue.d.ts +8 -3
- package/clients/workspaces.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +111 -77
- package/dist/aws-sdk-react-native.js +2172 -2104
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- 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/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
|
/**
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
83
83
|
/**
|
84
84
|
* @constant
|
85
85
|
*/
|
86
|
-
VERSION: '2.
|
86
|
+
VERSION: '2.1551.0',
|
87
87
|
|
88
88
|
/**
|
89
89
|
* @api private
|
@@ -143,12 +143,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
143
143
|
__webpack_require__(46);
|
144
144
|
__webpack_require__(49);
|
145
145
|
__webpack_require__(50);
|
146
|
-
__webpack_require__(77);
|
147
146
|
__webpack_require__(80);
|
148
|
-
__webpack_require__(
|
149
|
-
__webpack_require__(
|
150
|
-
__webpack_require__(
|
151
|
-
__webpack_require__(
|
147
|
+
__webpack_require__(83);
|
148
|
+
__webpack_require__(84);
|
149
|
+
__webpack_require__(85);
|
150
|
+
__webpack_require__(94);
|
151
|
+
__webpack_require__(95);
|
152
152
|
|
153
153
|
/**
|
154
154
|
* @readonly
|
@@ -8857,7 +8857,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
8857
8857
|
}
|
8858
8858
|
exports.isPrimitive = isPrimitive;
|
8859
8859
|
|
8860
|
-
exports.isBuffer = __webpack_require__(
|
8860
|
+
exports.isBuffer = __webpack_require__(78);
|
8861
8861
|
|
8862
8862
|
function objectToString(o) {
|
8863
8863
|
return Object.prototype.toString.call(o);
|
@@ -8901,7 +8901,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
8901
8901
|
* prototype.
|
8902
8902
|
* @param {function} superCtor Constructor function to inherit prototype from.
|
8903
8903
|
*/
|
8904
|
-
exports.inherits = __webpack_require__(
|
8904
|
+
exports.inherits = __webpack_require__(79);
|
8905
8905
|
|
8906
8906
|
exports._extend = function(origin, add) {
|
8907
8907
|
// Don't do anything if add isn't an object
|
@@ -9038,9 +9038,9 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9038
9038
|
'use strict';
|
9039
9039
|
|
9040
9040
|
var isArgumentsObject = __webpack_require__(54);
|
9041
|
-
var isGeneratorFunction = __webpack_require__(
|
9042
|
-
var whichTypedArray = __webpack_require__(
|
9043
|
-
var isTypedArray = __webpack_require__(
|
9041
|
+
var isGeneratorFunction = __webpack_require__(72);
|
9042
|
+
var whichTypedArray = __webpack_require__(73);
|
9043
|
+
var isTypedArray = __webpack_require__(77);
|
9044
9044
|
|
9045
9045
|
function uncurryThis(f) {
|
9046
9046
|
return f.call.bind(f);
|
@@ -9477,7 +9477,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9477
9477
|
|
9478
9478
|
var GetIntrinsic = __webpack_require__(58);
|
9479
9479
|
|
9480
|
-
var callBind = __webpack_require__(
|
9480
|
+
var callBind = __webpack_require__(67);
|
9481
9481
|
|
9482
9482
|
var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));
|
9483
9483
|
|
@@ -9498,9 +9498,11 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9498
9498
|
|
9499
9499
|
var undefined;
|
9500
9500
|
|
9501
|
-
var $
|
9501
|
+
var $RangeError = __webpack_require__(59);
|
9502
|
+
var $SyntaxError = __webpack_require__(60);
|
9503
|
+
var $TypeError = __webpack_require__(61);
|
9504
|
+
|
9502
9505
|
var $Function = Function;
|
9503
|
-
var $TypeError = TypeError;
|
9504
9506
|
|
9505
9507
|
// eslint-disable-next-line consistent-return
|
9506
9508
|
var getEvalledConstructor = function (expressionSyntax) {
|
@@ -9538,8 +9540,8 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9538
9540
|
}())
|
9539
9541
|
: throwTypeError;
|
9540
9542
|
|
9541
|
-
var hasSymbols = __webpack_require__(
|
9542
|
-
var hasProto = __webpack_require__(
|
9543
|
+
var hasSymbols = __webpack_require__(62)();
|
9544
|
+
var hasProto = __webpack_require__(63)();
|
9543
9545
|
|
9544
9546
|
var getProto = Object.getPrototypeOf || (
|
9545
9547
|
hasProto
|
@@ -9552,6 +9554,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9552
9554
|
var TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);
|
9553
9555
|
|
9554
9556
|
var INTRINSICS = {
|
9557
|
+
__proto__: null,
|
9555
9558
|
'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,
|
9556
9559
|
'%Array%': Array,
|
9557
9560
|
'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,
|
@@ -9596,7 +9599,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9596
9599
|
'%parseInt%': parseInt,
|
9597
9600
|
'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,
|
9598
9601
|
'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,
|
9599
|
-
'%RangeError%': RangeError,
|
9602
|
+
'%RangeError%': $RangeError,
|
9600
9603
|
'%ReferenceError%': ReferenceError,
|
9601
9604
|
'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,
|
9602
9605
|
'%RegExp%': RegExp,
|
@@ -9656,6 +9659,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9656
9659
|
};
|
9657
9660
|
|
9658
9661
|
var LEGACY_ALIASES = {
|
9662
|
+
__proto__: null,
|
9659
9663
|
'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],
|
9660
9664
|
'%ArrayPrototype%': ['Array', 'prototype'],
|
9661
9665
|
'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],
|
@@ -9709,8 +9713,8 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9709
9713
|
'%WeakSetPrototype%': ['WeakSet', 'prototype']
|
9710
9714
|
};
|
9711
9715
|
|
9712
|
-
var bind = __webpack_require__(
|
9713
|
-
var hasOwn = __webpack_require__(
|
9716
|
+
var bind = __webpack_require__(64);
|
9717
|
+
var hasOwn = __webpack_require__(66);
|
9714
9718
|
var $concat = bind.call(Function.call, Array.prototype.concat);
|
9715
9719
|
var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
|
9716
9720
|
var $replace = bind.call(Function.call, String.prototype.replace);
|
@@ -9849,6 +9853,36 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9849
9853
|
|
9850
9854
|
/***/ }),
|
9851
9855
|
/* 59 */
|
9856
|
+
/***/ (function(module, exports) {
|
9857
|
+
|
9858
|
+
'use strict';
|
9859
|
+
|
9860
|
+
/** @type {import('./range')} */
|
9861
|
+
module.exports = RangeError;
|
9862
|
+
|
9863
|
+
|
9864
|
+
/***/ }),
|
9865
|
+
/* 60 */
|
9866
|
+
/***/ (function(module, exports) {
|
9867
|
+
|
9868
|
+
'use strict';
|
9869
|
+
|
9870
|
+
/** @type {import('./syntax')} */
|
9871
|
+
module.exports = SyntaxError;
|
9872
|
+
|
9873
|
+
|
9874
|
+
/***/ }),
|
9875
|
+
/* 61 */
|
9876
|
+
/***/ (function(module, exports) {
|
9877
|
+
|
9878
|
+
'use strict';
|
9879
|
+
|
9880
|
+
/** @type {import('./type')} */
|
9881
|
+
module.exports = TypeError;
|
9882
|
+
|
9883
|
+
|
9884
|
+
/***/ }),
|
9885
|
+
/* 62 */
|
9852
9886
|
/***/ (function(module, exports, __webpack_require__) {
|
9853
9887
|
|
9854
9888
|
'use strict';
|
@@ -9867,7 +9901,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9867
9901
|
|
9868
9902
|
|
9869
9903
|
/***/ }),
|
9870
|
-
/*
|
9904
|
+
/* 63 */
|
9871
9905
|
/***/ (function(module, exports) {
|
9872
9906
|
|
9873
9907
|
'use strict';
|
@@ -9884,18 +9918,18 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9884
9918
|
|
9885
9919
|
|
9886
9920
|
/***/ }),
|
9887
|
-
/*
|
9921
|
+
/* 64 */
|
9888
9922
|
/***/ (function(module, exports, __webpack_require__) {
|
9889
9923
|
|
9890
9924
|
'use strict';
|
9891
9925
|
|
9892
|
-
var implementation = __webpack_require__(
|
9926
|
+
var implementation = __webpack_require__(65);
|
9893
9927
|
|
9894
9928
|
module.exports = Function.prototype.bind || implementation;
|
9895
9929
|
|
9896
9930
|
|
9897
9931
|
/***/ }),
|
9898
|
-
/*
|
9932
|
+
/* 65 */
|
9899
9933
|
/***/ (function(module, exports) {
|
9900
9934
|
|
9901
9935
|
'use strict';
|
@@ -9985,28 +10019,28 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
9985
10019
|
|
9986
10020
|
|
9987
10021
|
/***/ }),
|
9988
|
-
/*
|
10022
|
+
/* 66 */
|
9989
10023
|
/***/ (function(module, exports, __webpack_require__) {
|
9990
10024
|
|
9991
10025
|
'use strict';
|
9992
10026
|
|
9993
10027
|
var call = Function.prototype.call;
|
9994
10028
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
9995
|
-
var bind = __webpack_require__(
|
10029
|
+
var bind = __webpack_require__(64);
|
9996
10030
|
|
9997
10031
|
/** @type {(o: {}, p: PropertyKey) => p is keyof o} */
|
9998
10032
|
module.exports = bind.call(call, $hasOwn);
|
9999
10033
|
|
10000
10034
|
|
10001
10035
|
/***/ }),
|
10002
|
-
/*
|
10036
|
+
/* 67 */
|
10003
10037
|
/***/ (function(module, exports, __webpack_require__) {
|
10004
10038
|
|
10005
10039
|
'use strict';
|
10006
10040
|
|
10007
|
-
var bind = __webpack_require__(
|
10041
|
+
var bind = __webpack_require__(64);
|
10008
10042
|
var GetIntrinsic = __webpack_require__(58);
|
10009
|
-
var setFunctionLength = __webpack_require__(
|
10043
|
+
var setFunctionLength = __webpack_require__(68);
|
10010
10044
|
|
10011
10045
|
var $TypeError = GetIntrinsic('%TypeError%');
|
10012
10046
|
var $apply = GetIntrinsic('%Function.prototype.apply%');
|
@@ -10049,15 +10083,15 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10049
10083
|
|
10050
10084
|
|
10051
10085
|
/***/ }),
|
10052
|
-
/*
|
10086
|
+
/* 68 */
|
10053
10087
|
/***/ (function(module, exports, __webpack_require__) {
|
10054
10088
|
|
10055
10089
|
'use strict';
|
10056
10090
|
|
10057
10091
|
var GetIntrinsic = __webpack_require__(58);
|
10058
|
-
var define = __webpack_require__(
|
10059
|
-
var hasDescriptors = __webpack_require__(
|
10060
|
-
var gOPD = __webpack_require__(
|
10092
|
+
var define = __webpack_require__(69);
|
10093
|
+
var hasDescriptors = __webpack_require__(70)();
|
10094
|
+
var gOPD = __webpack_require__(71);
|
10061
10095
|
|
10062
10096
|
var $TypeError = GetIntrinsic('%TypeError%');
|
10063
10097
|
var $floor = GetIntrinsic('%Math.floor%');
|
@@ -10099,12 +10133,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10099
10133
|
|
10100
10134
|
|
10101
10135
|
/***/ }),
|
10102
|
-
/*
|
10136
|
+
/* 69 */
|
10103
10137
|
/***/ (function(module, exports, __webpack_require__) {
|
10104
10138
|
|
10105
10139
|
'use strict';
|
10106
10140
|
|
10107
|
-
var hasPropertyDescriptors = __webpack_require__(
|
10141
|
+
var hasPropertyDescriptors = __webpack_require__(70)();
|
10108
10142
|
|
10109
10143
|
var GetIntrinsic = __webpack_require__(58);
|
10110
10144
|
|
@@ -10121,7 +10155,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10121
10155
|
var $SyntaxError = GetIntrinsic('%SyntaxError%');
|
10122
10156
|
var $TypeError = GetIntrinsic('%TypeError%');
|
10123
10157
|
|
10124
|
-
var gopd = __webpack_require__(
|
10158
|
+
var gopd = __webpack_require__(71);
|
10125
10159
|
|
10126
10160
|
/** @type {(obj: Record<PropertyKey, unknown>, property: PropertyKey, value: unknown, nonEnumerable?: boolean | null, nonWritable?: boolean | null, nonConfigurable?: boolean | null, loose?: boolean) => void} */
|
10127
10161
|
module.exports = function defineDataProperty(
|
@@ -10173,7 +10207,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10173
10207
|
|
10174
10208
|
|
10175
10209
|
/***/ }),
|
10176
|
-
/*
|
10210
|
+
/* 70 */
|
10177
10211
|
/***/ (function(module, exports, __webpack_require__) {
|
10178
10212
|
|
10179
10213
|
'use strict';
|
@@ -10212,7 +10246,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10212
10246
|
|
10213
10247
|
|
10214
10248
|
/***/ }),
|
10215
|
-
/*
|
10249
|
+
/* 71 */
|
10216
10250
|
/***/ (function(module, exports, __webpack_require__) {
|
10217
10251
|
|
10218
10252
|
'use strict';
|
@@ -10234,7 +10268,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10234
10268
|
|
10235
10269
|
|
10236
10270
|
/***/ }),
|
10237
|
-
/*
|
10271
|
+
/* 72 */
|
10238
10272
|
/***/ (function(module, exports, __webpack_require__) {
|
10239
10273
|
|
10240
10274
|
'use strict';
|
@@ -10278,16 +10312,16 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10278
10312
|
|
10279
10313
|
|
10280
10314
|
/***/ }),
|
10281
|
-
/*
|
10315
|
+
/* 73 */
|
10282
10316
|
/***/ (function(module, exports, __webpack_require__) {
|
10283
10317
|
|
10284
10318
|
/* WEBPACK VAR INJECTION */(function(global) {'use strict';
|
10285
10319
|
|
10286
|
-
var forEach = __webpack_require__(
|
10287
|
-
var availableTypedArrays = __webpack_require__(
|
10288
|
-
var callBind = __webpack_require__(
|
10320
|
+
var forEach = __webpack_require__(74);
|
10321
|
+
var availableTypedArrays = __webpack_require__(76);
|
10322
|
+
var callBind = __webpack_require__(67);
|
10289
10323
|
var callBound = __webpack_require__(57);
|
10290
|
-
var gOPD = __webpack_require__(
|
10324
|
+
var gOPD = __webpack_require__(71);
|
10291
10325
|
|
10292
10326
|
var $toString = callBound('Object.prototype.toString');
|
10293
10327
|
var hasToStringTag = __webpack_require__(55)();
|
@@ -10398,12 +10432,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10398
10432
|
/* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))
|
10399
10433
|
|
10400
10434
|
/***/ }),
|
10401
|
-
/*
|
10435
|
+
/* 74 */
|
10402
10436
|
/***/ (function(module, exports, __webpack_require__) {
|
10403
10437
|
|
10404
10438
|
'use strict';
|
10405
10439
|
|
10406
|
-
var isCallable = __webpack_require__(
|
10440
|
+
var isCallable = __webpack_require__(75);
|
10407
10441
|
|
10408
10442
|
var toStr = Object.prototype.toString;
|
10409
10443
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -10466,7 +10500,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10466
10500
|
|
10467
10501
|
|
10468
10502
|
/***/ }),
|
10469
|
-
/*
|
10503
|
+
/* 75 */
|
10470
10504
|
/***/ (function(module, exports) {
|
10471
10505
|
|
10472
10506
|
'use strict';
|
@@ -10573,7 +10607,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10573
10607
|
|
10574
10608
|
|
10575
10609
|
/***/ }),
|
10576
|
-
/*
|
10610
|
+
/* 76 */
|
10577
10611
|
/***/ (function(module, exports) {
|
10578
10612
|
|
10579
10613
|
/* WEBPACK VAR INJECTION */(function(global) {'use strict';
|
@@ -10609,12 +10643,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10609
10643
|
/* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))
|
10610
10644
|
|
10611
10645
|
/***/ }),
|
10612
|
-
/*
|
10646
|
+
/* 77 */
|
10613
10647
|
/***/ (function(module, exports, __webpack_require__) {
|
10614
10648
|
|
10615
10649
|
'use strict';
|
10616
10650
|
|
10617
|
-
var whichTypedArray = __webpack_require__(
|
10651
|
+
var whichTypedArray = __webpack_require__(73);
|
10618
10652
|
|
10619
10653
|
/** @type {import('.')} */
|
10620
10654
|
module.exports = function isTypedArray(value) {
|
@@ -10623,7 +10657,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10623
10657
|
|
10624
10658
|
|
10625
10659
|
/***/ }),
|
10626
|
-
/*
|
10660
|
+
/* 78 */
|
10627
10661
|
/***/ (function(module, exports) {
|
10628
10662
|
|
10629
10663
|
module.exports = function isBuffer(arg) {
|
@@ -10634,7 +10668,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10634
10668
|
}
|
10635
10669
|
|
10636
10670
|
/***/ }),
|
10637
|
-
/*
|
10671
|
+
/* 79 */
|
10638
10672
|
/***/ (function(module, exports) {
|
10639
10673
|
|
10640
10674
|
if (typeof Object.create === 'function') {
|
@@ -10667,14 +10701,14 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10667
10701
|
|
10668
10702
|
|
10669
10703
|
/***/ }),
|
10670
|
-
/*
|
10704
|
+
/* 80 */
|
10671
10705
|
/***/ (function(module, exports, __webpack_require__) {
|
10672
10706
|
|
10673
10707
|
/* WEBPACK VAR INJECTION */(function(process) {var AWS = __webpack_require__(1);
|
10674
|
-
var AcceptorStateMachine = __webpack_require__(
|
10708
|
+
var AcceptorStateMachine = __webpack_require__(81);
|
10675
10709
|
var inherit = AWS.util.inherit;
|
10676
10710
|
var domain = AWS.util.domain;
|
10677
|
-
var jmespath = __webpack_require__(
|
10711
|
+
var jmespath = __webpack_require__(82);
|
10678
10712
|
|
10679
10713
|
/**
|
10680
10714
|
* @api private
|
@@ -11483,7 +11517,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
11483
11517
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(3)))
|
11484
11518
|
|
11485
11519
|
/***/ }),
|
11486
|
-
/*
|
11520
|
+
/* 81 */
|
11487
11521
|
/***/ (function(module, exports) {
|
11488
11522
|
|
11489
11523
|
function AcceptorStateMachine(states, state) {
|
@@ -11534,7 +11568,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
11534
11568
|
|
11535
11569
|
|
11536
11570
|
/***/ }),
|
11537
|
-
/*
|
11571
|
+
/* 82 */
|
11538
11572
|
/***/ (function(module, exports, __webpack_require__) {
|
11539
11573
|
|
11540
11574
|
(function(exports) {
|
@@ -13212,12 +13246,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13212
13246
|
|
13213
13247
|
|
13214
13248
|
/***/ }),
|
13215
|
-
/*
|
13249
|
+
/* 83 */
|
13216
13250
|
/***/ (function(module, exports, __webpack_require__) {
|
13217
13251
|
|
13218
13252
|
var AWS = __webpack_require__(1);
|
13219
13253
|
var inherit = AWS.util.inherit;
|
13220
|
-
var jmespath = __webpack_require__(
|
13254
|
+
var jmespath = __webpack_require__(82);
|
13221
13255
|
|
13222
13256
|
/**
|
13223
13257
|
* This class encapsulates the response information
|
@@ -13419,7 +13453,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13419
13453
|
|
13420
13454
|
|
13421
13455
|
/***/ }),
|
13422
|
-
/*
|
13456
|
+
/* 84 */
|
13423
13457
|
/***/ (function(module, exports, __webpack_require__) {
|
13424
13458
|
|
13425
13459
|
/**
|
@@ -13439,7 +13473,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13439
13473
|
|
13440
13474
|
var AWS = __webpack_require__(1);
|
13441
13475
|
var inherit = AWS.util.inherit;
|
13442
|
-
var jmespath = __webpack_require__(
|
13476
|
+
var jmespath = __webpack_require__(82);
|
13443
13477
|
|
13444
13478
|
/**
|
13445
13479
|
* @api private
|
@@ -13629,7 +13663,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13629
13663
|
|
13630
13664
|
|
13631
13665
|
/***/ }),
|
13632
|
-
/*
|
13666
|
+
/* 85 */
|
13633
13667
|
/***/ (function(module, exports, __webpack_require__) {
|
13634
13668
|
|
13635
13669
|
var AWS = __webpack_require__(1);
|
@@ -13666,17 +13700,17 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13666
13700
|
throw new Error('Unknown signing version ' + version);
|
13667
13701
|
};
|
13668
13702
|
|
13669
|
-
__webpack_require__(83);
|
13670
|
-
__webpack_require__(84);
|
13671
|
-
__webpack_require__(85);
|
13672
13703
|
__webpack_require__(86);
|
13704
|
+
__webpack_require__(87);
|
13673
13705
|
__webpack_require__(88);
|
13674
13706
|
__webpack_require__(89);
|
13675
|
-
__webpack_require__(
|
13707
|
+
__webpack_require__(91);
|
13708
|
+
__webpack_require__(92);
|
13709
|
+
__webpack_require__(93);
|
13676
13710
|
|
13677
13711
|
|
13678
13712
|
/***/ }),
|
13679
|
-
/*
|
13713
|
+
/* 86 */
|
13680
13714
|
/***/ (function(module, exports, __webpack_require__) {
|
13681
13715
|
|
13682
13716
|
var AWS = __webpack_require__(1);
|
@@ -13730,7 +13764,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13730
13764
|
|
13731
13765
|
|
13732
13766
|
/***/ }),
|
13733
|
-
/*
|
13767
|
+
/* 87 */
|
13734
13768
|
/***/ (function(module, exports, __webpack_require__) {
|
13735
13769
|
|
13736
13770
|
var AWS = __webpack_require__(1);
|
@@ -13813,13 +13847,13 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13813
13847
|
|
13814
13848
|
|
13815
13849
|
/***/ }),
|
13816
|
-
/*
|
13850
|
+
/* 88 */
|
13817
13851
|
/***/ (function(module, exports, __webpack_require__) {
|
13818
13852
|
|
13819
13853
|
var AWS = __webpack_require__(1);
|
13820
13854
|
var inherit = AWS.util.inherit;
|
13821
13855
|
|
13822
|
-
__webpack_require__(
|
13856
|
+
__webpack_require__(87);
|
13823
13857
|
|
13824
13858
|
/**
|
13825
13859
|
* @api private
|
@@ -13844,11 +13878,11 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
13844
13878
|
|
13845
13879
|
|
13846
13880
|
/***/ }),
|
13847
|
-
/*
|
13881
|
+
/* 89 */
|
13848
13882
|
/***/ (function(module, exports, __webpack_require__) {
|
13849
13883
|
|
13850
13884
|
var AWS = __webpack_require__(1);
|
13851
|
-
var v4Credentials = __webpack_require__(
|
13885
|
+
var v4Credentials = __webpack_require__(90);
|
13852
13886
|
var inherit = AWS.util.inherit;
|
13853
13887
|
|
13854
13888
|
/**
|
@@ -14065,7 +14099,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
14065
14099
|
|
14066
14100
|
|
14067
14101
|
/***/ }),
|
14068
|
-
/*
|
14102
|
+
/* 90 */
|
14069
14103
|
/***/ (function(module, exports, __webpack_require__) {
|
14070
14104
|
|
14071
14105
|
var AWS = __webpack_require__(1);
|
@@ -14171,7 +14205,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
14171
14205
|
|
14172
14206
|
|
14173
14207
|
/***/ }),
|
14174
|
-
/*
|
14208
|
+
/* 91 */
|
14175
14209
|
/***/ (function(module, exports, __webpack_require__) {
|
14176
14210
|
|
14177
14211
|
var AWS = __webpack_require__(1);
|
@@ -14352,7 +14386,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
14352
14386
|
|
14353
14387
|
|
14354
14388
|
/***/ }),
|
14355
|
-
/*
|
14389
|
+
/* 92 */
|
14356
14390
|
/***/ (function(module, exports, __webpack_require__) {
|
14357
14391
|
|
14358
14392
|
var AWS = __webpack_require__(1);
|
@@ -14477,7 +14511,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
14477
14511
|
|
14478
14512
|
|
14479
14513
|
/***/ }),
|
14480
|
-
/*
|
14514
|
+
/* 93 */
|
14481
14515
|
/***/ (function(module, exports, __webpack_require__) {
|
14482
14516
|
|
14483
14517
|
var AWS = __webpack_require__(1);
|
@@ -14497,7 +14531,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
14497
14531
|
|
14498
14532
|
|
14499
14533
|
/***/ }),
|
14500
|
-
/*
|
14534
|
+
/* 94 */
|
14501
14535
|
/***/ (function(module, exports, __webpack_require__) {
|
14502
14536
|
|
14503
14537
|
var AWS = __webpack_require__(1);
|
@@ -14774,7 +14808,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
14774
14808
|
|
14775
14809
|
|
14776
14810
|
/***/ }),
|
14777
|
-
/*
|
14811
|
+
/* 95 */
|
14778
14812
|
/***/ (function(module, exports, __webpack_require__) {
|
14779
14813
|
|
14780
14814
|
/* WEBPACK VAR INJECTION */(function(process) {var warning = [
|