cdk-comprehend-s3olap 2.0.40 → 2.0.41

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.
Files changed (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +9 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +38 -3
  8. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +4 -1
  9. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +1 -4
  10. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +21 -0
  11. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
  12. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +928 -548
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +181 -36
  15. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +6 -0
  16. package/node_modules/aws-sdk/clients/discovery.d.ts +10 -0
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +79 -55
  18. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  19. package/node_modules/aws-sdk/clients/kms.d.ts +46 -46
  20. package/node_modules/aws-sdk/clients/mediapackage.d.ts +6 -2
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +475 -0
  22. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +191 -16
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +29 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +4 -4
@@ -90,6 +90,12 @@
90
90
  "limit_key": "MaxResults",
91
91
  "result_key": "Domains"
92
92
  },
93
+ "ListEdgeDeploymentPlans": {
94
+ "input_token": "NextToken",
95
+ "output_token": "NextToken",
96
+ "limit_key": "MaxResults",
97
+ "result_key": "EdgeDeploymentPlanSummaries"
98
+ },
93
99
  "ListEdgePackagingJobs": {
94
100
  "input_token": "NextToken",
95
101
  "output_token": "NextToken",
@@ -275,6 +281,12 @@
275
281
  "output_token": "NextToken",
276
282
  "limit_key": "MaxResults"
277
283
  },
284
+ "ListStageDevices": {
285
+ "input_token": "NextToken",
286
+ "output_token": "NextToken",
287
+ "limit_key": "MaxResults",
288
+ "result_key": "DeviceDeploymentSummaries"
289
+ },
278
290
  "ListStudioLifecycleConfigs": {
279
291
  "input_token": "NextToken",
280
292
  "output_token": "NextToken",
@@ -14,6 +14,27 @@
14
14
  "uid": "sso-admin-2020-07-20"
15
15
  },
16
16
  "operations": {
17
+ "AttachCustomerManagedPolicyReferenceToPermissionSet": {
18
+ "input": {
19
+ "type": "structure",
20
+ "required": [
21
+ "InstanceArn",
22
+ "PermissionSetArn",
23
+ "CustomerManagedPolicyReference"
24
+ ],
25
+ "members": {
26
+ "InstanceArn": {},
27
+ "PermissionSetArn": {},
28
+ "CustomerManagedPolicyReference": {
29
+ "shape": "S4"
30
+ }
31
+ }
32
+ },
33
+ "output": {
34
+ "type": "structure",
35
+ "members": {}
36
+ }
37
+ },
17
38
  "AttachManagedPolicyToPermissionSet": {
18
39
  "input": {
19
40
  "type": "structure",
@@ -57,7 +78,7 @@
57
78
  "type": "structure",
58
79
  "members": {
59
80
  "AccountAssignmentCreationStatus": {
60
- "shape": "Sc"
81
+ "shape": "Sh"
61
82
  }
62
83
  }
63
84
  }
@@ -72,7 +93,7 @@
72
93
  "members": {
73
94
  "InstanceArn": {},
74
95
  "InstanceAccessControlAttributeConfiguration": {
75
- "shape": "Si"
96
+ "shape": "Sn"
76
97
  }
77
98
  }
78
99
  },
@@ -95,7 +116,7 @@
95
116
  "SessionDuration": {},
96
117
  "RelayState": {},
97
118
  "Tags": {
98
- "shape": "Sv"
119
+ "shape": "S10"
99
120
  }
100
121
  }
101
122
  },
@@ -103,7 +124,7 @@
103
124
  "type": "structure",
104
125
  "members": {
105
126
  "PermissionSet": {
106
- "shape": "S10"
127
+ "shape": "S15"
107
128
  }
108
129
  }
109
130
  }
@@ -132,7 +153,7 @@
132
153
  "type": "structure",
133
154
  "members": {
134
155
  "AccountAssignmentDeletionStatus": {
135
- "shape": "Sc"
156
+ "shape": "Sh"
136
157
  }
137
158
  }
138
159
  }
@@ -186,6 +207,23 @@
186
207
  "members": {}
187
208
  }
188
209
  },
