aws-sdk 2.768.0 → 2.772.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 +40 -1
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.min.json +70 -48
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/budgets-2016-10-20.min.json +411 -0
- package/apis/budgets-2016-10-20.paginators.json +18 -0
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +15 -3
- package/apis/ec2-2016-11-15.min.json +33 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/groundstation-2019-05-23.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/macie2-2020-01-01.min.json +159 -22
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +20 -2
- package/apis/rekognition-2016-06-27.min.json +206 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/apis/ssm-2014-11-06.min.json +147 -126
- package/apis/transfer-2018-11-05.min.json +32 -28
- package/apis/workmail-2017-10-01.min.json +93 -30
- package/apis/xray-2016-04-12.min.json +11 -5
- package/apis/xray-2016-04-12.paginators.json +0 -15
- package/clients/accessanalyzer.d.ts +26 -4
- package/clients/amplify.d.ts +17 -0
- package/clients/budgets.d.ts +358 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +64 -12
- package/clients/dms.d.ts +26 -2
- package/clients/ec2.d.ts +28 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/glue.d.ts +1 -1
- package/clients/groundstation.d.ts +5 -1
- package/clients/iot.d.ts +10 -6
- package/clients/macie2.d.ts +182 -62
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +26 -14
- package/clients/rekognition.d.ts +155 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/clients/ssm.d.ts +63 -11
- package/clients/transfer.d.ts +77 -71
- package/clients/workmail.d.ts +91 -1
- package/clients/workspaces.d.ts +12 -12
- package/clients/xray.d.ts +29 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +27 -27
- package/dist/aws-sdk.js +1087 -483
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -89,6 +89,18 @@
|
|
|
89
89
|
"limit_key": "MaxRecords",
|
|
90
90
|
"output_token": "Marker",
|
|
91
91
|
"result_key": "UpdateActions"
|
|
92
|
+
},
|
|
93
|
+
"DescribeUserGroups": {
|
|
94
|
+
"input_token": "Marker",
|
|
95
|
+
"limit_key": "MaxRecords",
|
|
96
|
+
"output_token": "Marker",
|
|
97
|
+
"result_key": "UserGroups"
|
|
98
|
+
},
|
|
99
|
+
"DescribeUsers": {
|
|
100
|
+
"input_token": "Marker",
|
|
101
|
+
"limit_key": "MaxRecords",
|
|
102
|
+
"output_token": "Marker",
|
|
103
|
+
"result_key": "Users"
|
|
92
104
|
}
|
|
93
105
|
}
|
|
94
106
|
}
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
},
|
|
480
480
|
"Source": {},
|
|
481
481
|
"Resources": {
|
|
482
|
-
"shape": "
|
|
482
|
+
"shape": "S3i"
|
|
483
483
|
},
|
|
484
484
|
"DetailType": {},
|
|
485
485
|
"Detail": {},
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"Source": {},
|
|
528
528
|
"Resources": {
|
|
529
|
-
"shape": "
|
|
529
|
+
"shape": "S3i"
|
|
530
530
|
},
|
|
531
531
|
"DetailType": {},
|
|
532
532
|
"Detail": {}
|
|
@@ -937,6 +937,23 @@
|
|
|
937
937
|
"type": "boolean"
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
+
},
|
|
941
|
+
"DeadLetterConfig": {
|
|
942
|
+
"type": "structure",
|
|
943
|
+
"members": {
|
|
944
|
+
"Arn": {}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"RetryPolicy": {
|
|
948
|
+
"type": "structure",
|
|
949
|
+
"members": {
|
|
950
|
+
"MaximumRetryAttempts": {
|
|
951
|
+
"type": "integer"
|
|
952
|
+
},
|
|
953
|
+
"MaximumEventAgeInSeconds": {
|
|
954
|
+
"type": "integer"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
940
957
|
}
|
|
941
958
|
}
|
|
942
959
|
}
|
|
@@ -945,7 +962,7 @@
|
|
|
945
962
|
"type": "list",
|
|
946
963
|
"member": {}
|
|
947
964
|
},
|
|
948
|
-
"
|
|
965
|
+
"S3i": {
|
|
949
966
|
"type": "list",
|
|
950
967
|
"member": {}
|
|
951
968
|
}
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
},
|
|
480
480
|
"Source": {},
|
|
481
481
|
"Resources": {
|
|
482
|
-
"shape": "
|
|
482
|
+
"shape": "S3i"
|
|
483
483
|
},
|
|
484
484
|
"DetailType": {},
|
|
485
485
|
"Detail": {},
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"Source": {},
|
|
528
528
|
"Resources": {
|
|
529
|
-
"shape": "
|
|
529
|
+
"shape": "S3i"
|
|
530
530
|
},
|
|
531
531
|
"DetailType": {},
|
|
532
532
|
"Detail": {}
|
|
@@ -937,6 +937,23 @@
|
|
|
937
937
|
"type": "boolean"
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
+
},
|
|
941
|
+
"DeadLetterConfig": {
|
|
942
|
+
"type": "structure",
|
|
943
|
+
"members": {
|
|
944
|
+
"Arn": {}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"RetryPolicy": {
|
|
948
|
+
"type": "structure",
|
|
949
|
+
"members": {
|
|
950
|
+
"MaximumRetryAttempts": {
|
|
951
|
+
"type": "integer"
|
|
952
|
+
},
|
|
953
|
+
"MaximumEventAgeInSeconds": {
|
|
954
|
+
"type": "integer"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
940
957
|
}
|
|
941
958
|
}
|
|
942
959
|
}
|
|
@@ -945,7 +962,7 @@
|
|
|
945
962
|
"type": "list",
|
|
946
963
|
"member": {}
|
|
947
964
|
},
|
|
948
|
-
"
|
|
965
|
+
"S3i": {
|
|
949
966
|
"type": "list",
|
|
950
967
|
"member": {}
|
|
951
968
|
}
|
|
@@ -751,6 +751,10 @@
|
|
|
751
751
|
"tags": {
|
|
752
752
|
"shape": "Sx",
|
|
753
753
|
"locationName": "tags"
|
|
754
|
+
},
|
|
755
|
+
"userPausedDetails": {
|
|
756
|
+
"shape": "S2l",
|
|
757
|
+
"locationName": "userPausedDetails"
|
|
754
758
|
}
|
|
755
759
|
}
|
|
756
760
|
}
|
|
@@ -938,6 +942,10 @@
|
|
|
938
942
|
"publiclyWritable": {
|
|
939
943
|
"locationName": "publiclyWritable",
|
|
940
944
|
"type": "long"
|
|
945
|
+
},
|
|
946
|
+
"unknown": {
|
|
947
|
+
"locationName": "unknown",
|
|
948
|
+
"type": "long"
|
|
941
949
|
}
|
|
942
950
|
}
|
|
943
951
|
},
|
|
@@ -974,6 +982,10 @@
|
|
|
974
982
|
"notShared": {
|
|
975
983
|
"locationName": "notShared",
|
|
976
984
|
"type": "long"
|
|
985
|
+
},
|
|
986
|
+
"unknown": {
|
|
987
|
+
"locationName": "unknown",
|
|
988
|
+
"type": "long"
|
|
977
989
|
}
|
|
978
990
|
}
|
|
979
991
|
},
|
|
@@ -1026,7 +1038,7 @@
|
|
|
1026
1038
|
"type": "structure",
|
|
1027
1039
|
"members": {
|
|
1028
1040
|
"configuration": {
|
|
1029
|
-
"shape": "
|
|
1041
|
+
"shape": "S39",
|
|
1030
1042
|
"locationName": "configuration"
|
|
1031
1043
|
}
|
|
1032
1044
|
}
|
|
@@ -1166,7 +1178,7 @@
|
|
|
1166
1178
|
"locationName": "findingIds"
|
|
1167
1179
|
},
|
|
1168
1180
|
"sortCriteria": {
|
|
1169
|
-
"shape": "
|
|
1181
|
+
"shape": "S3l",
|
|
1170
1182
|
"locationName": "sortCriteria"
|
|
1171
1183
|
}
|
|
1172
1184
|
},
|
|
@@ -1210,6 +1222,10 @@
|
|
|
1210
1222
|
"locationName": "result",
|
|
1211
1223
|
"type": "structure",
|
|
1212
1224
|
"members": {
|
|
1225
|
+
"additionalOccurrences": {
|
|
1226
|
+
"locationName": "additionalOccurrences",
|
|
1227
|
+
"type": "boolean"
|
|
1228
|
+
},
|
|
1213
1229
|
"customDataIdentifiers": {
|
|
1214
1230
|
"locationName": "customDataIdentifiers",
|
|
1215
1231
|
"type": "structure",
|
|
@@ -1229,6 +1245,10 @@
|
|
|
1229
1245
|
},
|
|
1230
1246
|
"name": {
|
|
1231
1247
|
"locationName": "name"
|
|
1248
|
+
},
|
|
1249
|
+
"occurrences": {
|
|
1250
|
+
"shape": "S3v",
|
|
1251
|
+
"locationName": "occurrences"
|
|
1232
1252
|
}
|
|
1233
1253
|
}
|
|
1234
1254
|
}
|
|
@@ -1261,6 +1281,10 @@
|
|
|
1261
1281
|
"locationName": "count",
|
|
1262
1282
|
"type": "long"
|
|
1263
1283
|
},
|
|
1284
|
+
"occurrences": {
|
|
1285
|
+
"shape": "S3v",
|
|
1286
|
+
"locationName": "occurrences"
|
|
1287
|
+
},
|
|
1264
1288
|
"type": {
|
|
1265
1289
|
"locationName": "type"
|
|
1266
1290
|
}
|
|
@@ -1440,7 +1464,7 @@
|
|
|
1440
1464
|
"locationName": "principalId"
|
|
1441
1465
|
},
|
|
1442
1466
|
"sessionContext": {
|
|
1443
|
-
"shape": "
|
|
1467
|
+
"shape": "S4n",
|
|
1444
1468
|
"locationName": "sessionContext"
|
|
1445
1469
|
}
|
|
1446
1470
|
}
|
|
@@ -1483,7 +1507,7 @@
|
|
|
1483
1507
|
"locationName": "principalId"
|
|
1484
1508
|
},
|
|
1485
1509
|
"sessionContext": {
|
|
1486
|
-
"shape": "
|
|
1510
|
+
"shape": "S4n",
|
|
1487
1511
|
"locationName": "sessionContext"
|
|
1488
1512
|
}
|
|
1489
1513
|
}
|
|
@@ -1549,7 +1573,7 @@
|
|
|
1549
1573
|
"locationName": "createdAt"
|
|
1550
1574
|
},
|
|
1551
1575
|
"defaultServerSideEncryption": {
|
|
1552
|
-
"shape": "
|
|
1576
|
+
"shape": "S4y",
|
|
1553
1577
|
"locationName": "defaultServerSideEncryption"
|
|
1554
1578
|
},
|
|
1555
1579
|
"name": {
|
|
@@ -1572,7 +1596,7 @@
|
|
|
1572
1596
|
"locationName": "publicAccess"
|
|
1573
1597
|
},
|
|
1574
1598
|
"tags": {
|
|
1575
|
-
"shape": "
|
|
1599
|
+
"shape": "S51",
|
|
1576
1600
|
"locationName": "tags"
|
|
1577
1601
|
}
|
|
1578
1602
|
}
|
|
@@ -1605,7 +1629,7 @@
|
|
|
1605
1629
|
"type": "boolean"
|
|
1606
1630
|
},
|
|
1607
1631
|
"serverSideEncryption": {
|
|
1608
|
-
"shape": "
|
|
1632
|
+
"shape": "S4y",
|
|
1609
1633
|
"locationName": "serverSideEncryption"
|
|
1610
1634
|
},
|
|
1611
1635
|
"size": {
|
|
@@ -1616,7 +1640,7 @@
|
|
|
1616
1640
|
"locationName": "storageClass"
|
|
1617
1641
|
},
|
|
1618
1642
|
"tags": {
|
|
1619
|
-
"shape": "
|
|
1643
|
+
"shape": "S51",
|
|
1620
1644
|
"locationName": "tags"
|
|
1621
1645
|
},
|
|
1622
1646
|
"versionId": {
|
|
@@ -1780,7 +1804,7 @@
|
|
|
1780
1804
|
"type": "structure",
|
|
1781
1805
|
"members": {
|
|
1782
1806
|
"master": {
|
|
1783
|
-
"shape": "
|
|
1807
|
+
"shape": "S5e",
|
|
1784
1808
|
"locationName": "master"
|
|
1785
1809
|
}
|
|
1786
1810
|
}
|
|
@@ -1992,11 +2016,11 @@
|
|
|
1992
2016
|
"type": "structure",
|
|
1993
2017
|
"members": {
|
|
1994
2018
|
"excludes": {
|
|
1995
|
-
"shape": "
|
|
2019
|
+
"shape": "S64",
|
|
1996
2020
|
"locationName": "excludes"
|
|
1997
2021
|
},
|
|
1998
2022
|
"includes": {
|
|
1999
|
-
"shape": "
|
|
2023
|
+
"shape": "S64",
|
|
2000
2024
|
"locationName": "includes"
|
|
2001
2025
|
}
|
|
2002
2026
|
}
|
|
@@ -2050,6 +2074,10 @@
|
|
|
2050
2074
|
},
|
|
2051
2075
|
"name": {
|
|
2052
2076
|
"locationName": "name"
|
|
2077
|
+
},
|
|
2078
|
+
"userPausedDetails": {
|
|
2079
|
+
"shape": "S2l",
|
|
2080
|
+
"locationName": "userPausedDetails"
|
|
2053
2081
|
}
|
|
2054
2082
|
}
|
|
2055
2083
|
}
|
|
@@ -2131,7 +2159,7 @@
|
|
|
2131
2159
|
"locationName": "nextToken"
|
|
2132
2160
|
},
|
|
2133
2161
|
"sortCriteria": {
|
|
2134
|
-
"shape": "
|
|
2162
|
+
"shape": "S3l",
|
|
2135
2163
|
"locationName": "sortCriteria"
|
|
2136
2164
|
}
|
|
2137
2165
|
}
|
|
@@ -2230,7 +2258,7 @@
|
|
|
2230
2258
|
"locationName": "invitations",
|
|
2231
2259
|
"type": "list",
|
|
2232
2260
|
"member": {
|
|
2233
|
-
"shape": "
|
|
2261
|
+
"shape": "S5e"
|
|
2234
2262
|
}
|
|
2235
2263
|
},
|
|
2236
2264
|
"nextToken": {
|
|
@@ -2390,7 +2418,7 @@
|
|
|
2390
2418
|
"type": "structure",
|
|
2391
2419
|
"members": {
|
|
2392
2420
|
"configuration": {
|
|
2393
|
-
"shape": "
|
|
2421
|
+
"shape": "S39",
|
|
2394
2422
|
"locationName": "configuration"
|
|
2395
2423
|
}
|
|
2396
2424
|
},
|
|
@@ -2402,7 +2430,7 @@
|
|
|
2402
2430
|
"type": "structure",
|
|
2403
2431
|
"members": {
|
|
2404
2432
|
"configuration": {
|
|
2405
|
-
"shape": "
|
|
2433
|
+
"shape": "S39",
|
|
2406
2434
|
"locationName": "configuration"
|
|
2407
2435
|
}
|
|
2408
2436
|
}
|
|
@@ -2961,7 +2989,23 @@
|
|
|
2961
2989
|
}
|
|
2962
2990
|
}
|
|
2963
2991
|
},
|
|
2964
|
-
"
|
|
2992
|
+
"S2l": {
|
|
2993
|
+
"type": "structure",
|
|
2994
|
+
"members": {
|
|
2995
|
+
"jobExpiresAt": {
|
|
2996
|
+
"shape": "S9",
|
|
2997
|
+
"locationName": "jobExpiresAt"
|
|
2998
|
+
},
|
|
2999
|
+
"jobImminentExpirationHealthEventArn": {
|
|
3000
|
+
"locationName": "jobImminentExpirationHealthEventArn"
|
|
3001
|
+
},
|
|
3002
|
+
"jobPausedAt": {
|
|
3003
|
+
"shape": "S9",
|
|
3004
|
+
"locationName": "jobPausedAt"
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
"S39": {
|
|
2965
3009
|
"type": "structure",
|
|
2966
3010
|
"members": {
|
|
2967
3011
|
"s3Destination": {
|
|
@@ -2985,7 +3029,7 @@
|
|
|
2985
3029
|
}
|
|
2986
3030
|
}
|
|
2987
3031
|
},
|
|
2988
|
-
"
|
|
3032
|
+
"S3l": {
|
|
2989
3033
|
"type": "structure",
|
|
2990
3034
|
"members": {
|
|
2991
3035
|
"attributeName": {
|
|
@@ -2996,7 +3040,100 @@
|
|
|
2996
3040
|
}
|
|
2997
3041
|
}
|
|
2998
3042
|
},
|
|
2999
|
-
"
|
|
3043
|
+
"S3v": {
|
|
3044
|
+
"type": "structure",
|
|
3045
|
+
"members": {
|
|
3046
|
+
"cells": {
|
|
3047
|
+
"locationName": "cells",
|
|
3048
|
+
"type": "list",
|
|
3049
|
+
"member": {
|
|
3050
|
+
"type": "structure",
|
|
3051
|
+
"members": {
|
|
3052
|
+
"cellReference": {
|
|
3053
|
+
"locationName": "cellReference"
|
|
3054
|
+
},
|
|
3055
|
+
"column": {
|
|
3056
|
+
"locationName": "column",
|
|
3057
|
+
"type": "long"
|
|
3058
|
+
},
|
|
3059
|
+
"columnName": {
|
|
3060
|
+
"locationName": "columnName"
|
|
3061
|
+
},
|
|
3062
|
+
"row": {
|
|
3063
|
+
"locationName": "row",
|
|
3064
|
+
"type": "long"
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
"lineRanges": {
|
|
3070
|
+
"shape": "S3y",
|
|
3071
|
+
"locationName": "lineRanges"
|
|
3072
|
+
},
|
|
3073
|
+
"offsetRanges": {
|
|
3074
|
+
"shape": "S3y",
|
|
3075
|
+
"locationName": "offsetRanges"
|
|
3076
|
+
},
|
|
3077
|
+
"pages": {
|
|
3078
|
+
"locationName": "pages",
|
|
3079
|
+
"type": "list",
|
|
3080
|
+
"member": {
|
|
3081
|
+
"type": "structure",
|
|
3082
|
+
"members": {
|
|
3083
|
+
"lineRange": {
|
|
3084
|
+
"shape": "S3z",
|
|
3085
|
+
"locationName": "lineRange"
|
|
3086
|
+
},
|
|
3087
|
+
"offsetRange": {
|
|
3088
|
+
"shape": "S3z",
|
|
3089
|
+
"locationName": "offsetRange"
|
|
3090
|
+
},
|
|
3091
|
+
"pageNumber": {
|
|
3092
|
+
"locationName": "pageNumber",
|
|
3093
|
+
"type": "long"
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3098
|
+
"records": {
|
|
3099
|
+
"locationName": "records",
|
|
3100
|
+
"type": "list",
|
|
3101
|
+
"member": {
|
|
3102
|
+
"type": "structure",
|
|
3103
|
+
"members": {
|
|
3104
|
+
"recordIndex": {
|
|
3105
|
+
"locationName": "recordIndex",
|
|
3106
|
+
"type": "long"
|
|
3107
|
+
}
|
|
3108
|
+
}
|
|
3109
|
+
}
|
|
3110
|
+
}
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
"S3y": {
|
|
3114
|
+
"type": "list",
|
|
3115
|
+
"member": {
|
|
3116
|
+
"shape": "S3z"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"S3z": {
|
|
3120
|
+
"type": "structure",
|
|
3121
|
+
"members": {
|
|
3122
|
+
"end": {
|
|
3123
|
+
"locationName": "end",
|
|
3124
|
+
"type": "long"
|
|
3125
|
+
},
|
|
3126
|
+
"start": {
|
|
3127
|
+
"locationName": "start",
|
|
3128
|
+
"type": "long"
|
|
3129
|
+
},
|
|
3130
|
+
"startColumn": {
|
|
3131
|
+
"locationName": "startColumn",
|
|
3132
|
+
"type": "long"
|
|
3133
|
+
}
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3136
|
+
"S4n": {
|
|
3000
3137
|
"type": "structure",
|
|
3001
3138
|
"members": {
|
|
3002
3139
|
"attributes": {
|
|
@@ -3036,7 +3173,7 @@
|
|
|
3036
3173
|
}
|
|
3037
3174
|
}
|
|
3038
3175
|
},
|
|
3039
|
-
"
|
|
3176
|
+
"S4y": {
|
|
3040
3177
|
"type": "structure",
|
|
3041
3178
|
"members": {
|
|
3042
3179
|
"encryptionType": {
|
|
@@ -3047,13 +3184,13 @@
|
|
|
3047
3184
|
}
|
|
3048
3185
|
}
|
|
3049
3186
|
},
|
|
3050
|
-
"
|
|
3187
|
+
"S51": {
|
|
3051
3188
|
"type": "list",
|
|
3052
3189
|
"member": {
|
|
3053
3190
|
"shape": "S2e"
|
|
3054
3191
|
}
|
|
3055
3192
|
},
|
|
3056
|
-
"
|
|
3193
|
+
"S5e": {
|
|
3057
3194
|
"type": "structure",
|
|
3058
3195
|
"members": {
|
|
3059
3196
|
"accountId": {
|
|
@@ -3071,7 +3208,7 @@
|
|
|
3071
3208
|
}
|
|
3072
3209
|
}
|
|
3073
3210
|
},
|
|
3074
|
-
"
|
|
3211
|
+
"S64": {
|
|
3075
3212
|
"type": "list",
|
|
3076
3213
|
"member": {
|
|
3077
3214
|
"type": "structure",
|