aws-sdk 2.566.0 → 2.570.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 (44) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/ce-2017-10-25.min.json +110 -71
  4. package/apis/cloudformation-2010-05-15.min.json +68 -29
  5. package/apis/cloudformation-2010-05-15.waiters2.json +56 -1
  6. package/apis/codepipeline-2015-07-09.min.json +58 -40
  7. package/apis/cognito-identity-2014-06-30.min.json +50 -42
  8. package/apis/dynamodb-2012-08-10.min.json +66 -40
  9. package/apis/marketplace-catalog-2018-09-17.examples.json +5 -0
  10. package/apis/marketplace-catalog-2018-09-17.min.json +305 -0
  11. package/apis/marketplace-catalog-2018-09-17.paginators.json +14 -0
  12. package/apis/metadata.json +11 -0
  13. package/apis/sso-2019-06-10.examples.json +5 -0
  14. package/apis/sso-2019-06-10.min.json +190 -0
  15. package/apis/sso-2019-06-10.paginators.json +16 -0
  16. package/apis/sso-oidc-2019-06-10.examples.json +5 -0
  17. package/apis/sso-oidc-2019-06-10.min.json +131 -0
  18. package/apis/sso-oidc-2019-06-10.paginators.json +4 -0
  19. package/clients/all.d.ts +3 -0
  20. package/clients/all.js +4 -1
  21. package/clients/cloudformation.d.ts +65 -15
  22. package/clients/codepipeline.d.ts +26 -0
  23. package/clients/cognitoidentity.d.ts +14 -5
  24. package/clients/comprehend.d.ts +2 -2
  25. package/clients/costexplorer.d.ts +66 -18
  26. package/clients/dynamodb.d.ts +85 -53
  27. package/clients/ecr.d.ts +4 -4
  28. package/clients/elbv2.d.ts +14 -14
  29. package/clients/marketplacecatalog.d.ts +421 -0
  30. package/clients/marketplacecatalog.js +18 -0
  31. package/clients/sso.d.ts +197 -0
  32. package/clients/sso.js +18 -0
  33. package/clients/ssooidc.d.ts +210 -0
  34. package/clients/ssooidc.js +18 -0
  35. package/clients/transcribeservice.d.ts +8 -5
  36. package/dist/aws-sdk-core-react-native.js +2 -2
  37. package/dist/aws-sdk-react-native.js +239 -76
  38. package/dist/aws-sdk.js +423 -227
  39. package/dist/aws-sdk.min.js +69 -69
  40. package/dist/xml2js.js +117 -65
  41. package/lib/config_service_placeholders.d.ts +6 -0
  42. package/lib/core.js +1 -1
  43. package/lib/dynamodb/document_client.d.ts +81 -49
  44. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,26 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.566.0-->
2
+ <!--LATEST=2.570.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.570.0
6
+ * feature: CodePipeline: AWS CodePipeline now supports the use of variables in action configuration.
7
+ * feature: DynamoDB: Amazon DynamoDB enables you to restore your data to a new DynamoDB table using a point-in-time or on-demand backup. You now can modify the settings on the new restored table. Specifically, you can exclude some or all of the local and global secondary indexes from being created with the restored table. In addition, you can change the billing mode and provisioned capacity settings.
8
+ * feature: MarketplaceCatalog: This is the first release for the AWS Marketplace Catalog service which allows you to list, describe and manage change requests on your published entities on AWS Marketplace.
9
+ * feature: TranscribeService: With this release, Amazon Transcribe now supports transcriptions from audio sources in Welsh English (en-WL), Scottish English(en-AB), Irish English(en-IE), Farsi(fa-IR), Tamil(ta-IN), Indonesian(id-ID), Portuguese (pt-PT), Dutch(nl-NL).
10
+
11
+ ## 2.569.0
12
+ * feature: CloudFormation: The Resource Import feature enables customers to import existing AWS resources into new or existing CloudFormation Stacks.
13
+ * feature: CostExplorer: This launch provides customers with access to GetCostAndUsageWithResources API.
14
+
15
+ ## 2.568.0
16
+ * feature: CognitoIdentity: This release adds support for disabling classic flow.
17
+
18
+ ## 2.567.0
19
+ * feature: Comprehend: This release adds new languages (ar, hi, ko, ja, zh, zh-TW) for Amazon Comprehend's DetectSentiment, DetectEntities, DetectKeyPhrases, BatchDetectSentiment, BatchDetectEntities and BatchDetectKeyPhrases APIs
20
+ * feature: SSM: AWS Systems Manager Session Manager target length increased to 400.
21
+ * feature: SSO: This is an initial release of AWS Single Sign-On (SSO) end-user access. This release adds support for accessing AWS accounts assigned in AWS SSO using short term credentials.
22
+ * feature: SSOOIDC: This is an initial release of AWS Single Sign-On OAuth device code authorization service.
23
+
5
24
  ## 2.566.0
