aws-sdk 2.1463.0 → 2.1464.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 CHANGED
@@ -1,7 +1,16 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1463.0-->
2
+ <!--LATEST=2.1464.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1464.0
6
+ * feature: AmplifyUIBuilder: Support for generating code that is compatible with future versions of amplify project dependencies.
7
+ * feature: ChimeSDKMediaPipelines: Adds support for sending WebRTC audio to Amazon Kineses Video Streams.
8
+ * feature: EMRServerless: This release adds support for application-wide default job configurations.
9
+ * feature: Finspacedata: Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct "ApiAccess" attribute to "apiAccess" to maintain consistency between APIs.
10
+ * feature: QuickSight: Added ability to tag users upon creation.
11
+ * feature: SSM: This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output.
12
+ * feature: WAFV2: You can now perform an exact match against the web request's JA3 fingerprint.
13
+
5
14
  ## 2.1463.0
6
15
  * feature: Braket: This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job.
7
16
  * feature: CloudWatchEvents: Adds sensitive trait to various shapes in Jetstream Connections API model.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1463.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1464.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1068,13 +1068,13 @@
1068
1068
  "shape": "S33"
1069
1069
  },
1070
1070
  "genericDataSchema": {
1071
- "shape": "S3c"
1071
+ "shape": "S3d"
1072
1072
  },
1073
1073
  "autoGenerateForms": {
1074
1074
  "type": "boolean"
1075
1075
  },
1076
1076
  "features": {
1077
- "shape": "S3u"
1077
+ "shape": "S3v"
1078
1078
  },
1079
1079
  "tags": {
1080
1080
  "shape": "S11"
@@ -1999,13 +1999,13 @@
1999
1999
  "shape": "S33"
2000
2000
  },
2001
2001
  "genericDataSchema": {
2002
- "shape": "S3c"
2002
+ "shape": "S3d"
2003
2003
  },
2004
2004
  "autoGenerateForms": {
2005
2005
  "type": "boolean"
2006
2006
  },
2007
2007
  "features": {
2008
- "shape": "S3u"
2008
+ "shape": "S3v"
2009
2009
  },
2010
2010
  "status": {},
2011
2011
  "statusMessage": {},
@@ -2023,6 +2023,20 @@
2023
2023
  },
2024
2024
  "modifiedAt": {
2025
2025
  "shape": "S17"
2026
+ },
2027
+ "dependencies": {
2028
+ "type": "list",
2029
+ "member": {
2030
+ "type": "structure",
2031
+ "members": {
2032
+ "name": {},
2033
+ "supportedVersion": {},
2034
+ "isSemVer": {
2035
+ "type": "boolean"
2036
+ },
2037
+ "reason": {}
2038
+ }
2039
+ }
2026
2040
  }
2027
2041
  }
2028
2042
  },
@@ -2071,13 +2085,18 @@
2071
2085
  }
2072
2086
  },
2073
2087
  "union": true
2088
+ },
2089
+ "dependencies": {
2090
+ "type": "map",
2091
+ "key": {},
2092
+ "value": {}
2074
2093
  }
2075
2094
  }
2076
2095
  }
2077
2096
  },
2078
2097
  "union": true
2079
2098
  },
2080
- "S3c": {
2099
+ "S3d": {
2081
2100
  "type": "structure",
2082
2101
  "required": [
2083
2102
  "dataSourceType",
@@ -2101,7 +2120,7 @@
2101
2120
  "type": "map",
2102
2121
  "key": {},
2103
2122
  "value": {
2104
- "shape": "S3h"
2123
+ "shape": "S3i"
2105
2124
  }
2106
2125
  },
2107
2126
  "isJoinTable": {
@@ -2143,7 +2162,7 @@
2143
2162
  "type": "map",
2144
2163
  "key": {},
2145
2164
  "value": {
2146
- "shape": "S3h"
2165
+ "shape": "S3i"
2147
2166
  }
2148
2167
  }
2149
2168
  }
@@ -2151,7 +2170,7 @@
2151
2170
  }
2152
2171
  }
2153
2172
  },
