aws-sdk 2.1145.0 → 2.1148.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 (43) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/application-insights-2018-11-25.min.json +25 -24
  4. package/apis/backup-gateway-2021-01-01.min.json +58 -8
  5. package/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
  6. package/apis/cognito-idp-2016-04-18.min.json +10 -0
  7. package/apis/connect-2017-08-08.min.json +484 -86
  8. package/apis/connect-2017-08-08.paginators.json +6 -0
  9. package/apis/drs-2020-02-26.min.json +332 -205
  10. package/apis/drs-2020-02-26.paginators.json +12 -0
  11. package/apis/forecast-2018-06-26.min.json +81 -50
  12. package/apis/iotsitewise-2019-12-02.min.json +20 -15
  13. package/apis/kendra-2019-02-03.min.json +179 -61
  14. package/apis/lookoutmetrics-2017-07-25.min.json +19 -13
  15. package/apis/proton-2020-07-20.min.json +451 -139
  16. package/apis/proton-2020-07-20.paginators.json +16 -0
  17. package/apis/proton-2020-07-20.waiters2.json +33 -0
  18. package/apis/route53-2013-04-01.min.json +333 -78
  19. package/apis/route53-2013-04-01.paginators.json +18 -0
  20. package/apis/transcribe-2017-10-26.min.json +37 -11
  21. package/apis/voice-id-2021-09-27.min.json +67 -53
  22. package/clients/applicationinsights.d.ts +38 -3
  23. package/clients/backupgateway.d.ts +77 -2
  24. package/clients/chimesdkmeetings.d.ts +81 -0
  25. package/clients/codeartifact.d.ts +93 -93
  26. package/clients/cognitoidentityserviceprovider.d.ts +37 -21
  27. package/clients/connect.d.ts +526 -10
  28. package/clients/drs.d.ts +173 -6
  29. package/clients/forecastservice.d.ts +63 -8
  30. package/clients/iotsitewise.d.ts +23 -3
  31. package/clients/kendra.d.ts +157 -4
  32. package/clients/lookoutmetrics.d.ts +4 -0
  33. package/clients/proton.d.ts +492 -72
  34. package/clients/route53.d.ts +267 -7
  35. package/clients/transcribeservice.d.ts +479 -447
  36. package/clients/voiceid.d.ts +46 -23
  37. package/dist/aws-sdk-core-react-native.js +721 -233
  38. package/dist/aws-sdk-react-native.js +2486 -1781
  39. package/dist/aws-sdk.js +1524 -337
  40. package/dist/aws-sdk.min.js +78 -78
  41. package/lib/core.js +1 -1
  42. package/lib/event_listeners.js +18 -0
  43. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,29 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1145.0-->
2
+ <!--LATEST=2.1148.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1148.0
6
+ * feature: ApplicationInsights: Provide Account Level onboarding support through CFN/CLI
7
+ * feature: Connect: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
8
+ * feature: Kendra: Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html
9
+ * feature: Proton: Add new "Components" API to enable users to Create, Delete and Update AWS Proton components.
10
+ * feature: VoiceID: Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary.
11
+
12
+ ## 2.1147.0
13
+ * feature: BackupGateway: Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API
14
+ * feature: ChimeSDKMeetings: Adds support for centrally controlling each participant's ability to send and receive audio, video and screen share within a WebRTC session. Attendee capabilities can be specified when the attendee is created and updated during the session with the new BatchUpdateAttendeeCapabilitiesExcept API.
15
+ * feature: ForecastService: Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API.
16
+ * feature: Route53: Add new APIs to support Route 53 IP Based Routing
17
+ * feature: util: set the X-Amzn-Trace-Id header if lambda function name and trace id environmental variables are set
18
+
19
+ ## 2.1146.0
20
+ * feature: CognitoIdentityServiceProvider: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).
21
+ * feature: Drs: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.
22
+ * feature: IoTSiteWise: This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription.
23
+ * feature: LookoutMetrics: Adding backtest mode to detectors using the Cloudwatch data source.
24
+ * feature: SageMaker: Amazon SageMaker Notebook Instances now support Jupyter Lab 3.
25
+ * feature: TranscribeService: Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode.
26
+
5
27
  ## 2.1145.0