6
25
  * feature: SavingsPlans: This is the first release of Savings Plans, a new flexible pricing model that offers low prices on Amazon EC2 and AWS Fargate usage.
7
26
 
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.566.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.570.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -45,36 +45,43 @@
45
45
  "shape": "Sf"
46
46
  },
47
47
  "ResultsByTime": {
48
- "type": "list",
49
- "member": {
50
- "type": "structure",
51
- "members": {
52
- "TimePeriod": {
53
- "shape": "S2"
54
- },
55
- "Total": {
56
- "shape": "Sn"
57
- },
58
- "Groups": {
59
- "type": "list",
60
- "member": {
61
- "type": "structure",
62
- "members": {
63
- "Keys": {
64
- "type": "list",
65
- "member": {}
66
- },
67
- "Metrics": {
68
- "shape": "Sn"
69
- }
70
- }
71
- }
72
- },
73
- "Estimated": {
74
- "type": "boolean"
75
- }
76
- }
77
- }
48
+ "shape": "Sl"
49
+ }
50
+ }
51
+ }
52
+ },
53
+ "GetCostAndUsageWithResources": {
54
+ "input": {
55
+ "type": "structure",
56
+ "required": [
57
+ "TimePeriod"
58
+ ],
59
+ "members": {
60
+ "TimePeriod": {
61
+ "shape": "S2"
62
+ },
63
+ "Granularity": {},
64
+ "Filter": {
65
+ "shape": "S5"
66
+ },
67
+ "Metrics": {
68
+ "shape": "Sd"
69
+ },
70
+ "GroupBy": {
71
+ "shape": "Sf"
72
+ },
73
+ "NextPageToken": {}
74
+ }
75
+ },
76
+ "output": {
77
+ "type": "structure",
78
+ "members": {
79
+ "NextPageToken": {},
80
+ "GroupDefinitions": {
81
+ "shape": "Sf"
82
+ },
83
+ "ResultsByTime": {
84
+ "shape": "Sl"
78
85
  }
79
86
  }
80
87
  }
@@ -108,7 +115,7 @@
108
115
  "shape": "So"
109
116
  },
110
117
  "ForecastResultsByTime": {
111
- "shape": "S10"
118
+ "shape": "S12"
112
119
  }
113
120
  }
114
121
  }
@@ -145,7 +152,7 @@
145
152
  "members": {
146
153
  "Value": {},
147
154
  "Attributes": {
148
- "shape": "S19"
155
+ "shape": "S1b"
149
156
  }
150
157
  }
151
158
  }
@@ -203,22 +210,22 @@
203
210
  "type": "structure",
204
211
  "members": {
205
212
  "Attributes": {
206
- "shape": "S19"
213
+ "shape": "S1b"
207
214
  },
208
215
  "Coverage": {
209
- "shape": "S1j"
216
+ "shape": "S1l"
210
217
  }
211
218
  }
212
219
  }
213
220
  },
214
221
  "Total": {
215
- "shape": "S1j"
222
+ "shape": "S1l"
216
223
  }
217
224
  }
218
225
  }
219
226
  },
220
227
  "Total": {
221
- "shape": "S1j"
228
+ "shape": "S1l"
222
229
  },
223
230
  "NextPageToken": {}
224
231
  }
@@ -238,7 +245,7 @@
238
245
  "TermInYears": {},
239
246
  "PaymentOption": {},
