aws-sdk 2.1126.0 → 2.1127.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 +7 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/apis/s3-2006-03-01.examples.json +124 -124
- package/apis/sagemaker-2017-07-24.min.json +149 -138
- package/clients/ec2.d.ts +10 -2
- package/clients/kinesisvideo.d.ts +177 -10
- package/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/clients/s3.d.ts +8 -8
- package/clients/sagemaker.d.ts +10 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +223 -12
- package/dist/aws-sdk.min.js +69 -69
- package/lib/core.js +1 -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.1127.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){
|
|
@@ -73524,7 +73524,8 @@ module.exports={
|
|
|
73524
73524
|
"shape": "S1t",
|
|
73525
73525
|
"locationName": "TagSpecification"
|
|
73526
73526
|
},
|
|
73527
|
-
"HostRecovery": {}
|
|
73527
|
+
"HostRecovery": {},
|
|
73528
|
+
"OutpostArn": {}
|
|
73528
73529
|
}
|
|
73529
73530
|
},
|
|
73530
73531
|
"output": {
|
|
@@ -81903,6 +81904,9 @@ module.exports={
|
|
|
81903
81904
|
"MemberOfServiceLinkedResourceGroup": {
|
|
81904
81905
|
"locationName": "memberOfServiceLinkedResourceGroup",
|
|
81905
81906
|
"type": "boolean"
|
|
81907
|
+
},
|
|
81908
|
+
"OutpostArn": {
|
|
81909
|
+
"locationName": "outpostArn"
|
|
81906
81910
|
}
|
|
81907
81911
|
}
|
|
81908
81912
|
}
|
|
@@ -152572,6 +152576,70 @@ module.exports={
|
|
|
152572
152576
|
}
|
|
152573
152577
|
}
|
|
152574
152578
|
},
|
|
152579
|
+
"GetImages": {
|
|
152580
|
+
"http": {
|
|
152581
|
+
"requestUri": "/getImages"
|
|
152582
|
+
},
|
|
152583
|
+
"input": {
|
|
152584
|
+
"type": "structure",
|
|
152585
|
+
"required": [
|
|
152586
|
+
"ImageSelectorType",
|
|
152587
|
+
"StartTimestamp",
|
|
152588
|
+
"EndTimestamp",
|
|
152589
|
+
"SamplingInterval",
|
|
152590
|
+
"Format"
|
|
152591
|
+
],
|
|
152592
|
+
"members": {
|
|
152593
|
+
"StreamName": {},
|
|
152594
|
+
"StreamARN": {},
|
|
152595
|
+
"ImageSelectorType": {},
|
|
152596
|
+
"StartTimestamp": {
|
|
152597
|
+
"type": "timestamp"
|
|
152598
|
+
},
|
|
152599
|
+
"EndTimestamp": {
|
|
152600
|
+
"type": "timestamp"
|
|
152601
|
+
},
|
|
152602
|
+
"SamplingInterval": {
|
|
152603
|
+
"type": "integer"
|
|
152604
|
+
},
|
|
152605
|
+
"Format": {},
|
|
152606
|
+
"FormatConfig": {
|
|
152607
|
+
"type": "map",
|
|
152608
|
+
"key": {},
|
|
152609
|
+
"value": {}
|
|
152610
|
+
},
|
|
152611
|
+
"WidthPixels": {
|
|
152612
|
+
"type": "integer"
|
|
152613
|
+
},
|
|
152614
|
+
"HeightPixels": {
|
|
152615
|
+
"type": "integer"
|
|
152616
|
+
},
|
|
152617
|
+
"MaxResults": {
|
|
152618
|
+
"type": "long"
|
|
152619
|
+
},
|
|
152620
|
+
"NextToken": {}
|
|
152621
|
+
}
|
|
152622
|
+
},
|
|
152623
|
+
"output": {
|
|
152624
|
+
"type": "structure",
|
|
152625
|
+
"members": {
|
|
152626
|
+
"Images": {
|
|
152627
|
+
"type": "list",
|
|
152628
|
+
"member": {
|
|
152629
|
+
"type": "structure",
|
|
152630
|
+
"members": {
|
|
152631
|
+
"TimeStamp": {
|
|
152632
|
+
"type": "timestamp"
|
|
152633
|
+
},
|
|
152634
|
+
"Error": {},
|
|
152635
|
+
"ImageContent": {}
|
|
152636
|
+
}
|
|
152637
|
+
}
|
|
152638
|
+
},
|
|
152639
|
+
"NextToken": {}
|
|
152640
|
+
}
|
|
152641
|
+
}
|
|
152642
|
+
},
|
|
152575
152643
|
"GetMediaForFragmentList": {
|
|
152576
152644
|
"http": {
|
|
152577
152645
|
"requestUri": "/getMediaForFragmentList"
|
|
@@ -152683,6 +152751,12 @@ module.exports={
|
|
|
152683
152751
|
},{}],136:[function(require,module,exports){
|
|
152684
152752
|
module.exports={
|
|
152685
152753
|
"pagination": {
|
|
152754
|
+
"GetImages": {
|
|
152755
|
+
"input_token": "NextToken",
|
|
152756
|
+
"limit_key": "MaxResults",
|
|
152757
|
+
"output_token": "NextToken",
|
|
152758
|
+
"result_key": "Images"
|
|
152759
|
+
},
|
|
152686
152760
|
"ListFragments": {
|
|
152687
152761
|
"input_token": "NextToken",
|
|
152688
152762
|
"limit_key": "MaxResults",
|
|
@@ -152946,6 +153020,46 @@ module.exports={
|
|
|
152946
153020
|
"members": {}
|
|
152947
153021
|
}
|
|
152948
153022
|
},
|
|
153023
|
+
"DescribeImageGenerationConfiguration": {
|
|
153024
|
+
"http": {
|
|
153025
|
+
"requestUri": "/describeImageGenerationConfiguration"
|
|
153026
|
+
},
|
|
153027
|
+
"input": {
|
|
153028
|
+
"type": "structure",
|
|
153029
|
+
"members": {
|
|
153030
|
+
"StreamName": {},
|
|
153031
|
+
"StreamARN": {}
|
|
153032
|
+
}
|
|
153033
|
+
},
|
|
153034
|
+
"output": {
|
|
153035
|
+
"type": "structure",
|
|
153036
|
+
"members": {
|
|
153037
|
+
"ImageGenerationConfiguration": {
|
|
153038
|
+
"shape": "Sr"
|
|
153039
|
+
}
|
|
153040
|
+
}
|
|
153041
|
+
}
|
|
153042
|
+
},
|
|
153043
|
+
"DescribeNotificationConfiguration": {
|
|
153044
|
+
"http": {
|
|
153045
|
+
"requestUri": "/describeNotificationConfiguration"
|
|
153046
|
+
},
|
|
153047
|
+
"input": {
|
|
153048
|
+
"type": "structure",
|
|
153049
|
+
"members": {
|
|
153050
|
+
"StreamName": {},
|
|
153051
|
+
"StreamARN": {}
|
|
153052
|
+
}
|
|
153053
|
+
},
|
|
153054
|
+
"output": {
|
|
153055
|
+
"type": "structure",
|
|
153056
|
+
"members": {
|
|
153057
|
+
"NotificationConfiguration": {
|
|
153058
|
+
"shape": "S16"
|
|
153059
|
+
}
|
|
153060
|
+
}
|
|
153061
|
+
}
|
|
153062
|
+
},
|
|
152949
153063
|
"DescribeSignalingChannel": {
|
|
152950
153064
|
"http": {
|
|
152951
153065
|
"requestUri": "/describeSignalingChannel"
|
|
@@ -152961,7 +153075,7 @@ module.exports={
|
|
|
152961
153075
|
"type": "structure",
|
|
152962
153076
|
"members": {
|
|
152963
153077
|
"ChannelInfo": {
|
|
152964
|
-
"shape": "
|
|
153078
|
+
"shape": "S1a"
|
|
152965
153079
|
}
|
|
152966
153080
|
}
|
|
152967
153081
|
}
|
|
@@ -152981,7 +153095,7 @@ module.exports={
|
|
|
152981
153095
|
"type": "structure",
|
|
152982
153096
|
"members": {
|
|
152983
153097
|
"StreamInfo": {
|
|
152984
|
-
"shape": "
|
|
153098
|
+
"shape": "S1f"
|
|
152985
153099
|
}
|
|
152986
153100
|
}
|
|
152987
153101
|
}
|
|
@@ -153073,7 +153187,7 @@ module.exports={
|
|
|
153073
153187
|
"ChannelInfoList": {
|
|
153074
153188
|
"type": "list",
|
|
153075
153189
|
"member": {
|
|
153076
|
-
"shape": "
|
|
153190
|
+
"shape": "S1a"
|
|
153077
153191
|
}
|
|
153078
153192
|
},
|
|
153079
153193
|
"NextToken": {}
|
|
@@ -153106,7 +153220,7 @@ module.exports={
|
|
|
153106
153220
|
"StreamInfoList": {
|
|
153107
153221
|
"type": "list",
|
|
153108
153222
|
"member": {
|
|
153109
|
-
"shape": "
|
|
153223
|
+
"shape": "S1f"
|
|
153110
153224
|
}
|
|
153111
153225
|
},
|
|
153112
153226
|
"NextToken": {}
|
|
@@ -153219,7 +153333,7 @@ module.exports={
|
|
|
153219
153333
|
"members": {
|
|
153220
153334
|
"ResourceARN": {},
|
|
153221
153335
|
"TagKeyList": {
|
|
153222
|
-
"shape": "
|
|
153336
|
+
"shape": "S2e"
|
|
153223
153337
|
}
|
|
153224
153338
|
}
|
|
153225
153339
|
},
|
|
@@ -153241,7 +153355,7 @@ module.exports={
|
|
|
153241
153355
|
"StreamARN": {},
|
|
153242
153356
|
"StreamName": {},
|
|
153243
153357
|
"TagKeyList": {
|
|
153244
|
-
"shape": "
|
|
153358
|
+
"shape": "S2e"
|
|
153245
153359
|
}
|
|
153246
153360
|
}
|
|
153247
153361
|
},
|
|
@@ -153276,6 +153390,44 @@ module.exports={
|
|
|
153276
153390
|
"members": {}
|
|
153277
153391
|
}
|
|
153278
153392
|
},
|
|
153393
|
+
"UpdateImageGenerationConfiguration": {
|
|
153394
|
+
"http": {
|
|
153395
|
+
"requestUri": "/updateImageGenerationConfiguration"
|
|
153396
|
+
},
|
|
153397
|
+
"input": {
|
|
153398
|
+
"type": "structure",
|
|
153399
|
+
"members": {
|
|
153400
|
+
"StreamName": {},
|
|
153401
|
+
"StreamARN": {},
|
|
153402
|
+
"ImageGenerationConfiguration": {
|
|
153403
|
+
"shape": "Sr"
|
|
153404
|
+
}
|
|
153405
|
+
}
|
|
153406
|
+
},
|
|
153407
|
+
"output": {
|
|
153408
|
+
"type": "structure",
|
|
153409
|
+
"members": {}
|
|
153410
|
+
}
|
|
153411
|
+
},
|
|
153412
|
+
"UpdateNotificationConfiguration": {
|
|
153413
|
+
"http": {
|
|
153414
|
+
"requestUri": "/updateNotificationConfiguration"
|
|
153415
|
+
},
|
|
153416
|
+
"input": {
|
|
153417
|
+
"type": "structure",
|
|
153418
|
+
"members": {
|
|
153419
|
+
"StreamName": {},
|
|
153420
|
+
"StreamARN": {},
|
|
153421
|
+
"NotificationConfiguration": {
|
|
153422
|
+
"shape": "S16"
|
|
153423
|
+
}
|
|
153424
|
+
}
|
|
153425
|
+
},
|
|
153426
|
+
"output": {
|
|
153427
|
+
"type": "structure",
|
|
153428
|
+
"members": {}
|
|
153429
|
+
}
|
|
153430
|
+
},
|
|
153279
153431
|
"UpdateSignalingChannel": {
|
|
153280
153432
|
"http": {
|
|
153281
153433
|
"requestUri": "/updateSignalingChannel"
|
|
@@ -153348,6 +153500,65 @@ module.exports={
|
|
|
153348
153500
|
"value": {}
|
|
153349
153501
|
},
|
|
153350
153502
|
"Sr": {
|
|
153503
|
+
"type": "structure",
|
|
153504
|
+
"required": [
|
|
153505
|
+
"Status",
|
|
153506
|
+
"ImageSelectorType",
|
|
153507
|
+
"DestinationConfig",
|
|
153508
|
+
"SamplingInterval",
|
|
153509
|
+
"Format"
|
|
153510
|
+
],
|
|
153511
|
+
"members": {
|
|
153512
|
+
"Status": {},
|
|
153513
|
+
"ImageSelectorType": {},
|
|
153514
|
+
"DestinationConfig": {
|
|
153515
|
+
"type": "structure",
|
|
153516
|
+
"required": [
|
|
153517
|
+
"Uri",
|
|
153518
|
+
"DestinationRegion"
|
|
153519
|
+
],
|
|
153520
|
+
"members": {
|
|
153521
|
+
"Uri": {},
|
|
153522
|
+
"DestinationRegion": {}
|
|
153523
|
+
}
|
|
153524
|
+
},
|
|
153525
|
+
"SamplingInterval": {
|
|
153526
|
+
"type": "integer"
|
|
153527
|
+
},
|
|
153528
|
+
"Format": {},
|
|
153529
|
+
"FormatConfig": {
|
|
153530
|
+
"type": "map",
|
|
153531
|
+
"key": {},
|
|
153532
|
+
"value": {}
|
|
153533
|
+
},
|
|
153534
|
+
"WidthPixels": {
|
|
153535
|
+
"type": "integer"
|
|
153536
|
+
},
|
|
153537
|
+
"HeightPixels": {
|
|
153538
|
+
"type": "integer"
|
|
153539
|
+
}
|
|
153540
|
+
}
|
|
153541
|
+
},
|
|
153542
|
+
"S16": {
|
|
153543
|
+
"type": "structure",
|
|
153544
|
+
"required": [
|
|
153545
|
+
"Status",
|
|
153546
|
+
"DestinationConfig"
|
|
153547
|
+
],
|
|
153548
|
+
"members": {
|
|
153549
|
+
"Status": {},
|
|
153550
|
+
"DestinationConfig": {
|
|
153551
|
+
"type": "structure",
|
|
153552
|
+
"required": [
|
|
153553
|
+
"Uri"
|
|
153554
|
+
],
|
|
153555
|
+
"members": {
|
|
153556
|
+
"Uri": {}
|
|
153557
|
+
}
|
|
153558
|
+
}
|
|
153559
|
+
}
|
|
153560
|
+
},
|
|
153561
|
+
"S1a": {
|
|
153351
153562
|
"type": "structure",
|
|
153352
153563
|
"members": {
|
|
153353
153564
|
"ChannelName": {},
|
|
@@ -153363,7 +153574,7 @@ module.exports={
|
|
|
153363
153574
|
"Version": {}
|
|
153364
153575
|
}
|
|
153365
153576
|
},
|
|
153366
|
-
"
|
|
153577
|
+
"S1f": {
|
|
153367
153578
|
"type": "structure",
|
|
153368
153579
|
"members": {
|
|
153369
153580
|
"DeviceName": {},
|
|
@@ -153381,7 +153592,7 @@ module.exports={
|
|
|
153381
153592
|
}
|
|
153382
153593
|
}
|
|
153383
153594
|
},
|
|
153384
|
-
"
|
|
153595
|
+
"S2e": {
|
|
153385
153596
|
"type": "list",
|
|
153386
153597
|
"member": {}
|
|
153387
153598
|
}
|
|
@@ -238290,7 +238501,7 @@ AWS.util.update(AWS, {
|
|
|
238290
238501
|
/**
|
|
238291
238502
|
* @constant
|
|
238292
238503
|
*/
|
|
238293
|
-
VERSION: '2.
|
|
238504
|
+
VERSION: '2.1127.0',
|
|
238294
238505
|
|
|
238295
238506
|
/**
|
|
238296
238507
|
* @api private
|
|
@@ -259745,7 +259956,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
259745
259956
|
}());
|
|
259746
259957
|
exports.LRUCache = LRUCache;
|
|
259747
259958
|
},{}],452:[function(require,module,exports){
|
|
259748
|
-
// AWS SDK for JavaScript v2.
|
|
259959
|
+
// AWS SDK for JavaScript v2.1127.0
|
|
259749
259960
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
259750
259961
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
259751
259962
|
require('./browser_loader');
|