cdk-lambda-subminute 2.0.283 → 2.0.284

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 (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
  6. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
  7. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
  8. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
  9. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
  13. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
  15. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
  16. package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
  17. package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
  18. package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
  19. package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
  20. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
  21. package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
  22. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
  23. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
  24. package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
  25. package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +239 -115
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +3 -3
@@ -40,6 +40,32 @@
40
40
  }
41
41
  }
42
42
  },
43
+ "CreateCustomDomainAssociation": {
44
+ "input": {
45
+ "type": "structure",
46
+ "required": [
47
+ "customDomainCertificateArn",
48
+ "customDomainName",
49
+ "workgroupName"
50
+ ],
51
+ "members": {
52
+ "customDomainCertificateArn": {},
53
+ "customDomainName": {},
54
+ "workgroupName": {}
55
+ }
56
+ },
57
+ "output": {
58
+ "type": "structure",
59
+ "members": {
60
+ "customDomainCertificateArn": {},
61
+ "customDomainCertificateExpiryTime": {
62
+ "shape": "Se"
63
+ },
64
+ "customDomainName": {},
65
+ "workgroupName": {}
66
+ }
67
+ }
68
+ },
43
69
  "CreateEndpointAccess": {
44
70
  "input": {
45
71
  "type": "structure",
@@ -51,10 +77,10 @@
51
77
  "members": {
52
78
  "endpointName": {},
53
79
  "subnetIds": {
54
- "shape": "Sh"
80
+ "shape": "Sm"
55
81
  },
56
82
  "vpcSecurityGroupIds": {
57
- "shape": "Sj"
83
+ "shape": "So"
58
84
  },
59
85
  "workgroupName": {}
60
86
  }
@@ -63,7 +89,7 @@
63
89
  "type": "structure",
64
90
  "members": {
65
91
  "endpoint": {
66
- "shape": "Sm"
92
+ "shape": "Sr"
67
93
  }
68
94
  }
69
95
  },
@@ -78,19 +104,19 @@
78
104
  "members": {
79
105
  "adminPasswordSecretKmsKeyId": {},
80
106
  "adminUserPassword": {
81
- "shape": "St"
107
+ "shape": "Sy"
82
108
  },
83
109
  "adminUsername": {
84
- "shape": "Su"
110
+ "shape": "Sz"
85
111
  },
86
112
  "dbName": {},
87
113
  "defaultIamRoleArn": {},
88
114
  "iamRoles": {
89
- "shape": "Sv"
115
+ "shape": "S10"
90
116
  },
91
117
  "kmsKeyId": {},
92
118
  "logExports": {
93
- "shape": "Sx"
119
+ "shape": "S12"
94
120
  },
95
121
  "manageAdminPassword": {
96
122
  "type": "boolean"
@@ -105,7 +131,7 @@
105
131
  "type": "structure",
106
132
  "members": {
107
133
  "namespace": {
108
- "shape": "S12"
134
+ "shape": "S17"
109
135
  }
110
136
  }
111
137
  },
@@ -161,7 +187,7 @@
161
187
  "type": "structure",
162
188
  "members": {
163
189
  "usageLimit": {
164
- "shape": "S1b"
190
+ "shape": "S1g"
165
191
  }
166
192
  }
167
193
  },
@@ -179,7 +205,7 @@
179
205
  "type": "integer"
180
206
  },
181
207
  "configParameters": {
182
- "shape": "S1d"
208
+ "shape": "S1i"
183
209
  },
184
210
  "enhancedVpcRouting": {
185
211
  "type": "boolean"
@@ -192,10 +218,10 @@
192
218
  "type": "boolean"
193
219
  },
194
220
  "securityGroupIds": {
195
- "shape": "S1h"
221
+ "shape": "S1m"
196
222
  },
197
223
  "subnetIds": {
198
- "shape": "Sh"
224
+ "shape": "Sm"
199
225
  },
200
226
  "tags": {
201
227
  "shape": "S4"
@@ -207,12 +233,29 @@
207
233
  "type": "structure",
208
234
  "members": {
209
235
  "workgroup": {
210
- "shape": "S1l"
236
+ "shape": "S1p"
211
237
  }
212
238
  }
213
239
  },
214
240
  "idempotent": true
215
241
  },