6
28
  * feature: Appflow: Adding the following features/changes: Parquet output that preserves typing from the source connector, Failed executions threshold before deactivation for scheduled flows, increasing max size of access and refresh token from 2048 to 4096
7
29
  * feature: DataSync: AWS DataSync now supports TLS encryption in transit, file system policies and access points for EFS locations.
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.1145.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1148.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
@@ -34,14 +34,15 @@
34
34
  },
35
35
  "AutoCreate": {
36
36
  "type": "boolean"
37
- }
37
+ },
38
+ "GroupingType": {}
38
39
  }
39
40
  },
40
41
  "output": {
41
42
  "type": "structure",
42
43
  "members": {
43
44
  "ApplicationInfo": {
44
- "shape": "Sd"
45
+ "shape": "Se"
45
46
  }
46
47
  }
47
48
  }
@@ -58,7 +59,7 @@
58
59
  "ResourceGroupName": {},
59
60
  "ComponentName": {},
60
61
  "ResourceList": {
61
- "shape": "Sj"
62
+ "shape": "Sk"
62
63
  }
63
64
  }
64
65
  },
@@ -91,7 +92,7 @@
91
92
  "type": "structure",
92
93
  "members": {
93
94
  "LogPattern": {
94
- "shape": "Ss"
95
+ "shape": "St"
95
96
  },
96
97
  "ResourceGroupName": {}
97
98
  }
@@ -162,7 +163,7 @@
162
163
  "type": "structure",
163
164
  "members": {
164
165
  "ApplicationInfo": {
165
- "shape": "Sd"
166
+ "shape": "Se"
166
167
  }
167
168
  }
168
169
  }
@@ -183,10 +184,10 @@
183
184
  "type": "structure",
184
185
  "members": {
185
186
  "ApplicationComponent": {
186
- "shape": "S14"
187
+ "shape": "S15"
187
188
  },
188
189
  "ResourceList": {
189
- "shape": "Sj"
190
+ "shape": "Sk"
190
191
  }
191
192
  }
192
193
  }
@@ -254,7 +255,7 @@
254
255
  "members": {
255
256
  "ResourceGroupName": {},
256
257
  "LogPattern": {
257
- "shape": "Ss"
258
+ "shape": "St"
258
259
  }
259
260
  }
260
261
  }
@@ -273,7 +274,7 @@
273
274
  "type": "structure",
274
275
  "members": {
275
276
  "Observation": {
276
- "shape": "S1n"
277
+ "shape": "S1o"
277
278
  }
278
279
  }
279
280
  }
@@ -292,7 +293,7 @@
292
293
  "type": "structure",
293
294
  "members": {
294
295
  "Problem": {
295
- "shape": "S2z"
296
+ "shape": "S30"
296
297
  }
297
298
  }
298
299
  }
@@ -316,7 +317,7 @@
316
317
  "ObservationList": {
317
318
  "type": "list",
318
319
  "member": {
319
- "shape": "S1n"
320
+ "shape": "S1o"
320
321
  }
321
322
  }
322
323
  }
@@ -340,7 +341,7 @@
340
341
  "ApplicationInfoList": {
341
342
  "type": "list",
342
343
  "member": {
343
- "shape": "Sd"
344
+ "shape": "Se"
344
345
  }
345
346
  },
346
347
  "NextToken": {}
@@ -367,7 +368,7 @@
367
368
  "ApplicationComponentList": {
368
369
  "type": "list",
369
370
  "member": {
370
- "shape": "S14"
371
+ "shape": "S15"
371
372
  }
372
373
  },
373
374
  "NextToken": {}