2154
- "S3h": {
2173
+ "S3i": {
2155
2174
  "type": "structure",
2156
2175
  "required": [
2157
2176
  "dataType",
@@ -2202,7 +2221,7 @@
2202
2221
  }
2203
2222
  }
2204
2223
  },
2205
- "S3u": {
2224
+ "S3v": {
2206
2225
  "type": "structure",
2207
2226
  "members": {
2208
2227
  "isRelationshipSupported": {
@@ -214,6 +214,76 @@
214
214
  }
215
215
  }
216
216
  },
217
+ "CreateMediaPipelineKinesisVideoStreamPool": {
218
+ "http": {
219
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools",
220
+ "responseCode": 201
221
+ },
222
+ "input": {
223
+ "type": "structure",
224
+ "required": [
225
+ "StreamConfiguration",
226
+ "PoolName"
227
+ ],
228
+ "members": {
229
+ "StreamConfiguration": {
230
+ "shape": "S4m"
231
+ },
232
+ "PoolName": {},
233
+ "ClientRequestToken": {
234
+ "shape": "S5",
235
+ "idempotencyToken": true
236
+ },
237
+ "Tags": {
238
+ "shape": "S17"
239
+ }
240
+ }
241
+ },
242
+ "output": {
243
+ "type": "structure",
244
+ "members": {
245
+ "KinesisVideoStreamPoolConfiguration": {
246
+ "shape": "S4r"
247
+ }
248
+ }
249
+ }
250
+ },
251
+ "CreateMediaStreamPipeline": {
252
+ "http": {
253
+ "requestUri": "/sdk-media-stream-pipelines",
254
+ "responseCode": 201
255
+ },
256
+ "input": {
257
+ "type": "structure",
258
+ "required": [
259
+ "Sources",
260
+ "Sinks"
261
+ ],
262
+ "members": {
263
+ "Sources": {
264
+ "shape": "S4w"
265
+ },
266
+ "Sinks": {
267
+ "shape": "S4y"
268
+ },
269
+ "ClientRequestToken": {
270
+ "shape": "S5",
271
+ "idempotencyToken": true
272
+ },
273
+ "Tags": {
274
+ "shape": "S17"
275
+ }
276
+ }
277
+ },
278
+ "output": {
279
+ "type": "structure",
280
+ "members": {
281
+ "MediaStreamPipeline": {
282
+ "shape": "S54"
283
+ }
284
+ }
285
+ }
286
+ },
217
287
  "DeleteMediaCapturePipeline": {
218
288
  "http": {
219
289
  "method": "DELETE",
@@ -271,6 +341,25 @@
271
341
  }
272
342
  }
273
343
  },
344
+ "DeleteMediaPipelineKinesisVideoStreamPool": {
345
+ "http": {
346
+ "method": "DELETE",
347
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
348
+ "responseCode": 204
349
+ },
350
+ "input": {
351
+ "type": "structure",
352
+ "required": [
353
+ "Identifier"
354
+ ],
355
+ "members": {
356
+ "Identifier": {
357
+ "location": "uri",
358
+ "locationName": "identifier"
359
+ }
360
+ }
361
+ }
362
+ },
274
363
  "GetMediaCapturePipeline": {
275
364
  "http": {
276
365
  "method": "GET",
@@ -360,12 +449,42 @@
360
449
  },
361
450
  "MediaInsightsPipeline": {
362
451
  "shape": "S2t"
452
+ },
453
+ "MediaStreamPipeline": {
454
+ "shape": "S54"
363
455
  }
364
456
  }
365
457
  }
366
458
  }
367
459
  }
368
460
  },
