@aws-sdk/client-database-migration-service 3.105.0 → 3.110.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 (80) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/DatabaseMigrationService.js +135 -0
  3. package/dist-cjs/commands/CreateFleetAdvisorCollectorCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteFleetAdvisorCollectorCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteFleetAdvisorDatabasesCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeFleetAdvisorCollectorsCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeFleetAdvisorDatabasesCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeFleetAdvisorSchemasCommand.js +36 -0
  11. package/dist-cjs/commands/RunFleetAdvisorLsaAnalysisCommand.js +36 -0
  12. package/dist-cjs/commands/index.js +9 -0
  13. package/dist-cjs/models/models_0.js +222 -17
  14. package/dist-cjs/pagination/DescribeFleetAdvisorCollectorsPaginator.js +36 -0
  15. package/dist-cjs/pagination/DescribeFleetAdvisorDatabasesPaginator.js +36 -0
  16. package/dist-cjs/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +36 -0
  17. package/dist-cjs/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +36 -0
  18. package/dist-cjs/pagination/DescribeFleetAdvisorSchemasPaginator.js +36 -0
  19. package/dist-cjs/pagination/index.js +6 -1
  20. package/dist-cjs/protocols/Aws_json1_1.js +797 -3
  21. package/dist-es/DatabaseMigrationService.js +135 -0
  22. package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +39 -0
  23. package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +39 -0
  24. package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +39 -0
  25. package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +39 -0
  26. package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +39 -0
  27. package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +39 -0
  28. package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +39 -0
  29. package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +39 -0
  30. package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +39 -0
  31. package/dist-es/commands/index.js +9 -0
  32. package/dist-es/models/models_0.js +159 -12
  33. package/dist-es/pagination/DescribeFleetAdvisorCollectorsPaginator.js +75 -0
  34. package/dist-es/pagination/DescribeFleetAdvisorDatabasesPaginator.js +75 -0
  35. package/dist-es/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +75 -0
  36. package/dist-es/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +75 -0
  37. package/dist-es/pagination/DescribeFleetAdvisorSchemasPaginator.js +75 -0
  38. package/dist-es/pagination/index.js +6 -1
  39. package/dist-es/protocols/Aws_json1_1.js +921 -9
  40. package/dist-types/DatabaseMigrationService.d.ts +66 -0
  41. package/dist-types/DatabaseMigrationServiceClient.d.ts +11 -2
  42. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +35 -0
  43. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +35 -0
  44. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +35 -0
  45. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +35 -0
  46. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +35 -0
  47. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +37 -0
  48. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +36 -0
  49. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +35 -0
  50. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +35 -0
  51. package/dist-types/commands/index.d.ts +9 -0
  52. package/dist-types/models/models_0.d.ts +1038 -171
  53. package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +4 -0
  54. package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +4 -0
  55. package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +4 -0
  56. package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +4 -0
  57. package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +4 -0
  58. package/dist-types/pagination/index.d.ts +6 -1
  59. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  60. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +45 -0
  61. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +11 -2
  62. package/dist-types/ts3.4/commands/CreateFleetAdvisorCollectorCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteFleetAdvisorCollectorCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemasCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +412 -7
  73. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +4 -0
  74. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/index.d.ts +6 -1
  79. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  80. package/package.json +30 -30