242
+ "DeleteCustomDomainAssociation": {
243
+ "input": {
244
+ "type": "structure",
245
+ "required": [
246
+ "customDomainName",
247
+ "workgroupName"
248
+ ],
249
+ "members": {
250
+ "customDomainName": {},
251
+ "workgroupName": {}
252
+ }
253
+ },
254
+ "output": {
255
+ "type": "structure",
256
+ "members": {}
257
+ }
258
+ },
216
259
  "DeleteEndpointAccess": {
217
260
  "input": {
218
261
  "type": "structure",
@@ -227,7 +270,7 @@
227
270
  "type": "structure",
228
271
  "members": {
229
272
  "endpoint": {
230
- "shape": "Sm"
273
+ "shape": "Sr"
231
274
  }
232
275
  }
233
276
  },
@@ -254,7 +297,7 @@
254
297
  ],
255
298
  "members": {
256
299
  "namespace": {
257
- "shape": "S12"
300
+ "shape": "S17"
258
301
  }
259
302
  }
260
303
  },
@@ -309,7 +352,7 @@
309
352
  "type": "structure",
310
353
  "members": {
311
354
  "usageLimit": {
312
- "shape": "S1b"
355
+ "shape": "S1g"
313
356
  }
314
357
  }
315
358
  },
@@ -332,7 +375,7 @@
332
375
  ],
333
376
  "members": {
334
377
  "workgroup": {
335
- "shape": "S1l"
378
+ "shape": "S1p"
336
379
  }
337
380
  }
338
381
  },
@@ -341,10 +384,8 @@
341
384
  "GetCredentials": {
342
385
  "input": {
343
386
  "type": "structure",
344
- "required": [
345
- "workgroupName"
346
- ],
347
387
  "members": {
388
+ "customDomainName": {},
348
389
  "dbName": {},
349
390
  "durationSeconds": {
350
391
  "type": "integer"
@@ -356,10 +397,10 @@
356
397
  "type": "structure",
357
398
  "members": {
358
399
  "dbPassword": {
359
- "shape": "St"
400
+ "shape": "Sy"
360
401
  },
361
402
  "dbUser": {
362
- "shape": "Su"
403
+ "shape": "Sz"
363
404
  },
364
405
  "expiration": {
365
406
  "type": "timestamp"
@@ -370,6 +411,30 @@
370
411
  }
371
412
  }
372
413
  },
414
+ "GetCustomDomainAssociation": {
415
+ "input": {
416
+ "type": "structure",
417
+ "required": [
418
+ "customDomainName",
419
+ "workgroupName"
420
+ ],
421
+ "members": {
422
+ "customDomainName": {},
423
+ "workgroupName": {}
424
+ }
425
+ },
426
+ "output": {
427
+ "type": "structure",
428
+ "members": {
429
+ "customDomainCertificateArn": {},
430
+ "customDomainCertificateExpiryTime": {
431
+ "shape": "Se"
432
+ },
433
+ "customDomainName": {},
434
+ "workgroupName": {}
435
+ }
436
+ }
437
+ },
373
438
  "GetEndpointAccess": {
374
439
  "input": {
375
440
  "type": "structure",
@@ -384,7 +449,7 @@
384
449
  "type": "structure",
385
450
  "members": {
386
451
  "endpoint": {
387
- "shape": "Sm"
452
+ "shape": "Sr"
388
453
  }
389
454
  }
390
455
  }
@@ -406,7 +471,7 @@
406
471
  ],
407
472
  "members": {
408
473
  "namespace": {
409
- "shape": "S12"
474
+ "shape": "S17"
410
475
  }
411
476
  }
412
477
  }
@@ -425,7 +490,7 @@
425
490
  "type": "structure",
426
491
  "members": {
427
492
  "recoveryPoint": {
428
- "shape": "S2b"
493
+ "shape": "S2j"
429
494
  }
430
495
  }
431
496
  }
@@ -444,7 +509,7 @@
444
509
  "type": "structure",
445
510
  "members": {
446
511
  "resourcePolicy": {
447
- "shape": "S2e"
512
+ "shape": "S2m"
448
513
  }
449
514
  }
450
515
  }
@@ -481,7 +546,7 @@
481
546
  "type": "structure",
482
547
  "members": {
483
548
  "tableRestoreStatus": {
484
- "shape": "S2j"
549
+ "shape": "S2r"
485
550
  }
486
551
  }
487
552
  }
@@ -500,7 +565,7 @@
500
565
  "type": "structure",
501
566
  "members": {
502
567
  "usageLimit": {
503
- "shape": "S1b"
568
+ "shape": "S1g"
504
569
  }
505
570
  }
506
571
  }
@@ -522,11 +587,44 @@
522
587
  ],
523
588
  "members": {
524
589
  "workgroup": {
525
- "shape": "S1l"
590
+ "shape": "S1p"
526
591
  }
527
592
  }
528
593
  }
529
594
  },