461
+ "GetMediaPipelineKinesisVideoStreamPool": {
462
+ "http": {
463
+ "method": "GET",
464
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
465
+ "responseCode": 200
466
+ },
467
+ "input": {
468
+ "type": "structure",
469
+ "required": [
470
+ "Identifier"
471
+ ],
472
+ "members": {
473
+ "Identifier": {
474
+ "location": "uri",
475
+ "locationName": "identifier"
476
+ }
477
+ }
478
+ },
479
+ "output": {
480
+ "type": "structure",
481
+ "members": {
482
+ "KinesisVideoStreamPoolConfiguration": {
483
+ "shape": "S4r"
484
+ }
485
+ }
486
+ }
487
+ },
369
488
  "GetSpeakerSearchTask": {
370
489
  "http": {
371
490
  "method": "GET",
@@ -393,7 +512,7 @@
393
512
  "type": "structure",
394
513
  "members": {
395
514
  "SpeakerSearchTask": {
396
- "shape": "S4x"
515
+ "shape": "S5k"
397
516
  }
398
517
  }
399
518
  }
@@ -425,7 +544,7 @@
425
544
  "type": "structure",
426
545
  "members": {
427
546
  "VoiceToneAnalysisTask": {
428
- "shape": "S51"
547
+ "shape": "S5o"
429
548
  }
430
549
  }
431
550
  }
@@ -507,6 +626,46 @@
507
626
  }
508
627
  }
509
628
  },
629
+ "ListMediaPipelineKinesisVideoStreamPools": {
630
+ "http": {
631
+ "method": "GET",
632
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools",
633
+ "responseCode": 200
634
+ },
635
+ "input": {
636
+ "type": "structure",
637
+ "members": {
638
+ "NextToken": {
639
+ "location": "querystring",
640
+ "locationName": "next-token"
641
+ },
642
+ "MaxResults": {
643
+ "location": "querystring",
644
+ "locationName": "max-results",
645
+ "type": "integer"
646
+ }
647
+ }
648
+ },
649
+ "output": {
650
+ "type": "structure",
651
+ "members": {
652
+ "KinesisVideoStreamPools": {
653
+ "type": "list",
654
+ "member": {
655
+ "type": "structure",
656
+ "members": {
657
+ "PoolName": {},
658
+ "PoolId": {},
659
+ "PoolArn": {
660
+ "shape": "S3"
661
+ }
662
+ }
663
+ }
664
+ },
665
+ "NextToken": {}
666
+ }
667
+ }
668
+ },
510
669
  "ListMediaPipelines": {
511
670
  "http": {
512
671
  "method": "GET",
@@ -591,7 +750,7 @@
591
750
  "shape": "S3"
592
751
  },
593
752
  "KinesisVideoStreamSourceTaskConfiguration": {
594
- "shape": "S5i"
753
+ "shape": "S69"
595
754
  },
596
755
  "ClientRequestToken": {
597
756
  "shape": "S5",
@@ -603,7 +762,7 @@
603
762
  "type": "structure",
604
763
  "members": {
605
764
  "SpeakerSearchTask": {
606
- "shape": "S4x"
765
+ "shape": "S5k"
607
766
  }
608
767
  }
609
768
  }
@@ -626,7 +785,7 @@
626
785
  },
627
786
  "LanguageCode": {},
628
787
  "KinesisVideoStreamSourceTaskConfiguration": {
629
- "shape": "S5i"
788
+ "shape": "S69"
630
789
  },
631
790
  "ClientRequestToken": {
632
791
  "shape": "S5",
@@ -638,7 +797,7 @@
638
797
  "type": "structure",
639
798
  "members": {
640
799
  "VoiceToneAnalysisTask": {
641
- "shape": "S51"
800
+ "shape": "S5o"
642
801
  }
643
802
  }
644
803
  }
@@ -794,6 +953,41 @@
794
953
  "UpdateStatus": {}
795
954
  }
796
955
  }
956
+ },
957
+ "UpdateMediaPipelineKinesisVideoStreamPool": {
958
+ "http": {
959
+ "method": "PUT",
960
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
961
+ "responseCode": 200
962
+ },
963
+ "input": {
964
+ "type": "structure",
965
+ "required": [
966
+ "Identifier"
967
+ ],
968
+ "members": {
969
+ "Identifier": {
970
+ "location": "uri",
971
+ "locationName": "identifier"
972
+ },
973
+ "StreamConfiguration": {
974
+ "type": "structure",
975
+ "members": {
976
+ "DataRetentionInHours": {
977
+ "type": "integer"
978
+ }
979
+ }
980
+ }
981
+ }
982
+ },
983
+ "output": {
984
+ "type": "structure",
985
+ "members": {
986
+ "KinesisVideoStreamPoolConfiguration": {
987
+ "shape": "S4r"
988
+ }
989
+ }
990
+ }
797
991
  }
