cdk-comprehend-s3olap 2.0.78 → 2.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +123 -79
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +7 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +47 -10
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +1 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +60 -11
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/panorama.d.ts +62 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +151 -31
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +157 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +230 -114
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +11 -11
- package/node_modules/aws-sdk/lib/config-base.d.ts +14 -0
- package/node_modules/aws-sdk/lib/config.js +78 -1
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +49 -30
- package/node_modules/aws-sdk/lib/node_loader.js +17 -1
- package/node_modules/aws-sdk/lib/service.js +2 -0
- package/node_modules/aws-sdk/lib/shared-ini/ini-loader.d.ts +1 -12
- package/node_modules/aws-sdk/lib/shared-ini/ini-loader.js +68 -30
- package/node_modules/aws-sdk/lib/signers/bearer.js +14 -0
- package/node_modules/aws-sdk/lib/signers/request_signer.js +2 -0
- package/node_modules/aws-sdk/lib/token/sso_token_provider.d.ts +12 -0
- package/node_modules/aws-sdk/lib/token/sso_token_provider.js +245 -0
- package/node_modules/aws-sdk/lib/token/static_token_provider.d.ts +8 -0
- package/node_modules/aws-sdk/lib/token/static_token_provider.js +27 -0
- package/node_modules/aws-sdk/lib/token/token_provider_chain.d.ts +24 -0
- package/node_modules/aws-sdk/lib/token/token_provider_chain.js +165 -0
- package/node_modules/aws-sdk/lib/token.d.ts +101 -0
- package/node_modules/aws-sdk/lib/token.js +219 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +4 -1
- package/package.json +6 -6
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1204.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -240669,7 +240669,7 @@ module.exports = exports = {
|
|
240669
240669
|
convertToBuffer: convertToBuffer,
|
240670
240670
|
};
|
240671
240671
|
|
240672
|
-
},{"buffer/":
|
240672
|
+
},{"buffer/":431}],334:[function(require,module,exports){
|
240673
240673
|
var hashUtils = require('./browserHashUtils');
|
240674
240674
|
|
240675
240675
|
/**
|
@@ -240920,7 +240920,7 @@ function ii(a, b, c, d, x, s, t) {
|
|
240920
240920
|
return cmn(c ^ (b | (~d)), a, b, x, s, t);
|
240921
240921
|
}
|
240922
240922
|
|
240923
|
-
},{"./browserHashUtils":333,"buffer/":
|
240923
|
+
},{"./browserHashUtils":333,"buffer/":431}],336:[function(require,module,exports){
|
240924
240924
|
var Buffer = require('buffer/').Buffer;
|
240925
240925
|
var hashUtils = require('./browserHashUtils');
|
240926
240926
|
|
@@ -241088,7 +241088,7 @@ Sha1.prototype.processBlock = function processBlock() {
|
|
241088
241088
|
}
|
241089
241089
|
};
|
241090
241090
|
|
241091
|
-
},{"./browserHashUtils":333,"buffer/":
|
241091
|
+
},{"./browserHashUtils":333,"buffer/":431}],337:[function(require,module,exports){
|
241092
241092
|
var Buffer = require('buffer/').Buffer;
|
241093
241093
|
var hashUtils = require('./browserHashUtils');
|
241094
241094
|
|
@@ -241329,7 +241329,7 @@ Sha256.prototype.hashBuffer = function () {
|
|
241329
241329
|
state[7] += state7;
|
241330
241330
|
};
|
241331
241331
|
|
241332
|
-
},{"./browserHashUtils":333,"buffer/":
|
241332
|
+
},{"./browserHashUtils":333,"buffer/":431}],338:[function(require,module,exports){
|
241333
241333
|
(function (process){(function (){
|
241334
241334
|
var util = require('./util');
|
241335
241335
|
|
@@ -241372,7 +241372,7 @@ if (typeof process === 'undefined') {
|
|
241372
241372
|
}
|
241373
241373
|
|
241374
241374
|
}).call(this)}).call(this,require('_process'))
|
241375
|
-
},{"./browserCryptoLib":332,"./core":342,"./credentials":343,"./credentials/chainable_temporary_credentials":344,"./credentials/cognito_identity_credentials":345,"./credentials/credential_provider_chain":346,"./credentials/saml_credentials":347,"./credentials/temporary_credentials":348,"./credentials/web_identity_credentials":349,"./event-stream/buffered-create-event-stream":357,"./http/xhr":365,"./realclock/browserClock":384,"./util":
|
241375
|
+
},{"./browserCryptoLib":332,"./core":342,"./credentials":343,"./credentials/chainable_temporary_credentials":344,"./credentials/cognito_identity_credentials":345,"./credentials/credential_provider_chain":346,"./credentials/saml_credentials":347,"./credentials/temporary_credentials":348,"./credentials/web_identity_credentials":349,"./event-stream/buffered-create-event-stream":357,"./http/xhr":365,"./realclock/browserClock":384,"./util":419,"./xml/browser_parser":420,"_process":436,"buffer/":431,"querystring/":443,"url/":445}],339:[function(require,module,exports){
|
241376
241376
|
var AWS = require('../core'),
|
241377
241377
|
url = AWS.util.url,
|
241378
241378
|
crypto = AWS.util.crypto.lib,
|
@@ -242029,6 +242029,82 @@ AWS.Config = AWS.util.inherit({
|
|
242029
242029
|
}
|
242030
242030
|
},
|
242031
242031
|
|
242032
|
+
/**
|
242033
|
+
* Loads token from the configuration object. This is used internally
|
242034
|
+
* by the SDK to ensure that refreshable {Token} objects are properly
|
242035
|
+
* refreshed and loaded when sending a request. If you want to ensure that
|
242036
|
+
* your token is loaded prior to a request, you can use this method
|
242037
|
+
* directly to provide accurate token data stored in the object.
|
242038
|
+
*
|
242039
|
+
* @note If you configure the SDK with static token, the token data should
|
242040
|
+
* already be present in {token} attribute. This method is primarily necessary
|
242041
|
+
* to load token from asynchronous sources, or sources that can refresh
|
242042
|
+
* token periodically.
|
242043
|
+
* @example Getting your access token
|
242044
|
+
* AWS.config.getToken(function(err) {
|
242045
|
+
* if (err) console.log(err.stack); // token not loaded
|
242046
|
+
* else console.log("Token:", AWS.config.token.token);
|
242047
|
+
* })
|
242048
|
+
* @callback callback function(err)
|
242049
|
+
* Called when the {token} have been properly set on the configuration object.
|
242050
|
+
*
|
242051
|
+
* @param err [Error] if this is set, token was not successfully loaded and
|
242052
|
+
* this error provides information why.
|
242053
|
+
* @see token
|
242054
|
+
*/
|
242055
|
+
getToken: function getToken(callback) {
|
242056
|
+
var self = this;
|
242057
|
+
|
242058
|
+
function finish(err) {
|
242059
|
+
callback(err, err ? null : self.token);
|
242060
|
+
}
|
242061
|
+
|
242062
|
+
function tokenError(msg, err) {
|
242063
|
+
return new AWS.util.error(err || new Error(), {
|
242064
|
+
code: 'TokenError',
|
242065
|
+
message: msg,
|
242066
|
+
name: 'TokenError'
|
242067
|
+
});
|
242068
|
+
}
|
242069
|
+
|
242070
|
+
function getAsyncToken() {
|
242071
|
+
self.token.get(function(err) {
|
242072
|
+
if (err) {
|
242073
|
+
var msg = 'Could not load token from ' +
|
242074
|
+
self.token.constructor.name;
|
242075
|
+
err = tokenError(msg, err);
|
242076
|
+
}
|
242077
|
+
finish(err);
|
242078
|
+
});
|
242079
|
+
}
|
242080
|
+
|
242081
|
+
function getStaticToken() {
|
242082
|
+
var err = null;
|
242083
|
+
if (!self.token.token) {
|
242084
|
+
err = tokenError('Missing token');
|
242085
|
+
}
|
242086
|
+
finish(err);
|
242087
|
+
}
|
242088
|
+
|
242089
|
+
if (self.token) {
|
242090
|
+
if (typeof self.token.get === 'function') {
|
242091
|
+
getAsyncToken();
|
242092
|
+
} else { // static token
|
242093
|
+
getStaticToken();
|
242094
|
+
}
|
242095
|
+
} else if (self.tokenProvider) {
|
242096
|
+
self.tokenProvider.resolve(function(err, token) {
|
242097
|
+
if (err) {
|
242098
|
+
err = tokenError('Could not load token from any providers', err);
|
242099
|
+
}
|
242100
|
+
self.token = token;
|
242101
|
+
finish(err);
|
242102
|
+
});
|
242103
|
+
} else {
|
242104
|
+
finish(tokenError('No token to load'));
|
242105
|
+
}
|
242106
|
+
},
|
242107
|
+
|
242032
242108
|
/**
|
242033
242109
|
* @!group Loading and Setting Configuration Options
|
242034
242110
|
*/
|
@@ -242162,7 +242238,8 @@ AWS.Config = AWS.util.inherit({
|
|
242162
242238
|
hostPrefixEnabled: true,
|
242163
242239
|
stsRegionalEndpoints: 'legacy',
|
242164
242240
|
useFipsEndpoint: false,
|
242165
|
-
useDualstackEndpoint: false
|
242241
|
+
useDualstackEndpoint: false,
|
242242
|
+
token: null
|
242166
242243
|
},
|
242167
242244
|
|
242168
242245
|
/**
|
@@ -242287,7 +242364,7 @@ function resolveRegionalEndpointsFlag(originalConfig, options) {
|
|
242287
242364
|
module.exports = resolveRegionalEndpointsFlag;
|
242288
242365
|
|
242289
242366
|
}).call(this)}).call(this,require('_process'))
|
242290
|
-
},{"./core":342,"_process":
|
242367
|
+
},{"./core":342,"_process":436}],342:[function(require,module,exports){
|
242291
242368
|
/**
|
242292
242369
|
* The main AWS namespace
|
242293
242370
|
*/
|
@@ -242310,7 +242387,7 @@ AWS.util.update(AWS, {
|
|
242310
242387
|
/**
|
242311
242388
|
* @constant
|
242312
242389
|
*/
|
242313
|
-
VERSION: '2.
|
242390
|
+
VERSION: '2.1204.0',
|
242314
242391
|
|
242315
242392
|
/**
|
242316
242393
|
* @api private
|
@@ -242398,7 +242475,7 @@ AWS.util.memoizedProperty(AWS, 'endpointCache', function() {
|
|
242398
242475
|
return new AWS.EndpointCache(AWS.config.endpointCacheSize);
|
242399
242476
|
}, true);
|
242400
242477
|
|
242401
|
-
},{"../vendor/endpoint-cache":
|
242478
|
+
},{"../vendor/endpoint-cache":456,"./api_loader":331,"./config":340,"./event_listeners":363,"./http":364,"./json/builder":366,"./json/parser":367,"./model/api":368,"./model/operation":370,"./model/paginator":371,"./model/resource_waiter":372,"./model/shape":373,"./param_validator":374,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./request":388,"./resource_waiter":389,"./response":390,"./sequential_executor":392,"./service":393,"./signers/request_signer":411,"./util":419,"./xml/builder":421}],343:[function(require,module,exports){
|
242402
242479
|
var AWS = require('./core');
|
242403
242480
|
|
242404
242481
|
/**
|
@@ -244142,7 +244219,7 @@ module.exports = {
|
|
244142
244219
|
};
|
244143
244220
|
|
244144
244221
|
}).call(this)}).call(this,require('_process'))
|
244145
|
-
},{"./core":342,"./util":
|
244222
|
+
},{"./core":342,"./util":419,"_process":436}],351:[function(require,module,exports){
|
244146
244223
|
var AWS = require('../core');
|
244147
244224
|
var util = AWS.util;
|
244148
244225
|
var typeOf = require('./types').typeOf;
|
@@ -245967,37 +246044,56 @@ AWS.EventListeners = {
|
|
245967
246044
|
var authtype = operation ? operation.authtype : '';
|
245968
246045
|
if (!service.api.signatureVersion && !authtype && !service.config.signatureVersion) return done(); // none
|
245969
246046
|
|
245970
|
-
service.config.
|
245971
|
-
|
245972
|
-
|
245973
|
-
|
245974
|
-
|
246047
|
+
if (authtype === 'bearer' || service.config.signatureVersion === 'bearer') {
|
246048
|
+
service.config.getToken(function (err, token) {
|
246049
|
+
if (err) {
|
246050
|
+
req.response.error = err;
|
246051
|
+
return done();
|
246052
|
+
}
|
245975
246053
|
|
245976
|
-
|
245977
|
-
|
245978
|
-
|
245979
|
-
|
245980
|
-
|
245981
|
-
|
245982
|
-
|
245983
|
-
|
245984
|
-
|
245985
|
-
|
245986
|
-
|
246054
|
+
try {
|
246055
|
+
var SignerClass = service.getSignerClass(req);
|
246056
|
+
var signer = new SignerClass(req.httpRequest);
|
246057
|
+
signer.addAuthorization(token);
|
246058
|
+
} catch (e) {
|
246059
|
+
req.response.error = e;
|
246060
|
+
}
|
246061
|
+
done();
|
246062
|
+
});
|
246063
|
+
} else {
|
246064
|
+
service.config.getCredentials(function (err, credentials) {
|
246065
|
+
if (err) {
|
246066
|
+
req.response.error = err;
|
246067
|
+
return done();
|
246068
|
+
}
|
245987
246069
|
|
245988
|
-
|
245989
|
-
|
245990
|
-
|
245991
|
-
|
246070
|
+
try {
|
246071
|
+
var date = service.getSkewCorrectedDate();
|
246072
|
+
var SignerClass = service.getSignerClass(req);
|
246073
|
+
var signer = new SignerClass(req.httpRequest,
|
246074
|
+
service.getSigningName(req),
|
246075
|
+
{
|
246076
|
+
signatureCache: service.config.signatureCache,
|
246077
|
+
operation: operation,
|
246078
|
+
signatureVersion: service.api.signatureVersion
|
246079
|
+
});
|
246080
|
+
signer.setServiceClientId(service._clientId);
|
245992
246081
|
|
245993
|
-
|
245994
|
-
|
245995
|
-
|
245996
|
-
|
245997
|
-
|
245998
|
-
|
245999
|
-
|
246000
|
-
|
246082
|
+
// clear old authorization headers
|
246083
|
+
delete req.httpRequest.headers['Authorization'];
|
246084
|
+
delete req.httpRequest.headers['Date'];
|
246085
|
+
delete req.httpRequest.headers['X-Amz-Date'];
|
246086
|
+
|
246087
|
+
// add new authorization
|
246088
|
+
signer.addAuthorization(credentials, date);
|
246089
|
+
req.signedAt = date;
|
246090
|
+
} catch (e) {
|
246091
|
+
req.response.error = e;
|
246092
|
+
}
|
246093
|
+
done();
|
246094
|
+
});
|
246095
|
+
|
246096
|
+
}
|
246001
246097
|
});
|
246002
246098
|
|
246003
246099
|
add('VALIDATE_RESPONSE', 'validateResponse', function VALIDATE_RESPONSE(resp) {
|
@@ -246389,7 +246485,7 @@ AWS.EventListeners = {
|
|
246389
246485
|
};
|
246390
246486
|
|
246391
246487
|
}).call(this)}).call(this,require('_process'))
|
246392
|
-
},{"./core":342,"./discover_endpoint":350,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./sequential_executor":392,"_process":
|
246488
|
+
},{"./core":342,"./discover_endpoint":350,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./sequential_executor":392,"_process":436,"util":430}],364:[function(require,module,exports){
|
246393
246489
|
var AWS = require('./core');
|
246394
246490
|
var inherit = AWS.util.inherit;
|
246395
246491
|
|
@@ -246767,7 +246863,7 @@ AWS.HttpClient.prototype = AWS.XHRClient.prototype;
|
|
246767
246863
|
*/
|
246768
246864
|
AWS.HttpClient.streamsApiVersion = 1;
|
246769
246865
|
|
246770
|
-
},{"../core":342,"../http":364,"events":
|
246866
|
+
},{"../core":342,"../http":364,"events":432}],366:[function(require,module,exports){
|
246771
246867
|
var util = require('../util');
|
246772
246868
|
|
246773
246869
|
function JsonBuilder() { }
|
@@ -246831,7 +246927,7 @@ function translateScalar(value, shape) {
|
|
246831
246927
|
*/
|
246832
246928
|
module.exports = JsonBuilder;
|
246833
246929
|
|
246834
|
-
},{"../util":
|
246930
|
+
},{"../util":419}],367:[function(require,module,exports){
|
246835
246931
|
var util = require('../util');
|
246836
246932
|
|
246837
246933
|
function JsonParser() { }
|
@@ -246901,7 +246997,7 @@ function translateScalar(value, shape) {
|
|
246901
246997
|
*/
|
246902
246998
|
module.exports = JsonParser;
|
246903
246999
|
|
246904
|
-
},{"../util":
|
247000
|
+
},{"../util":419}],368:[function(require,module,exports){
|
246905
247001
|
var Collection = require('./collection');
|
246906
247002
|
var Operation = require('./operation');
|
246907
247003
|
var Shape = require('./shape');
|
@@ -246992,7 +247088,7 @@ function Api(api, options) {
|
|
246992
247088
|
*/
|
246993
247089
|
module.exports = Api;
|
246994
247090
|
|
246995
|
-
},{"../../apis/metadata.json":163,"../util":
|
247091
|
+
},{"../../apis/metadata.json":163,"../util":419,"./collection":369,"./operation":370,"./paginator":371,"./resource_waiter":372,"./shape":373}],369:[function(require,module,exports){
|
246996
247092
|
var memoizedProperty = require('../util').memoizedProperty;
|
246997
247093
|
|
246998
247094
|
function memoize(name, value, factory, nameTr) {
|
@@ -247018,7 +247114,7 @@ function Collection(iterable, options, factory, nameTr, callback) {
|
|
247018
247114
|
*/
|
247019
247115
|
module.exports = Collection;
|
247020
247116
|
|
247021
|
-
},{"../util":
|
247117
|
+
},{"../util":419}],370:[function(require,module,exports){
|
247022
247118
|
var Shape = require('./shape');
|
247023
247119
|
|
247024
247120
|
var util = require('../util');
|
@@ -247139,7 +247235,7 @@ function hasEventStream(topLevelShape) {
|
|
247139
247235
|
*/
|
247140
247236
|
module.exports = Operation;
|
247141
247237
|
|
247142
|
-
},{"../util":
|
247238
|
+
},{"../util":419,"./shape":373}],371:[function(require,module,exports){
|
247143
247239
|
var property = require('../util').property;
|
247144
247240
|
|
247145
247241
|
function Paginator(name, paginator) {
|
@@ -247155,7 +247251,7 @@ function Paginator(name, paginator) {
|
|
247155
247251
|
*/
|
247156
247252
|
module.exports = Paginator;
|
247157
247253
|
|
247158
|
-
},{"../util":
|
247254
|
+
},{"../util":419}],372:[function(require,module,exports){
|
247159
247255
|
var util = require('../util');
|
247160
247256
|
var property = util.property;
|
247161
247257
|
|
@@ -247190,7 +247286,7 @@ function ResourceWaiter(name, waiter, options) {
|
|
247190
247286
|
*/
|
247191
247287
|
module.exports = ResourceWaiter;
|
247192
247288
|
|
247193
|
-
},{"../util":
|
247289
|
+
},{"../util":419}],373:[function(require,module,exports){
|
247194
247290
|
var Collection = require('./collection');
|
247195
247291
|
|
247196
247292
|
var util = require('../util');
|
@@ -247599,7 +247695,7 @@ Shape.shapes = {
|
|
247599
247695
|
*/
|
247600
247696
|
module.exports = Shape;
|
247601
247697
|
|
247602
|
-
},{"../util":
|
247698
|
+
},{"../util":419,"./collection":369}],374:[function(require,module,exports){
|
247603
247699
|
var AWS = require('./core');
|
247604
247700
|
|
247605
247701
|
/**
|
@@ -248080,7 +248176,7 @@ module.exports = {
|
|
248080
248176
|
populateHostPrefix: populateHostPrefix
|
248081
248177
|
};
|
248082
248178
|
|
248083
|
-
},{"../core":342,"../util":
|
248179
|
+
},{"../core":342,"../util":419}],377:[function(require,module,exports){
|
248084
248180
|
var util = require('../util');
|
248085
248181
|
var JsonBuilder = require('../json/builder');
|
248086
248182
|
var JsonParser = require('../json/parser');
|
@@ -248156,7 +248252,7 @@ module.exports = {
|
|
248156
248252
|
extractData: extractData
|
248157
248253
|
};
|
248158
248254
|
|
248159
|
-
},{"../json/builder":366,"../json/parser":367,"../util":
|
248255
|
+
},{"../json/builder":366,"../json/parser":367,"../util":419,"./helpers":376}],378:[function(require,module,exports){
|
248160
248256
|
var AWS = require('../core');
|
248161
248257
|
var util = require('../util');
|
248162
248258
|
var QueryParamSerializer = require('../query/query_param_serializer');
|
@@ -248268,7 +248364,7 @@ module.exports = {
|
|
248268
248364
|
extractData: extractData
|
248269
248365
|
};
|
248270
248366
|
|
248271
|
-
},{"../core":342,"../model/shape":373,"../query/query_param_serializer":382,"../util":
|
248367
|
+
},{"../core":342,"../model/shape":373,"../query/query_param_serializer":382,"../util":419,"./helpers":376}],379:[function(require,module,exports){
|
248272
248368
|
var util = require('../util');
|
248273
248369
|
var populateHostPrefix = require('./helpers').populateHostPrefix;
|
248274
248370
|
|
@@ -248418,7 +248514,7 @@ module.exports = {
|
|
248418
248514
|
generateURI: generateURI
|
248419
248515
|
};
|
248420
248516
|
|
248421
|
-
},{"../util":
|
248517
|
+
},{"../util":419,"./helpers":376}],380:[function(require,module,exports){
|
248422
248518
|
var util = require('../util');
|
248423
248519
|
var Rest = require('./rest');
|
248424
248520
|
var Json = require('./json');
|
@@ -248513,7 +248609,7 @@ module.exports = {
|
|
248513
248609
|
extractData: extractData
|
248514
248610
|
};
|
248515
248611
|
|
248516
|
-
},{"../json/builder":366,"../json/parser":367,"../util":
|
248612
|
+
},{"../json/builder":366,"../json/parser":367,"../util":419,"./json":377,"./rest":379}],381:[function(require,module,exports){
|
248517
248613
|
var AWS = require('../core');
|
248518
248614
|
var util = require('../util');
|
248519
248615
|
var Rest = require('./rest');
|
@@ -248623,7 +248719,7 @@ module.exports = {
|
|
248623
248719
|
extractData: extractData
|
248624
248720
|
};
|
248625
248721
|
|
248626
|
-
},{"../core":342,"../util":
|
248722
|
+
},{"../core":342,"../util":419,"./rest":379}],382:[function(require,module,exports){
|
248627
248723
|
var util = require('../util');
|
248628
248724
|
|
248629
248725
|
function QueryParamSerializer() {
|
@@ -248709,7 +248805,7 @@ function serializeMember(name, value, rules, fn) {
|
|
248709
248805
|
*/
|
248710
248806
|
module.exports = QueryParamSerializer;
|
248711
248807
|
|
248712
|
-
},{"../util":
|
248808
|
+
},{"../util":419}],383:[function(require,module,exports){
|
248713
248809
|
var AWS = require('../core');
|
248714
248810
|
|
248715
248811
|
/**
|
@@ -249064,7 +249160,7 @@ module.exports = {
|
|
249064
249160
|
getEndpointSuffix: getEndpointSuffix,
|
249065
249161
|
};
|
249066
249162
|
|
249067
|
-
},{"./region_config_data.json":387,"./util":
|
249163
|
+
},{"./region_config_data.json":387,"./util":419}],387:[function(require,module,exports){
|
249068
249164
|
module.exports={
|
249069
249165
|
"rules": {
|
249070
249166
|
"*/*": {
|
@@ -250107,7 +250203,7 @@ AWS.util.addPromises(AWS.Request);
|
|
250107
250203
|
AWS.util.mixin(AWS.Request, AWS.SequentialExecutor);
|
250108
250204
|
|
250109
250205
|
}).call(this)}).call(this,require('_process'))
|
250110
|
-
},{"./core":342,"./state_machine":
|
250206
|
+
},{"./core":342,"./state_machine":418,"_process":436,"jmespath":435}],389:[function(require,module,exports){
|
250111
250207
|
/**
|
250112
250208
|
* Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
250113
250209
|
*
|
@@ -250313,7 +250409,7 @@ AWS.ResourceWaiter = inherit({
|
|
250313
250409
|
}
|
250314
250410
|
});
|
250315
250411
|
|
250316
|
-
},{"./core":342,"jmespath":
|
250412
|
+
},{"./core":342,"jmespath":435}],390:[function(require,module,exports){
|
250317
250413
|
var AWS = require('./core');
|
250318
250414
|
var inherit = AWS.util.inherit;
|
250319
250415
|
var jmespath = require('jmespath');
|
@@ -250516,7 +250612,7 @@ AWS.Response = inherit({
|
|
250516
250612
|
|
250517
250613
|
});
|
250518
250614
|
|
250519
|
-
},{"./core":342,"jmespath":
|
250615
|
+
},{"./core":342,"jmespath":435}],391:[function(require,module,exports){
|
250520
250616
|
var AWS = require('../core');
|
250521
250617
|
var byteLength = AWS.util.string.byteLength;
|
250522
250618
|
var Buffer = AWS.util.Buffer;
|
@@ -251990,6 +252086,8 @@ AWS.Service = inherit({
|
|
251990
252086
|
version = this.config.signatureVersion;
|
251991
252087
|
} else if (authtype === 'v4' || authtype === 'v4-unsigned-body') {
|
251992
252088
|
version = 'v4';
|
252089
|
+
} else if (authtype === 'bearer') {
|
252090
|
+
version = 'bearer';
|
251993
252091
|
} else {
|
251994
252092
|
version = this.api.signatureVersion;
|
251995
252093
|
}
|
@@ -252343,7 +252441,7 @@ AWS.util.mixin(AWS.Service, AWS.SequentialExecutor);
|
|
252343
252441
|
module.exports = AWS.Service;
|
252344
252442
|
|
252345
252443
|
}).call(this)}).call(this,require('_process'))
|
252346
|
-
},{"./core":342,"./model/api":368,"./region/utils":385,"./region_config":386,"_process":
|
252444
|
+
},{"./core":342,"./model/api":368,"./region/utils":385,"./region_config":386,"_process":436}],394:[function(require,module,exports){
|
252347
252445
|
var AWS = require('../core');
|
252348
252446
|
|
252349
252447
|
AWS.util.update(AWS.APIGateway.prototype, {
|
@@ -254079,7 +254177,7 @@ AWS.S3.deletePromisesFromClass = function deletePromisesFromClass() {
|
|
254079
254177
|
|
254080
254178
|
AWS.util.addPromises(AWS.S3);
|
254081
254179
|
|
254082
|
-
},{"../config_regional_endpoint":341,"../core":342,"../region_config":386,"../s3/managed_upload":391,"../signers/v4_credentials":
|
254180
|
+
},{"../config_regional_endpoint":341,"../core":342,"../region_config":386,"../s3/managed_upload":391,"../signers/v4_credentials":417,"./s3util":406}],406:[function(require,module,exports){
|
254083
254181
|
(function (process){(function (){
|
254084
254182
|
var AWS = require('../core');
|
254085
254183
|
var regionUtil = require('../region_config');
|
@@ -254366,7 +254464,7 @@ var s3util = {
|
|
254366
254464
|
module.exports = s3util;
|
254367
254465
|
|
254368
254466
|
}).call(this)}).call(this,require('_process'))
|
254369
|
-
},{"../core":342,"../region_config":386,"_process":
|
254467
|
+
},{"../core":342,"../region_config":386,"_process":436}],407:[function(require,module,exports){
|
254370
254468
|
var AWS = require('../core');
|
254371
254469
|
|
254372
254470
|
AWS.util.update(AWS.SQS.prototype, {
|
@@ -254589,6 +254687,22 @@ AWS.util.update(AWS.STS.prototype, {
|
|
254589
254687
|
|
254590
254688
|
},{"../config_regional_endpoint":341,"../core":342}],409:[function(require,module,exports){
|
254591
254689
|
var AWS = require('../core');
|
254690
|
+
|
254691
|
+
/**
|
254692
|
+
* @api private
|
254693
|
+
*/
|
254694
|
+
AWS.Signers.Bearer = AWS.util.inherit(AWS.Signers.RequestSigner, {
|
254695
|
+
constructor: function Bearer(request) {
|
254696
|
+
AWS.Signers.RequestSigner.call(this, request);
|
254697
|
+
},
|
254698
|
+
|
254699
|
+
addAuthorization: function addAuthorization(token) {
|
254700
|
+
this.request.httpRequest.headers['Authorization'] = 'Bearer ' + token.token;
|
254701
|
+
}
|
254702
|
+
});
|
254703
|
+
|
254704
|
+
},{"../core":342}],410:[function(require,module,exports){
|
254705
|
+
var AWS = require('../core');
|
254592
254706
|
var inherit = AWS.util.inherit;
|
254593
254707
|
|
254594
254708
|
/**
|
@@ -254708,7 +254822,7 @@ AWS.Signers.Presign = inherit({
|
|
254708
254822
|
*/
|
254709
254823
|
module.exports = AWS.Signers.Presign;
|
254710
254824
|
|
254711
|
-
},{"../core":342}],
|
254825
|
+
},{"../core":342}],411:[function(require,module,exports){
|
254712
254826
|
var AWS = require('../core');
|
254713
254827
|
|
254714
254828
|
var inherit = AWS.util.inherit;
|
@@ -254738,6 +254852,7 @@ AWS.Signers.RequestSigner.getVersion = function getVersion(version) {
|
|
254738
254852
|
case 'v4': return AWS.Signers.V4;
|
254739
254853
|
case 's3': return AWS.Signers.S3;
|
254740
254854
|
case 'v3https': return AWS.Signers.V3Https;
|
254855
|
+
case 'bearer': return AWS.Signers.Bearer;
|
254741
254856
|
}
|
254742
254857
|
throw new Error('Unknown signing version ' + version);
|
254743
254858
|
};
|
@@ -254748,8 +254863,9 @@ require('./v3https');
|
|
254748
254863
|
require('./v4');
|
254749
254864
|
require('./s3');
|
254750
254865
|
require('./presign');
|
254866
|
+
require('./bearer');
|
254751
254867
|
|
254752
|
-
},{"../core":342,"./
|
254868
|
+
},{"../core":342,"./bearer":409,"./presign":410,"./s3":412,"./v2":413,"./v3":414,"./v3https":415,"./v4":416}],412:[function(require,module,exports){
|
254753
254869
|
var AWS = require('../core');
|
254754
254870
|
var inherit = AWS.util.inherit;
|
254755
254871
|
|
@@ -254926,7 +255042,7 @@ AWS.Signers.S3 = inherit(AWS.Signers.RequestSigner, {
|
|
254926
255042
|
*/
|
254927
255043
|
module.exports = AWS.Signers.S3;
|
254928
255044
|
|
254929
|
-
},{"../core":342}],
|
255045
|
+
},{"../core":342}],413:[function(require,module,exports){
|
254930
255046
|
var AWS = require('../core');
|
254931
255047
|
var inherit = AWS.util.inherit;
|
254932
255048
|
|
@@ -254976,7 +255092,7 @@ AWS.Signers.V2 = inherit(AWS.Signers.RequestSigner, {
|
|
254976
255092
|
*/
|
254977
255093
|
module.exports = AWS.Signers.V2;
|
254978
255094
|
|
254979
|
-
},{"../core":342}],
|
255095
|
+
},{"../core":342}],414:[function(require,module,exports){
|
254980
255096
|
var AWS = require('../core');
|
254981
255097
|
var inherit = AWS.util.inherit;
|
254982
255098
|
|
@@ -255055,7 +255171,7 @@ AWS.Signers.V3 = inherit(AWS.Signers.RequestSigner, {
|
|
255055
255171
|
*/
|
255056
255172
|
module.exports = AWS.Signers.V3;
|
255057
255173
|
|
255058
|
-
},{"../core":342}],
|
255174
|
+
},{"../core":342}],415:[function(require,module,exports){
|
255059
255175
|
var AWS = require('../core');
|
255060
255176
|
var inherit = AWS.util.inherit;
|
255061
255177
|
|
@@ -255082,7 +255198,7 @@ AWS.Signers.V3Https = inherit(AWS.Signers.V3, {
|
|
255082
255198
|
*/
|
255083
255199
|
module.exports = AWS.Signers.V3Https;
|
255084
255200
|
|
255085
|
-
},{"../core":342,"./v3":
|
255201
|
+
},{"../core":342,"./v3":414}],416:[function(require,module,exports){
|
255086
255202
|
var AWS = require('../core');
|
255087
255203
|
var v4Credentials = require('./v4_credentials');
|
255088
255204
|
var inherit = AWS.util.inherit;
|
@@ -255299,7 +255415,7 @@ AWS.Signers.V4 = inherit(AWS.Signers.RequestSigner, {
|
|
255299
255415
|
*/
|
255300
255416
|
module.exports = AWS.Signers.V4;
|
255301
255417
|
|
255302
|
-
},{"../core":342,"./v4_credentials":
|
255418
|
+
},{"../core":342,"./v4_credentials":417}],417:[function(require,module,exports){
|
255303
255419
|
var AWS = require('../core');
|
255304
255420
|
|
255305
255421
|
/**
|
@@ -255401,7 +255517,7 @@ module.exports = {
|
|
255401
255517
|
}
|
255402
255518
|
};
|
255403
255519
|
|
255404
|
-
},{"../core":342}],
|
255520
|
+
},{"../core":342}],418:[function(require,module,exports){
|
255405
255521
|
function AcceptorStateMachine(states, state) {
|
255406
255522
|
this.currentState = state || null;
|
255407
255523
|
this.states = states || {};
|
@@ -255448,7 +255564,7 @@ AcceptorStateMachine.prototype.addState = function addState(name, acceptState, f
|
|
255448
255564
|
*/
|
255449
255565
|
module.exports = AcceptorStateMachine;
|
255450
255566
|
|
255451
|
-
},{}],
|
255567
|
+
},{}],419:[function(require,module,exports){
|
255452
255568
|
(function (process,setImmediate){(function (){
|
255453
255569
|
/* eslint guard-for-in:0 */
|
255454
255570
|
var AWS;
|
@@ -256521,7 +256637,7 @@ var util = {
|
|
256521
256637
|
module.exports = util;
|
256522
256638
|
|
256523
256639
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
256524
|
-
},{"../apis/metadata.json":163,"./core":342,"_process":
|
256640
|
+
},{"../apis/metadata.json":163,"./core":342,"_process":436,"fs":427,"timers":444,"uuid":447}],420:[function(require,module,exports){
|
256525
256641
|
var util = require('../util');
|
256526
256642
|
var Shape = require('../model/shape');
|
256527
256643
|
|
@@ -256724,7 +256840,7 @@ function parseUnknown(xml) {
|
|
256724
256840
|
*/
|
256725
256841
|
module.exports = DomXmlParser;
|
256726
256842
|
|
256727
|
-
},{"../model/shape":373,"../util":
|
256843
|
+
},{"../model/shape":373,"../util":419}],421:[function(require,module,exports){
|
256728
256844
|
var util = require('../util');
|
256729
256845
|
var XmlNode = require('./xml-node').XmlNode;
|
256730
256846
|
var XmlText = require('./xml-text').XmlText;
|
@@ -256828,7 +256944,7 @@ function applyNamespaces(xml, shape, isRoot) {
|
|
256828
256944
|
*/
|
256829
256945
|
module.exports = XmlBuilder;
|
256830
256946
|
|
256831
|
-
},{"../util":
|
256947
|
+
},{"../util":419,"./xml-node":424,"./xml-text":425}],422:[function(require,module,exports){
|
256832
256948
|
/**
|
256833
256949
|
* Escapes characters that can not be in an XML attribute.
|
256834
256950
|
*/
|
@@ -256843,7 +256959,7 @@ module.exports = {
|
|
256843
256959
|
escapeAttribute: escapeAttribute
|
256844
256960
|
};
|
256845
256961
|
|
256846
|
-
},{}],
|
256962
|
+
},{}],423:[function(require,module,exports){
|
256847
256963
|
/**
|
256848
256964
|
* Escapes characters that can not be in an XML element.
|
256849
256965
|
*/
|
@@ -256864,7 +256980,7 @@ module.exports = {
|
|
256864
256980
|
escapeElement: escapeElement
|
256865
256981
|
};
|
256866
256982
|
|
256867
|
-
},{}],
|
256983
|
+
},{}],424:[function(require,module,exports){
|
256868
256984
|
var escapeAttribute = require('./escape-attribute').escapeAttribute;
|
256869
256985
|
|
256870
256986
|
/**
|
@@ -256911,7 +257027,7 @@ module.exports = {
|
|
256911
257027
|
XmlNode: XmlNode
|
256912
257028
|
};
|
256913
257029
|
|
256914
|
-
},{"./escape-attribute":
|
257030
|
+
},{"./escape-attribute":422}],425:[function(require,module,exports){
|
256915
257031
|
var escapeElement = require('./escape-element').escapeElement;
|
256916
257032
|
|
256917
257033
|
/**
|
@@ -256933,7 +257049,7 @@ module.exports = {
|
|
256933
257049
|
XmlText: XmlText
|
256934
257050
|
};
|
256935
257051
|
|
256936
|
-
},{"./escape-element":
|
257052
|
+
},{"./escape-element":423}],426:[function(require,module,exports){
|
256937
257053
|
'use strict'
|
256938
257054
|
|
256939
257055
|
exports.byteLength = byteLength
|
@@ -257085,9 +257201,9 @@ function fromByteArray (uint8) {
|
|
257085
257201
|
return parts.join('')
|
257086
257202
|
}
|
257087
257203
|
|
257088
|
-
},{}],426:[function(require,module,exports){
|
257089
|
-
|
257090
257204
|
},{}],427:[function(require,module,exports){
|
257205
|
+
|
257206
|
+
},{}],428:[function(require,module,exports){
|
257091
257207
|
if (typeof Object.create === 'function') {
|
257092
257208
|
// implementation from standard node.js 'util' module
|
257093
257209
|
module.exports = function inherits(ctor, superCtor) {
|
@@ -257112,14 +257228,14 @@ if (typeof Object.create === 'function') {
|
|
257112
257228
|
}
|
257113
257229
|
}
|
257114
257230
|
|
257115
|
-
},{}],
|
257231
|
+
},{}],429:[function(require,module,exports){
|
257116
257232
|
module.exports = function isBuffer(arg) {
|
257117
257233
|
return arg && typeof arg === 'object'
|
257118
257234
|
&& typeof arg.copy === 'function'
|
257119
257235
|
&& typeof arg.fill === 'function'
|
257120
257236
|
&& typeof arg.readUInt8 === 'function';
|
257121
257237
|
}
|
257122
|
-
},{}],
|
257238
|
+
},{}],430:[function(require,module,exports){
|
257123
257239
|
(function (process,global){(function (){
|
257124
257240
|
// Copyright Joyent, Inc. and other Node contributors.
|
257125
257241
|
//
|
@@ -257709,7 +257825,7 @@ function hasOwnProperty(obj, prop) {
|
|
257709
257825
|
}
|
257710
257826
|
|
257711
257827
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
257712
|
-
},{"./support/isBuffer":
|
257828
|
+
},{"./support/isBuffer":429,"_process":436,"inherits":428}],431:[function(require,module,exports){
|
257713
257829
|
(function (global,Buffer){(function (){
|
257714
257830
|
/*!
|
257715
257831
|
* The buffer module from node.js, for the browser.
|
@@ -259502,7 +259618,7 @@ function isnan (val) {
|
|
259502
259618
|
}
|
259503
259619
|
|
259504
259620
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
|
259505
|
-
},{"base64-js":
|
259621
|
+
},{"base64-js":426,"buffer":431,"ieee754":433,"isarray":434}],432:[function(require,module,exports){
|
259506
259622
|
// Copyright Joyent, Inc. and other Node contributors.
|
259507
259623
|
//
|
259508
259624
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -259806,7 +259922,7 @@ function isUndefined(arg) {
|
|
259806
259922
|
return arg === void 0;
|
259807
259923
|
}
|
259808
259924
|
|
259809
|
-
},{}],
|
259925
|
+
},{}],433:[function(require,module,exports){
|
259810
259926
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
259811
259927
|
var e, m
|
259812
259928
|
var eLen = (nBytes * 8) - mLen - 1
|
@@ -259892,14 +260008,14 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
259892
260008
|
buffer[offset + i - d] |= s * 128
|
259893
260009
|
}
|
259894
260010
|
|
259895
|
-
},{}],
|
260011
|
+
},{}],434:[function(require,module,exports){
|
259896
260012
|
var toString = {}.toString;
|
259897
260013
|
|
259898
260014
|
module.exports = Array.isArray || function (arr) {
|
259899
260015
|
return toString.call(arr) == '[object Array]';
|
259900
260016
|
};
|
259901
260017
|
|
259902
|
-
},{}],
|
260018
|
+
},{}],435:[function(require,module,exports){
|
259903
260019
|
(function(exports) {
|
259904
260020
|
"use strict";
|
259905
260021
|
|
@@ -261573,7 +261689,7 @@ module.exports = Array.isArray || function (arr) {
|
|
261573
261689
|
exports.strictDeepEqual = strictDeepEqual;
|
261574
261690
|
})(typeof exports === "undefined" ? this.jmespath = {} : exports);
|
261575
261691
|
|
261576
|
-
},{}],
|
261692
|
+
},{}],436:[function(require,module,exports){
|
261577
261693
|
// shim for using process in browser
|
261578
261694
|
var process = module.exports = {};
|
261579
261695
|
|
@@ -261759,7 +261875,7 @@ process.chdir = function (dir) {
|
|
261759
261875
|
};
|
261760
261876
|
process.umask = function() { return 0; };
|
261761
261877
|
|
261762
|
-
},{}],
|
261878
|
+
},{}],437:[function(require,module,exports){
|
261763
261879
|
(function (global){(function (){
|
261764
261880
|
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
261765
261881
|
;(function(root) {
|
@@ -262293,7 +262409,7 @@ process.umask = function() { return 0; };
|
|
262293
262409
|
}(this));
|
262294
262410
|
|
262295
262411
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
262296
|
-
},{}],
|
262412
|
+
},{}],438:[function(require,module,exports){
|
262297
262413
|
// Copyright Joyent, Inc. and other Node contributors.
|
262298
262414
|
//
|
262299
262415
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -262379,7 +262495,7 @@ var isArray = Array.isArray || function (xs) {
|
|
262379
262495
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
262380
262496
|
};
|
262381
262497
|
|
262382
|
-
},{}],
|
262498
|
+
},{}],439:[function(require,module,exports){
|
262383
262499
|
// Copyright Joyent, Inc. and other Node contributors.
|
262384
262500
|
//
|
262385
262501
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -262466,13 +262582,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
262466
262582
|
return res;
|
262467
262583
|
};
|
262468
262584
|
|
262469
|
-
},{}],
|
262585
|
+
},{}],440:[function(require,module,exports){
|
262470
262586
|
'use strict';
|
262471
262587
|
|
262472
262588
|
exports.decode = exports.parse = require('./decode');
|
262473
262589
|
exports.encode = exports.stringify = require('./encode');
|
262474
262590
|
|
262475
|
-
},{"./decode":
|
262591
|
+
},{"./decode":438,"./encode":439}],441:[function(require,module,exports){
|
262476
262592
|
// Copyright Joyent, Inc. and other Node contributors.
|
262477
262593
|
//
|
262478
262594
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -262554,7 +262670,7 @@ module.exports = function(qs, sep, eq, options) {
|
|
262554
262670
|
return obj;
|
262555
262671
|
};
|
262556
262672
|
|
262557
|
-
},{}],
|
262673
|
+
},{}],442:[function(require,module,exports){
|
262558
262674
|
// Copyright Joyent, Inc. and other Node contributors.
|
262559
262675
|
//
|
262560
262676
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -262620,9 +262736,9 @@ module.exports = function(obj, sep, eq, name) {
|
|
262620
262736
|
encodeURIComponent(stringifyPrimitive(obj));
|
262621
262737
|
};
|
262622
262738
|
|
262623
|
-
},{}],
|
262624
|
-
arguments[4][
|
262625
|
-
},{"./decode":
|
262739
|
+
},{}],443:[function(require,module,exports){
|
262740
|
+
arguments[4][440][0].apply(exports,arguments)
|
262741
|
+
},{"./decode":441,"./encode":442,"dup":440}],444:[function(require,module,exports){
|
262626
262742
|
(function (setImmediate,clearImmediate){(function (){
|
262627
262743
|
var nextTick = require('process/browser.js').nextTick;
|
262628
262744
|
var apply = Function.prototype.apply;
|
@@ -262701,7 +262817,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
262701
262817
|
delete immediateIds[id];
|
262702
262818
|
};
|
262703
262819
|
}).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
|
262704
|
-
},{"process/browser.js":
|
262820
|
+
},{"process/browser.js":436,"timers":444}],445:[function(require,module,exports){
|
262705
262821
|
// Copyright Joyent, Inc. and other Node contributors.
|
262706
262822
|
//
|
262707
262823
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -263410,7 +263526,7 @@ function isNullOrUndefined(arg) {
|
|
263410
263526
|
return arg == null;
|
263411
263527
|
}
|
263412
263528
|
|
263413
|
-
},{"punycode":
|
263529
|
+
},{"punycode":437,"querystring":440}],446:[function(require,module,exports){
|
263414
263530
|
"use strict";
|
263415
263531
|
|
263416
263532
|
Object.defineProperty(exports, "__esModule", {
|
@@ -263437,7 +263553,7 @@ function bytesToUuid(buf, offset) {
|
|
263437
263553
|
|
263438
263554
|
var _default = bytesToUuid;
|
263439
263555
|
exports.default = _default;
|
263440
|
-
},{}],
|
263556
|
+
},{}],447:[function(require,module,exports){
|
263441
263557
|
"use strict";
|
263442
263558
|
|
263443
263559
|
Object.defineProperty(exports, "__esModule", {
|
@@ -263477,7 +263593,7 @@ var _v3 = _interopRequireDefault(require("./v4.js"));
|
|
263477
263593
|
var _v4 = _interopRequireDefault(require("./v5.js"));
|
263478
263594
|
|
263479
263595
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
263480
|
-
},{"./v1.js":
|
263596
|
+
},{"./v1.js":451,"./v3.js":452,"./v4.js":454,"./v5.js":455}],448:[function(require,module,exports){
|
263481
263597
|
"use strict";
|
263482
263598
|
|
263483
263599
|
Object.defineProperty(exports, "__esModule", {
|
@@ -263702,7 +263818,7 @@ function md5ii(a, b, c, d, x, s, t) {
|
|
263702
263818
|
|
263703
263819
|
var _default = md5;
|
263704
263820
|
exports.default = _default;
|
263705
|
-
},{}],
|
263821
|
+
},{}],449:[function(require,module,exports){
|
263706
263822
|
"use strict";
|
263707
263823
|
|
263708
263824
|
Object.defineProperty(exports, "__esModule", {
|
@@ -263724,7 +263840,7 @@ function rng() {
|
|
263724
263840
|
|
263725
263841
|
return getRandomValues(rnds8);
|
263726
263842
|
}
|
263727
|
-
},{}],
|
263843
|
+
},{}],450:[function(require,module,exports){
|
263728
263844
|
"use strict";
|
263729
263845
|
|
263730
263846
|
Object.defineProperty(exports, "__esModule", {
|
@@ -263820,7 +263936,7 @@ function sha1(bytes) {
|
|
263820
263936
|
|
263821
263937
|
var _default = sha1;
|
263822
263938
|
exports.default = _default;
|
263823
|
-
},{}],
|
263939
|
+
},{}],451:[function(require,module,exports){
|
263824
263940
|
"use strict";
|
263825
263941
|
|
263826
263942
|
Object.defineProperty(exports, "__esModule", {
|
@@ -263928,7 +264044,7 @@ function v1(options, buf, offset) {
|
|
263928
264044
|
|
263929
264045
|
var _default = v1;
|
263930
264046
|
exports.default = _default;
|
263931
|
-
},{"./bytesToUuid.js":
|
264047
|
+
},{"./bytesToUuid.js":446,"./rng.js":449}],452:[function(require,module,exports){
|
263932
264048
|
"use strict";
|
263933
264049
|
|
263934
264050
|
Object.defineProperty(exports, "__esModule", {
|
@@ -263945,7 +264061,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
263945
264061
|
const v3 = (0, _v.default)('v3', 0x30, _md.default);
|
263946
264062
|
var _default = v3;
|
263947
264063
|
exports.default = _default;
|
263948
|
-
},{"./md5.js":
|
264064
|
+
},{"./md5.js":448,"./v35.js":453}],453:[function(require,module,exports){
|
263949
264065
|
"use strict";
|
263950
264066
|
|
263951
264067
|
Object.defineProperty(exports, "__esModule", {
|
@@ -264015,7 +264131,7 @@ function _default(name, version, hashfunc) {
|
|
264015
264131
|
generateUUID.URL = URL;
|
264016
264132
|
return generateUUID;
|
264017
264133
|
}
|
264018
|
-
},{"./bytesToUuid.js":
|
264134
|
+
},{"./bytesToUuid.js":446}],454:[function(require,module,exports){
|
264019
264135
|
"use strict";
|
264020
264136
|
|
264021
264137
|
Object.defineProperty(exports, "__esModule", {
|
@@ -264056,7 +264172,7 @@ function v4(options, buf, offset) {
|
|
264056
264172
|
|
264057
264173
|
var _default = v4;
|
264058
264174
|
exports.default = _default;
|
264059
|
-
},{"./bytesToUuid.js":
|
264175
|
+
},{"./bytesToUuid.js":446,"./rng.js":449}],455:[function(require,module,exports){
|
264060
264176
|
"use strict";
|
264061
264177
|
|
264062
264178
|
Object.defineProperty(exports, "__esModule", {
|
@@ -264073,7 +264189,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
264073
264189
|
const v5 = (0, _v.default)('v5', 0x50, _sha.default);
|
264074
264190
|
var _default = v5;
|
264075
264191
|
exports.default = _default;
|
264076
|
-
},{"./sha1.js":
|
264192
|
+
},{"./sha1.js":450,"./v35.js":453}],456:[function(require,module,exports){
|
264077
264193
|
"use strict";
|
264078
264194
|
Object.defineProperty(exports, "__esModule", { value: true });
|
264079
264195
|
var LRU_1 = require("./utils/LRU");
|
@@ -264146,7 +264262,7 @@ var EndpointCache = /** @class */ (function () {
|
|
264146
264262
|
return EndpointCache;
|
264147
264263
|
}());
|
264148
264264
|
exports.EndpointCache = EndpointCache;
|
264149
|
-
},{"./utils/LRU":
|
264265
|
+
},{"./utils/LRU":457}],457:[function(require,module,exports){
|
264150
264266
|
"use strict";
|
264151
264267
|
Object.defineProperty(exports, "__esModule", { value: true });
|
264152
264268
|
var LinkedListNode = /** @class */ (function () {
|
@@ -264254,8 +264370,8 @@ var LRUCache = /** @class */ (function () {
|
|
264254
264370
|
return LRUCache;
|
264255
264371
|
}());
|
264256
264372
|
exports.LRUCache = LRUCache;
|
264257
|
-
},{}],
|
264258
|
-
// AWS SDK for JavaScript v2.
|
264373
|
+
},{}],458:[function(require,module,exports){
|
264374
|
+
// AWS SDK for JavaScript v2.1204.0
|
264259
264375
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264260
264376
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
264261
264377
|
require('./browser_loader');
|
@@ -264278,5 +264394,5 @@ if (typeof self !== 'undefined') self.AWS = AWS;
|
|
264278
264394
|
*/
|
264279
264395
|
require('../clients/browser_default');
|
264280
264396
|
|
264281
|
-
},{"../clients/browser_default":245,"./browser_loader":338,"./core":342}]},{},[
|
264397
|
+
},{"../clients/browser_default":245,"./browser_loader":338,"./core":342}]},{},[458]);
|
264282
264398
|
|