cdk-comprehend-s3olap 2.0.6 → 2.0.9
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 +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
- package/node_modules/aws-sdk/apis/metadata.json +0 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +1 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -9
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +42 -63
- package/node_modules/aws-sdk/dist/aws-sdk.js +18 -14
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -0
- package/node_modules/esbuild/install.js +5 -4
- package/node_modules/esbuild/lib/main.d.ts +1 -1
- package/node_modules/esbuild/lib/main.js +8 -7
- package/node_modules/esbuild/package.json +21 -21
- 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
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +0 -5
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +0 -1206
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +0 -40
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
- package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -13,6 +13,40 @@
|
|
13
13
|
"uid": "finspace-2020-07-13"
|
14
14
|
},
|
15
15
|
"operations": {
|
16
|
+
"AssociateUserToPermissionGroup": {
|
17
|
+
"http": {
|
18
|
+
"requestUri": "/permission-group/{permissionGroupId}/users/{userId}"
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"permissionGroupId",
|
24
|
+
"userId"
|
25
|
+
],
|
26
|
+
"members": {
|
27
|
+
"permissionGroupId": {
|
28
|
+
"location": "uri",
|
29
|
+
"locationName": "permissionGroupId"
|
30
|
+
},
|
31
|
+
"userId": {
|
32
|
+
"location": "uri",
|
33
|
+
"locationName": "userId"
|
34
|
+
},
|
35
|
+
"clientToken": {
|
36
|
+
"idempotencyToken": true
|
37
|
+
}
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"output": {
|
41
|
+
"type": "structure",
|
42
|
+
"members": {
|
43
|
+
"statusCode": {
|
44
|
+
"location": "statusCode",
|
45
|
+
"type": "integer"
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
},
|
16
50
|
"CreateChangeset": {
|
17
51
|
"http": {
|
18
52
|
"requestUri": "/datasets/{datasetId}/changesetsv2"
|
@@ -35,10 +69,10 @@
|
|
35
69
|
},
|
36
70
|
"changeType": {},
|
37
71
|
"sourceParams": {
|
38
|
-
"shape": "
|
72
|
+
"shape": "Sa"
|
39
73
|
},
|
40
74
|
"formatParams": {
|
41
|
-
"shape": "
|
75
|
+
"shape": "Sd"
|
42
76
|
}
|
43
77
|
}
|
44
78
|
},
|
@@ -72,16 +106,16 @@
|
|
72
106
|
"type": "boolean"
|
73
107
|
},
|
74
108
|
"sortColumns": {
|
75
|
-
"shape": "
|
109
|
+
"shape": "Si"
|
76
110
|
},
|
77
111
|
"partitionColumns": {
|
78
|
-
"shape": "
|
112
|
+
"shape": "Sk"
|
79
113
|
},
|
80
114
|
"asOfTimestamp": {
|
81
115
|
"type": "long"
|
82
116
|
},
|
83
117
|
"destinationTypeParams": {
|
84
|
-
"shape": "
|
118
|
+
"shape": "Sm"
|
85
119
|
}
|
86
120
|
}
|
87
121
|
},
|
@@ -112,7 +146,7 @@
|
|
112
146
|
"kind": {},
|
113
147
|
"datasetDescription": {},
|
114
148
|
"ownerInfo": {
|
115
|
-
"shape": "
|
149
|
+
"shape": "Sw"
|
116
150
|
},
|
117
151
|
"permissionGroupParams": {
|
118
152
|
"type": "structure",
|
@@ -131,7 +165,7 @@
|
|
131
165
|
},
|
132
166
|
"alias": {},
|
133
167
|
"schemaDefinition": {
|
134
|
-
"shape": "
|
168
|
+
"shape": "S15"
|
135
169
|
}
|
136
170
|
}
|
137
171
|
},
|
@@ -154,13 +188,13 @@
|
|
154
188
|
],
|
155
189
|
"members": {
|
156
190
|
"name": {
|
157
|
-
"shape": "
|
191
|
+
"shape": "S1f"
|
158
192
|
},
|
159
193
|
"description": {
|
160
|
-
"shape": "
|
194
|
+
"shape": "S1g"
|
161
195
|
},
|
162
196
|
"applicationPermissions": {
|
163
|
-
"shape": "
|
197
|
+
"shape": "S1h"
|
164
198
|
},
|
165
199
|
"clientToken": {
|
166
200
|
"idempotencyToken": true
|
@@ -186,14 +220,14 @@
|
|
186
220
|
],
|
187
221
|
"members": {
|
188
222
|
"emailAddress": {
|
189
|
-
"shape": "
|
223
|
+
"shape": "Sz"
|
190
224
|
},
|
191
225
|
"type": {},
|
192
226
|
"firstName": {
|
193
|
-
"shape": "
|
227
|
+
"shape": "S1m"
|
194
228
|
},
|
195
229
|
"lastName": {
|
196
|
-
"shape": "
|
230
|
+
"shape": "S1n"
|
197
231
|
},
|
198
232
|
"ApiAccess": {},
|
199
233
|
"apiAccessPrincipalArn": {},
|
@@ -293,6 +327,43 @@
|
|
293
327
|
}
|
294
328
|
}
|
295
329
|
},
|
330
|
+
"DisassociateUserFromPermissionGroup": {
|
331
|
+
"http": {
|
332
|
+
"method": "DELETE",
|
333
|
+
"requestUri": "/permission-group/{permissionGroupId}/users/{userId}"
|
334
|
+
},
|
335
|
+
"input": {
|
336
|
+
"type": "structure",
|
337
|
+
"required": [
|
338
|
+
"permissionGroupId",
|
339
|
+
"userId"
|
340
|
+
],
|
341
|
+
"members": {
|
342
|
+
"permissionGroupId": {
|
343
|
+
"location": "uri",
|
344
|
+
"locationName": "permissionGroupId"
|
345
|
+
},
|
346
|
+
"userId": {
|
347
|
+
"location": "uri",
|
348
|
+
"locationName": "userId"
|
349
|
+
},
|
350
|
+
"clientToken": {
|
351
|
+
"idempotencyToken": true,
|
352
|
+
"location": "querystring",
|
353
|
+
"locationName": "clientToken"
|
354
|
+
}
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"output": {
|
358
|
+
"type": "structure",
|
359
|
+
"members": {
|
360
|
+
"statusCode": {
|
361
|
+
"location": "statusCode",
|
362
|
+
"type": "integer"
|
363
|
+
}
|
364
|
+
}
|
365
|
+
}
|
366
|
+
},
|
296
367
|
"EnableUser": {
|
297
368
|
"http": {
|
298
369
|
"requestUri": "/user/{userId}/enable"
|
@@ -349,17 +420,17 @@
|
|
349
420
|
"datasetId": {},
|
350
421
|
"changeType": {},
|
351
422
|
"sourceParams": {
|
352
|
-
"shape": "
|
423
|
+
"shape": "Sa"
|
353
424
|
},
|
354
425
|
"formatParams": {
|
355
|
-
"shape": "
|
426
|
+
"shape": "Sd"
|
356
427
|
},
|
357
428
|
"createTime": {
|
358
429
|
"type": "long"
|
359
430
|
},
|
360
431
|
"status": {},
|
361
432
|
"errorInfo": {
|
362
|
-
"shape": "
|
433
|
+
"shape": "S25"
|
363
434
|
},
|
364
435
|
"activeUntilTimestamp": {
|
365
436
|
"type": "long"
|
@@ -401,14 +472,14 @@
|
|
401
472
|
"type": "boolean"
|
402
473
|
},
|
403
474
|
"partitionColumns": {
|
404
|
-
"shape": "
|
475
|
+
"shape": "Sk"
|
405
476
|
},
|
406
477
|
"datasetId": {},
|
407
478
|
"asOfTimestamp": {
|
408
479
|
"type": "long"
|
409
480
|
},
|
410
481
|
"errorInfo": {
|
411
|
-
"shape": "
|
482
|
+
"shape": "S2a"
|
412
483
|
},
|
413
484
|
"lastModifiedTime": {
|
414
485
|
"type": "long"
|
@@ -417,12 +488,12 @@
|
|
417
488
|
"type": "long"
|
418
489
|
},
|
419
490
|
"sortColumns": {
|
420
|
-
"shape": "
|
491
|
+
"shape": "Si"
|
421
492
|
},
|
422
493
|
"dataViewId": {},
|
423
494
|
"dataViewArn": {},
|
424
495
|
"destinationTypeParams": {
|
425
|
-
"shape": "
|
496
|
+
"shape": "Sm"
|
426
497
|
},
|
427
498
|
"status": {}
|
428
499
|
}
|
@@ -460,13 +531,39 @@
|
|
460
531
|
"type": "long"
|
461
532
|
},
|
462
533
|
"schemaDefinition": {
|
463
|
-
"shape": "
|
534
|
+
"shape": "S15"
|
464
535
|
},
|
465
536
|
"alias": {},
|
466
537
|
"status": {}
|
467
538
|
}
|
468
539
|
}
|
469
540
|
},
|
541
|
+
"GetPermissionGroup": {
|
542
|
+
"http": {
|
543
|
+
"method": "GET",
|
544
|
+
"requestUri": "/permission-group/{permissionGroupId}"
|
545
|
+
},
|
546
|
+
"input": {
|
547
|
+
"type": "structure",
|
548
|
+
"required": [
|
549
|
+
"permissionGroupId"
|
550
|
+
],
|
551
|
+
"members": {
|
552
|
+
"permissionGroupId": {
|
553
|
+
"location": "uri",
|
554
|
+
"locationName": "permissionGroupId"
|
555
|
+
}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"output": {
|
559
|
+
"type": "structure",
|
560
|
+
"members": {
|
561
|
+
"permissionGroup": {
|
562
|
+
"shape": "S2j"
|
563
|
+
}
|
564
|
+
}
|
565
|
+
}
|
566
|
+
},
|
470
567
|
"GetProgrammaticAccessCredentials": {
|
471
568
|
"http": {
|
472
569
|
"method": "GET",
|
@@ -529,13 +626,13 @@
|
|
529
626
|
"userId": {},
|
530
627
|
"status": {},
|
531
628
|
"firstName": {
|
532
|
-
"shape": "
|
629
|
+
"shape": "S1m"
|
533
630
|
},
|
534
631
|
"lastName": {
|
535
|
-
"shape": "
|
632
|
+
"shape": "S1n"
|
536
633
|
},
|
537
634
|
"emailAddress": {
|
538
|
-
"shape": "
|
635
|
+
"shape": "Sz"
|
539
636
|
},
|
540
637
|
"type": {},
|
541
638
|
"apiAccess": {},
|
@@ -616,17 +713,17 @@
|
|
616
713
|
"datasetId": {},
|
617
714
|
"changeType": {},
|
618
715
|
"sourceParams": {
|
619
|
-
"shape": "
|
716
|
+
"shape": "Sa"
|
620
717
|
},
|
621
718
|
"formatParams": {
|
622
|
-
"shape": "
|
719
|
+
"shape": "Sd"
|
623
720
|
},
|
624
721
|
"createTime": {
|
625
722
|
"type": "long"
|
626
723
|
},
|
627
724
|
"status": {},
|
628
725
|
"errorInfo": {
|
629
|
-
"shape": "
|
726
|
+
"shape": "S25"
|
630
727
|
},
|
631
728
|
"activeUntilTimestamp": {
|
632
729
|
"type": "long"
|
@@ -685,17 +782,17 @@
|
|
685
782
|
"type": "long"
|
686
783
|
},
|
687
784
|
"partitionColumns": {
|
688
|
-
"shape": "
|
785
|
+
"shape": "Sk"
|
689
786
|
},
|
690
787
|
"sortColumns": {
|
691
|
-
"shape": "
|
788
|
+
"shape": "Si"
|
692
789
|
},
|
693
790
|
"status": {},
|
694
791
|
"errorInfo": {
|
695
|
-
"shape": "
|
792
|
+
"shape": "S2a"
|
696
793
|
},
|
697
794
|
"destinationTypeProperties": {
|
698
|
-
"shape": "
|
795
|
+
"shape": "Sm"
|
699
796
|
},
|
700
797
|
"autoUpdate": {
|
701
798
|
"type": "boolean"
|
@@ -745,7 +842,7 @@
|
|
745
842
|
"kind": {},
|
746
843
|
"datasetDescription": {},
|
747
844
|
"ownerInfo": {
|
748
|
-
"shape": "
|
845
|
+
"shape": "Sw"
|
749
846
|
},
|
750
847
|
"createTime": {
|
751
848
|
"type": "long"
|
@@ -754,7 +851,7 @@
|
|
754
851
|
"type": "long"
|
755
852
|
},
|
756
853
|
"schemaDefinition": {
|
757
|
-
"shape": "
|
854
|
+
"shape": "S15"
|
758
855
|
},
|
759
856
|
"alias": {}
|
760
857
|
}
|
@@ -786,6 +883,46 @@
|
|
786
883
|
}
|
787
884
|
}
|
788
885
|
},
|
886
|
+
"output": {
|
887
|
+
"type": "structure",
|
888
|
+
"members": {
|
889
|
+
"permissionGroups": {
|
890
|
+
"type": "list",
|
891
|
+
"member": {
|
892
|
+
"shape": "S2j"
|
893
|
+
}
|
894
|
+
},
|
895
|
+
"nextToken": {}
|
896
|
+
}
|
897
|
+
}
|
898
|
+
},
|
899
|
+
"ListPermissionGroupsByUser": {
|
900
|
+
"http": {
|
901
|
+
"method": "GET",
|
902
|
+
"requestUri": "/user/{userId}/permission-groups"
|
903
|
+
},
|
904
|
+
"input": {
|
905
|
+
"type": "structure",
|
906
|
+
"required": [
|
907
|
+
"userId",
|
908
|
+
"maxResults"
|
909
|
+
],
|
910
|
+
"members": {
|
911
|
+
"userId": {
|
912
|
+
"location": "uri",
|
913
|
+
"locationName": "userId"
|
914
|
+
},
|
915
|
+
"nextToken": {
|
916
|
+
"location": "querystring",
|
917
|
+
"locationName": "nextToken"
|
918
|
+
},
|
919
|
+
"maxResults": {
|
920
|
+
"location": "querystring",
|
921
|
+
"locationName": "maxResults",
|
922
|
+
"type": "integer"
|
923
|
+
}
|
924
|
+
}
|
925
|
+
},
|
789
926
|
"output": {
|
790
927
|
"type": "structure",
|
791
928
|
"members": {
|
@@ -796,20 +933,9 @@
|
|
796
933
|
"members": {
|
797
934
|
"permissionGroupId": {},
|
798
935
|
"name": {
|
799
|
-
"shape": "
|
936
|
+
"shape": "S1f"
|
800
937
|
},
|
801
|
-
"
|
802
|
-
"shape": "S1c"
|
803
|
-
},
|
804
|
-
"applicationPermissions": {
|
805
|
-
"shape": "S1d"
|
806
|
-
},
|
807
|
-
"createTime": {
|
808
|
-
"type": "long"
|
809
|
-
},
|
810
|
-
"lastModifiedTime": {
|
811
|
-
"type": "long"
|
812
|
-
}
|
938
|
+
"membershipStatus": {}
|
813
939
|
}
|
814
940
|
}
|
815
941
|
},
|
@@ -850,13 +976,13 @@
|
|
850
976
|
"userId": {},
|
851
977
|
"status": {},
|
852
978
|
"firstName": {
|
853
|
-
"shape": "
|
979
|
+
"shape": "S1m"
|
854
980
|
},
|
855
981
|
"lastName": {
|
856
|
-
"shape": "
|
982
|
+
"shape": "S1n"
|
857
983
|
},
|
858
984
|
"emailAddress": {
|
859
|
-
"shape": "
|
985
|
+
"shape": "Sz"
|
860
986
|
},
|
861
987
|
"type": {},
|
862
988
|
"apiAccess": {},
|
@@ -883,6 +1009,63 @@
|
|
883
1009
|
}
|
884
1010
|
}
|
885
1011
|
},
|
1012
|
+
"ListUsersByPermissionGroup": {
|
1013
|
+
"http": {
|
1014
|
+
"method": "GET",
|
1015
|
+
"requestUri": "/permission-group/{permissionGroupId}/users"
|
1016
|
+
},
|
1017
|
+
"input": {
|
1018
|
+
"type": "structure",
|
1019
|
+
"required": [
|
1020
|
+
"permissionGroupId",
|
1021
|
+
"maxResults"
|
1022
|
+
],
|
1023
|
+
"members": {
|
1024
|
+
"permissionGroupId": {
|
1025
|
+
"location": "uri",
|
1026
|
+
"locationName": "permissionGroupId"
|
1027
|
+
},
|
1028
|
+
"nextToken": {
|
1029
|
+
"location": "querystring",
|
1030
|
+
"locationName": "nextToken"
|
1031
|
+
},
|
1032
|
+
"maxResults": {
|
1033
|
+
"location": "querystring",
|
1034
|
+
"locationName": "maxResults",
|
1035
|
+
"type": "integer"
|
1036
|
+
}
|
1037
|
+
}
|
1038
|
+
},
|
1039
|
+
"output": {
|
1040
|
+
"type": "structure",
|
1041
|
+
"members": {
|
1042
|
+
"users": {
|
1043
|
+
"type": "list",
|
1044
|
+
"member": {
|
1045
|
+
"type": "structure",
|
1046
|
+
"members": {
|
1047
|
+
"userId": {},
|
1048
|
+
"status": {},
|
1049
|
+
"firstName": {
|
1050
|
+
"shape": "S1m"
|
1051
|
+
},
|
1052
|
+
"lastName": {
|
1053
|
+
"shape": "S1n"
|
1054
|
+
},
|
1055
|
+
"emailAddress": {
|
1056
|
+
"shape": "Sz"
|
1057
|
+
},
|
1058
|
+
"type": {},
|
1059
|
+
"apiAccess": {},
|
1060
|
+
"apiAccessPrincipalArn": {},
|
1061
|
+
"membershipStatus": {}
|
1062
|
+
}
|
1063
|
+
}
|
1064
|
+
},
|
1065
|
+
"nextToken": {}
|
1066
|
+
}
|
1067
|
+
}
|
1068
|
+
},
|
886
1069
|
"ResetUserPassword": {
|
887
1070
|
"http": {
|
888
1071
|
"requestUri": "/user/{userId}/password"
|
@@ -939,10 +1122,10 @@
|
|
939
1122
|
"locationName": "changesetId"
|
940
1123
|
},
|
941
1124
|
"sourceParams": {
|
942
|
-
"shape": "
|
1125
|
+
"shape": "Sa"
|
943
1126
|
},
|
944
1127
|
"formatParams": {
|
945
|
-
"shape": "
|
1128
|
+
"shape": "Sd"
|
946
1129
|
}
|
947
1130
|
}
|
948
1131
|
},
|
@@ -979,7 +1162,7 @@
|
|
979
1162
|
"datasetDescription": {},
|
980
1163
|
"alias": {},
|
981
1164
|
"schemaDefinition": {
|
982
|
-
"shape": "
|
1165
|
+
"shape": "S15"
|
983
1166
|
}
|
984
1167
|
}
|
985
1168
|
},
|
@@ -1006,13 +1189,13 @@
|
|
1006
1189
|
"locationName": "permissionGroupId"
|
1007
1190
|
},
|
1008
1191
|
"name": {
|
1009
|
-
"shape": "
|
1192
|
+
"shape": "S1f"
|
1010
1193
|
},
|
1011
1194
|
"description": {
|
1012
|
-
"shape": "
|
1195
|
+
"shape": "S1g"
|
1013
1196
|
},
|
1014
1197
|
"applicationPermissions": {
|
1015
|
-
"shape": "
|
1198
|
+
"shape": "S1h"
|
1016
1199
|
},
|
1017
1200
|
"clientToken": {
|
1018
1201
|
"idempotencyToken": true
|
@@ -1043,10 +1226,10 @@
|
|
1043
1226
|
},
|
1044
1227
|
"type": {},
|
1045
1228
|
"firstName": {
|
1046
|
-
"shape": "
|
1229
|
+
"shape": "S1m"
|
1047
1230
|
},
|
1048
1231
|
"lastName": {
|
1049
|
-
"shape": "
|
1232
|
+
"shape": "S1n"
|
1050
1233
|
},
|
1051
1234
|
"apiAccess": {},
|
1052
1235
|
"apiAccessPrincipalArn": {},
|
@@ -1064,25 +1247,25 @@
|
|
1064
1247
|
}
|
1065
1248
|
},
|
1066
1249
|
"shapes": {
|
1067
|
-
"
|
1250
|
+
"Sa": {
|
1068
1251
|
"type": "map",
|
1069
1252
|
"key": {},
|
1070
1253
|
"value": {}
|
1071
1254
|
},
|
1072
|
-
"
|
1255
|
+
"Sd": {
|
1073
1256
|
"type": "map",
|
1074
1257
|
"key": {},
|
1075
1258
|
"value": {}
|
1076
1259
|
},
|
1077
|
-
"
|
1260
|
+
"Si": {
|
1078
1261
|
"type": "list",
|
1079
1262
|
"member": {}
|
1080
1263
|
},
|
1081
|
-
"
|
1264
|
+
"Sk": {
|
1082
1265
|
"type": "list",
|
1083
1266
|
"member": {}
|
1084
1267
|
},
|
1085
|
-
"
|
1268
|
+
"Sm": {
|
1086
1269
|
"type": "structure",
|
1087
1270
|
"required": [
|
1088
1271
|
"destinationType"
|
@@ -1097,21 +1280,21 @@
|
|
1097
1280
|
}
|
1098
1281
|
}
|
1099
1282
|
},
|
1100
|
-
"
|
1283
|
+
"Sw": {
|
1101
1284
|
"type": "structure",
|
1102
1285
|
"members": {
|
1103
1286
|
"name": {},
|
1104
1287
|
"phoneNumber": {},
|
1105
1288
|
"email": {
|
1106
|
-
"shape": "
|
1289
|
+
"shape": "Sz"
|
1107
1290
|
}
|
1108
1291
|
}
|
1109
1292
|
},
|
1110
|
-
"
|
1293
|
+
"Sz": {
|
1111
1294
|
"type": "string",
|
1112
1295
|
"sensitive": true
|
1113
1296
|
},
|
1114
|
-
"
|
1297
|
+
"S15": {
|
1115
1298
|
"type": "structure",
|
1116
1299
|
"members": {
|
1117
1300
|
"tabularSchemaConfig": {
|
@@ -1136,39 +1319,61 @@
|
|
1136
1319
|
}
|
1137
1320
|
}
|
1138
1321
|
},
|
1139
|
-
"
|
1322
|
+
"S1f": {
|
1140
1323
|
"type": "string",
|
1141
1324
|
"sensitive": true
|
1142
1325
|
},
|
1143
|
-
"
|
1326
|
+
"S1g": {
|
1144
1327
|
"type": "string",
|
1145
1328
|
"sensitive": true
|
1146
1329
|
},
|
1147
|
-
"
|
1330
|
+
"S1h": {
|
1148
1331
|
"type": "list",
|
1149
1332
|
"member": {}
|
1150
1333
|
},
|
1151
|
-
"
|
1334
|
+
"S1m": {
|
1152
1335
|
"type": "string",
|
1153
1336
|
"sensitive": true
|
1154
1337
|
},
|
1155
|
-
"
|
1338
|
+
"S1n": {
|
1156
1339
|
"type": "string",
|
1157
1340
|
"sensitive": true
|
1158
1341
|
},
|
1159
|
-
"
|
1342
|
+
"S25": {
|
1160
1343
|
"type": "structure",
|
1161
1344
|
"members": {
|
1162
1345
|
"errorMessage": {},
|
1163
1346
|
"errorCategory": {}
|
1164
1347
|
}
|
1165
1348
|
},
|
1166
|
-
"
|
1349
|
+
"S2a": {
|
1167
1350
|
"type": "structure",
|
1168
1351
|
"members": {
|
1169
1352
|
"errorMessage": {},
|
1170
1353
|
"errorCategory": {}
|
1171
1354
|
}
|
1355
|
+
},
|
1356
|
+
"S2j": {
|
1357
|
+
"type": "structure",
|
1358
|
+
"members": {
|
1359
|
+
"permissionGroupId": {},
|
1360
|
+
"name": {
|
1361
|
+
"shape": "S1f"
|
1362
|
+
},
|
1363
|
+
"description": {
|
1364
|
+
"shape": "S1g"
|
1365
|
+
},
|
1366
|
+
"applicationPermissions": {
|
1367
|
+
"shape": "S1h"
|
1368
|
+
},
|
1369
|
+
"createTime": {
|
1370
|
+
"type": "long"
|
1371
|
+
},
|
1372
|
+
"lastModifiedTime": {
|
1373
|
+
"type": "long"
|
1374
|
+
},
|
1375
|
+
"membershipStatus": {}
|
1376
|
+
}
|
1172
1377
|
}
|
1173
1378
|
}
|
1174
1379
|
}
|