240
247
  "ServiceSpecification": {
241
- "shape": "S21"
248
+ "shape": "S23"
242
249
  },
243
250
  "PageSize": {
244
251
  "type": "integer"
@@ -266,7 +273,7 @@
266
273
  "TermInYears": {},
267
274
  "PaymentOption": {},
268
275
  "ServiceSpecification": {
269
- "shape": "S21"
276
+ "shape": "S23"
270
277
  },
271
278
  "RecommendationDetails": {
272
279
  "type": "list",
@@ -434,22 +441,22 @@
434
441
  "Key": {},
435
442
  "Value": {},
436
443
  "Attributes": {
437
- "shape": "S19"
444
+ "shape": "S1b"
438
445
  },
439
446
  "Utilization": {
440
- "shape": "S2r"
447
+ "shape": "S2t"
441
448
  }
442
449
  }
443
450
  }
444
451
  },
445
452
  "Total": {
446
- "shape": "S2r"
453
+ "shape": "S2t"
447
454
  }
448
455
  }
449
456
  }
450
457
  },
451
458
  "Total": {
452
- "shape": "S2r"
459
+ "shape": "S2t"
453
460
  },
454
461
  "NextPageToken": {}
455
462
  }
@@ -509,10 +516,10 @@
509
516
  }
510
517
  },
511
518
  "ResourceDetails": {
512
- "shape": "S3e"
519
+ "shape": "S3g"
513
520
  },
514
521
  "ResourceUtilization": {
515
- "shape": "S3g"
522
+ "shape": "S3i"
516
523
  },
517
524
  "ReservationCoveredHoursInLookbackPeriod": {},
518
525
  "SavingsPlansCoveredHoursInLookbackPeriod": {},
@@ -538,10 +545,10 @@
538
545
  "type": "boolean"
539
546
  },
540
547
  "ResourceDetails": {
541
- "shape": "S3e"
548
+ "shape": "S3g"
542
549
  },
543
550
  "ExpectedResourceUtilization": {
544
- "shape": "S3g"
551
+ "shape": "S3i"
545
552
  }
546
553
  }
547
554
  }
@@ -600,7 +607,7 @@
600
607
  "type": "structure",
601
608
  "members": {
602
609
  "Attributes": {
603
- "shape": "S19"
610
+ "shape": "S1b"
604
611
  },
605
612
  "Coverage": {
606
613
  "type": "structure",
@@ -744,19 +751,19 @@
744
751
  "shape": "S2"
745
752
  },
746
753
  "Utilization": {
747
- "shape": "S46"
754
+ "shape": "S48"
748
755
  },
749
756
  "Savings": {
750
- "shape": "S47"
757
+ "shape": "S49"
751
758
  },
752
759
  "AmortizedCommitment": {
753
- "shape": "S48"
760
+ "shape": "S4a"
754
761
  }
755
762
  }
756
763
  }
757
764
  },
758
765
  "Total": {
759
- "shape": "S49"
766
+ "shape": "S4b"
760
767
  }
761
768
  }
762
769
  }
@@ -794,22 +801,22 @@
794
801
  "members": {
795
802
  "SavingsPlanArn": {},
796
803
  "Attributes": {
797
- "shape": "S19"
804
+ "shape": "S1b"
798
805
  },
799
806
  "Utilization": {
800
- "shape": "S46"
807
+ "shape": "S48"
801
808
  },
802
809
  "Savings": {
803
- "shape": "S47"
810
+ "shape": "S49"
804
811
  },
805
812
  "AmortizedCommitment": {
806
- "shape": "S48"
813
+ "shape": "S4a"
807
814
  }
808
815
  }
809
816
  }
810
817
  },
811
818
  "Total": {
812
- "shape": "S49"
819
+ "shape": "S4b"
813
820
  },
814
821
  "TimePeriod": {
815
822
  "shape": "S2"
@@ -884,7 +891,7 @@
884
891
  "shape": "So"
885
892
  },
886
893
  "ForecastResultsByTime": {
887
- "shape": "S10"
894
+ "shape": "S12"
888
895
  }
889
896
  }
890
897
  }
@@ -961,6 +968,38 @@
961
968
  }
