cdk-lambda-subminute 2.0.277 → 2.0.278

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.
@@ -438,6 +438,40 @@
438
438
  }
439
439
  }
440
440
  },
441
+ "ListAnalyzableServers": {
442
+ "http": {
443
+ "requestUri": "/list-analyzable-servers",
444
+ "responseCode": 200
445
+ },
446
+ "input": {
447
+ "type": "structure",
448
+ "members": {
449
+ "maxResults": {
450
+ "type": "integer"
451
+ },
452
+ "nextToken": {},
453
+ "sort": {}
454
+ }
455
+ },
456
+ "output": {
457
+ "type": "structure",
458
+ "members": {
459
+ "analyzableServers": {
460
+ "type": "list",
461
+ "member": {
462
+ "type": "structure",
463
+ "members": {
464
+ "hostname": {},
465
+ "ipAddress": {},
466
+ "source": {},
467
+ "vmId": {}
468
+ }
469
+ }
470
+ },
471
+ "nextToken": {}
472
+ }
473
+ }
474
+ },
441
475
  "ListApplicationComponents": {
442
476
  "http": {
443
477
  "requestUri": "/list-applicationcomponents",
@@ -449,7 +483,7 @@
449
483
  "applicationComponentCriteria": {},
450
484
  "filterValue": {},
451
485
  "groupIdFilter": {
452
- "shape": "S44"
486
+ "shape": "S49"
453
487
  },
454
488
  "maxResults": {
455
489
  "type": "integer"
@@ -629,7 +663,7 @@
629
663
  "members": {
630
664
  "filterValue": {},
631
665
  "groupIdFilter": {
632
- "shape": "S44"
666
+ "shape": "S49"
633
667
  },
634
668
  "maxResults": {
635
669
  "type": "integer"
@@ -685,6 +719,7 @@
685
719
  "input": {
686
720
  "type": "structure",
687
721
  "members": {
722
+ "assessmentDataSourceType": {},
688
723
  "assessmentTargets": {
689
724
  "shape": "S1m"
690
725
  },
@@ -715,7 +750,7 @@
715
750
  "S3Bucket": {},
716
751
  "dataSourceType": {},
717
752
  "groupId": {
718
- "shape": "S44"
753
+ "shape": "S49"
719
754
  },
720
755
  "name": {},
721
756
  "s3bucketForReportData": {},
@@ -738,7 +773,7 @@
738
773
  "type": "structure",
739
774
  "members": {
740
775
  "groupIdFilter": {
741
- "shape": "S44"
776
+ "shape": "S49"
742
777
  },
743
778
  "outputFormat": {}
744
779
  }
@@ -803,7 +838,7 @@
803
838
  }
804
839
  },
805
840
  "strategyOption": {
806
- "shape": "S5o"
841
+ "shape": "S5t"
807
842
  }
808
843
  }
809
844
  },
@@ -825,7 +860,7 @@
825
860
  "members": {
826
861
  "serverId": {},
827
862
  "strategyOption": {
828
- "shape": "S5o"
863
+ "shape": "S5t"
829
864
  }
830
865
  }
831
866
  },
@@ -1188,7 +1223,7 @@
1188
1223
  }
1189
1224
  }
1190
1225
  },
1191
- "S44": {
1226
+ "S49": {
1192
1227
  "type": "list",
1193
1228
  "member": {
1194
1229
  "type": "structure",
@@ -1198,7 +1233,7 @@
1198
1233
  }
1199
1234
  }
1200
1235
  },
1201
- "S5o": {
1236
+ "S5t": {
1202
1237
  "type": "structure",
1203
1238
  "members": {
1204
1239
  "isPreferred": {
@@ -6,6 +6,12 @@
6
6
  "limit_key": "maxResults",
7
7
  "result_key": "associatedApplications"
8
8
  },
9
+ "ListAnalyzableServers": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "analyzableServers"
14
+ },
9
15
  "ListApplicationComponents": {
10
16
  "input_token": "nextToken",
11
17
  "output_token": "nextToken",