aws-sdk 2.1124.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  4. package/apis/ec2-2016-11-15.min.json +5 -1
  5. package/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  6. package/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  7. package/apis/kinesisvideo-2017-09-30.min.json +145 -8
  8. package/apis/mediaconvert-2017-08-29.min.json +136 -120
  9. package/apis/outposts-2019-12-03.min.json +56 -0
  10. package/apis/outposts-2019-12-03.paginators.json +10 -0
  11. package/apis/rds-2014-10-31.min.json +20 -7
  12. package/apis/s3-2006-03-01.examples.json +124 -124
  13. package/apis/sagemaker-2017-07-24.min.json +149 -138
  14. package/apis/ssm-2014-11-06.min.json +3 -0
  15. package/apis/synthetics-2017-10-11.min.json +8 -3
  16. package/apis/wafv2-2019-07-29.min.json +196 -130
  17. package/clients/codegurureviewer.d.ts +18 -5
  18. package/clients/ec2.d.ts +10 -2
  19. package/clients/kinesisvideo.d.ts +177 -10
  20. package/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  21. package/clients/mediaconvert.d.ts +23 -2
  22. package/clients/organizations.d.ts +5 -5
  23. package/clients/outposts.d.ts +67 -10
  24. package/clients/rds.d.ts +36 -0
  25. package/clients/s3.d.ts +8 -8
  26. package/clients/sagemaker.d.ts +10 -0
  27. package/clients/ssm.d.ts +5 -1
  28. package/clients/synthetics.d.ts +7 -3
  29. package/clients/wafv2.d.ts +104 -27
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +14 -14
  32. package/dist/aws-sdk.js +246 -19
  33. package/dist/aws-sdk.min.js +69 -69
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1124.0
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": "Sr"
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": "Sw"
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": "Sr"
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": "Sw"
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": "S1v"
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": "S1v"
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
- "Sw": {
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
- "S1v": {
153595
+ "S2e": {
153385
153596
  "type": "list",
153386
153597
  "member": {}
153387
153598
  }
@@ -185569,7 +185780,8 @@ module.exports={
185569
185780
  "type": "boolean"
185570
185781
  },
185571
185782
  "CustomIamInstanceProfile": {},
185572
- "BackupTarget": {}
185783
+ "BackupTarget": {},
185784
+ "NetworkType": {}
185573
185785
  }
185574
185786
  },
185575
185787
  "output": {
@@ -185657,6 +185869,7 @@ module.exports={
185657
185869
  "type": "integer"
185658
185870
  },
185659
185871
  "CustomIamInstanceProfile": {},
185872
+ "NetworkType": {},
185660
185873
  "SourceRegion": {}
185661
185874
  }
185662
185875
  },
@@ -187445,6 +187658,9 @@ module.exports={
187445
187658
  },
187446
187659
  "SupportsClusters": {
187447
187660
  "type": "boolean"
187661
+ },
187662
+ "SupportedNetworkTypes": {
187663
+ "shape": "Sv"
187448
187664
  }
187449
187665
  },
187450
187666
  "wrapper": true
@@ -188111,7 +188327,8 @@ module.exports={
188111
188327
  "AutomationMode": {},
188112
188328
  "ResumeFullAutomationModeMinutes": {
188113
188329
  "type": "integer"
188114
- }
188330
+ },
188331
+ "NetworkType": {}
188115
188332
  }
188116
188333
  },
188117
188334
  "output": {
@@ -188994,7 +189211,8 @@ module.exports={
188994
189211
  "type": "boolean"
188995
189212
  },
188996
189213
  "CustomIamInstanceProfile": {},
188997
- "BackupTarget": {}
189214
+ "BackupTarget": {},
189215
+ "NetworkType": {}
188998
189216
  }
188999
189217
  },
189000
189218
  "output": {
@@ -189105,7 +189323,8 @@ module.exports={
189105
189323
  },
189106
189324
  "MaxAllocatedStorage": {
189107
189325
  "type": "integer"
189108
- }
189326
+ },
189327
+ "NetworkType": {}
189109
189328
  }
189110
189329
  },
189111
189330
  "output": {
@@ -189194,7 +189413,8 @@ module.exports={
189194
189413
  "type": "boolean"
189195
189414
  },
189196
189415
  "CustomIamInstanceProfile": {},
189197
- "BackupTarget": {}
189416
+ "BackupTarget": {},
189417
+ "NetworkType": {}
189198
189418
  }
189199
189419
  },
189200
189420
  "output": {
@@ -190500,7 +190720,8 @@ module.exports={
190500
190720
  "type": "timestamp"
190501
190721
  },
190502
190722
  "CustomIamInstanceProfile": {},
190503
- "BackupTarget": {}
190723
+ "BackupTarget": {},
190724
+ "NetworkType": {}
190504
190725
  },
190505
190726
  "wrapper": true
190506
190727
  },
@@ -190541,7 +190762,10 @@ module.exports={
190541
190762
  }
190542
190763
  }
190543
190764
  },
190544
- "DBSubnetGroupArn": {}
190765
+ "DBSubnetGroupArn": {},
190766
+ "SupportedNetworkTypes": {
190767
+ "shape": "Sv"
190768
+ }
190545
190769
  },
190546
190770
  "wrapper": true
190547
190771
  },
@@ -223242,6 +223466,9 @@ module.exports={
223242
223466
  "Targets": {
223243
223467
  "shape": "S18"
223244
223468
  },
223469
+ "TargetMaps": {
223470
+ "shape": "S95"
223471
+ },
223245
223472
  "MaxConcurrency": {},
223246
223473
  "MaxErrors": {},
223247
223474
  "TargetLocations": {
@@ -238274,7 +238501,7 @@ AWS.util.update(AWS, {
238274
238501
  /**
238275
238502
  * @constant
238276
238503
  */
238277
- VERSION: '2.1124.0',
238504
+ VERSION: '2.1127.0',
238278
238505
 
238279
238506
  /**
238280
238507
  * @api private
@@ -259729,7 +259956,7 @@ var LRUCache = /** @class */ (function () {
259729
259956
  }());
259730
259957
  exports.LRUCache = LRUCache;
259731
259958
  },{}],452:[function(require,module,exports){
259732
- // AWS SDK for JavaScript v2.1124.0
259959
+ // AWS SDK for JavaScript v2.1127.0
259733
259960
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
259734
259961
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
259735
259962
  require('./browser_loader');