@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
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
import { AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput } from "./commands/AssociateConfigurationItemsToApplicationCommand";
|
|
2
|
-
import { BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput } from "./commands/BatchDeleteImportDataCommand";
|
|
3
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
4
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
5
|
-
import { DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput } from "./commands/DeleteApplicationsCommand";
|
|
6
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
7
|
-
import { DescribeAgentsCommandInput, DescribeAgentsCommandOutput } from "./commands/DescribeAgentsCommand";
|
|
8
|
-
import { DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput } from "./commands/DescribeConfigurationsCommand";
|
|
9
|
-
import { DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput } from "./commands/DescribeContinuousExportsCommand";
|
|
10
|
-
import { DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput } from "./commands/DescribeExportConfigurationsCommand";
|
|
11
|
-
import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
|
|
12
|
-
import { DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput } from "./commands/DescribeImportTasksCommand";
|
|
13
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
14
|
-
import { DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput } from "./commands/DisassociateConfigurationItemsFromApplicationCommand";
|
|
15
|
-
import { ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput } from "./commands/ExportConfigurationsCommand";
|
|
16
|
-
import { GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput } from "./commands/GetDiscoverySummaryCommand";
|
|
17
|
-
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
|
|
18
|
-
import { ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput } from "./commands/ListServerNeighborsCommand";
|
|
19
|
-
import { StartContinuousExportCommandInput, StartContinuousExportCommandOutput } from "./commands/StartContinuousExportCommand";
|
|
20
|
-
import { StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput } from "./commands/StartDataCollectionByAgentIdsCommand";
|
|
21
|
-
import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
|
|
22
|
-
import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./commands/StartImportTaskCommand";
|
|
23
|
-
import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } from "./commands/StopContinuousExportCommand";
|
|
24
|
-
import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "./commands/StopDataCollectionByAgentIdsCommand";
|
|
25
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
26
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
27
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
28
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
29
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
30
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
31
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
32
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
33
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
34
|
-
export declare type ServiceInputTypes = AssociateConfigurationItemsToApplicationCommandInput | BatchDeleteImportDataCommandInput | CreateApplicationCommandInput | CreateTagsCommandInput | DeleteApplicationsCommandInput | DeleteTagsCommandInput | DescribeAgentsCommandInput | DescribeConfigurationsCommandInput | DescribeContinuousExportsCommandInput | DescribeExportConfigurationsCommandInput | DescribeExportTasksCommandInput | DescribeImportTasksCommandInput | DescribeTagsCommandInput | DisassociateConfigurationItemsFromApplicationCommandInput | ExportConfigurationsCommandInput | GetDiscoverySummaryCommandInput | ListConfigurationsCommandInput | ListServerNeighborsCommandInput | StartContinuousExportCommandInput | StartDataCollectionByAgentIdsCommandInput | StartExportTaskCommandInput | StartImportTaskCommandInput | StopContinuousExportCommandInput | StopDataCollectionByAgentIdsCommandInput | UpdateApplicationCommandInput;
|
|
35
|
-
export declare type ServiceOutputTypes = AssociateConfigurationItemsToApplicationCommandOutput | BatchDeleteImportDataCommandOutput | CreateApplicationCommandOutput | CreateTagsCommandOutput | DeleteApplicationsCommandOutput | DeleteTagsCommandOutput | DescribeAgentsCommandOutput | DescribeConfigurationsCommandOutput | DescribeContinuousExportsCommandOutput | DescribeExportConfigurationsCommandOutput | DescribeExportTasksCommandOutput | DescribeImportTasksCommandOutput | DescribeTagsCommandOutput | DisassociateConfigurationItemsFromApplicationCommandOutput | ExportConfigurationsCommandOutput | GetDiscoverySummaryCommandOutput | ListConfigurationsCommandOutput | ListServerNeighborsCommandOutput | StartContinuousExportCommandOutput | StartDataCollectionByAgentIdsCommandOutput | StartExportTaskCommandOutput | StartImportTaskCommandOutput | StopContinuousExportCommandOutput | StopDataCollectionByAgentIdsCommandOutput | UpdateApplicationCommandOutput;
|
|
36
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
37
|
-
/**
|
|
38
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
39
|
-
*/
|
|
40
|
-
requestHandler?: __HttpHandler;
|
|
41
|
-
/**
|
|
42
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
43
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
sha256?: __HashConstructor;
|
|
47
|
-
/**
|
|
48
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
urlParser?: __UrlParser;
|
|
52
|
-
/**
|
|
53
|
-
* A function that can calculate the length of a request body.
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
57
|
-
/**
|
|
58
|
-
* A function that converts a stream into an array of bytes.
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
streamCollector?: __StreamCollector;
|
|
62
|
-
/**
|
|
63
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
base64Decoder?: __Decoder;
|
|
67
|
-
/**
|
|
68
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
base64Encoder?: __Encoder;
|
|
72
|
-
/**
|
|
73
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
utf8Decoder?: __Decoder;
|
|
77
|
-
/**
|
|
78
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
utf8Encoder?: __Encoder;
|
|
82
|
-
/**
|
|
83
|
-
* The runtime environment.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
runtime?: string;
|
|
87
|
-
/**
|
|
88
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
89
|
-
* trait of an operation.
|
|
90
|
-
*/
|
|
91
|
-
disableHostPrefix?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
94
|
-
*/
|
|
95
|
-
maxAttempts?: number | __Provider<number>;
|
|
96
|
-
/**
|
|
97
|
-
* Specifies which retry algorithm to use.
|
|
98
|
-
*/
|
|
99
|
-
retryMode?: string | __Provider<string>;
|
|
100
|
-
/**
|
|
101
|
-
* Optional logger for logging debug/info/warn/error.
|
|
102
|
-
*/
|
|
103
|
-
logger?: __Logger;
|
|
104
|
-
/**
|
|
105
|
-
* Unique service identifier.
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
serviceId?: string;
|
|
109
|
-
/**
|
|
110
|
-
* The AWS region to which this client will send requests
|
|
111
|
-
*/
|
|
112
|
-
region?: string | __Provider<string>;
|
|
113
|
-
/**
|
|
114
|
-
* Default credentials provider; Not available in browser runtime.
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
118
|
-
/**
|
|
119
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
123
|
-
/**
|
|
124
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
128
|
-
}
|
|
129
|
-
declare type ApplicationDiscoveryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
130
|
-
/**
|
|
131
|
-
* The configuration interface of ApplicationDiscoveryServiceClient class constructor that set the region, credentials and other options.
|
|
132
|
-
*/
|
|
133
|
-
export interface ApplicationDiscoveryServiceClientConfig extends ApplicationDiscoveryServiceClientConfigType {
|
|
134
|
-
}
|
|
135
|
-
declare type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
136
|
-
/**
|
|
137
|
-
* The resolved configuration interface of ApplicationDiscoveryServiceClient class. This is resolved and normalized from the {@link ApplicationDiscoveryServiceClientConfig | constructor configuration interface}.
|
|
138
|
-
*/
|
|
139
|
-
export interface ApplicationDiscoveryServiceClientResolvedConfig extends ApplicationDiscoveryServiceClientResolvedConfigType {
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* <fullname>AWS Application Discovery Service</fullname>
|
|
143
|
-
*
|
|
144
|
-
* <p>AWS Application Discovery Service helps you plan application migration projects. It
|
|
145
|
-
* automatically identifies servers, virtual machines (VMs), and network dependencies in your
|
|
146
|
-
* on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">AWS Application Discovery Service
|
|
147
|
-
* FAQ</a>. Application Discovery Service offers three ways of performing discovery and
|
|
148
|
-
* collecting data about your on-premises servers:</p>
|
|
149
|
-
*
|
|
150
|
-
* <ul>
|
|
151
|
-
* <li>
|
|
152
|
-
* <p>
|
|
153
|
-
* <b>Agentless discovery</b> is recommended for environments
|
|
154
|
-
* that use VMware vCenter Server. This mode doesn't require you to install an agent on each
|
|
155
|
-
* host. It does not work in non-VMware environments.</p>
|
|
156
|
-
*
|
|
157
|
-
* <ul>
|
|
158
|
-
* <li>
|
|
159
|
-
* <p>Agentless discovery gathers server information regardless of the operating
|
|
160
|
-
* systems, which minimizes the time required for initial on-premises infrastructure
|
|
161
|
-
* assessment.</p>
|
|
162
|
-
* </li>
|
|
163
|
-
* <li>
|
|
164
|
-
* <p>Agentless discovery doesn't collect information about network dependencies, only
|
|
165
|
-
* agent-based discovery collects that information.</p>
|
|
166
|
-
* </li>
|
|
167
|
-
* </ul>
|
|
168
|
-
* </li>
|
|
169
|
-
* </ul>
|
|
170
|
-
*
|
|
171
|
-
* <ul>
|
|
172
|
-
* <li>
|
|
173
|
-
* <p>
|
|
174
|
-
* <b>Agent-based discovery</b> collects a richer set of data
|
|
175
|
-
* than agentless discovery by using the AWS Application Discovery Agent, which you install
|
|
176
|
-
* on one or more hosts in your data center.</p>
|
|
177
|
-
*
|
|
178
|
-
* <ul>
|
|
179
|
-
* <li>
|
|
180
|
-
* <p> The agent captures infrastructure and application information, including an
|
|
181
|
-
* inventory of running processes, system performance information, resource utilization,
|
|
182
|
-
* and network dependencies.</p>
|
|
183
|
-
* </li>
|
|
184
|
-
* <li>
|
|
185
|
-
* <p>The information collected by agents is secured at rest and in transit to the
|
|
186
|
-
* Application Discovery Service database in the cloud. </p>
|
|
187
|
-
* </li>
|
|
188
|
-
* </ul>
|
|
189
|
-
* </li>
|
|
190
|
-
* </ul>
|
|
191
|
-
*
|
|
192
|
-
* <ul>
|
|
193
|
-
* <li>
|
|
194
|
-
* <p>
|
|
195
|
-
* <b>AWS Partner Network (APN) solutions</b> integrate with
|
|
196
|
-
* Application Discovery Service, enabling you to import details of your on-premises
|
|
197
|
-
* environment directly into Migration Hub without using the discovery connector or discovery
|
|
198
|
-
* agent.</p>
|
|
199
|
-
*
|
|
200
|
-
* <ul>
|
|
201
|
-
* <li>
|
|
202
|
-
* <p>Third-party application discovery tools can query AWS Application Discovery
|
|
203
|
-
* Service, and they can write to the Application Discovery Service database using the
|
|
204
|
-
* public API.</p>
|
|
205
|
-
* </li>
|
|
206
|
-
* <li>
|
|
207
|
-
* <p>In this way, you can import data into Migration Hub and view it, so that you can
|
|
208
|
-
* associate applications with servers and track migrations.</p>
|
|
209
|
-
* </li>
|
|
210
|
-
* </ul>
|
|
211
|
-
* </li>
|
|
212
|
-
* </ul>
|
|
213
|
-
*
|
|
214
|
-
*
|
|
215
|
-
* <p>
|
|
216
|
-
* <b>Recommendations</b>
|
|
217
|
-
* </p>
|
|
218
|
-
* <p>We recommend that you use agent-based discovery for non-VMware environments, and
|
|
219
|
-
* whenever you want to collect information about network dependencies. You can run agent-based
|
|
220
|
-
* and agentless discovery simultaneously. Use agentless discovery to complete the initial
|
|
221
|
-
* infrastructure assessment quickly, and then install agents on select hosts to collect
|
|
222
|
-
* additional information.</p>
|
|
223
|
-
*
|
|
224
|
-
* <p>
|
|
225
|
-
* <b>Working With This Guide</b>
|
|
226
|
-
* </p>
|
|
227
|
-
*
|
|
228
|
-
* <p>This API reference provides descriptions, syntax, and usage examples for each of the
|
|
229
|
-
* actions and data types for Application Discovery Service. The topic for each action shows the
|
|
230
|
-
* API request parameters and the response. Alternatively, you can use one of the AWS SDKs to
|
|
231
|
-
* access an API that is tailored to the programming language or platform that you're using. For
|
|
232
|
-
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS
|
|
233
|
-
* SDKs</a>.</p>
|
|
234
|
-
*
|
|
235
|
-
* <note>
|
|
236
|
-
* <ul>
|
|
237
|
-
* <li>
|
|
238
|
-
* <p>Remember that you must set your Migration Hub home region before you call any of
|
|
239
|
-
* these APIs.</p>
|
|
240
|
-
* </li>
|
|
241
|
-
* <li>
|
|
242
|
-
* <p>You must make API calls for write actions (create, notify, associate, disassociate,
|
|
243
|
-
* import, or put) while in your home region, or a <code>HomeRegionNotSetException</code>
|
|
244
|
-
* error is returned.</p>
|
|
245
|
-
* </li>
|
|
246
|
-
* <li>
|
|
247
|
-
* <p>API calls for read actions (list, describe, stop, and delete) are permitted outside
|
|
248
|
-
* of your home region.</p>
|
|
249
|
-
* </li>
|
|
250
|
-
* <li>
|
|
251
|
-
* <p>Although it is unlikely, the Migration Hub home region could change. If you call
|
|
252
|
-
* APIs outside the home region, an <code>InvalidInputException</code> is returned.</p>
|
|
253
|
-
* </li>
|
|
254
|
-
* <li>
|
|
255
|
-
* <p>You must call <code>GetHomeRegion</code> to obtain the latest Migration Hub home
|
|
256
|
-
* region.</p>
|
|
257
|
-
* </li>
|
|
258
|
-
* </ul>
|
|
259
|
-
* </note>
|
|
260
|
-
*
|
|
261
|
-
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">AWS Application
|
|
262
|
-
* Discovery Service User Guide</a>.</p>
|
|
263
|
-
*
|
|
264
|
-
* <important>
|
|
265
|
-
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">AWS
|
|
266
|
-
* Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
|
|
267
|
-
* collected data before it is shared with the service.</p>
|
|
268
|
-
* </important>
|
|
269
|
-
*/
|
|
270
|
-
export declare class ApplicationDiscoveryServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
271
|
-
/**
|
|
272
|
-
* The resolved configuration of ApplicationDiscoveryServiceClient class. This is resolved and normalized from the {@link ApplicationDiscoveryServiceClientConfig | constructor configuration interface}.
|
|
273
|
-
*/
|
|
274
|
-
readonly config: ApplicationDiscoveryServiceClientResolvedConfig;
|
|
275
|
-
constructor(configuration: ApplicationDiscoveryServiceClientConfig);
|
|
276
|
-
/**
|
|
277
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
278
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
279
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
280
|
-
*/
|
|
281
|
-
destroy(): void;
|
|
282
|
-
}
|
|
283
|
-
export {};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchDeleteImportDataCommandInput extends BatchDeleteImportDataRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDataResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
|
|
11
|
-
* a number of records that can identify servers or applications. </p>
|
|
12
|
-
*
|
|
13
|
-
* <p>AWS Application Discovery Service has built-in matching logic that will identify when
|
|
14
|
-
* discovered servers match existing entries that you've previously discovered, the information
|
|
15
|
-
* for the already-existing discovered server is updated. When you delete an import task that
|
|
16
|
-
* contains records that were used to match, the information in those matched records that comes
|
|
17
|
-
* from the deleted records will also be deleted.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
22
|
-
* // const { ApplicationDiscoveryServiceClient, BatchDeleteImportDataCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
23
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
24
|
-
* const command = new BatchDeleteImportDataCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link BatchDeleteImportDataCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link BatchDeleteImportDataCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class BatchDeleteImportDataCommand extends $Command<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
34
|
-
readonly input: BatchDeleteImportDataCommandInput;
|
|
35
|
-
constructor(input: BatchDeleteImportDataCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateApplicationCommandInput extends CreateApplicationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an application with the given name and description.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ApplicationDiscoveryServiceClient, CreateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
15
|
-
* // const { ApplicationDiscoveryServiceClient, CreateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
16
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
17
|
-
* const command = new CreateApplicationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateApplicationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: CreateApplicationCommandInput;
|
|
28
|
-
constructor(input: CreateApplicationCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateTagsCommandInput extends CreateTagsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
|
|
11
|
-
* categorize IT assets. This API accepts a list of multiple configuration items.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ApplicationDiscoveryServiceClient, CreateTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
16
|
-
* // const { ApplicationDiscoveryServiceClient, CreateTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
17
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
18
|
-
* const command = new CreateTagsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateTagsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateTagsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: CreateTagsCommandInput;
|
|
29
|
-
constructor(input: CreateTagsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteApplicationsCommandInput extends DeleteApplicationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a list of applications and their associations with configuration
|
|
11
|
-
* items.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
16
|
-
* // const { ApplicationDiscoveryServiceClient, DeleteApplicationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
17
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
18
|
-
* const command = new DeleteApplicationsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteApplicationsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteApplicationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DeleteApplicationsCommand extends $Command<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: DeleteApplicationsCommandInput;
|
|
29
|
-
constructor(input: DeleteApplicationsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteTagsCommandInput extends DeleteTagsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the association between configuration items and one or more tags. This API
|
|
11
|
-
* accepts a list of multiple configuration items.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ApplicationDiscoveryServiceClient, DeleteTagsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
16
|
-
* // const { ApplicationDiscoveryServiceClient, DeleteTagsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
17
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
18
|
-
* const command = new DeleteTagsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteTagsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: DeleteTagsCommandInput;
|
|
29
|
-
constructor(input: DeleteTagsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists agents or connectors as specified by ID or other filters. All agents/connectors
|
|
11
|
-
* associated with your user account can be listed if you call <code>DescribeAgents</code> as is
|
|
12
|
-
* without passing any parameters.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
17
|
-
* // const { ApplicationDiscoveryServiceClient, DescribeAgentsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
18
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
19
|
-
* const command = new DescribeAgentsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeAgentsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeAgentsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class DescribeAgentsCommand extends $Command<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
29
|
-
readonly input: DescribeAgentsCommandInput;
|
|
30
|
-
constructor(input: DescribeAgentsCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgentsCommandInput, DescribeAgentsCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeConfigurationsCommandInput extends DescribeConfigurationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeConfigurationsCommandOutput extends DescribeConfigurationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Retrieves attributes for a list of configuration item IDs.</p>
|
|
11
|
-
*
|
|
12
|
-
* <note>
|
|
13
|
-
* <p>All of the supplied IDs must be for the same asset type from one of the
|
|
14
|
-
* following:</p>
|
|
15
|
-
* <ul>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>server</p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>application</p>
|
|
21
|
-
* </li>
|
|
22
|
-
* <li>
|
|
23
|
-
* <p>process</p>
|
|
24
|
-
* </li>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>connection</p>
|
|
27
|
-
* </li>
|
|
28
|
-
* </ul>
|
|
29
|
-
*
|
|
30
|
-
* <p>Output fields are specific to the asset type specified. For example, the output for a
|
|
31
|
-
* <i>server</i> configuration item includes a list of attributes about the
|
|
32
|
-
* server, such as host name, operating system, number of network cards, etc.</p>
|
|
33
|
-
* <p>For a complete list of outputs for each asset type, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#DescribeConfigurations">Using the DescribeConfigurations Action</a> in the <i>AWS Application
|
|
34
|
-
* Discovery Service User Guide</i>.</p>
|
|
35
|
-
* </note>
|
|
36
|
-
* @example
|
|
37
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
-
* ```javascript
|
|
39
|
-
* import { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
40
|
-
* // const { ApplicationDiscoveryServiceClient, DescribeConfigurationsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
41
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
42
|
-
* const command = new DescribeConfigurationsCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* @see {@link DescribeConfigurationsCommandInput} for command's `input` shape.
|
|
47
|
-
* @see {@link DescribeConfigurationsCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
51
|
-
export declare class DescribeConfigurationsCommand extends $Command<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
52
|
-
readonly input: DescribeConfigurationsCommandInput;
|
|
53
|
-
constructor(input: DescribeConfigurationsCommandInput);
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput>;
|
|
58
|
-
private serialize;
|
|
59
|
-
private deserialize;
|
|
60
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
2
|
-
import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeContinuousExportsCommandInput extends DescribeContinuousExportsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeContinuousExportsCommandOutput extends DescribeContinuousExportsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists exports as specified by ID. All continuous exports associated with your user
|
|
11
|
-
* account can be listed if you call <code>DescribeContinuousExports</code> as is without passing
|
|
12
|
-
* any parameters.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
17
|
-
* // const { ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
18
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
19
|
-
* const command = new DescribeContinuousExportsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeContinuousExportsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeContinuousExportsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class DescribeContinuousExportsCommand extends $Command<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
29
|
-
readonly input: DescribeContinuousExportsCommandInput;
|
|
30
|
-
constructor(input: DescribeContinuousExportsCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|