aws-sdk 2.1121.0 → 2.1122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/README.md +1 -1
- package/apis/cloudfront-2020-05-31.min.json +42 -28
- package/apis/ivschat-2020-07-14.examples.json +5 -0
- package/apis/ivschat-2020-07-14.min.json +443 -0
- package/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/apis/lightsail-2016-11-28.min.json +55 -17
- package/apis/metadata.json +3 -0
- package/apis/network-firewall-2020-11-12.min.json +107 -52
- package/apis/sagemaker-2017-07-24.min.json +447 -434
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudfront.d.ts +15 -0
- package/clients/eventbridge.js +1 -0
- package/clients/glue.d.ts +79 -10
- package/clients/ivschat.d.ts +523 -0
- package/clients/ivschat.js +18 -0
- package/clients/lightsail.d.ts +113 -42
- package/clients/networkfirewall.d.ts +103 -21
- package/clients/pricing.d.ts +3 -3
- package/clients/sagemaker.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +815 -747
- package/dist/aws-sdk.js +54 -32
- package/dist/aws-sdk.min.js +83 -83
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/services/eventbridge.js +19 -0
- package/lib/services/s3util.js +6 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1122.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){
|
|
@@ -30808,7 +30808,7 @@ module.exports={
|
|
|
30808
30808
|
"type": "structure",
|
|
30809
30809
|
"members": {
|
|
30810
30810
|
"ResponseHeadersPolicy": {
|
|
30811
|
-
"shape": "
|
|
30811
|
+
"shape": "S5y"
|
|
30812
30812
|
},
|
|
30813
30813
|
"Location": {
|
|
30814
30814
|
"location": "header",
|
|
@@ -30834,7 +30834,7 @@ module.exports={
|
|
|
30834
30834
|
],
|
|
30835
30835
|
"members": {
|
|
30836
30836
|
"StreamingDistributionConfig": {
|
|
30837
|
-
"shape": "
|
|
30837
|
+
"shape": "S60",
|
|
30838
30838
|
"locationName": "StreamingDistributionConfig",
|
|
30839
30839
|
"xmlNamespace": {
|
|
30840
30840
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -30847,7 +30847,7 @@ module.exports={
|
|
|
30847
30847
|
"type": "structure",
|
|
30848
30848
|
"members": {
|
|
30849
30849
|
"StreamingDistribution": {
|
|
30850
|
-
"shape": "
|
|
30850
|
+
"shape": "S64"
|
|
30851
30851
|
},
|
|
30852
30852
|
"Location": {
|
|
30853
30853
|
"location": "header",
|
|
@@ -30884,7 +30884,7 @@ module.exports={
|
|
|
30884
30884
|
],
|
|
30885
30885
|
"members": {
|
|
30886
30886
|
"StreamingDistributionConfig": {
|
|
30887
|
-
"shape": "
|
|
30887
|
+
"shape": "S60"
|
|
30888
30888
|
},
|
|
30889
30889
|
"Tags": {
|
|
30890
30890
|
"shape": "S35"
|
|
@@ -30898,7 +30898,7 @@ module.exports={
|
|
|
30898
30898
|
"type": "structure",
|
|
30899
30899
|
"members": {
|
|
30900
30900
|
"StreamingDistribution": {
|
|
30901
|
-
"shape": "
|
|
30901
|
+
"shape": "S64"
|
|
30902
30902
|
},
|
|
30903
30903
|
"Location": {
|
|
30904
30904
|
"location": "header",
|
|
@@ -31879,7 +31879,7 @@ module.exports={
|
|
|
31879
31879
|
"type": "structure",
|
|
31880
31880
|
"members": {
|
|
31881
31881
|
"ResponseHeadersPolicy": {
|
|
31882
|
-
"shape": "
|
|
31882
|
+
"shape": "S5y"
|
|
31883
31883
|
},
|
|
31884
31884
|
"ETag": {
|
|
31885
31885
|
"location": "header",
|
|
@@ -31941,7 +31941,7 @@ module.exports={
|
|
|
31941
31941
|
"type": "structure",
|
|
31942
31942
|
"members": {
|
|
31943
31943
|
"StreamingDistribution": {
|
|
31944
|
-
"shape": "
|
|
31944
|
+
"shape": "S64"
|
|
31945
31945
|
},
|
|
31946
31946
|
"ETag": {
|
|
31947
31947
|
"location": "header",
|
|
@@ -31972,7 +31972,7 @@ module.exports={
|
|
|
31972
31972
|
"type": "structure",
|
|
31973
31973
|
"members": {
|
|
31974
31974
|
"StreamingDistributionConfig": {
|
|
31975
|
-
"shape": "
|
|
31975
|
+
"shape": "S60"
|
|
31976
31976
|
},
|
|
31977
31977
|
"ETag": {
|
|
31978
31978
|
"location": "header",
|
|
@@ -32193,7 +32193,7 @@ module.exports={
|
|
|
32193
32193
|
"type": "structure",
|
|
32194
32194
|
"members": {
|
|
32195
32195
|
"DistributionList": {
|
|
32196
|
-
"shape": "
|
|
32196
|
+
"shape": "S8l"
|
|
32197
32197
|
}
|
|
32198
32198
|
},
|
|
32199
32199
|
"payload": "DistributionList"
|
|
@@ -32228,7 +32228,7 @@ module.exports={
|
|
|
32228
32228
|
"type": "structure",
|
|
32229
32229
|
"members": {
|
|
32230
32230
|
"DistributionIdList": {
|
|
32231
|
-
"shape": "
|
|
32231
|
+
"shape": "S8q"
|
|
32232
32232
|
}
|
|
32233
32233
|
},
|
|
32234
32234
|
"payload": "DistributionIdList"
|
|
@@ -32263,7 +32263,7 @@ module.exports={
|
|
|
32263
32263
|
"type": "structure",
|
|
32264
32264
|
"members": {
|
|
32265
32265
|
"DistributionIdList": {
|
|
32266
|
-
"shape": "
|
|
32266
|
+
"shape": "S8q"
|
|
32267
32267
|
}
|
|
32268
32268
|
},
|
|
32269
32269
|
"payload": "DistributionIdList"
|
|
@@ -32298,7 +32298,7 @@ module.exports={
|
|
|
32298
32298
|
"type": "structure",
|
|
32299
32299
|
"members": {
|
|
32300
32300
|
"DistributionIdList": {
|
|
32301
|
-
"shape": "
|
|
32301
|
+
"shape": "S8q"
|
|
32302
32302
|
}
|
|
32303
32303
|
},
|
|
32304
32304
|
"payload": "DistributionIdList"
|
|
@@ -32325,7 +32325,7 @@ module.exports={
|
|
|
32325
32325
|
"type": "structure",
|
|
32326
32326
|
"members": {
|
|
32327
32327
|
"DistributionList": {
|
|
32328
|
-
"shape": "
|
|
32328
|
+
"shape": "S8l"
|
|
32329
32329
|
}
|
|
32330
32330
|
},
|
|
32331
32331
|
"payload": "DistributionList"
|
|
@@ -32360,7 +32360,7 @@ module.exports={
|
|
|
32360
32360
|
"type": "structure",
|
|
32361
32361
|
"members": {
|
|
32362
32362
|
"DistributionIdList": {
|
|
32363
|
-
"shape": "
|
|
32363
|
+
"shape": "S8q"
|
|
32364
32364
|
}
|
|
32365
32365
|
},
|
|
32366
32366
|
"payload": "DistributionIdList"
|
|
@@ -32395,7 +32395,7 @@ module.exports={
|
|
|
32395
32395
|
"type": "structure",
|
|
32396
32396
|
"members": {
|
|
32397
32397
|
"DistributionList": {
|
|
32398
|
-
"shape": "
|
|
32398
|
+
"shape": "S8l"
|
|
32399
32399
|
}
|
|
32400
32400
|
},
|
|
32401
32401
|
"payload": "DistributionList"
|
|
@@ -32937,7 +32937,7 @@ module.exports={
|
|
|
32937
32937
|
"members": {
|
|
32938
32938
|
"Type": {},
|
|
32939
32939
|
"ResponseHeadersPolicy": {
|
|
32940
|
-
"shape": "
|
|
32940
|
+
"shape": "S5y"
|
|
32941
32941
|
}
|
|
32942
32942
|
}
|
|
32943
32943
|
}
|
|
@@ -33016,7 +33016,7 @@ module.exports={
|
|
|
33016
33016
|
},
|
|
33017
33017
|
"DomainName": {},
|
|
33018
33018
|
"S3Origin": {
|
|
33019
|
-
"shape": "
|
|
33019
|
+
"shape": "S61"
|
|
33020
33020
|
},
|
|
33021
33021
|
"Aliases": {
|
|
33022
33022
|
"shape": "Su"
|
|
@@ -33687,7 +33687,7 @@ module.exports={
|
|
|
33687
33687
|
"type": "structure",
|
|
33688
33688
|
"members": {
|
|
33689
33689
|
"ResponseHeadersPolicy": {
|
|
33690
|
-
"shape": "
|
|
33690
|
+
"shape": "S5y"
|
|
33691
33691
|
},
|
|
33692
33692
|
"ETag": {
|
|
33693
33693
|
"location": "header",
|
|
@@ -33710,7 +33710,7 @@ module.exports={
|
|
|
33710
33710
|
],
|
|
33711
33711
|
"members": {
|
|
33712
33712
|
"StreamingDistributionConfig": {
|
|
33713
|
-
"shape": "
|
|
33713
|
+
"shape": "S60",
|
|
33714
33714
|
"locationName": "StreamingDistributionConfig",
|
|
33715
33715
|
"xmlNamespace": {
|
|
33716
33716
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -33731,7 +33731,7 @@ module.exports={
|
|
|
33731
33731
|
"type": "structure",
|
|
33732
33732
|
"members": {
|
|
33733
33733
|
"StreamingDistribution": {
|
|
33734
|
-
"shape": "
|
|
33734
|
+
"shape": "S64"
|
|
33735
33735
|
},
|
|
33736
33736
|
"ETag": {
|
|
33737
33737
|
"location": "header",
|
|
@@ -35413,10 +35413,24 @@ module.exports={
|
|
|
35413
35413
|
}
|
|
35414
35414
|
}
|
|
35415
35415
|
}
|
|
35416
|
+
},
|
|
35417
|
+
"ServerTimingHeadersConfig": {
|
|
35418
|
+
"type": "structure",
|
|
35419
|
+
"required": [
|
|
35420
|
+
"Enabled"
|
|
35421
|
+
],
|
|
35422
|
+
"members": {
|
|
35423
|
+
"Enabled": {
|
|
35424
|
+
"type": "boolean"
|
|
35425
|
+
},
|
|
35426
|
+
"SamplingRate": {
|
|
35427
|
+
"type": "double"
|
|
35428
|
+
}
|
|
35429
|
+
}
|
|
35416
35430
|
}
|
|
35417
35431
|
}
|
|
35418
35432
|
},
|
|
35419
|
-
"
|
|
35433
|
+
"S5y": {
|
|
35420
35434
|
"type": "structure",
|
|
35421
35435
|
"required": [
|
|
35422
35436
|
"Id",
|
|
@@ -35433,7 +35447,7 @@ module.exports={
|
|
|
35433
35447
|
}
|
|
35434
35448
|
}
|
|
35435
35449
|
},
|
|
35436
|
-
"
|
|
35450
|
+
"S60": {
|
|
35437
35451
|
"type": "structure",
|
|
35438
35452
|
"required": [
|
|
35439
35453
|
"CallerReference",
|
|
@@ -35445,7 +35459,7 @@ module.exports={
|
|
|
35445
35459
|
"members": {
|
|
35446
35460
|
"CallerReference": {},
|
|
35447
35461
|
"S3Origin": {
|
|
35448
|
-
"shape": "
|
|
35462
|
+
"shape": "S61"
|
|
35449
35463
|
},
|
|
35450
35464
|
"Aliases": {
|
|
35451
35465
|
"shape": "Su"
|
|
@@ -35475,7 +35489,7 @@ module.exports={
|
|
|
35475
35489
|
}
|
|
35476
35490
|
}
|
|
35477
35491
|
},
|
|
35478
|
-
"
|
|
35492
|
+
"S61": {
|
|
35479
35493
|
"type": "structure",
|
|
35480
35494
|
"required": [
|
|
35481
35495
|
"DomainName",
|
|
@@ -35486,7 +35500,7 @@ module.exports={
|
|
|
35486
35500
|
"OriginAccessIdentity": {}
|
|
35487
35501
|
}
|
|
35488
35502
|
},
|
|
35489
|
-
"
|
|
35503
|
+
"S64": {
|
|
35490
35504
|
"type": "structure",
|
|
35491
35505
|
"required": [
|
|
35492
35506
|
"Id",
|
|
@@ -35508,11 +35522,11 @@ module.exports={
|
|
|
35508
35522
|
"shape": "S2s"
|
|
35509
35523
|
},
|
|
35510
35524
|
"StreamingDistributionConfig": {
|
|
35511
|
-
"shape": "
|
|
35525
|
+
"shape": "S60"
|
|
35512
35526
|
}
|
|
35513
35527
|
}
|
|
35514
35528
|
},
|
|
35515
|
-
"
|
|
35529
|
+
"S8l": {
|
|
35516
35530
|
"type": "structure",
|
|
35517
35531
|
"required": [
|
|
35518
35532
|
"Marker",
|
|
@@ -35607,7 +35621,7 @@ module.exports={
|
|
|
35607
35621
|
}
|
|
35608
35622
|
}
|
|
35609
35623
|
},
|
|
35610
|
-
"
|
|
35624
|
+
"S8q": {
|
|
35611
35625
|
"type": "structure",
|
|
35612
35626
|
"required": [
|
|
35613
35627
|
"Marker",
|
|
@@ -167405,6 +167419,9 @@ module.exports={
|
|
|
167405
167419
|
"pinpointsmsvoicev2": {
|
|
167406
167420
|
"prefix": "pinpoint-sms-voice-v2",
|
|
167407
167421
|
"name": "PinpointSMSVoiceV2"
|
|
167422
|
+
},
|
|
167423
|
+
"ivschat": {
|
|
167424
|
+
"name": "Ivschat"
|
|
167408
167425
|
}
|
|
167409
167426
|
}
|
|
167410
167427
|
},{}],164:[function(require,module,exports){
|
|
@@ -238060,7 +238077,7 @@ AWS.util.update(AWS, {
|
|
|
238060
238077
|
/**
|
|
238061
238078
|
* @constant
|
|
238062
238079
|
*/
|
|
238063
|
-
VERSION: '2.
|
|
238080
|
+
VERSION: '2.1122.0',
|
|
238064
238081
|
|
|
238065
238082
|
/**
|
|
238066
238083
|
* @api private
|
|
@@ -249944,9 +249961,14 @@ var s3util = {
|
|
|
249944
249961
|
var allowFipsEndpoint = options.allowFipsEndpoint || false;
|
|
249945
249962
|
|
|
249946
249963
|
if (!regionFromArn) {
|
|
249964
|
+
var message = 'ARN region is empty';
|
|
249965
|
+
if (req._parsedArn.service === 's3') {
|
|
249966
|
+
message = message + '\nYou may want to use multi-regional ARN. The feature is not supported in current SDK. ' +
|
|
249967
|
+
'You should consider switching to V3(https://github.com/aws/aws-sdk-js-v3).';
|
|
249968
|
+
}
|
|
249947
249969
|
throw AWS.util.error(new Error(), {
|
|
249948
249970
|
code: 'InvalidARN',
|
|
249949
|
-
message:
|
|
249971
|
+
message: message
|
|
249950
249972
|
});
|
|
249951
249973
|
}
|
|
249952
249974
|
|
|
@@ -259510,7 +259532,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
259510
259532
|
}());
|
|
259511
259533
|
exports.LRUCache = LRUCache;
|
|
259512
259534
|
},{}],452:[function(require,module,exports){
|
|
259513
|
-
// AWS SDK for JavaScript v2.
|
|
259535
|
+
// AWS SDK for JavaScript v2.1122.0
|
|
259514
259536
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
259515
259537
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
259516
259538
|
require('./browser_loader');
|