210
+ "DeletePermissionsBoundaryFromPermissionSet": {
211
+ "input": {
212
+ "type": "structure",
213
+ "required": [
214
+ "InstanceArn",
215
+ "PermissionSetArn"
216
+ ],
217
+ "members": {
218
+ "InstanceArn": {},
219
+ "PermissionSetArn": {}
220
+ }
221
+ },
222
+ "output": {
223
+ "type": "structure",
224
+ "members": {}
225
+ }
226
+ },
189
227
  "DescribeAccountAssignmentCreationStatus": {
190
228
  "input": {
191
229
  "type": "structure",
@@ -202,7 +240,7 @@
202
240
  "type": "structure",
203
241
  "members": {
204
242
  "AccountAssignmentCreationStatus": {
205
- "shape": "Sc"
243
+ "shape": "Sh"
206
244
  }
207
245
  }
208
246
  }
@@ -223,7 +261,7 @@
223
261
  "type": "structure",
224
262
  "members": {
225
263
  "AccountAssignmentDeletionStatus": {
226
- "shape": "Sc"
264
+ "shape": "Sh"
227
265
  }
228
266
  }
229
267
  }
@@ -244,7 +282,7 @@
244
282
  "Status": {},
245
283
  "StatusReason": {},
246
284
  "InstanceAccessControlAttributeConfiguration": {
247
- "shape": "Si"
285
+ "shape": "Sn"
248
286
  }
249
287
  }
250
288
  }
@@ -265,7 +303,7 @@
265
303
  "type": "structure",
266
304
  "members": {
267
305
  "PermissionSet": {
268
- "shape": "S10"
306
+ "shape": "S15"
269
307
  }
270
308
  }
271
309
  }
@@ -286,9 +324,30 @@
286
324
  "type": "structure",
287
325
  "members": {
288
326
  "PermissionSetProvisioningStatus": {
289
- "shape": "S1l"
327
+ "shape": "S1s"
328
+ }
329
+ }
330
+ }
331
+ },
332
+ "DetachCustomerManagedPolicyReferenceFromPermissionSet": {
333
+ "input": {
334
+ "type": "structure",
335
+ "required": [
336
+ "InstanceArn",
337
+ "PermissionSetArn",
338
+ "CustomerManagedPolicyReference"
339
+ ],
340
+ "members": {
341
+ "InstanceArn": {},
342
+ "PermissionSetArn": {},
343
+ "CustomerManagedPolicyReference": {
344
+ "shape": "S4"
290
345
  }
291
346
  }
347
+ },
348
+ "output": {
349
+ "type": "structure",
350
+ "members": {}
292
351
  }
293
352
  },
294
353
  "DetachManagedPolicyFromPermissionSet": {
@@ -325,8 +384,27 @@
325
384
  "output": {
326
385
  "type": "structure",
327
386
  "members": {
328
- "InlinePolicy": {
329
- "shape": "S1r"
387
+ "InlinePolicy": {}
388
+ }
389
+ }
390
+ },
391
+ "GetPermissionsBoundaryForPermissionSet": {
392
+ "input": {
393
+ "type": "structure",
394
+ "required": [
395
+ "InstanceArn",
396
+ "PermissionSetArn"
397
+ ],
398
+ "members": {
399
+ "InstanceArn": {},
400
+ "PermissionSetArn": {}
401
+ }
402
+ },
403
+ "output": {
404
+ "type": "structure",
405
+ "members": {
406
+ "PermissionsBoundary": {
407
+ "shape": "S23"
330
408
  }
331
409
  }
332
410
  }
@@ -344,7 +422,7 @@
344
422
  },
345
423
  "NextToken": {},
346
424
  "Filter": {
347
- "shape": "S1v"
425
+ "shape": "S27"
348
426
  }
349
427
  }
350
428
  },
@@ -352,7 +430,7 @@
352
430
  "type": "structure",
353
431
  "members": {
354
432
  "AccountAssignmentsCreationStatus": {
355
- "shape": "S1x"
433
+ "shape": "S29"
356
434
  },
357
435
  "NextToken": {}
358
436
  }
@@ -371,7 +449,7 @@
371
449
  },
372
450
  "NextToken": {},
373
451
  "Filter": {
374
- "shape": "S1v"
452
+ "shape": "S27"
375
453
  }
376
454
  }
377
455
  },
@@ -379,7 +457,7 @@
379
457
  "type": "structure",