962
969
  }
963
970
  },
971
+ "Sl": {
972
+ "type": "list",
973
+ "member": {
974
+ "type": "structure",
975
+ "members": {
976
+ "TimePeriod": {
977
+ "shape": "S2"
978
+ },
979
+ "Total": {
980
+ "shape": "Sn"
981
+ },
982
+ "Groups": {
983
+ "type": "list",
984
+ "member": {
985
+ "type": "structure",
986
+ "members": {
987
+ "Keys": {
988
+ "type": "list",
989
+ "member": {}
990
+ },
991
+ "Metrics": {
992
+ "shape": "Sn"
993
+ }
994
+ }
995
+ }
996
+ },
997
+ "Estimated": {
998
+ "type": "boolean"
999
+ }
1000
+ }
1001
+ }
1002
+ },
964
1003
  "Sn": {
965
1004
  "type": "map",
966
1005
  "key": {},
@@ -975,7 +1014,7 @@
975
1014
  "Unit": {}
976
1015
  }
977
1016
  },
978
- "S10": {
1017
+ "S12": {
979
1018
  "type": "list",
980
1019
  "member": {
981
1020
  "type": "structure",
@@ -989,12 +1028,12 @@
989
1028
  }
990
1029
  }
991
1030
  },
992
- "S19": {
1031
+ "S1b": {
993
1032
  "type": "map",
994
1033
  "key": {},
995
1034
  "value": {}
996
1035
  },
997
- "S1j": {
1036
+ "S1l": {
998
1037
  "type": "structure",
999
1038
  "members": {
1000
1039
  "CoverageHours": {
@@ -1023,7 +1062,7 @@
1023
1062
  }
1024
1063
  }
1025
1064
  },
1026
- "S21": {
1065
+ "S23": {
1027
1066
  "type": "structure",
1028
1067
  "members": {
1029
1068
  "EC2Specification": {
@@ -1034,7 +1073,7 @@
1034
1073
  }
1035
1074
  }
1036
1075
  },
1037
- "S2r": {
1076
+ "S2t": {
1038
1077
  "type": "structure",
1039
1078
  "members": {
1040
1079
  "UtilizationPercentage": {},
@@ -1053,7 +1092,7 @@
1053
1092
  "TotalAmortizedFee": {}
1054
1093
  }
1055
1094
  },
1056
- "S3e": {
1095
+ "S3g": {
1057
1096
  "type": "structure",
1058
1097
  "members": {
1059
1098
  "EC2ResourceDetails": {
@@ -1072,7 +1111,7 @@
1072
1111
  }
1073
1112
  }
1074
1113
  },
1075
- "S3g": {
1114
+ "S3i": {
1076
1115
  "type": "structure",
1077
1116
  "members": {
1078
1117
  "EC2ResourceUtilization": {
@@ -1085,7 +1124,7 @@
1085
1124
  }
1086
1125
  }
1087
1126
  },
1088
- "S46": {
1127
+ "S48": {
1089
1128
  "type": "structure",
1090
1129
  "members": {
1091
1130
  "TotalCommitment": {},
@@ -1094,14 +1133,14 @@
1094
1133
  "UtilizationPercentage": {}
1095
1134
  }
1096
1135
  },
1097
- "S47": {
1136
+ "S49": {
1098
1137
  "type": "structure",
1099
1138
  "members": {
1100
1139
  "NetSavings": {},
1101
1140
  "OnDemandCostEquivalent": {}
1102
1141
  }
1103
1142
  },
1104
- "S48": {
1143
+ "S4a": {
1105
1144
  "type": "structure",
1106
1145
  "members": {
1107
1146
  "AmortizedRecurringCommitment": {},
@@ -1109,20 +1148,20 @@
1109
1148
  "TotalAmortizedCommitment": {}
1110
1149
  }
1111
1150
  },
1112
- "S49": {
1151
+ "S4b": {
1113
1152
  "type": "structure",
1114
1153
  "required": [
1115
1154
  "Utilization"
1116
1155
  ],
1117
1156
  "members": {
1118
1157
  "Utilization": {
1119
- "shape": "S46"
1158
+ "shape": "S48"
1120
1159
  },
1121
1160
  "Savings": {
1122
- "shape": "S47"
1161
+ "shape": "S49"
1123
1162
  },
1124
1163
  "AmortizedCommitment": {
1125
- "shape": "S48"
1164
+ "shape": "S4a"
1126
1165
  }
1127
1166
  }
1128
1167
  }
@@ -81,7 +81,27 @@
81
81
  "ChangeSetName": {},
82
82
  "ClientToken": {},
83
83
  "Description": {},
84
- "ChangeSetType": {}
84
+ "ChangeSetType": {},
85
+ "ResourcesToImport": {
86
+ "type": "list",
87
+ "member": {
88
+ "type": "structure",
89
+ "required": [
90
+ "ResourceType",
91
+ "LogicalResourceId",
92
+ "ResourceIdentifier"
93
+ ],
94
+ "members": {
95
+ "ResourceType": {},
96
+ "LogicalResourceId": {},
97
+ "ResourceIdentifier": {
98
+ "type": "map",
99
+ "key": {},
100
+ "value": {}
101
+ }
102
+ }
103
+ }
104
+ }
85
105
  }
86
106
  },
87
107
  "output": {
@@ -156,16 +176,16 @@
156
176
  "members": {
157
177
  "StackSetName": {},
158
178
  "Accounts": {
159
- "shape": "S1g"
179
+ "shape": "S1m"
160
180
  },
161
181
  "Regions": {
162
- "shape": "S1i"
182
+ "shape": "S1o"
163
183
  },
164
184
  "ParameterOverrides": {
165
185
  "shape": "Se"
166
186
  },
167
187
  "OperationPreferences": {
168
- "shape": "S1k"
188
+ "shape": "S1q"
169
189
  },
170
190
  "OperationId": {
171
191
  "idempotencyToken": true
@@ -261,13 +281,13 @@
261
281
  "members": {
262
282
  "StackSetName": {},
263
283
  "Accounts": {
264
- "shape": "S1g"
284
+ "shape": "S1m"
265
285
  },
266
286
  "Regions": {
267
- "shape": "S1i"
287
+ "shape": "S1o"
268
288
  },
269
289
  "OperationPreferences": {
270
- "shape": "S1k"
290
+ "shape": "S1q"
271
291
  },
272
292
  "RetainStacks": {
273
293
  "type": "boolean"
@@ -566,7 +586,7 @@
566
586
  "Description": {},
567
587
  "Metadata": {},
568
588
  "DriftInformation": {
569
- "shape": "S3o"
589
+ "shape": "S3t"
570
590
  }
571
591
  }
572
592
  }
@@ -601,7 +621,7 @@
601
621
  "StackResourceDrifts": {
602
622
  "type": "list",
603
623
  "member": {
604
- "shape": "S3v"
624
+ "shape": "S40"
605
625
  }
606
626
  },
607
627
  "NextToken": {}
@@ -644,7 +664,7 @@
644
664
  "ResourceStatusReason": {},
645
665
  "Description": {},
646
666
  "DriftInformation": {
647
- "shape": "S3o"
667
+ "shape": "S3t"
648
668
  }
649
669
  }
650
670
  }
@@ -715,7 +735,7 @@
715
735
  "Action": {},
716
736
  "Status": {},
717
737
  "OperationPreferences": {
718
- "shape": "S1k"
738
+ "shape": "S1q"
719
739
  },
720
740
  "RetainStacks": {
721
741
  "type": "boolean"
@@ -837,8 +857,7 @@
837
857
  "members": {
838
858
  "StackName": {},
839
859
  "LogicalResourceIds": {
840
- "type": "list",
841
- "member": {}
860
+ "shape": "S55"
842
861
  }
843
862
  }
844
863
  },
@@ -873,7 +892,7 @@
873
892
  ],
874
893
  "members": {
875
894
  "StackResourceDrift": {
876
- "shape": "S3v"
895
+ "shape": "S40"
877
896
  }
878
897
  }
879
898
  }
@@ -1003,7 +1022,23 @@
1003
1022
  "Version": {},
1004
1023
  "Metadata": {},
1005
1024
  "DeclaredTransforms": {
1006
- "shape": "S5r"
1025
+ "shape": "S5w"
1026
+ },
1027
+ "ResourceIdentifierSummaries": {
1028
+ "type": "list",
1029
+ "member": {
1030
+ "type": "structure",
1031
+ "members": {
1032
+ "ResourceType": {},
1033
+ "LogicalResourceIds": {
1034
+ "shape": "S55"
1035
+ },
1036
+ "ResourceIdentifiers": {
1037
+ "type": "list",
1038
+ "member": {}
1039
+ }
1040
+ }
1041
+ }
1007
1042
  }
1008
1043
  }
1009
1044
  }
@@ -1465,16 +1500,16 @@
1465
1500
  "members": {
1466
1501
  "StackSetName": {},
1467
1502
  "Accounts": {
1468
- "shape": "S1g"
1503
+ "shape": "S1m"
1469
1504
  },
1470
1505
  "Regions": {
1471
- "shape": "S1i"
1506
+ "shape": "S1o"
1472
1507
  },
1473
1508
  "ParameterOverrides": {
1474
1509
  "shape": "Se"
1475
1510
  },
1476
1511
  "OperationPreferences": {
1477
- "shape": "S1k"
1512
+ "shape": "S1q"
1478
1513
  },
1479
1514
  "OperationId": {
1480
1515
  "idempotencyToken": true
@@ -1513,7 +1548,7 @@
1513
1548
  "shape": "Sv"
1514
1549
  },
1515
1550
  "OperationPreferences": {
1516
- "shape": "S1k"
1551
+ "shape": "S1q"
1517
1552
  },
1518
1553
  "AdministrationRoleARN": {},
1519
1554
  "ExecutionRoleName": {},
@@ -1521,10 +1556,10 @@
1521
1556
  "idempotencyToken": true
1522
1557
  },
1523
1558
  "Accounts": {
1524
- "shape": "S1g"
1559
+ "shape": "S1m"
1525
1560
  },
1526
1561
  "Regions": {
1527
- "shape": "S1i"
1562
+ "shape": "S1o"
1528
1563
  }
1529
1564
  }
1530
1565
  },
@@ -1590,7 +1625,7 @@
1590
1625
  },
1591
1626
  "CapabilitiesReason": {},
1592
1627
  "DeclaredTransforms": {
1593
- "shape": "S5r"
1628
+ "shape": "S5w"
1594
1629
  }
1595
1630
  }
1596
1631
  }
