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/CHANGELOG.md CHANGED
@@ -1,7 +1,25 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1124.0-->
2
+ <!--LATEST=2.1127.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1127.0
6
+ * feature: EC2: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
7
+ * feature: KinesisVideo: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
8
+ * feature: KinesisVideoArchivedMedia: Add support for GetImages API for retrieving images from a video stream
9
+ * feature: SageMaker: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.
10
+
11
+ ## 2.1126.0
12
+ * feature: Organizations: This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message.
13
+ * feature: Outposts: This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost.
14
+ * feature: Synthetics: CloudWatch Synthetics has introduced a new feature to provide customers with an option to delete the underlying resources that Synthetics canary creates when the user chooses to delete the canary.
15
+
16
+ ## 2.1125.0
17
+ * feature: CodeGuruReviewer: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.
18
+ * feature: MediaConvert: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
19
+ * feature: RDS: Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.
20
+ * feature: SSM: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter
21
+ * feature: WAFV2: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.
22
+
5
23
  ## 2.1124.0
6
24
  * feature: Braket: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.
7
25
  * feature: Connect: This release introduces an API for changing the current agent status of a user in Connect.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1124.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1127.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -188,7 +188,7 @@
188
188
  "CodeReviewArn": {},
189
189
  "RecommendationId": {},
190
190
  "Reactions": {
191
- "shape": "S1t"
191
+ "shape": "S1u"
192
192
  },
193
193
  "UserId": {},
194
194
  "CreatedTimeStamp": {
@@ -272,7 +272,7 @@
272
272
  ],
273
273
  "members": {
274
274
  "ProviderTypes": {
275
- "shape": "S20",
275
+ "shape": "S21",
276
276
  "location": "querystring",
277
277
  "locationName": "ProviderTypes"
278
278
  },
@@ -331,6 +331,9 @@
331
331
  "MeteredLinesOfCodeCount": {
332
332
  "type": "long"
333
333
  },
334
+ "SuppressedLinesOfCodeCount": {
335
+ "type": "long"
336
+ },
334
337
  "FindingsCount": {
335
338
  "type": "long"
336
339
  }
@@ -394,7 +397,7 @@
394
397
  "members": {
395
398
  "RecommendationId": {},
396
399
  "Reactions": {
397
- "shape": "S1t"
400
+ "shape": "S1u"
398
401
  },
399
402
  "UserId": {}
400
403
  }
@@ -478,7 +481,7 @@
478
481
  "type": "structure",
479
482
  "members": {
480
483
  "ProviderTypes": {
481
- "shape": "S20",
484
+ "shape": "S21",
482
485
  "location": "querystring",
483
486
  "locationName": "ProviderType"
484
487
  },
@@ -578,7 +581,7 @@
578
581
  "CodeReviewArn": {},
579
582
  "RecommendationId": {},
580
583
  "Reactions": {
581
- "shape": "S1t"
584
+ "shape": "S1u"
582
585
  }
583
586
  }
584
587
  },
@@ -804,6 +807,9 @@
804
807
  "MeteredLinesOfCodeCount": {
805
808
  "type": "long"
806
809
  },
810
+ "SuppressedLinesOfCodeCount": {
811
+ "type": "long"
812
+ },
807
813
  "FindingsCount": {
808
814
  "type": "long"
809
815
  }
@@ -811,14 +817,15 @@
811
817
  },
812
818
  "AnalysisTypes": {
813
819
  "shape": "S1c"
814
- }
820
+ },
821
+ "ConfigFileState": {}
815
822
  }
816
823
  },
817
- "S1t": {
824
+ "S1u": {
818
825
  "type": "list",
819
826
  "member": {}
820
827
  },
821
- "S20": {
828
+ "S21": {
822
829
  "type": "list",
823
830
  "member": {}
824
831
  }
@@ -263,7 +263,8 @@
263
263
  "shape": "S1t",
264
264
  "locationName": "TagSpecification"
265
265
  },
266
- "HostRecovery": {}
266
+ "HostRecovery": {},
267
+ "OutpostArn": {}
267
268
  }
268
269
  },
269
270
  "output": {
@@ -8642,6 +8643,9 @@
8642
8643
  "MemberOfServiceLinkedResourceGroup": {
8643
8644
  "locationName": "memberOfServiceLinkedResourceGroup",
8644
8645
  "type": "boolean"
8646
+ },
8647
+ "OutpostArn": {
8648
+ "locationName": "outpostArn"
8645
8649
  }
8646
8650
  }