@@ -463,7 +464,7 @@
463
464
  "LogPatterns": {
464
465
  "type": "list",
465
466
  "member": {
466
- "shape": "Ss"
467
+ "shape": "St"
467
468
  }
468
469
  },
469
470
  "NextToken": {}
@@ -494,7 +495,7 @@
494
495
  "ProblemList": {
495
496
  "type": "list",
496
497
  "member": {
497
- "shape": "S2z"
498
+ "shape": "S30"
498
499
  }
499
500
  },
500
501
  "NextToken": {},
@@ -587,7 +588,7 @@
587
588
  "type": "structure",
588
589
  "members": {
589
590
  "ApplicationInfo": {
590
- "shape": "Sd"
591
+ "shape": "Se"
591
592
  }
592
593
  }
593
594
  }
@@ -604,7 +605,7 @@
604
605
  "ComponentName": {},
605
606
  "NewComponentName": {},
606
607
  "ResourceList": {
607
- "shape": "Sj"
608
+ "shape": "Sk"
608
609
  }
609
610
  }
610
611
  },
@@ -661,7 +662,7 @@
661
662
  "members": {
662
663
  "ResourceGroupName": {},
663
664
  "LogPattern": {
664
- "shape": "Ss"
665
+ "shape": "St"
665
666
  }
666
667
  }
667
668
  }
@@ -682,7 +683,7 @@
682
683
  }
683
684
  }
684
685
  },
685
- "Sd": {
686
+ "Se": {
686
687
  "type": "structure",
687
688
  "members": {
688
689
  "ResourceGroupName": {},
@@ -701,11 +702,11 @@
701
702
  "DiscoveryType": {}
702
703
  }
703
704
  },
704
- "Sj": {
705
+ "Sk": {
705
706
  "type": "list",
706
707
  "member": {}
707
708
  },
708
- "Ss": {
709
+ "St": {
709
710
  "type": "structure",
710
711
  "members": {
711
712
  "PatternSetName": {},
@@ -716,7 +717,7 @@
716
717
  }
717
718
  }
718
719
  },
719
- "S14": {
720
+ "S15": {
720
721
  "type": "structure",
721
722
  "members": {
722
723
  "ComponentName": {},
@@ -738,7 +739,7 @@
738
739
  }
739
740
  }
740
741
  },
741
- "S1n": {
742
+ "S1o": {
742
743
  "type": "structure",
743
744
  "members": {
744
745
  "Id": {},
@@ -806,7 +807,7 @@
806
807
  "XRayNodeType": {}
807
808
  }
808
809
  },
809
- "S2z": {
810
+ "S30": {
810
811
  "type": "structure",
811
812
  "members": {
812
813
  "Id": {},
@@ -109,6 +109,38 @@
109
109
  }
110
110
  }
111
111
  },
112
+ "GetGateway": {
113
+ "input": {
114
+ "type": "structure",
115
+ "required": [
116
+ "GatewayArn"
117
+ ],
118
+ "members": {
119
+ "GatewayArn": {}
120
+ }
121
+ },
122
+ "output": {
123
+ "type": "structure",
124
+ "members": {
125
+ "Gateway": {
126
+ "type": "structure",
127
+ "members": {
128
+ "GatewayArn": {},
129
+ "GatewayDisplayName": {},
130
+ "GatewayType": {},
131
+ "HypervisorId": {},
132
+ "LastSeenTime": {
133
+ "type": "timestamp"
134
+ },
135
+ "NextUpdateAvailabilityTime": {
136
+ "type": "timestamp"
137
+ },
138
+ "VpcEndpoint": {}
139
+ }
140
+ }
141
+ }
142
+ }
143
+ },
112
144
  "ImportHypervisorConfiguration": {
113
145
  "input": {
114
146
  "type": "structure",
@@ -121,13 +153,13 @@
121
153
  "KmsKeyArn": {},
122
154
  "Name": {},
123
155
  "Password": {
124
- "shape": "Sn"
156
+ "shape": "St"
125
157
  },
126
158
  "Tags": {
127
159
  "shape": "S9"
128
160
  },
129
161
  "Username": {
130
- "shape": "So"
162
+ "shape": "Su"
131
163
  }
132
164
  }
133
165
  },
@@ -316,10 +348,10 @@
316
348
  "GatewayArn": {},
317
349
  "Host": {},
318
350
  "Password": {
319
- "shape": "Sn"
351
+ "shape": "St"
320
352
  },
321
353
  "Username": {
322
- "shape": "So"
354
+ "shape": "Su"
323
355
  }
324
356
  }
325
357
  },
@@ -368,6 +400,23 @@
368
400
  }
