aws-sdk 2.1418.0 → 2.1419.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 +12 -1
- package/README.md +1 -1
- package/apis/codecatalyst-2022-09-28.min.json +294 -24
- package/apis/connectcases-2022-10-03.min.json +35 -25
- package/apis/route53resolver-2018-04-01.min.json +201 -62
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +32 -32
- package/apis/sagemaker-2017-07-24.min.json +205 -158
- package/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/apis/securitylake-2018-05-10.min.json +139 -34
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/clients/codecatalyst.d.ts +264 -7
- package/clients/connectcases.d.ts +15 -4
- package/clients/lexmodelsv2.d.ts +11 -11
- package/clients/route53resolver.d.ts +220 -7
- package/clients/sagemaker.d.ts +88 -10
- package/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
- package/clients/savingsplans.d.ts +1 -1
- package/clients/securitylake.d.ts +93 -11
- package/clients/transcribeservice.d.ts +21 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -87,7 +87,7 @@
|
|
87
87
|
"type": "structure",
|
88
88
|
"members": {
|
89
89
|
"ResolverQueryLogConfigAssociation": {
|
90
|
-
"shape": "
|
90
|
+
"shape": "Sy"
|
91
91
|
}
|
92
92
|
}
|
93
93
|
}
|
@@ -109,7 +109,7 @@
|
|
109
109
|
"type": "structure",
|
110
110
|
"members": {
|
111
111
|
"ResolverRuleAssociation": {
|
112
|
-
"shape": "
|
112
|
+
"shape": "S14"
|
113
113
|
}
|
114
114
|
}
|
115
115
|
}
|
@@ -135,7 +135,7 @@
|
|
135
135
|
"type": "structure",
|
136
136
|
"members": {
|
137
137
|
"FirewallDomainList": {
|
138
|
-
"shape": "
|
138
|
+
"shape": "S18"
|
139
139
|
}
|
140
140
|
}
|
141
141
|
}
|
@@ -174,7 +174,7 @@
|
|
174
174
|
"type": "structure",
|
175
175
|
"members": {
|
176
176
|
"FirewallRule": {
|
177
|
-
"shape": "
|
177
|
+
"shape": "S1i"
|
178
178
|
}
|
179
179
|
}
|
180
180
|
}
|
@@ -200,7 +200,38 @@
|
|
200
200
|
"type": "structure",
|
201
201
|
"members": {
|
202
202
|
"FirewallRuleGroup": {
|
203
|
-
"shape": "
|
203
|
+
"shape": "S1l"
|
204
|
+
}
|
205
|
+
}
|
206
|
+
}
|
207
|
+
},
|
208
|
+
"CreateOutpostResolver": {
|
209
|
+
"input": {
|
210
|
+
"type": "structure",
|
211
|
+
"required": [
|
212
|
+
"CreatorRequestId",
|
213
|
+
"Name",
|
214
|
+
"PreferredInstanceType",
|
215
|
+
"OutpostArn"
|
216
|
+
],
|
217
|
+
"members": {
|
218
|
+
"CreatorRequestId": {},
|
219
|
+
"Name": {},
|
220
|
+
"InstanceCount": {
|
221
|
+
"type": "integer"
|
222
|
+
},
|
223
|
+
"PreferredInstanceType": {},
|
224
|
+
"OutpostArn": {},
|
225
|
+
"Tags": {
|
226
|
+
"shape": "S7"
|
227
|
+
}
|
228
|
+
}
|
229
|
+
},
|
230
|
+
"output": {
|
231
|
+
"type": "structure",
|
232
|
+
"members": {
|
233
|
+
"OutpostResolver": {
|
234
|
+
"shape": "S1t"
|
204
235
|
}
|
205
236
|
}
|
206
237
|
}
|
@@ -238,7 +269,9 @@
|
|
238
269
|
"Tags": {
|
239
270
|
"shape": "S7"
|
240
271
|
},
|
241
|
-
"ResolverEndpointType": {}
|
272
|
+
"ResolverEndpointType": {},
|
273
|
+
"OutpostArn": {},
|
274
|
+
"PreferredInstanceType": {}
|
242
275
|
}
|
243
276
|
},
|
244
277
|
"output": {
|
@@ -273,7 +306,7 @@
|
|
273
306
|
"type": "structure",
|
274
307
|
"members": {
|
275
308
|
"ResolverQueryLogConfig": {
|
276
|
-
"shape": "
|
309
|
+
"shape": "S24"
|
277
310
|
}
|
278
311
|
}
|
279
312
|
}
|
@@ -292,7 +325,7 @@
|
|
292
325
|
"RuleType": {},
|
293
326
|
"DomainName": {},
|
294
327
|
"TargetIps": {
|
295
|
-
"shape": "
|
328
|
+
"shape": "S2a"
|
296
329
|
},
|
297
330
|
"ResolverEndpointId": {},
|
298
331
|
"Tags": {
|
@@ -304,7 +337,7 @@
|
|
304
337
|
"type": "structure",
|
305
338
|
"members": {
|
306
339
|
"ResolverRule": {
|
307
|
-
"shape": "
|
340
|
+
"shape": "S2e"
|
308
341
|
}
|
309
342
|
}
|
310
343
|
}
|
@@ -323,7 +356,7 @@
|
|
323
356
|
"type": "structure",
|
324
357
|
"members": {
|
325
358
|
"FirewallDomainList": {
|
326
|
-
"shape": "
|
359
|
+
"shape": "S18"
|
327
360
|
}
|
328
361
|
}
|
329
362
|
}
|
@@ -344,7 +377,7 @@
|
|
344
377
|
"type": "structure",
|
345
378
|
"members": {
|
346
379
|
"FirewallRule": {
|
347
|
-
"shape": "
|
380
|
+
"shape": "S1i"
|
348
381
|
}
|
349
382
|
}
|
350
383
|
}
|
@@ -363,7 +396,26 @@
|
|
363
396
|
"type": "structure",
|
364
397
|
"members": {
|
365
398
|
"FirewallRuleGroup": {
|
366
|
-
"shape": "
|
399
|
+
"shape": "S1l"
|
400
|
+
}
|
401
|
+
}
|
402
|
+
}
|
403
|
+
},
|
404
|
+
"DeleteOutpostResolver": {
|
405
|
+
"input": {
|
406
|
+
"type": "structure",
|
407
|
+
"required": [
|
408
|
+
"Id"
|
409
|
+
],
|
410
|
+
"members": {
|
411
|
+
"Id": {}
|
412
|
+
}
|
413
|
+
},
|
414
|
+
"output": {
|
415
|
+
"type": "structure",
|
416
|
+
"members": {
|
417
|
+
"OutpostResolver": {
|
418
|
+
"shape": "S1t"
|
367
419
|
}
|
368
420
|
}
|
369
421
|
}
|
@@ -401,7 +453,7 @@
|
|
401
453
|
"type": "structure",
|
402
454
|
"members": {
|
403
455
|
"ResolverQueryLogConfig": {
|
404
|
-
"shape": "
|
456
|
+
"shape": "S24"
|
405
457
|
}
|
406
458
|
}
|
407
459
|
}
|
@@ -420,7 +472,7 @@
|
|
420
472
|
"type": "structure",
|
421
473
|
"members": {
|
422
474
|
"ResolverRule": {
|
423
|
-
"shape": "
|
475
|
+
"shape": "S2e"
|
424
476
|
}
|
425
477
|
}
|
426
478
|
}
|
@@ -483,7 +535,7 @@
|
|
483
535
|
"type": "structure",
|
484
536
|
"members": {
|
485
537
|
"ResolverQueryLogConfigAssociation": {
|
486
|
-
"shape": "
|
538
|
+
"shape": "Sy"
|
487
539
|
}
|
488
540
|
}
|
489
541
|
}
|
@@ -504,7 +556,7 @@
|
|
504
556
|
"type": "structure",
|
505
557
|
"members": {
|
506
558
|
"ResolverRuleAssociation": {
|
507
|
-
"shape": "
|
559
|
+
"shape": "S14"
|
508
560
|
}
|
509
561
|
}
|
510
562
|
}
|
@@ -523,7 +575,7 @@
|
|
523
575
|
"type": "structure",
|
524
576
|
"members": {
|
525
577
|
"FirewallConfig": {
|
526
|
-
"shape": "
|
578
|
+
"shape": "S34"
|
527
579
|
}
|
528
580
|
}
|
529
581
|
}
|
@@ -542,7 +594,7 @@
|
|
542
594
|
"type": "structure",
|
543
595
|
"members": {
|
544
596
|
"FirewallDomainList": {
|
545
|
-
"shape": "
|
597
|
+
"shape": "S18"
|
546
598
|
}
|
547
599
|
}
|
548
600
|
}
|
@@ -561,7 +613,7 @@
|
|
561
613
|
"type": "structure",
|
562
614
|
"members": {
|
563
615
|
"FirewallRuleGroup": {
|
564
|
-
"shape": "
|
616
|
+
"shape": "S1l"
|
565
617
|
}
|
566
618
|
}
|
567
619
|
}
|
@@ -602,6 +654,25 @@
|
|
602
654
|
}
|
603
655
|
}
|
604
656
|
},
|
657
|
+
"GetOutpostResolver": {
|
658
|
+
"input": {
|
659
|
+
"type": "structure",
|
660
|
+
"required": [
|
661
|
+
"Id"
|
662
|
+
],
|
663
|
+
"members": {
|
664
|
+
"Id": {}
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"output": {
|
668
|
+
"type": "structure",
|
669
|
+
"members": {
|
670
|
+
"OutpostResolver": {
|
671
|
+
"shape": "S1t"
|
672
|
+
}
|
673
|
+
}
|
674
|
+
}
|
675
|
+
},
|
605
676
|
"GetResolverConfig": {
|
606
677
|
"input": {
|
607
678
|
"type": "structure",
|
@@ -616,7 +687,7 @@
|
|
616
687
|
"type": "structure",
|
617
688
|
"members": {
|
618
689
|
"ResolverConfig": {
|
619
|
-
"shape": "
|
690
|
+
"shape": "S3j"
|
620
691
|
}
|
621
692
|
}
|
622
693
|
}
|
@@ -635,7 +706,7 @@
|
|
635
706
|
"type": "structure",
|
636
707
|
"members": {
|
637
708
|
"ResolverDNSSECConfig": {
|
638
|
-
"shape": "
|
709
|
+
"shape": "S3n"
|
639
710
|
}
|
640
711
|
}
|
641
712
|
}
|
@@ -673,7 +744,7 @@
|
|
673
744
|
"type": "structure",
|
674
745
|
"members": {
|
675
746
|
"ResolverQueryLogConfig": {
|
676
|
-
"shape": "
|
747
|
+
"shape": "S24"
|
677
748
|
}
|
678
749
|
}
|
679
750
|
}
|
@@ -692,7 +763,7 @@
|
|
692
763
|
"type": "structure",
|
693
764
|
"members": {
|
694
765
|
"ResolverQueryLogConfigAssociation": {
|
695
|
-
"shape": "
|
766
|
+
"shape": "Sy"
|
696
767
|
}
|
697
768
|
}
|
698
769
|
}
|
@@ -728,7 +799,7 @@
|
|
728
799
|
"type": "structure",
|
729
800
|
"members": {
|
730
801
|
"ResolverRule": {
|
731
|
-
"shape": "
|
802
|
+
"shape": "S2e"
|
732
803
|
}
|
733
804
|
}
|
734
805
|
}
|
@@ -747,7 +818,7 @@
|
|
747
818
|
"type": "structure",
|
748
819
|
"members": {
|
749
820
|
"ResolverRuleAssociation": {
|
750
|
-
"shape": "
|
821
|
+
"shape": "S14"
|
751
822
|
}
|
752
823
|
}
|
753
824
|
}
|
@@ -810,7 +881,7 @@
|
|
810
881
|
"FirewallConfigs": {
|
811
882
|
"type": "list",
|
812
883
|
"member": {
|
813
|
-
"shape": "
|
884
|
+
"shape": "S34"
|
814
885
|
}
|
815
886
|
}
|
816
887
|
}
|
@@ -865,7 +936,7 @@
|
|
865
936
|
"members": {
|
866
937
|
"NextToken": {},
|
867
938
|
"Domains": {
|
868
|
-
"shape": "
|
939
|
+
"shape": "S4m"
|
869
940
|
}
|
870
941
|
}
|
871
942
|
}
|
@@ -955,12 +1026,36 @@
|
|
955
1026
|
"FirewallRules": {
|
956
1027
|
"type": "list",
|
957
1028
|
"member": {
|
958
|
-
"shape": "
|
1029
|
+
"shape": "S1i"
|
959
1030
|
}
|
960
1031
|
}
|
961
1032
|
}
|
962
1033
|
}
|
963
1034
|
},
|
1035
|
+
"ListOutpostResolvers": {
|
1036
|
+
"input": {
|
1037
|
+
"type": "structure",
|
1038
|
+
"members": {
|
1039
|
+
"OutpostArn": {},
|
1040
|
+
"MaxResults": {
|
1041
|
+
"type": "integer"
|
1042
|
+
},
|
1043
|
+
"NextToken": {}
|
1044
|
+
}
|
1045
|
+
},
|
1046
|
+
"output": {
|
1047
|
+
"type": "structure",
|
1048
|
+
"members": {
|
1049
|
+
"OutpostResolvers": {
|
1050
|
+
"type": "list",
|
1051
|
+
"member": {
|
1052
|
+
"shape": "S1t"
|
1053
|
+
}
|
1054
|
+
},
|
1055
|
+
"NextToken": {}
|
1056
|
+
}
|
1057
|
+
}
|
1058
|
+
},
|
964
1059
|
"ListResolverConfigs": {
|
965
1060
|
"input": {
|
966
1061
|
"type": "structure",
|
@@ -978,7 +1073,7 @@
|
|
978
1073
|
"ResolverConfigs": {
|
979
1074
|
"type": "list",
|
980
1075
|
"member": {
|
981
|
-
"shape": "
|
1076
|
+
"shape": "S3j"
|
982
1077
|
}
|
983
1078
|
}
|
984
1079
|
}
|
@@ -993,7 +1088,7 @@
|
|
993
1088
|
},
|
994
1089
|
"NextToken": {},
|
995
1090
|
"Filters": {
|
996
|
-
"shape": "
|
1091
|
+
"shape": "S56"
|
997
1092
|
}
|
998
1093
|
}
|
999
1094
|
},
|
@@ -1004,7 +1099,7 @@
|
|
1004
1099
|
"ResolverDnssecConfigs": {
|
1005
1100
|
"type": "list",
|
1006
1101
|
"member": {
|
1007
|
-
"shape": "
|
1102
|
+
"shape": "S3n"
|
1008
1103
|
}
|
1009
1104
|
}
|
1010
1105
|
}
|
@@ -1059,7 +1154,7 @@
|
|
1059
1154
|
},
|
1060
1155
|
"NextToken": {},
|
1061
1156
|
"Filters": {
|
1062
|
-
"shape": "
|
1157
|
+
"shape": "S56"
|
1063
1158
|
}
|
1064
1159
|
}
|
1065
1160
|
},
|
@@ -1088,7 +1183,7 @@
|
|
1088
1183
|
},
|
1089
1184
|
"NextToken": {},
|
1090
1185
|
"Filters": {
|
1091
|
-
"shape": "
|
1186
|
+
"shape": "S56"
|
1092
1187
|
},
|
1093
1188
|
"SortBy": {},
|
1094
1189
|
"SortOrder": {}
|
@@ -1107,7 +1202,7 @@
|
|
1107
1202
|
"ResolverQueryLogConfigAssociations": {
|
1108
1203
|
"type": "list",
|
1109
1204
|
"member": {
|
1110
|
-
"shape": "
|
1205
|
+
"shape": "Sy"
|
1111
1206
|
}
|
1112
1207
|
}
|
1113
1208
|
}
|
@@ -1122,7 +1217,7 @@
|
|
1122
1217
|
},
|
1123
1218
|
"NextToken": {},
|
1124
1219
|
"Filters": {
|
1125
|
-
"shape": "
|
1220
|
+
"shape": "S56"
|
1126
1221
|
},
|
1127
1222
|
"SortBy": {},
|
1128
1223
|
"SortOrder": {}
|
@@ -1141,7 +1236,7 @@
|
|
1141
1236
|
"ResolverQueryLogConfigs": {
|
1142
1237
|
"type": "list",
|
1143
1238
|
"member": {
|
1144
|
-
"shape": "
|
1239
|
+
"shape": "S24"
|
1145
1240
|
}
|
1146
1241
|
}
|
1147
1242
|
}
|
@@ -1156,7 +1251,7 @@
|
|
1156
1251
|
},
|
1157
1252
|
"NextToken": {},
|
1158
1253
|
"Filters": {
|
1159
|
-
"shape": "
|
1254
|
+
"shape": "S56"
|
1160
1255
|
}
|
1161
1256
|
}
|
1162
1257
|
},
|
@@ -1170,7 +1265,7 @@
|
|
1170
1265
|
"ResolverRuleAssociations": {
|
1171
1266
|
"type": "list",
|
1172
1267
|
"member": {
|
1173
|
-
"shape": "
|
1268
|
+
"shape": "S14"
|
1174
1269
|
}
|
1175
1270
|
}
|
1176
1271
|
}
|
@@ -1185,7 +1280,7 @@
|
|
1185
1280
|
},
|
1186
1281
|
"NextToken": {},
|
1187
1282
|
"Filters": {
|
1188
|
-
"shape": "
|
1283
|
+
"shape": "S56"
|
1189
1284
|
}
|
1190
1285
|
}
|
1191
1286
|
},
|
@@ -1199,7 +1294,7 @@
|
|
1199
1294
|
"ResolverRules": {
|
1200
1295
|
"type": "list",
|
1201
1296
|
"member": {
|
1202
|
-
"shape": "
|
1297
|
+
"shape": "S2e"
|
1203
1298
|
}
|
1204
1299
|
}
|
1205
1300
|
}
|
@@ -1347,7 +1442,7 @@
|
|
1347
1442
|
"type": "structure",
|
1348
1443
|
"members": {
|
1349
1444
|
"FirewallConfig": {
|
1350
|
-
"shape": "
|
1445
|
+
"shape": "S34"
|
1351
1446
|
}
|
1352
1447
|
}
|
1353
1448
|
}
|
@@ -1364,7 +1459,7 @@
|
|
1364
1459
|
"FirewallDomainListId": {},
|
1365
1460
|
"Operation": {},
|
1366
1461
|
"Domains": {
|
1367
|
-
"shape": "
|
1462
|
+
"shape": "S4m"
|
1368
1463
|
}
|
1369
1464
|
}
|
1370
1465
|
},
|
@@ -1405,7 +1500,7 @@
|
|
1405
1500
|
"type": "structure",
|
1406
1501
|
"members": {
|
1407
1502
|
"FirewallRule": {
|
1408
|
-
"shape": "
|
1503
|
+
"shape": "S1i"
|
1409
1504
|
}
|
1410
1505
|
}
|
1411
1506
|
}
|
@@ -1434,6 +1529,30 @@
|
|
1434
1529
|
}
|
1435
1530
|
}
|
1436
1531
|
},
|
1532
|
+
"UpdateOutpostResolver": {
|
1533
|
+
"input": {
|
1534
|
+
"type": "structure",
|
1535
|
+
"required": [
|
1536
|
+
"Id"
|
1537
|
+
],
|
1538
|
+
"members": {
|
1539
|
+
"Id": {},
|
1540
|
+
"Name": {},
|
1541
|
+
"InstanceCount": {
|
1542
|
+
"type": "integer"
|
1543
|
+
},
|
1544
|
+
"PreferredInstanceType": {}
|
1545
|
+
}
|
1546
|
+
},
|
1547
|
+
"output": {
|
1548
|
+
"type": "structure",
|
1549
|
+
"members": {
|
1550
|
+
"OutpostResolver": {
|
1551
|
+
"shape": "S1t"
|
1552
|
+
}
|
1553
|
+
}
|
1554
|
+
}
|
1555
|
+
},
|
1437
1556
|
"UpdateResolverConfig": {
|
1438
1557
|
"input": {
|
1439
1558
|
"type": "structure",
|
@@ -1450,7 +1569,7 @@
|
|
1450
1569
|
"type": "structure",
|
1451
1570
|
"members": {
|
1452
1571
|
"ResolverConfig": {
|
1453
|
-
"shape": "
|
1572
|
+
"shape": "S3j"
|
1454
1573
|
}
|
1455
1574
|
}
|
1456
1575
|
}
|
@@ -1471,7 +1590,7 @@
|
|
1471
1590
|
"type": "structure",
|
1472
1591
|
"members": {
|
1473
1592
|
"ResolverDNSSECConfig": {
|
1474
|
-
"shape": "
|
1593
|
+
"shape": "S3n"
|
1475
1594
|
}
|
1476
1595
|
}
|
1477
1596
|
}
|
@@ -1525,7 +1644,7 @@
|
|
1525
1644
|
"members": {
|
1526
1645
|
"Name": {},
|
1527
1646
|
"TargetIps": {
|
1528
|
-
"shape": "
|
1647
|
+
"shape": "S2a"
|
1529
1648
|
},
|
1530
1649
|
"ResolverEndpointId": {}
|
1531
1650
|
}
|
@@ -1536,7 +1655,7 @@
|
|
1536
1655
|
"type": "structure",
|
1537
1656
|
"members": {
|
1538
1657
|
"ResolverRule": {
|
1539
|
-
"shape": "
|
1658
|
+
"shape": "S2e"
|
1540
1659
|
}
|
1541
1660
|
}
|
1542
1661
|
}
|
@@ -1605,14 +1724,16 @@
|
|
1605
1724
|
"StatusMessage": {},
|
1606
1725
|
"CreationTime": {},
|
1607
1726
|
"ModificationTime": {},
|
1608
|
-
"ResolverEndpointType": {}
|
1727
|
+
"ResolverEndpointType": {},
|
1728
|
+
"OutpostArn": {},
|
1729
|
+
"PreferredInstanceType": {}
|
1609
1730
|
}
|
1610
1731
|
},
|
1611
1732
|
"Sp": {
|
1612
1733
|
"type": "list",
|
1613
1734
|
"member": {}
|
1614
1735
|
},
|
1615
|
-
"
|
1736
|
+
"Sy": {
|
1616
1737
|
"type": "structure",
|
1617
1738
|
"members": {
|
1618
1739
|
"Id": {},
|
@@ -1624,7 +1745,7 @@
|
|
1624
1745
|
"CreationTime": {}
|
1625
1746
|
}
|
1626
1747
|
},
|
1627
|
-
"
|
1748
|
+
"S14": {
|
1628
1749
|
"type": "structure",
|
1629
1750
|
"members": {
|
1630
1751
|
"Id": {},
|
@@ -1635,7 +1756,7 @@
|
|
1635
1756
|
"StatusMessage": {}
|
1636
1757
|
}
|
1637
1758
|
},
|
1638
|
-
"
|
1759
|
+
"S18": {
|
1639
1760
|
"type": "structure",
|
1640
1761
|
"members": {
|
1641
1762
|
"Id": {},
|
@@ -1652,7 +1773,7 @@
|
|
1652
1773
|
"ModificationTime": {}
|
1653
1774
|
}
|
1654
1775
|
},
|
1655
|
-
"
|
1776
|
+
"S1i": {
|
1656
1777
|
"type": "structure",
|
1657
1778
|
"members": {
|
1658
1779
|
"FirewallRuleGroupId": {},
|
@@ -1673,7 +1794,7 @@
|
|
1673
1794
|
"ModificationTime": {}
|
1674
1795
|
}
|
1675
1796
|
},
|
1676
|
-
"
|
1797
|
+
"S1l": {
|
1677
1798
|
"type": "structure",
|
1678
1799
|
"members": {
|
1679
1800
|
"Id": {},
|
@@ -1691,7 +1812,25 @@
|
|
1691
1812
|
"ModificationTime": {}
|
1692
1813
|
}
|
1693
1814
|
},
|
1694
|
-
"
|
1815
|
+
"S1t": {
|
1816
|
+
"type": "structure",
|
1817
|
+
"members": {
|
1818
|
+
"Arn": {},
|
1819
|
+
"CreationTime": {},
|
1820
|
+
"ModificationTime": {},
|
1821
|
+
"CreatorRequestId": {},
|
1822
|
+
"Id": {},
|
1823
|
+
"InstanceCount": {
|
1824
|
+
"type": "integer"
|
1825
|
+
},
|
1826
|
+
"PreferredInstanceType": {},
|
1827
|
+
"Name": {},
|
1828
|
+
"Status": {},
|
1829
|
+
"StatusMessage": {},
|
1830
|
+
"OutpostArn": {}
|
1831
|
+
}
|
1832
|
+
},
|
1833
|
+
"S24": {
|
1695
1834
|
"type": "structure",
|
1696
1835
|
"members": {
|
1697
1836
|
"Id": {},
|
@@ -1708,7 +1847,7 @@
|
|
1708
1847
|
"CreationTime": {}
|
1709
1848
|
}
|
1710
1849
|
},
|
1711
|
-
"
|
1850
|
+
"S2a": {
|
1712
1851
|
"type": "list",
|
1713
1852
|
"member": {
|
1714
1853
|
"type": "structure",
|
@@ -1721,7 +1860,7 @@
|
|
1721
1860
|
}
|
1722
1861
|
}
|
1723
1862
|
},
|
1724
|
-
"
|
1863
|
+
"S2e": {
|
1725
1864
|
"type": "structure",
|
1726
1865
|
"members": {
|
1727
1866
|
"Id": {},
|
@@ -1733,7 +1872,7 @@
|
|
1733
1872
|
"RuleType": {},
|
1734
1873
|
"Name": {},
|
1735
1874
|
"TargetIps": {
|
1736
|
-
"shape": "
|
1875
|
+
"shape": "S2a"
|
1737
1876
|
},
|
1738
1877
|
"ResolverEndpointId": {},
|
1739
1878
|
"OwnerId": {},
|
@@ -1742,7 +1881,7 @@
|
|
1742
1881
|
"ModificationTime": {}
|
1743
1882
|
}
|
1744
1883
|
},
|
1745
|
-
"
|
1884
|
+
"S34": {
|
1746
1885
|
"type": "structure",
|
1747
1886
|
"members": {
|
1748
1887
|
"Id": {},
|
@@ -1751,7 +1890,7 @@
|
|
1751
1890
|
"FirewallFailOpen": {}
|
1752
1891
|
}
|
1753
1892
|
},
|
1754
|
-
"
|
1893
|
+
"S3j": {
|
1755
1894
|
"type": "structure",
|
1756
1895
|
"members": {
|
1757
1896
|
"Id": {},
|
@@ -1760,7 +1899,7 @@
|
|
1760
1899
|
"AutodefinedReverse": {}
|
1761
1900
|
}
|
1762
1901
|
},
|
1763
|
-
"
|
1902
|
+
"S3n": {
|
1764
1903
|
"type": "structure",
|
1765
1904
|
"members": {
|
1766
1905
|
"Id": {},
|
@@ -1769,11 +1908,11 @@
|
|
1769
1908
|
"ValidationStatus": {}
|
1770
1909
|
}
|
1771
1910
|
},
|
1772
|
-
"
|
1911
|
+
"S4m": {
|
1773
1912
|
"type": "list",
|
1774
1913
|
"member": {}
|
1775
1914
|
},
|
1776
|
-
"
|
1915
|
+
"S56": {
|
1777
1916
|
"type": "list",
|
1778
1917
|
"member": {
|
1779
1918
|
"type": "structure",
|
@@ -36,6 +36,12 @@
|
|
36
36
|
"limit_key": "MaxResults",
|
37
37
|
"result_key": "FirewallRules"
|
38
38
|
},
|
39
|
+
"ListOutpostResolvers": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "OutpostResolvers"
|
44
|
+
},
|
39
45
|
"ListResolverConfigs": {
|
40
46
|
"input_token": "NextToken",
|
41
47
|
"output_token": "NextToken",
|