595
+ "ListCustomDomainAssociations": {
596
+ "input": {
597
+ "type": "structure",
598
+ "members": {
599
+ "customDomainCertificateArn": {},
600
+ "customDomainName": {},
601
+ "maxResults": {
602
+ "type": "integer"
603
+ },
604
+ "nextToken": {}
605
+ }
606
+ },
607
+ "output": {
608
+ "type": "structure",
609
+ "members": {
610
+ "associations": {
611
+ "type": "list",
612
+ "member": {
613
+ "type": "structure",
614
+ "members": {
615
+ "customDomainCertificateArn": {},
616
+ "customDomainCertificateExpiryTime": {
617
+ "shape": "Se"
618
+ },
619
+ "customDomainName": {},
620
+ "workgroupName": {}
621
+ }
622
+ }
623
+ },
624
+ "nextToken": {}
625
+ }
626
+ }
627
+ },
530
628
  "ListEndpointAccess": {
531
629
  "input": {
532
630
  "type": "structure",
@@ -548,7 +646,7 @@
548
646
  "endpoints": {
549
647
  "type": "list",
550
648
  "member": {
551
- "shape": "Sm"
649
+ "shape": "Sr"
552
650
  }
553
651
  },
554
652
  "nextToken": {}
@@ -574,7 +672,7 @@
574
672
  "namespaces": {
575
673
  "type": "list",
576
674
  "member": {
577
- "shape": "S12"
675
+ "shape": "S17"
578
676
  }
579
677
  },
580
678
  "nextToken": {}
@@ -606,7 +704,7 @@
606
704
  "recoveryPoints": {
607
705
  "type": "list",
608
706
  "member": {
609
- "shape": "S2b"
707
+ "shape": "S2j"
610
708
  }
611
709
  }
612
710
  }
@@ -663,7 +761,7 @@
663
761
  "tableRestoreStatuses": {
664
762
  "type": "list",
665
763
  "member": {
666
- "shape": "S2j"
764
+ "shape": "S2r"
667
765
  }
668
766
  }
669
767
  }
@@ -707,7 +805,7 @@
707
805
  "usageLimits": {
708
806
  "type": "list",
709
807
  "member": {
710
- "shape": "S1b"
808
+ "shape": "S1g"
711
809
  }
712
810
  }
713
811
  }
@@ -733,7 +831,7 @@
733
831
  "workgroups": {
734
832
  "type": "list",
735
833
  "member": {
736
- "shape": "S1l"
834
+ "shape": "S1p"
737
835
  }
738
836
  }
739
837
  }
@@ -755,7 +853,7 @@
755
853
  "type": "structure",
756
854
  "members": {
757
855
  "resourcePolicy": {
758
- "shape": "S2e"
856
+ "shape": "S2m"
759
857
  }
760
858
  }
761
859
  }
@@ -778,7 +876,7 @@
778
876
  "type": "structure",
779
877
  "members": {
780
878
  "namespace": {
781
- "shape": "S12"
879
+ "shape": "S17"
782
880
  },
783
881
  "recoveryPointId": {}
784
882
  }
@@ -807,7 +905,7 @@
807
905
  "type": "structure",
808
906
  "members": {
809
907
  "namespace": {
810
- "shape": "S12"
908
+ "shape": "S17"
811
909
  },
812
910
  "ownerAccount": {},
813
911
  "snapshotName": {}
@@ -845,7 +943,7 @@
845
943
  "type": "structure",
846
944
  "members": {
847
945
  "tableRestoreStatus": {
848
- "shape": "S2j"
946
+ "shape": "S2r"
849
947
  }
850
948
  }
851
949
  }
@@ -889,6 +987,32 @@
889
987
  "members": {}
890
988
  }
891
989
  },
990
+ "UpdateCustomDomainAssociation": {
991
+ "input": {
992
+ "type": "structure",
993
+ "required": [
994
+ "customDomainCertificateArn",
995
+ "customDomainName",
996
+ "workgroupName"
997
+ ],
998
+ "members": {
999
+ "customDomainCertificateArn": {},
1000
+ "customDomainName": {},
1001
+ "workgroupName": {}
1002
+ }
1003
+ },
1004
+ "output": {
1005
+ "type": "structure",
1006
+ "members": {
1007
+ "customDomainCertificateArn": {},
1008
+ "customDomainCertificateExpiryTime": {
1009
+ "shape": "Se"
1010
+ },
1011
+ "customDomainName": {},
1012
+ "workgroupName": {}
1013
+ }
1014
+ }
1015
+ },
892
1016
  "UpdateEndpointAccess": {
893
1017
  "input": {
894
1018
  "type": "structure",
@@ -898,7 +1022,7 @@
898
1022
  "members": {
899
1023
  "endpointName": {},
900
1024
  "vpcSecurityGroupIds": {
901
- "shape": "Sj"
1025
+ "shape": "So"
902
1026
  }
903
1027
  }
904
1028
  },
@@ -906,7 +1030,7 @@
906
1030
  "type": "structure",
907
1031
  "members": {
908
1032
  "endpoint": {
909
- "shape": "Sm"
1033
+ "shape": "Sr"
910
1034
  }
911
1035
  }
912
1036
  }