8647
8651
  }
@@ -153,6 +153,70 @@
153
153
  }
154
154
  }
155
155
  },
156
+ "GetImages": {
157
+ "http": {
158
+ "requestUri": "/getImages"
159
+ },
160
+ "input": {
161
+ "type": "structure",
162
+ "required": [
163
+ "ImageSelectorType",
164
+ "StartTimestamp",
165
+ "EndTimestamp",
166
+ "SamplingInterval",
167
+ "Format"
168
+ ],
169
+ "members": {
170
+ "StreamName": {},
171
+ "StreamARN": {},
172
+ "ImageSelectorType": {},
173
+ "StartTimestamp": {
174
+ "type": "timestamp"
175
+ },
176
+ "EndTimestamp": {
177
+ "type": "timestamp"
178
+ },
179
+ "SamplingInterval": {
180
+ "type": "integer"
181
+ },
182
+ "Format": {},
183
+ "FormatConfig": {
184
+ "type": "map",
185
+ "key": {},
186
+ "value": {}
187
+ },
188
+ "WidthPixels": {
189
+ "type": "integer"
190
+ },
191
+ "HeightPixels": {
192
+ "type": "integer"
193
+ },
194
+ "MaxResults": {
195
+ "type": "long"
196
+ },
197
+ "NextToken": {}
198
+ }
199
+ },
200
+ "output": {
201
+ "type": "structure",
202
+ "members": {
203
+ "Images": {
204
+ "type": "list",
205
+ "member": {
206
+ "type": "structure",
207
+ "members": {
208
+ "TimeStamp": {
209
+ "type": "timestamp"
210
+ },
211
+ "Error": {},
212
+ "ImageContent": {}
213
+ }
214
+ }
215
+ },
216
+ "NextToken": {}
217
+ }
218
+ }
219
+ },
156
220
  "GetMediaForFragmentList": {
157
221
  "http": {
158
222
  "requestUri": "/getMediaForFragmentList"
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetImages": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Images"
8
+ },
3
9
  "ListFragments": {
4
10
  "input_token": "NextToken",
5
11
  "limit_key": "MaxResults",
@@ -108,6 +108,46 @@
108
108
  "members": {}
109
109
  }
110
110
  },
111
+ "DescribeImageGenerationConfiguration": {
112
+ "http": {
113
+ "requestUri": "/describeImageGenerationConfiguration"
114
+ },
115
+ "input": {
116
+ "type": "structure",
117
+ "members": {
118
+ "StreamName": {},
119
+ "StreamARN": {}
120
+ }
121
+ },
122
+ "output": {
123
+ "type": "structure",
124
+ "members": {
125
+ "ImageGenerationConfiguration": {
126
+ "shape": "Sr"
127
+ }
128
+ }
129
+ }
130
+ },
131
+ "DescribeNotificationConfiguration": {
132
+ "http": {
133
+ "requestUri": "/describeNotificationConfiguration"
134
+ },
135
+ "input": {
136
+ "type": "structure",
137
+ "members": {
138
+ "StreamName": {},
139
+ "StreamARN": {}
140
+ }
141
+ },
142
+ "output": {
143
+ "type": "structure",
144
+ "members": {
145
+ "NotificationConfiguration": {
146
+ "shape": "S16"
147
+ }
148
+ }
149
+ }
150
+ },
111
151
  "DescribeSignalingChannel": {
112
152
  "http": {
113
153
  "requestUri": "/describeSignalingChannel"
@@ -123,7 +163,7 @@
123
163
  "type": "structure",
124
164
  "members": {
125
165
  "ChannelInfo": {
126
- "shape": "Sr"
166
+ "shape": "S1a"
127
167
  }
128
168
  }
129
169
  }
@@ -143,7 +183,7 @@
143
183
  "type": "structure",
144
184
  "members": {
145
185
  "StreamInfo": {
146
- "shape": "Sw"
186
+ "shape": "S1f"
147
187
  }
148
188
  }
149
189
  }
@@ -235,7 +275,7 @@
235
275
  "ChannelInfoList": {
236
276
  "type": "list",
237
277
  "member": {
238
- "shape": "Sr"
278
+ "shape": "S1a"
239
279
  }
240
280
  },