@@ -683,12 +683,12 @@ export interface GcpMySQLSettings {
683
683
  * that allows access to the MySQL endpoint.</p>
684
684
  * <note>
685
685
  * <p>You can specify one of two sets of values for these permissions. You can specify
686
- * the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text
687
- * values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>.
688
- * You can't specify both. For more information on creating this <code>SecretsManagerSecret</code>
689
- * and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to
690
- * access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using secrets to access Database Migration Service resources</a> in the
691
- * Database Migration Service User Guide.
686
+ * the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text
687
+ * values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>.
688
+ * You can't specify both. For more information on creating this <code>SecretsManagerSecret</code>
689
+ * and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to
690
+ * access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using secrets to access Database Migration Service resources</a> in the
691
+ * Database Migration Service User Guide.
692
692
  *
693
693
  * </p>
694
694
  * </note>
@@ -1247,7 +1247,9 @@ export interface MySQLSettings {
1247
1247
  EventsPollInterval?: number;
1248
1248
  /**
1249
1249
  * <p>Specifies where to migrate source tables on the target, either
1250
- * to a single database or multiple databases.</p>
1250
+ * to a single database or multiple databases. If you specify
1251
+ * <code>SPECIFIC_DATABASE</code>, specify the database name using the <code>DatabaseName</code>
1252
+ * parameter of the <code>Endpoint</code> object.</p>
1251
1253
  * <p>Example: <code>targetDbType=MULTIPLE_DATABASES</code>
1252
1254
  * </p>
1253
1255
  */
@@ -2704,9 +2706,9 @@ export interface S3Settings {
2704
2706
  * following example.</p>
2705
2707
  * <p>
2706
2708
  * <code>s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH",
2707
- * "DatePartitionDelimiter": "SLASH",
2708
- * "DatePartitionTimezone":"<i>Asia/Seoul</i>", "BucketName":
2709
- * "dms-nattarat-test"}'</code>
2709
+ * "DatePartitionDelimiter": "SLASH",
2710
+ * "DatePartitionTimezone":"<i>Asia/Seoul</i>", "BucketName":
2711
+ * "dms-nattarat-test"}'</code>
2710
2712
  * </p>
2711
2713
  */
2712
2714
  DatePartitionTimezone?: string;
@@ -2818,7 +2820,8 @@ export interface CreateEndpointMessage {
2818
2820
  */
2819
2821
  Port?: number;
2820
2822
  /**
2821
- * <p>The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.</p>
2823
+ * <p>The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.
2824
+ * To migrate to a specific database, use this setting and <code>targetDbType</code>.</p>
2822
2825
  */
2823
2826
  DatabaseName?: string;
2824
2827
  /**
@@ -3487,6 +3490,72 @@ export declare class SNSNoAuthorizationFault extends __BaseException {
3487
3490
  */
3488
3491
  constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
3489
3492
  }
3493
+ export interface CreateFleetAdvisorCollectorRequest {
3494
+ /**
3495
+ * <p>The name of your Fleet Advisor collector (for example, <code>sample-collector</code>).</p>
3496
+ */
3497
+ CollectorName: string | undefined;
3498
+ /**
3499
+ * <p>A summary description of your Fleet Advisor collector.</p>
3500
+ */
3501
+ Description?: string;
3502
+ /**
3503
+ * <p>The IAM role that grants permissions to access the specified Amazon S3 bucket.</p>
3504
+ */
3505
+ ServiceAccessRoleArn: string | undefined;
3506
+ /**
3507
+ * <p>The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.</p>
3508
+ */
3509
+ S3BucketName: string | undefined;
3510
+ }
3511
+ export declare namespace CreateFleetAdvisorCollectorRequest {
3512
+ /**
3513
+ * @internal
3514
+ */
3515
+ const filterSensitiveLog: (obj: CreateFleetAdvisorCollectorRequest) => any;
3516
+ }
3517
+ export interface CreateFleetAdvisorCollectorResponse {
3518
+ /**
3519
+ * <p>The unique ID of the new Fleet Advisor collector, for example:
3520
+ * <code>22fda70c-40d5-4acf-b233-a495bd8eb7f5</code>
3521
+ * </p>
3522
+ */
3523
+ CollectorReferencedId?: string;
3524
+ /**
3525
+ * <p>The name of the new Fleet Advisor collector.</p>
3526
+ */
3527
+ CollectorName?: string;
3528
+ /**
3529
+ * <p>A summary description of the Fleet Advisor collector.</p>
3530
+ */
3531
+ Description?: string;
3532
+ /**
3533
+ * <p>The IAM role that grants permissions to access the specified Amazon S3 bucket.</p>
3534
+ */
3535
+ ServiceAccessRoleArn?: string;
3536
+ /**
3537
+ * <p>The Amazon S3 bucket that the collector uses to store inventory metadata.</p>
3538
+ */
3539
+ S3BucketName?: string;
3540
+ }
3541
+ export declare namespace CreateFleetAdvisorCollectorResponse {
3542
+ /**
3543
+ * @internal
3544
+ */
3545
+ const filterSensitiveLog: (obj: CreateFleetAdvisorCollectorResponse) => any;
3546
+ }
3547
+ /**
3548
+ * <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
3549
+ * found.</p>
3550
+ */
3551
+ export declare class S3ResourceNotFoundFault extends __BaseException {
3552
+ readonly name: "S3ResourceNotFoundFault";
3553
+ readonly $fault: "client";
3554
+ /**
3555
+ * @internal
3556
+ */
3557
+ constructor(opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>);
3558
+ }
3490
3559
  /**
3491
3560
  * <p></p>
3492
3561
  */
@@ -4753,6 +4822,64 @@ export declare namespace DeleteEventSubscriptionResponse {
4753
4822
  */
4754
4823
  const filterSensitiveLog: (obj: DeleteEventSubscriptionResponse) => any;
4755
4824
  }
4825
+ /**
4826
+ * <p>The specified collector doesn't exist.</p>
4827
+ */
4828
+ export declare class CollectorNotFoundFault extends __BaseException {
4829
+ readonly name: "CollectorNotFoundFault";
4830
+ readonly $fault: "client";
4831
+ /**
4832
+ * @internal
4833
+ */
4834
+ constructor(opts: __ExceptionOptionType<CollectorNotFoundFault, __BaseException>);
4835
+ }
4836
+ export interface DeleteCollectorRequest {
4837
+ /**
4838
+ * <p>The reference ID of the Fleet Advisor collector to delete.</p>
4839
+ */
4840
+ CollectorReferencedId: string | undefined;
4841
+ }
4842
+ export declare namespace DeleteCollectorRequest {
4843
+ /**
4844
+ * @internal
4845
+ */
4846
+ const filterSensitiveLog: (obj: DeleteCollectorRequest) => any;
4847
+ }
4848
+ export interface DeleteFleetAdvisorDatabasesRequest {
4849
+ /**
4850
+ * <p>The IDs of the Fleet Advisor collector databases to delete.</p>
4851
+ */
4852
+ DatabaseIds: string[] | undefined;
4853
+ }
4854
+ export declare namespace DeleteFleetAdvisorDatabasesRequest {
4855
+ /**
4856
+ * @internal
4857
+ */
4858
+ const filterSensitiveLog: (obj: DeleteFleetAdvisorDatabasesRequest) => any;
4859
+ }
4860
+ export interface DeleteFleetAdvisorDatabasesResponse {
4861
+ /**
4862
+ * <p>The IDs of the databases that the operation deleted.</p>
4863
+ */
4864
+ DatabaseIds?: string[];
4865
+ }
4866
+ export declare namespace DeleteFleetAdvisorDatabasesResponse {
4867
+ /**
4868
+ * @internal
4869
+ */
4870
+ const filterSensitiveLog: (obj: DeleteFleetAdvisorDatabasesResponse) => any;
4871
+ }
4872
+ /**
4873
+ * <p>The action or operation requested isn't valid.</p>
4874
+ */
4875
+ export declare class InvalidOperationFault extends __BaseException {
4876
+ readonly name: "InvalidOperationFault";
4877
+ readonly $fault: "client";
4878
+ /**
4879
+ * @internal
4880
+ */
4881
+ constructor(opts: __ExceptionOptionType<InvalidOperationFault, __BaseException>);
4882
+ }
4756
4883
  /**
4757
4884
  * <p></p>
4758
4885
  */
@@ -5562,229 +5689,965 @@ export declare namespace DescribeEventSubscriptionsResponse {
5562
5689
  */
5563
5690
  const filterSensitiveLog: (obj: DescribeEventSubscriptionsResponse) => any;
5564
5691
  }
5565
- /**
5566
- * <p></p>
5567
- */
5568
- export interface DescribeOrderableReplicationInstancesMessage {
5692
+ export interface DescribeFleetAdvisorCollectorsRequest {
5569
5693
  /**
5570
- * <p> The maximum number of records to include in the response. If more records exist than
5571
- * the specified <code>MaxRecords</code> value, a pagination token called a marker is included
5572
- * in the response so that the remaining results can be retrieved. </p>
5573
- * <p>Default: 100</p>
5574
- * <p>Constraints: Minimum 20, maximum 100.</p>
5694
+ * <p> If you specify any of the following filters, the output includes information for only
5695
+ * those collectors that meet the filter criteria:</p>
5696
+ *
5697
+ * <ul>
5698
+ * <li>
5699
+ * <p>
5700
+ * <code>collector-referenced-id</code> – The ID of the collector agent, for example
5701
+ * <code>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</code>.</p>
5702
+ * </li>
5703
+ * <li>
5704
+ * <p>
5705
+ * <code>collector-name</code> – The name of the collector agent.</p>
5706
+ * </li>
5707
+ * </ul>
5708
+ *
5709
+ * <p>An example is: <code>describe-fleet-advisor-collectors --filter
5710
+ * Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"</code>
5711
+ * </p>
5712
+ */
5713
+ Filters?: Filter[];
5714
+ /**
5715
+ * <p>Sets the maximum number of records returned in the response.</p>
5575
5716
  */
5576
5717
  MaxRecords?: number;
5577
5718
  /**
5578
- * <p> An optional pagination token provided by a previous request. If this parameter is
5579
- * specified, the response includes only records beyond the marker, up to the value specified
5580
- * by <code>MaxRecords</code>. </p>
5719
+ * <p>If <code>NextToken</code> is returned by a previous response, there are more results available. The value of
5720
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
5721
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
5581
5722
  */
5582
- Marker?: string;
5723
+ NextToken?: string;
5583
5724
  }
5584
- export declare namespace DescribeOrderableReplicationInstancesMessage {
5725
+ export declare namespace DescribeFleetAdvisorCollectorsRequest {
5585
5726
  /**
5586
5727
  * @internal
5587
5728
  */
5588
- const filterSensitiveLog: (obj: DescribeOrderableReplicationInstancesMessage) => any;
5729
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorCollectorsRequest) => any;
5589
5730
  }
5590
- export declare enum ReleaseStatusValues {
5591
- BETA = "beta"
5731
+ export declare enum CollectorStatus {
5732
+ ACTIVE = "ACTIVE",
5733
+ UNREGISTERED = "UNREGISTERED"
5592
5734
  }
5593
5735
  /**
5594
- * <p>In response to the <code>DescribeOrderableReplicationInstances</code> operation, this
5595
- * object describes an available replication instance. This description includes the
5596
- * replication instance's type, engine version, and allocated storage.</p>
5736
+ * <p>Describes the last Fleet Advisor collector health check.</p>
5597
5737
  */
5598
- export interface OrderableReplicationInstance {
5599
- /**
5600
- * <p>The version of the replication engine.</p>
5601
- */
5602
- EngineVersion?: string;
5603
- /**
5604
- * <p>The compute and memory capacity of the replication instance as defined for the specified
5605
- * replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>"dms.c4.large"</code>.</p>
5606
- * <p>For more information on the settings and capacities for the available replication instance classes, see
5607
- * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth">
5608
- * Selecting the right DMS replication instance for your migration</a>.
5609
- * </p>
5610
- */
5611
- ReplicationInstanceClass?: string;
5612
- /**
5613
- * <p>The type of storage used by the replication instance.</p>
5614
- */
5615
- StorageType?: string;
5616
- /**
5617
- * <p>The minimum amount of storage (in gigabytes) that can be allocated for the replication
5618
- * instance.</p>
5619
- */
5620
- MinAllocatedStorage?: number;
5621
- /**
5622
- * <p>The minimum amount of storage (in gigabytes) that can be allocated for the replication
5623
- * instance.</p>
5624
- */
5625
- MaxAllocatedStorage?: number;
5738
+ export interface CollectorHealthCheck {
5626
5739
  /**
5627
- * <p>The default amount of storage (in gigabytes) that is allocated for the replication
5628
- * instance.</p>
5740
+ * <p>The status of the Fleet Advisor collector.</p>
5629
5741
  */
5630
- DefaultAllocatedStorage?: number;
5742
+ CollectorStatus?: CollectorStatus | string;
5631
5743
  /**
5632
- * <p>The amount of storage (in gigabytes) that is allocated for the replication
5633
- * instance.</p>
5744
+ * <p>Whether the local collector can access its Amazon S3 bucket.</p>
5634
5745
  */
5635
- IncludedAllocatedStorage?: number;
5746
+ LocalCollectorS3Access?: boolean;
5636
5747
  /**
5637
- * <p>List of Availability Zones for this replication instance.</p>
5748
+ * <p>Whether the web collector can access its Amazon S3 bucket.</p>
5638
5749
  */
5639
- AvailabilityZones?: string[];
5750
+ WebCollectorS3Access?: boolean;
5640
5751
  /**
5641
- * <p>The value returned when the specified <code>EngineVersion</code> of the replication
5642
- * instance is in Beta or test mode. This indicates some features might not work as expected.</p>
5643
- * <note>
5644
- * <p>DMS supports the <code>ReleaseStatus</code> parameter in versions 3.1.4 and later.</p>
5645
- * </note>
5752
+ * <p>Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions
5753
+ * to access the Fleet Advisor web collector.</p>
5646
5754
  */
5647
- ReleaseStatus?: ReleaseStatusValues | string;
5755
+ WebCollectorGrantedRoleBasedAccess?: boolean;
5648
5756
  }
5649
- export declare namespace OrderableReplicationInstance {
5757
+ export declare namespace CollectorHealthCheck {
5650
5758
  /**
5651
5759
  * @internal
5652
5760
  */
5653
- const filterSensitiveLog: (obj: OrderableReplicationInstance) => any;
5761
+ const filterSensitiveLog: (obj: CollectorHealthCheck) => any;
5654
5762
  }
5655
5763
  /**
5656
- * <p></p>
5764
+ * <p>Describes a Fleet Advisor collector inventory.</p>
5657
5765
  */
5658
- export interface DescribeOrderableReplicationInstancesResponse {
5766
+ export interface InventoryData {
5659
5767
  /**
5660
- * <p>The order-able replication instances available.</p>
5768
+ * <p>The number of databases in the Fleet Advisor collector inventory.</p>
5661
5769
  */
5662
- OrderableReplicationInstances?: OrderableReplicationInstance[];
5770
+ NumberOfDatabases?: number;
5663
5771
  /**
5664
- * <p> An optional pagination token provided by a previous request. If this parameter is
5665
- * specified, the response includes only records beyond the marker, up to the value specified
5666
- * by <code>MaxRecords</code>. </p>
5772
+ * <p>The number of schemas in the Fleet Advisor collector inventory.</p>
5667
5773
  */
5668
- Marker?: string;
5774
+ NumberOfSchemas?: number;
5669
5775
  }
5670
- export declare namespace DescribeOrderableReplicationInstancesResponse {
5776
+ export declare namespace InventoryData {
5671
5777
  /**
5672
5778
  * @internal
5673
5779
  */
5674
- const filterSensitiveLog: (obj: DescribeOrderableReplicationInstancesResponse) => any;
5780
+ const filterSensitiveLog: (obj: InventoryData) => any;
5781
+ }
5782
+ export declare enum VersionStatus {
5783
+ OUTDATED = "OUTDATED",
5784
+ UNSUPPORTED = "UNSUPPORTED",
5785
+ UP_TO_DATE = "UP_TO_DATE"
5675
5786
  }
5676
5787
  /**
5677
- * <p></p>
5788
+ * <p>Describes a Fleet Advisor collector.</p>
5678
5789
  */
5679
- export interface DescribePendingMaintenanceActionsMessage {
5790
+ export interface CollectorResponse {
5680
5791
  /**
5681
- * <p>The Amazon Resource Name (ARN) of the replication instance.</p>
5792
+ * <p>The reference ID of the Fleet Advisor collector.</p>
5682
5793
  */
5683
- ReplicationInstanceArn?: string;
5794
+ CollectorReferencedId?: string;
5684
5795
  /**
5685
- * <p></p>
5796
+ * <p>The name of the Fleet Advisor collector .</p>
5686
5797
  */
5687
- Filters?: Filter[];
5798
+ CollectorName?: string;
5688
5799
  /**
5689
- * <p> An optional pagination token provided by a previous request. If this parameter is
5690
- * specified, the response includes only records beyond the marker, up to the value specified
5691
- * by <code>MaxRecords</code>. </p>
5800
+ * <p>The version of your Fleet Advisor collector, in semantic versioning format, for example
5801
+ * <code>1.0.2</code>
5802
+ * </p>
5692
5803
  */
5693
- Marker?: string;
5804
+ CollectorVersion?: string;
5694
5805
  /**
5695
- * <p> The maximum number of records to include in the response. If more records exist than
5696
- * the specified <code>MaxRecords</code> value, a pagination token called a marker is included
5697
- * in the response so that the remaining results can be retrieved. </p>
5698
- * <p>Default: 100</p>
5699
- * <p>Constraints: Minimum 20, maximum 100.</p>
5806
+ * <p>Whether the collector version is up to date.</p>
5700
5807
  */
5701
- MaxRecords?: number;
5702
- }
5703
- export declare namespace DescribePendingMaintenanceActionsMessage {
5808
+ VersionStatus?: VersionStatus | string;
5704
5809
  /**
5705
- * @internal
5810
+ * <p>A summary description of the Fleet Advisor collector.</p>
5706
5811
  */
5707
- const filterSensitiveLog: (obj: DescribePendingMaintenanceActionsMessage) => any;
5708
- }
5709
- /**
5710
- * <p></p>
5711
- */
5712
- export interface DescribePendingMaintenanceActionsResponse {
5812
+ Description?: string;
5713
5813
  /**
5714
- * <p>The pending maintenance action.</p>
5814
+ * <p>The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.</p>
5715
5815
  */
5716
- PendingMaintenanceActions?: ResourcePendingMaintenanceActions[];
5816
+ S3BucketName?: string;
5717
5817
  /**
5718
- * <p> An optional pagination token provided by a previous request. If this parameter is
5719
- * specified, the response includes only records beyond the marker, up to the value specified
5720
- * by <code>MaxRecords</code>. </p>
5818
+ * <p>The IAM role that grants permissions to access the specified Amazon S3 bucket.</p>
5721
5819
  */
5722
- Marker?: string;
5723
- }
5724
- export declare namespace DescribePendingMaintenanceActionsResponse {
5820
+ ServiceAccessRoleArn?: string;
5725
5821
  /**
5726
- * @internal
5822
+ * <p>Describes the last Fleet Advisor collector health check.</p>
5727
5823
  */
5728
- const filterSensitiveLog: (obj: DescribePendingMaintenanceActionsResponse) => any;
5729
- }
5730
- /**
5731
- * <p></p>
5732
- */
5733
- export interface DescribeRefreshSchemasStatusMessage {
5824
+ CollectorHealthCheck?: CollectorHealthCheck;
5734
5825
  /**
5735
- * <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
5826
+ * <p>The timestamp of the last time the collector received data, in the following format:
5827
+ * <code>2022-01-24T19:04:02.596113Z</code>
5828
+ * </p>
5736
5829
  */
5737
- EndpointArn: string | undefined;
5738
- }
5739
- export declare namespace DescribeRefreshSchemasStatusMessage {
5830
+ LastDataReceived?: string;
5740
5831
  /**
5741
- * @internal
5832
+ * <p>The timestamp when DMS registered the collector, in the following format:
5833
+ * <code>2022-01-24T19:04:02.596113Z</code>
5834
+ * </p>
5742
5835
  */
5743
- const filterSensitiveLog: (obj: DescribeRefreshSchemasStatusMessage) => any;
5744
- }
5745
- export declare enum RefreshSchemasStatusTypeValue {
5746
- FAILED = "failed",
5747
- REFRESHING = "refreshing",
5748
- SUCCESSFUL = "successful"
5749
- }
5750
- /**
5751
- * <p>Provides information that describes status of a schema at an endpoint specified by the
5752
- * <code>DescribeRefreshSchemaStatus</code> operation.</p>
5753
- */
5754
- export interface RefreshSchemasStatus {
5836
+ RegisteredDate?: string;
5755
5837
  /**
5756
- * <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
5838
+ * <p>The timestamp when you created the collector, in the following format:
5839
+ * <code>2022-01-24T19:04:02.596113Z</code>
5840
+ * </p>
5757
5841
  */
5758
- EndpointArn?: string;
5842
+ CreatedDate?: string;
5759
5843
  /**
5760
- * <p>The Amazon Resource Name (ARN) of the replication instance.</p>
5844
+ * <p>The timestamp when DMS last modified the collector, in the following format:
5845
+ * <code>2022-01-24T19:04:02.596113Z</code>
5846
+ * </p>
5761
5847
  */
5762
- ReplicationInstanceArn?: string;
5848
+ ModifiedDate?: string;
5763
5849
  /**
5764
- * <p>The status of the schema.</p>
5850
+ * <p>Describes a Fleet Advisor collector inventory.</p>
5765
5851
  */
5766
- Status?: RefreshSchemasStatusTypeValue | string;
5852
+ InventoryData?: InventoryData;
5853
+ }
5854
+ export declare namespace CollectorResponse {
5767
5855
  /**
5768
- * <p>The date the schema was last refreshed.</p>
5856
+ * @internal
5769
5857
  */
5770
- LastRefreshDate?: Date;
5858
+ const filterSensitiveLog: (obj: CollectorResponse) => any;
5859
+ }
5860
+ export interface DescribeFleetAdvisorCollectorsResponse {
5771
5861
  /**
5772
- * <p>The last failure message for the schema.</p>
5862
+ * <p>Provides descriptions of the Fleet Advisor collectors, including the collectors' name
5863
+ * and ID, and the latest inventory data. </p>
5773
5864
  */
5774
- LastFailureMessage?: string;
5865
+ Collectors?: CollectorResponse[];
5866
+ /**
5867
+ * <p>If <code>NextToken</code> is returned, there are more results available. The value of
5868
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
5869
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
5870
+ */
5871
+ NextToken?: string;
5775
5872
  }
5776
- export declare namespace RefreshSchemasStatus {
5873
+ export declare namespace DescribeFleetAdvisorCollectorsResponse {
5777
5874
  /**
5778
5875
  * @internal
5779
5876
  */
5780
- const filterSensitiveLog: (obj: RefreshSchemasStatus) => any;
5877
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorCollectorsResponse) => any;
5781
5878
  }
5782
- /**
5783
- * <p></p>
5784
- */
5785
- export interface DescribeRefreshSchemasStatusResponse {
5879
+ export interface DescribeFleetAdvisorDatabasesRequest {
5786
5880
  /**
5787
- * <p>The status of the schema.</p>
5881
+ * <p> If you specify any of the following filters, the output includes information for only
5882
+ * those databases that meet the filter criteria: </p>
5883
+ *
5884
+ * <ul>
5885
+ * <li>
5886
+ * <p>
5887
+ * <code>database-id</code> – The ID of the database, for example
5888
+ * <code>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</code>.</p>
5889
+ * </li>
5890
+ * <li>
5891
+ * <p>
5892
+ * <code>database-name</code> – The name of the database.</p>
5893
+ * </li>
5894
+ * <li>
5895
+ * <p>
5896
+ * <code>database-engine</code> – The name of the database engine.</p>
5897
+ * </li>
5898
+ * <li>
5899
+ * <p>
5900
+ * <code>server-ip-address</code> – The IP address of the database server.</p>
5901
+ * </li>
5902
+ * <li>
5903
+ * <p>
5904
+ * <code>database-ip-address</code> – The IP address of the database.</p>
5905
+ * </li>
5906
+ * <li>
5907
+ * <p>
5908
+ * <code>collector-name</code> – The name of the associated Fleet Advisor collector.</p>
5909
+ * </li>
5910
+ * </ul>
5911
+ *
5912
+ * <p>An example is: <code>describe-fleet-advisor-databases --filter
5913
+ * Name="database-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"</code>
5914
+ * </p>
5915
+ */
5916
+ Filters?: Filter[];
5917
+ /**
5918
+ * <p>Sets the maximum number of records returned in the response.</p>
5919
+ */
5920
+ MaxRecords?: number;
5921
+ /**
5922
+ * <p>If <code>NextToken</code> is returned by a previous response, there are more results available. The value of
5923
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
5924
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
5925
+ */
5926
+ NextToken?: string;
5927
+ }
5928
+ export declare namespace DescribeFleetAdvisorDatabasesRequest {
5929
+ /**
5930
+ * @internal
5931
+ */
5932
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorDatabasesRequest) => any;
5933
+ }
5934
+ /**
5935
+ * <p>Briefly describes a Fleet Advisor collector.</p>
5936
+ */
5937
+ export interface CollectorShortInfoResponse {
5938
+ /**
5939
+ * <p>The reference ID of the Fleet Advisor collector.</p>
5940
+ */
5941
+ CollectorReferencedId?: string;
5942
+ /**
5943
+ * <p>The name of the Fleet Advisor collector.</p>
5944
+ */
5945
+ CollectorName?: string;
5946
+ }
5947
+ export declare namespace CollectorShortInfoResponse {
5948
+ /**
5949
+ * @internal
5950
+ */
5951
+ const filterSensitiveLog: (obj: CollectorShortInfoResponse) => any;
5952
+ }
5953
+ /**
5954
+ * <p>Describes a server in a Fleet Advisor collector inventory.</p>
5955
+ */
5956
+ export interface ServerShortInfoResponse {
5957
+ /**
5958
+ * <p>The ID of a server in a Fleet Advisor collector inventory.</p>
5959
+ */
5960
+ ServerId?: string;
5961
+ /**
5962
+ * <p>The IP address of a server in a Fleet Advisor collector inventory.</p>
5963
+ */
5964
+ IpAddress?: string;
5965
+ /**
5966
+ * <p>The name address of a server in a Fleet Advisor collector inventory.</p>
5967
+ */
5968
+ ServerName?: string;
5969
+ }
5970
+ export declare namespace ServerShortInfoResponse {
5971
+ /**
5972
+ * @internal
5973
+ */
5974
+ const filterSensitiveLog: (obj: ServerShortInfoResponse) => any;
5975
+ }
5976
+ /**
5977
+ * <p>Describes an inventory database instance for a Fleet Advisor collector.</p>
5978
+ */
5979
+ export interface DatabaseInstanceSoftwareDetailsResponse {
5980
+ /**
5981
+ * <p>The database engine of a database in a Fleet Advisor collector inventory, for example <code>Microsoft
5982
+ * SQL Server</code>.</p>
5983
+ */
5984
+ Engine?: string;
5985
+ /**
5986
+ * <p>The database engine version of a database in a Fleet Advisor collector inventory, for example
5987
+ * <code>2019</code>.</p>
5988
+ */
5989
+ EngineVersion?: string;
5990
+ /**
5991
+ * <p>The database engine edition of a database in a Fleet Advisor collector inventory, for example
5992
+ * <code>Express</code>.</p>
5993
+ */
5994
+ EngineEdition?: string;
5995
+ /**
5996
+ * <p>The service pack level of the database.</p>
5997
+ */
5998
+ ServicePack?: string;
5999
+ /**
6000
+ * <p>The support level of the database, for example <code>Mainstream support</code>.</p>
6001
+ */
6002
+ SupportLevel?: string;
6003
+ /**
6004
+ * <p>The operating system architecture of the database.</p>
6005
+ */
6006
+ OsArchitecture?: number;
6007
+ /**
6008
+ * <p>Information about the database engine software, for example <code>Mainstream support
6009
+ * ends on November 14th, 2024</code>.</p>
6010
+ */
6011
+ Tooltip?: string;
6012
+ }
6013
+ export declare namespace DatabaseInstanceSoftwareDetailsResponse {
6014
+ /**
6015
+ * @internal
6016
+ */
6017
+ const filterSensitiveLog: (obj: DatabaseInstanceSoftwareDetailsResponse) => any;
6018
+ }
6019
+ /**
6020
+ * <p>Describes a database in a Fleet Advisor collector inventory.</p>
6021
+ */
6022
+ export interface DatabaseResponse {
6023
+ /**
6024
+ * <p>The ID of a database in a Fleet Advisor collector inventory.</p>
6025
+ */
6026
+ DatabaseId?: string;
6027
+ /**
6028
+ * <p>The name of a database in a Fleet Advisor collector inventory. </p>
6029
+ */
6030
+ DatabaseName?: string;
6031
+ /**
6032
+ * <p>The IP address of a database in a Fleet Advisor collector inventory. </p>
6033
+ */
6034
+ IpAddress?: string;
6035
+ /**
6036
+ * <p>The number of schemas in a Fleet Advisor collector inventory database. </p>
6037
+ */
6038
+ NumberOfSchemas?: number;
6039
+ /**
6040
+ * <p>The server name of a database in a Fleet Advisor collector inventory. </p>
6041
+ */
6042
+ Server?: ServerShortInfoResponse;
6043
+ /**
6044
+ * <p>The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.</p>
6045
+ */
6046
+ SoftwareDetails?: DatabaseInstanceSoftwareDetailsResponse;
6047
+ /**
6048
+ * <p>A list of collectors associated with the database.</p>
6049
+ */
6050
+ Collectors?: CollectorShortInfoResponse[];
6051
+ }
6052
+ export declare namespace DatabaseResponse {
6053
+ /**
6054
+ * @internal
6055
+ */
6056
+ const filterSensitiveLog: (obj: DatabaseResponse) => any;
6057
+ }
6058
+ export interface DescribeFleetAdvisorDatabasesResponse {
6059
+ /**
6060
+ * <p>Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.</p>
6061
+ */
6062
+ Databases?: DatabaseResponse[];
6063
+ /**
6064
+ * <p>If <code>NextToken</code> is returned, there are more results available. The value of
6065
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
6066
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
6067
+ */
6068
+ NextToken?: string;
6069
+ }
6070
+ export declare namespace DescribeFleetAdvisorDatabasesResponse {
6071
+ /**
6072
+ * @internal
6073
+ */
6074
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorDatabasesResponse) => any;
6075
+ }
6076
+ export interface DescribeFleetAdvisorLsaAnalysisRequest {
6077
+ /**
6078
+ * <p>Sets the maximum number of records returned in the response.</p>
6079
+ */
6080
+ MaxRecords?: number;
6081
+ /**
6082
+ * <p>If <code>NextToken</code> is returned by a previous response, there are more results available. The value of
6083
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
6084
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
6085
+ */
6086
+ NextToken?: string;
6087
+ }
6088
+ export declare namespace DescribeFleetAdvisorLsaAnalysisRequest {
6089
+ /**
6090
+ * @internal
6091
+ */
6092
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorLsaAnalysisRequest) => any;
6093
+ }
6094
+ /**
6095
+ * <p>Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor collector.</p>
6096
+ */
6097
+ export interface FleetAdvisorLsaAnalysisResponse {
6098
+ /**
6099
+ * <p>The ID of an LSA analysis run by a Fleet Advisor collector.</p>
6100
+ */
6101
+ LsaAnalysisId?: string;
6102
+ /**
6103
+ * <p>The status of an LSA analysis run by a Fleet Advisor collector.</p>
6104
+ */
6105
+ Status?: string;
6106
+ }
6107
+ export declare namespace FleetAdvisorLsaAnalysisResponse {
6108
+ /**
6109
+ * @internal
6110
+ */
6111
+ const filterSensitiveLog: (obj: FleetAdvisorLsaAnalysisResponse) => any;
6112
+ }
6113
+ export interface DescribeFleetAdvisorLsaAnalysisResponse {
6114
+ /**
6115
+ * <p>A list of <code>FleetAdvisorLsaAnalysisResponse</code> objects.</p>
6116
+ */
6117
+ Analysis?: FleetAdvisorLsaAnalysisResponse[];
6118
+ /**
6119
+ * <p>If <code>NextToken</code> is returned, there are more results available. The value of
6120
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
6121
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
6122
+ */
6123
+ NextToken?: string;
6124
+ }
6125
+ export declare namespace DescribeFleetAdvisorLsaAnalysisResponse {
6126
+ /**
6127
+ * @internal
6128
+ */
6129
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorLsaAnalysisResponse) => any;
6130
+ }
6131
+ export interface DescribeFleetAdvisorSchemaObjectSummaryRequest {
6132
+ /**
6133
+ * <p> If you specify any of the following filters, the output includes information for only
6134
+ * those schema objects that meet the filter criteria:</p>
6135
+ *
6136
+ * <ul>
6137
+ * <li>
6138
+ * <p>
6139
+ * <code>schema-id</code> – The ID of the schema, for example
6140
+ * <code>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</code>.</p>
6141
+ * </li>
6142
+ * </ul>
6143
+ *
6144
+ * <p>Example: <code>describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"</code>
6145
+ * </p>
6146
+ */
6147
+ Filters?: Filter[];
6148
+ /**
6149
+ * <p>Sets the maximum number of records returned in the response.</p>
6150
+ */
6151
+ MaxRecords?: number;
6152
+ /**
6153
+ * <p>If <code>NextToken</code> is returned by a previous response, there are more results available. The value of
6154
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
6155
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
6156
+ */
6157
+ NextToken?: string;
6158
+ }
6159
+ export declare namespace DescribeFleetAdvisorSchemaObjectSummaryRequest {
6160
+ /**
6161
+ * @internal
6162
+ */
6163
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorSchemaObjectSummaryRequest) => any;
6164
+ }
6165
+ /**
6166
+ * <p>Describes a schema object in a Fleet Advisor collector inventory.</p>
6167
+ */
6168
+ export interface FleetAdvisorSchemaObjectResponse {
6169
+ /**
6170
+ * <p>The ID of a schema object in a Fleet Advisor collector inventory.</p>
6171
+ */
6172
+ SchemaId?: string;
6173
+ /**
6174
+ * <p>The type of the schema object, as reported by the database engine. Examples include the following:</p>
6175
+ * <ul>
6176
+ * <li>
6177
+ * <p>
6178
+ * <code>function</code>
6179
+ * </p>
6180
+ * </li>
6181
+ * <li>
6182
+ * <p>
6183
+ * <code>trigger</code>
6184
+ * </p>
6185
+ * </li>
6186
+ * <li>
6187
+ * <p>
6188
+ * <code>SYSTEM_TABLE</code>
6189
+ * </p>
6190
+ * </li>
6191
+ * <li>
6192
+ * <p>
6193
+ * <code>QUEUE</code>
6194
+ * </p>
6195
+ * </li>
6196
+ * </ul>
6197
+ */
6198
+ ObjectType?: string;
6199
+ /**
6200
+ * <p>The number of objects in a schema object in a Fleet Advisor collector inventory.</p>
6201
+ */
6202
+ NumberOfObjects?: number;
6203
+ /**
6204
+ * <p>The number of lines of code in a schema object in a Fleet Advisor collector inventory.</p>
6205
+ */
6206
+ CodeLineCount?: number;
6207
+ /**
6208
+ * <p>The size level of the code in a schema object in a Fleet Advisor collector inventory.</p>
6209
+ */
6210
+ CodeSize?: number;
6211
+ }
6212
+ export declare namespace FleetAdvisorSchemaObjectResponse {
6213
+ /**
6214
+ * @internal
6215
+ */
6216
+ const filterSensitiveLog: (obj: FleetAdvisorSchemaObjectResponse) => any;
6217
+ }
6218
+ export interface DescribeFleetAdvisorSchemaObjectSummaryResponse {
6219
+ /**
6220
+ * <p>A collection of <code>FleetAdvisorSchemaObjectResponse</code> objects.</p>
6221
+ */
6222
+ FleetAdvisorSchemaObjects?: FleetAdvisorSchemaObjectResponse[];
6223
+ /**
6224
+ * <p>If <code>NextToken</code> is returned, there are more results available. The value of
6225
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
6226
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
6227
+ */
6228
+ NextToken?: string;
6229
+ }
6230
+ export declare namespace DescribeFleetAdvisorSchemaObjectSummaryResponse {
6231
+ /**
6232
+ * @internal
6233
+ */
6234
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorSchemaObjectSummaryResponse) => any;
6235
+ }
6236
+ export interface DescribeFleetAdvisorSchemasRequest {
6237
+ /**
6238
+ * <p> If you specify any of the following filters, the output includes information for only
6239
+ * those schemas that meet the filter criteria:</p>
6240
+ *
6241
+ * <ul>
6242
+ * <li>
6243
+ * <p>
6244
+ * <code>complexity</code> – The schema's complexity, for example
6245
+ * <code>Simple</code>.</p>
6246
+ * </li>
6247
+ * <li>
6248
+ * <p>
6249
+ * <code>database-id</code> – The ID of the schema's database.</p>
6250
+ * </li>
6251
+ * <li>
6252
+ * <p>
6253
+ * <code>database-ip-address</code> – The IP address of the schema's database.</p>
6254
+ * </li>
6255
+ * <li>
6256
+ * <p>
6257
+ * <code>database-name</code> – The name of the schema's database.</p>
6258
+ * </li>
6259
+ * <li>
6260
+ * <p>
6261
+ * <code>database-engine</code> – The name of the schema database's engine.</p>
6262
+ * </li>
6263
+ * <li>
6264
+ * <p>
6265
+ * <code>original-schema-name</code> – The name of the schema's database's main schema.</p>
6266
+ * </li>
6267
+ * <li>
6268
+ * <p>
6269
+ * <code>schema-id</code> – The ID of the schema, for example <code>15</code>.</p>
6270
+ * </li>
6271
+ * <li>
6272
+ * <p>
6273
+ * <code>schema-name</code> – The name of the schema.</p>
6274
+ * </li>
6275
+ * <li>
6276
+ * <p>
6277
+ * <code>server-ip-address</code> – The IP address of the schema database's server.</p>
6278
+ * </li>
6279
+ * </ul>
6280
+ *
6281
+ * <p>An example is: <code>describe-fleet-advisor-schemas --filter
6282
+ * Name="schema-id",Values="50"</code>
6283
+ * </p>
6284
+ */
6285
+ Filters?: Filter[];
6286
+ /**
6287
+ * <p>Sets the maximum number of records returned in the response.</p>
6288
+ */
6289
+ MaxRecords?: number;
6290
+ /**
6291
+ * <p>If <code>NextToken</code> is returned by a previous response, there are more results available. The value of
6292
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
6293
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
6294
+ */
6295
+ NextToken?: string;
6296
+ }
6297
+ export declare namespace DescribeFleetAdvisorSchemasRequest {
6298
+ /**
6299
+ * @internal
6300
+ */
6301
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorSchemasRequest) => any;
6302
+ }
6303
+ /**
6304
+ * <p>Describes a database in a Fleet Advisor collector inventory.</p>
6305
+ */
6306
+ export interface DatabaseShortInfoResponse {
6307
+ /**
6308
+ * <p>The ID of a database in a Fleet Advisor collector inventory.</p>
6309
+ */
6310
+ DatabaseId?: string;
6311
+ /**
6312
+ * <p>The name of a database in a Fleet Advisor collector inventory.</p>
6313
+ */
6314
+ DatabaseName?: string;
6315
+ /**
6316
+ * <p>The IP address of a database in a Fleet Advisor collector inventory.</p>
6317
+ */
6318
+ DatabaseIpAddress?: string;
6319
+ /**
6320
+ * <p>The database engine of a database in a Fleet Advisor collector inventory, for example
6321
+ * <code>PostgreSQL</code>.</p>
6322
+ */
6323
+ DatabaseEngine?: string;
6324
+ }
6325
+ export declare namespace DatabaseShortInfoResponse {
6326
+ /**
6327
+ * @internal
6328
+ */
6329
+ const filterSensitiveLog: (obj: DatabaseShortInfoResponse) => any;
6330
+ }
6331
+ /**
6332
+ * <p>Describes a schema in a Fleet Advisor collector inventory.</p>
6333
+ */
6334
+ export interface SchemaShortInfoResponse {
6335
+ /**
6336
+ * <p>The ID of a schema in a Fleet Advisor collector inventory.</p>
6337
+ */
6338
+ SchemaId?: string;
6339
+ /**
6340
+ * <p>The name of a schema in a Fleet Advisor collector inventory.</p>
6341
+ */
6342
+ SchemaName?: string;
6343
+ /**
6344
+ * <p>The ID of a database in a Fleet Advisor collector inventory.</p>
6345
+ */
6346
+ DatabaseId?: string;
6347
+ /**
6348
+ * <p>The name of a database in a Fleet Advisor collector inventory.</p>
6349
+ */
6350
+ DatabaseName?: string;
6351
+ /**
6352
+ * <p>The IP address of a database in a Fleet Advisor collector inventory.</p>
6353
+ */
6354
+ DatabaseIpAddress?: string;
6355
+ }
6356
+ export declare namespace SchemaShortInfoResponse {
6357
+ /**
6358
+ * @internal
6359
+ */
6360
+ const filterSensitiveLog: (obj: SchemaShortInfoResponse) => any;
6361
+ }
6362
+ /**
6363
+ * <p>Describes a schema in a Fleet Advisor collector inventory.</p>
6364
+ */
6365
+ export interface SchemaResponse {
6366
+ /**
6367
+ * <p>The number of lines of code in a schema in a Fleet Advisor collector inventory.</p>
6368
+ */
6369
+ CodeLineCount?: number;
6370
+ /**
6371
+ * <p>The size level of the code in a schema in a Fleet Advisor collector inventory.</p>
6372
+ */
6373
+ CodeSize?: number;
6374
+ /**
6375
+ * <p>The complexity level of the code in a schema in a Fleet Advisor collector inventory.</p>
6376
+ */
6377
+ Complexity?: string;
6378
+ /**
6379
+ * <p>The database server for a schema in a Fleet Advisor collector inventory.</p>
6380
+ */
6381
+ Server?: ServerShortInfoResponse;
6382
+ /**
6383
+ * <p>The database for a schema in a Fleet Advisor collector inventory.</p>
6384
+ */
6385
+ DatabaseInstance?: DatabaseShortInfoResponse;
6386
+ /**
6387
+ * <p>The ID of a schema in a Fleet Advisor collector inventory.</p>
6388
+ */
6389
+ SchemaId?: string;
6390
+ /**
6391
+ * <p>The name of a schema in a Fleet Advisor collector inventory.</p>
6392
+ */
6393
+ SchemaName?: string;
6394
+ /**
6395
+ * <p>Describes a schema in a Fleet Advisor collector inventory.</p>
6396
+ */
6397
+ OriginalSchema?: SchemaShortInfoResponse;
6398
+ /**
6399
+ * <p>The similarity value for a schema in a Fleet Advisor collector inventory. A higher similarity value
6400
+ * indicates that a schema is likely to be a duplicate.</p>
6401
+ */
6402
+ Similarity?: number;
6403
+ }
6404
+ export declare namespace SchemaResponse {
6405
+ /**
6406
+ * @internal
6407
+ */
6408
+ const filterSensitiveLog: (obj: SchemaResponse) => any;
6409
+ }
6410
+ export interface DescribeFleetAdvisorSchemasResponse {
6411
+ /**
6412
+ * <p>A collection of <code>SchemaResponse</code> objects.</p>
6413
+ */
6414
+ FleetAdvisorSchemas?: SchemaResponse[];
6415
+ /**
6416
+ * <p>If <code>NextToken</code> is returned, there are more results available. The value of
6417
+ * <code>NextToken</code> is a unique pagination token for each page. Make the call again using the returned
6418
+ * token to retrieve the next page. Keep all other arguments unchanged. </p>
6419
+ */
6420
+ NextToken?: string;
6421
+ }
6422
+ export declare namespace DescribeFleetAdvisorSchemasResponse {
6423
+ /**
6424
+ * @internal
6425
+ */
6426
+ const filterSensitiveLog: (obj: DescribeFleetAdvisorSchemasResponse) => any;
6427
+ }
6428
+ /**
6429
+ * <p></p>
6430
+ */
6431
+ export interface DescribeOrderableReplicationInstancesMessage {
6432
+ /**
6433
+ * <p> The maximum number of records to include in the response. If more records exist than
6434
+ * the specified <code>MaxRecords</code> value, a pagination token called a marker is included
6435
+ * in the response so that the remaining results can be retrieved. </p>
6436
+ * <p>Default: 100</p>
6437
+ * <p>Constraints: Minimum 20, maximum 100.</p>
6438
+ */
6439
+ MaxRecords?: number;
6440
+ /**
6441
+ * <p> An optional pagination token provided by a previous request. If this parameter is
6442
+ * specified, the response includes only records beyond the marker, up to the value specified
6443
+ * by <code>MaxRecords</code>. </p>
6444
+ */
6445
+ Marker?: string;
6446
+ }
6447
+ export declare namespace DescribeOrderableReplicationInstancesMessage {
6448
+ /**
6449
+ * @internal
6450
+ */
6451
+ const filterSensitiveLog: (obj: DescribeOrderableReplicationInstancesMessage) => any;
6452
+ }
6453
+ export declare enum ReleaseStatusValues {
6454
+ BETA = "beta"
6455
+ }
6456
+ /**
6457
+ * <p>In response to the <code>DescribeOrderableReplicationInstances</code> operation, this
6458
+ * object describes an available replication instance. This description includes the
6459
+ * replication instance's type, engine version, and allocated storage.</p>
6460
+ */
6461
+ export interface OrderableReplicationInstance {
6462
+ /**
6463
+ * <p>The version of the replication engine.</p>
6464
+ */
6465
+ EngineVersion?: string;
6466
+ /**
6467
+ * <p>The compute and memory capacity of the replication instance as defined for the specified
6468
+ * replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>"dms.c4.large"</code>.</p>
6469
+ * <p>For more information on the settings and capacities for the available replication instance classes, see
6470
+ * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth">
6471
+ * Selecting the right DMS replication instance for your migration</a>.
6472
+ * </p>
6473
+ */
6474
+ ReplicationInstanceClass?: string;
6475
+ /**
6476
+ * <p>The type of storage used by the replication instance.</p>
6477
+ */
6478
+ StorageType?: string;
6479
+ /**
6480
+ * <p>The minimum amount of storage (in gigabytes) that can be allocated for the replication
6481
+ * instance.</p>
6482
+ */
6483
+ MinAllocatedStorage?: number;
6484
+ /**
6485
+ * <p>The minimum amount of storage (in gigabytes) that can be allocated for the replication
6486
+ * instance.</p>
6487
+ */
6488
+ MaxAllocatedStorage?: number;
6489
+ /**
6490
+ * <p>The default amount of storage (in gigabytes) that is allocated for the replication
6491
+ * instance.</p>
6492
+ */
6493
+ DefaultAllocatedStorage?: number;
6494
+ /**
6495
+ * <p>The amount of storage (in gigabytes) that is allocated for the replication
6496
+ * instance.</p>
6497
+ */
6498
+ IncludedAllocatedStorage?: number;
6499
+ /**
6500
+ * <p>List of Availability Zones for this replication instance.</p>
6501
+ */
6502
+ AvailabilityZones?: string[];
6503
+ /**
6504
+ * <p>The value returned when the specified <code>EngineVersion</code> of the replication
6505
+ * instance is in Beta or test mode. This indicates some features might not work as expected.</p>
6506
+ * <note>
6507
+ * <p>DMS supports the <code>ReleaseStatus</code> parameter in versions 3.1.4 and later.</p>
6508
+ * </note>
6509
+ */
6510
+ ReleaseStatus?: ReleaseStatusValues | string;
6511
+ }
6512
+ export declare namespace OrderableReplicationInstance {
6513
+ /**
6514
+ * @internal
6515
+ */
6516
+ const filterSensitiveLog: (obj: OrderableReplicationInstance) => any;
6517
+ }
6518
+ /**
6519
+ * <p></p>
6520
+ */
6521
+ export interface DescribeOrderableReplicationInstancesResponse {
6522
+ /**
6523
+ * <p>The order-able replication instances available.</p>
6524
+ */
6525
+ OrderableReplicationInstances?: OrderableReplicationInstance[];
6526
+ /**
6527
+ * <p> An optional pagination token provided by a previous request. If this parameter is
6528
+ * specified, the response includes only records beyond the marker, up to the value specified
6529
+ * by <code>MaxRecords</code>. </p>
6530
+ */
6531
+ Marker?: string;
6532
+ }
6533
+ export declare namespace DescribeOrderableReplicationInstancesResponse {
6534
+ /**
6535
+ * @internal
6536
+ */
6537
+ const filterSensitiveLog: (obj: DescribeOrderableReplicationInstancesResponse) => any;
6538
+ }
6539
+ /**
6540
+ * <p></p>
6541
+ */
6542
+ export interface DescribePendingMaintenanceActionsMessage {
6543
+ /**
6544
+ * <p>The Amazon Resource Name (ARN) of the replication instance.</p>
6545
+ */
6546
+ ReplicationInstanceArn?: string;
6547
+ /**
6548
+ * <p></p>
6549
+ */
6550
+ Filters?: Filter[];
6551
+ /**
6552
+ * <p> An optional pagination token provided by a previous request. If this parameter is
6553
+ * specified, the response includes only records beyond the marker, up to the value specified
6554
+ * by <code>MaxRecords</code>. </p>
6555
+ */
6556
+ Marker?: string;
6557
+ /**
6558
+ * <p> The maximum number of records to include in the response. If more records exist than
6559
+ * the specified <code>MaxRecords</code> value, a pagination token called a marker is included
6560
+ * in the response so that the remaining results can be retrieved. </p>
6561
+ * <p>Default: 100</p>
6562
+ * <p>Constraints: Minimum 20, maximum 100.</p>
6563
+ */
6564
+ MaxRecords?: number;
6565
+ }
6566
+ export declare namespace DescribePendingMaintenanceActionsMessage {
6567
+ /**
6568
+ * @internal
6569
+ */
6570
+ const filterSensitiveLog: (obj: DescribePendingMaintenanceActionsMessage) => any;
6571
+ }
6572
+ /**
6573
+ * <p></p>
6574
+ */
6575
+ export interface DescribePendingMaintenanceActionsResponse {
6576
+ /**
6577
+ * <p>The pending maintenance action.</p>
6578
+ */
6579
+ PendingMaintenanceActions?: ResourcePendingMaintenanceActions[];
6580
+ /**
6581
+ * <p> An optional pagination token provided by a previous request. If this parameter is
6582
+ * specified, the response includes only records beyond the marker, up to the value specified
6583
+ * by <code>MaxRecords</code>. </p>
6584
+ */
6585
+ Marker?: string;
6586
+ }
6587
+ export declare namespace DescribePendingMaintenanceActionsResponse {
6588
+ /**
6589
+ * @internal
6590
+ */
6591
+ const filterSensitiveLog: (obj: DescribePendingMaintenanceActionsResponse) => any;
6592
+ }
6593
+ /**
6594
+ * <p></p>
6595
+ */
6596
+ export interface DescribeRefreshSchemasStatusMessage {
6597
+ /**
6598
+ * <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
6599
+ */
6600
+ EndpointArn: string | undefined;
6601
+ }
6602
+ export declare namespace DescribeRefreshSchemasStatusMessage {
6603
+ /**
6604
+ * @internal
6605
+ */
6606
+ const filterSensitiveLog: (obj: DescribeRefreshSchemasStatusMessage) => any;
6607
+ }
6608
+ export declare enum RefreshSchemasStatusTypeValue {
6609
+ FAILED = "failed",
6610
+ REFRESHING = "refreshing",
6611
+ SUCCESSFUL = "successful"
6612
+ }
6613
+ /**
6614
+ * <p>Provides information that describes status of a schema at an endpoint specified by the
6615
+ * <code>DescribeRefreshSchemaStatus</code> operation.</p>
6616
+ */
6617
+ export interface RefreshSchemasStatus {
6618
+ /**
6619
+ * <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
6620
+ */
6621
+ EndpointArn?: string;
6622
+ /**
6623
+ * <p>The Amazon Resource Name (ARN) of the replication instance.</p>
6624
+ */
6625
+ ReplicationInstanceArn?: string;
6626
+ /**
6627
+ * <p>The status of the schema.</p>
6628
+ */
6629
+ Status?: RefreshSchemasStatusTypeValue | string;
6630
+ /**
6631
+ * <p>The date the schema was last refreshed.</p>
6632
+ */
6633
+ LastRefreshDate?: Date;
6634
+ /**
6635
+ * <p>The last failure message for the schema.</p>
6636
+ */
6637
+ LastFailureMessage?: string;
6638
+ }
6639
+ export declare namespace RefreshSchemasStatus {
6640
+ /**
6641
+ * @internal
6642
+ */
6643
+ const filterSensitiveLog: (obj: RefreshSchemasStatus) => any;
6644
+ }
6645
+ /**
6646
+ * <p></p>
6647
+ */
6648
+ export interface DescribeRefreshSchemasStatusResponse {
6649
+ /**
6650
+ * <p>The status of the schema.</p>
5788
6651
  */
5789
6652
  RefreshSchemasStatus?: RefreshSchemasStatus;
5790
6653
  }
@@ -7413,6 +8276,22 @@ export declare namespace RemoveTagsFromResourceResponse {
7413
8276
  */
7414
8277
  const filterSensitiveLog: (obj: RemoveTagsFromResourceResponse) => any;
7415
8278
  }
8279
+ export interface RunFleetAdvisorLsaAnalysisResponse {
8280
+ /**
8281
+ * <p>The ID of the LSA analysis run.</p>
8282
+ */
8283
+ LsaAnalysisId?: string;
8284
+ /**
8285
+ * <p>The status of the LSA analysis, for example <code>COMPLETED</code>.</p>
8286
+ */
8287
+ Status?: string;
8288
+ }
8289
+ export declare namespace RunFleetAdvisorLsaAnalysisResponse {
8290
+ /**
8291
+ * @internal
8292
+ */
8293
+ const filterSensitiveLog: (obj: RunFleetAdvisorLsaAnalysisResponse) => any;
8294
+ }
7416
8295
  export declare enum StartReplicationTaskTypeValue {
7417
8296
  RELOAD_TARGET = "reload-target",
7418
8297
  RESUME_PROCESSING = "resume-processing",
@@ -7531,18 +8410,6 @@ export declare class KMSFault extends __BaseException {
7531
8410
  */
7532
8411
  constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
7533
8412
  }
7534
- /**
7535
- * <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
7536
- * found.</p>
7537
- */
7538
- export declare class S3ResourceNotFoundFault extends __BaseException {
7539
- readonly name: "S3ResourceNotFoundFault";
7540
- readonly $fault: "client";
7541
- /**
7542
- * @internal
7543
- */
7544
- constructor(opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>);
7545
- }
7546
8413
  /**
7547
8414
  * <p></p>
7548
8415
  */