@aws-sdk/client-migrationhubstrategy 3.533.0 → 3.540.0

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 (55) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/MigrationHubStrategy.d.ts +12 -1
  6. package/dist-types/MigrationHubStrategyClient.d.ts +1 -1
  7. package/dist-types/commands/GetApplicationComponentDetailsCommand.d.ts +2 -1
  8. package/dist-types/commands/GetApplicationComponentStrategiesCommand.d.ts +2 -1
  9. package/dist-types/commands/GetAssessmentCommand.d.ts +2 -1
  10. package/dist-types/commands/GetImportFileTaskCommand.d.ts +2 -1
  11. package/dist-types/commands/GetLatestAssessmentIdCommand.d.ts +2 -1
  12. package/dist-types/commands/GetPortfolioPreferencesCommand.d.ts +2 -1
  13. package/dist-types/commands/GetPortfolioSummaryCommand.d.ts +2 -1
  14. package/dist-types/commands/GetRecommendationReportDetailsCommand.d.ts +2 -1
  15. package/dist-types/commands/GetServerDetailsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetServerStrategiesCommand.d.ts +2 -1
  17. package/dist-types/commands/ListAnalyzableServersCommand.d.ts +2 -1
  18. package/dist-types/commands/ListApplicationComponentsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListCollectorsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListImportFileTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/ListServersCommand.d.ts +2 -1
  22. package/dist-types/commands/PutPortfolioPreferencesCommand.d.ts +2 -1
  23. package/dist-types/commands/StartAssessmentCommand.d.ts +2 -1
  24. package/dist-types/commands/StartImportFileTaskCommand.d.ts +2 -1
  25. package/dist-types/commands/StartRecommendationReportGenerationCommand.d.ts +2 -1
  26. package/dist-types/commands/StopAssessmentCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateApplicationComponentConfigCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateServerConfigCommand.d.ts +2 -1
  29. package/dist-types/index.d.ts +0 -1
  30. package/dist-types/models/models_0.d.ts +354 -354
  31. package/dist-types/ts3.4/MigrationHubStrategy.d.ts +11 -0
  32. package/dist-types/ts3.4/commands/GetApplicationComponentDetailsCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/GetApplicationComponentStrategiesCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetImportFileTaskCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/GetLatestAssessmentIdCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetPortfolioPreferencesCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/GetPortfolioSummaryCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/GetRecommendationReportDetailsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/GetServerDetailsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetServerStrategiesCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListAnalyzableServersCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ListApplicationComponentsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ListCollectorsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ListImportFileTaskCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/PutPortfolioPreferencesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/StartAssessmentCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/StartImportFileTaskCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/StartRecommendationReportGenerationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/StopAssessmentCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/UpdateApplicationComponentConfigCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/UpdateServerConfigCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/index.d.ts +0 -1
  55. package/package.json +40 -40
@@ -1,9 +1,9 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MigrationHubStrategyServiceException as __BaseException } from "./MigrationHubStrategyServiceException";
3
3
  /**
4
- * @public
5
4
  * <p> The user does not have permission to perform the action. Check the
6
5
  * AWS Identity and Access Management (IAM) policy associated with this user.</p>
6
+ * @public
7
7
  */