798
992
  },
799
993
  "shapes": {
@@ -1597,7 +1791,100 @@
1597
1791
  }
1598
1792
  }
1599
1793
  },
1600
- "S4x": {
1794
+ "S4m": {
1795
+ "type": "structure",
1796
+ "required": [
1797
+ "Region"
1798
+ ],
1799
+ "members": {
1800
+ "Region": {},
1801
+ "DataRetentionInHours": {
1802
+ "type": "integer"
1803
+ }
1804
+ }
1805
+ },
1806
+ "S4r": {
1807
+ "type": "structure",
1808
+ "members": {
1809
+ "PoolArn": {
1810
+ "shape": "S3"
1811
+ },
1812
+ "PoolName": {},
1813
+ "PoolId": {},
1814
+ "PoolStatus": {},
1815
+ "PoolSize": {
1816
+ "type": "integer"
1817
+ },
1818
+ "StreamConfiguration": {
1819
+ "shape": "S4m"
1820
+ },
1821
+ "CreatedTimestamp": {
1822
+ "shape": "S1f"
1823
+ },
1824
+ "UpdatedTimestamp": {
1825
+ "shape": "S1f"
1826
+ }
1827
+ }
1828
+ },
1829
+ "S4w": {
1830
+ "type": "list",
1831
+ "member": {
1832
+ "type": "structure",
1833
+ "required": [
1834
+ "SourceType",
1835
+ "SourceArn"
1836
+ ],
1837
+ "members": {
1838
+ "SourceType": {},
1839
+ "SourceArn": {
1840
+ "shape": "S3"
1841
+ }
1842
+ }
1843
+ }
1844
+ },
1845
+ "S4y": {
1846
+ "type": "list",
1847
+ "member": {
1848
+ "type": "structure",
1849
+ "required": [
1850
+ "SinkArn",
1851
+ "SinkType",
1852
+ "ReservedStreamCapacity",
1853
+ "MediaStreamType"
1854
+ ],
1855
+ "members": {
1856
+ "SinkArn": {
1857
+ "shape": "S3"
1858
+ },
1859
+ "SinkType": {},
1860
+ "ReservedStreamCapacity": {
1861
+ "type": "integer"
1862
+ },
1863
+ "MediaStreamType": {}
1864
+ }
1865
+ }
1866
+ },
1867
+ "S54": {
1868
+ "type": "structure",
1869
+ "members": {
1870
+ "MediaPipelineId": {},
1871
+ "MediaPipelineArn": {},
1872
+ "CreatedTimestamp": {
1873
+ "shape": "S1f"
1874
+ },
1875
+ "UpdatedTimestamp": {
1876
+ "shape": "S1f"
1877
+ },
1878
+ "Status": {},
1879
+ "Sources": {
1880
+ "shape": "S4w"
1881
+ },
1882
+ "Sinks": {
1883
+ "shape": "S4y"
1884
+ }
1885
+ }
1886
+ },
1887
+ "S5k": {
1601
1888
  "type": "structure",
1602
1889
  "members": {
1603
1890
  "SpeakerSearchTaskId": {},
@@ -1610,7 +1897,7 @@
1610
1897
  }
1611
1898
  }
1612
1899
  },
1613
- "S51": {
1900
+ "S5o": {
1614
1901
  "type": "structure",
1615
1902
  "members": {
1616
1903
  "VoiceToneAnalysisTaskId": {},
@@ -1623,7 +1910,7 @@
1623
1910
  }
1624
1911
  }
1625
1912
  },
1626
- "S5i": {
1913
+ "S69": {
1627
1914
  "type": "structure",
1628
1915
  "required": [
1629
1916
  "StreamArn",
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "ListMediaPipelineKinesisVideoStreamPools": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
13
18
  "ListMediaPipelines": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",