@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,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopDataCollectionByAgentIdsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
14
|
-
* // const { ApplicationDiscoveryServiceClient, StopDataCollectionByAgentIdsCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
15
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
16
|
-
* const command = new StopDataCollectionByAgentIdsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StopDataCollectionByAgentIdsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StopDataCollectionByAgentIdsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class StopDataCollectionByAgentIdsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class StopDataCollectionByAgentIdsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.StopDataCollectionByAgentIdsCommand = StopDataCollectionByAgentIdsCommand;
|
|
61
|
-
//# sourceMappingURL=StopDataCollectionByAgentIdsCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateApplicationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
|
|
14
|
-
* // const { ApplicationDiscoveryServiceClient, UpdateApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
|
|
15
|
-
* const client = new ApplicationDiscoveryServiceClient(config);
|
|
16
|
-
* const command = new UpdateApplicationCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateApplicationCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateApplicationCommand.js.map
|
|
@@ -35,7 +35,7 @@ const partitionHash = {
|
|
|
35
35
|
hostname: "discovery.{region}.amazonaws.com.cn",
|
|
36
36
|
},
|
|
37
37
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
39
|
hostname: "discovery.{region}.c2s.ic.gov",
|
|
40
40
|
},
|
|
41
41
|
"aws-iso-b": {
|
|
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
54
54
|
partitionHash,
|
|
55
55
|
});
|
|
56
56
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
57
|
-
//# sourceMappingURL=endpoints.js.map
|
|
@@ -32,4 +32,3 @@ tslib_1.__exportStar(require("./commands/StopDataCollectionByAgentIdsCommand"),
|
|
|
32
32
|
tslib_1.__exportStar(require("./commands/UpdateApplicationCommand"), exports);
|
|
33
33
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
34
34
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
35
|
-
//# sourceMappingURL=index.js.map
|