@@ -920,18 +1044,18 @@
920
1044
  "members": {
921
1045
  "adminPasswordSecretKmsKeyId": {},
922
1046
  "adminUserPassword": {
923
- "shape": "St"
1047
+ "shape": "Sy"
924
1048
  },
925
1049
  "adminUsername": {
926
- "shape": "Su"
1050
+ "shape": "Sz"
927
1051
  },
928
1052
  "defaultIamRoleArn": {},
929
1053
  "iamRoles": {
930
- "shape": "Sv"
1054
+ "shape": "S10"
931
1055
  },
932
1056
  "kmsKeyId": {},
933
1057
  "logExports": {
934
- "shape": "Sx"
1058
+ "shape": "S12"
935
1059
  },
936
1060
  "manageAdminPassword": {
937
1061
  "type": "boolean"
@@ -946,7 +1070,7 @@
946
1070
  ],
947
1071
  "members": {
948
1072
  "namespace": {
949
- "shape": "S12"
1073
+ "shape": "S17"
950
1074
  }
951
1075
  }
952
1076
  }
@@ -991,7 +1115,7 @@
991
1115
  "type": "structure",
992
1116
  "members": {
993
1117
  "usageLimit": {
994
- "shape": "S1b"
1118
+ "shape": "S1g"
995
1119
  }
996
1120
  }
997
1121
  }
@@ -1007,7 +1131,7 @@
1007
1131
  "type": "integer"
1008
1132
  },
1009
1133
  "configParameters": {
1010
- "shape": "S1d"
1134
+ "shape": "S1i"
1011
1135
  },
1012
1136
  "enhancedVpcRouting": {
1013
1137
  "type": "boolean"
@@ -1019,10 +1143,10 @@
1019
1143
  "type": "boolean"
1020
1144
  },
1021
1145
  "securityGroupIds": {
1022
- "shape": "S1h"
1146
+ "shape": "S1m"
1023
1147
  },
1024
1148
  "subnetIds": {
1025
- "shape": "Sh"
1149
+ "shape": "Sm"
1026
1150
  },
1027
1151
  "workgroupName": {}
1028
1152
  }
@@ -1034,7 +1158,7 @@
1034
1158
  ],
1035
1159
  "members": {
1036
1160
  "workgroup": {
1037
- "shape": "S1l"
1161
+ "shape": "S1p"
1038
1162
  }
1039
1163
  }
1040
1164
  }
@@ -1114,15 +1238,15 @@
1114
1238
  "type": "timestamp",
1115
1239
  "timestampFormat": "iso8601"
1116
1240
  },
