aws-sdk 2.1386.0 → 2.1388.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 +21 -1
- package/README.md +1 -1
- package/apis/chime-sdk-voice-2022-08-03.min.json +2 -1
- package/apis/config-2014-11-12.min.json +129 -112
- package/apis/frauddetector-2019-11-15.min.json +29 -12
- package/apis/glue-2017-03-31.min.json +510 -509
- package/apis/healthlake-2017-07-01.min.json +43 -17
- package/apis/iotfleetwise-2021-06-17.min.json +86 -43
- package/apis/location-2020-11-19.min.json +23 -16
- package/apis/m2-2021-04-28.min.json +90 -40
- package/apis/personalize-2018-05-22.min.json +32 -13
- package/apis/rds-2014-10-31.min.json +4 -2
- package/apis/securityhub-2018-10-26.examples.json +140 -3
- package/apis/securityhub-2018-10-26.min.json +465 -158
- package/apis/securitylake-2018-05-10.min.json +457 -447
- package/apis/securitylake-2018-05-10.paginators.json +7 -7
- package/apis/wafv2-2019-07-29.min.json +168 -159
- package/apis/workspaces-web-2020-07-08.min.json +360 -71
- package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/clients/chimesdkvoice.d.ts +5 -0
- package/clients/configservice.d.ts +34 -13
- package/clients/frauddetector.d.ts +18 -4
- package/clients/glue.d.ts +29 -24
- package/clients/groundstation.d.ts +2 -2
- package/clients/healthlake.d.ts +40 -10
- package/clients/iotfleetwise.d.ts +98 -13
- package/clients/location.d.ts +24 -8
- package/clients/m2.d.ts +81 -2
- package/clients/memorydb.d.ts +2 -2
- package/clients/personalize.d.ts +34 -17
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +10 -2
- package/clients/securityhub.d.ts +539 -1
- package/clients/securitylake.d.ts +560 -541
- package/clients/servicecatalog.d.ts +8 -8
- package/clients/wafv2.d.ts +16 -6
- package/clients/workspacesweb.d.ts +254 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +191 -146
- package/dist/aws-sdk.min.js +63 -63
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -48,6 +48,42 @@
|
|
48
48
|
},
|
49
49
|
"idempotent": true
|
50
50
|
},
|
51
|
+
"AssociateIpAccessSettings": {
|
52
|
+
"http": {
|
53
|
+
"method": "PUT",
|
54
|
+
"requestUri": "/portals/{portalArn+}/ipAccessSettings",
|
55
|
+
"responseCode": 200
|
56
|
+
},
|
57
|
+
"input": {
|
58
|
+
"type": "structure",
|
59
|
+
"required": [
|
60
|
+
"ipAccessSettingsArn",
|
61
|
+
"portalArn"
|
62
|
+
],
|
63
|
+
"members": {
|
64
|
+
"ipAccessSettingsArn": {
|
65
|
+
"location": "querystring",
|
66
|
+
"locationName": "ipAccessSettingsArn"
|
67
|
+
},
|
68
|
+
"portalArn": {
|
69
|
+
"location": "uri",
|
70
|
+
"locationName": "portalArn"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"output": {
|
75
|
+
"type": "structure",
|
76
|
+
"required": [
|
77
|
+
"ipAccessSettingsArn",
|
78
|
+
"portalArn"
|
79
|
+
],
|
80
|
+
"members": {
|
81
|
+
"ipAccessSettingsArn": {},
|
82
|
+
"portalArn": {}
|
83
|
+
}
|
84
|
+
},
|
85
|
+
"idempotent": true
|
86
|
+
},
|
51
87
|
"AssociateNetworkSettings": {
|
52
88
|
"http": {
|
53
89
|
"method": "PUT",
|
@@ -204,17 +240,17 @@
|
|
204
240
|
],
|
205
241
|
"members": {
|
206
242
|
"additionalEncryptionContext": {
|
207
|
-
"shape": "
|
243
|
+
"shape": "Sf"
|
208
244
|
},
|
209
245
|
"browserPolicy": {
|
210
|
-
"shape": "
|
246
|
+
"shape": "Sh"
|
211
247
|
},
|
212
248
|
"clientToken": {
|
213
249
|
"idempotencyToken": true
|
214
250
|
},
|
215
251
|
"customerManagedKey": {},
|
216
252
|
"tags": {
|
217
|
-
"shape": "
|
253
|
+
"shape": "Sk"
|
218
254
|
}
|
219
255
|
}
|
220
256
|
},
|
@@ -246,10 +282,10 @@
|
|
246
282
|
"idempotencyToken": true
|
247
283
|
},
|
248
284
|
"identityProviderDetails": {
|
249
|
-
"shape": "
|
285
|
+
"shape": "Sq"
|
250
286
|
},
|
251
287
|
"identityProviderName": {
|
252
|
-
"shape": "
|
288
|
+
"shape": "Sr"
|
253
289
|
},
|
254
290
|
"identityProviderType": {},
|
255
291
|
"portalArn": {}
|
@@ -265,6 +301,48 @@
|
|
265
301
|
}
|
266
302
|
}
|
267
303
|
},
|
304
|
+
"CreateIpAccessSettings": {
|
305
|
+
"http": {
|
306
|
+
"requestUri": "/ipAccessSettings",
|
307
|
+
"responseCode": 200
|
308
|
+
},
|
309
|
+
"input": {
|
310
|
+
"type": "structure",
|
311
|
+
"required": [
|
312
|
+
"ipRules"
|
313
|
+
],
|
314
|
+
"members": {
|
315
|
+
"additionalEncryptionContext": {
|
316
|
+
"shape": "Sf"
|
317
|
+
},
|
318
|
+
"clientToken": {
|
319
|
+
"idempotencyToken": true
|
320
|
+
},
|
321
|
+
"customerManagedKey": {},
|
322
|
+
"description": {
|
323
|
+
"shape": "Sv"
|
324
|
+
},
|
325
|
+
"displayName": {
|
326
|
+
"shape": "Sw"
|
327
|
+
},
|
328
|
+
"ipRules": {
|
329
|
+
"shape": "Sx"
|
330
|
+
},
|
331
|
+
"tags": {
|
332
|
+
"shape": "Sk"
|
333
|
+
}
|
334
|
+
}
|
335
|
+
},
|
336
|
+
"output": {
|
337
|
+
"type": "structure",
|
338
|
+
"required": [
|
339
|
+
"ipAccessSettingsArn"
|
340
|
+
],
|
341
|
+
"members": {
|
342
|
+
"ipAccessSettingsArn": {}
|
343
|
+
}
|
344
|
+
}
|
345
|
+
},
|
268
346
|
"CreateNetworkSettings": {
|
269
347
|
"http": {
|
270
348
|
"requestUri": "/networkSettings",
|
@@ -282,13 +360,13 @@
|
|
282
360
|
"idempotencyToken": true
|
283
361
|
},
|
284
362
|
"securityGroupIds": {
|
285
|
-
"shape": "
|
363
|
+
"shape": "S12"
|
286
364
|
},
|
287
365
|
"subnetIds": {
|
288
|
-
"shape": "
|
366
|
+
"shape": "S14"
|
289
367
|
},
|
290
368
|
"tags": {
|
291
|
-
"shape": "
|
369
|
+
"shape": "Sk"
|
292
370
|
},
|
293
371
|
"vpcId": {}
|
294
372
|
}
|
@@ -312,7 +390,7 @@
|
|
312
390
|
"type": "structure",
|
313
391
|
"members": {
|
314
392
|
"additionalEncryptionContext": {
|
315
|
-
"shape": "
|
393
|
+
"shape": "Sf"
|
316
394
|
},
|
317
395
|
"authenticationType": {},
|
318
396
|
"clientToken": {
|
@@ -320,10 +398,10 @@
|
|
320
398
|
},
|
321
399
|
"customerManagedKey": {},
|
322
400
|
"displayName": {
|
323
|
-
"shape": "
|
401
|
+
"shape": "Sw"
|
324
402
|
},
|
325
403
|
"tags": {
|
326
|
-
"shape": "
|
404
|
+
"shape": "Sk"
|
327
405
|
}
|
328
406
|
}
|
329
407
|
},
|
@@ -351,13 +429,13 @@
|
|
351
429
|
],
|
352
430
|
"members": {
|
353
431
|
"certificateList": {
|
354
|
-
"shape": "
|
432
|
+
"shape": "S1d"
|
355
433
|
},
|
356
434
|
"clientToken": {
|
357
435
|
"idempotencyToken": true
|
358
436
|
},
|
359
437
|
"tags": {
|
360
|
-
"shape": "
|
438
|
+
"shape": "Sk"
|
361
439
|
}
|
362
440
|
}
|
363
441
|
},
|
@@ -387,7 +465,7 @@
|
|
387
465
|
},
|
388
466
|
"kinesisStreamArn": {},
|
389
467
|
"tags": {
|
390
|
-
"shape": "
|
468
|
+
"shape": "Sk"
|
391
469
|
}
|
392
470
|
}
|
393
471
|
},
|
@@ -430,7 +508,7 @@
|
|
430
508
|
"pasteAllowed": {},
|
431
509
|
"printAllowed": {},
|
432
510
|
"tags": {
|
433
|
-
"shape": "
|
511
|
+
"shape": "Sk"
|
434
512
|
},
|
435
513
|
"uploadAllowed": {}
|
436
514
|
}
|
@@ -493,6 +571,30 @@
|
|
493
571
|
},
|
494
572
|
"idempotent": true
|
495
573
|
},
|
574
|
+
"DeleteIpAccessSettings": {
|
575
|
+
"http": {
|
576
|
+
"method": "DELETE",
|
577
|
+
"requestUri": "/ipAccessSettings/{ipAccessSettingsArn+}",
|
578
|
+
"responseCode": 200
|
579
|
+
},
|
580
|
+
"input": {
|
581
|
+
"type": "structure",
|
582
|
+
"required": [
|
583
|
+
"ipAccessSettingsArn"
|
584
|
+
],
|
585
|
+
"members": {
|
586
|
+
"ipAccessSettingsArn": {
|
587
|
+
"location": "uri",
|
588
|
+
"locationName": "ipAccessSettingsArn"
|
589
|
+
}
|
590
|
+
}
|
591
|
+
},
|
592
|
+
"output": {
|
593
|
+
"type": "structure",
|
594
|
+
"members": {}
|
595
|
+
},
|
596
|
+
"idempotent": true
|
597
|
+
},
|
496
598
|
"DeleteNetworkSettings": {
|
497
599
|
"http": {
|
498
600
|
"method": "DELETE",
|
@@ -637,6 +739,30 @@
|
|
637
739
|
},
|
638
740
|
"idempotent": true
|
639
741
|
},
|
742
|
+
"DisassociateIpAccessSettings": {
|
743
|
+
"http": {
|
744
|
+
"method": "DELETE",
|
745
|
+
"requestUri": "/portals/{portalArn+}/ipAccessSettings",
|
746
|
+
"responseCode": 200
|
747
|
+
},
|
748
|
+
"input": {
|
749
|
+
"type": "structure",
|
750
|
+
"required": [
|
751
|
+
"portalArn"
|
752
|
+
],
|
753
|
+
"members": {
|
754
|
+
"portalArn": {
|
755
|
+
"location": "uri",
|
756
|
+
"locationName": "portalArn"
|
757
|
+
}
|
758
|
+
}
|
759
|
+
},
|
760
|
+
"output": {
|
761
|
+
"type": "structure",
|
762
|
+
"members": {}
|
763
|
+
},
|
764
|
+
"idempotent": true
|
765
|
+
},
|
640
766
|
"DisassociateNetworkSettings": {
|
641
767
|
"http": {
|
642
768
|
"method": "DELETE",
|
@@ -755,7 +881,7 @@
|
|
755
881
|
"type": "structure",
|
756
882
|
"members": {
|
757
883
|
"browserSettings": {
|
758
|
-
"shape": "
|
884
|
+
"shape": "S2i"
|
759
885
|
}
|
760
886
|
}
|
761
887
|
}
|
@@ -782,7 +908,34 @@
|
|
782
908
|
"type": "structure",
|
783
909
|
"members": {
|
784
910
|
"identityProvider": {
|
785
|
-
"shape": "
|
911
|
+
"shape": "S2m"
|
912
|
+
}
|
913
|
+
}
|
914
|
+
}
|
915
|
+
},
|
916
|
+
"GetIpAccessSettings": {
|
917
|
+
"http": {
|
918
|
+
"method": "GET",
|
919
|
+
"requestUri": "/ipAccessSettings/{ipAccessSettingsArn+}",
|
920
|
+
"responseCode": 200
|
921
|
+
},
|
922
|
+
"input": {
|
923
|
+
"type": "structure",
|
924
|
+
"required": [
|
925
|
+
"ipAccessSettingsArn"
|
926
|
+
],
|
927
|
+
"members": {
|
928
|
+
"ipAccessSettingsArn": {
|
929
|
+
"location": "uri",
|
930
|
+
"locationName": "ipAccessSettingsArn"
|
931
|
+
}
|
932
|
+
}
|
933
|
+
},
|
934
|
+
"output": {
|
935
|
+
"type": "structure",
|
936
|
+
"members": {
|
937
|
+
"ipAccessSettings": {
|
938
|
+
"shape": "S2p"
|
786
939
|
}
|
787
940
|
}
|
788
941
|
}
|
@@ -809,7 +962,7 @@
|
|
809
962
|
"type": "structure",
|
810
963
|
"members": {
|
811
964
|
"networkSettings": {
|
812
|
-
"shape": "
|
965
|
+
"shape": "S2t"
|
813
966
|
}
|
814
967
|
}
|
815
968
|
}
|
@@ -836,7 +989,7 @@
|
|
836
989
|
"type": "structure",
|
837
990
|
"members": {
|
838
991
|
"portal": {
|
839
|
-
"shape": "
|
992
|
+
"shape": "S2w"
|
840
993
|
}
|
841
994
|
}
|
842
995
|
}
|
@@ -895,7 +1048,7 @@
|
|
895
1048
|
"type": "structure",
|
896
1049
|
"members": {
|
897
1050
|
"associatedPortalArns": {
|
898
|
-
"shape": "
|
1051
|
+
"shape": "S2j"
|
899
1052
|
},
|
900
1053
|
"trustStoreArn": {}
|
901
1054
|
}
|
@@ -972,7 +1125,7 @@
|
|
972
1125
|
"type": "structure",
|
973
1126
|
"members": {
|
974
1127
|
"userAccessLoggingSettings": {
|
975
|
-
"shape": "
|
1128
|
+
"shape": "S3e"
|
976
1129
|
}
|
977
1130
|
}
|
978
1131
|
}
|
@@ -999,7 +1152,7 @@
|
|
999
1152
|
"type": "structure",
|
1000
1153
|
"members": {
|
1001
1154
|
"userSettings": {
|
1002
|
-
"shape": "
|
1155
|
+
"shape": "S3h"
|
1003
1156
|
}
|
1004
1157
|
}
|
1005
1158
|
}
|
@@ -1077,7 +1230,7 @@
|
|
1077
1230
|
"members": {
|
1078
1231
|
"identityProviderArn": {},
|
1079
1232
|
"identityProviderName": {
|
1080
|
-
"shape": "
|
1233
|
+
"shape": "Sr"
|
1081
1234
|
},
|
1082
1235
|
"identityProviderType": {}
|
1083
1236
|
}
|
@@ -1087,6 +1240,51 @@
|
|
1087
1240
|
}
|
1088
1241
|
}
|
1089
1242
|
},
|
1243
|
+
"ListIpAccessSettings": {
|
1244
|
+
"http": {
|
1245
|
+
"method": "GET",
|
1246
|
+
"requestUri": "/ipAccessSettings",
|
1247
|
+
"responseCode": 200
|
1248
|
+
},
|
1249
|
+
"input": {
|
1250
|
+
"type": "structure",
|
1251
|
+
"members": {
|
1252
|
+
"maxResults": {
|
1253
|
+
"location": "querystring",
|
1254
|
+
"locationName": "maxResults",
|
1255
|
+
"type": "integer"
|
1256
|
+
},
|
1257
|
+
"nextToken": {
|
1258
|
+
"location": "querystring",
|
1259
|
+
"locationName": "nextToken"
|
1260
|
+
}
|
1261
|
+
}
|
1262
|
+
},
|
1263
|
+
"output": {
|
1264
|
+
"type": "structure",
|
1265
|
+
"members": {
|
1266
|
+
"ipAccessSettings": {
|
1267
|
+
"type": "list",
|
1268
|
+
"member": {
|
1269
|
+
"type": "structure",
|
1270
|
+
"members": {
|
1271
|
+
"creationDate": {
|
1272
|
+
"type": "timestamp"
|
1273
|
+
},
|
1274
|
+
"description": {
|
1275
|
+
"shape": "Sv"
|
1276
|
+
},
|
1277
|
+
"displayName": {
|
1278
|
+
"shape": "Sw"
|
1279
|
+
},
|
1280
|
+
"ipAccessSettingsArn": {}
|
1281
|
+
}
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
"nextToken": {}
|
1285
|
+
}
|
1286
|
+
}
|
1287
|
+
},
|
1090
1288
|
"ListNetworkSettings": {
|
1091
1289
|
"http": {
|
1092
1290
|
"method": "GET",
|
@@ -1160,8 +1358,9 @@
|
|
1160
1358
|
"type": "timestamp"
|
1161
1359
|
},
|
1162
1360
|
"displayName": {
|
1163
|
-
"shape": "
|
1361
|
+
"shape": "Sw"
|
1164
1362
|
},
|
1363
|
+
"ipAccessSettingsArn": {},
|
1165
1364
|
"networkSettingsArn": {},
|
1166
1365
|
"portalArn": {},
|
1167
1366
|
"portalEndpoint": {},
|
@@ -1198,7 +1397,7 @@
|
|
1198
1397
|
"type": "structure",
|
1199
1398
|
"members": {
|
1200
1399
|
"tags": {
|
1201
|
-
"shape": "
|
1400
|
+
"shape": "Sk"
|
1202
1401
|
}
|
1203
1402
|
}
|
1204
1403
|
}
|
@@ -1395,7 +1594,7 @@
|
|
1395
1594
|
"locationName": "resourceArn"
|
1396
1595
|
},
|
1397
1596
|
"tags": {
|
1398
|
-
"shape": "
|
1597
|
+
"shape": "Sk"
|
1399
1598
|
}
|
1400
1599
|
}
|
1401
1600
|
},
|
@@ -1426,7 +1625,7 @@
|
|
1426
1625
|
"locationName": "tagKeys",
|
1427
1626
|
"type": "list",
|
1428
1627
|
"member": {
|
1429
|
-
"shape": "
|
1628
|
+
"shape": "Sm"
|
1430
1629
|
}
|
1431
1630
|
}
|
1432
1631
|
}
|
@@ -1450,7 +1649,7 @@
|
|
1450
1649
|
],
|
1451
1650
|
"members": {
|
1452
1651
|
"browserPolicy": {
|
1453
|
-
"shape": "
|
1652
|
+
"shape": "Sh"
|
1454
1653
|
},
|
1455
1654
|
"browserSettingsArn": {
|
1456
1655
|
"location": "uri",
|
@@ -1468,7 +1667,7 @@
|
|
1468
1667
|
],
|
1469
1668
|
"members": {
|
1470
1669
|
"browserSettings": {
|
1471
|
-
"shape": "
|
1670
|
+
"shape": "S2i"
|
1472
1671
|
}
|
1473
1672
|
}
|
1474
1673
|
}
|
@@ -1493,10 +1692,10 @@
|
|
1493
1692
|
"locationName": "identityProviderArn"
|
1494
1693
|
},
|
1495
1694
|
"identityProviderDetails": {
|
1496
|
-
"shape": "
|
1695
|
+
"shape": "Sq"
|
1497
1696
|
},
|
1498
1697
|
"identityProviderName": {
|
1499
|
-
"shape": "
|
1698
|
+
"shape": "Sr"
|
1500
1699
|
},
|
1501
1700
|
"identityProviderType": {}
|
1502
1701
|
}
|
@@ -1508,7 +1707,49 @@
|
|
1508
1707
|
],
|
1509
1708
|
"members": {
|
1510
1709
|
"identityProvider": {
|
1511
|
-
"shape": "
|
1710
|
+
"shape": "S2m"
|
1711
|
+
}
|
1712
|
+
}
|
1713
|
+
}
|
1714
|
+
},
|
1715
|
+
"UpdateIpAccessSettings": {
|
1716
|
+
"http": {
|
1717
|
+
"method": "PATCH",
|
1718
|
+
"requestUri": "/ipAccessSettings/{ipAccessSettingsArn+}",
|
1719
|
+
"responseCode": 200
|
1720
|
+
},
|
1721
|
+
"input": {
|
1722
|
+
"type": "structure",
|
1723
|
+
"required": [
|
1724
|
+
"ipAccessSettingsArn"
|
1725
|
+
],
|
1726
|
+
"members": {
|
1727
|
+
"clientToken": {
|
1728
|
+
"idempotencyToken": true
|
1729
|
+
},
|
1730
|
+
"description": {
|
1731
|
+
"shape": "Sv"
|
1732
|
+
},
|
1733
|
+
"displayName": {
|
1734
|
+
"shape": "Sw"
|
1735
|
+
},
|
1736
|
+
"ipAccessSettingsArn": {
|
1737
|
+
"location": "uri",
|
1738
|
+
"locationName": "ipAccessSettingsArn"
|
1739
|
+
},
|
1740
|
+
"ipRules": {
|
1741
|
+
"shape": "Sx"
|
1742
|
+
}
|
1743
|
+
}
|
1744
|
+
},
|
1745
|
+
"output": {
|
1746
|
+
"type": "structure",
|
1747
|
+
"required": [
|
1748
|
+
"ipAccessSettings"
|
1749
|
+
],
|
1750
|
+
"members": {
|
1751
|
+
"ipAccessSettings": {
|
1752
|
+
"shape": "S2p"
|
1512
1753
|
}
|
1513
1754
|
}
|
1514
1755
|
}
|
@@ -1533,10 +1774,10 @@
|
|
1533
1774
|
"locationName": "networkSettingsArn"
|
1534
1775
|
},
|
1535
1776
|
"securityGroupIds": {
|
1536
|
-
"shape": "
|
1777
|
+
"shape": "S12"
|
1537
1778
|
},
|
1538
1779
|
"subnetIds": {
|
1539
|
-
"shape": "
|
1780
|
+
"shape": "S14"
|
1540
1781
|
},
|
1541
1782
|
"vpcId": {}
|
1542
1783
|
}
|
@@ -1548,7 +1789,7 @@
|
|
1548
1789
|
],
|
1549
1790
|
"members": {
|
1550
1791
|
"networkSettings": {
|
1551
|
-
"shape": "
|
1792
|
+
"shape": "S2t"
|
1552
1793
|
}
|
1553
1794
|
}
|
1554
1795
|
}
|
@@ -1567,7 +1808,7 @@
|
|
1567
1808
|
"members": {
|
1568
1809
|
"authenticationType": {},
|
1569
1810
|
"displayName": {
|
1570
|
-
"shape": "
|
1811
|
+
"shape": "Sw"
|
1571
1812
|
},
|
1572
1813
|
"portalArn": {
|
1573
1814
|
"location": "uri",
|
@@ -1579,7 +1820,7 @@
|
|
1579
1820
|
"type": "structure",
|
1580
1821
|
"members": {
|
1581
1822
|
"portal": {
|
1582
|
-
"shape": "
|
1823
|
+
"shape": "S2w"
|
1583
1824
|
}
|
1584
1825
|
}
|
1585
1826
|
},
|
@@ -1598,7 +1839,7 @@
|
|
1598
1839
|
],
|
1599
1840
|
"members": {
|
1600
1841
|
"certificatesToAdd": {
|
1601
|
-
"shape": "
|
1842
|
+
"shape": "S1d"
|
1602
1843
|
},
|
1603
1844
|
"certificatesToDelete": {
|
1604
1845
|
"type": "list",
|
@@ -1652,7 +1893,7 @@
|
|
1652
1893
|
],
|
1653
1894
|
"members": {
|
1654
1895
|
"userAccessLoggingSettings": {
|
1655
|
-
"shape": "
|
1896
|
+
"shape": "S3e"
|
1656
1897
|
}
|
1657
1898
|
}
|
1658
1899
|
}
|
@@ -1696,23 +1937,23 @@
|
|
1696
1937
|
],
|
1697
1938
|
"members": {
|
1698
1939
|
"userSettings": {
|
1699
|
-
"shape": "
|
1940
|
+
"shape": "S3h"
|
1700
1941
|
}
|
1701
1942
|
}
|
1702
1943
|
}
|
1703
1944
|
}
|
1704
1945
|
},
|
1705
1946
|
"shapes": {
|
1706
|
-
"
|
1947
|
+
"Sf": {
|
1707
1948
|
"type": "map",
|
1708
1949
|
"key": {},
|
1709
1950
|
"value": {}
|
1710
1951
|
},
|
1711
|
-
"
|
1952
|
+
"Sh": {
|
1712
1953
|
"type": "string",
|
1713
1954
|
"sensitive": true
|
1714
1955
|
},
|
1715
|
-
"
|
1956
|
+
"Sk": {
|
1716
1957
|
"type": "list",
|
1717
1958
|
"member": {
|
1718
1959
|
"type": "structure",
|
@@ -1722,7 +1963,7 @@
|
|
1722
1963
|
],
|
1723
1964
|
"members": {
|
1724
1965
|
"Key": {
|
1725
|
-
"shape": "
|
1966
|
+
"shape": "Sm"
|
1726
1967
|
},
|
1727
1968
|
"Value": {
|
1728
1969
|
"type": "string",
|
@@ -1732,58 +1973,81 @@
|
|
1732
1973
|
"sensitive": true
|
1733
1974
|
}
|
1734
1975
|
},
|
1735
|
-
"
|
1976
|
+
"Sm": {
|
1736
1977
|
"type": "string",
|
1737
1978
|
"sensitive": true
|
1738
1979
|
},
|
1739
|
-
"
|
1980
|
+
"Sq": {
|
1740
1981
|
"type": "map",
|
1741
1982
|
"key": {},
|
1742
1983
|
"value": {},
|
1743
1984
|
"sensitive": true
|
1744
1985
|
},
|
1745
|
-
"
|
1986
|
+
"Sr": {
|
1987
|
+
"type": "string",
|
1988
|
+
"sensitive": true
|
1989
|
+
},
|
1990
|
+
"Sv": {
|
1991
|
+
"type": "string",
|
1992
|
+
"sensitive": true
|
1993
|
+
},
|
1994
|
+
"Sw": {
|
1746
1995
|
"type": "string",
|
1747
1996
|
"sensitive": true
|
1748
1997
|
},
|
1749
|
-
"
|
1998
|
+
"Sx": {
|
1750
1999
|
"type": "list",
|
1751
|
-
"member": {
|
2000
|
+
"member": {
|
2001
|
+
"type": "structure",
|
2002
|
+
"required": [
|
2003
|
+
"ipRange"
|
2004
|
+
],
|
2005
|
+
"members": {
|
2006
|
+
"description": {
|
2007
|
+
"shape": "Sv"
|
2008
|
+
},
|
2009
|
+
"ipRange": {
|
2010
|
+
"type": "string",
|
2011
|
+
"sensitive": true
|
2012
|
+
}
|
2013
|
+
}
|
2014
|
+
},
|
2015
|
+
"sensitive": true
|
1752
2016
|
},
|
1753
|
-
"
|
2017
|
+
"S12": {
|
1754
2018
|
"type": "list",
|
1755
2019
|
"member": {}
|
1756
2020
|
},
|
1757
|
-
"
|
1758
|
-
"type": "
|
1759
|
-
"
|
2021
|
+
"S14": {
|
2022
|
+
"type": "list",
|
2023
|
+
"member": {}
|
1760
2024
|
},
|
1761
|
-
"
|
2025
|
+
"S1d": {
|
1762
2026
|
"type": "list",
|
1763
2027
|
"member": {
|
1764
2028
|
"type": "blob"
|
1765
2029
|
}
|
1766
2030
|
},
|
1767
|
-
"
|
2031
|
+
"S2i": {
|
1768
2032
|
"type": "structure",
|
1769
2033
|
"required": [
|
1770
2034
|
"browserSettingsArn"
|
1771
2035
|
],
|
1772
2036
|
"members": {
|
1773
2037
|
"associatedPortalArns": {
|
1774
|
-
"shape": "
|
2038
|
+
"shape": "S2j"
|
1775
2039
|
},
|
1776
2040
|
"browserPolicy": {
|
1777
|
-
"shape": "
|
2041
|
+
"shape": "Sh"
|
1778
2042
|
},
|
1779
2043
|
"browserSettingsArn": {}
|
1780
2044
|
}
|
1781
2045
|
},
|
1782
|
-
"
|
2046
|
+
"S2j": {
|
1783
2047
|
"type": "list",
|
1784
2048
|
"member": {}
|
1785
2049
|
},
|
1786
|
-
"
|
2050
|
+
"S2m": {
|
1787
2051
|
"type": "structure",
|
1788
2052
|
"required": [
|
1789
2053
|
"identityProviderArn"
|
@@ -1791,34 +2055,58 @@
|
|
1791
2055
|
"members": {
|
1792
2056
|
"identityProviderArn": {},
|
1793
2057
|
"identityProviderDetails": {
|
1794
|
-
"shape": "
|
2058
|
+
"shape": "Sq"
|
1795
2059
|
},
|
1796
2060
|
"identityProviderName": {
|
1797
|
-
"shape": "
|
2061
|
+
"shape": "Sr"
|
1798
2062
|
},
|
1799
2063
|
"identityProviderType": {}
|
1800
2064
|
}
|
1801
2065
|
},
|
1802
|
-
"
|
2066
|
+
"S2p": {
|
2067
|
+
"type": "structure",
|
2068
|
+
"required": [
|
2069
|
+
"ipAccessSettingsArn"
|
2070
|
+
],
|
2071
|
+
"members": {
|
2072
|
+
"associatedPortalArns": {
|
2073
|
+
"shape": "S2j"
|
2074
|
+
},
|
2075
|
+
"creationDate": {
|
2076
|
+
"type": "timestamp"
|
2077
|
+
},
|
2078
|
+
"description": {
|
2079
|
+
"shape": "Sv"
|
2080
|
+
},
|
2081
|
+
"displayName": {
|
2082
|
+
"shape": "Sw"
|
2083
|
+
},
|
2084
|
+
"ipAccessSettingsArn": {},
|
2085
|
+
"ipRules": {
|
2086
|
+
"shape": "Sx"
|
2087
|
+
}
|
2088
|
+
}
|
2089
|
+
},
|
2090
|
+
"S2t": {
|
1803
2091
|
"type": "structure",
|
1804
2092
|
"required": [
|
1805
2093
|
"networkSettingsArn"
|
1806
2094
|
],
|
1807
2095
|
"members": {
|
1808
2096
|
"associatedPortalArns": {
|
1809
|
-
"shape": "
|
2097
|
+
"shape": "S2j"
|
1810
2098
|
},
|
1811
2099
|
"networkSettingsArn": {},
|
1812
2100
|
"securityGroupIds": {
|
1813
|
-
"shape": "
|
2101
|
+
"shape": "S12"
|
1814
2102
|
},
|
1815
2103
|
"subnetIds": {
|
1816
|
-
"shape": "
|
2104
|
+
"shape": "S14"
|
1817
2105
|
},
|
1818
2106
|
"vpcId": {}
|
1819
2107
|
}
|
1820
2108
|
},
|
1821
|
-
"
|
2109
|
+
"S2w": {
|
1822
2110
|
"type": "structure",
|
1823
2111
|
"members": {
|
1824
2112
|
"authenticationType": {},
|
@@ -1828,8 +2116,9 @@
|
|
1828
2116
|
"type": "timestamp"
|
1829
2117
|
},
|
1830
2118
|
"displayName": {
|
1831
|
-
"shape": "
|
2119
|
+
"shape": "Sw"
|
1832
2120
|
},
|
2121
|
+
"ipAccessSettingsArn": {},
|
1833
2122
|
"networkSettingsArn": {},
|
1834
2123
|
"portalArn": {},
|
1835
2124
|
"portalEndpoint": {},
|
@@ -1841,27 +2130,27 @@
|
|
1841
2130
|
"userSettingsArn": {}
|
1842
2131
|
}
|
1843
2132
|
},
|
1844
|
-
"
|
2133
|
+
"S3e": {
|
1845
2134
|
"type": "structure",
|
1846
2135
|
"required": [
|
1847
2136
|
"userAccessLoggingSettingsArn"
|
1848
2137
|
],
|
1849
2138
|
"members": {
|
1850
2139
|
"associatedPortalArns": {
|
1851
|
-
"shape": "
|
2140
|
+
"shape": "S2j"
|
1852
2141
|
},
|
1853
2142
|
"kinesisStreamArn": {},
|
1854
2143
|
"userAccessLoggingSettingsArn": {}
|
1855
2144
|
}
|
1856
2145
|
},
|
1857
|
-
"
|
2146
|
+
"S3h": {
|
1858
2147
|
"type": "structure",
|
1859
2148
|
"required": [
|
1860
2149
|
"userSettingsArn"
|
1861
2150
|
],
|
1862
2151
|
"members": {
|
1863
2152
|
"associatedPortalArns": {
|
1864
|
-
"shape": "
|
2153
|
+
"shape": "S2j"
|
1865
2154
|
},
|
1866
2155
|
"copyAllowed": {},
|
1867
2156
|
"disconnectTimeoutInMinutes": {
|