aws-sdk 2.1122.0 → 2.1123.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,15 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1122.0-->
2
+ <!--LATEST=2.1123.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1123.0
6
+ * feature: ChimeSDKMediaPipelines: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.
7
+ * feature: CloudTrail: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
8
+ * feature: IoTWireless: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.
9
+ * feature: LookoutEquipment: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data
10
+ * feature: Rekognition: This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor.
11
+ * feature: SageMaker: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.
12
+
5
13
  ## 2.1122.0
6
14
  * feature: CloudFront: CloudFront now supports the Server-Timing header in HTTP responses sent from CloudFront. You can use this header to view metrics that help you gain insights about the behavior and performance of CloudFront. To use this header, enable it in a response headers policy.
7
15
  * feature: EventBridge: Throw runtime error when unsupported parameter EndpointId is supplied with PutEvents API
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.1122.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1123.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
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,330 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-07-15",
5
+ "endpointPrefix": "media-pipelines-chime",
6
+ "protocol": "rest-json",
7
+ "serviceFullName": "Amazon Chime SDK Media Pipelines",
8
+ "serviceId": "Chime SDK Media Pipelines",
9
+ "signatureVersion": "v4",
10
+ "signingName": "chime",
11
+ "uid": "chime-sdk-media-pipelines-2021-07-15"
12
+ },
13
+ "operations": {
14
+ "CreateMediaCapturePipeline": {
15
+ "http": {
16
+ "requestUri": "/sdk-media-capture-pipelines",
17
+ "responseCode": 201
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "required": [
22
+ "SourceType",
23
+ "SourceArn",
24
+ "SinkType",
25
+ "SinkArn"
26
+ ],
27
+ "members": {
28
+ "SourceType": {},
29
+ "SourceArn": {
30
+ "shape": "S3"
31
+ },
32
+ "SinkType": {},
33
+ "SinkArn": {
34
+ "shape": "S3"
35
+ },
36
+ "ClientRequestToken": {
37
+ "idempotencyToken": true,
38
+ "type": "string",
39
+ "sensitive": true
40
+ },
41
+ "ChimeSdkMeetingConfiguration": {
42
+ "shape": "S6"
43
+ },
44
+ "Tags": {
45
+ "shape": "Sl"
46
+ }
47
+ }
48
+ },
49
+ "output": {
50
+ "type": "structure",
51
+ "members": {
52
+ "MediaCapturePipeline": {
53
+ "shape": "Sq"
54
+ }
55
+ }
56
+ }
57
+ },
58
+ "DeleteMediaCapturePipeline": {
59
+ "http": {
60
+ "method": "DELETE",
61
+ "requestUri": "/sdk-media-capture-pipelines/{mediaPipelineId}",
62
+ "responseCode": 204
63
+ },
64
+ "input": {
65
+ "type": "structure",
66
+ "required": [
67
+ "MediaPipelineId"
68
+ ],
69
+ "members": {
70
+ "MediaPipelineId": {
71
+ "location": "uri",
72
+ "locationName": "mediaPipelineId"
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "GetMediaCapturePipeline": {
78
+ "http": {
79
+ "method": "GET",
80
+ "requestUri": "/sdk-media-capture-pipelines/{mediaPipelineId}",
81
+ "responseCode": 200
82
+ },
83
+ "input": {
84
+ "type": "structure",
85
+ "required": [
86
+ "MediaPipelineId"
87
+ ],
88
+ "members": {
89
+ "MediaPipelineId": {
90
+ "location": "uri",
91
+ "locationName": "mediaPipelineId"
92
+ }
93
+ }
94
+ },
95
+ "output": {
96
+ "type": "structure",
97
+ "members": {
98
+ "MediaCapturePipeline": {
99
+ "shape": "Sq"
100
+ }
101
+ }
102
+ }
103
+ },
104
+ "ListMediaCapturePipelines": {
105
+ "http": {
106
+ "method": "GET",
107
+ "requestUri": "/sdk-media-capture-pipelines",
108
+ "responseCode": 200
109
+ },
110
+ "input": {
111
+ "type": "structure",
112
+ "members": {
113
+ "NextToken": {
114
+ "location": "querystring",
115
+ "locationName": "next-token"
116
+ },
117
+ "MaxResults": {
118
+ "location": "querystring",
119
+ "locationName": "max-results",
120
+ "type": "integer"
121
+ }
122
+ }
123
+ },
124
+ "output": {
125
+ "type": "structure",
126
+ "members": {
127
+ "MediaCapturePipelines": {
128
+ "type": "list",
129
+ "member": {
130
+ "type": "structure",
131
+ "members": {
132
+ "MediaPipelineId": {},
133
+ "MediaPipelineArn": {}
134
+ }
135
+ }
136
+ },
137
+ "NextToken": {}
138
+ }
139
+ }
140
+ },
141
+ "ListTagsForResource": {
142
+ "http": {
143
+ "method": "GET",
144
+ "requestUri": "/tags",
145
+ "responseCode": 200
146
+ },
147
+ "input": {
148
+ "type": "structure",
149
+ "required": [
150
+ "ResourceARN"
151
+ ],
152
+ "members": {
153
+ "ResourceARN": {
154
+ "location": "querystring",
155
+ "locationName": "arn"
156
+ }
157
+ }
158
+ },
159
+ "output": {
160
+ "type": "structure",
161
+ "members": {
162
+ "Tags": {
163
+ "shape": "Sl"
164
+ }
165
+ }
166
+ }
167
+ },
168
+ "TagResource": {
169
+ "http": {
170
+ "requestUri": "/tags?operation=tag-resource",
171
+ "responseCode": 204
172
+ },
173
+ "input": {
174
+ "type": "structure",
175
+ "required": [
176
+ "ResourceARN",
177
+ "Tags"
178
+ ],
179
+ "members": {
180
+ "ResourceARN": {},
181
+ "Tags": {
182
+ "shape": "Sl"
183
+ }
184
+ }
185
+ },
186
+ "output": {
187
+ "type": "structure",
188
+ "members": {}
189
+ }
190
+ },
191
+ "UntagResource": {
192
+ "http": {
193
+ "requestUri": "/tags?operation=untag-resource",
194
+ "responseCode": 204
195
+ },
196
+ "input": {
197
+ "type": "structure",
198
+ "required": [
199
+ "ResourceARN",
200
+ "TagKeys"
201
+ ],
202
+ "members": {
203
+ "ResourceARN": {},
204
+ "TagKeys": {
205
+ "type": "list",
206
+ "member": {}
207
+ }
208
+ }
209
+ },
210
+ "output": {
211
+ "type": "structure",
212
+ "members": {}
213
+ }
214
+ }
215
+ },
216
+ "shapes": {
217
+ "S3": {
218
+ "type": "string",
219
+ "sensitive": true
220
+ },
221
+ "S6": {
222
+ "type": "structure",
223
+ "members": {
224
+ "SourceConfiguration": {
225
+ "type": "structure",
226
+ "members": {
227
+ "SelectedVideoStreams": {
228
+ "type": "structure",
229
+ "members": {
230
+ "AttendeeIds": {
231
+ "type": "list",
232
+ "member": {}
233
+ },
234
+ "ExternalUserIds": {
235
+ "type": "list",
236
+ "member": {
237
+ "type": "string",
238
+ "sensitive": true
239
+ }
240
+ }
241
+ }
242
+ }
243
+ }
244
+ },
245
+ "ArtifactsConfiguration": {
246
+ "type": "structure",
247
+ "required": [
248
+ "Audio",
249
+ "Video",
250
+ "Content"
251
+ ],
252
+ "members": {
253
+ "Audio": {
254
+ "type": "structure",
255
+ "required": [
256
+ "MuxType"
257
+ ],
258
+ "members": {
259
+ "MuxType": {}
260
+ }
261
+ },
262
+ "Video": {
263
+ "type": "structure",
264
+ "required": [
265
+ "State"
266
+ ],
267
+ "members": {
268
+ "State": {},
269
+ "MuxType": {}
270
+ }
271
+ },
272
+ "Content": {
273
+ "type": "structure",
274
+ "required": [
275
+ "State"
276
+ ],
277
+ "members": {
278
+ "State": {},
279
+ "MuxType": {}
280
+ }
281
+ }
282
+ }
283
+ }
284
+ }
285
+ },
286
+ "Sl": {
287
+ "type": "list",
288
+ "member": {
289
+ "type": "structure",
290
+ "required": [
291
+ "Key",
292
+ "Value"
293
+ ],
294
+ "members": {
295
+ "Key": {},
296
+ "Value": {}
297
+ }
298
+ }
299
+ },
300
+ "Sq": {
301
+ "type": "structure",
302
+ "members": {
303
+ "MediaPipelineId": {},
304
+ "MediaPipelineArn": {},
305
+ "SourceType": {},
306
+ "SourceArn": {
307
+ "shape": "S3"
308
+ },
309
+ "Status": {},
310
+ "SinkType": {},
311
+ "SinkArn": {
312
+ "shape": "S3"
313
+ },
314
+ "CreatedTimestamp": {
315
+ "shape": "St"
316
+ },
317
+ "UpdatedTimestamp": {
318
+ "shape": "St"
319
+ },
320
+ "ChimeSdkMeetingConfiguration": {
321
+ "shape": "S6"
322
+ }
323
+ }
324
+ },
325
+ "St": {
326
+ "type": "timestamp",
327
+ "timestampFormat": "iso8601"
328
+ }
329
+ }
330
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "ListMediaCapturePipelines": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ }
8
+ }
9
+ }
@@ -506,25 +506,42 @@
506
506
  "EventDataStoreArn": {},
507
507
  "Name": {},
508
508
  "TerminationProtectionEnabled": {
509
+ "deprecated": true,
510
+ "deprecatedMessage": "TerminationProtectionEnabled is no longer returned by ListEventDataStores",
509
511
  "type": "boolean"
510
512
  },
511
- "Status": {},
513
+ "Status": {
514
+ "deprecated": true,
515
+ "deprecatedMessage": "Status is no longer returned by ListEventDataStores"
516
+ },
512
517
  "AdvancedEventSelectors": {
513
- "shape": "Sf"
518
+ "shape": "Sf",
519
+ "deprecated": true,
520
+ "deprecatedMessage": "AdvancedEventSelectors is no longer returned by ListEventDataStores"
514
521
  },
515
522
  "MultiRegionEnabled": {
523
+ "deprecated": true,
524
+ "deprecatedMessage": "MultiRegionEnabled is no longer returned by ListEventDataStores",
516
525
  "type": "boolean"
517
526
  },
518
527
  "OrganizationEnabled": {
528
+ "deprecated": true,
529
+ "deprecatedMessage": "OrganizationEnabled is no longer returned by ListEventDataStores",
519
530
  "type": "boolean"
520
531
  },
521
532
  "RetentionPeriod": {
533
+ "deprecated": true,
534
+ "deprecatedMessage": "RetentionPeriod is no longer returned by ListEventDataStores",
522
535
  "type": "integer"
523
536
  },
524
537
  "CreatedTimestamp": {
538
+ "deprecated": true,
539
+ "deprecatedMessage": "CreatedTimestamp is no longer returned by ListEventDataStores",
525
540
  "type": "timestamp"
526
541
  },
527
542
  "UpdatedTimestamp": {
543
+ "deprecated": true,
544
+ "deprecatedMessage": "UpdatedTimestamp is no longer returned by ListEventDataStores",
528
545
  "type": "timestamp"
529
546
  }
530
547
  }