369
401
  }
370
402
  },
403
+ "UpdateGatewaySoftwareNow": {
404
+ "input": {
405
+ "type": "structure",
406
+ "required": [
407
+ "GatewayArn"
408
+ ],
409
+ "members": {
410
+ "GatewayArn": {}
411
+ }
412
+ },
413
+ "output": {
414
+ "type": "structure",
415
+ "members": {
416
+ "GatewayArn": {}
417
+ }
418
+ }
419
+ },
371
420
  "UpdateHypervisor": {
372
421
  "input": {
373
422
  "type": "structure",
@@ -377,11 +426,12 @@
377
426
  "members": {
378
427
  "Host": {},
379
428
  "HypervisorArn": {},
429
+ "Name": {},
380
430
  "Password": {
381
- "shape": "Sn"
431
+ "shape": "St"
382
432
  },
383
433
  "Username": {
384
- "shape": "So"
434
+ "shape": "Su"
385
435
  }
386
436
  }
387
437
  },
@@ -408,11 +458,11 @@
408
458
  }
409
459
  }
410
460
  },
411
- "Sn": {
461
+ "St": {
412
462
  "type": "string",
413
463
  "sensitive": true
414
464
  },
415
- "So": {
465
+ "Su": {
416
466
  "type": "string",
417
467
  "sensitive": true
418
468
  }
@@ -38,10 +38,46 @@
38
38
  "type": "structure",
39
39
  "members": {
40
40
  "Attendees": {
41
- "shape": "S7"
41
+ "shape": "S9"
42
42
  },
43
43
  "Errors": {
44
- "shape": "Sa"
44
+ "shape": "Sc"
45
+ }
46
+ }
47
+ }
48
+ },
49
+ "BatchUpdateAttendeeCapabilitiesExcept": {
50
+ "http": {
51
+ "method": "PUT",
52
+ "requestUri": "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except",
53
+ "responseCode": 200
54
+ },
55
+ "input": {
56
+ "type": "structure",
57
+ "required": [
58
+ "MeetingId",
59
+ "ExcludedAttendeeIds",
60
+ "Capabilities"
61
+ ],
62
+ "members": {
63
+ "MeetingId": {
64
+ "location": "uri",
65
+ "locationName": "MeetingId"
66
+ },
67
+ "ExcludedAttendeeIds": {
68
+ "type": "list",
69
+ "member": {
70
+ "type": "structure",
71
+ "required": [
72
+ "AttendeeId"
73
+ ],
74
+ "members": {
75
+ "AttendeeId": {}
76
+ }
77
+ }
78
+ },
79
+ "Capabilities": {
80
+ "shape": "S6"
45
81
  }
46
82
  }
47
83
  }
@@ -63,6 +99,9 @@
63
99
  },
64
100
  "ExternalUserId": {
65
101
  "shape": "S5"
102
+ },
103
+ "Capabilities": {
104
+ "shape": "S6"
66
105
  }
67
106
  }
68
107
  },
@@ -70,7 +109,7 @@
70
109
  "type": "structure",
71
110
  "members": {
72
111
  "Attendee": {
73
- "shape": "S8"
112
+ "shape": "Sa"
74
113
  }
75
114
  }