241
281
  "NextToken": {}
@@ -268,7 +308,7 @@
268
308
  "StreamInfoList": {
269
309
  "type": "list",
270
310
  "member": {
271
- "shape": "Sw"
311
+ "shape": "S1f"
272
312
  }
273
313
  },
274
314
  "NextToken": {}
@@ -381,7 +421,7 @@
381
421
  "members": {
382
422
  "ResourceARN": {},
383
423
  "TagKeyList": {
384
- "shape": "S1v"
424
+ "shape": "S2e"
385
425
  }
386
426
  }
387
427
  },
@@ -403,7 +443,7 @@
403
443
  "StreamARN": {},
404
444
  "StreamName": {},
405
445
  "TagKeyList": {
406
- "shape": "S1v"
446
+ "shape": "S2e"
407
447
  }
408
448
  }
409
449
  },
@@ -438,6 +478,44 @@
438
478
  "members": {}
439
479
  }
440
480
  },
481
+ "UpdateImageGenerationConfiguration": {
482
+ "http": {
483
+ "requestUri": "/updateImageGenerationConfiguration"
484
+ },
485
+ "input": {
486
+ "type": "structure",
487
+ "members": {
488
+ "StreamName": {},
489
+ "StreamARN": {},
490
+ "ImageGenerationConfiguration": {
491
+ "shape": "Sr"
492
+ }
493
+ }
494
+ },
495
+ "output": {
496
+ "type": "structure",
497
+ "members": {}
498
+ }
499
+ },
500
+ "UpdateNotificationConfiguration": {
501
+ "http": {
502
+ "requestUri": "/updateNotificationConfiguration"
503
+ },
504
+ "input": {
505
+ "type": "structure",
506
+ "members": {
507
+ "StreamName": {},
508
+ "StreamARN": {},
509
+ "NotificationConfiguration": {
510
+ "shape": "S16"
511
+ }
512
+ }
513
+ },
514
+ "output": {
515
+ "type": "structure",
516
+ "members": {}
517
+ }
518
+ },
441
519
  "UpdateSignalingChannel": {
442
520
  "http": {
443
521
  "requestUri": "/updateSignalingChannel"
@@ -510,6 +588,65 @@
510
588
  "value": {}
511
589
  },
512
590
  "Sr": {
591
+ "type": "structure",
592
+ "required": [
593
+ "Status",
594
+ "ImageSelectorType",
595
+ "DestinationConfig",
596
+ "SamplingInterval",
597
+ "Format"
598
+ ],
599
+ "members": {
600
+ "Status": {},
601
+ "ImageSelectorType": {},
602
+ "DestinationConfig": {
603
+ "type": "structure",
604
+ "required": [
605
+ "Uri",
606
+ "DestinationRegion"
607
+ ],
608
+ "members": {
609
+ "Uri": {},
610
+ "DestinationRegion": {}
611
+ }
612
+ },
613
+ "SamplingInterval": {
614
+ "type": "integer"
615
+ },
616
+ "Format": {},
617
+ "FormatConfig": {
618
+ "type": "map",
619
+ "key": {},
620
+ "value": {}
621
+ },
622
+ "WidthPixels": {
623
+ "type": "integer"
624
+ },
625
+ "HeightPixels": {
626
+ "type": "integer"
627
+ }
628
+ }
629
+ },
630
+ "S16": {
631
+ "type": "structure",
632
+ "required": [
633
+ "Status",
634
+ "DestinationConfig"
635
+ ],
636
+ "members": {
637
+ "Status": {},
638
+ "DestinationConfig": {
639
+ "type": "structure",
640
+ "required": [
641
+ "Uri"
642
+ ],
643
+ "members": {
644
+ "Uri": {}
645
+ }
646
+ }
647
+ }
648
+ },
649
+ "S1a": {
513
650
  "type": "structure",
514
651
  "members": {
515
652
  "ChannelName": {},
@@ -525,7 +662,7 @@
525
662
  "Version": {}
526
663
  }
527
664
  },
528
- "Sw": {
665
+ "S1f": {
529
666
  "type": "structure",
530
667
  "members": {
531
668
  "DeviceName": {},
@@ -543,7 +680,7 @@
543
680
  }
544
681
  }
545
682
  },
546
- "S1v": {
683
+ "S2e": {
547
684
  "type": "list",
548
685
  "member": {}
549
686
  }