1117
- "Sh": {
1241
+ "Sm": {
1118
1242
  "type": "list",
1119
1243
  "member": {}
1120
1244
  },
1121
- "Sj": {
1245
+ "So": {
1122
1246
  "type": "list",
1123
1247
  "member": {}
1124
1248
  },
1125
- "Sm": {
1249
+ "Sr": {
1126
1250
  "type": "structure",
1127
1251
  "members": {
1128
1252
  "address": {},
@@ -1136,10 +1260,10 @@
1136
1260
  "type": "integer"
1137
1261
  },
1138
1262
  "subnetIds": {
1139
- "shape": "Sh"
1263
+ "shape": "Sm"
1140
1264
  },
1141
1265
  "vpcEndpoint": {
1142
- "shape": "Sn"
1266
+ "shape": "Ss"
1143
1267
  },
1144
1268
  "vpcSecurityGroups": {
1145
1269
  "type": "list",
@@ -1154,7 +1278,7 @@
1154
1278
  "workgroupName": {}
1155
1279
  }
1156
1280
  },
1157
- "Sn": {
1281
+ "Ss": {
1158
1282
  "type": "structure",
1159
1283
  "members": {
1160
1284
  "networkInterfaces": {
@@ -1173,29 +1297,29 @@
1173
1297
  "vpcId": {}
1174
1298
  }
1175
1299
  },
1176
- "St": {
1300
+ "Sy": {
1177
1301
  "type": "string",
1178
1302
  "sensitive": true
1179
1303
  },
1180
- "Su": {
1304
+ "Sz": {
1181
1305
  "type": "string",
1182
1306
  "sensitive": true
1183
1307
  },
1184
- "Sv": {
1308
+ "S10": {
1185
1309
  "type": "list",
1186
1310
  "member": {}
1187
1311
  },
1188
- "Sx": {
1312
+ "S12": {
1189
1313
  "type": "list",
1190
1314
  "member": {}
1191
1315
  },
1192
- "S12": {
1316
+ "S17": {
1193
1317
  "type": "structure",
1194
1318
  "members": {
1195
1319
  "adminPasswordSecretArn": {},
1196
1320
  "adminPasswordSecretKmsKeyId": {},
1197
1321
  "adminUsername": {
1198
- "shape": "Su"
1322
+ "shape": "Sz"
1199
1323
  },
1200
1324
  "creationDate": {
1201
1325
  "shape": "Se"
@@ -1203,11 +1327,11 @@
1203
1327
  "dbName": {},
1204
1328
  "defaultIamRoleArn": {},
1205
1329
  "iamRoles": {
1206
- "shape": "Sv"
1330
+ "shape": "S10"
1207
1331
  },
1208
1332
  "kmsKeyId": {},
1209
1333
  "logExports": {
1210
- "shape": "Sx"
1334
+ "shape": "S12"
1211
1335
  },
1212
1336
  "namespaceArn": {},
1213
1337
  "namespaceId": {},
@@ -1215,7 +1339,7 @@
1215
1339
  "status": {}
1216
1340
  }
1217
1341
  },
1218
- "S1b": {
1342
+ "S1g": {
1219
1343
  "type": "structure",
1220
1344
  "members": {
1221
1345
  "amount": {
@@ -1229,7 +1353,7 @@
1229
1353
  "usageType": {}
1230
1354
  }
1231
1355
  },
1232
- "S1d": {
1356
+ "S1i": {
1233
1357
  "type": "list",
1234
1358
  "member": {
1235
1359
  "type": "structure",
@@ -1239,22 +1363,27 @@
1239
1363
  }
1240
1364
  }
1241
1365
  },
1242
- "S1h": {
1366
+ "S1m": {
1243
1367
  "type": "list",
1244
1368
  "member": {}
1245
1369
  },
1246
- "S1l": {
1370
+ "S1p": {
1247
1371
  "type": "structure",
1248
1372
  "members": {
1249
1373
  "baseCapacity": {
1250
1374
  "type": "integer"
1251
1375
  },
1252
1376
  "configParameters": {
1253
- "shape": "S1d"
1377
+ "shape": "S1i"
1254
1378
  },
1255
1379
  "creationDate": {
1256
1380
  "shape": "Se"
1257
1381
  },
1382
+ "customDomainCertificateArn": {},
1383
+ "customDomainCertificateExpiryTime": {
1384
+ "shape": "Se"
1385
+ },
1386
+ "customDomainName": {},
1258
1387
  "endpoint": {
1259
1388
  "type": "structure",
1260
1389
  "members": {
@@ -1265,7 +1394,7 @@
1265
1394
  "vpcEndpoints": {
1266
1395
  "type": "list",
1267
1396
  "member": {
1268
- "shape": "Sn"
1397
+ "shape": "Ss"
1269
1398
  }
1270
1399
  }
1271
1400
  }
@@ -1282,11 +1411,11 @@
1282
1411
  "type": "boolean"
1283
1412
  },
1284
1413
  "securityGroupIds": {
1285
- "shape": "S1h"
1414
+ "shape": "S1m"
1286
1415
  },
1287
1416
  "status": {},
1288
1417
  "subnetIds": {
1289
- "shape": "Sh"
1418
+ "shape": "Sm"
1290
1419
  },
1291
1420
  "workgroupArn": {},
1292
1421
  "workgroupId": {},
@@ -1294,7 +1423,7 @@
1294
1423
  "workgroupVersion": {}
1295
1424
  }
1296
1425
  },
1297
- "S2b": {
1426
+ "S2j": {
1298
1427
  "type": "structure",
1299
1428
  "members": {
1300
1429
  "namespaceArn": {},
@@ -1309,14 +1438,14 @@
1309
1438
  "workgroupName": {}
1310
1439
  }
1311
1440
  },
1312
- "S2e": {
1441
+ "S2m": {
1313
1442
  "type": "structure",
1314
1443
  "members": {
1315
1444
  "policy": {},
1316
1445
  "resourceArn": {}
1317
1446
  }
1318
1447
  },
1319
- "S2j": {
1448
+ "S2r": {
1320
1449
  "type": "structure",
1321
1450
  "members": {
1322
1451
  "message": {},