76
115
  }
@@ -88,7 +127,7 @@
88
127
  ],
89
128
  "members": {
90
129
  "ClientRequestToken": {
91
- "shape": "Sg",
130
+ "shape": "Sl",
92
131
  "idempotencyToken": true
93
132
  },
94
133
  "MediaRegion": {},
@@ -96,13 +135,13 @@
96
135
  "shape": "S5"
97
136
  },
98
137
  "ExternalMeetingId": {
99
- "shape": "Si"
138
+ "shape": "Sn"
100
139
  },
101
140
  "NotificationsConfiguration": {
102
- "shape": "Sj"
141
+ "shape": "So"
103
142
  },
104
143
  "MeetingFeatures": {
105
- "shape": "Sl"
144
+ "shape": "Sq"
106
145
  },
107
146
  "PrimaryMeetingId": {}
108
147
  }
@@ -111,7 +150,7 @@
111
150
  "type": "structure",
112
151
  "members": {
113
152
  "Meeting": {
114
- "shape": "Sq"
153
+ "shape": "Sv"
115
154
  }
116
155
  }
117
156
  }
@@ -130,7 +169,7 @@
130
169
  ],
131
170
  "members": {
132
171
  "ClientRequestToken": {
133
- "shape": "Sg",
172
+ "shape": "Sl",
134
173
  "idempotencyToken": true
135
174
  },
136
175
  "MediaRegion": {},
@@ -138,13 +177,13 @@
138
177
  "shape": "S5"
139
178
  },
140
179
  "ExternalMeetingId": {
141
- "shape": "Si"
180
+ "shape": "Sn"
142
181
  },
143
182
  "MeetingFeatures": {
144
- "shape": "Sl"
183
+ "shape": "Sq"
145
184
  },
146
185
  "NotificationsConfiguration": {
147
- "shape": "Sj"
186
+ "shape": "So"
148
187
  },
149
188
  "Attendees": {
150
189
  "type": "list",
@@ -159,13 +198,13 @@
159
198
  "type": "structure",
160
199
  "members": {
161
200
  "Meeting": {
162
- "shape": "Sq"
201
+ "shape": "Sv"
163
202
  },
164
203
  "Attendees": {
165
- "shape": "S7"
204
+ "shape": "S9"
166
205
  },
167
206
  "Errors": {
168
- "shape": "Sa"
207
+ "shape": "Sc"
169
208
  }
170
209
  }
171
210
  }
@@ -239,7 +278,7 @@
239
278
  "type": "structure",
240
279
  "members": {
241
280
  "Attendee": {
242
- "shape": "S8"
281
+ "shape": "Sa"
243
282
  }
244
283
  }
245
284
  }
@@ -265,7 +304,7 @@
265
304
  "type": "structure",
266
305
  "members": {
267
306
  "Meeting": {
268
- "shape": "Sq"
307
+ "shape": "Sv"
269
308
  }
270
309
  }
271
310
  }
@@ -301,7 +340,7 @@
301
340
  "type": "structure",
302
341
  "members": {
303
342
  "Attendees": {
304
- "shape": "S7"
343
+ "shape": "S9"
305
344
  },
306
345
  "NextToken": {}
307
346
  }
@@ -387,6 +426,41 @@
387
426
  }
388
427
  }
389
428
  }
429
+ },
430
+ "UpdateAttendeeCapabilities": {
431
+ "http": {
432
+ "method": "PUT",
433
+ "requestUri": "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities"
434
+ },
435
+ "input": {
436
+ "type": "structure",
437
+ "required": [
438
+ "MeetingId",
439
+ "AttendeeId",
440
+ "Capabilities"
441
+ ],
442
+ "members": {
443
+ "MeetingId": {
444
+ "location": "uri",
445
+ "locationName": "MeetingId"
446
+ },
447
+ "AttendeeId": {
448
+ "location": "uri",
449
+ "locationName": "AttendeeId"
450
+ },
451
+ "Capabilities": {
452
+ "shape": "S6"
453
+ }
454
+ }
455
+ },
456
+ "output": {
457
+ "type": "structure",
458
+ "members": {
459
+ "Attendee": {
460
+ "shape": "Sa"
461
+ }
462
+ }
463
+ }
390
464
  }