380
458
  "members": {
381
459
  "AccountAssignmentsDeletionStatus": {
382
- "shape": "S1x"
460
+ "shape": "S29"
383
461
  },
384
462
  "NextToken": {}
385
463
  }
@@ -450,6 +528,35 @@
450
528
  }
451
529
  }
452
530
  },
531
+ "ListCustomerManagedPolicyReferencesInPermissionSet": {
532
+ "input": {
533
+ "type": "structure",
534
+ "required": [
535
+ "InstanceArn",
536
+ "PermissionSetArn"
537
+ ],
538
+ "members": {
539
+ "InstanceArn": {},
540
+ "PermissionSetArn": {},
541
+ "MaxResults": {
542
+ "type": "integer"
543
+ },
544
+ "NextToken": {}
545
+ }
546
+ },
547
+ "output": {
548
+ "type": "structure",
549
+ "members": {
550
+ "CustomerManagedPolicyReferences": {
551
+ "type": "list",
552
+ "member": {
553
+ "shape": "S4"
554
+ }
555
+ },
556
+ "NextToken": {}
557
+ }
558
+ }
559
+ },
453
560
  "ListInstances": {
454
561
  "input": {
455
562
  "type": "structure",
@@ -523,7 +630,7 @@
523
630
  },
524
631
  "NextToken": {},
525
632
  "Filter": {
526
- "shape": "S1v"
633
+ "shape": "S27"
527
634
  }
528
635
  }
529
636
  },
@@ -565,7 +672,7 @@
565
672
  "type": "structure",
566
673
  "members": {
567
674
  "PermissionSets": {
568
- "shape": "S2p"
675
+ "shape": "S34"
569
676
  },
570
677
  "NextToken": {}
571
678
  }
@@ -593,7 +700,7 @@
593
700
  "members": {
594
701
  "NextToken": {},
595
702
  "PermissionSets": {
596
- "shape": "S2p"
703
+ "shape": "S34"
597
704
  }
598
705
  }
599
706
  }
@@ -615,7 +722,7 @@
615
722
  "type": "structure",
616
723
  "members": {
617
724
  "Tags": {
618
- "shape": "Sv"
725
+ "shape": "S10"
619
726
  },
620
727
  "NextToken": {}
621
728
  }
@@ -640,7 +747,7 @@
640
747
  "type": "structure",
641
748
  "members": {
642
749
  "PermissionSetProvisioningStatus": {
643
- "shape": "S1l"
750
+ "shape": "S1s"
644
751
  }
645
752
  }
646
753
  }
@@ -656,8 +763,27 @@
656
763
  "members": {
657
764
  "InstanceArn": {},
658
765
  "PermissionSetArn": {},
659
- "InlinePolicy": {
660
- "shape": "S1r"
766
+ "InlinePolicy": {}
767
+ }
768
+ },
769
+ "output": {
770
+ "type": "structure",
771
+ "members": {}
772
+ }
773
+ },
774
+ "PutPermissionsBoundaryToPermissionSet": {
775
+ "input": {
776
+ "type": "structure",
777
+ "required": [
778
+ "InstanceArn",
779
+ "PermissionSetArn",
780
+ "PermissionsBoundary"
781
+ ],
782
+ "members": {
783
+ "InstanceArn": {},
784
+ "PermissionSetArn": {},
785
+ "PermissionsBoundary": {
786
+ "shape": "S23"
661
787
  }
662
788
  }
663
789
  },
@@ -678,7 +804,7 @@
678
804
  "InstanceArn": {},
679
805
  "ResourceArn": {},
680
806
  "Tags": {
681
- "shape": "Sv"
807
+ "shape": "S10"
682
808
  }
683
809
  }
684
810
  },
@@ -719,7 +845,7 @@
719
845
  "members": {
720
846
  "InstanceArn": {},
721
847
  "InstanceAccessControlAttributeConfiguration": {
722
- "shape": "Si"
848
+ "shape": "Sn"
723
849
  }
724
850
  }
725
851
  },
@@ -750,7 +876,17 @@
750
876
  }
751
877
  },
