cdk-docker-image-deployment 0.0.46 → 0.0.47
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/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +377 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +5 -1
- package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +173 -49
- package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +132 -132
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +311 -1
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +533 -12
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +28 -1
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +290 -63
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +54 -40
- package/node_modules/aws-sdk/clients/configservice.d.ts +24 -24
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -55
- package/node_modules/aws-sdk/clients/managedblockchain.d.ts +191 -46
- package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
- package/node_modules/aws-sdk/clients/supportapp.d.ts +48 -10
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +199 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +727 -165
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -120,6 +120,42 @@
|
|
|
120
120
|
},
|
|
121
121
|
"idempotent": true
|
|
122
122
|
},
|
|
123
|
+
"AssociateUserAccessLoggingSettings": {
|
|
124
|
+
"http": {
|
|
125
|
+
"method": "PUT",
|
|
126
|
+
"requestUri": "/portals/{portalArn+}/userAccessLoggingSettings",
|
|
127
|
+
"responseCode": 200
|
|
128
|
+
},
|
|
129
|
+
"input": {
|
|
130
|
+
"type": "structure",
|
|
131
|
+
"required": [
|
|
132
|
+
"portalArn",
|
|
133
|
+
"userAccessLoggingSettingsArn"
|
|
134
|
+
],
|
|
135
|
+
"members": {
|
|
136
|
+
"portalArn": {
|
|
137
|
+
"location": "uri",
|
|
138
|
+
"locationName": "portalArn"
|
|
139
|
+
},
|
|
140
|
+
"userAccessLoggingSettingsArn": {
|
|
141
|
+
"location": "querystring",
|
|
142
|
+
"locationName": "userAccessLoggingSettingsArn"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"output": {
|
|
147
|
+
"type": "structure",
|
|
148
|
+
"required": [
|
|
149
|
+
"portalArn",
|
|
150
|
+
"userAccessLoggingSettingsArn"
|
|
151
|
+
],
|
|
152
|
+
"members": {
|
|
153
|
+
"portalArn": {},
|
|
154
|
+
"userAccessLoggingSettingsArn": {}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"idempotent": true
|
|
158
|
+
},
|
|
123
159
|
"AssociateUserSettings": {
|
|
124
160
|
"http": {
|
|
125
161
|
"method": "PUT",
|
|
@@ -168,17 +204,17 @@
|
|
|
168
204
|
],
|
|
169
205
|
"members": {
|
|
170
206
|
"additionalEncryptionContext": {
|
|
171
|
-
"shape": "
|
|
207
|
+
"shape": "Sd"
|
|
172
208
|
},
|
|
173
209
|
"browserPolicy": {
|
|
174
|
-
"shape": "
|
|
210
|
+
"shape": "Sf"
|
|
175
211
|
},
|
|
176
212
|
"clientToken": {
|
|
177
213
|
"idempotencyToken": true
|
|
178
214
|
},
|
|
179
215
|
"customerManagedKey": {},
|
|
180
216
|
"tags": {
|
|
181
|
-
"shape": "
|
|
217
|
+
"shape": "Si"
|
|
182
218
|
}
|
|
183
219
|
}
|
|
184
220
|
},
|
|
@@ -210,10 +246,10 @@
|
|
|
210
246
|
"idempotencyToken": true
|
|
211
247
|
},
|
|
212
248
|
"identityProviderDetails": {
|
|
213
|
-
"shape": "
|
|
249
|
+
"shape": "So"
|
|
214
250
|
},
|
|
215
251
|
"identityProviderName": {
|
|
216
|
-
"shape": "
|
|
252
|
+
"shape": "Sp"
|
|
217
253
|
},
|
|
218
254
|
"identityProviderType": {},
|
|
219
255
|
"portalArn": {}
|
|
@@ -246,13 +282,13 @@
|
|
|
246
282
|
"idempotencyToken": true
|
|
247
283
|
},
|
|
248
284
|
"securityGroupIds": {
|
|
249
|
-
"shape": "
|
|
285
|
+
"shape": "St"
|
|
250
286
|
},
|
|
251
287
|
"subnetIds": {
|
|
252
|
-
"shape": "
|
|
288
|
+
"shape": "Sv"
|
|
253
289
|
},
|
|
254
290
|
"tags": {
|
|
255
|
-
"shape": "
|
|
291
|
+
"shape": "Si"
|
|
256
292
|
},
|
|
257
293
|
"vpcId": {}
|
|
258
294
|
}
|
|
@@ -276,17 +312,17 @@
|
|
|
276
312
|
"type": "structure",
|
|
277
313
|
"members": {
|
|
278
314
|
"additionalEncryptionContext": {
|
|
279
|
-
"shape": "
|
|
315
|
+
"shape": "Sd"
|
|
280
316
|
},
|
|
281
317
|
"clientToken": {
|
|
282
318
|
"idempotencyToken": true
|
|
283
319
|
},
|
|
284
320
|
"customerManagedKey": {},
|
|
285
321
|
"displayName": {
|
|
286
|
-
"shape": "
|
|
322
|
+
"shape": "S10"
|
|
287
323
|
},
|
|
288
324
|
"tags": {
|
|
289
|
-
"shape": "
|
|
325
|
+
"shape": "Si"
|
|
290
326
|
}
|
|
291
327
|
}
|
|
292
328
|
},
|
|
@@ -314,13 +350,13 @@
|
|
|
314
350
|
],
|
|
315
351
|
"members": {
|
|
316
352
|
"certificateList": {
|
|
317
|
-
"shape": "
|
|
353
|
+
"shape": "S14"
|
|
318
354
|
},
|
|
319
355
|
"clientToken": {
|
|
320
356
|
"idempotencyToken": true
|
|
321
357
|
},
|
|
322
358
|
"tags": {
|
|
323
|
-
"shape": "
|
|
359
|
+
"shape": "Si"
|
|
324
360
|
}
|
|
325
361
|
}
|
|
326
362
|
},
|
|
@@ -334,6 +370,36 @@
|
|
|
334
370
|
}
|
|
335
371
|
}
|
|
336
372
|
},
|
|
373
|
+
"CreateUserAccessLoggingSettings": {
|
|
374
|
+
"http": {
|
|
375
|
+
"requestUri": "/userAccessLoggingSettings",
|
|
376
|
+
"responseCode": 200
|
|
377
|
+
},
|
|
378
|
+
"input": {
|
|
379
|
+
"type": "structure",
|
|
380
|
+
"required": [
|
|
381
|
+
"kinesisStreamArn"
|
|
382
|
+
],
|
|
383
|
+
"members": {
|
|
384
|
+
"clientToken": {
|
|
385
|
+
"idempotencyToken": true
|
|
386
|
+
},
|
|
387
|
+
"kinesisStreamArn": {},
|
|
388
|
+
"tags": {
|
|
389
|
+
"shape": "Si"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"output": {
|
|
394
|
+
"type": "structure",
|
|
395
|
+
"required": [
|
|
396
|
+
"userAccessLoggingSettingsArn"
|
|
397
|
+
],
|
|
398
|
+
"members": {
|
|
399
|
+
"userAccessLoggingSettingsArn": {}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
},
|
|
337
403
|
"CreateUserSettings": {
|
|
338
404
|
"http": {
|
|
339
405
|
"requestUri": "/userSettings",
|
|
@@ -363,7 +429,7 @@
|
|
|
363
429
|
"pasteAllowed": {},
|
|
364
430
|
"printAllowed": {},
|
|
365
431
|
"tags": {
|
|
366
|
-
"shape": "
|
|
432
|
+
"shape": "Si"
|
|
367
433
|
},
|
|
368
434
|
"uploadAllowed": {}
|
|
369
435
|
}
|
|
@@ -498,6 +564,30 @@
|
|
|
498
564
|
},
|
|
499
565
|
"idempotent": true
|
|
500
566
|
},
|
|
567
|
+
"DeleteUserAccessLoggingSettings": {
|
|
568
|
+
"http": {
|
|
569
|
+
"method": "DELETE",
|
|
570
|
+
"requestUri": "/userAccessLoggingSettings/{userAccessLoggingSettingsArn+}",
|
|
571
|
+
"responseCode": 200
|
|
572
|
+
},
|
|
573
|
+
"input": {
|
|
574
|
+
"type": "structure",
|
|
575
|
+
"required": [
|
|
576
|
+
"userAccessLoggingSettingsArn"
|
|
577
|
+
],
|
|
578
|
+
"members": {
|
|
579
|
+
"userAccessLoggingSettingsArn": {
|
|
580
|
+
"location": "uri",
|
|
581
|
+
"locationName": "userAccessLoggingSettingsArn"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"output": {
|
|
586
|
+
"type": "structure",
|
|
587
|
+
"members": {}
|
|
588
|
+
},
|
|
589
|
+
"idempotent": true
|
|
590
|
+
},
|
|
501
591
|
"DeleteUserSettings": {
|
|
502
592
|
"http": {
|
|
503
593
|
"method": "DELETE",
|
|
@@ -594,6 +684,30 @@
|
|
|
594
684
|
},
|
|
595
685
|
"idempotent": true
|
|
596
686
|
},
|
|
687
|
+
"DisassociateUserAccessLoggingSettings": {
|
|
688
|
+
"http": {
|
|
689
|
+
"method": "DELETE",
|
|
690
|
+
"requestUri": "/portals/{portalArn+}/userAccessLoggingSettings",
|
|
691
|
+
"responseCode": 200
|
|
692
|
+
},
|
|
693
|
+
"input": {
|
|
694
|
+
"type": "structure",
|
|
695
|
+
"required": [
|
|
696
|
+
"portalArn"
|
|
697
|
+
],
|
|
698
|
+
"members": {
|
|
699
|
+
"portalArn": {
|
|
700
|
+
"location": "uri",
|
|
701
|
+
"locationName": "portalArn"
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"output": {
|
|
706
|
+
"type": "structure",
|
|
707
|
+
"members": {}
|
|
708
|
+
},
|
|
709
|
+
"idempotent": true
|
|
710
|
+
},
|
|
597
711
|
"DisassociateUserSettings": {
|
|
598
712
|
"http": {
|
|
599
713
|
"method": "DELETE",
|
|
@@ -640,7 +754,7 @@
|
|
|
640
754
|
"type": "structure",
|
|
641
755
|
"members": {
|
|
642
756
|
"browserSettings": {
|
|
643
|
-
"shape": "
|
|
757
|
+
"shape": "S25"
|
|
644
758
|
}
|
|
645
759
|
}
|
|
646
760
|
}
|
|
@@ -667,7 +781,7 @@
|
|
|
667
781
|
"type": "structure",
|
|
668
782
|
"members": {
|
|
669
783
|
"identityProvider": {
|
|
670
|
-
"shape": "
|
|
784
|
+
"shape": "S29"
|
|
671
785
|
}
|
|
672
786
|
}
|
|
673
787
|
}
|
|
@@ -694,7 +808,7 @@
|
|
|
694
808
|
"type": "structure",
|
|
695
809
|
"members": {
|
|
696
810
|
"networkSettings": {
|
|
697
|
-
"shape": "
|
|
811
|
+
"shape": "S2c"
|
|
698
812
|
}
|
|
699
813
|
}
|
|
700
814
|
}
|
|
@@ -721,7 +835,7 @@
|
|
|
721
835
|
"type": "structure",
|
|
722
836
|
"members": {
|
|
723
837
|
"portal": {
|
|
724
|
-
"shape": "
|
|
838
|
+
"shape": "S2f"
|
|
725
839
|
}
|
|
726
840
|
}
|
|
727
841
|
}
|
|
@@ -780,7 +894,7 @@
|
|
|
780
894
|
"type": "structure",
|
|
781
895
|
"members": {
|
|
782
896
|
"associatedPortalArns": {
|
|
783
|
-
"shape": "
|
|
897
|
+
"shape": "S26"
|
|
784
898
|
},
|
|
785
899
|
"trustStoreArn": {}
|
|
786
900
|
}
|
|
@@ -835,6 +949,33 @@
|
|
|
835
949
|
}
|
|
836
950
|
}
|
|
837
951
|
},
|
|
952
|
+
"GetUserAccessLoggingSettings": {
|
|
953
|
+
"http": {
|
|
954
|
+
"method": "GET",
|
|
955
|
+
"requestUri": "/userAccessLoggingSettings/{userAccessLoggingSettingsArn+}",
|
|
956
|
+
"responseCode": 200
|
|
957
|
+
},
|
|
958
|
+
"input": {
|
|
959
|
+
"type": "structure",
|
|
960
|
+
"required": [
|
|
961
|
+
"userAccessLoggingSettingsArn"
|
|
962
|
+
],
|
|
963
|
+
"members": {
|
|
964
|
+
"userAccessLoggingSettingsArn": {
|
|
965
|
+
"location": "uri",
|
|
966
|
+
"locationName": "userAccessLoggingSettingsArn"
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"output": {
|
|
971
|
+
"type": "structure",
|
|
972
|
+
"members": {
|
|
973
|
+
"userAccessLoggingSettings": {
|
|
974
|
+
"shape": "S2y"
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
},
|
|
838
979
|
"GetUserSettings": {
|
|
839
980
|
"http": {
|
|
840
981
|
"method": "GET",
|
|
@@ -857,7 +998,7 @@
|
|
|
857
998
|
"type": "structure",
|
|
858
999
|
"members": {
|
|
859
1000
|
"userSettings": {
|
|
860
|
-
"shape": "
|
|
1001
|
+
"shape": "S31"
|
|
861
1002
|
}
|
|
862
1003
|
}
|
|
863
1004
|
}
|
|
@@ -935,7 +1076,7 @@
|
|
|
935
1076
|
"members": {
|
|
936
1077
|
"identityProviderArn": {},
|
|
937
1078
|
"identityProviderName": {
|
|
938
|
-
"shape": "
|
|
1079
|
+
"shape": "Sp"
|
|
939
1080
|
},
|
|
940
1081
|
"identityProviderType": {}
|
|
941
1082
|
}
|
|
@@ -1017,7 +1158,7 @@
|
|
|
1017
1158
|
"type": "timestamp"
|
|
1018
1159
|
},
|
|
1019
1160
|
"displayName": {
|
|
1020
|
-
"shape": "
|
|
1161
|
+
"shape": "S10"
|
|
1021
1162
|
},
|
|
1022
1163
|
"networkSettingsArn": {},
|
|
1023
1164
|
"portalArn": {},
|
|
@@ -1025,6 +1166,7 @@
|
|
|
1025
1166
|
"portalStatus": {},
|
|
1026
1167
|
"rendererType": {},
|
|
1027
1168
|
"trustStoreArn": {},
|
|
1169
|
+
"userAccessLoggingSettingsArn": {},
|
|
1028
1170
|
"userSettingsArn": {}
|
|
1029
1171
|
}
|
|
1030
1172
|
}
|
|
@@ -1054,7 +1196,7 @@
|
|
|
1054
1196
|
"type": "structure",
|
|
1055
1197
|
"members": {
|
|
1056
1198
|
"tags": {
|
|
1057
|
-
"shape": "
|
|
1199
|
+
"shape": "Si"
|
|
1058
1200
|
}
|
|
1059
1201
|
}
|
|
1060
1202
|
}
|
|
@@ -1147,6 +1289,43 @@
|
|
|
1147
1289
|
}
|
|
1148
1290
|
}
|
|
1149
1291
|
},
|
|
1292
|
+
"ListUserAccessLoggingSettings": {
|
|
1293
|
+
"http": {
|
|
1294
|
+
"method": "GET",
|
|
1295
|
+
"requestUri": "/userAccessLoggingSettings",
|
|
1296
|
+
"responseCode": 200
|
|
1297
|
+
},
|
|
1298
|
+
"input": {
|
|
1299
|
+
"type": "structure",
|
|
1300
|
+
"members": {
|
|
1301
|
+
"maxResults": {
|
|
1302
|
+
"location": "querystring",
|
|
1303
|
+
"locationName": "maxResults",
|
|
1304
|
+
"type": "integer"
|
|
1305
|
+
},
|
|
1306
|
+
"nextToken": {
|
|
1307
|
+
"location": "querystring",
|
|
1308
|
+
"locationName": "nextToken"
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"output": {
|
|
1313
|
+
"type": "structure",
|
|
1314
|
+
"members": {
|
|
1315
|
+
"nextToken": {},
|
|
1316
|
+
"userAccessLoggingSettings": {
|
|
1317
|
+
"type": "list",
|
|
1318
|
+
"member": {
|
|
1319
|
+
"type": "structure",
|
|
1320
|
+
"members": {
|
|
1321
|
+
"kinesisStreamArn": {},
|
|
1322
|
+
"userAccessLoggingSettingsArn": {}
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1150
1329
|
"ListUserSettings": {
|
|
1151
1330
|
"http": {
|
|
1152
1331
|
"method": "GET",
|
|
@@ -1214,7 +1393,7 @@
|
|
|
1214
1393
|
"locationName": "resourceArn"
|
|
1215
1394
|
},
|
|
1216
1395
|
"tags": {
|
|
1217
|
-
"shape": "
|
|
1396
|
+
"shape": "Si"
|
|
1218
1397
|
}
|
|
1219
1398
|
}
|
|
1220
1399
|
},
|
|
@@ -1245,7 +1424,7 @@
|
|
|
1245
1424
|
"locationName": "tagKeys",
|
|
1246
1425
|
"type": "list",
|
|
1247
1426
|
"member": {
|
|
1248
|
-
"shape": "
|
|
1427
|
+
"shape": "Sk"
|
|
1249
1428
|
}
|
|
1250
1429
|
}
|
|
1251
1430
|
}
|
|
@@ -1269,7 +1448,7 @@
|
|
|
1269
1448
|
],
|
|
1270
1449
|
"members": {
|
|
1271
1450
|
"browserPolicy": {
|
|
1272
|
-
"shape": "
|
|
1451
|
+
"shape": "Sf"
|
|
1273
1452
|
},
|
|
1274
1453
|
"browserSettingsArn": {
|
|
1275
1454
|
"location": "uri",
|
|
@@ -1287,7 +1466,7 @@
|
|
|
1287
1466
|
],
|
|
1288
1467
|
"members": {
|
|
1289
1468
|
"browserSettings": {
|
|
1290
|
-
"shape": "
|
|
1469
|
+
"shape": "S25"
|
|
1291
1470
|
}
|
|
1292
1471
|
}
|
|
1293
1472
|
}
|
|
@@ -1312,10 +1491,10 @@
|
|
|
1312
1491
|
"locationName": "identityProviderArn"
|
|
1313
1492
|
},
|
|
1314
1493
|
"identityProviderDetails": {
|
|
1315
|
-
"shape": "
|
|
1494
|
+
"shape": "So"
|
|
1316
1495
|
},
|
|
1317
1496
|
"identityProviderName": {
|
|
1318
|
-
"shape": "
|
|
1497
|
+
"shape": "Sp"
|
|
1319
1498
|
},
|
|
1320
1499
|
"identityProviderType": {}
|
|
1321
1500
|
}
|
|
@@ -1327,7 +1506,7 @@
|
|
|
1327
1506
|
],
|
|
1328
1507
|
"members": {
|
|
1329
1508
|
"identityProvider": {
|
|
1330
|
-
"shape": "
|
|
1509
|
+
"shape": "S29"
|
|
1331
1510
|
}
|
|
1332
1511
|
}
|
|
1333
1512
|
}
|
|
@@ -1352,10 +1531,10 @@
|
|
|
1352
1531
|
"locationName": "networkSettingsArn"
|
|
1353
1532
|
},
|
|
1354
1533
|
"securityGroupIds": {
|
|
1355
|
-
"shape": "
|
|
1534
|
+
"shape": "St"
|
|
1356
1535
|
},
|
|
1357
1536
|
"subnetIds": {
|
|
1358
|
-
"shape": "
|
|
1537
|
+
"shape": "Sv"
|
|
1359
1538
|
},
|
|
1360
1539
|
"vpcId": {}
|
|
1361
1540
|
}
|
|
@@ -1367,7 +1546,7 @@
|
|
|
1367
1546
|
],
|
|
1368
1547
|
"members": {
|
|
1369
1548
|
"networkSettings": {
|
|
1370
|
-
"shape": "
|
|
1549
|
+
"shape": "S2c"
|
|
1371
1550
|
}
|
|
1372
1551
|
}
|
|
1373
1552
|
}
|
|
@@ -1385,7 +1564,7 @@
|
|
|
1385
1564
|
],
|
|
1386
1565
|
"members": {
|
|
1387
1566
|
"displayName": {
|
|
1388
|
-
"shape": "
|
|
1567
|
+
"shape": "S10"
|
|
1389
1568
|
},
|
|
1390
1569
|
"portalArn": {
|
|
1391
1570
|
"location": "uri",
|
|
@@ -1397,7 +1576,7 @@
|
|
|
1397
1576
|
"type": "structure",
|
|
1398
1577
|
"members": {
|
|
1399
1578
|
"portal": {
|
|
1400
|
-
"shape": "
|
|
1579
|
+
"shape": "S2f"
|
|
1401
1580
|
}
|
|
1402
1581
|
}
|
|
1403
1582
|
},
|
|
@@ -1416,7 +1595,7 @@
|
|
|
1416
1595
|
],
|
|
1417
1596
|
"members": {
|
|
1418
1597
|
"certificatesToAdd": {
|
|
1419
|
-
"shape": "
|
|
1598
|
+
"shape": "S14"
|
|
1420
1599
|
},
|
|
1421
1600
|
"certificatesToDelete": {
|
|
1422
1601
|
"type": "list",
|
|
@@ -1441,6 +1620,40 @@
|
|
|
1441
1620
|
}
|
|
1442
1621
|
}
|
|
1443
1622
|
},
|
|
1623
|
+
"UpdateUserAccessLoggingSettings": {
|
|
1624
|
+
"http": {
|
|
1625
|
+
"method": "PATCH",
|
|
1626
|
+
"requestUri": "/userAccessLoggingSettings/{userAccessLoggingSettingsArn+}",
|
|
1627
|
+
"responseCode": 200
|
|
1628
|
+
},
|
|
1629
|
+
"input": {
|
|
1630
|
+
"type": "structure",
|
|
1631
|
+
"required": [
|
|
1632
|
+
"userAccessLoggingSettingsArn"
|
|
1633
|
+
],
|
|
1634
|
+
"members": {
|
|
1635
|
+
"clientToken": {
|
|
1636
|
+
"idempotencyToken": true
|
|
1637
|
+
},
|
|
1638
|
+
"kinesisStreamArn": {},
|
|
1639
|
+
"userAccessLoggingSettingsArn": {
|
|
1640
|
+
"location": "uri",
|
|
1641
|
+
"locationName": "userAccessLoggingSettingsArn"
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"output": {
|
|
1646
|
+
"type": "structure",
|
|
1647
|
+
"required": [
|
|
1648
|
+
"userAccessLoggingSettings"
|
|
1649
|
+
],
|
|
1650
|
+
"members": {
|
|
1651
|
+
"userAccessLoggingSettings": {
|
|
1652
|
+
"shape": "S2y"
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1444
1657
|
"UpdateUserSettings": {
|
|
1445
1658
|
"http": {
|
|
1446
1659
|
"method": "PATCH",
|
|
@@ -1480,23 +1693,23 @@
|
|
|
1480
1693
|
],
|
|
1481
1694
|
"members": {
|
|
1482
1695
|
"userSettings": {
|
|
1483
|
-
"shape": "
|
|
1696
|
+
"shape": "S31"
|
|
1484
1697
|
}
|
|
1485
1698
|
}
|
|
1486
1699
|
}
|
|
1487
1700
|
}
|
|
1488
1701
|
},
|
|
1489
1702
|
"shapes": {
|
|
1490
|
-
"
|
|
1703
|
+
"Sd": {
|
|
1491
1704
|
"type": "map",
|
|
1492
1705
|
"key": {},
|
|
1493
1706
|
"value": {}
|
|
1494
1707
|
},
|
|
1495
|
-
"
|
|
1708
|
+
"Sf": {
|
|
1496
1709
|
"type": "string",
|
|
1497
1710
|
"sensitive": true
|
|
1498
1711
|
},
|
|
1499
|
-
"
|
|
1712
|
+
"Si": {
|
|
1500
1713
|
"type": "list",
|
|
1501
1714
|
"member": {
|
|
1502
1715
|
"type": "structure",
|
|
@@ -1506,7 +1719,7 @@
|
|
|
1506
1719
|
],
|
|
1507
1720
|
"members": {
|
|
1508
1721
|
"Key": {
|
|
1509
|
-
"shape": "
|
|
1722
|
+
"shape": "Sk"
|
|
1510
1723
|
},
|
|
1511
1724
|
"Value": {
|
|
1512
1725
|
"type": "string",
|
|
@@ -1516,58 +1729,58 @@
|
|
|
1516
1729
|
"sensitive": true
|
|
1517
1730
|
}
|
|
1518
1731
|
},
|
|
1519
|
-
"
|
|
1732
|
+
"Sk": {
|
|
1520
1733
|
"type": "string",
|
|
1521
1734
|
"sensitive": true
|
|
1522
1735
|
},
|
|
1523
|
-
"
|
|
1736
|
+
"So": {
|
|
1524
1737
|
"type": "map",
|
|
1525
1738
|
"key": {},
|
|
1526
1739
|
"value": {},
|
|
1527
1740
|
"sensitive": true
|
|
1528
1741
|
},
|
|
1529
|
-
"
|
|
1742
|
+
"Sp": {
|
|
1530
1743
|
"type": "string",
|
|
1531
1744
|
"sensitive": true
|
|
1532
1745
|
},
|
|
1533
|
-
"
|
|
1746
|
+
"St": {
|
|
1534
1747
|
"type": "list",
|
|
1535
1748
|
"member": {}
|
|
1536
1749
|
},
|
|
1537
|
-
"
|
|
1750
|
+
"Sv": {
|
|
1538
1751
|
"type": "list",
|
|
1539
1752
|
"member": {}
|
|
1540
1753
|
},
|
|
1541
|
-
"
|
|
1754
|
+
"S10": {
|
|
1542
1755
|
"type": "string",
|
|
1543
1756
|
"sensitive": true
|
|
1544
1757
|
},
|
|
1545
|
-
"
|
|
1758
|
+
"S14": {
|
|
1546
1759
|
"type": "list",
|
|
1547
1760
|
"member": {
|
|
1548
1761
|
"type": "blob"
|
|
1549
1762
|
}
|
|
1550
1763
|
},
|
|
1551
|
-
"
|
|
1764
|
+
"S25": {
|
|
1552
1765
|
"type": "structure",
|
|
1553
1766
|
"required": [
|
|
1554
1767
|
"browserSettingsArn"
|
|
1555
1768
|
],
|
|
1556
1769
|
"members": {
|
|
1557
1770
|
"associatedPortalArns": {
|
|
1558
|
-
"shape": "
|
|
1771
|
+
"shape": "S26"
|
|
1559
1772
|
},
|
|
1560
1773
|
"browserPolicy": {
|
|
1561
|
-
"shape": "
|
|
1774
|
+
"shape": "Sf"
|
|
1562
1775
|
},
|
|
1563
1776
|
"browserSettingsArn": {}
|
|
1564
1777
|
}
|
|
1565
1778
|
},
|
|
1566
|
-
"
|
|
1779
|
+
"S26": {
|
|
1567
1780
|
"type": "list",
|
|
1568
1781
|
"member": {}
|
|
1569
1782
|
},
|
|
1570
|
-
"
|
|
1783
|
+
"S29": {
|
|
1571
1784
|
"type": "structure",
|
|
1572
1785
|
"required": [
|
|
1573
1786
|
"identityProviderArn"
|
|
@@ -1575,34 +1788,34 @@
|
|
|
1575
1788
|
"members": {
|
|
1576
1789
|
"identityProviderArn": {},
|
|
1577
1790
|
"identityProviderDetails": {
|
|
1578
|
-
"shape": "
|
|
1791
|
+
"shape": "So"
|
|
1579
1792
|
},
|
|
1580
1793
|
"identityProviderName": {
|
|
1581
|
-
"shape": "
|
|
1794
|
+
"shape": "Sp"
|
|
1582
1795
|
},
|
|
1583
1796
|
"identityProviderType": {}
|
|
1584
1797
|
}
|
|
1585
1798
|
},
|
|
1586
|
-
"
|
|
1799
|
+
"S2c": {
|
|
1587
1800
|
"type": "structure",
|
|
1588
1801
|
"required": [
|
|
1589
1802
|
"networkSettingsArn"
|
|
1590
1803
|
],
|
|
1591
1804
|
"members": {
|
|
1592
1805
|
"associatedPortalArns": {
|
|
1593
|
-
"shape": "
|
|
1806
|
+
"shape": "S26"
|
|
1594
1807
|
},
|
|
1595
1808
|
"networkSettingsArn": {},
|
|
1596
1809
|
"securityGroupIds": {
|
|
1597
|
-
"shape": "
|
|
1810
|
+
"shape": "St"
|
|
1598
1811
|
},
|
|
1599
1812
|
"subnetIds": {
|
|
1600
|
-
"shape": "
|
|
1813
|
+
"shape": "Sv"
|
|
1601
1814
|
},
|
|
1602
1815
|
"vpcId": {}
|
|
1603
1816
|
}
|
|
1604
1817
|
},
|
|
1605
|
-
"
|
|
1818
|
+
"S2f": {
|
|
1606
1819
|
"type": "structure",
|
|
1607
1820
|
"members": {
|
|
1608
1821
|
"browserSettingsArn": {},
|
|
@@ -1611,7 +1824,7 @@
|
|
|
1611
1824
|
"type": "timestamp"
|
|
1612
1825
|
},
|
|
1613
1826
|
"displayName": {
|
|
1614
|
-
"shape": "
|
|
1827
|
+
"shape": "S10"
|
|
1615
1828
|
},
|
|
1616
1829
|
"networkSettingsArn": {},
|
|
1617
1830
|
"portalArn": {},
|
|
@@ -1620,17 +1833,31 @@
|
|
|
1620
1833
|
"rendererType": {},
|
|
1621
1834
|
"statusReason": {},
|
|
1622
1835
|
"trustStoreArn": {},
|
|
1836
|
+
"userAccessLoggingSettingsArn": {},
|
|
1623
1837
|
"userSettingsArn": {}
|
|
1624
1838
|
}
|
|
1625
1839
|
},
|
|
1626
|
-
"
|
|
1840
|
+
"S2y": {
|
|
1841
|
+
"type": "structure",
|
|
1842
|
+
"required": [
|
|
1843
|
+
"userAccessLoggingSettingsArn"
|
|
1844
|
+
],
|
|
1845
|
+
"members": {
|
|
1846
|
+
"associatedPortalArns": {
|
|
1847
|
+
"shape": "S26"
|
|
1848
|
+
},
|
|
1849
|
+
"kinesisStreamArn": {},
|
|
1850
|
+
"userAccessLoggingSettingsArn": {}
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"S31": {
|
|
1627
1854
|
"type": "structure",
|
|
1628
1855
|
"required": [
|
|
1629
1856
|
"userSettingsArn"
|
|
1630
1857
|
],
|
|
1631
1858
|
"members": {
|
|
1632
1859
|
"associatedPortalArns": {
|
|
1633
|
-
"shape": "
|
|
1860
|
+
"shape": "S26"
|
|
1634
1861
|
},
|
|
1635
1862
|
"copyAllowed": {},
|
|
1636
1863
|
"disconnectTimeoutInMinutes": {
|