391
465
  },
392
466
  "shapes": {
@@ -398,6 +472,9 @@
398
472
  "members": {
399
473
  "ExternalUserId": {
400
474
  "shape": "S5"
475
+ },
476
+ "Capabilities": {
477
+ "shape": "S6"
401
478
  }
402
479
  }
403
480
  },
@@ -405,13 +482,26 @@
405
482
  "type": "string",
406
483
  "sensitive": true
407
484
  },
408
- "S7": {
485
+ "S6": {
486
+ "type": "structure",
487
+ "required": [
488
+ "Audio",
489
+ "Video",
490
+ "Content"
491
+ ],
492
+ "members": {
493
+ "Audio": {},
494
+ "Video": {},
495
+ "Content": {}
496
+ }
497
+ },
498
+ "S9": {
409
499
  "type": "list",
410
500
  "member": {
411
- "shape": "S8"
501
+ "shape": "Sa"
412
502
  }
413
503
  },
414
- "S8": {
504
+ "Sa": {
415
505
  "type": "structure",
416
506
  "members": {
417
507
  "ExternalUserId": {
@@ -421,10 +511,13 @@
421
511
  "JoinToken": {
422
512
  "type": "string",
423
513
  "sensitive": true
514
+ },
515
+ "Capabilities": {
516
+ "shape": "S6"
424
517
  }
425
518
  }
426
519
  },
427
- "Sa": {
520
+ "Sc": {
428
521
  "type": "list",
429
522
  "member": {
430
523
  "type": "structure",
@@ -437,33 +530,33 @@
437
530
  }
438
531
  }
439
532
  },
440
- "Sg": {
533
+ "Sl": {
441
534
  "type": "string",
442
535
  "sensitive": true
443
536
  },
444
- "Si": {
537
+ "Sn": {
445
538
  "type": "string",
446
539
  "sensitive": true
447
540
  },
448
- "Sj": {
541
+ "So": {
449
542
  "type": "structure",
450
543
  "members": {
451
544
  "LambdaFunctionArn": {
452
- "shape": "Sk"
545
+ "shape": "Sp"
453
546
  },
454
547
  "SnsTopicArn": {
455
- "shape": "Sk"
548
+ "shape": "Sp"
456
549
  },
457
550
  "SqsQueueArn": {
458
- "shape": "Sk"
551
+ "shape": "Sp"
459
552
  }
460
553
  }
461
554
  },
462
- "Sk": {
555
+ "Sp": {
463
556
  "type": "string",
464
557
  "sensitive": true
465
558
  },
466
- "Sl": {
559
+ "Sq": {
467
560
  "type": "structure",
468
561
  "members": {
469
562
  "Audio": {
@@ -474,7 +567,7 @@
474
567
  }
475
568
  }
476
569
  },
477
- "Sq": {
570
+ "Sv": {
478
571
  "type": "structure",
479
572
  "members": {
480
573
  "MeetingId": {},
@@ -482,7 +575,7 @@
482
575
  "shape": "S5"
483
576
  },
484
577
  "ExternalMeetingId": {
485
- "shape": "Si"
578
+ "shape": "Sn"
486
579
  },
487
580
  "MediaRegion": {},
488
581
  "MediaPlacement": {
@@ -499,7 +592,7 @@
499
592
  }
500
593
  },
501
594
  "MeetingFeatures": {
502
- "shape": "Sl"
595
+ "shape": "Sq"
503
596
  },
504
597
  "PrimaryMeetingId": {}
505
598
  }