cdk-comprehend-s3olap 2.0.109 → 2.0.111
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/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +811 -777
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
- package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
- package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +60 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +175 -53
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +4 -6
- package/node_modules/aws-sdk/lib/model/api.js +0 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.d.ts +7 -2
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -32,6 +32,9 @@
|
|
32
32
|
},
|
33
33
|
"ClientToken": {
|
34
34
|
"idempotencyToken": true
|
35
|
+
},
|
36
|
+
"Tags": {
|
37
|
+
"shape": "Sb"
|
35
38
|
}
|
36
39
|
}
|
37
40
|
},
|
@@ -86,7 +89,7 @@
|
|
86
89
|
"type": "structure",
|
87
90
|
"members": {
|
88
91
|
"TextTranslationJobProperties": {
|
89
|
-
"shape": "
|
92
|
+
"shape": "Sn"
|
90
93
|
}
|
91
94
|
}
|
92
95
|
}
|
@@ -105,16 +108,16 @@
|
|
105
108
|
"type": "structure",
|
106
109
|
"members": {
|
107
110
|
"ParallelDataProperties": {
|
108
|
-
"shape": "
|
111
|
+
"shape": "S16"
|
109
112
|
},
|
110
113
|
"DataLocation": {
|
111
|
-
"shape": "
|
114
|
+
"shape": "S1a"
|
112
115
|
},
|
113
116
|
"AuxiliaryDataLocation": {
|
114
|
-
"shape": "
|
117
|
+
"shape": "S1a"
|
115
118
|
},
|
116
119
|
"LatestUpdateAttemptAuxiliaryDataLocation": {
|
117
|
-
"shape": "
|
120
|
+
"shape": "S1a"
|
118
121
|
}
|
119
122
|
}
|
120
123
|
}
|
@@ -134,13 +137,13 @@
|
|
134
137
|
"type": "structure",
|
135
138
|
"members": {
|
136
139
|
"TerminologyProperties": {
|
137
|
-
"shape": "
|
140
|
+
"shape": "S1f"
|
138
141
|
},
|
139
142
|
"TerminologyDataLocation": {
|
140
|
-
"shape": "
|
143
|
+
"shape": "S1i"
|
141
144
|
},
|
142
145
|
"AuxiliaryDataLocation": {
|
143
|
-
"shape": "
|
146
|
+
"shape": "S1i"
|
144
147
|
}
|
145
148
|
}
|
146
149
|
}
|
@@ -174,6 +177,9 @@
|
|
174
177
|
},
|
175
178
|
"EncryptionKey": {
|
176
179
|
"shape": "S7"
|
180
|
+
},
|
181
|
+
"Tags": {
|
182
|
+
"shape": "Sb"
|
177
183
|
}
|
178
184
|
}
|
179
185
|
},
|
@@ -181,10 +187,10 @@
|
|
181
187
|
"type": "structure",
|
182
188
|
"members": {
|
183
189
|
"TerminologyProperties": {
|
184
|
-
"shape": "
|
190
|
+
"shape": "S1f"
|
185
191
|
},
|
186
192
|
"AuxiliaryDataLocation": {
|
187
|
-
"shape": "
|
193
|
+
"shape": "S1i"
|
188
194
|
}
|
189
195
|
}
|
190
196
|
}
|
@@ -238,13 +244,32 @@
|
|
238
244
|
"ParallelDataPropertiesList": {
|
239
245
|
"type": "list",
|
240
246
|
"member": {
|
241
|
-
"shape": "
|
247
|
+
"shape": "S16"
|
242
248
|
}
|
243
249
|
},
|
244
250
|
"NextToken": {}
|
245
251
|
}
|
246
252
|
}
|
247
253
|
},
|
254
|
+
"ListTagsForResource": {
|
255
|
+
"input": {
|
256
|
+
"type": "structure",
|
257
|
+
"required": [
|
258
|
+
"ResourceArn"
|
259
|
+
],
|
260
|
+
"members": {
|
261
|
+
"ResourceArn": {}
|
262
|
+
}
|
263
|
+
},
|
264
|
+
"output": {
|
265
|
+
"type": "structure",
|
266
|
+
"members": {
|
267
|
+
"Tags": {
|
268
|
+
"shape": "Sb"
|
269
|
+
}
|
270
|
+
}
|
271
|
+
}
|
272
|
+
},
|
248
273
|
"ListTerminologies": {
|
249
274
|
"input": {
|
250
275
|
"type": "structure",
|
@@ -261,7 +286,7 @@
|
|
261
286
|
"TerminologyPropertiesList": {
|
262
287
|
"type": "list",
|
263
288
|
"member": {
|
264
|
-
"shape": "
|
289
|
+
"shape": "S1f"
|
265
290
|
}
|
266
291
|
},
|
267
292
|
"NextToken": {}
|
@@ -297,7 +322,7 @@
|
|
297
322
|
"TextTranslationJobPropertiesList": {
|
298
323
|
"type": "list",
|
299
324
|
"member": {
|
300
|
-
"shape": "
|
325
|
+
"shape": "Sn"
|
301
326
|
}
|
302
327
|
},
|
303
328
|
"NextToken": {}
|
@@ -318,27 +343,27 @@
|
|
318
343
|
"members": {
|
319
344
|
"JobName": {},
|
320
345
|
"InputDataConfig": {
|
321
|
-
"shape": "
|
346
|
+
"shape": "Sx"
|
322
347
|
},
|
323
348
|
"OutputDataConfig": {
|
324
|
-
"shape": "
|
349
|
+
"shape": "Sz"
|
325
350
|
},
|
326
351
|
"DataAccessRoleArn": {},
|
327
352
|
"SourceLanguageCode": {},
|
328
353
|
"TargetLanguageCodes": {
|
329
|
-
"shape": "
|
354
|
+
"shape": "St"
|
330
355
|
},
|
331
356
|
"TerminologyNames": {
|
332
|
-
"shape": "
|
357
|
+
"shape": "Su"
|
333
358
|
},
|
334
359
|
"ParallelDataNames": {
|
335
|
-
"shape": "
|
360
|
+
"shape": "Su"
|
336
361
|
},
|
337
362
|
"ClientToken": {
|
338
363
|
"idempotencyToken": true
|
339
364
|
},
|
340
365
|
"Settings": {
|
341
|
-
"shape": "
|
366
|
+
"shape": "S11"
|
342
367
|
}
|
343
368
|
}
|
344
369
|
},
|
@@ -368,6 +393,25 @@
|
|
368
393
|
}
|
369
394
|
}
|
370
395
|
},
|
396
|
+
"TagResource": {
|
397
|
+
"input": {
|
398
|
+
"type": "structure",
|
399
|
+
"required": [
|
400
|
+
"ResourceArn",
|
401
|
+
"Tags"
|
402
|
+
],
|
403
|
+
"members": {
|
404
|
+
"ResourceArn": {},
|
405
|
+
"Tags": {
|
406
|
+
"shape": "Sb"
|
407
|
+
}
|
408
|
+
}
|
409
|
+
},
|
410
|
+
"output": {
|
411
|
+
"type": "structure",
|
412
|
+
"members": {}
|
413
|
+
}
|
414
|
+
},
|
371
415
|
"TranslateText": {
|
372
416
|
"input": {
|
373
417
|
"type": "structure",
|
@@ -379,12 +423,12 @@
|
|
379
423
|
"members": {
|
380
424
|
"Text": {},
|
381
425
|
"TerminologyNames": {
|
382
|
-
"shape": "
|
426
|
+
"shape": "Su"
|
383
427
|
},
|
384
428
|
"SourceLanguageCode": {},
|
385
429
|
"TargetLanguageCode": {},
|
386
430
|
"Settings": {
|
387
|
-
"shape": "
|
431
|
+
"shape": "S11"
|
388
432
|
}
|
389
433
|
}
|
390
434
|
},
|
@@ -419,11 +463,31 @@
|
|
419
463
|
}
|
420
464
|
},
|
421
465
|
"AppliedSettings": {
|
422
|
-
"shape": "
|
466
|
+
"shape": "S11"
|
423
467
|
}
|
424
468
|
}
|
425
469
|
}
|
426
470
|
},
|
471
|
+
"UntagResource": {
|
472
|
+
"input": {
|
473
|
+
"type": "structure",
|
474
|
+
"required": [
|
475
|
+
"ResourceArn",
|
476
|
+
"TagKeys"
|
477
|
+
],
|
478
|
+
"members": {
|
479
|
+
"ResourceArn": {},
|
480
|
+
"TagKeys": {
|
481
|
+
"type": "list",
|
482
|
+
"member": {}
|
483
|
+
}
|
484
|
+
}
|
485
|
+
},
|
486
|
+
"output": {
|
487
|
+
"type": "structure",
|
488
|
+
"members": {}
|
489
|
+
}
|
490
|
+
},
|
427
491
|
"UpdateParallelData": {
|
428
492
|
"input": {
|
429
493
|
"type": "structure",
|
@@ -479,7 +543,21 @@
|
|
479
543
|
"Id": {}
|
480
544
|
}
|
481
545
|
},
|
482
|
-
"
|
546
|
+
"Sb": {
|
547
|
+
"type": "list",
|
548
|
+
"member": {
|
549
|
+
"type": "structure",
|
550
|
+
"required": [
|
551
|
+
"Key",
|
552
|
+
"Value"
|
553
|
+
],
|
554
|
+
"members": {
|
555
|
+
"Key": {},
|
556
|
+
"Value": {}
|
557
|
+
}
|
558
|
+
}
|
559
|
+
},
|
560
|
+
"Sn": {
|
483
561
|
"type": "structure",
|
484
562
|
"members": {
|
485
563
|
"JobId": {},
|
@@ -501,13 +579,13 @@
|
|
501
579
|
},
|
502
580
|
"SourceLanguageCode": {},
|
503
581
|
"TargetLanguageCodes": {
|
504
|
-
"shape": "
|
582
|
+
"shape": "St"
|
505
583
|
},
|
506
584
|
"TerminologyNames": {
|
507
|
-
"shape": "
|
585
|
+
"shape": "Su"
|
508
586
|
},
|
509
587
|
"ParallelDataNames": {
|
510
|
-
"shape": "
|
588
|
+
"shape": "Su"
|
511
589
|
},
|
512
590
|
"Message": {},
|
513
591
|
"SubmittedTime": {
|
@@ -517,26 +595,26 @@
|
|
517
595
|
"type": "timestamp"
|
518
596
|
},
|
519
597
|
"InputDataConfig": {
|
520
|
-
"shape": "
|
598
|
+
"shape": "Sx"
|
521
599
|
},
|
522
600
|
"OutputDataConfig": {
|
523
|
-
"shape": "
|
601
|
+
"shape": "Sz"
|
524
602
|
},
|
525
603
|
"DataAccessRoleArn": {},
|
526
604
|
"Settings": {
|
527
|
-
"shape": "
|
605
|
+
"shape": "S11"
|
528
606
|
}
|
529
607
|
}
|
530
608
|
},
|
531
|
-
"
|
609
|
+
"St": {
|
532
610
|
"type": "list",
|
533
611
|
"member": {}
|
534
612
|
},
|
535
|
-
"
|
613
|
+
"Su": {
|
536
614
|
"type": "list",
|
537
615
|
"member": {}
|
538
616
|
},
|
539
|
-
"
|
617
|
+
"Sx": {
|
540
618
|
"type": "structure",
|
541
619
|
"required": [
|
542
620
|
"S3Uri",
|
@@ -547,7 +625,7 @@
|
|
547
625
|
"ContentType": {}
|
548
626
|
}
|
549
627
|
},
|
550
|
-
"
|
628
|
+
"Sz": {
|
551
629
|
"type": "structure",
|
552
630
|
"required": [
|
553
631
|
"S3Uri"
|
@@ -559,14 +637,14 @@
|
|
559
637
|
}
|
560
638
|
}
|
561
639
|
},
|
562
|
-
"
|
640
|
+
"S11": {
|
563
641
|
"type": "structure",
|
564
642
|
"members": {
|
565
643
|
"Formality": {},
|
566
644
|
"Profanity": {}
|
567
645
|
}
|
568
646
|
},
|
569
|
-
"
|
647
|
+
"S16": {
|
570
648
|
"type": "structure",
|
571
649
|
"members": {
|
572
650
|
"Name": {},
|
@@ -575,7 +653,7 @@
|
|
575
653
|
"Status": {},
|
576
654
|
"SourceLanguageCode": {},
|
577
655
|
"TargetLanguageCodes": {
|
578
|
-
"shape": "
|
656
|
+
"shape": "S18"
|
579
657
|
},
|
580
658
|
"ParallelDataConfig": {
|
581
659
|
"shape": "S4"
|
@@ -608,11 +686,11 @@
|
|
608
686
|
}
|
609
687
|
}
|
610
688
|
},
|
611
|
-
"
|
689
|
+
"S18": {
|
612
690
|
"type": "list",
|
613
691
|
"member": {}
|
614
692
|
},
|
615
|
-
"
|
693
|
+
"S1a": {
|
616
694
|
"type": "structure",
|
617
695
|
"required": [
|
618
696
|
"RepositoryType",
|
@@ -623,7 +701,7 @@
|
|
623
701
|
"Location": {}
|
624
702
|
}
|
625
703
|
},
|
626
|
-
"
|
704
|
+
"S1f": {
|
627
705
|
"type": "structure",
|
628
706
|
"members": {
|
629
707
|
"Name": {},
|
@@ -631,7 +709,7 @@
|
|
631
709
|
"Arn": {},
|
632
710
|
"SourceLanguageCode": {},
|
633
711
|
"TargetLanguageCodes": {
|
634
|
-
"shape": "
|
712
|
+
"shape": "S18"
|
635
713
|
},
|
636
714
|
"EncryptionKey": {
|
637
715
|
"shape": "S7"
|
@@ -656,7 +734,7 @@
|
|
656
734
|
"Format": {}
|
657
735
|
}
|
658
736
|
},
|
659
|
-
"
|
737
|
+
"S1i": {
|
660
738
|
"type": "structure",
|
661
739
|
"required": [
|
662
740
|
"RepositoryType",
|
@@ -602,7 +602,7 @@
|
|
602
602
|
"ConnectionAliasPermissions": {
|
603
603
|
"type": "list",
|
604
604
|
"member": {
|
605
|
-
"shape": "
|
605
|
+
"shape": "S40"
|
606
606
|
}
|
607
607
|
},
|
608
608
|
"NextToken": {}
|
@@ -760,7 +760,7 @@
|
|
760
760
|
"DirectoryName": {},
|
761
761
|
"RegistrationCode": {},
|
762
762
|
"SubnetIds": {
|
763
|
-
"shape": "
|
763
|
+
"shape": "S4s"
|
764
764
|
},
|
765
765
|
"DnsIpAddresses": {
|
766
766
|
"type": "list",
|
@@ -794,14 +794,14 @@
|
|
794
794
|
"shape": "S8"
|
795
795
|
},
|
796
796
|
"WorkspaceAccessProperties": {
|
797
|
-
"shape": "
|
797
|
+
"shape": "S50"
|
798
798
|
},
|
799
799
|
"Tenancy": {},
|
800
800
|
"SelfservicePermissions": {
|
801
|
-
"shape": "
|
801
|
+
"shape": "S53"
|
802
802
|
},
|
803
803
|
"SamlProperties": {
|
804
|
-
"shape": "
|
804
|
+
"shape": "S54"
|
805
805
|
}
|
806
806
|
}
|
807
807
|
}
|
@@ -908,10 +908,10 @@
|
|
908
908
|
"type": "structure",
|
909
909
|
"members": {
|
910
910
|
"RebuildSnapshots": {
|
911
|
-
"shape": "
|
911
|
+
"shape": "S5m"
|
912
912
|
},
|
913
913
|
"RestoreSnapshots": {
|
914
|
-
"shape": "
|
914
|
+
"shape": "S5m"
|
915
915
|
}
|
916
916
|
}
|
917
917
|
}
|
@@ -921,7 +921,7 @@
|
|
921
921
|
"type": "structure",
|
922
922
|
"members": {
|
923
923
|
"WorkspaceIds": {
|
924
|
-
"shape": "
|
924
|
+
"shape": "S5p"
|
925
925
|
},
|
926
926
|
"DirectoryId": {},
|
927
927
|
"UserName": {},
|
@@ -947,7 +947,7 @@
|
|
947
947
|
"type": "structure",
|
948
948
|
"members": {
|
949
949
|
"WorkspaceIds": {
|
950
|
-
"shape": "
|
950
|
+
"shape": "S5p"
|
951
951
|
},
|
952
952
|
"NextToken": {}
|
953
953
|
}
|
@@ -1018,13 +1018,13 @@
|
|
1018
1018
|
"members": {
|
1019
1019
|
"ResourceId": {},
|
1020
1020
|
"DeviceTypeWindows": {
|
1021
|
-
"shape": "
|
1021
|
+
"shape": "S61"
|
1022
1022
|
},
|
1023
1023
|
"DeviceTypeOsx": {
|
1024
|
-
"shape": "
|
1024
|
+
"shape": "S61"
|
1025
1025
|
},
|
1026
1026
|
"DeviceTypeAndroid": {
|
1027
|
-
"shape": "
|
1027
|
+
"shape": "S61"
|
1028
1028
|
},
|
1029
1029
|
"DeviceTypeIos": {
|
1030
1030
|
"type": "structure",
|
@@ -1047,10 +1047,10 @@
|
|
1047
1047
|
}
|
1048
1048
|
},
|
1049
1049
|
"DeviceTypeLinux": {
|
1050
|
-
"shape": "
|
1050
|
+
"shape": "S61"
|
1051
1051
|
},
|
1052
1052
|
"DeviceTypeWeb": {
|
1053
|
-
"shape": "
|
1053
|
+
"shape": "S61"
|
1054
1054
|
}
|
1055
1055
|
}
|
1056
1056
|
},
|
@@ -1194,7 +1194,7 @@
|
|
1194
1194
|
"members": {
|
1195
1195
|
"ResourceId": {},
|
1196
1196
|
"SamlProperties": {
|
1197
|
-
"shape": "
|
1197
|
+
"shape": "S54"
|
1198
1198
|
},
|
1199
1199
|
"PropertiesToDelete": {
|
1200
1200
|
"type": "list",
|
@@ -1217,7 +1217,7 @@
|
|
1217
1217
|
"members": {
|
1218
1218
|
"ResourceId": {},
|
1219
1219
|
"SelfservicePermissions": {
|
1220
|
-
"shape": "
|
1220
|
+
"shape": "S53"
|
1221
1221
|
}
|
1222
1222
|
}
|
1223
1223
|
},
|
@@ -1236,7 +1236,7 @@
|
|
1236
1236
|
"members": {
|
1237
1237
|
"ResourceId": {},
|
1238
1238
|
"WorkspaceAccessProperties": {
|
1239
|
-
"shape": "
|
1239
|
+
"shape": "S50"
|
1240
1240
|
}
|
1241
1241
|
}
|
1242
1242
|
},
|
@@ -1343,7 +1343,7 @@
|
|
1343
1343
|
"FailedRequests": {
|
1344
1344
|
"type": "list",
|
1345
1345
|
"member": {
|
1346
|
-
"shape": "
|
1346
|
+
"shape": "S7b"
|
1347
1347
|
}
|
1348
1348
|
}
|
1349
1349
|
}
|
@@ -1376,7 +1376,7 @@
|
|
1376
1376
|
"FailedRequests": {
|
1377
1377
|
"type": "list",
|
1378
1378
|
"member": {
|
1379
|
-
"shape": "
|
1379
|
+
"shape": "S7b"
|
1380
1380
|
}
|
1381
1381
|
}
|
1382
1382
|
}
|
@@ -1392,7 +1392,7 @@
|
|
1392
1392
|
"members": {
|
1393
1393
|
"DirectoryId": {},
|
1394
1394
|
"SubnetIds": {
|
1395
|
-
"shape": "
|
1395
|
+
"shape": "S4s"
|
1396
1396
|
},
|
1397
1397
|
"EnableWorkDocs": {
|
1398
1398
|
"type": "boolean"
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
"FailedRequests": {
|
1471
1471
|
"type": "list",
|
1472
1472
|
"member": {
|
1473
|
-
"shape": "
|
1473
|
+
"shape": "S7b"
|
1474
1474
|
}
|
1475
1475
|
}
|
1476
1476
|
}
|
@@ -1500,7 +1500,7 @@
|
|
1500
1500
|
"FailedRequests": {
|
1501
1501
|
"type": "list",
|
1502
1502
|
"member": {
|
1503
|
-
"shape": "
|
1503
|
+
"shape": "S7b"
|
1504
1504
|
}
|
1505
1505
|
}
|
1506
1506
|
}
|
@@ -1533,7 +1533,7 @@
|
|
1533
1533
|
"FailedRequests": {
|
1534
1534
|
"type": "list",
|
1535
1535
|
"member": {
|
1536
|
-
"shape": "
|
1536
|
+
"shape": "S7b"
|
1537
1537
|
}
|
1538
1538
|
}
|
1539
1539
|
}
|
@@ -1568,7 +1568,7 @@
|
|
1568
1568
|
"members": {
|
1569
1569
|
"AliasId": {},
|
1570
1570
|
"ConnectionAliasPermission": {
|
1571
|
-
"shape": "
|
1571
|
+
"shape": "S40"
|
1572
1572
|
}
|
1573
1573
|
}
|
1574
1574
|
},
|
@@ -1822,10 +1822,11 @@
|
|
1822
1822
|
"S3p": {
|
1823
1823
|
"type": "structure",
|
1824
1824
|
"members": {
|
1825
|
-
"ReconnectEnabled": {}
|
1825
|
+
"ReconnectEnabled": {},
|
1826
|
+
"LogUploadEnabled": {}
|
1826
1827
|
}
|
1827
1828
|
},
|
1828
|
-
"
|
1829
|
+
"S40": {
|
1829
1830
|
"type": "structure",
|
1830
1831
|
"required": [
|
1831
1832
|
"SharedAccountId",
|
@@ -1838,11 +1839,11 @@
|
|
1838
1839
|
}
|
1839
1840
|
}
|
1840
1841
|
},
|
1841
|
-
"
|
1842
|
+
"S4s": {
|
1842
1843
|
"type": "list",
|
1843
1844
|
"member": {}
|
1844
1845
|
},
|
1845
|
-
"
|
1846
|
+
"S50": {
|
1846
1847
|
"type": "structure",
|
1847
1848
|
"members": {
|
1848
1849
|
"DeviceTypeWindows": {},
|
@@ -1855,7 +1856,7 @@
|
|
1855
1856
|
"DeviceTypeLinux": {}
|
1856
1857
|
}
|
1857
1858
|
},
|
1858
|
-
"
|
1859
|
+
"S53": {
|
1859
1860
|
"type": "structure",
|
1860
1861
|
"members": {
|
1861
1862
|
"RestartWorkspace": {},
|
@@ -1865,7 +1866,7 @@
|
|
1865
1866
|
"RebuildWorkspace": {}
|
1866
1867
|
}
|
1867
1868
|
},
|
1868
|
-
"
|
1869
|
+
"S54": {
|
1869
1870
|
"type": "structure",
|
1870
1871
|
"members": {
|
1871
1872
|
"Status": {},
|
@@ -1873,7 +1874,7 @@
|
|
1873
1874
|
"RelayStateParameterName": {}
|
1874
1875
|
}
|
1875
1876
|
},
|
1876
|
-
"
|
1877
|
+
"S5m": {
|
1877
1878
|
"type": "list",
|
1878
1879
|
"member": {
|
1879
1880
|
"type": "structure",
|
@@ -1884,11 +1885,11 @@
|
|
1884
1885
|
}
|
1885
1886
|
}
|
1886
1887
|
},
|
1887
|
-
"
|
1888
|
+
"S5p": {
|
1888
1889
|
"type": "list",
|
1889
1890
|
"member": {}
|
1890
1891
|
},
|
1891
|
-
"
|
1892
|
+
"S61": {
|
1892
1893
|
"type": "structure",
|
1893
1894
|
"members": {
|
1894
1895
|
"Logo": {
|
@@ -1902,7 +1903,7 @@
|
|
1902
1903
|
}
|
1903
1904
|
}
|
1904
1905
|
},
|
1905
|
-
"
|
1906
|
+
"S7b": {
|
1906
1907
|
"type": "structure",
|
1907
1908
|
"members": {
|
1908
1909
|
"WorkspaceId": {},
|