@@ -1659,19 +1694,19 @@
1659
1694
  }
1660
1695
  }
1661
1696
  },
1662
- "S1g": {
1697
+ "S1m": {
1663
1698
  "type": "list",
1664
1699
  "member": {}
1665
1700
  },
1666
- "S1i": {
1701
+ "S1o": {
1667
1702
  "type": "list",
1668
1703
  "member": {}
1669
1704
  },
1670
- "S1k": {
1705
+ "S1q": {
1671
1706
  "type": "structure",
1672
1707
  "members": {
1673
1708
  "RegionOrder": {
1674
- "shape": "S1i"
1709
+ "shape": "S1o"
1675
1710
  },
1676
1711
  "FailureToleranceCount": {
1677
1712
  "type": "integer"
@@ -1687,7 +1722,7 @@
1687
1722
  }
1688
1723
  }
1689
1724
  },
1690
- "S3o": {
1725
+ "S3t": {
1691
1726
  "type": "structure",
1692
1727
  "required": [
1693
1728
  "StackResourceDriftStatus"
@@ -1699,7 +1734,7 @@
1699
1734
  }
1700
1735
  }
1701
1736
  },
1702
- "S3v": {
1737
+ "S40": {
1703
1738
  "type": "structure",
1704
1739
  "required": [
1705
1740
  "StackId",
@@ -1753,7 +1788,11 @@
1753
1788
  }
1754
1789
  }
1755
1790
  },
1756
- "S5r": {
1791
+ "S55": {
1792
+ "type": "list",
1793
+ "member": {}
1794
+ },
1795
+ "S5w": {
1757
1796
  "type": "list",
1758
1797
  "member": {}
1759
1798
  }