@aws-sdk/client-application-discovery-service 3.34.0 → 3.37.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.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ApplicationDiscoveryService.js +0 -130
- package/dist-cjs/ApplicationDiscoveryServiceClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -27
- package/dist-cjs/commands/BatchDeleteImportDataCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateTagsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteTagsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeAgentsCommand.js +2 -29
- package/dist-cjs/commands/DescribeConfigurationsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeContinuousExportsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeExportConfigurationsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DescribeExportTasksCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeImportTasksCommand.js +2 -28
- package/dist-cjs/commands/DescribeTagsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ExportConfigurationsCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/GetDiscoverySummaryCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ListConfigurationsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ListServerNeighborsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartContinuousExportCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartDataCollectionByAgentIdsCommand.js +2 -27
- package/dist-cjs/commands/StartExportTaskCommand.js +36 -0
- package/dist-cjs/commands/StartImportTaskCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/StopContinuousExportCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopDataCollectionByAgentIdsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -226
- package/{dist/cjs → dist-cjs}/pagination/DescribeContinuousExportsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/DescribeImportTasksPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/ApplicationDiscoveryService.js +0 -1
- package/{dist/es → dist-es}/ApplicationDiscoveryServiceClient.js +1 -2
- package/{dist/es → dist-es}/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchDeleteImportDataCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteApplicationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAgentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeContinuousExportsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeExportConfigurationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeExportTasksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImportTasksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ExportConfigurationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDiscoverySummaryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListConfigurationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListServerNeighborsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartContinuousExportCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartExportTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartImportTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopContinuousExportCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeContinuousExportsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeImportTasksPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/ApplicationDiscoveryService.d.ts +1 -1
- package/{dist/types → dist-types}/ApplicationDiscoveryServiceClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDeleteImportDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAgentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeContinuousExportsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeExportConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeExportTasksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImportTasksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ExportConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDiscoverySummaryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListServerNeighborsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartContinuousExportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartExportTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartImportTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopContinuousExportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeContinuousExportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeImportTasksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +130 -0
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +92 -0
- package/{dist/types → dist-types}/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +932 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeContinuousExportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImportTasksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/ApplicationDiscoveryService.ts +0 -1153
- package/ApplicationDiscoveryServiceClient.ts +0 -482
- package/commands/AssociateConfigurationItemsToApplicationCommand.ts +0 -113
- package/commands/BatchDeleteImportDataCommand.ts +0 -105
- package/commands/CreateApplicationCommand.ts +0 -98
- package/commands/CreateTagsCommand.ts +0 -99
- package/commands/DeleteApplicationsCommand.ts +0 -99
- package/commands/DeleteTagsCommand.ts +0 -99
- package/commands/DescribeAgentsCommand.ts +0 -100
- package/commands/DescribeConfigurationsCommand.ts +0 -123
- package/commands/DescribeContinuousExportsCommand.ts +0 -103
- package/commands/DescribeExportConfigurationsCommand.ts +0 -106
- package/commands/DescribeExportTasksCommand.ts +0 -99
- package/commands/DescribeImportTasksCommand.ts +0 -99
- package/commands/DescribeTagsCommand.ts +0 -113
- package/commands/DisassociateConfigurationItemsFromApplicationCommand.ts +0 -113
- package/commands/ExportConfigurationsCommand.ts +0 -105
- package/commands/GetDiscoverySummaryCommand.ts +0 -100
- package/commands/ListConfigurationsCommand.ts +0 -100
- package/commands/ListServerNeighborsCommand.ts +0 -99
- package/commands/StartContinuousExportCommand.ts +0 -98
- package/commands/StartDataCollectionByAgentIdsCommand.ts +0 -103
- package/commands/StartExportTaskCommand.ts +0 -106
- package/commands/StartImportTaskCommand.ts +0 -133
- package/commands/StopContinuousExportCommand.ts +0 -98
- package/commands/StopDataCollectionByAgentIdsCommand.ts +0 -103
- package/commands/UpdateApplicationCommand.ts +0 -98
- package/dist/cjs/ApplicationDiscoveryService.js.map +0 -1
- package/dist/cjs/ApplicationDiscoveryServiceClient.js +0 -170
- package/dist/cjs/ApplicationDiscoveryServiceClient.js.map +0 -1
- package/dist/cjs/commands/AssociateConfigurationItemsToApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteImportDataCommand.js +0 -68
- package/dist/cjs/commands/BatchDeleteImportDataCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAgentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationsCommand.js +0 -86
- package/dist/cjs/commands/DescribeConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeContinuousExportsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeExportConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeExportTasksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImportTasksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js +0 -76
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/ExportConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDiscoverySummaryCommand.js.map +0 -1
- package/dist/cjs/commands/ListConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListServerNeighborsCommand.js.map +0 -1
- package/dist/cjs/commands/StartContinuousExportCommand.js.map +0 -1
- package/dist/cjs/commands/StartDataCollectionByAgentIdsCommand.js.map +0 -1
- package/dist/cjs/commands/StartExportTaskCommand.js +0 -69
- package/dist/cjs/commands/StartExportTaskCommand.js.map +0 -1
- package/dist/cjs/commands/StartImportTaskCommand.js +0 -96
- package/dist/cjs/commands/StartImportTaskCommand.js.map +0 -1
- package/dist/cjs/commands/StopContinuousExportCommand.js.map +0 -1
- package/dist/cjs/commands/StopDataCollectionByAgentIdsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribeContinuousExportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeImportTasksPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ApplicationDiscoveryService.js.map +0 -1
- package/dist/es/ApplicationDiscoveryServiceClient.js.map +0 -1
- package/dist/es/commands/AssociateConfigurationItemsToApplicationCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteImportDataCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAgentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeContinuousExportsCommand.js.map +0 -1
- package/dist/es/commands/DescribeExportConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeExportTasksCommand.js.map +0 -1
- package/dist/es/commands/DescribeImportTasksCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConfigurationItemsFromApplicationCommand.js.map +0 -1
- package/dist/es/commands/ExportConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/GetDiscoverySummaryCommand.js.map +0 -1
- package/dist/es/commands/ListConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListServerNeighborsCommand.js.map +0 -1
- package/dist/es/commands/StartContinuousExportCommand.js.map +0 -1
- package/dist/es/commands/StartDataCollectionByAgentIdsCommand.js.map +0 -1
- package/dist/es/commands/StartExportTaskCommand.js.map +0 -1
- package/dist/es/commands/StartImportTaskCommand.js.map +0 -1
- package/dist/es/commands/StopContinuousExportCommand.js.map +0 -1
- package/dist/es/commands/StopDataCollectionByAgentIdsCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -32
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribeContinuousExportsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeImportTasksPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/ApplicationDiscoveryService.d.ts +0 -422
- package/dist/types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +0 -283
- package/dist/types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteApplicationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAgentsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeImportTasksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/ExportConfigurationsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListConfigurationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListServerNeighborsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartContinuousExportCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartExportTaskCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/StartImportTaskCommand.d.ts +0 -70
- package/dist/types/ts3.4/commands/StopContinuousExportCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1777
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2192
- package/pagination/DescribeContinuousExportsPaginator.ts +0 -58
- package/pagination/DescribeImportTasksPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -4176
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/models/models_0.ts
DELETED
|
@@ -1,2192 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* <p>Information about agents or connectors that were instructed to start collecting data.
|
|
5
|
-
* Information includes the agent/connector ID, a description of the operation, and whether the
|
|
6
|
-
* agent/connector configuration was updated.</p>
|
|
7
|
-
*/
|
|
8
|
-
export interface AgentConfigurationStatus {
|
|
9
|
-
/**
|
|
10
|
-
* <p>The agent/connector ID.</p>
|
|
11
|
-
*/
|
|
12
|
-
agentId?: string;
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* <p>Information about the status of the <code>StartDataCollection</code> and
|
|
16
|
-
* <code>StopDataCollection</code> operations. The system has recorded the data collection
|
|
17
|
-
* operation. The agent/connector receives this command the next time it polls for a new command.
|
|
18
|
-
* </p>
|
|
19
|
-
*/
|
|
20
|
-
operationSucceeded?: boolean;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* <p>A description of the operation performed.</p>
|
|
24
|
-
*/
|
|
25
|
-
description?: string;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export namespace AgentConfigurationStatus {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
export const filterSensitiveLog = (obj: AgentConfigurationStatus): any => ({
|
|
33
|
-
...obj,
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* <p>Network details about the host where the agent/connector resides.</p>
|
|
39
|
-
*/
|
|
40
|
-
export interface AgentNetworkInfo {
|
|
41
|
-
/**
|
|
42
|
-
* <p>The IP address for the host where the agent/connector resides.</p>
|
|
43
|
-
*/
|
|
44
|
-
ipAddress?: string;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* <p>The MAC address for the host where the agent/connector resides.</p>
|
|
48
|
-
*/
|
|
49
|
-
macAddress?: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export namespace AgentNetworkInfo {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
export const filterSensitiveLog = (obj: AgentNetworkInfo): any => ({
|
|
57
|
-
...obj,
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export enum AgentStatus {
|
|
62
|
-
BLACKLISTED = "BLACKLISTED",
|
|
63
|
-
HEALTHY = "HEALTHY",
|
|
64
|
-
RUNNING = "RUNNING",
|
|
65
|
-
SHUTDOWN = "SHUTDOWN",
|
|
66
|
-
UNHEALTHY = "UNHEALTHY",
|
|
67
|
-
UNKNOWN = "UNKNOWN",
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* <p>Information about agents or connectors associated with the user’s AWS account.
|
|
72
|
-
* Information includes agent or connector IDs, IP addresses, media access control (MAC)
|
|
73
|
-
* addresses, agent or connector health, hostname where the agent or connector resides, and agent
|
|
74
|
-
* version for each agent.</p>
|
|
75
|
-
*/
|
|
76
|
-
export interface AgentInfo {
|
|
77
|
-
/**
|
|
78
|
-
* <p>The agent or connector ID.</p>
|
|
79
|
-
*/
|
|
80
|
-
agentId?: string;
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* <p>The name of the host where the agent or connector resides. The host can be a server or
|
|
84
|
-
* virtual machine.</p>
|
|
85
|
-
*/
|
|
86
|
-
hostName?: string;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* <p>Network details about the host where the agent or connector resides.</p>
|
|
90
|
-
*/
|
|
91
|
-
agentNetworkInfoList?: AgentNetworkInfo[];
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* <p>The ID of the connector.</p>
|
|
95
|
-
*/
|
|
96
|
-
connectorId?: string;
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* <p>The agent or connector version.</p>
|
|
100
|
-
*/
|
|
101
|
-
version?: string;
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* <p>The health of the agent or connector.</p>
|
|
105
|
-
*/
|
|
106
|
-
health?: AgentStatus | string;
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* <p>Time since agent or connector health was reported.</p>
|
|
110
|
-
*/
|
|
111
|
-
lastHealthPingTime?: string;
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* <p>Status of the collection process for an agent or connector.</p>
|
|
115
|
-
*/
|
|
116
|
-
collectionStatus?: string;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* <p>Type of agent.</p>
|
|
120
|
-
*/
|
|
121
|
-
agentType?: string;
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* <p>Agent's first registration timestamp in UTC.</p>
|
|
125
|
-
*/
|
|
126
|
-
registeredTime?: string;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
export namespace AgentInfo {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
export const filterSensitiveLog = (obj: AgentInfo): any => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
export interface AssociateConfigurationItemsToApplicationRequest {
|
|
139
|
-
/**
|
|
140
|
-
* <p>The configuration ID of an application with which items are to be associated.</p>
|
|
141
|
-
*/
|
|
142
|
-
applicationConfigurationId: string | undefined;
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* <p>The ID of each configuration item to be associated with an application.</p>
|
|
146
|
-
*/
|
|
147
|
-
configurationIds: string[] | undefined;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
export namespace AssociateConfigurationItemsToApplicationRequest {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
export const filterSensitiveLog = (obj: AssociateConfigurationItemsToApplicationRequest): any => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export interface AssociateConfigurationItemsToApplicationResponse {}
|
|
160
|
-
|
|
161
|
-
export namespace AssociateConfigurationItemsToApplicationResponse {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
export const filterSensitiveLog = (obj: AssociateConfigurationItemsToApplicationResponse): any => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
/**
|
|
171
|
-
* <p>The AWS user account does not have permission to perform the action. Check the IAM
|
|
172
|
-
* policy associated with this account.</p>
|
|
173
|
-
*/
|
|
174
|
-
export interface AuthorizationErrorException extends __SmithyException, $MetadataBearer {
|
|
175
|
-
name: "AuthorizationErrorException";
|
|
176
|
-
$fault: "client";
|
|
177
|
-
message?: string;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
export namespace AuthorizationErrorException {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
export const filterSensitiveLog = (obj: AuthorizationErrorException): any => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* <p>The home region is not set. Set the home region to continue.</p>
|
|
191
|
-
*/
|
|
192
|
-
export interface HomeRegionNotSetException extends __SmithyException, $MetadataBearer {
|
|
193
|
-
name: "HomeRegionNotSetException";
|
|
194
|
-
$fault: "client";
|
|
195
|
-
message?: string;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
export namespace HomeRegionNotSetException {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
export const filterSensitiveLog = (obj: HomeRegionNotSetException): any => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* <p>One or more parameters are not valid. Verify the parameters and try again.</p>
|
|
209
|
-
*/
|
|
210
|
-
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
211
|
-
name: "InvalidParameterException";
|
|
212
|
-
$fault: "client";
|
|
213
|
-
message?: string;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
export namespace InvalidParameterException {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
export const filterSensitiveLog = (obj: InvalidParameterException): any => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
/**
|
|
226
|
-
* <p>The value of one or more parameters are either invalid or out of range. Verify the
|
|
227
|
-
* parameter values and try again.</p>
|
|
228
|
-
*/
|
|
229
|
-
export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
|
|
230
|
-
name: "InvalidParameterValueException";
|
|
231
|
-
$fault: "client";
|
|
232
|
-
message?: string;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
export namespace InvalidParameterValueException {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
export const filterSensitiveLog = (obj: InvalidParameterValueException): any => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* <p>The server experienced an internal error. Try again.</p>
|
|
246
|
-
*/
|
|
247
|
-
export interface ServerInternalErrorException extends __SmithyException, $MetadataBearer {
|
|
248
|
-
name: "ServerInternalErrorException";
|
|
249
|
-
$fault: "server";
|
|
250
|
-
message?: string;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
export namespace ServerInternalErrorException {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
export const filterSensitiveLog = (obj: ServerInternalErrorException): any => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
export interface BatchDeleteImportDataRequest {
|
|
263
|
-
/**
|
|
264
|
-
* <p>The IDs for the import tasks that you want to delete.</p>
|
|
265
|
-
*/
|
|
266
|
-
importTaskIds: string[] | undefined;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
export namespace BatchDeleteImportDataRequest {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
export const filterSensitiveLog = (obj: BatchDeleteImportDataRequest): any => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
export enum BatchDeleteImportDataErrorCode {
|
|
279
|
-
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
|
|
280
|
-
NOT_FOUND = "NOT_FOUND",
|
|
281
|
-
OVER_LIMIT = "OVER_LIMIT",
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
/**
|
|
285
|
-
* <p>Error messages returned for each import task that you deleted as a response for this
|
|
286
|
-
* command.</p>
|
|
287
|
-
*/
|
|
288
|
-
export interface BatchDeleteImportDataError {
|
|
289
|
-
/**
|
|
290
|
-
* <p>The unique import ID associated with the error that occurred.</p>
|
|
291
|
-
*/
|
|
292
|
-
importTaskId?: string;
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* <p>The type of error that occurred for a specific import task.</p>
|
|
296
|
-
*/
|
|
297
|
-
errorCode?: BatchDeleteImportDataErrorCode | string;
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
* <p>The description of the error that occurred for a specific import task.</p>
|
|
301
|
-
*/
|
|
302
|
-
errorDescription?: string;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
export namespace BatchDeleteImportDataError {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
|
-
export const filterSensitiveLog = (obj: BatchDeleteImportDataError): any => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
export interface BatchDeleteImportDataResponse {
|
|
315
|
-
/**
|
|
316
|
-
* <p>Error messages returned for each import task that you deleted as a response for this
|
|
317
|
-
* command.</p>
|
|
318
|
-
*/
|
|
319
|
-
errors?: BatchDeleteImportDataError[];
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
export namespace BatchDeleteImportDataResponse {
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
|
-
export const filterSensitiveLog = (obj: BatchDeleteImportDataResponse): any => ({
|
|
327
|
-
...obj,
|
|
328
|
-
});
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
export interface CreateApplicationRequest {
|
|
332
|
-
/**
|
|
333
|
-
* <p>Name of the application to be created.</p>
|
|
334
|
-
*/
|
|
335
|
-
name: string | undefined;
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* <p>Description of the application to be created.</p>
|
|
339
|
-
*/
|
|
340
|
-
description?: string;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
export namespace CreateApplicationRequest {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
export const filterSensitiveLog = (obj: CreateApplicationRequest): any => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
export interface CreateApplicationResponse {
|
|
353
|
-
/**
|
|
354
|
-
* <p>Configuration ID of an application to be created.</p>
|
|
355
|
-
*/
|
|
356
|
-
configurationId?: string;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
export namespace CreateApplicationResponse {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
export const filterSensitiveLog = (obj: CreateApplicationResponse): any => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
* <p>Metadata that help you categorize IT assets.</p>
|
|
370
|
-
*/
|
|
371
|
-
export interface Tag {
|
|
372
|
-
/**
|
|
373
|
-
* <p>The type of tag on which to filter.</p>
|
|
374
|
-
*/
|
|
375
|
-
key: string | undefined;
|
|
376
|
-
|
|
377
|
-
/**
|
|
378
|
-
* <p>A value for a tag key on which to filter.</p>
|
|
379
|
-
*/
|
|
380
|
-
value: string | undefined;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
export namespace Tag {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
export const filterSensitiveLog = (obj: Tag): any => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
export interface CreateTagsRequest {
|
|
393
|
-
/**
|
|
394
|
-
* <p>A list of configuration items that you want to tag.</p>
|
|
395
|
-
*/
|
|
396
|
-
configurationIds: string[] | undefined;
|
|
397
|
-
|
|
398
|
-
/**
|
|
399
|
-
* <p>Tags that you want to associate with one or more configuration items. Specify the tags
|
|
400
|
-
* that you want to create in a <i>key</i>-<i>value</i> format. For
|
|
401
|
-
* example:</p>
|
|
402
|
-
* <p>
|
|
403
|
-
* <code>{"key": "serverType", "value": "webServer"}</code>
|
|
404
|
-
* </p>
|
|
405
|
-
*/
|
|
406
|
-
tags: Tag[] | undefined;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
export namespace CreateTagsRequest {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
export const filterSensitiveLog = (obj: CreateTagsRequest): any => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
export interface CreateTagsResponse {}
|
|
419
|
-
|
|
420
|
-
export namespace CreateTagsResponse {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
export const filterSensitiveLog = (obj: CreateTagsResponse): any => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
* <p>The specified configuration ID was not located. Verify the configuration ID and try
|
|
431
|
-
* again.</p>
|
|
432
|
-
*/
|
|
433
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
434
|
-
name: "ResourceNotFoundException";
|
|
435
|
-
$fault: "client";
|
|
436
|
-
message?: string;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
export namespace ResourceNotFoundException {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
|
-
export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
export interface DeleteApplicationsRequest {
|
|
449
|
-
/**
|
|
450
|
-
* <p>Configuration ID of an application to be deleted.</p>
|
|
451
|
-
*/
|
|
452
|
-
configurationIds: string[] | undefined;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
export namespace DeleteApplicationsRequest {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
|
-
export const filterSensitiveLog = (obj: DeleteApplicationsRequest): any => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
export interface DeleteApplicationsResponse {}
|
|
465
|
-
|
|
466
|
-
export namespace DeleteApplicationsResponse {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
|
-
export const filterSensitiveLog = (obj: DeleteApplicationsResponse): any => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
export interface DeleteTagsRequest {
|
|
476
|
-
/**
|
|
477
|
-
* <p>A list of configuration items with tags that you want to delete.</p>
|
|
478
|
-
*/
|
|
479
|
-
configurationIds: string[] | undefined;
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* <p>Tags that you want to delete from one or more configuration items. Specify the tags
|
|
483
|
-
* that you want to delete in a <i>key</i>-<i>value</i> format. For
|
|
484
|
-
* example:</p>
|
|
485
|
-
* <p>
|
|
486
|
-
* <code>{"key": "serverType", "value": "webServer"}</code>
|
|
487
|
-
* </p>
|
|
488
|
-
*/
|
|
489
|
-
tags?: Tag[];
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
export namespace DeleteTagsRequest {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
export const filterSensitiveLog = (obj: DeleteTagsRequest): any => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
export interface DeleteTagsResponse {}
|
|
502
|
-
|
|
503
|
-
export namespace DeleteTagsResponse {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
|
-
export const filterSensitiveLog = (obj: DeleteTagsResponse): any => ({
|
|
508
|
-
...obj,
|
|
509
|
-
});
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/**
|
|
513
|
-
* <p>A filter that can use conditional operators.</p>
|
|
514
|
-
* <p>For more information about filters, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html">Querying Discovered
|
|
515
|
-
* Configuration Items</a> in the <i>AWS Application Discovery Service User
|
|
516
|
-
* Guide</i>. </p>
|
|
517
|
-
*/
|
|
518
|
-
export interface Filter {
|
|
519
|
-
/**
|
|
520
|
-
* <p>The name of the filter.</p>
|
|
521
|
-
*/
|
|
522
|
-
name: string | undefined;
|
|
523
|
-
|
|
524
|
-
/**
|
|
525
|
-
* <p>A string value on which to filter. For example, if you choose the
|
|
526
|
-
* <code>destinationServer.osVersion</code> filter name, you could specify <code>Ubuntu</code>
|
|
527
|
-
* for the value.</p>
|
|
528
|
-
*/
|
|
529
|
-
values: string[] | undefined;
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* <p>A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS,
|
|
533
|
-
* CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as
|
|
534
|
-
* though concatenated by <i>AND</i>. If you specify multiple values for a
|
|
535
|
-
* particular filter, the system differentiates the values using <i>OR</i>. Calling
|
|
536
|
-
* either <i>DescribeConfigurations</i> or <i>ListConfigurations</i>
|
|
537
|
-
* returns attributes of matching configuration items.</p>
|
|
538
|
-
*/
|
|
539
|
-
condition: string | undefined;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
export namespace Filter {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
export const filterSensitiveLog = (obj: Filter): any => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
export interface DescribeAgentsRequest {
|
|
552
|
-
/**
|
|
553
|
-
* <p>The agent or the Connector IDs for which you want information. If you specify no IDs,
|
|
554
|
-
* the system returns information about all agents/Connectors associated with your AWS user
|
|
555
|
-
* account.</p>
|
|
556
|
-
*/
|
|
557
|
-
agentIds?: string[];
|
|
558
|
-
|
|
559
|
-
/**
|
|
560
|
-
* <p>You can filter the request using various logical operators and a
|
|
561
|
-
* <i>key</i>-<i>value</i> format. For example: </p>
|
|
562
|
-
* <p>
|
|
563
|
-
* <code>{"key": "collectionStatus", "value": "STARTED"}</code>
|
|
564
|
-
* </p>
|
|
565
|
-
*/
|
|
566
|
-
filters?: Filter[];
|
|
567
|
-
|
|
568
|
-
/**
|
|
569
|
-
* <p>The total number of agents/Connectors to return in a single page of output. The maximum
|
|
570
|
-
* value is 100.</p>
|
|
571
|
-
*/
|
|
572
|
-
maxResults?: number;
|
|
573
|
-
|
|
574
|
-
/**
|
|
575
|
-
* <p>Token to retrieve the next set of results. For example, if you previously specified 100
|
|
576
|
-
* IDs for <code>DescribeAgentsRequest$agentIds</code> but set
|
|
577
|
-
* <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along
|
|
578
|
-
* with a token. Use that token in this query to get the next set of 10.</p>
|
|
579
|
-
*/
|
|
580
|
-
nextToken?: string;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
export namespace DescribeAgentsRequest {
|
|
584
|
-
/**
|
|
585
|
-
* @internal
|
|
586
|
-
*/
|
|
587
|
-
export const filterSensitiveLog = (obj: DescribeAgentsRequest): any => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
export interface DescribeAgentsResponse {
|
|
593
|
-
/**
|
|
594
|
-
* <p>Lists agents or the Connector by ID or lists all agents/Connectors associated with your
|
|
595
|
-
* user account if you did not specify an agent/Connector ID. The output includes agent/Connector
|
|
596
|
-
* IDs, IP addresses, media access control (MAC) addresses, agent/Connector health, host name
|
|
597
|
-
* where the agent/Connector resides, and the version number of each agent/Connector.</p>
|
|
598
|
-
*/
|
|
599
|
-
agentsInfo?: AgentInfo[];
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
* <p>Token to retrieve the next set of results. For example, if you specified 100 IDs for
|
|
603
|
-
* <code>DescribeAgentsRequest$agentIds</code> but set
|
|
604
|
-
* <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along
|
|
605
|
-
* with this token. Use this token in the next query to retrieve the next set of 10.</p>
|
|
606
|
-
*/
|
|
607
|
-
nextToken?: string;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
export namespace DescribeAgentsResponse {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
export const filterSensitiveLog = (obj: DescribeAgentsResponse): any => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
export interface DescribeConfigurationsRequest {
|
|
620
|
-
/**
|
|
621
|
-
* <p>One or more configuration IDs.</p>
|
|
622
|
-
*/
|
|
623
|
-
configurationIds: string[] | undefined;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
export namespace DescribeConfigurationsRequest {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
|
-
export const filterSensitiveLog = (obj: DescribeConfigurationsRequest): any => ({
|
|
631
|
-
...obj,
|
|
632
|
-
});
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export interface DescribeConfigurationsResponse {
|
|
636
|
-
/**
|
|
637
|
-
* <p>A key in the response map. The value is an array of data.</p>
|
|
638
|
-
*/
|
|
639
|
-
configurations?: { [key: string]: string }[];
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
export namespace DescribeConfigurationsResponse {
|
|
643
|
-
/**
|
|
644
|
-
* @internal
|
|
645
|
-
*/
|
|
646
|
-
export const filterSensitiveLog = (obj: DescribeConfigurationsResponse): any => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
export interface DescribeContinuousExportsRequest {
|
|
652
|
-
/**
|
|
653
|
-
* <p>The unique IDs assigned to the exports.</p>
|
|
654
|
-
*/
|
|
655
|
-
exportIds?: string[];
|
|
656
|
-
|
|
657
|
-
/**
|
|
658
|
-
* <p>A number between 1 and 100 specifying the maximum number of continuous export
|
|
659
|
-
* descriptions returned.</p>
|
|
660
|
-
*/
|
|
661
|
-
maxResults?: number;
|
|
662
|
-
|
|
663
|
-
/**
|
|
664
|
-
* <p>The token from the previous call to <code>DescribeExportTasks</code>.</p>
|
|
665
|
-
*/
|
|
666
|
-
nextToken?: string;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
export namespace DescribeContinuousExportsRequest {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
export const filterSensitiveLog = (obj: DescribeContinuousExportsRequest): any => ({
|
|
674
|
-
...obj,
|
|
675
|
-
});
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
export enum DataSource {
|
|
679
|
-
AGENT = "AGENT",
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
export enum ContinuousExportStatus {
|
|
683
|
-
ACTIVE = "ACTIVE",
|
|
684
|
-
ERROR = "ERROR",
|
|
685
|
-
INACTIVE = "INACTIVE",
|
|
686
|
-
START_FAILED = "START_FAILED",
|
|
687
|
-
START_IN_PROGRESS = "START_IN_PROGRESS",
|
|
688
|
-
STOP_FAILED = "STOP_FAILED",
|
|
689
|
-
STOP_IN_PROGRESS = "STOP_IN_PROGRESS",
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
/**
|
|
693
|
-
* <p>A list of continuous export descriptions.</p>
|
|
694
|
-
*/
|
|
695
|
-
export interface ContinuousExportDescription {
|
|
696
|
-
/**
|
|
697
|
-
* <p>The unique ID assigned to this export.</p>
|
|
698
|
-
*/
|
|
699
|
-
exportId?: string;
|
|
700
|
-
|
|
701
|
-
/**
|
|
702
|
-
* <p>Describes the status of the export. Can be one of the following values:</p>
|
|
703
|
-
* <ul>
|
|
704
|
-
* <li>
|
|
705
|
-
* <p>START_IN_PROGRESS - setting up resources to start continuous export.</p>
|
|
706
|
-
* </li>
|
|
707
|
-
* <li>
|
|
708
|
-
* <p>START_FAILED - an error occurred setting up continuous export. To recover, call
|
|
709
|
-
* start-continuous-export again.</p>
|
|
710
|
-
* </li>
|
|
711
|
-
* <li>
|
|
712
|
-
* <p>ACTIVE - data is being exported to the customer bucket.</p>
|
|
713
|
-
* </li>
|
|
714
|
-
* <li>
|
|
715
|
-
* <p>ERROR - an error occurred during export. To fix the issue, call
|
|
716
|
-
* stop-continuous-export and start-continuous-export.</p>
|
|
717
|
-
* </li>
|
|
718
|
-
* <li>
|
|
719
|
-
* <p>STOP_IN_PROGRESS - stopping the export.</p>
|
|
720
|
-
* </li>
|
|
721
|
-
* <li>
|
|
722
|
-
* <p>STOP_FAILED - an error occurred stopping the export. To recover, call
|
|
723
|
-
* stop-continuous-export again.</p>
|
|
724
|
-
* </li>
|
|
725
|
-
* <li>
|
|
726
|
-
* <p>INACTIVE - the continuous export has been stopped. Data is no longer being exported
|
|
727
|
-
* to the customer bucket.</p>
|
|
728
|
-
* </li>
|
|
729
|
-
* </ul>
|
|
730
|
-
*/
|
|
731
|
-
status?: ContinuousExportStatus | string;
|
|
732
|
-
|
|
733
|
-
/**
|
|
734
|
-
* <p>Contains information about any errors that have occurred. This data type can have the
|
|
735
|
-
* following values:</p>
|
|
736
|
-
*
|
|
737
|
-
* <ul>
|
|
738
|
-
* <li>
|
|
739
|
-
* <p>ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon
|
|
740
|
-
* Athena. Contact your AWS administrator for help. For more information, see <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html">Setting Up AWS Application Discovery Service</a> in the Application Discovery
|
|
741
|
-
* Service User Guide.</p>
|
|
742
|
-
* </li>
|
|
743
|
-
* <li>
|
|
744
|
-
* <p>DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis Data
|
|
745
|
-
* Firehose delivery streams. Reduce the number of streams or request a limit increase and
|
|
746
|
-
* try again. For more information, see <a href="http://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html">Kinesis Data Streams Limits</a> in the Amazon Kinesis Data Streams Developer
|
|
747
|
-
* Guide.</p>
|
|
748
|
-
* </li>
|
|
749
|
-
* <li>
|
|
750
|
-
* <p>FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error state because
|
|
751
|
-
* your IAM User is missing the AWSApplicationDiscoveryServiceFirehose role. Turn on Data
|
|
752
|
-
* Exploration in Amazon Athena and try again. For more information, see <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html#setting-up-user-policy">Step 3: Provide Application Discovery Service Access to Non-Administrator Users by
|
|
753
|
-
* Attaching Policies</a> in the Application Discovery Service User Guide.</p>
|
|
754
|
-
* </li>
|
|
755
|
-
* <li>
|
|
756
|
-
* <p>FIREHOSE_STREAM_DOES_NOT_EXIST - The Data Exploration feature is in an error state
|
|
757
|
-
* because your IAM User is missing one or more of the Kinesis data delivery
|
|
758
|
-
* streams.</p>
|
|
759
|
-
* </li>
|
|
760
|
-
* <li>
|
|
761
|
-
* <p>INTERNAL_FAILURE - The Data Exploration feature is in an error state because of an
|
|
762
|
-
* internal failure. Try again later. If this problem persists, contact AWS
|
|
763
|
-
* Support.</p>
|
|
764
|
-
* </li>
|
|
765
|
-
* <li>
|
|
766
|
-
* <p>S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the
|
|
767
|
-
* number of Amazon S3 buckets or request a limit increase and try again. For more
|
|
768
|
-
* information, see <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html">Bucket
|
|
769
|
-
* Restrictions and Limitations</a> in the Amazon Simple Storage Service Developer
|
|
770
|
-
* Guide.</p>
|
|
771
|
-
* </li>
|
|
772
|
-
* <li>
|
|
773
|
-
* <p>S3_NOT_SIGNED_UP - Your account is not signed up for the Amazon S3 service. You
|
|
774
|
-
* must sign up before you can use Amazon S3. You can sign up at the following URL: <a href="https://aws.amazon.com/s3">https://aws.amazon.com/s3</a>.</p>
|
|
775
|
-
* </li>
|
|
776
|
-
* </ul>
|
|
777
|
-
*/
|
|
778
|
-
statusDetail?: string;
|
|
779
|
-
|
|
780
|
-
/**
|
|
781
|
-
* <p>The name of the s3 bucket where the export data parquet files are stored.</p>
|
|
782
|
-
*/
|
|
783
|
-
s3Bucket?: string;
|
|
784
|
-
|
|
785
|
-
/**
|
|
786
|
-
* <p>The timestamp representing when the continuous export was started.</p>
|
|
787
|
-
*/
|
|
788
|
-
startTime?: Date;
|
|
789
|
-
|
|
790
|
-
/**
|
|
791
|
-
* <p>The timestamp that represents when this continuous export was stopped.</p>
|
|
792
|
-
*/
|
|
793
|
-
stopTime?: Date;
|
|
794
|
-
|
|
795
|
-
/**
|
|
796
|
-
* <p>The type of data collector used to gather this data (currently only offered for
|
|
797
|
-
* AGENT).</p>
|
|
798
|
-
*/
|
|
799
|
-
dataSource?: DataSource | string;
|
|
800
|
-
|
|
801
|
-
/**
|
|
802
|
-
* <p>An object which describes how the data is stored.</p>
|
|
803
|
-
* <ul>
|
|
804
|
-
* <li>
|
|
805
|
-
* <p>
|
|
806
|
-
* <code>databaseName</code> - the name of the Glue database used to store the
|
|
807
|
-
* schema.</p>
|
|
808
|
-
* </li>
|
|
809
|
-
* </ul>
|
|
810
|
-
*/
|
|
811
|
-
schemaStorageConfig?: { [key: string]: string };
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
export namespace ContinuousExportDescription {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
export const filterSensitiveLog = (obj: ContinuousExportDescription): any => ({
|
|
819
|
-
...obj,
|
|
820
|
-
});
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
export interface DescribeContinuousExportsResponse {
|
|
824
|
-
/**
|
|
825
|
-
* <p>A list of continuous export descriptions.</p>
|
|
826
|
-
*/
|
|
827
|
-
descriptions?: ContinuousExportDescription[];
|
|
828
|
-
|
|
829
|
-
/**
|
|
830
|
-
* <p>The token from the previous call to <code>DescribeExportTasks</code>.</p>
|
|
831
|
-
*/
|
|
832
|
-
nextToken?: string;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
export namespace DescribeContinuousExportsResponse {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
|
-
export const filterSensitiveLog = (obj: DescribeContinuousExportsResponse): any => ({
|
|
840
|
-
...obj,
|
|
841
|
-
});
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
/**
|
|
845
|
-
* <p>This operation is not permitted.</p>
|
|
846
|
-
*/
|
|
847
|
-
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
848
|
-
name: "OperationNotPermittedException";
|
|
849
|
-
$fault: "client";
|
|
850
|
-
message?: string;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
export namespace OperationNotPermittedException {
|
|
854
|
-
/**
|
|
855
|
-
* @internal
|
|
856
|
-
*/
|
|
857
|
-
export const filterSensitiveLog = (obj: OperationNotPermittedException): any => ({
|
|
858
|
-
...obj,
|
|
859
|
-
});
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
export interface DescribeExportConfigurationsRequest {
|
|
863
|
-
/**
|
|
864
|
-
* <p>A list of continuous export IDs to search for.</p>
|
|
865
|
-
*/
|
|
866
|
-
exportIds?: string[];
|
|
867
|
-
|
|
868
|
-
/**
|
|
869
|
-
* <p>A number between 1 and 100 specifying the maximum number of continuous export
|
|
870
|
-
* descriptions returned.</p>
|
|
871
|
-
*/
|
|
872
|
-
maxResults?: number;
|
|
873
|
-
|
|
874
|
-
/**
|
|
875
|
-
* <p>The token from the previous call to describe-export-tasks.</p>
|
|
876
|
-
*/
|
|
877
|
-
nextToken?: string;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
export namespace DescribeExportConfigurationsRequest {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
|
-
export const filterSensitiveLog = (obj: DescribeExportConfigurationsRequest): any => ({
|
|
885
|
-
...obj,
|
|
886
|
-
});
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
export enum ExportStatus {
|
|
890
|
-
FAILED = "FAILED",
|
|
891
|
-
IN_PROGRESS = "IN_PROGRESS",
|
|
892
|
-
SUCCEEDED = "SUCCEEDED",
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
/**
|
|
896
|
-
* <p>Information regarding the export status of discovered data. The value is an array of
|
|
897
|
-
* objects.</p>
|
|
898
|
-
*/
|
|
899
|
-
export interface ExportInfo {
|
|
900
|
-
/**
|
|
901
|
-
* <p>A unique identifier used to query an export.</p>
|
|
902
|
-
*/
|
|
903
|
-
exportId: string | undefined;
|
|
904
|
-
|
|
905
|
-
/**
|
|
906
|
-
* <p>The status of the data export job.</p>
|
|
907
|
-
*/
|
|
908
|
-
exportStatus: ExportStatus | string | undefined;
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
* <p>A status message provided for API callers.</p>
|
|
912
|
-
*/
|
|
913
|
-
statusMessage: string | undefined;
|
|
914
|
-
|
|
915
|
-
/**
|
|
916
|
-
* <p>A URL for an Amazon S3 bucket where you can review the exported data. The URL is
|
|
917
|
-
* displayed only if the export succeeded.</p>
|
|
918
|
-
*/
|
|
919
|
-
configurationsDownloadUrl?: string;
|
|
920
|
-
|
|
921
|
-
/**
|
|
922
|
-
* <p>The time that the data export was initiated.</p>
|
|
923
|
-
*/
|
|
924
|
-
exportRequestTime: Date | undefined;
|
|
925
|
-
|
|
926
|
-
/**
|
|
927
|
-
* <p>If true, the export of agent information exceeded the size limit for a single export
|
|
928
|
-
* and the exported data is incomplete for the requested time range. To address this, select a
|
|
929
|
-
* smaller time range for the export by using <code>startDate</code> and
|
|
930
|
-
* <code>endDate</code>.</p>
|
|
931
|
-
*/
|
|
932
|
-
isTruncated?: boolean;
|
|
933
|
-
|
|
934
|
-
/**
|
|
935
|
-
* <p>The value of <code>startTime</code> parameter in the <code>StartExportTask</code>
|
|
936
|
-
* request. If no <code>startTime</code> was requested, this result does not appear in
|
|
937
|
-
* <code>ExportInfo</code>.</p>
|
|
938
|
-
*/
|
|
939
|
-
requestedStartTime?: Date;
|
|
940
|
-
|
|
941
|
-
/**
|
|
942
|
-
* <p>The <code>endTime</code> used in the <code>StartExportTask</code> request. If no
|
|
943
|
-
* <code>endTime</code> was requested, this result does not appear in
|
|
944
|
-
* <code>ExportInfo</code>.</p>
|
|
945
|
-
*/
|
|
946
|
-
requestedEndTime?: Date;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
export namespace ExportInfo {
|
|
950
|
-
/**
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
953
|
-
export const filterSensitiveLog = (obj: ExportInfo): any => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
export interface DescribeExportConfigurationsResponse {
|
|
959
|
-
/**
|
|
960
|
-
* <p></p>
|
|
961
|
-
*/
|
|
962
|
-
exportsInfo?: ExportInfo[];
|
|
963
|
-
|
|
964
|
-
/**
|
|
965
|
-
* <p>The token from the previous call to describe-export-tasks.</p>
|
|
966
|
-
*/
|
|
967
|
-
nextToken?: string;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
export namespace DescribeExportConfigurationsResponse {
|
|
971
|
-
/**
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
974
|
-
export const filterSensitiveLog = (obj: DescribeExportConfigurationsResponse): any => ({
|
|
975
|
-
...obj,
|
|
976
|
-
});
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
/**
|
|
980
|
-
* <p>Used to select which agent's data is to be exported. A single agent ID may be selected
|
|
981
|
-
* for export using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html">StartExportTask</a> action.</p>
|
|
982
|
-
*/
|
|
983
|
-
export interface ExportFilter {
|
|
984
|
-
/**
|
|
985
|
-
* <p>A single <code>ExportFilter</code> name. Supported filters:
|
|
986
|
-
* <code>agentId</code>.</p>
|
|
987
|
-
*/
|
|
988
|
-
name: string | undefined;
|
|
989
|
-
|
|
990
|
-
/**
|
|
991
|
-
* <p>A single <code>agentId</code> for a Discovery Agent. An <code>agentId</code> can be
|
|
992
|
-
* found using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeAgents</a> action. Typically an ADS <code>agentId</code> is in the form
|
|
993
|
-
* <code>o-0123456789abcdef0</code>.</p>
|
|
994
|
-
*/
|
|
995
|
-
values: string[] | undefined;
|
|
996
|
-
|
|
997
|
-
/**
|
|
998
|
-
* <p>Supported condition: <code>EQUALS</code>
|
|
999
|
-
* </p>
|
|
1000
|
-
*/
|
|
1001
|
-
condition: string | undefined;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
export namespace ExportFilter {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
|
-
export const filterSensitiveLog = (obj: ExportFilter): any => ({
|
|
1009
|
-
...obj,
|
|
1010
|
-
});
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
export interface DescribeExportTasksRequest {
|
|
1014
|
-
/**
|
|
1015
|
-
* <p>One or more unique identifiers used to query the status of an export request.</p>
|
|
1016
|
-
*/
|
|
1017
|
-
exportIds?: string[];
|
|
1018
|
-
|
|
1019
|
-
/**
|
|
1020
|
-
* <p>One or more filters.</p>
|
|
1021
|
-
* <ul>
|
|
1022
|
-
* <li>
|
|
1023
|
-
* <p>
|
|
1024
|
-
* <code>AgentId</code> - ID of the agent whose collected data will be
|
|
1025
|
-
* exported</p>
|
|
1026
|
-
* </li>
|
|
1027
|
-
* </ul>
|
|
1028
|
-
*/
|
|
1029
|
-
filters?: ExportFilter[];
|
|
1030
|
-
|
|
1031
|
-
/**
|
|
1032
|
-
* <p>The maximum number of volume results returned by <code>DescribeExportTasks</code> in
|
|
1033
|
-
* paginated output. When this parameter is used, <code>DescribeExportTasks</code> only returns
|
|
1034
|
-
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
1035
|
-
* response element.</p>
|
|
1036
|
-
*/
|
|
1037
|
-
maxResults?: number;
|
|
1038
|
-
|
|
1039
|
-
/**
|
|
1040
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
1041
|
-
* <code>DescribeExportTasks</code> request where <code>maxResults</code> was used and the
|
|
1042
|
-
* results exceeded the value of that parameter. Pagination continues from the end of the
|
|
1043
|
-
* previous results that returned the <code>nextToken</code> value. This value is null when there
|
|
1044
|
-
* are no more results to return.</p>
|
|
1045
|
-
*/
|
|
1046
|
-
nextToken?: string;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
export namespace DescribeExportTasksRequest {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
export const filterSensitiveLog = (obj: DescribeExportTasksRequest): any => ({
|
|
1054
|
-
...obj,
|
|
1055
|
-
});
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
export interface DescribeExportTasksResponse {
|
|
1059
|
-
/**
|
|
1060
|
-
* <p>Contains one or more sets of export request details. When the status of a request is
|
|
1061
|
-
* <code>SUCCEEDED</code>, the response includes a URL for an Amazon S3 bucket where you can
|
|
1062
|
-
* view the data in a CSV file.</p>
|
|
1063
|
-
*/
|
|
1064
|
-
exportsInfo?: ExportInfo[];
|
|
1065
|
-
|
|
1066
|
-
/**
|
|
1067
|
-
* <p>The <code>nextToken</code> value to include in a future
|
|
1068
|
-
* <code>DescribeExportTasks</code> request. When the results of a
|
|
1069
|
-
* <code>DescribeExportTasks</code> request exceed <code>maxResults</code>, this value can be
|
|
1070
|
-
* used to retrieve the next page of results. This value is null when there are no more results
|
|
1071
|
-
* to return.</p>
|
|
1072
|
-
*/
|
|
1073
|
-
nextToken?: string;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
export namespace DescribeExportTasksResponse {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
export const filterSensitiveLog = (obj: DescribeExportTasksResponse): any => ({
|
|
1081
|
-
...obj,
|
|
1082
|
-
});
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
export enum ImportTaskFilterName {
|
|
1086
|
-
IMPORT_TASK_ID = "IMPORT_TASK_ID",
|
|
1087
|
-
NAME = "NAME",
|
|
1088
|
-
STATUS = "STATUS",
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
/**
|
|
1092
|
-
* <p>A name-values pair of elements you can use to filter the results when querying your import
|
|
1093
|
-
* tasks. Currently, wildcards are not supported for filters.</p>
|
|
1094
|
-
*
|
|
1095
|
-
* <note>
|
|
1096
|
-
* <p>When filtering by import status, all other filter values are ignored.</p>
|
|
1097
|
-
* </note>
|
|
1098
|
-
*/
|
|
1099
|
-
export interface ImportTaskFilter {
|
|
1100
|
-
/**
|
|
1101
|
-
* <p>The name, status, or import task ID for a specific import task.</p>
|
|
1102
|
-
*/
|
|
1103
|
-
name?: ImportTaskFilterName | string;
|
|
1104
|
-
|
|
1105
|
-
/**
|
|
1106
|
-
* <p>An array of strings that you can provide to match against a specific name, status, or
|
|
1107
|
-
* import task ID to filter the results for your import task queries.</p>
|
|
1108
|
-
*/
|
|
1109
|
-
values?: string[];
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
export namespace ImportTaskFilter {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
export const filterSensitiveLog = (obj: ImportTaskFilter): any => ({
|
|
1117
|
-
...obj,
|
|
1118
|
-
});
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
export interface DescribeImportTasksRequest {
|
|
1122
|
-
/**
|
|
1123
|
-
* <p>An array of name-value pairs that you provide to filter the results for the
|
|
1124
|
-
* <code>DescribeImportTask</code> request to a specific subset of results. Currently, wildcard
|
|
1125
|
-
* values aren't supported for filters.</p>
|
|
1126
|
-
*/
|
|
1127
|
-
filters?: ImportTaskFilter[];
|
|
1128
|
-
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>The maximum number of results that you want this request to return, up to 100.</p>
|
|
1131
|
-
*/
|
|
1132
|
-
maxResults?: number;
|
|
1133
|
-
|
|
1134
|
-
/**
|
|
1135
|
-
* <p>The token to request a specific page of results.</p>
|
|
1136
|
-
*/
|
|
1137
|
-
nextToken?: string;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
export namespace DescribeImportTasksRequest {
|
|
1141
|
-
/**
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
1144
|
-
export const filterSensitiveLog = (obj: DescribeImportTasksRequest): any => ({
|
|
1145
|
-
...obj,
|
|
1146
|
-
});
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
export enum ImportStatus {
|
|
1150
|
-
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
1151
|
-
DELETE_FAILED = "DELETE_FAILED",
|
|
1152
|
-
DELETE_FAILED_LIMIT_EXCEEDED = "DELETE_FAILED_LIMIT_EXCEEDED",
|
|
1153
|
-
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
1154
|
-
IMPORT_COMPLETE = "IMPORT_COMPLETE",
|
|
1155
|
-
IMPORT_COMPLETE_WITH_ERRORS = "IMPORT_COMPLETE_WITH_ERRORS",
|
|
1156
|
-
IMPORT_FAILED = "IMPORT_FAILED",
|
|
1157
|
-
IMPORT_FAILED_RECORD_LIMIT_EXCEEDED = "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
|
|
1158
|
-
IMPORT_FAILED_SERVER_LIMIT_EXCEEDED = "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
|
|
1159
|
-
IMPORT_IN_PROGRESS = "IMPORT_IN_PROGRESS",
|
|
1160
|
-
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
/**
|
|
1164
|
-
* <p>An array of information related to the import task request that includes status
|
|
1165
|
-
* information, times, IDs, the Amazon S3 Object URL for the import file, and more.</p>
|
|
1166
|
-
*/
|
|
1167
|
-
export interface ImportTask {
|
|
1168
|
-
/**
|
|
1169
|
-
* <p>The unique ID for a specific import task. These IDs aren't globally unique, but they are
|
|
1170
|
-
* unique within an AWS account.</p>
|
|
1171
|
-
*/
|
|
1172
|
-
importTaskId?: string;
|
|
1173
|
-
|
|
1174
|
-
/**
|
|
1175
|
-
* <p>A unique token used to prevent the same import request from occurring more than once. If
|
|
1176
|
-
* you didn't provide a token, a token was automatically generated when the import task request
|
|
1177
|
-
* was sent.</p>
|
|
1178
|
-
*/
|
|
1179
|
-
clientRequestToken?: string;
|
|
1180
|
-
|
|
1181
|
-
/**
|
|
1182
|
-
* <p>A descriptive name for an import task. You can use this name to filter future requests
|
|
1183
|
-
* related to this import task, such as identifying applications and servers that were included
|
|
1184
|
-
* in this import task. We recommend that you use a meaningful name for each import task.</p>
|
|
1185
|
-
*/
|
|
1186
|
-
name?: string;
|
|
1187
|
-
|
|
1188
|
-
/**
|
|
1189
|
-
* <p>The URL for your import file that you've uploaded to Amazon S3.</p>
|
|
1190
|
-
*/
|
|
1191
|
-
importUrl?: string;
|
|
1192
|
-
|
|
1193
|
-
/**
|
|
1194
|
-
* <p>The status of the import task. An import can have the status of
|
|
1195
|
-
* <code>IMPORT_COMPLETE</code> and still have some records fail to import from the overall
|
|
1196
|
-
* request. More information can be found in the downloadable archive defined in the
|
|
1197
|
-
* <code>errorsAndFailedEntriesZip</code> field, or in the Migration Hub management
|
|
1198
|
-
* console.</p>
|
|
1199
|
-
*/
|
|
1200
|
-
status?: ImportStatus | string;
|
|
1201
|
-
|
|
1202
|
-
/**
|
|
1203
|
-
* <p>The time that the import task request was made, presented in the Unix time stamp
|
|
1204
|
-
* format.</p>
|
|
1205
|
-
*/
|
|
1206
|
-
importRequestTime?: Date;
|
|
1207
|
-
|
|
1208
|
-
/**
|
|
1209
|
-
* <p>The time that the import task request finished, presented in the Unix time stamp
|
|
1210
|
-
* format.</p>
|
|
1211
|
-
*/
|
|
1212
|
-
importCompletionTime?: Date;
|
|
1213
|
-
|
|
1214
|
-
/**
|
|
1215
|
-
* <p>The time that the import task request was deleted, presented in the Unix time stamp
|
|
1216
|
-
* format.</p>
|
|
1217
|
-
*/
|
|
1218
|
-
importDeletedTime?: Date;
|
|
1219
|
-
|
|
1220
|
-
/**
|
|
1221
|
-
* <p>The total number of server records in the import file that were successfully
|
|
1222
|
-
* imported.</p>
|
|
1223
|
-
*/
|
|
1224
|
-
serverImportSuccess?: number;
|
|
1225
|
-
|
|
1226
|
-
/**
|
|
1227
|
-
* <p>The total number of server records in the import file that failed to be imported.</p>
|
|
1228
|
-
*/
|
|
1229
|
-
serverImportFailure?: number;
|
|
1230
|
-
|
|
1231
|
-
/**
|
|
1232
|
-
* <p>The total number of application records in the import file that were successfully
|
|
1233
|
-
* imported.</p>
|
|
1234
|
-
*/
|
|
1235
|
-
applicationImportSuccess?: number;
|
|
1236
|
-
|
|
1237
|
-
/**
|
|
1238
|
-
* <p>The total number of application records in the import file that failed to be
|
|
1239
|
-
* imported.</p>
|
|
1240
|
-
*/
|
|
1241
|
-
applicationImportFailure?: number;
|
|
1242
|
-
|
|
1243
|
-
/**
|
|
1244
|
-
* <p>A link to a compressed archive folder (in the ZIP format) that contains an error log and a
|
|
1245
|
-
* file of failed records. You can use these two files to quickly identify records that failed,
|
|
1246
|
-
* why they failed, and correct those records. Afterward, you can upload the corrected file to
|
|
1247
|
-
* your Amazon S3 bucket and create another import task request.</p>
|
|
1248
|
-
*
|
|
1249
|
-
* <p>This field also includes authorization information so you can confirm the authenticity of
|
|
1250
|
-
* the compressed archive before you download it.</p>
|
|
1251
|
-
*
|
|
1252
|
-
* <p>If some records failed to be imported we recommend that you correct the records in the
|
|
1253
|
-
* failed entries file and then imports that failed entries file. This prevents you from having
|
|
1254
|
-
* to correct and update the larger original file and attempt importing it again.</p>
|
|
1255
|
-
*/
|
|
1256
|
-
errorsAndFailedEntriesZip?: string;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
export namespace ImportTask {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
|
-
export const filterSensitiveLog = (obj: ImportTask): any => ({
|
|
1264
|
-
...obj,
|
|
1265
|
-
});
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
export interface DescribeImportTasksResponse {
|
|
1269
|
-
/**
|
|
1270
|
-
* <p>The token to request the next page of results.</p>
|
|
1271
|
-
*/
|
|
1272
|
-
nextToken?: string;
|
|
1273
|
-
|
|
1274
|
-
/**
|
|
1275
|
-
* <p>A returned array of import tasks that match any applied filters, up to the specified
|
|
1276
|
-
* number of maximum results.</p>
|
|
1277
|
-
*/
|
|
1278
|
-
tasks?: ImportTask[];
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
export namespace DescribeImportTasksResponse {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
export const filterSensitiveLog = (obj: DescribeImportTasksResponse): any => ({
|
|
1286
|
-
...obj,
|
|
1287
|
-
});
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
/**
|
|
1291
|
-
* <p>The tag filter. Valid names are: <code>tagKey</code>, <code>tagValue</code>,
|
|
1292
|
-
* <code>configurationId</code>.</p>
|
|
1293
|
-
*/
|
|
1294
|
-
export interface TagFilter {
|
|
1295
|
-
/**
|
|
1296
|
-
* <p>A name of the tag filter.</p>
|
|
1297
|
-
*/
|
|
1298
|
-
name: string | undefined;
|
|
1299
|
-
|
|
1300
|
-
/**
|
|
1301
|
-
* <p>Values for the tag filter.</p>
|
|
1302
|
-
*/
|
|
1303
|
-
values: string[] | undefined;
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
export namespace TagFilter {
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
|
-
export const filterSensitiveLog = (obj: TagFilter): any => ({
|
|
1311
|
-
...obj,
|
|
1312
|
-
});
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
export interface DescribeTagsRequest {
|
|
1316
|
-
/**
|
|
1317
|
-
* <p>You can filter the list using a <i>key</i>-<i>value</i>
|
|
1318
|
-
* format. You can separate these items by using logical operators. Allowed filters include
|
|
1319
|
-
* <code>tagKey</code>, <code>tagValue</code>, and <code>configurationId</code>. </p>
|
|
1320
|
-
*/
|
|
1321
|
-
filters?: TagFilter[];
|
|
1322
|
-
|
|
1323
|
-
/**
|
|
1324
|
-
* <p>The total number of items to return in a single page of output. The maximum value is
|
|
1325
|
-
* 100.</p>
|
|
1326
|
-
*/
|
|
1327
|
-
maxResults?: number;
|
|
1328
|
-
|
|
1329
|
-
/**
|
|
1330
|
-
* <p>A token to start the list. Use this token to get the next set of results.</p>
|
|
1331
|
-
*/
|
|
1332
|
-
nextToken?: string;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
export namespace DescribeTagsRequest {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
|
-
export const filterSensitiveLog = (obj: DescribeTagsRequest): any => ({
|
|
1340
|
-
...obj,
|
|
1341
|
-
});
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
export enum ConfigurationItemType {
|
|
1345
|
-
APPLICATION = "APPLICATION",
|
|
1346
|
-
CONNECTIONS = "CONNECTION",
|
|
1347
|
-
PROCESS = "PROCESS",
|
|
1348
|
-
SERVER = "SERVER",
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
/**
|
|
1352
|
-
* <p>Tags for a configuration item. Tags are metadata that help you categorize IT
|
|
1353
|
-
* assets.</p>
|
|
1354
|
-
*/
|
|
1355
|
-
export interface ConfigurationTag {
|
|
1356
|
-
/**
|
|
1357
|
-
* <p>A type of IT asset to tag.</p>
|
|
1358
|
-
*/
|
|
1359
|
-
configurationType?: ConfigurationItemType | string;
|
|
1360
|
-
|
|
1361
|
-
/**
|
|
1362
|
-
* <p>The configuration ID for the item to tag. You can specify a list of keys and
|
|
1363
|
-
* values.</p>
|
|
1364
|
-
*/
|
|
1365
|
-
configurationId?: string;
|
|
1366
|
-
|
|
1367
|
-
/**
|
|
1368
|
-
* <p>A type of tag on which to filter. For example,
|
|
1369
|
-
* <i>serverType</i>.</p>
|
|
1370
|
-
*/
|
|
1371
|
-
key?: string;
|
|
1372
|
-
|
|
1373
|
-
/**
|
|
1374
|
-
* <p>A value on which to filter. For example <i>key = serverType</i> and
|
|
1375
|
-
* <i>value = web server</i>.</p>
|
|
1376
|
-
*/
|
|
1377
|
-
value?: string;
|
|
1378
|
-
|
|
1379
|
-
/**
|
|
1380
|
-
* <p>The time the configuration tag was created in Coordinated Universal Time
|
|
1381
|
-
* (UTC).</p>
|
|
1382
|
-
*/
|
|
1383
|
-
timeOfCreation?: Date;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
export namespace ConfigurationTag {
|
|
1387
|
-
/**
|
|
1388
|
-
* @internal
|
|
1389
|
-
*/
|
|
1390
|
-
export const filterSensitiveLog = (obj: ConfigurationTag): any => ({
|
|
1391
|
-
...obj,
|
|
1392
|
-
});
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
export interface DescribeTagsResponse {
|
|
1396
|
-
/**
|
|
1397
|
-
* <p>Depending on the input, this is a list of configuration items tagged with a specific
|
|
1398
|
-
* tag, or a list of tags for a specific configuration item.</p>
|
|
1399
|
-
*/
|
|
1400
|
-
tags?: ConfigurationTag[];
|
|
1401
|
-
|
|
1402
|
-
/**
|
|
1403
|
-
* <p>The call returns a token. Use this token to get the next set of results.</p>
|
|
1404
|
-
*/
|
|
1405
|
-
nextToken?: string;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
export namespace DescribeTagsResponse {
|
|
1409
|
-
/**
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
1412
|
-
export const filterSensitiveLog = (obj: DescribeTagsResponse): any => ({
|
|
1413
|
-
...obj,
|
|
1414
|
-
});
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
export interface DisassociateConfigurationItemsFromApplicationRequest {
|
|
1418
|
-
/**
|
|
1419
|
-
* <p>Configuration ID of an application from which each item is disassociated.</p>
|
|
1420
|
-
*/
|
|
1421
|
-
applicationConfigurationId: string | undefined;
|
|
1422
|
-
|
|
1423
|
-
/**
|
|
1424
|
-
* <p>Configuration ID of each item to be disassociated from an application.</p>
|
|
1425
|
-
*/
|
|
1426
|
-
configurationIds: string[] | undefined;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
export namespace DisassociateConfigurationItemsFromApplicationRequest {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
export const filterSensitiveLog = (obj: DisassociateConfigurationItemsFromApplicationRequest): any => ({
|
|
1434
|
-
...obj,
|
|
1435
|
-
});
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
export interface DisassociateConfigurationItemsFromApplicationResponse {}
|
|
1439
|
-
|
|
1440
|
-
export namespace DisassociateConfigurationItemsFromApplicationResponse {
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
|
-
export const filterSensitiveLog = (obj: DisassociateConfigurationItemsFromApplicationResponse): any => ({
|
|
1445
|
-
...obj,
|
|
1446
|
-
});
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
export interface ExportConfigurationsResponse {
|
|
1450
|
-
/**
|
|
1451
|
-
* <p>A unique identifier that you can use to query the export status.</p>
|
|
1452
|
-
*/
|
|
1453
|
-
exportId?: string;
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
export namespace ExportConfigurationsResponse {
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
|
-
export const filterSensitiveLog = (obj: ExportConfigurationsResponse): any => ({
|
|
1461
|
-
...obj,
|
|
1462
|
-
});
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
export interface GetDiscoverySummaryRequest {}
|
|
1466
|
-
|
|
1467
|
-
export namespace GetDiscoverySummaryRequest {
|
|
1468
|
-
/**
|
|
1469
|
-
* @internal
|
|
1470
|
-
*/
|
|
1471
|
-
export const filterSensitiveLog = (obj: GetDiscoverySummaryRequest): any => ({
|
|
1472
|
-
...obj,
|
|
1473
|
-
});
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
/**
|
|
1477
|
-
* <p>Inventory data for installed discovery agents.</p>
|
|
1478
|
-
*/
|
|
1479
|
-
export interface CustomerAgentInfo {
|
|
1480
|
-
/**
|
|
1481
|
-
* <p>Number of active discovery agents.</p>
|
|
1482
|
-
*/
|
|
1483
|
-
activeAgents: number | undefined;
|
|
1484
|
-
|
|
1485
|
-
/**
|
|
1486
|
-
* <p>Number of healthy discovery agents</p>
|
|
1487
|
-
*/
|
|
1488
|
-
healthyAgents: number | undefined;
|
|
1489
|
-
|
|
1490
|
-
/**
|
|
1491
|
-
* <p>Number of blacklisted discovery agents.</p>
|
|
1492
|
-
*/
|
|
1493
|
-
blackListedAgents: number | undefined;
|
|
1494
|
-
|
|
1495
|
-
/**
|
|
1496
|
-
* <p>Number of discovery agents with status SHUTDOWN.</p>
|
|
1497
|
-
*/
|
|
1498
|
-
shutdownAgents: number | undefined;
|
|
1499
|
-
|
|
1500
|
-
/**
|
|
1501
|
-
* <p>Number of unhealthy discovery agents.</p>
|
|
1502
|
-
*/
|
|
1503
|
-
unhealthyAgents: number | undefined;
|
|
1504
|
-
|
|
1505
|
-
/**
|
|
1506
|
-
* <p>Total number of discovery agents.</p>
|
|
1507
|
-
*/
|
|
1508
|
-
totalAgents: number | undefined;
|
|
1509
|
-
|
|
1510
|
-
/**
|
|
1511
|
-
* <p>Number of unknown discovery agents.</p>
|
|
1512
|
-
*/
|
|
1513
|
-
unknownAgents: number | undefined;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
export namespace CustomerAgentInfo {
|
|
1517
|
-
/**
|
|
1518
|
-
* @internal
|
|
1519
|
-
*/
|
|
1520
|
-
export const filterSensitiveLog = (obj: CustomerAgentInfo): any => ({
|
|
1521
|
-
...obj,
|
|
1522
|
-
});
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
/**
|
|
1526
|
-
* <p>Inventory data for installed discovery connectors.</p>
|
|
1527
|
-
*/
|
|
1528
|
-
export interface CustomerConnectorInfo {
|
|
1529
|
-
/**
|
|
1530
|
-
* <p>Number of active discovery connectors.</p>
|
|
1531
|
-
*/
|
|
1532
|
-
activeConnectors: number | undefined;
|
|
1533
|
-
|
|
1534
|
-
/**
|
|
1535
|
-
* <p>Number of healthy discovery connectors.</p>
|
|
1536
|
-
*/
|
|
1537
|
-
healthyConnectors: number | undefined;
|
|
1538
|
-
|
|
1539
|
-
/**
|
|
1540
|
-
* <p>Number of blacklisted discovery connectors.</p>
|
|
1541
|
-
*/
|
|
1542
|
-
blackListedConnectors: number | undefined;
|
|
1543
|
-
|
|
1544
|
-
/**
|
|
1545
|
-
* <p>Number of discovery connectors with status SHUTDOWN,</p>
|
|
1546
|
-
*/
|
|
1547
|
-
shutdownConnectors: number | undefined;
|
|
1548
|
-
|
|
1549
|
-
/**
|
|
1550
|
-
* <p>Number of unhealthy discovery connectors.</p>
|
|
1551
|
-
*/
|
|
1552
|
-
unhealthyConnectors: number | undefined;
|
|
1553
|
-
|
|
1554
|
-
/**
|
|
1555
|
-
* <p>Total number of discovery connectors.</p>
|
|
1556
|
-
*/
|
|
1557
|
-
totalConnectors: number | undefined;
|
|
1558
|
-
|
|
1559
|
-
/**
|
|
1560
|
-
* <p>Number of unknown discovery connectors.</p>
|
|
1561
|
-
*/
|
|
1562
|
-
unknownConnectors: number | undefined;
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
export namespace CustomerConnectorInfo {
|
|
1566
|
-
/**
|
|
1567
|
-
* @internal
|
|
1568
|
-
*/
|
|
1569
|
-
export const filterSensitiveLog = (obj: CustomerConnectorInfo): any => ({
|
|
1570
|
-
...obj,
|
|
1571
|
-
});
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
export interface GetDiscoverySummaryResponse {
|
|
1575
|
-
/**
|
|
1576
|
-
* <p>The number of servers discovered.</p>
|
|
1577
|
-
*/
|
|
1578
|
-
servers?: number;
|
|
1579
|
-
|
|
1580
|
-
/**
|
|
1581
|
-
* <p>The number of applications discovered.</p>
|
|
1582
|
-
*/
|
|
1583
|
-
applications?: number;
|
|
1584
|
-
|
|
1585
|
-
/**
|
|
1586
|
-
* <p>The number of servers mapped to applications.</p>
|
|
1587
|
-
*/
|
|
1588
|
-
serversMappedToApplications?: number;
|
|
1589
|
-
|
|
1590
|
-
/**
|
|
1591
|
-
* <p>The number of servers mapped to tags.</p>
|
|
1592
|
-
*/
|
|
1593
|
-
serversMappedtoTags?: number;
|
|
1594
|
-
|
|
1595
|
-
/**
|
|
1596
|
-
* <p>Details about discovered agents, including agent status and health.</p>
|
|
1597
|
-
*/
|
|
1598
|
-
agentSummary?: CustomerAgentInfo;
|
|
1599
|
-
|
|
1600
|
-
/**
|
|
1601
|
-
* <p>Details about discovered connectors, including connector status and health.</p>
|
|
1602
|
-
*/
|
|
1603
|
-
connectorSummary?: CustomerConnectorInfo;
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
export namespace GetDiscoverySummaryResponse {
|
|
1607
|
-
/**
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
1610
|
-
export const filterSensitiveLog = (obj: GetDiscoverySummaryResponse): any => ({
|
|
1611
|
-
...obj,
|
|
1612
|
-
});
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
export enum OrderString {
|
|
1616
|
-
ASC = "ASC",
|
|
1617
|
-
DESC = "DESC",
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
/**
|
|
1621
|
-
* <p>A field and direction for ordered output.</p>
|
|
1622
|
-
*/
|
|
1623
|
-
export interface OrderByElement {
|
|
1624
|
-
/**
|
|
1625
|
-
* <p>The field on which to order.</p>
|
|
1626
|
-
*/
|
|
1627
|
-
fieldName: string | undefined;
|
|
1628
|
-
|
|
1629
|
-
/**
|
|
1630
|
-
* <p>Ordering direction.</p>
|
|
1631
|
-
*/
|
|
1632
|
-
sortOrder?: OrderString | string;
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
export namespace OrderByElement {
|
|
1636
|
-
/**
|
|
1637
|
-
* @internal
|
|
1638
|
-
*/
|
|
1639
|
-
export const filterSensitiveLog = (obj: OrderByElement): any => ({
|
|
1640
|
-
...obj,
|
|
1641
|
-
});
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
export interface ListConfigurationsRequest {
|
|
1645
|
-
/**
|
|
1646
|
-
* <p>A valid configuration identified by Application Discovery Service. </p>
|
|
1647
|
-
*/
|
|
1648
|
-
configurationType: ConfigurationItemType | string | undefined;
|
|
1649
|
-
|
|
1650
|
-
/**
|
|
1651
|
-
* <p>You can filter the request using various logical operators and a
|
|
1652
|
-
* <i>key</i>-<i>value</i> format. For example: </p>
|
|
1653
|
-
* <p>
|
|
1654
|
-
* <code>{"key": "serverType", "value": "webServer"}</code>
|
|
1655
|
-
* </p>
|
|
1656
|
-
* <p>For a complete list of filter options and guidance about using them with this action,
|
|
1657
|
-
* see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>AWS Application Discovery
|
|
1658
|
-
* Service User Guide</i>.</p>
|
|
1659
|
-
*/
|
|
1660
|
-
filters?: Filter[];
|
|
1661
|
-
|
|
1662
|
-
/**
|
|
1663
|
-
* <p>The total number of items to return. The maximum value is 100.</p>
|
|
1664
|
-
*/
|
|
1665
|
-
maxResults?: number;
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* <p>Token to retrieve the next set of results. For example, if a previous call to
|
|
1669
|
-
* ListConfigurations returned 100 items, but you set
|
|
1670
|
-
* <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1671
|
-
* along with a token. Use that token in this query to get the next set of 10.</p>
|
|
1672
|
-
*/
|
|
1673
|
-
nextToken?: string;
|
|
1674
|
-
|
|
1675
|
-
/**
|
|
1676
|
-
* <p>Certain filter criteria return output that can be sorted in ascending or descending
|
|
1677
|
-
* order. For a list of output characteristics for each filter, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>AWS Application Discovery
|
|
1678
|
-
* Service User Guide</i>.</p>
|
|
1679
|
-
*/
|
|
1680
|
-
orderBy?: OrderByElement[];
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
export namespace ListConfigurationsRequest {
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
export const filterSensitiveLog = (obj: ListConfigurationsRequest): any => ({
|
|
1688
|
-
...obj,
|
|
1689
|
-
});
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
export interface ListConfigurationsResponse {
|
|
1693
|
-
/**
|
|
1694
|
-
* <p>Returns configuration details, including the configuration ID, attribute names, and
|
|
1695
|
-
* attribute values.</p>
|
|
1696
|
-
*/
|
|
1697
|
-
configurations?: { [key: string]: string }[];
|
|
1698
|
-
|
|
1699
|
-
/**
|
|
1700
|
-
* <p>Token to retrieve the next set of results. For example, if your call to
|
|
1701
|
-
* ListConfigurations returned 100 items, but you set
|
|
1702
|
-
* <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1703
|
-
* along with this token. Use this token in the next query to retrieve the next set of
|
|
1704
|
-
* 10.</p>
|
|
1705
|
-
*/
|
|
1706
|
-
nextToken?: string;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
export namespace ListConfigurationsResponse {
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
|
-
export const filterSensitiveLog = (obj: ListConfigurationsResponse): any => ({
|
|
1714
|
-
...obj,
|
|
1715
|
-
});
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
export interface ListServerNeighborsRequest {
|
|
1719
|
-
/**
|
|
1720
|
-
* <p>Configuration ID of the server for which neighbors are being listed.</p>
|
|
1721
|
-
*/
|
|
1722
|
-
configurationId: string | undefined;
|
|
1723
|
-
|
|
1724
|
-
/**
|
|
1725
|
-
* <p>Flag to indicate if port and protocol information is needed as part of the
|
|
1726
|
-
* response.</p>
|
|
1727
|
-
*/
|
|
1728
|
-
portInformationNeeded?: boolean;
|
|
1729
|
-
|
|
1730
|
-
/**
|
|
1731
|
-
* <p>List of configuration IDs to test for one-hop-away.</p>
|
|
1732
|
-
*/
|
|
1733
|
-
neighborConfigurationIds?: string[];
|
|
1734
|
-
|
|
1735
|
-
/**
|
|
1736
|
-
* <p>Maximum number of results to return in a single page of output.</p>
|
|
1737
|
-
*/
|
|
1738
|
-
maxResults?: number;
|
|
1739
|
-
|
|
1740
|
-
/**
|
|
1741
|
-
* <p>Token to retrieve the next set of results. For example, if you previously specified 100
|
|
1742
|
-
* IDs for <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set
|
|
1743
|
-
* <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1744
|
-
* along with a token. Use that token in this query to get the next set of 10.</p>
|
|
1745
|
-
*/
|
|
1746
|
-
nextToken?: string;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
export namespace ListServerNeighborsRequest {
|
|
1750
|
-
/**
|
|
1751
|
-
* @internal
|
|
1752
|
-
*/
|
|
1753
|
-
export const filterSensitiveLog = (obj: ListServerNeighborsRequest): any => ({
|
|
1754
|
-
...obj,
|
|
1755
|
-
});
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
/**
|
|
1759
|
-
* <p>Details about neighboring servers.</p>
|
|
1760
|
-
*/
|
|
1761
|
-
export interface NeighborConnectionDetail {
|
|
1762
|
-
/**
|
|
1763
|
-
* <p>The ID of the server that opened the network connection.</p>
|
|
1764
|
-
*/
|
|
1765
|
-
sourceServerId: string | undefined;
|
|
1766
|
-
|
|
1767
|
-
/**
|
|
1768
|
-
* <p>The ID of the server that accepted the network connection.</p>
|
|
1769
|
-
*/
|
|
1770
|
-
destinationServerId: string | undefined;
|
|
1771
|
-
|
|
1772
|
-
/**
|
|
1773
|
-
* <p>The destination network port for the connection.</p>
|
|
1774
|
-
*/
|
|
1775
|
-
destinationPort?: number;
|
|
1776
|
-
|
|
1777
|
-
/**
|
|
1778
|
-
* <p>The network protocol used for the connection.</p>
|
|
1779
|
-
*/
|
|
1780
|
-
transportProtocol?: string;
|
|
1781
|
-
|
|
1782
|
-
/**
|
|
1783
|
-
* <p>The number of open network connections with the neighboring server.</p>
|
|
1784
|
-
*/
|
|
1785
|
-
connectionsCount: number | undefined;
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
|
-
export namespace NeighborConnectionDetail {
|
|
1789
|
-
/**
|
|
1790
|
-
* @internal
|
|
1791
|
-
*/
|
|
1792
|
-
export const filterSensitiveLog = (obj: NeighborConnectionDetail): any => ({
|
|
1793
|
-
...obj,
|
|
1794
|
-
});
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
export interface ListServerNeighborsResponse {
|
|
1798
|
-
/**
|
|
1799
|
-
* <p>List of distinct servers that are one hop away from the given server.</p>
|
|
1800
|
-
*/
|
|
1801
|
-
neighbors: NeighborConnectionDetail[] | undefined;
|
|
1802
|
-
|
|
1803
|
-
/**
|
|
1804
|
-
* <p>Token to retrieve the next set of results. For example, if you specified 100 IDs for
|
|
1805
|
-
* <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set
|
|
1806
|
-
* <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1807
|
-
* along with this token. Use this token in the next query to retrieve the next set of
|
|
1808
|
-
* 10.</p>
|
|
1809
|
-
*/
|
|
1810
|
-
nextToken?: string;
|
|
1811
|
-
|
|
1812
|
-
/**
|
|
1813
|
-
* <p>Count of distinct servers that are one hop away from the given server.</p>
|
|
1814
|
-
*/
|
|
1815
|
-
knownDependencyCount?: number;
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
export namespace ListServerNeighborsResponse {
|
|
1819
|
-
/**
|
|
1820
|
-
* @internal
|
|
1821
|
-
*/
|
|
1822
|
-
export const filterSensitiveLog = (obj: ListServerNeighborsResponse): any => ({
|
|
1823
|
-
...obj,
|
|
1824
|
-
});
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
/**
|
|
1828
|
-
* <p></p>
|
|
1829
|
-
*/
|
|
1830
|
-
export interface ConflictErrorException extends __SmithyException, $MetadataBearer {
|
|
1831
|
-
name: "ConflictErrorException";
|
|
1832
|
-
$fault: "client";
|
|
1833
|
-
message?: string;
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
export namespace ConflictErrorException {
|
|
1837
|
-
/**
|
|
1838
|
-
* @internal
|
|
1839
|
-
*/
|
|
1840
|
-
export const filterSensitiveLog = (obj: ConflictErrorException): any => ({
|
|
1841
|
-
...obj,
|
|
1842
|
-
});
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
/**
|
|
1846
|
-
* <p>This issue occurs when the same <code>clientRequestToken</code> is used with the
|
|
1847
|
-
* <code>StartImportTask</code> action, but with different parameters. For example, you use the
|
|
1848
|
-
* same request token but have two different import URLs, you can encounter this issue. If the
|
|
1849
|
-
* import tasks are meant to be different, use a different <code>clientRequestToken</code>, and
|
|
1850
|
-
* try again.</p>
|
|
1851
|
-
*/
|
|
1852
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
1853
|
-
name: "ResourceInUseException";
|
|
1854
|
-
$fault: "client";
|
|
1855
|
-
message?: string;
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
export namespace ResourceInUseException {
|
|
1859
|
-
/**
|
|
1860
|
-
* @internal
|
|
1861
|
-
*/
|
|
1862
|
-
export const filterSensitiveLog = (obj: ResourceInUseException): any => ({
|
|
1863
|
-
...obj,
|
|
1864
|
-
});
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
export interface StartContinuousExportRequest {}
|
|
1868
|
-
|
|
1869
|
-
export namespace StartContinuousExportRequest {
|
|
1870
|
-
/**
|
|
1871
|
-
* @internal
|
|
1872
|
-
*/
|
|
1873
|
-
export const filterSensitiveLog = (obj: StartContinuousExportRequest): any => ({
|
|
1874
|
-
...obj,
|
|
1875
|
-
});
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
export interface StartContinuousExportResponse {
|
|
1879
|
-
/**
|
|
1880
|
-
* <p>The unique ID assigned to this export.</p>
|
|
1881
|
-
*/
|
|
1882
|
-
exportId?: string;
|
|
1883
|
-
|
|
1884
|
-
/**
|
|
1885
|
-
* <p>The name of the s3 bucket where the export data parquet files are stored.</p>
|
|
1886
|
-
*/
|
|
1887
|
-
s3Bucket?: string;
|
|
1888
|
-
|
|
1889
|
-
/**
|
|
1890
|
-
* <p>The timestamp representing when the continuous export was started.</p>
|
|
1891
|
-
*/
|
|
1892
|
-
startTime?: Date;
|
|
1893
|
-
|
|
1894
|
-
/**
|
|
1895
|
-
* <p>The type of data collector used to gather this data (currently only offered for
|
|
1896
|
-
* AGENT).</p>
|
|
1897
|
-
*/
|
|
1898
|
-
dataSource?: DataSource | string;
|
|
1899
|
-
|
|
1900
|
-
/**
|
|
1901
|
-
* <p>A dictionary which describes how the data is stored.</p>
|
|
1902
|
-
* <ul>
|
|
1903
|
-
* <li>
|
|
1904
|
-
* <p>
|
|
1905
|
-
* <code>databaseName</code> - the name of the Glue database used to store the
|
|
1906
|
-
* schema.</p>
|
|
1907
|
-
* </li>
|
|
1908
|
-
* </ul>
|
|
1909
|
-
*/
|
|
1910
|
-
schemaStorageConfig?: { [key: string]: string };
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
export namespace StartContinuousExportResponse {
|
|
1914
|
-
/**
|
|
1915
|
-
* @internal
|
|
1916
|
-
*/
|
|
1917
|
-
export const filterSensitiveLog = (obj: StartContinuousExportResponse): any => ({
|
|
1918
|
-
...obj,
|
|
1919
|
-
});
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
export interface StartDataCollectionByAgentIdsRequest {
|
|
1923
|
-
/**
|
|
1924
|
-
* <p>The IDs of the agents or connectors from which to start collecting data. If you send a
|
|
1925
|
-
* request to an agent/connector ID that you do not have permission to contact, according to your
|
|
1926
|
-
* AWS account, the service does not throw an exception. Instead, it returns the error in the
|
|
1927
|
-
* <i>Description</i> field. If you send a request to multiple agents/connectors
|
|
1928
|
-
* and you do not have permission to contact some of those agents/connectors, the system does not
|
|
1929
|
-
* throw an exception. Instead, the system shows <code>Failed</code> in the
|
|
1930
|
-
* <i>Description</i> field.</p>
|
|
1931
|
-
*/
|
|
1932
|
-
agentIds: string[] | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
export namespace StartDataCollectionByAgentIdsRequest {
|
|
1936
|
-
/**
|
|
1937
|
-
* @internal
|
|
1938
|
-
*/
|
|
1939
|
-
export const filterSensitiveLog = (obj: StartDataCollectionByAgentIdsRequest): any => ({
|
|
1940
|
-
...obj,
|
|
1941
|
-
});
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
export interface StartDataCollectionByAgentIdsResponse {
|
|
1945
|
-
/**
|
|
1946
|
-
* <p>Information about agents or the connector that were instructed to start collecting
|
|
1947
|
-
* data. Information includes the agent/connector ID, a description of the operation performed,
|
|
1948
|
-
* and whether the agent/connector configuration was updated.</p>
|
|
1949
|
-
*/
|
|
1950
|
-
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
|
-
export namespace StartDataCollectionByAgentIdsResponse {
|
|
1954
|
-
/**
|
|
1955
|
-
* @internal
|
|
1956
|
-
*/
|
|
1957
|
-
export const filterSensitiveLog = (obj: StartDataCollectionByAgentIdsResponse): any => ({
|
|
1958
|
-
...obj,
|
|
1959
|
-
});
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
export enum ExportDataFormat {
|
|
1963
|
-
CSV = "CSV",
|
|
1964
|
-
GRAPHML = "GRAPHML",
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
export interface StartExportTaskRequest {
|
|
1968
|
-
/**
|
|
1969
|
-
* <p>The file format for the returned export data. Default value is <code>CSV</code>.
|
|
1970
|
-
* <b>Note:</b>
|
|
1971
|
-
* <i>The</i>
|
|
1972
|
-
* <code>GRAPHML</code>
|
|
1973
|
-
* <i>option has been deprecated.</i>
|
|
1974
|
-
* </p>
|
|
1975
|
-
*/
|
|
1976
|
-
exportDataFormat?: (ExportDataFormat | string)[];
|
|
1977
|
-
|
|
1978
|
-
/**
|
|
1979
|
-
* <p>If a filter is present, it selects the single <code>agentId</code> of the Application
|
|
1980
|
-
* Discovery Agent for which data is exported. The <code>agentId</code> can be found in the
|
|
1981
|
-
* results of the <code>DescribeAgents</code> API or CLI. If no filter is present,
|
|
1982
|
-
* <code>startTime</code> and <code>endTime</code> are ignored and exported data includes both
|
|
1983
|
-
* Agentless Discovery Connector data and summary data from Application Discovery agents.
|
|
1984
|
-
* </p>
|
|
1985
|
-
*/
|
|
1986
|
-
filters?: ExportFilter[];
|
|
1987
|
-
|
|
1988
|
-
/**
|
|
1989
|
-
* <p>The start timestamp for exported data from the single Application Discovery Agent
|
|
1990
|
-
* selected in the filters. If no value is specified, data is exported starting from the first
|
|
1991
|
-
* data collected by the agent.</p>
|
|
1992
|
-
*/
|
|
1993
|
-
startTime?: Date;
|
|
1994
|
-
|
|
1995
|
-
/**
|
|
1996
|
-
* <p>The end timestamp for exported data from the single Application Discovery Agent
|
|
1997
|
-
* selected in the filters. If no value is specified, exported data includes the most recent data
|
|
1998
|
-
* collected by the agent.</p>
|
|
1999
|
-
*/
|
|
2000
|
-
endTime?: Date;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
export namespace StartExportTaskRequest {
|
|
2004
|
-
/**
|
|
2005
|
-
* @internal
|
|
2006
|
-
*/
|
|
2007
|
-
export const filterSensitiveLog = (obj: StartExportTaskRequest): any => ({
|
|
2008
|
-
...obj,
|
|
2009
|
-
});
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
export interface StartExportTaskResponse {
|
|
2013
|
-
/**
|
|
2014
|
-
* <p>A unique identifier used to query the status of an export request.</p>
|
|
2015
|
-
*/
|
|
2016
|
-
exportId?: string;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
export namespace StartExportTaskResponse {
|
|
2020
|
-
/**
|
|
2021
|
-
* @internal
|
|
2022
|
-
*/
|
|
2023
|
-
export const filterSensitiveLog = (obj: StartExportTaskResponse): any => ({
|
|
2024
|
-
...obj,
|
|
2025
|
-
});
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
export interface StartImportTaskRequest {
|
|
2029
|
-
/**
|
|
2030
|
-
* <p>Optional. A unique token that you can provide to prevent the same import request from
|
|
2031
|
-
* occurring more than once. If you don't provide a token, a token is automatically
|
|
2032
|
-
* generated.</p>
|
|
2033
|
-
*
|
|
2034
|
-
* <p>Sending more than one <code>StartImportTask</code> request with the same client request
|
|
2035
|
-
* token will return information about the original import task with that client request
|
|
2036
|
-
* token.</p>
|
|
2037
|
-
*/
|
|
2038
|
-
clientRequestToken?: string;
|
|
2039
|
-
|
|
2040
|
-
/**
|
|
2041
|
-
* <p>A descriptive name for this request. You can use this name to filter future requests
|
|
2042
|
-
* related to this import task, such as identifying applications and servers that were included
|
|
2043
|
-
* in this import task. We recommend that you use a meaningful name for each import task.</p>
|
|
2044
|
-
*/
|
|
2045
|
-
name: string | undefined;
|
|
2046
|
-
|
|
2047
|
-
/**
|
|
2048
|
-
* <p>The URL for your import file that you've uploaded to Amazon S3.</p>
|
|
2049
|
-
*
|
|
2050
|
-
* <note>
|
|
2051
|
-
* <p>If you're using the AWS CLI, this URL is structured as follows:
|
|
2052
|
-
* <code>s3://BucketName/ImportFileName.CSV</code>
|
|
2053
|
-
* </p>
|
|
2054
|
-
* </note>
|
|
2055
|
-
*/
|
|
2056
|
-
importUrl: string | undefined;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
export namespace StartImportTaskRequest {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
export const filterSensitiveLog = (obj: StartImportTaskRequest): any => ({
|
|
2064
|
-
...obj,
|
|
2065
|
-
});
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
export interface StartImportTaskResponse {
|
|
2069
|
-
/**
|
|
2070
|
-
* <p>An array of information related to the import task request including status information,
|
|
2071
|
-
* times, IDs, the Amazon S3 Object URL for the import file, and more. </p>
|
|
2072
|
-
*/
|
|
2073
|
-
task?: ImportTask;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
export namespace StartImportTaskResponse {
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
export const filterSensitiveLog = (obj: StartImportTaskResponse): any => ({
|
|
2081
|
-
...obj,
|
|
2082
|
-
});
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
export interface StopContinuousExportRequest {
|
|
2086
|
-
/**
|
|
2087
|
-
* <p>The unique ID assigned to this export.</p>
|
|
2088
|
-
*/
|
|
2089
|
-
exportId: string | undefined;
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
export namespace StopContinuousExportRequest {
|
|
2093
|
-
/**
|
|
2094
|
-
* @internal
|
|
2095
|
-
*/
|
|
2096
|
-
export const filterSensitiveLog = (obj: StopContinuousExportRequest): any => ({
|
|
2097
|
-
...obj,
|
|
2098
|
-
});
|
|
2099
|
-
}
|
|
2100
|
-
|
|
2101
|
-
export interface StopContinuousExportResponse {
|
|
2102
|
-
/**
|
|
2103
|
-
* <p>Timestamp that represents when this continuous export started collecting
|
|
2104
|
-
* data.</p>
|
|
2105
|
-
*/
|
|
2106
|
-
startTime?: Date;
|
|
2107
|
-
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>Timestamp that represents when this continuous export was stopped.</p>
|
|
2110
|
-
*/
|
|
2111
|
-
stopTime?: Date;
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
export namespace StopContinuousExportResponse {
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
export const filterSensitiveLog = (obj: StopContinuousExportResponse): any => ({
|
|
2119
|
-
...obj,
|
|
2120
|
-
});
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
export interface StopDataCollectionByAgentIdsRequest {
|
|
2124
|
-
/**
|
|
2125
|
-
* <p>The IDs of the agents or connectors from which to stop collecting data.</p>
|
|
2126
|
-
*/
|
|
2127
|
-
agentIds: string[] | undefined;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
export namespace StopDataCollectionByAgentIdsRequest {
|
|
2131
|
-
/**
|
|
2132
|
-
* @internal
|
|
2133
|
-
*/
|
|
2134
|
-
export const filterSensitiveLog = (obj: StopDataCollectionByAgentIdsRequest): any => ({
|
|
2135
|
-
...obj,
|
|
2136
|
-
});
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
export interface StopDataCollectionByAgentIdsResponse {
|
|
2140
|
-
/**
|
|
2141
|
-
* <p>Information about the agents or connector that were instructed to stop collecting data.
|
|
2142
|
-
* Information includes the agent/connector ID, a description of the operation performed, and
|
|
2143
|
-
* whether the agent/connector configuration was updated.</p>
|
|
2144
|
-
*/
|
|
2145
|
-
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
export namespace StopDataCollectionByAgentIdsResponse {
|
|
2149
|
-
/**
|
|
2150
|
-
* @internal
|
|
2151
|
-
*/
|
|
2152
|
-
export const filterSensitiveLog = (obj: StopDataCollectionByAgentIdsResponse): any => ({
|
|
2153
|
-
...obj,
|
|
2154
|
-
});
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
|
-
export interface UpdateApplicationRequest {
|
|
2158
|
-
/**
|
|
2159
|
-
* <p>Configuration ID of the application to be updated.</p>
|
|
2160
|
-
*/
|
|
2161
|
-
configurationId: string | undefined;
|
|
2162
|
-
|
|
2163
|
-
/**
|
|
2164
|
-
* <p>New name of the application to be updated.</p>
|
|
2165
|
-
*/
|
|
2166
|
-
name?: string;
|
|
2167
|
-
|
|
2168
|
-
/**
|
|
2169
|
-
* <p>New description of the application to be updated.</p>
|
|
2170
|
-
*/
|
|
2171
|
-
description?: string;
|
|
2172
|
-
}
|
|
2173
|
-
|
|
2174
|
-
export namespace UpdateApplicationRequest {
|
|
2175
|
-
/**
|
|
2176
|
-
* @internal
|
|
2177
|
-
*/
|
|
2178
|
-
export const filterSensitiveLog = (obj: UpdateApplicationRequest): any => ({
|
|
2179
|
-
...obj,
|
|
2180
|
-
});
|
|
2181
|
-
}
|
|
2182
|
-
|
|
2183
|
-
export interface UpdateApplicationResponse {}
|
|
2184
|
-
|
|
2185
|
-
export namespace UpdateApplicationResponse {
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
export const filterSensitiveLog = (obj: UpdateApplicationResponse): any => ({
|
|
2190
|
-
...obj,
|
|
2191
|
-
});
|
|
2192
|
-
}
|