752
878
  "shapes": {
753
- "Sc": {
879
+ "S4": {
880
+ "type": "structure",
881
+ "required": [
882
+ "Name"
883
+ ],
884
+ "members": {
885
+ "Name": {},
886
+ "Path": {}
887
+ }
888
+ },
889
+ "Sh": {
754
890
  "type": "structure",
755
891
  "members": {
756
892
  "Status": {},
@@ -766,7 +902,7 @@
766
902
  }
767
903
  }
768
904
  },
769
- "Si": {
905
+ "Sn": {
770
906
  "type": "structure",
771
907
  "required": [
772
908
  "AccessControlAttributes"
@@ -799,17 +935,21 @@
799
935
  }
800
936
  }
801
937
  },
802
- "Sv": {
938
+ "S10": {
803
939
  "type": "list",
804
940
  "member": {
805
941
  "type": "structure",
942
+ "required": [
943
+ "Key",
944
+ "Value"
945
+ ],
806
946
  "members": {
807
947
  "Key": {},
808
948
  "Value": {}
809
949
  }
810
950
  }
811
951
  },
812
- "S10": {
952
+ "S15": {
813
953
  "type": "structure",
814
954
  "members": {
815
955
  "Name": {},
@@ -822,7 +962,7 @@
822
962
  "RelayState": {}
823
963
  }
824
964
  },
825
- "S1l": {
965
+ "S1s": {
826
966
  "type": "structure",
827
967
  "members": {
828
968
  "Status": {},
@@ -835,17 +975,22 @@
835
975
  }
836
976
  }
837
977
  },
838
- "S1r": {
839
- "type": "string",
840
- "sensitive": true
978
+ "S23": {
979
+ "type": "structure",
980
+ "members": {
981
+ "CustomerManagedPolicyReference": {
982
+ "shape": "S4"
983
+ },
984
+ "ManagedPolicyArn": {}
985
+ }
841
986
  },
842
- "S1v": {
987
+ "S27": {
843
988
  "type": "structure",
844
989
  "members": {
845
990
  "Status": {}
846
991
  }
847
992
  },
848
- "S1x": {
993
+ "S29": {
849
994
  "type": "list",
850
995
  "member": {
851
996
  "type": "structure",
@@ -858,7 +1003,7 @@
858
1003
  }
859
1004
  }
860
1005
  },
861
- "S2p": {
1006
+ "S34": {
862
1007
  "type": "list",
863
1008
  "member": {}
864
1009
  }
@@ -24,6 +24,12 @@
24
24
  "output_token": "NextToken",
25
25
  "result_key": "AccountIds"
26
26
  },
27
+ "ListCustomerManagedPolicyReferencesInPermissionSet": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "CustomerManagedPolicyReferences"
32
+ },
27
33
  "ListInstances": {
28
34
  "input_token": "NextToken",
29
35
  "limit_key": "MaxResults",
@@ -455,6 +455,15 @@ declare namespace Discovery {
455
455
  */
456
456
  unknownAgents: Integer;
457
457
  }
458
+ export interface CustomerAgentlessCollectorInfo {
459
+ activeAgentlessCollectors: Integer;
460
+ healthyAgentlessCollectors: Integer;
461
+ denyListedAgentlessCollectors: Integer;
462
+ shutdownAgentlessCollectors: Integer;
463
+ unhealthyAgentlessCollectors: Integer;
464
+ totalAgentlessCollectors: Integer;
465
+ unknownAgentlessCollectors: Integer;
466
+ }
458
467
  export interface CustomerConnectorInfo {
459
468
  /**
460
469
  * Number of active discovery connectors.
@@ -829,6 +838,7 @@ declare namespace Discovery {
829
838
  * Details about Migration Evaluator collectors, including collector status and health.
830
839
  */
831
840
  meCollectorSummary?: CustomerMeCollectorInfo;
841
+ agentlessCollectorSummary?: CustomerAgentlessCollectorInfo;
832
842
  }
833
843
  export type ImportStatus = "IMPORT_IN_PROGRESS"|"IMPORT_COMPLETE"|"IMPORT_COMPLETE_WITH_ERRORS"|"IMPORT_FAILED"|"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED"|"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED"|"DELETE_IN_PROGRESS"|"DELETE_COMPLETE"|"DELETE_FAILED"|"DELETE_FAILED_LIMIT_EXCEEDED"|"INTERNAL_ERROR"|string;
834
844
  export interface ImportTask {