8
8
  export declare class AccessDeniedException extends __BaseException {
9
9
  readonly name: "AccessDeniedException";
@@ -45,8 +45,8 @@ export declare const SrcCodeOrDbAnalysisStatus: {
45
45
  */
46
46
  export type SrcCodeOrDbAnalysisStatus = (typeof SrcCodeOrDbAnalysisStatus)[keyof typeof SrcCodeOrDbAnalysisStatus];
47
47
  /**
48
- * @public
49
48
  * <p>A combination of existing analysis statuses.</p>
49
+ * @public
50
50
  */
51
51
  export type AnalysisStatusUnion = AnalysisStatusUnion.RuntimeAnalysisStatusMember | AnalysisStatusUnion.SrcCodeOrDbAnalysisStatusMember | AnalysisStatusUnion.$UnknownMember;
52
52
  /**
@@ -54,8 +54,8 @@ export type AnalysisStatusUnion = AnalysisStatusUnion.RuntimeAnalysisStatusMembe
54
54
  */
55
55
  export declare namespace AnalysisStatusUnion {
56
56
  /**
57
- * @public
58
57
  * <p>The status of the analysis.</p>
58
+ * @public
59
59
  */
60
60
  interface RuntimeAnalysisStatusMember {
61
61
  runtimeAnalysisStatus: RuntimeAnalysisStatus;
@@ -63,8 +63,8 @@ export declare namespace AnalysisStatusUnion {
63
63
  $unknown?: never;
64
64
  }
65
65
  /**
66
- * @public
67
66
  * <p>The status of the source code or database analysis.</p>
67
+ * @public
68
68
  */
69
69
  interface SrcCodeOrDbAnalysisStatusMember {
70
70
  runtimeAnalysisStatus?: never;
@@ -101,28 +101,28 @@ export declare const AnalysisType: {
101
101
  */
102
102
  export type AnalysisType = (typeof AnalysisType)[keyof typeof AnalysisType];
103
103
  /**
104
- * @public
105
104
  * Summary information about an analyzable server.
105
+ * @public
106
106
  */
107
107
  export interface AnalyzableServerSummary {
108
108
  /**
109
- * @public
110
109
  * The host name of the analyzable server.
110
+ * @public
111
111
  */
112
112
  hostname?: string;
113
113
  /**
114
- * @public
115
114
  * The ip address of the analyzable server.
115
+ * @public
116
116
  */
117
117
  ipAddress?: string;
118
118
  /**
119
- * @public
120
119
  * The data source of the analyzable server.
120
+ * @public
121
121
  */
122
122
  source?: string;
123
123
  /**
124
- * @public
125
124
  * The virtual machine id of the analyzable server.
125
+ * @public
126
126
  */
127
127
  vmId?: string;
128
128
  }
@@ -168,8 +168,8 @@ export declare const SourceCodeAnalyzerName: {
168
168
  */
169
169
  export type SourceCodeAnalyzerName = (typeof SourceCodeAnalyzerName)[keyof typeof SourceCodeAnalyzerName];
170
170
  /**
171
- * @public
172
171
  * <p>The combination of the existing analyzers.</p>
172
+ * @public
173
173
  */
174
174
  export type AnalyzerNameUnion = AnalyzerNameUnion.BinaryAnalyzerNameMember | AnalyzerNameUnion.RunTimeAnalyzerNameMember | AnalyzerNameUnion.SourceCodeAnalyzerNameMember | AnalyzerNameUnion.$UnknownMember;
175
175
  /**
@@ -177,8 +177,8 @@ export type AnalyzerNameUnion = AnalyzerNameUnion.BinaryAnalyzerNameMember | Ana
177
177
  */
178
178
  export declare namespace AnalyzerNameUnion {
179
179
  /**
180
- * @public
181
180
  * <p>The binary analyzer names.</p>
181
+ * @public
182
182
  */
183
183
  interface BinaryAnalyzerNameMember {
184
184
  binaryAnalyzerName: BinaryAnalyzerName;
@@ -187,8 +187,8 @@ export declare namespace AnalyzerNameUnion {
187
187
  $unknown?: never;
188
188
  }
189
189
  /**
190
- * @public
191
190
  * <p>The assessment analyzer names.</p>
191
+ * @public
192
192
  */
193
193
  interface RunTimeAnalyzerNameMember {
194
194
  binaryAnalyzerName?: never;
@@ -197,8 +197,8 @@ export declare namespace AnalyzerNameUnion {
197
197
  $unknown?: never;
198
198
  }
199
199
  /**
200
- * @public
201
200
  * <p>The source code analyzer names.</p>
201
+ * @public
202
202
  */
203
203
  interface SourceCodeAnalyzerNameMember {
204
204
  binaryAnalyzerName?: never;
@@ -224,18 +224,18 @@ export declare namespace AnalyzerNameUnion {
224
224
  const visit: <T>(value: AnalyzerNameUnion, visitor: Visitor<T>) => T;
225
225
  }
226
226
  /**
227
- * @public
228
227
  * <p> Contains the S3 bucket name and the Amazon S3 key name. </p>
228
+ * @public
229
229
  */
230
230
  export interface S3Object {
231
231
  /**
232
- * @public
233
232
  * <p> The S3 bucket name. </p>
233
+ * @public
234
234
  */
235
235
  s3Bucket?: string;
236
236
  /**
237
- * @public
238
237
  * <p> The Amazon S3 key name. </p>
238
+ * @public
239
239
  */
240
240
  s3key?: string;
241
241
  }
@@ -253,28 +253,28 @@ export declare const AntipatternReportStatus: {
253
253
  */
254
254
  export type AntipatternReportStatus = (typeof AntipatternReportStatus)[keyof typeof AntipatternReportStatus];
255
255
  /**
256
- * @public
257
256
  * <p>The anti-pattern report result.</p>
257
+ * @public
258
258
  */
259
259
  export interface AntipatternReportResult {
260
260
  /**
261
- * @public
262
261
  * <p>The analyzer name.</p>
262
+ * @public
263
263
  */
264
264
  analyzerName?: AnalyzerNameUnion;
265
265
  /**
266
- * @public
267
266
  * <p> Contains the S3 bucket name and the Amazon S3 key name. </p>
267
+ * @public
268
268
  */
269
269
  antiPatternReportS3Object?: S3Object;
270
270
  /**
271
- * @public
272
271
  * <p>The status of the anti-pattern report generation.</p>
272
+ * @public
273
273
  */
274
274
  antipatternReportStatus?: AntipatternReportStatus;
275
275
  /**
276
- * @public
277
276
  * <p>The status message for the anti-pattern.</p>
277
+ * @public
278
278
  */
279
279
  antipatternReportStatusMessage?: string;
280
280
  }
@@ -292,18 +292,18 @@ export declare const Severity: {
292
292
  */
293
293
  export type Severity = (typeof Severity)[keyof typeof Severity];
294
294
  /**
295
- * @public
296
295
  * <p> Contains the summary of anti-patterns and their severity. </p>
296
+ * @public
297
297
  */
298
298
  export interface AntipatternSeveritySummary {
299
299
  /**
300
- * @public
301
300
  * <p> Contains the severity of anti-patterns. </p>
301
+ * @public
302
302
  */
303
303
  severity?: Severity;
304
304
  /**
305
- * @public
306
305
  * <p> Contains the count of anti-patterns. </p>
306
+ * @public
307
307
  */
308
308
  count?: number;
309
309
  }
@@ -373,25 +373,25 @@ export declare const AppUnitErrorCategory: {
373
373
  */
374
374
  export type AppUnitErrorCategory = (typeof AppUnitErrorCategory)[keyof typeof AppUnitErrorCategory];
375
375
  /**
376
- * @public
377
376
  * <p>Error in the analysis of the application unit.</p>
377
+ * @public
378
378
  */
379
379
  export interface AppUnitError {
380
380
  /**
381
- * @public
382
381
  * <p>The category of the error.</p>
382
+ * @public
383
383
  */
384
384
  appUnitErrorCategory?: AppUnitErrorCategory;
385
385
  }
386
386
  /**
387
- * @public
388
387
  * <p> Configuration information used for assessing databases. </p>
388
+ * @public
389
389
  */
390
390
  export interface DatabaseConfigDetail {
391
391
  /**
392
- * @public
393
392
  * <p> AWS Secrets Manager key that holds the credentials that you use to connect to a database.
394
393
  * </p>
394
+ * @public
395
395
  */
396
396
  secretName?: string;
397
397
  }
@@ -469,45 +469,45 @@ export declare const TransformationToolName: {
469
469
  */
470
470
  export type TransformationToolName = (typeof TransformationToolName)[keyof typeof TransformationToolName];
471
471
  /**
472
- * @public
473
472
  * <p> Information of the transformation tool that can be used to migrate and modernize the
474
473
  * application. </p>
474
+ * @public
475
475
  */
476
476
  export interface TransformationTool {
477
477
  /**
478
- * @public
479
478
  * <p> Name of the tool. </p>
479
+ * @public
480
480
  */
481
481
  name?: TransformationToolName;
482
482
  /**
483
- * @public
484
483
  * <p> Description of the tool. </p>
484
+ * @public
485
485
  */
486
486
  description?: string;
487
487
  /**
488
- * @public
489
488
  * <p> URL for installing the tool. </p>
489
+ * @public
490
490
  */
491
491
  tranformationToolInstallationLink?: string;
492
492
  }
493
493
  /**
494
- * @public
495
494
  * <p> Contains a recommendation set. </p>
495
+ * @public
496
496
  */
497
497
  export interface RecommendationSet {
498
498
  /**
499
- * @public
500
499
  * <p> The target destination for the recommendation set. </p>
500
+ * @public
501
501
  */
502
502
  transformationTool?: TransformationTool;
503
503
  /**
504
- * @public
505
504
  * <p> The recommended target destination. </p>
505
+ * @public
506
506
  */
507
507
  targetDestination?: TargetDestination;
508
508
  /**
509
- * @public
510
509
  * <p> The recommended strategy. </p>
510
+ * @public
511
511
  */
512
512
  strategy?: Strategy;
513
513
  }
@@ -525,196 +525,196 @@ export declare const ResourceSubType: {
525
525
  */
526
526
  export type ResourceSubType = (typeof ResourceSubType)[keyof typeof ResourceSubType];
527
527
  /**
528
- * @public
529
528
  * <p>The error in server analysis.</p>
529
+ * @public
530
530
  */
531
531
  export interface Result {
532
532
  /**
533
- * @public
534
533
  * <p>The error in server analysis.</p>
534
+ * @public
535
535
  */
536
536
  analysisType?: AnalysisType;
537
537
  /**
538
- * @public
539
538
  * <p>The error in server analysis.</p>
539
+ * @public
540
540
  */
541
541
  analysisStatus?: AnalysisStatusUnion;
542
542
  /**
543
- * @public
544
543
  * <p>The error in server analysis.</p>
544
+ * @public
545
545
  */
546
546
  statusMessage?: string;
547
547
  /**
548
- * @public
549
548
  * <p>The error in server analysis.</p>
549
+ * @public
550
550
  */
551
551
  antipatternReportResultList?: AntipatternReportResult[];
552
552
  }
553
553
  /**
554
- * @public
555
554
  * <p> Object containing source code information that is linked to an application component.
556
555
  * </p>
556
+ * @public
557
557
  */
558
558
  export interface SourceCodeRepository {
559
559
  /**
560
- * @public
561
560
  * <p> The repository name for the source code. </p>
561
+ * @public
562
562
  */
563
563
  repository?: string;
564
564
  /**
565
- * @public
566
565
  * <p> The branch of the source code. </p>
566
+ * @public
567
567
  */
568
568
  branch?: string;
569
569
  /**
570
- * @public
571
570
  * <p> The type of repository to use for the source code. </p>
571
+ * @public
572
572
  */
573
573
  versionControlType?: string;
574
574
  /**
575
- * @public
576
575
  * <p>The name of the project.</p>
576
+ * @public
577
577
  */
578
578
  projectName?: string;
579
579
  }
580
580
  /**
581
- * @public
582
581
  * <p> Contains detailed information about an application component. </p>
582
+ * @public
583
583
  */
584
584
  export interface ApplicationComponentDetail {
585
585
  /**
586
- * @public
587
586
  * <p> The ID of the application component. </p>
587
+ * @public
588
588
  */
589
589
  id?: string;
590
590
  /**
591
- * @public
592
591
  * <p> The name of application component. </p>
592
+ * @public
593
593
  */
594
594
  name?: string;
595
595
  /**
596
- * @public
597
596
  * <p> The top recommendation set for the application component. </p>
597
+ * @public
598
598
  */
599
599
  recommendationSet?: RecommendationSet;
600
600
  /**
601
- * @public
602
601
  * <p> The status of analysis, if the application component has source code or an associated
603
602
  * database. </p>
603
+ * @public
604
604
  */
605
605
  analysisStatus?: SrcCodeOrDbAnalysisStatus;
606
606
  /**
607
- * @public
608
607
  * <p> A detailed description of the analysis status and any failure message. </p>
608
+ * @public
609
609
  */
610
610
  statusMessage?: string;
611
611
  /**
612
- * @public
613
612
  * <p> A list of anti-pattern severity summaries. </p>
613
+ * @public
614
614
  */
615
615
  listAntipatternSeveritySummary?: AntipatternSeveritySummary[];
616
616
  /**
617
- * @public
618
617
  * <p> Configuration details for the database associated with the application component. </p>
618
+ * @public
619
619
  */
620
620
  databaseConfigDetail?: DatabaseConfigDetail;
621
621
  /**
622
- * @public
623
622
  * <p> Details about the source code repository associated with the application component.
624
623
  * </p>
624
+ * @public
625
625
  */
626
626
  sourceCodeRepositories?: SourceCodeRepository[];
627
627
  /**
628
- * @public
629
628
  * <p> The type of application component. </p>
629
+ * @public
630
630
  */
631
631
  appType?: AppType;
632
632
  /**
633
- * @public
634
633
  * <p> The application component subtype.</p>
634
+ * @public
635
635
  */
636
636
  resourceSubType?: ResourceSubType;
637
637
  /**
638
- * @public
639
638
  * <p> Indicates whether the application component has been included for server recommendation
640
639
  * or not. </p>
640
+ * @public
641
641
  */
642
642
  inclusionStatus?: InclusionStatus;
643
643
  /**
644
- * @public
645
644
  * <p> The S3 bucket name and the Amazon S3 key name for the anti-pattern report. </p>
645
+ * @public
646
646
  */
647
647
  antipatternReportS3Object?: S3Object;
648
648
  /**
649
- * @public
650
649
  * <p> The status of the anti-pattern report generation.</p>
650
+ * @public
651
651
  */
652
652
  antipatternReportStatus?: AntipatternReportStatus;
653
653
  /**
654
- * @public
655
654
  * <p> The status message for the anti-pattern. </p>
655
+ * @public
656
656
  */
657
657
  antipatternReportStatusMessage?: string;
658
658
  /**
659
- * @public
660
659
  * <p> OS version. </p>
660
+ * @public
661
661
  */
662
662
  osVersion?: string;
663
663
  /**
664
- * @public
665
664
  * <p> OS driver. </p>
665
+ * @public
666
666
  */
667
667
  osDriver?: string;
668
668
  /**
669
- * @public
670
669
  * <p> The timestamp of when the application component was assessed. </p>
670
+ * @public
671
671
  */
672
672
  lastAnalyzedTimestamp?: Date;
673
673
  /**
674
- * @public
675
674
  * <p> The ID of the server that the application component is running on. </p>
675
+ * @public
676
676
  */
677
677
  associatedServerId?: string;
678
678
  /**
679
- * @public
680
679
  * <p> Set to true if the application component is running on multiple servers.</p>
680
+ * @public
681
681
  */
682
682
  moreServerAssociationExists?: boolean;
683
683
  /**
684
- * @public
685
684
  * <p>The status of the application unit.</p>
685
+ * @public
686
686
  */
687
687
  runtimeStatus?: RuntimeAnalysisStatus;
688
688
  /**
689
- * @public
690
689
  * <p>The status message for the application unit.</p>
690
+ * @public
691
691
  */
692
692
  runtimeStatusMessage?: string;
693
693
  /**
694
- * @public
695
694
  * <p>The error in the analysis of the source code or database.</p>
695
+ * @public
696
696
  */
697
697
  appUnitError?: AppUnitError;
698
698
  /**
699
- * @public
700
699
  * <p>A list of the analysis results.</p>
700
+ * @public
701
701
  */
702
702
  resultList?: Result[];
703
703
  }
704
704
  /**
705
- * @public
706
705
  * <p>Summary of the analysis status of the application component.</p>
706
+ * @public
707
707
  */
708
708
  export interface ApplicationComponentStatusSummary {
709
709
  /**
710
- * @public
711
710
  * <p>The status of database analysis.</p>
711
+ * @public
712
712
  */
713
713
  srcCodeOrDbAnalysisStatus?: SrcCodeOrDbAnalysisStatus;
714
714
  /**
715
- * @public
716
715
  * <p>The number of application components successfully analyzed, partially successful or failed
717
716
  * analysis.</p>
717
+ * @public
718
718
  */
719
719
  count?: number;
720
720
  }
@@ -733,40 +733,40 @@ export declare const StrategyRecommendation: {
733
733
  */
734
734
  export type StrategyRecommendation = (typeof StrategyRecommendation)[keyof typeof StrategyRecommendation];
735
735
  /**
736
- * @public
737
736
  * <p> Contains information about a strategy recommendation for an application component.
738
737
  * </p>
738
+ * @public
739
739
  */
740
740
  export interface ApplicationComponentStrategy {
741
741
  /**
742
- * @public
743
742
  * <p> Strategy recommendation for the application component. </p>
743
+ * @public
744
744
  */
745
745
  recommendation?: RecommendationSet;
746
746
  /**
747
- * @public
748
747
  * <p> The recommendation status of a strategy for an application component. </p>
748
+ * @public
749
749
  */
750
750
  status?: StrategyRecommendation;
751
751
  /**
752
- * @public
753
752
  * <p> Set to true if the recommendation is set as preferred. </p>
753
+ * @public
754
754
  */
755
755
  isPreferred?: boolean;
756
756
  }
757
757
  /**
758
- * @public
759
758
  * <p> Contains the summary of application components. </p>
759
+ * @public
760
760
  */
761
761
  export interface ApplicationComponentSummary {
762
762
  /**
763
- * @public
764
763
  * <p> Contains the name of application types. </p>
764
+ * @public
765
765
  */
766
766
  appType?: AppType;
767
767
  /**
768
- * @public
769
768
  * <p> Contains the count of application type. </p>
769
+ * @public
770
770
  */
771
771
  count?: number;
772
772
  }
@@ -797,13 +797,13 @@ export declare const AwsManagedTargetDestination: {
797
797
  */
798
798
  export type AwsManagedTargetDestination = (typeof AwsManagedTargetDestination)[keyof typeof AwsManagedTargetDestination];
799
799
  /**
800
- * @public
801
800
  * <p> Object containing the choice of application destination that you specify. </p>
801
+ * @public
802
802
  */
803
803
  export interface AwsManagedResources {
804
804
  /**
805
- * @public
806
805
  * <p> The choice of application destination that you specify. </p>
806
+ * @public
807
807
  */
808
808
  targetDestination: AwsManagedTargetDestination[] | undefined;
809
809
  }
@@ -824,13 +824,13 @@ export declare const NoPreferenceTargetDestination: {
824
824
  */
825
825
  export type NoPreferenceTargetDestination = (typeof NoPreferenceTargetDestination)[keyof typeof NoPreferenceTargetDestination];
826
826
  /**
827
- * @public
828
827
  * <p> Object containing the choice of application destination that you specify. </p>
828
+ * @public
829
829
  */
830
830
  export interface NoManagementPreference {
831
831
  /**
832
- * @public
833
832
  * <p> The choice of application destination that you specify. </p>
833
+ * @public
834
834
  */
835
835
  targetDestination: NoPreferenceTargetDestination[] | undefined;
836
836
  }
@@ -849,19 +849,19 @@ export declare const SelfManageTargetDestination: {
849
849
  */
850
850
  export type SelfManageTargetDestination = (typeof SelfManageTargetDestination)[keyof typeof SelfManageTargetDestination];
851
851
  /**
852
- * @public
853
852
  * <p> Self-managed resources. </p>
853
+ * @public
854
854
  */
855
855
  export interface SelfManageResources {
856
856
  /**
857
- * @public
858
857
  * <p> Self-managed resources target destination. </p>
858
+ * @public
859
859
  */
860
860
  targetDestination: SelfManageTargetDestination[] | undefined;
861
861
  }
862
862
  /**
863
- * @public
864
863
  * <p> Preferences for migrating an application to AWS. </p>
864
+ * @public
865
865
  */
866
866
  export type ManagementPreference = ManagementPreference.AwsManagedResourcesMember | ManagementPreference.NoPreferenceMember | ManagementPreference.SelfManageResourcesMember | ManagementPreference.$UnknownMember;
867
867
  /**
@@ -869,8 +869,8 @@ export type ManagementPreference = ManagementPreference.AwsManagedResourcesMembe
869
869
  */
870
870
  export declare namespace ManagementPreference {
871
871
  /**
872
- * @public
873
872
  * <p> Indicates interest in solutions that are managed by AWS. </p>
873
+ * @public
874
874
  */
875
875
  interface AwsManagedResourcesMember {
876
876
  awsManagedResources: AwsManagedResources;
@@ -879,8 +879,8 @@ export declare namespace ManagementPreference {
879
879
  $unknown?: never;
880
880
  }
881
881
  /**
882
- * @public
883
882
  * <p> Indicates interest in managing your own resources on AWS. </p>
883
+ * @public
884
884
  */
885
885
  interface SelfManageResourcesMember {
886
886
  awsManagedResources?: never;
@@ -889,8 +889,8 @@ export declare namespace ManagementPreference {
889
889
  $unknown?: never;
890
890
  }
891
891
  /**
892
- * @public
893
892
  * <p> No specific preference. </p>
893
+ * @public
894
894
  */
895
895
  interface NoPreferenceMember {
896
896
  awsManagedResources?: never;
@@ -916,13 +916,13 @@ export declare namespace ManagementPreference {
916
916
  const visit: <T>(value: ManagementPreference, visitor: Visitor<T>) => T;
917
917
  }
918
918
  /**
919
- * @public
920
919
  * <p> Application preferences that you specify. </p>
920
+ * @public
921
921
  */
922
922
  export interface ApplicationPreferences {
923
923
  /**
924
- * @public
925
924
  * <p> Application preferences that you specify to prefer managed environment. </p>
925
+ * @public
926
926
  */
927
927
  managementPreference?: ManagementPreference;
928
928
  }
@@ -954,18 +954,18 @@ export declare const AssessmentStatus: {
954
954
  */
955
955
  export type AssessmentStatus = (typeof AssessmentStatus)[keyof typeof AssessmentStatus];
956
956
  /**
957
- * @public
958
957
  * <p> Object containing the summary of the strategy recommendations. </p>
958
+ * @public
959
959
  */
960
960
  export interface StrategySummary {
961
961
  /**
962
- * @public
963
962
  * <p> The name of recommended strategy. </p>
963
+ * @public
964
964
  */
965
965
  strategy?: Strategy;
966
966
  /**
967
- * @public
968
967
  * <p> The count of recommendations per strategy. </p>
968
+ * @public
969
969
  */
970
970
  count?: number;
971
971
  }
@@ -987,19 +987,19 @@ export declare const RunTimeAssessmentStatus: {
987
987
  */
988
988
  export type RunTimeAssessmentStatus = (typeof RunTimeAssessmentStatus)[keyof typeof RunTimeAssessmentStatus];
989
989
  /**
990
- * @public
991
990
  * <p>The status summary of the server analysis.</p>
991
+ * @public
992
992
  */
993
993
  export interface ServerStatusSummary {
994
994
  /**
995
- * @public
996
995
  * <p>The status of the run time.</p>
996
+ * @public
997
997
  */
998
998
  runTimeAssessmentStatus?: RunTimeAssessmentStatus;
999
999
  /**
1000
- * @public
1001
1000
  * <p>The number of servers successfully analyzed, partially successful or failed
1002
1001
  * analysis.</p>
1002
+ * @public
1003
1003
  */
1004
1004
  count?: number;
1005
1005
  }
@@ -1019,79 +1019,79 @@ export declare const ServerOsType: {
1019
1019
  */
1020
1020
  export type ServerOsType = (typeof ServerOsType)[keyof typeof ServerOsType];
1021
1021
  /**
1022
- * @public
1023
1022
  * <p> Object containing details about the servers imported by Application Discovery Service </p>
1023
+ * @public
1024
1024
  */
1025
1025
  export interface ServerSummary {
1026
1026
  /**
1027
- * @public
1028
1027
  * <p> Type of operating system for the servers. </p>
1028
+ * @public
1029
1029
  */
1030
1030
  ServerOsType?: ServerOsType;
1031
1031
  /**
1032
- * @public
1033
1032
  * <p> Number of servers. </p>
1033
+ * @public
1034
1034
  */
1035
1035
  count?: number;
1036
1036
  }
1037
1037
  /**
1038
- * @public
1039
1038
  * <p> Contains the summary of the assessment results. </p>
1039
+ * @public
1040
1040
  */
1041
1041
  export interface AssessmentSummary {
1042
1042
  /**
1043
- * @public
1044
1043
  * <p> List of ServerStrategySummary. </p>
1044
+ * @public
1045
1045
  */
1046
1046
  listServerStrategySummary?: StrategySummary[];
1047
1047
  /**
1048
- * @public
1049
1048
  * <p> List of ApplicationComponentStrategySummary. </p>
1049
+ * @public
1050
1050
  */
1051
1051
  listApplicationComponentStrategySummary?: StrategySummary[];
1052
1052
  /**
1053
- * @public
1054
1053
  * <p> List of AntipatternSeveritySummary. </p>
1054
+ * @public
1055
1055
  */
1056
1056
  listAntipatternSeveritySummary?: AntipatternSeveritySummary[];
1057
1057
  /**
1058
- * @public
1059
1058
  * <p> List of ApplicationComponentSummary. </p>
1059
+ * @public
1060
1060
  */
1061
1061
  listApplicationComponentSummary?: ApplicationComponentSummary[];
1062
1062
  /**
1063
- * @public
1064
1063
  * <p> List of ServerSummary. </p>
1064
+ * @public
1065
1065
  */
1066
1066
  listServerSummary?: ServerSummary[];
1067
1067
  /**
1068
- * @public
1069
1068
  * <p> The Amazon S3 object containing the anti-pattern report. </p>
1069
+ * @public
1070
1070
  */
1071
1071
  antipatternReportS3Object?: S3Object;
1072
1072
  /**
1073
- * @public
1074
1073
  * <p> The status of the anti-pattern report. </p>
1074
+ * @public
1075
1075
  */
1076
1076
  antipatternReportStatus?: AntipatternReportStatus;
1077
1077
  /**
1078
- * @public
1079
1078
  * <p> The status message of the anti-pattern report. </p>
1079
+ * @public
1080
1080
  */
1081
1081
  antipatternReportStatusMessage?: string;
1082
1082
  /**
1083
- * @public
1084
1083
  * <p> The time the assessment was performed. </p>
1084
+ * @public
1085
1085
  */
1086
1086
  lastAnalyzedTimestamp?: Date;
1087
1087
  /**
1088
- * @public
1089
1088
  * <p>List of status summaries of the analyzed application components.</p>
1089
+ * @public
1090
1090
  */
1091
1091
  listApplicationComponentStatusSummary?: ApplicationComponentStatusSummary[];
1092
1092
  /**
1093
- * @public
1094
1093
  * <p>List of status summaries of the analyzed servers.</p>
1094
+ * @public
1095
1095
  */
1096
1096
  listServerStatusSummary?: ServerStatusSummary[];
1097
1097
  }
@@ -1110,39 +1110,39 @@ export declare const Condition: {
1110
1110
  */
1111
1111
  export type Condition = (typeof Condition)[keyof typeof Condition];
1112
1112
  /**
1113
- * @public
1114
1113
  * <p>Defines the criteria of assessment.</p>
1114
+ * @public
1115
1115
  */
1116
1116
  export interface AssessmentTarget {
1117
1117
  /**
1118
- * @public
1119
1118
  * <p>Condition of an assessment.</p>
1119
+ * @public
1120
1120
  */
1121
1121
  condition: Condition | undefined;
1122
1122
  /**
1123
- * @public
1124
1123
  * <p>Name of an assessment.</p>
1124
+ * @public
1125
1125
  */
1126
1126
  name: string | undefined;
1127
1127
  /**
1128
- * @public
1129
1128
  * <p>Values of an assessment.</p>
1129
+ * @public
1130
1130
  */
1131
1131
  values: string[] | undefined;
1132
1132
  }
1133
1133
  /**
1134
- * @public
1135
1134
  * <p> Object containing details about applications as defined in Application Discovery Service. </p>
1135
+ * @public
1136
1136
  */
1137
1137
  export interface AssociatedApplication {
1138
1138
  /**
1139
- * @public
1140
1139
  * <p> Name of the application as defined in Application Discovery Service. </p>
1140
+ * @public
1141
1141
  */
1142
1142
  name?: string;
1143
1143
  /**
1144
- * @public
1145
1144
  * <p> ID of the application as defined in Application Discovery Service. </p>
1145
+ * @public
1146
1146
  */
1147
1147
  id?: string;
1148
1148
  }
@@ -1164,8 +1164,8 @@ export type AuthType = (typeof AuthType)[keyof typeof AuthType];
1164
1164
  */
1165
1165
  export interface GetApplicationComponentDetailsRequest {
1166
1166
  /**
1167
- * @public
1168
1167
  * <p> The ID of the application component. The ID is unique within an AWS account.</p>
1168
+ * @public
1169
1169
  */
1170
1170
  applicationComponentId: string | undefined;
1171
1171
  }
@@ -1174,30 +1174,30 @@ export interface GetApplicationComponentDetailsRequest {
1174
1174
  */
1175
1175
  export interface GetApplicationComponentDetailsResponse {
1176
1176
  /**
1177
- * @public
1178
1177
  * <p> Detailed information about an application component. </p>
1178
+ * @public
1179
1179
  */
1180
1180
  applicationComponentDetail?: ApplicationComponentDetail;
1181
1181
  /**
1182
- * @public
1183
1182
  * <p> The associated application group as defined in AWS Application Discovery Service. </p>
1183
+ * @public
1184
1184
  */
1185
1185
  associatedApplications?: AssociatedApplication[];
1186
1186
  /**
1187
- * @public
1188
1187
  * <p> Set to true if the application component belongs to more than one application group.
1189
1188
  * </p>
1189
+ * @public
1190
1190
  */
1191
1191
  moreApplicationResource?: boolean;
1192
1192
  /**
1193
- * @public
1194
1193
  * <p> A list of the IDs of the servers on which the application component is running. </p>
1194
+ * @public
1195
1195
  */
1196
1196
  associatedServerIds?: string[];
1197
1197
  }
1198
1198
  /**
1199
- * @public
1200
1199
  * <p> The server experienced an internal error. Try again. </p>
1200
+ * @public
1201
1201
  */
1202
1202
  export declare class InternalServerException extends __BaseException {
1203
1203
  readonly name: "InternalServerException";
@@ -1208,8 +1208,8 @@ export declare class InternalServerException extends __BaseException {
1208
1208
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
1209
1209
  }
1210
1210
  /**
1211
- * @public
1212
1211
  * <p> The specified ID in the request is not found. </p>
1212
+ * @public
1213
1213
  */
1214
1214
  export declare class ResourceNotFoundException extends __BaseException {
1215
1215
  readonly name: "ResourceNotFoundException";
@@ -1220,8 +1220,8 @@ export declare class ResourceNotFoundException extends __BaseException {
1220
1220
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
1221
1221
  }
1222
1222
  /**
1223
- * @public
1224
1223
  * <p> The request was denied due to request throttling. </p>
1224
+ * @public
1225
1225
  */
1226
1226
  export declare class ThrottlingException extends __BaseException {
1227
1227
  readonly name: "ThrottlingException";
@@ -1236,8 +1236,8 @@ export declare class ThrottlingException extends __BaseException {
1236
1236
  */
1237
1237
  export interface GetApplicationComponentStrategiesRequest {
1238
1238
  /**
1239
- * @public
1240
1239
  * <p> The ID of the application component. The ID is unique within an AWS account.</p>
1240
+ * @public
1241
1241
  */
1242
1242
  applicationComponentId: string | undefined;
1243
1243
  }
@@ -1246,8 +1246,8 @@ export interface GetApplicationComponentStrategiesRequest {
1246
1246
  */
1247
1247
  export interface GetApplicationComponentStrategiesResponse {
1248
1248
  /**
1249
- * @public
1250
1249
  * <p> A list of application component strategy recommendations. </p>
1250
+ * @public
1251
1251
  */
1252
1252
  applicationComponentStrategies?: ApplicationComponentStrategy[];
1253
1253
  }
@@ -1256,54 +1256,54 @@ export interface GetApplicationComponentStrategiesResponse {
1256
1256
  */
1257
1257
  export interface GetAssessmentRequest {
1258
1258
  /**
1259
- * @public
1260
1259
  * <p> The <code>assessmentid</code> returned by <a>StartAssessment</a>.</p>
1260
+ * @public
1261
1261
  */
1262
1262
  id: string | undefined;
1263
1263
  }
1264
1264
  /**
1265
- * @public
1266
1265
  * <p> Detailed information about an assessment. </p>
1266
+ * @public
1267
1267
  */
1268
1268
  export interface DataCollectionDetails {
1269
1269
  /**
1270
- * @public
1271
1270
  * <p> The status of the assessment. </p>
1271
+ * @public
1272
1272
  */
1273
1273
  status?: AssessmentStatus;
1274
1274
  /**
1275
- * @public
1276
1275
  * <p> The total number of servers in the assessment. </p>
1276
+ * @public
1277
1277
  */
1278
1278
  servers?: number;
1279
1279
  /**
1280
- * @public
1281
1280
  * <p> The number of failed servers in the assessment. </p>
1281
+ * @public
1282
1282
  */
1283
1283
  failed?: number;
1284
1284
  /**
1285
- * @public
1286
1285
  * <p> The number of successful servers in the assessment. </p>
1286
+ * @public
1287
1287
  */
1288
1288
  success?: number;
1289
1289
  /**
1290
- * @public
1291
1290
  * <p> The number of servers with the assessment status <code>IN_PROGESS</code>. </p>
1291
+ * @public
1292
1292
  */
1293
1293
  inProgress?: number;
1294
1294
  /**
1295
- * @public
1296
1295
  * <p> The start time of assessment. </p>
1296
+ * @public
1297
1297
  */
1298
1298
  startTime?: Date;
1299
1299
  /**
1300
- * @public
1301
1300
  * <p> The time the assessment completes. </p>
1301
+ * @public
1302
1302
  */
1303
1303
  completionTime?: Date;
1304
1304
  /**
1305
- * @public
1306
1305
  * <p>The status message of the assessment.</p>
1306
+ * @public
1307
1307
  */
1308
1308
  statusMessage?: string;
1309
1309
  }
@@ -1312,18 +1312,18 @@ export interface DataCollectionDetails {
1312
1312
  */
1313
1313
  export interface GetAssessmentResponse {
1314
1314
  /**
1315
- * @public
1316
1315
  * <p> The ID for the specific assessment task. </p>
1316
+ * @public
1317
1317
  */
1318
1318
  id?: string;
1319
1319
  /**
1320
- * @public
1321
1320
  * <p> Detailed information about the assessment. </p>
1321
+ * @public
1322
1322
  */
1323
1323
  dataCollectionDetails?: DataCollectionDetails;
1324
1324
  /**
1325
- * @public
1326
1325
  * <p>List of criteria for assessment.</p>
1326
+ * @public
1327
1327
  */
1328
1328
  assessmentTargets?: AssessmentTarget[];
1329
1329
  }
@@ -1332,8 +1332,8 @@ export interface GetAssessmentResponse {
1332
1332
  */
1333
1333
  export interface GetImportFileTaskRequest {
1334
1334
  /**
1335
- * @public
1336
1335
  * <p> The ID of the import file task. This ID is returned in the response of <a>StartImportFileTask</a>. </p>
1336
+ * @public
1337
1337
  */
1338
1338
  id: string | undefined;
1339
1339
  }
@@ -1360,65 +1360,65 @@ export type ImportFileTaskStatus = (typeof ImportFileTaskStatus)[keyof typeof Im
1360
1360
  */
1361
1361
  export interface GetImportFileTaskResponse {
1362
1362
  /**
1363
- * @public
1364
1363
  * <p> The import file task <code>id</code> returned in the response of <a>StartImportFileTask</a>. </p>
1364
+ * @public
1365
1365
  */
1366
1366
  id?: string;
1367
1367
  /**
1368
- * @public
1369
1368
  * <p> Status of import file task. </p>
1369
+ * @public
1370
1370
  */
1371
1371
  status?: ImportFileTaskStatus;
1372
1372
  /**
1373
- * @public
1374
1373
  * <p> Start time of the import task. </p>
1374
+ * @public
1375
1375
  */
1376
1376
  startTime?: Date;
1377
1377
  /**
1378
- * @public
1379
1378
  * <p> The S3 bucket where import file is located. </p>
1379
+ * @public
1380
1380
  */
1381
1381
  inputS3Bucket?: string;
1382
1382
  /**
1383
- * @public
1384
1383
  * <p> The Amazon S3 key name of the import file. </p>
1384
+ * @public
1385
1385
  */
1386
1386
  inputS3Key?: string;
1387
1387
  /**
1388
- * @public
1389
1388
  * <p> The S3 bucket name for status report of import task. </p>
1389
+ * @public
1390
1390
  */
1391
1391
  statusReportS3Bucket?: string;
1392
1392
  /**
1393
- * @public
1394
1393
  * <p> The Amazon S3 key name for status report of import task. The report contains details about
1395
1394
  * whether each record imported successfully or why it did not.</p>
1395
+ * @public
1396
1396
  */
1397
1397
  statusReportS3Key?: string;
1398
1398
  /**
1399
- * @public
1400
1399
  * <p> The time that the import task completed. </p>
1400
+ * @public
1401
1401
  */
1402
1402
  completionTime?: Date;
1403
1403
  /**
1404
- * @public
1405
1404
  * <p> The number of records successfully imported. </p>
1405
+ * @public
1406
1406
  */
1407
1407
  numberOfRecordsSuccess?: number;
1408
1408
  /**
1409
- * @public
1410
1409
  * <p> The number of records that failed to be imported. </p>
1410
+ * @public
1411
1411
  */
1412
1412
  numberOfRecordsFailed?: number;
1413
1413
  /**
1414
- * @public
1415
1414
  * <p> The name of the import task given in <a>StartImportFileTask</a>. </p>
1415
+ * @public
1416
1416
  */
1417
1417
  importName?: string;
1418
1418
  }
1419
1419
  /**
1420
- * @public
1421
1420
  * <p> The request body isn't valid. </p>
1421
+ * @public
1422
1422
  */
1423
1423
  export declare class ValidationException extends __BaseException {
1424
1424
  readonly name: "ValidationException";
@@ -1429,8 +1429,8 @@ export declare class ValidationException extends __BaseException {
1429
1429
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
1430
1430
  }
1431
1431
  /**
1432
- * @public
1433
1432
  * <p>Dependency encountered an error.</p>
1433
+ * @public
1434
1434
  */
1435
1435
  export declare class DependencyException extends __BaseException {
1436
1436
  readonly name: "DependencyException";
@@ -1450,8 +1450,8 @@ export interface GetLatestAssessmentIdRequest {
1450
1450
  */
1451
1451
  export interface GetLatestAssessmentIdResponse {
1452
1452
  /**
1453
- * @public
1454
1453
  * <p>The latest ID for the specific assessment task.</p>
1454
+ * @public
1455
1455
  */
1456
1456
  id?: string;
1457
1457
  }
@@ -1494,13 +1494,13 @@ export declare const HeterogeneousTargetDatabaseEngine: {
1494
1494
  */
1495
1495
  export type HeterogeneousTargetDatabaseEngine = (typeof HeterogeneousTargetDatabaseEngine)[keyof typeof HeterogeneousTargetDatabaseEngine];
1496
1496
  /**
1497
- * @public
1498
1497
  * <p> The object containing details about heterogeneous database preferences. </p>
1498
+ * @public
1499
1499
  */
1500
1500
  export interface Heterogeneous {
1501
1501
  /**
1502
- * @public
1503
1502
  * <p> The target database engine for heterogeneous database migration preference. </p>
1503
+ * @public
1504
1504
  */
1505
1505
  targetDatabaseEngine: HeterogeneousTargetDatabaseEngine[] | undefined;
1506
1506
  }
@@ -1516,13 +1516,13 @@ export declare const HomogeneousTargetDatabaseEngine: {
1516
1516
  */
1517
1517
  export type HomogeneousTargetDatabaseEngine = (typeof HomogeneousTargetDatabaseEngine)[keyof typeof HomogeneousTargetDatabaseEngine];
1518
1518
  /**
1519
- * @public
1520
1519
  * <p> The object containing details about homogeneous database preferences. </p>
1520
+ * @public
1521
1521
  */
1522
1522
  export interface Homogeneous {
1523
1523
  /**
1524
- * @public
1525
1524
  * <p> The target database engine for homogeneous database migration preferences. </p>
1525
+ * @public
1526
1526
  */
1527
1527
  targetDatabaseEngine?: HomogeneousTargetDatabaseEngine[];
1528
1528
  }
@@ -1547,20 +1547,20 @@ export declare const TargetDatabaseEngine: {
1547
1547
  */
1548
1548
  export type TargetDatabaseEngine = (typeof TargetDatabaseEngine)[keyof typeof TargetDatabaseEngine];
1549
1549
  /**
1550
- * @public
1551
1550
  * <p> The object containing details about database migration preferences, when you have no
1552
1551
  * particular preference. </p>
1552
+ * @public
1553
1553
  */
1554
1554
  export interface NoDatabaseMigrationPreference {
1555
1555
  /**
1556
- * @public
1557
1556
  * <p> The target database engine for database migration preference that you specify. </p>
1557
+ * @public
1558
1558
  */
1559
1559
  targetDatabaseEngine: TargetDatabaseEngine[] | undefined;
1560
1560
  }
1561
1561
  /**
1562
- * @public
1563
1562
  * <p> Preferences for migrating a database to AWS. </p>
1563
+ * @public
1564
1564
  */
1565
1565
  export type DatabaseMigrationPreference = DatabaseMigrationPreference.HeterogeneousMember | DatabaseMigrationPreference.HomogeneousMember | DatabaseMigrationPreference.NoPreferenceMember | DatabaseMigrationPreference.$UnknownMember;
1566
1566
  /**
@@ -1568,9 +1568,9 @@ export type DatabaseMigrationPreference = DatabaseMigrationPreference.Heterogene
1568
1568
  */
1569
1569
  export declare namespace DatabaseMigrationPreference {
1570
1570
  /**
1571
- * @public
1572
1571
  * <p> Indicates whether you are interested in moving from one type of database to another. For
1573
1572
  * example, from SQL Server to Amazon Aurora MySQL-Compatible Edition. </p>
1573
+ * @public
1574
1574
  */
1575
1575
  interface HeterogeneousMember {
1576
1576
  heterogeneous: Heterogeneous;
@@ -1579,9 +1579,9 @@ export declare namespace DatabaseMigrationPreference {
1579
1579
  $unknown?: never;
1580
1580
  }
1581
1581
  /**
1582
- * @public
1583
1582
  * <p> Indicates whether you are interested in moving to the same type of database into AWS.
1584
1583
  * For example, from SQL Server in your environment to SQL Server on AWS. </p>
1584
+ * @public
1585
1585
  */
1586
1586
  interface HomogeneousMember {
1587
1587
  heterogeneous?: never;
@@ -1590,8 +1590,8 @@ export declare namespace DatabaseMigrationPreference {
1590
1590
  $unknown?: never;
1591
1591
  }
1592
1592
  /**
1593
- * @public
1594
1593
  * <p> Indicated that you do not prefer heterogeneous or homogeneous. </p>
1594
+ * @public
1595
1595
  */
1596
1596
  interface NoPreferenceMember {
1597
1597
  heterogeneous?: never;
@@ -1617,57 +1617,57 @@ export declare namespace DatabaseMigrationPreference {
1617
1617
  const visit: <T>(value: DatabaseMigrationPreference, visitor: Visitor<T>) => T;
1618
1618
  }
1619
1619
  /**
1620
- * @public
1621
1620
  * <p> Preferences on managing your databases on AWS. </p>
1621
+ * @public
1622
1622
  */
1623
1623
  export interface DatabasePreferences {
1624
1624
  /**
1625
- * @public
1626
1625
  * <p> Specifies whether you're interested in self-managed databases or databases managed by
1627
1626
  * AWS. </p>
1627
+ * @public
1628
1628
  */
1629
1629
  databaseManagementPreference?: DatabaseManagementPreference;
1630
1630
  /**
1631
- * @public
1632
1631
  * <p> Specifies your preferred migration path. </p>
1632
+ * @public
1633
1633
  */
1634
1634
  databaseMigrationPreference?: DatabaseMigrationPreference;
1635
1635
  }
1636
1636
  /**
1637
- * @public
1638
1637
  * <p> Business goals that you specify. </p>
1638
+ * @public
1639
1639
  */
1640
1640
  export interface BusinessGoals {
1641
1641
  /**
1642
- * @public
1643
1642
  * <p> Business goal to achieve migration at a fast pace. </p>
1643
+ * @public
1644
1644
  */
1645
1645
  speedOfMigration?: number;
1646
1646
  /**
1647
- * @public
1648
1647
  * <p> Business goal to reduce the operational overhead on the team by moving into managed
1649
1648
  * services. </p>
1649
+ * @public
1650
1650
  */
1651
1651
  reduceOperationalOverheadWithManagedServices?: number;
1652
1652
  /**
1653
- * @public
1654
1653
  * <p> Business goal to modernize infrastructure by moving to cloud native technologies. </p>
1654
+ * @public
1655
1655
  */
1656
1656
  modernizeInfrastructureWithCloudNativeTechnologies?: number;
1657
1657
  /**
1658
- * @public
1659
1658
  * <p> Business goal to reduce license costs. </p>
1659
+ * @public
1660
1660
  */
1661
1661
  licenseCostReduction?: number;
1662
1662
  }
1663
1663
  /**
1664
- * @public
1665
1664
  * <p> Rank of business goals based on priority. </p>
1665
+ * @public
1666
1666
  */
1667
1667
  export interface PrioritizeBusinessGoals {
1668
1668
  /**
1669
- * @public
1670
1669
  * <p> Rank of business goals based on priority. </p>
1670
+ * @public
1671
1671
  */
1672
1672
  businessGoals?: BusinessGoals;
1673
1673
  }
@@ -1676,23 +1676,23 @@ export interface PrioritizeBusinessGoals {
1676
1676
  */
1677
1677
  export interface GetPortfolioPreferencesResponse {
1678
1678
  /**
1679
- * @public
1680
1679
  * <p> The rank of business goals based on priority. </p>
1680
+ * @public
1681
1681
  */
1682
1682
  prioritizeBusinessGoals?: PrioritizeBusinessGoals;
1683
1683
  /**
1684
- * @public
1685
1684
  * <p> The transformation preferences for non-database applications. </p>
1685
+ * @public
1686
1686
  */
1687
1687
  applicationPreferences?: ApplicationPreferences;
1688
1688
  /**
1689
- * @public
1690
1689
  * <p> The transformation preferences for database applications. </p>
1690
+ * @public
1691
1691
  */
1692
1692
  databasePreferences?: DatabasePreferences;
1693
1693
  /**
1694
- * @public
1695
1694
  * <p>The classification for application component types.</p>
1695
+ * @public
1696
1696
  */
1697
1697
  applicationMode?: ApplicationMode;
1698
1698
  }
@@ -1706,9 +1706,9 @@ export interface GetPortfolioSummaryRequest {
1706
1706
  */
1707
1707
  export interface GetPortfolioSummaryResponse {
1708
1708
  /**
1709
- * @public
1710
1709
  * <p> An assessment summary for the portfolio including the number of servers to rehost and the
1711
1710
  * overall number of anti-patterns. </p>
1711
+ * @public
1712
1712
  */
1713
1713
  assessmentSummary?: AssessmentSummary;
1714
1714
  }
@@ -1717,8 +1717,8 @@ export interface GetPortfolioSummaryResponse {
1717
1717
  */
1718
1718
  export interface GetRecommendationReportDetailsRequest {
1719
1719
  /**
1720
- * @public
1721
1720
  * <p> The recommendation report generation task <code>id</code> returned by <a>StartRecommendationReportGeneration</a>. </p>
1721
+ * @public
1722
1722
  */
1723
1723
  id: string | undefined;
1724
1724
  }
@@ -1736,38 +1736,38 @@ export declare const RecommendationReportStatus: {
1736
1736
  */
1737
1737
  export type RecommendationReportStatus = (typeof RecommendationReportStatus)[keyof typeof RecommendationReportStatus];
1738
1738
  /**
1739
- * @public
1740
1739
  * <p> Contains detailed information about a recommendation report. </p>
1740
+ * @public
1741
1741
  */
1742
1742
  export interface RecommendationReportDetails {
1743
1743
  /**
1744
- * @public
1745
1744
  * <p> The status of the recommendation report generation task. </p>
1745
+ * @public
1746
1746
  */
1747
1747
  status?: RecommendationReportStatus;
1748
1748
  /**
1749
- * @public
1750
1749
  * <p> The status message for recommendation report generation. </p>
1750
+ * @public
1751
1751
  */
1752
1752
  statusMessage?: string;
1753
1753
  /**
1754
- * @public
1755
1754
  * <p> The time that the recommendation report generation task starts. </p>
1755
+ * @public
1756
1756
  */
1757
1757
  startTime?: Date;
1758
1758
  /**
1759
- * @public
1760
1759
  * <p> The time that the recommendation report generation task completes. </p>
1760
+ * @public
1761
1761
  */
1762
1762
  completionTime?: Date;
1763
1763
  /**
1764
- * @public
1765
1764
  * <p> The S3 bucket where the report file is located. </p>
1765
+ * @public
1766
1766
  */
1767
1767
  s3Bucket?: string;
1768
1768
  /**
1769
- * @public
1770
1769
  * <p> The Amazon S3 key name of the report file. </p>
1770
+ * @public
1771
1771
  */
1772
1772
  s3Keys?: string[];
1773
1773
  }
@@ -1776,13 +1776,13 @@ export interface RecommendationReportDetails {
1776
1776
  */
1777
1777
  export interface GetRecommendationReportDetailsResponse {
1778
1778
  /**
1779
- * @public
1780
1779
  * <p> The ID of the recommendation report generation task. See the response of <a>StartRecommendationReportGeneration</a>. </p>
1780
+ * @public
1781
1781
  */
1782
1782
  id?: string;
1783
1783
  /**
1784
- * @public
1785
1784
  * <p> Detailed information about the recommendation report. </p>
1785
+ * @public
1786
1786
  */
1787
1787
  recommendationReportDetails?: RecommendationReportDetails;
1788
1788
  }
@@ -1791,20 +1791,20 @@ export interface GetRecommendationReportDetailsResponse {
1791
1791
  */
1792
1792
  export interface GetServerDetailsRequest {
1793
1793
  /**
1794
- * @public
1795
1794
  * <p> The ID of the server. </p>
1795
+ * @public
1796
1796
  */
1797
1797
  serverId: string | undefined;
1798
1798
  /**
1799
- * @public
1800
1799
  * <p> The token from a previous call that you use to retrieve the next set of results. For example,
1801
1800
  * if a previous call to this action returned 100 items, but you set <code>maxResults</code> to 10. You'll receive a set of 10 results along
1802
1801
  * with a token. You then use the returned token to retrieve the next set of 10. </p>
1802
+ * @public
1803
1803
  */
1804
1804
  nextToken?: string;
1805
1805
  /**
1806
- * @public
1807
1806
  * <p> The maximum number of items to include in the response. The maximum value is 100. </p>
1807
+ * @public
1808
1808
  */
1809
1809
  maxResults?: number;
1810
1810
  }
@@ -1824,40 +1824,40 @@ export declare const ServerErrorCategory: {
1824
1824
  */
1825
1825
  export type ServerErrorCategory = (typeof ServerErrorCategory)[keyof typeof ServerErrorCategory];
1826
1826
  /**
1827
- * @public
1828
1827
  * <p>The error in server analysis.</p>
1828
+ * @public
1829
1829
  */
1830
1830
  export interface ServerError {
1831
1831
  /**
1832
- * @public
1833
1832
  * <p>The error category of server analysis.</p>
1833
+ * @public
1834
1834
  */
1835
1835
  serverErrorCategory?: ServerErrorCategory;
1836
1836
  }
1837
1837
  /**
1838
- * @public
1839
1838
  * <p> Information about the server's network for which the assessment was run. </p>
1839
+ * @public
1840
1840
  */
1841
1841
  export interface NetworkInfo {
1842
1842
  /**
1843
- * @public
1844
1843
  * <p> Information about the name of the interface of the server for which the assessment was
1845
1844
  * run. </p>
1845
+ * @public
1846
1846
  */
1847
1847
  interfaceName: string | undefined;
1848
1848
  /**
1849
- * @public
1850
1849
  * <p> Information about the IP address of the server for which the assessment was run. </p>
1850
+ * @public
1851
1851
  */
1852
1852
  ipAddress: string | undefined;
1853
1853
  /**
1854
- * @public
1855
1854
  * <p> Information about the MAC address of the server for which the assessment was run. </p>
1855
+ * @public
1856
1856
  */
1857
1857
  macAddress: string | undefined;
1858
1858
  /**
1859
- * @public
1860
1859
  * <p> Information about the subnet mask of the server for which the assessment was run. </p>
1860
+ * @public
1861
1861
  */
1862
1862
  netMask: string | undefined;
1863
1863
  }
@@ -1874,121 +1874,121 @@ export declare const OSType: {
1874
1874
  */
1875
1875
  export type OSType = (typeof OSType)[keyof typeof OSType];
1876
1876
  /**
1877
- * @public
1878
1877
  * <p> Information about the operating system. </p>
1878
+ * @public
1879
1879
  */
1880
1880
  export interface OSInfo {
1881
1881
  /**
1882
- * @public
1883
1882
  * <p> Information about the type of operating system. </p>
1883
+ * @public
1884
1884
  */
1885
1885
  type?: OSType;
1886
1886
  /**
1887
- * @public
1888
1887
  * <p> Information about the version of operating system. </p>
1888
+ * @public
1889
1889
  */
1890
1890
  version?: string;
1891
1891
  }
1892
1892
  /**
1893
- * @public
1894
1893
  * <p> Information about the server that hosts application components. </p>
1894
+ * @public
1895
1895
  */
1896
1896
  export interface SystemInfo {
1897
1897
  /**
1898
- * @public
1899
1898
  * <p> Operating system corresponding to a server. </p>
1899
+ * @public
1900
1900
  */
1901
1901
  osInfo?: OSInfo;
1902
1902
  /**
1903
- * @public
1904
1903
  * <p> File system type for the server. </p>
1904
+ * @public
1905
1905
  */
1906
1906
  fileSystemType?: string;
1907
1907
  /**
1908
- * @public
1909
1908
  * <p> Networking information related to a server. </p>
1909
+ * @public
1910
1910
  */
1911
1911
  networkInfoList?: NetworkInfo[];
1912
1912
  /**
1913
- * @public
1914
1913
  * <p> CPU architecture type for the server. </p>
1914
+ * @public
1915
1915
  */
1916
1916
  cpuArchitecture?: string;
1917
1917
  }
1918
1918
  /**
1919
- * @public
1920
1919
  * <p> Detailed information about a server. </p>
1920
+ * @public
1921
1921
  */
1922
1922
  export interface ServerDetail {
1923
1923
  /**
1924
- * @public
1925
1924
  * <p> The server ID. </p>
1925
+ * @public
1926
1926
  */
1927
1927
  id?: string;
1928
1928
  /**
1929
- * @public
1930
1929
  * <p> The name of the server. </p>
1930
+ * @public
1931
1931
  */
1932
1932
  name?: string;
1933
1933
  /**
1934
- * @public
1935
1934
  * <p> A set of recommendations. </p>
1935
+ * @public
1936
1936
  */
1937
1937
  recommendationSet?: RecommendationSet;
1938
1938
  /**
1939
- * @public
1940
1939
  * <p> The status of assessment for the server. </p>
1940
+ * @public
1941
1941
  */
1942
1942
  dataCollectionStatus?: RunTimeAssessmentStatus;
1943
1943
  /**
1944
- * @public
1945
1944
  * <p> A message about the status of data collection, which contains detailed descriptions of
1946
1945
  * any error messages. </p>
1946
+ * @public
1947
1947
  */
1948
1948
  statusMessage?: string;
1949
1949
  /**
1950
- * @public
1951
1950
  * <p> A list of anti-pattern severity summaries. </p>
1951
+ * @public
1952
1952
  */
1953
1953
  listAntipatternSeveritySummary?: AntipatternSeveritySummary[];
1954
1954
  /**
1955
- * @public
1956
1955
  * <p> System information about the server. </p>
1956
+ * @public
1957
1957
  */
1958
1958
  systemInfo?: SystemInfo;
1959
1959
  /**
1960
- * @public
1961
1960
  * <p> A list of strategy summaries. </p>
1961
+ * @public
1962
1962
  */
1963
1963
  applicationComponentStrategySummary?: StrategySummary[];
1964
1964
  /**
1965
- * @public
1966
1965
  * <p> The S3 bucket name and Amazon S3 key name for anti-pattern report. </p>
1966
+ * @public
1967
1967
  */
1968
1968
  antipatternReportS3Object?: S3Object;
1969
1969
  /**
1970
- * @public
1971
1970
  * <p> The status of the anti-pattern report generation. </p>
1971
+ * @public
1972
1972
  */
1973
1973
  antipatternReportStatus?: AntipatternReportStatus;
1974
1974
  /**
1975
- * @public
1976
1975
  * <p> A message about the status of the anti-pattern report generation. </p>
1976
+ * @public
1977
1977
  */
1978
1978
  antipatternReportStatusMessage?: string;
1979
1979
  /**
1980
- * @public
1981
1980
  * <p> The type of server. </p>
1981
+ * @public
1982
1982
  */
1983
1983
  serverType?: string;
1984
1984
  /**
1985
- * @public
1986
1985
  * <p> The timestamp of when the server was assessed. </p>
1986
+ * @public
1987
1987
  */
1988
1988
  lastAnalyzedTimestamp?: Date;
1989
1989
  /**
1990
- * @public
1991
1990
  * <p>The error in server analysis.</p>
1991
+ * @public
1992
1992
  */
1993
1993
  serverError?: ServerError;
1994
1994
  }
@@ -1997,19 +1997,19 @@ export interface ServerDetail {
1997
1997
  */
1998
1998
  export interface GetServerDetailsResponse {
1999
1999
  /**
2000
- * @public
2001
2000
  * <p> The token you use to retrieve the next set of results, or null if there are no more results. </p>
2001
+ * @public
2002
2002
  */
2003
2003
  nextToken?: string;
2004
2004
  /**
2005
- * @public
2006
2005
  * <p> Detailed information about the server. </p>
2006
+ * @public
2007
2007
  */
2008
2008
  serverDetail?: ServerDetail;
2009
2009
  /**
2010
- * @public
2011
2010
  * <p> The associated application group the server belongs to, as defined in AWS Application Discovery Service.
2012
2011
  * </p>
2012
+ * @public
2013
2013
  */
2014
2014
  associatedApplications?: AssociatedApplication[];
2015
2015
  }
@@ -2018,35 +2018,35 @@ export interface GetServerDetailsResponse {
2018
2018
  */
2019
2019
  export interface GetServerStrategiesRequest {
2020
2020
  /**
2021
- * @public
2022
2021
  * <p> The ID of the server. </p>
2022
+ * @public
2023
2023
  */
2024
2024
  serverId: string | undefined;
2025
2025
  }
2026
2026
  /**
2027
- * @public
2028
2027
  * <p> Contains information about a strategy recommendation for a server. </p>
2028
+ * @public
2029
2029
  */
2030
2030
  export interface ServerStrategy {
2031
2031
  /**
2032
- * @public
2033
2032
  * <p> Strategy recommendation for the server. </p>
2033
+ * @public
2034
2034
  */
2035
2035
  recommendation?: RecommendationSet;
2036
2036
  /**
2037
- * @public
2038
2037
  * <p> The recommendation status of the strategy for the server. </p>
2038
+ * @public
2039
2039
  */
2040
2040
  status?: StrategyRecommendation;
2041
2041
  /**
2042
- * @public
2043
2042
  * <p> The number of application components with this strategy recommendation running on the
2044
2043
  * server. </p>
2044
+ * @public
2045
2045
  */
2046
2046
  numberOfApplicationComponents?: number;
2047
2047
  /**
2048
- * @public
2049
2048
  * <p> Set to true if the recommendation is set as preferred. </p>
2049
+ * @public
2050
2050
  */
2051
2051
  isPreferred?: boolean;
2052
2052
  }
@@ -2055,8 +2055,8 @@ export interface ServerStrategy {
2055
2055
  */
2056
2056
  export interface GetServerStrategiesResponse {
2057
2057
  /**
2058
- * @public
2059
2058
  * <p> A list of strategy recommendations for the server. </p>
2059
+ * @public
2060
2060
  */
2061
2061
  serverStrategies?: ServerStrategy[];
2062
2062
  }
@@ -2073,39 +2073,39 @@ export declare const SortOrder: {
2073
2073
  */
2074
2074
  export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
2075
2075
  /**
2076
- * @public
2077
2076
  * Represents input for ListAnalyzableServers operation.
2077
+ * @public
2078
2078
  */
2079
2079
  export interface ListAnalyzableServersRequest {
2080
2080
  /**
2081
- * @public
2082
2081
  * Specifies whether to sort by ascending (ASC) or descending (DESC) order.
2082
+ * @public
2083
2083
  */
2084
2084
  sort?: SortOrder;
2085
2085
  /**
2086
- * @public
2087
2086
  * The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
2087
+ * @public
2088
2088
  */
2089
2089
  nextToken?: string;
2090
2090
  /**
2091
- * @public
2092
2091
  * The maximum number of items to include in the response. The maximum value is 100.
2092
+ * @public
2093
2093
  */
2094
2094
  maxResults?: number;
2095
2095
  }
2096
2096
  /**
2097
- * @public
2098
2097
  * Represents output for ListAnalyzableServers operation.
2098
+ * @public
2099
2099
  */
2100
2100
  export interface ListAnalyzableServersResponse {
2101
2101
  /**
2102
- * @public
2103
2102
  * The list of analyzable servers with summary information about each server.
2103
+ * @public
2104
2104
  */
2105
2105
  analyzableServers?: AnalyzableServerSummary[];
2106
2106
  /**
2107
- * @public
2108
2107
  * The token you use to retrieve the next set of results, or null if there are no more results.
2108
+ * @public
2109
2109
  */
2110
2110
  nextToken?: string;
2111
2111
  }
@@ -2122,18 +2122,18 @@ export declare const GroupName: {
2122
2122
  */
2123
2123
  export type GroupName = (typeof GroupName)[keyof typeof GroupName];
2124
2124
  /**
2125
- * @public
2126
2125
  * <p> The object containing information about distinct imports or groups for Strategy Recommendations. </p>
2126
+ * @public
2127
2127
  */
2128
2128
  export interface Group {
2129
2129
  /**
2130
- * @public
2131
2130
  * <p> The key of the specific import group. </p>
2131
+ * @public
2132
2132
  */
2133
2133
  name?: GroupName;
2134
2134
  /**
2135
- * @public
2136
2135
  * <p> The value of the specific import group. </p>
2136
+ * @public
2137
2137
  */
2138
2138
  value?: string;
2139
2139
  }
@@ -2142,39 +2142,39 @@ export interface Group {
2142
2142
  */
2143
2143
  export interface ListApplicationComponentsRequest {
2144
2144
  /**
2145
- * @public
2146
2145
  * <p> Criteria for filtering the list of application components. </p>
2146
+ * @public
2147
2147
  */
2148
2148
  applicationComponentCriteria?: ApplicationComponentCriteria;
2149
2149
  /**
2150
- * @public
2151
2150
  * <p> Specify the value based on the application component criteria type. For example, if
2152
2151
  * <code>applicationComponentCriteria</code> is set to <code>SERVER_ID</code> and
2153
2152
  * <code>filterValue</code> is set to <code>server1</code>, then <a>ListApplicationComponents</a> returns all the application components running on
2154
2153
  * server1. </p>
2154
+ * @public
2155
2155
  */
2156
2156
  filterValue?: string;
2157
2157
  /**
2158
- * @public
2159
2158
  * <p> Specifies whether to sort by ascending (<code>ASC</code>) or descending
2160
2159
  * (<code>DESC</code>) order. </p>
2160
+ * @public
2161
2161
  */
2162
2162
  sort?: SortOrder;
2163
2163
  /**
2164
- * @public
2165
2164
  * <p> The group ID specified in to filter on. </p>
2165
+ * @public
2166
2166
  */
2167
2167
  groupIdFilter?: Group[];
2168
2168
  /**
2169
- * @public
2170
2169
  * <p> The token from a previous call that you use to retrieve the next set of results. For example,
2171
2170
  * if a previous call to this action returned 100 items, but you set <code>maxResults</code> to 10. You'll receive a set of 10 results along
2172
2171
  * with a token. You then use the returned token to retrieve the next set of 10. </p>
2172
+ * @public
2173
2173
  */
2174
2174
  nextToken?: string;
2175
2175
  /**
2176
- * @public
2177
2176
  * <p> The maximum number of items to include in the response. The maximum value is 100. </p>
2177
+ * @public
2178
2178
  */
2179
2179
  maxResults?: number;
2180
2180
  }
@@ -2183,20 +2183,20 @@ export interface ListApplicationComponentsRequest {
2183
2183
  */
2184
2184
  export interface ListApplicationComponentsResponse {
2185
2185
  /**
2186
- * @public
2187
2186
  * <p> The list of application components with detailed information about each component.
2188
2187
  * </p>
2188
+ * @public
2189
2189
  */
2190
2190
  applicationComponentInfos?: ApplicationComponentDetail[];
2191
2191
  /**
2192
- * @public
2193
2192
  * <p> The token you use to retrieve the next set of results, or null if there are no more results. </p>
2193
+ * @public
2194
2194
  */
2195
2195
  nextToken?: string;
2196
2196
  }
2197
2197
  /**
2198
- * @public
2199
2198
  * <p> Exception to indicate that the service-linked role (SLR) is locked. </p>
2199
+ * @public
2200
2200
  */
2201
2201
  export declare class ServiceLinkedRoleLockClientException extends __BaseException {
2202
2202
  readonly name: "ServiceLinkedRoleLockClientException";
@@ -2211,15 +2211,15 @@ export declare class ServiceLinkedRoleLockClientException extends __BaseExceptio
2211
2211
  */
2212
2212
  export interface ListCollectorsRequest {
2213
2213
  /**
2214
- * @public
2215
2214
  * <p> The token from a previous call that you use to retrieve the next set of results. For example,
2216
2215
  * if a previous call to this action returned 100 items, but you set <code>maxResults</code> to 10. You'll receive a set of 10 results along
2217
2216
  * with a token. You then use the returned token to retrieve the next set of 10. </p>
2217
+ * @public
2218
2218
  */
2219
2219
  nextToken?: string;
2220
2220
  /**
2221
- * @public
2222
2221
  * <p> The maximum number of items to include in the response. The maximum value is 100. </p>
2222
+ * @public
2223
2223
  */
2224
2224
  maxResults?: number;
2225
2225
  }
@@ -2236,23 +2236,23 @@ export declare const CollectorHealth: {
2236
2236
  */
2237
2237
  export type CollectorHealth = (typeof CollectorHealth)[keyof typeof CollectorHealth];
2238
2238
  /**
2239
- * @public
2240
2239
  * <p>IP address based configurations.</p>
2240
+ * @public
2241
2241
  */
2242
2242
  export interface IPAddressBasedRemoteInfo {
2243
2243
  /**
2244
- * @public
2245
2244
  * <p>The time stamp of the configuration.</p>
2245
+ * @public
2246
2246
  */
2247
2247
  ipAddressConfigurationTimeStamp?: string;
2248
2248
  /**
2249
- * @public
2250
2249
  * <p>The type of authorization.</p>
2250
+ * @public
2251
2251
  */
2252
2252
  authType?: AuthType;
2253
2253
  /**
2254
- * @public
2255
2254
  * <p>The type of the operating system.</p>
2255
+ * @public
2256
2256
  */
2257
2257
  osType?: OSType;
2258
2258
  }
@@ -2268,45 +2268,45 @@ export declare const PipelineType: {
2268
2268
  */
2269
2269
  export type PipelineType = (typeof PipelineType)[keyof typeof PipelineType];
2270
2270
  /**
2271
- * @public
2272
2271
  * <p>Detailed information of the pipeline.</p>
2272
+ * @public
2273
2273
  */
2274
2274
  export interface PipelineInfo {
2275
2275
  /**
2276
- * @public
2277
2276
  * <p>The type of pipeline.</p>
2277
+ * @public
2278
2278
  */
2279
2279
  pipelineType?: PipelineType;
2280
2280
  /**
2281
- * @public
2282
2281
  * <p>The time when the pipeline info was configured.</p>
2282
+ * @public
2283
2283
  */
2284
2284
  pipelineConfigurationTimeStamp?: string;
2285
2285
  }
2286
2286
  /**
2287
- * @public
2288
2287
  * <p>Information about the server configured for source code analysis.</p>
2288
+ * @public
2289
2289
  */
2290
2290
  export interface RemoteSourceCodeAnalysisServerInfo {
2291
2291
  /**
2292
- * @public
2293
2292
  * <p>The time when the remote source code server was configured.</p>
2293
+ * @public
2294
2294
  */
2295
2295
  remoteSourceCodeAnalysisServerConfigurationTimestamp?: string;
2296
2296
  }
2297
2297
  /**
2298
- * @public
2299
2298
  * <p>Details about the server in vCenter.</p>
2299
+ * @public
2300
2300
  */
2301
2301
  export interface VcenterBasedRemoteInfo {
2302
2302
  /**
2303
- * @public
2304
2303
  * <p>The time when the remote server based on vCenter was last configured.</p>
2304
+ * @public
2305
2305
  */
2306
2306
  vcenterConfigurationTimeStamp?: string;
2307
2307
  /**
2308
- * @public
2309
2308
  * <p>The type of the operating system.</p>
2309
+ * @public
2310
2310
  */
2311
2311
  osType?: OSType;
2312
2312
  }
@@ -2324,96 +2324,96 @@ export declare const VersionControlType: {
2324
2324
  */
2325
2325
  export type VersionControlType = (typeof VersionControlType)[keyof typeof VersionControlType];
2326
2326
  /**
2327
- * @public
2328
2327
  * <p>Details about the version control configuration.</p>
2328
+ * @public
2329
2329
  */
2330
2330
  export interface VersionControlInfo {
2331
2331
  /**
2332
- * @public
2333
2332
  * <p>The type of version control.</p>
2333
+ * @public
2334
2334
  */
2335
2335
  versionControlType?: VersionControlType;
2336
2336
  /**
2337
- * @public
2338
2337
  * <p>The time when the version control system was last configured.</p>
2338
+ * @public
2339
2339
  */
2340
2340
  versionControlConfigurationTimeStamp?: string;
2341
2341
  }
2342
2342
  /**
2343
- * @public
2344
2343
  * <p>Summary of the collector configuration.</p>
2344
+ * @public
2345
2345
  */
2346
2346
  export interface ConfigurationSummary {
2347
2347
  /**
2348
- * @public
2349
2348
  * <p>The list of vCenter configurations.</p>
2349
+ * @public
2350
2350
  */
2351
2351
  vcenterBasedRemoteInfoList?: VcenterBasedRemoteInfo[];
2352
2352
  /**
2353
- * @public
2354
2353
  * <p>IP address based configurations.</p>
2354
+ * @public
2355
2355
  */
2356
2356
  ipAddressBasedRemoteInfoList?: IPAddressBasedRemoteInfo[];
2357
2357
  /**
2358
- * @public
2359
2358
  * <p>The list of the version control configurations.</p>
2359
+ * @public
2360
2360
  */
2361
2361
  versionControlInfoList?: VersionControlInfo[];
2362
2362
  /**
2363
- * @public
2364
2363
  * <p>The list of pipeline info configurations.</p>
2364
+ * @public
2365
2365
  */
2366
2366
  pipelineInfoList?: PipelineInfo[];
2367
2367
  /**
2368
- * @public
2369
2368
  * <p>Info about the remote server source code configuration.</p>
2369
+ * @public
2370
2370
  */
2371
2371
  remoteSourceCodeAnalysisServerInfo?: RemoteSourceCodeAnalysisServerInfo;
2372
2372
  }
2373
2373
  /**
2374
- * @public
2375
2374
  * <p> Process data collector that runs in the environment that you specify. </p>
2375
+ * @public
2376
2376
  */
2377
2377
  export interface Collector {
2378
2378
  /**
2379
- * @public
2380
2379
  * <p> The ID of the collector. </p>
2380
+ * @public
2381
2381
  */
2382
2382
  collectorId?: string;
2383
2383
  /**
2384
- * @public
2385
2384
  * <p> IP address of the server that is hosting the collector. </p>
2385
+ * @public
2386
2386
  */
2387
2387
  ipAddress?: string;
2388
2388
  /**
2389
- * @public
2390
2389
  * <p> Hostname of the server that is hosting the collector. </p>
2390
+ * @public
2391
2391
  */
2392
2392
  hostName?: string;
2393
2393
  /**
2394
- * @public
2395
2394
  * <p> Indicates the health of a collector. </p>
2395
+ * @public
2396
2396
  */
2397
2397
  collectorHealth?: CollectorHealth;
2398
2398
  /**
2399
- * @public
2400
2399
  * <p> Current version of the collector that is running in the environment that you specify.
2401
2400
  * </p>
2401
+ * @public
2402
2402
  */
2403
2403
  collectorVersion?: string;
2404
2404
  /**
2405
- * @public
2406
2405
  * <p> Time when the collector registered with the service. </p>
2406
+ * @public
2407
2407
  */
2408
2408
  registeredTimeStamp?: string;
2409
2409
  /**
2410
- * @public
2411
2410
  * <p> Time when the collector last pinged the service. </p>
2411
+ * @public
2412
2412
  */
2413
2413
  lastActivityTimeStamp?: string;
2414
2414
  /**
2415
- * @public
2416
2415
  * <p>Summary of the collector configuration.</p>
2416
+ * @public
2417
2417
  */
2418
2418
  configurationSummary?: ConfigurationSummary;
2419
2419
  }
@@ -2422,13 +2422,13 @@ export interface Collector {
2422
2422
  */
2423
2423
  export interface ListCollectorsResponse {
2424
2424
  /**
2425
- * @public
2426
2425
  * <p> The list of all the installed collectors. </p>
2426
+ * @public
2427
2427
  */
2428
2428
  Collectors?: Collector[];
2429
2429
  /**
2430
- * @public
2431
2430
  * <p> The token you use to retrieve the next set of results, or null if there are no more results. </p>
2431
+ * @public
2432
2432
  */
2433
2433
  nextToken?: string;
2434
2434
  }
@@ -2437,77 +2437,77 @@ export interface ListCollectorsResponse {
2437
2437
  */
2438
2438
  export interface ListImportFileTaskRequest {
2439
2439
  /**
2440
- * @public
2441
2440
  * <p> The token from a previous call that you use to retrieve the next set of results. For example,
2442
2441
  * if a previous call to this action returned 100 items, but you set <code>maxResults</code> to 10. You'll receive a set of 10 results along
2443
2442
  * with a token. You then use the returned token to retrieve the next set of 10. </p>
2443
+ * @public
2444
2444
  */
2445
2445
  nextToken?: string;
2446
2446
  /**
2447
- * @public
2448
2447
  * <p> The total number of items to return. The maximum value is 100. </p>
2448
+ * @public
2449
2449
  */
2450
2450
  maxResults?: number;
2451
2451
  }
2452
2452
  /**
2453
- * @public
2454
2453
  * <p> Information about the import file tasks you request. </p>
2454
+ * @public
2455
2455
  */
2456
2456
  export interface ImportFileTaskInformation {
2457
2457
  /**
2458
- * @public
2459
2458
  * <p> The ID of the import file task. </p>
2459
+ * @public
2460
2460
  */
2461
2461
  id?: string;
2462
2462
  /**
2463
- * @public
2464
2463
  * <p> Status of import file task. </p>
2464
+ * @public
2465
2465
  */
2466
2466
  status?: ImportFileTaskStatus;
2467
2467
  /**
2468
- * @public
2469
2468
  * <p> Start time of the import task. </p>
2469
+ * @public
2470
2470
  */
2471
2471
  startTime?: Date;
2472
2472
  /**
2473
- * @public
2474
2473
  * <p> The S3 bucket where the import file is located. </p>
2474
+ * @public
2475
2475
  */
2476
2476
  inputS3Bucket?: string;
2477
2477
  /**
2478
- * @public
2479
2478
  * <p> The Amazon S3 key name of the import file. </p>
2479
+ * @public
2480
2480
  */
2481
2481
  inputS3Key?: string;
2482
2482
  /**
2483
- * @public
2484
2483
  * <p> The S3 bucket name for status report of import task. </p>
2484
+ * @public
2485
2485
  */
2486
2486
  statusReportS3Bucket?: string;
2487
2487
  /**
2488
- * @public
2489
2488
  * <p> The Amazon S3 key name for status report of import task. The report contains details about
2490
2489
  * whether each record imported successfully or why it did not. </p>
2490
+ * @public
2491
2491
  */
2492
2492
  statusReportS3Key?: string;
2493
2493
  /**
2494
- * @public
2495
2494
  * <p> The time that the import task completes. </p>
2495
+ * @public
2496
2496
  */
2497
2497
  completionTime?: Date;
2498
2498
  /**
2499
- * @public
2500
2499
  * <p> The number of records successfully imported. </p>
2500
+ * @public
2501
2501
  */
2502
2502
  numberOfRecordsSuccess?: number;
2503
2503
  /**
2504
- * @public
2505
2504
  * <p> The number of records that failed to be imported. </p>
2505
+ * @public
2506
2506
  */
2507
2507
  numberOfRecordsFailed?: number;
2508
2508
  /**
2509
- * @public
2510
2509
  * <p> The name of the import task given in <code>StartImportFileTask</code>. </p>
2510
+ * @public
2511
2511
  */
2512
2512
  importName?: string;
2513
2513
  }
@@ -2516,13 +2516,13 @@ export interface ImportFileTaskInformation {
2516
2516
  */
2517
2517
  export interface ListImportFileTaskResponse {
2518
2518
  /**
2519
- * @public
2520
2519
  * <p> Lists information about the files you import.</p>
2520
+ * @public
2521
2521
  */
2522
2522
  taskInfos?: ImportFileTaskInformation[];
2523
2523
  /**
2524
- * @public
2525
2524
  * <p> The token you use to retrieve the next set of results, or null if there are no more results. </p>
2525
+ * @public
2526
2526
  */
2527
2527
  nextToken?: string;
2528
2528
  }
@@ -2548,39 +2548,39 @@ export type ServerCriteria = (typeof ServerCriteria)[keyof typeof ServerCriteria
2548
2548
  */
2549
2549
  export interface ListServersRequest {
2550
2550
  /**
2551
- * @public
2552
2551
  * <p> Criteria for filtering servers. </p>
2552
+ * @public
2553
2553
  */
2554
2554
  serverCriteria?: ServerCriteria;
2555
2555
  /**
2556
- * @public
2557
2556
  * <p> Specifies the filter value, which is based on the type of server criteria. For example,
2558
2557
  * if <code>serverCriteria</code> is <code>OS_NAME</code>, and the <code>filterValue</code> is
2559
2558
  * equal to <code>WindowsServer</code>, then <code>ListServers</code> returns all of the servers
2560
2559
  * matching the OS name <code>WindowsServer</code>. </p>
2560
+ * @public
2561
2561
  */
2562
2562
  filterValue?: string;
2563
2563
  /**
2564
- * @public
2565
2564
  * <p> Specifies whether to sort by ascending (<code>ASC</code>) or descending
2566
2565
  * (<code>DESC</code>) order. </p>
2566
+ * @public
2567
2567
  */
2568
2568
  sort?: SortOrder;
2569
2569
  /**
2570
- * @public
2571
2570
  * <p> Specifies the group ID to filter on. </p>
2571
+ * @public
2572
2572
  */
2573
2573
  groupIdFilter?: Group[];
2574
2574
  /**
2575
- * @public
2576
2575
  * <p> The token from a previous call that you use to retrieve the next set of results. For example,
2577
2576
  * if a previous call to this action returned 100 items, but you set <code>maxResults</code> to 10. You'll receive a set of 10 results along
2578
2577
  * with a token. You then use the returned token to retrieve the next set of 10. </p>
2578
+ * @public
2579
2579
  */
2580
2580
  nextToken?: string;
2581
2581
  /**
2582
- * @public
2583
2582
  * <p> The maximum number of items to include in the response. The maximum value is 100. </p>
2583
+ * @public
2584
2584
  */
2585
2585
  maxResults?: number;
2586
2586
  }
@@ -2589,20 +2589,20 @@ export interface ListServersRequest {
2589
2589
  */
2590
2590
  export interface ListServersResponse {
2591
2591
  /**
2592
- * @public
2593
2592
  * <p> The list of servers with detailed information about each server. </p>
2593
+ * @public
2594
2594
  */
2595
2595
  serverInfos?: ServerDetail[];
2596
2596
  /**
2597
- * @public
2598
2597
  * <p> The token you use to retrieve the next set of results, or null if there are no more results. </p>
2598
+ * @public
2599
2599
  */
2600
2600
  nextToken?: string;
2601
2601
  }
2602
2602
  /**
2603
- * @public
2604
2603
  * <p> Exception to indicate that there is an ongoing task when a new task is created. Return
2605
2604
  * when once the existing tasks are complete. </p>
2605
+ * @public
2606
2606
  */
2607
2607
  export declare class ConflictException extends __BaseException {
2608
2608
  readonly name: "ConflictException";
@@ -2617,23 +2617,23 @@ export declare class ConflictException extends __BaseException {
2617
2617
  */
2618
2618
  export interface PutPortfolioPreferencesRequest {
2619
2619
  /**
2620
- * @public
2621
2620
  * <p> The rank of the business goals based on priority. </p>
2621
+ * @public
2622
2622
  */
2623
2623
  prioritizeBusinessGoals?: PrioritizeBusinessGoals;
2624
2624
  /**
2625
- * @public
2626
2625
  * <p> The transformation preferences for non-database applications. </p>
2626
+ * @public
2627
2627
  */
2628
2628
  applicationPreferences?: ApplicationPreferences;
2629
2629
  /**
2630
- * @public
2631
2630
  * <p> The transformation preferences for database applications. </p>
2631
+ * @public
2632
2632
  */
2633
2633
  databasePreferences?: DatabasePreferences;
2634
2634
  /**
2635
- * @public
2636
2635
  * <p>The classification for application component types.</p>
2636
+ * @public
2637
2637
  */
2638
2638
  applicationMode?: ApplicationMode;
2639
2639
  }
@@ -2643,9 +2643,9 @@ export interface PutPortfolioPreferencesRequest {
2643
2643
  export interface PutPortfolioPreferencesResponse {
2644
2644
  }
2645
2645
  /**
2646
- * @public
2647
2646
  * <p> The AWS account has reached its quota of imports. Contact AWS Support to increase the
2648
2647
  * quota for this account. </p>
2648
+ * @public
2649
2649
  */
2650
2650
  export declare class ServiceQuotaExceededException extends __BaseException {
2651
2651
  readonly name: "ServiceQuotaExceededException";
@@ -2660,25 +2660,25 @@ export declare class ServiceQuotaExceededException extends __BaseException {
2660
2660
  */
2661
2661
  export interface StartAssessmentRequest {
2662
2662
  /**
2663
- * @public
2664
2663
  * <p> The S3 bucket used by the collectors to send analysis data to the service. The bucket
2665
2664
  * name must begin with <code>migrationhub-strategy-</code>. </p>
2665
+ * @public
2666
2666
  */
2667
2667
  s3bucketForAnalysisData?: string;
2668
2668
  /**
2669
- * @public
2670
2669
  * <p> The S3 bucket where all the reports generated by the service are stored. The bucket name
2671
2670
  * must begin with <code>migrationhub-strategy-</code>. </p>
2671
+ * @public
2672
2672
  */
2673
2673
  s3bucketForReportData?: string;
2674
2674
  /**
2675
- * @public
2676
2675
  * <p>List of criteria for assessment.</p>
2676
+ * @public
2677
2677
  */
2678
2678
  assessmentTargets?: AssessmentTarget[];
2679
2679
  /**
2680
- * @public
2681
2680
  * The data source type of an assessment to be started.
2681
+ * @public
2682
2682
  */
2683
2683
  assessmentDataSourceType?: AssessmentDataSourceType;
2684
2684
  }
@@ -2687,8 +2687,8 @@ export interface StartAssessmentRequest {
2687
2687
  */
2688
2688
  export interface StartAssessmentResponse {
2689
2689
  /**
2690
- * @public
2691
2690
  * <p> The ID of the assessment. </p>
2691
+ * @public
2692
2692
  */
2693
2693
  assessmentId?: string;
2694
2694
  }
@@ -2711,37 +2711,37 @@ export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType
2711
2711
  */
2712
2712
  export interface StartImportFileTaskRequest {
2713
2713
  /**
2714
- * @public
2715
2714
  * <p> A descriptive name for the request. </p>
2715
+ * @public
2716
2716
  */
2717
2717
  name: string | undefined;
2718
2718
  /**
2719
- * @public
2720
2719
  * <p> The S3 bucket where the import file is located. The bucket name is required to begin with
2721
2720
  * <code>migrationhub-strategy-</code>.</p>
2721
+ * @public
2722
2722
  */
2723
2723
  S3Bucket: string | undefined;
2724
2724
  /**
2725
- * @public
2726
2725
  * <p> The Amazon S3 key name of the import file. </p>
2726
+ * @public
2727
2727
  */
2728
2728
  s3key: string | undefined;
2729
2729
  /**
2730
- * @public
2731
2730
  * <p>Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes that
2732
2731
  * the servers specified in the import file are available in AWS Application Discovery Service. </p>
2732
+ * @public
2733
2733
  */
2734
2734
  dataSourceType?: DataSourceType;
2735
2735
  /**
2736
- * @public
2737
2736
  * <p>Groups the resources in the import file together with a unique name. This ID can be as
2738
2737
  * filter in <code>ListApplicationComponents</code> and <code>ListServers</code>. </p>
2738
+ * @public
2739
2739
  */
2740
2740
  groupId?: Group[];
2741
2741
  /**
2742
- * @public
2743
2742
  * <p> The S3 bucket where Strategy Recommendations uploads import results. The bucket name is required to
2744
2743
  * begin with migrationhub-strategy-. </p>
2744
+ * @public
2745
2745
  */
2746
2746
  s3bucketForReportData?: string;
2747
2747
  }
@@ -2750,8 +2750,8 @@ export interface StartImportFileTaskRequest {
2750
2750
  */
2751
2751
  export interface StartImportFileTaskResponse {
2752
2752
  /**
2753
- * @public
2754
2753
  * <p> The ID for a specific import task. The ID is unique within an AWS account. </p>
2754
+ * @public
2755
2755
  */
2756
2756
  id?: string;
2757
2757
  }
@@ -2772,14 +2772,14 @@ export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
2772
2772
  */
2773
2773
  export interface StartRecommendationReportGenerationRequest {
2774
2774
  /**
2775
- * @public
2776
2775
  * <p> The output format for the recommendation report file. The default format is Microsoft
2777
2776
  * Excel. </p>
2777
+ * @public
2778
2778
  */
2779
2779
  outputFormat?: OutputFormat;
2780
2780
  /**
2781
- * @public
2782
2781
  * <p> Groups the resources in the recommendation report with a unique name. </p>
2782
+ * @public
2783
2783
  */
2784
2784
  groupIdFilter?: Group[];
2785
2785
  }
@@ -2788,8 +2788,8 @@ export interface StartRecommendationReportGenerationRequest {
2788
2788
  */
2789
2789
  export interface StartRecommendationReportGenerationResponse {
2790
2790
  /**
2791
- * @public
2792
2791
  * <p> The ID of the recommendation report generation task. </p>
2792
+ * @public
2793
2793
  */
2794
2794
  id?: string;
2795
2795
  }
@@ -2798,8 +2798,8 @@ export interface StartRecommendationReportGenerationResponse {
2798
2798
  */
2799
2799
  export interface StopAssessmentRequest {
2800
2800
  /**
2801
- * @public
2802
2801
  * <p> The <code>assessmentId</code> returned by <a>StartAssessment</a>. </p>
2802
+ * @public
2803
2803
  */
2804
2804
  assessmentId: string | undefined;
2805
2805
  }
@@ -2822,58 +2822,58 @@ export declare const VersionControl: {
2822
2822
  */
2823
2823
  export type VersionControl = (typeof VersionControl)[keyof typeof VersionControl];
2824
2824
  /**
2825
- * @public
2826
2825
  * <p> Object containing source code information that is linked to an application component.
2827
2826
  * </p>
2827
+ * @public
2828
2828
  */
2829
2829
  export interface SourceCode {
2830
2830
  /**
2831
- * @public
2832
2831
  * <p> The type of repository to use for the source code. </p>
2832
+ * @public
2833
2833
  */
2834
2834
  versionControl?: VersionControl;
2835
2835
  /**
2836
- * @public
2837
2836
  * <p> The branch of the source code. </p>
2837
+ * @public
2838
2838
  */
2839
2839
  sourceVersion?: string;
2840
2840
  /**
2841
- * @public
2842
2841
  * <p> The repository name for the source code. </p>
2842
+ * @public
2843
2843
  */
2844
2844
  location?: string;
2845
2845
  /**
2846
- * @public
2847
2846
  * <p>The name of the project.</p>
2847
+ * @public
2848
2848
  */
2849
2849
  projectName?: string;
2850
2850
  }
2851
2851
  /**
2852
- * @public
2853
2852
  * <p> Information about all the available strategy options for migrating and modernizing an
2854
2853
  * application component. </p>
2854
+ * @public
2855
2855
  */
2856
2856
  export interface StrategyOption {
2857
2857
  /**
2858
- * @public
2859
2858
  * <p> Type of transformation. For example, Rehost, Replatform, and so on. </p>
2859
+ * @public
2860
2860
  */
2861
2861
  strategy?: Strategy;
2862
2862
  /**
2863
- * @public
2864
2863
  * <p> The name of the tool that can be used to transform an application component using this
2865
2864
  * strategy. </p>
2865
+ * @public
2866
2866
  */
2867
2867
  toolName?: TransformationToolName;
2868
2868
  /**
2869
- * @public
2870
2869
  * <p> Destination information about where the application component can migrate to. For
2871
2870
  * example, <code>EC2</code>, <code>ECS</code>, and so on. </p>
2871
+ * @public
2872
2872
  */
2873
2873
  targetDestination?: TargetDestination;
2874
2874
  /**
2875
- * @public
2876
2875
  * <p> Indicates if a specific strategy is preferred for the application component. </p>
2876
+ * @public
2877
2877
  */
2878
2878
  isPreferred?: boolean;
2879
2879
  }
@@ -2882,41 +2882,41 @@ export interface StrategyOption {
2882
2882
  */
2883
2883
  export interface UpdateApplicationComponentConfigRequest {
2884
2884
  /**
2885
- * @public
2886
2885
  * <p> The ID of the application component. The ID is unique within an AWS account. </p>
2886
+ * @public
2887
2887
  */
2888
2888
  applicationComponentId: string | undefined;
2889
2889
  /**
2890
- * @public
2891
2890
  * <p> Indicates whether the application component has been included for server recommendation
2892
2891
  * or not. </p>
2892
+ * @public
2893
2893
  */
2894
2894
  inclusionStatus?: InclusionStatus;
2895
2895
  /**
2896
- * @public
2897
2896
  * <p> The preferred strategy options for the application component. Use values from the <a>GetApplicationComponentStrategies</a> response. </p>
2897
+ * @public
2898
2898
  */
2899
2899
  strategyOption?: StrategyOption;
2900
2900
  /**
2901
- * @public
2902
2901
  * <p> The list of source code configurations to update for the application component. </p>
2902
+ * @public
2903
2903
  */
2904
2904
  sourceCodeList?: SourceCode[];
2905
2905
  /**
2906
- * @public
2907
2906
  * <p> Database credentials. </p>
2907
+ * @public
2908
2908
  */
2909
2909
  secretsManagerKey?: string;
2910
2910
  /**
2911
- * @public
2912
2911
  * <p>Update the configuration request of an application component. If it is set to true, the
2913
2912
  * source code and/or database credentials are updated. If it is set to false, the source code
2914
2913
  * and/or database credentials are updated and an analysis is initiated.</p>
2914
+ * @public
2915
2915
  */
2916
2916
  configureOnly?: boolean;
2917
2917
  /**
2918
- * @public
2919
2918
  * <p>The type of known component.</p>
2919
+ * @public
2920
2920
  */
2921
2921
  appType?: AppType;
2922
2922
  }
@@ -2930,13 +2930,13 @@ export interface UpdateApplicationComponentConfigResponse {
2930
2930
  */
2931
2931
  export interface UpdateServerConfigRequest {
2932
2932
  /**
2933
- * @public
2934
2933
  * <p> The ID of the server. </p>
2934
+ * @public
2935
2935
  */
2936
2936
  serverId: string | undefined;
2937
2937
  /**
2938
- * @public
2939
2938
  * <p> The preferred strategy options for the application component. See the response from <a>GetServerStrategies</a>.</p>
2939
+ * @public
2940
2940
  */
2941
2941
  strategyOption?: StrategyOption;
2942
2942
  }