@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
|
@@ -4,22 +4,13 @@ exports.paginateDescribeContinuousExports = void 0;
|
|
|
4
4
|
const ApplicationDiscoveryService_1 = require("../ApplicationDiscoveryService");
|
|
5
5
|
const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
|
|
6
6
|
const DescribeContinuousExportsCommand_1 = require("../commands/DescribeContinuousExportsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeContinuousExportsCommand_1.DescribeContinuousExportsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeContinuousExports(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeContinuousExports(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeContinuousExports(config, input, ...additionalAr
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeContinuousExports = paginateDescribeContinuousExports;
|
|
46
|
-
//# sourceMappingURL=DescribeContinuousExportsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeImportTasks = void 0;
|
|
|
4
4
|
const ApplicationDiscoveryService_1 = require("../ApplicationDiscoveryService");
|
|
5
5
|
const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
|
|
6
6
|
const DescribeImportTasksCommand_1 = require("../commands/DescribeImportTasksCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeImportTasksCommand_1.DescribeImportTasksCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeImportTasks(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeImportTasks(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeImportTasks(config, input, ...additionalArgument
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeImportTasks = paginateDescribeImportTasks;
|
|
46
|
-
//# sourceMappingURL=DescribeImportTasksPaginator.js.map
|
|
@@ -3350,14 +3350,12 @@ const deserializeMetadata = (output) => {
|
|
|
3350
3350
|
cfId: output.headers["x-amz-cf-id"],
|
|
3351
3351
|
});
|
|
3352
3352
|
};
|
|
3353
|
-
// Collect low-level response body stream to Uint8Array.
|
|
3354
3353
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
3355
3354
|
if (streamBody instanceof Uint8Array) {
|
|
3356
3355
|
return Promise.resolve(streamBody);
|
|
3357
3356
|
}
|
|
3358
3357
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
3359
3358
|
};
|
|
3360
|
-
// Encode Uint8Array data into string with utf-8.
|
|
3361
3359
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
3362
3360
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
3363
3361
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -3383,9 +3381,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
3383
3381
|
}
|
|
3384
3382
|
return {};
|
|
3385
3383
|
});
|
|
3386
|
-
/**
|
|
3387
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
3388
|
-
*/
|
|
3389
3384
|
const loadRestJsonErrorCode = (output, data) => {
|
|
3390
3385
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
3391
3386
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -3410,4 +3405,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
3410
3405
|
}
|
|
3411
3406
|
return "";
|
|
3412
3407
|
};
|
|
3413
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var ApplicationDiscoveryServiceClient = (function (_super) {
|
|
12
12
|
__extends(ApplicationDiscoveryServiceClient, _super);
|
|
13
13
|
function ApplicationDiscoveryServiceClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var ApplicationDiscoveryServiceClient = (function (_super) {
|
|
|
35
35
|
return ApplicationDiscoveryServiceClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { ApplicationDiscoveryServiceClient };
|
|
38
|
-
//# sourceMappingURL=ApplicationDiscoveryServiceClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AssociateConfigurationItemsToApplicationRequest, AssociateConfigurationItemsToApplicationResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand, serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AssociateConfigurationItemsToApplicationRequest, AssociateConfigurationItemsToApplicationResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand, serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateConfigurationItemsToApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateConfigurationItemsToApplicationCommand, _super);
|
|
8
8
|
function AssociateConfigurationItemsToApplicationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AssociateConfigurationItemsToApplicationCommand = (function (_super) {
|
|
|
37
37
|
return AssociateConfigurationItemsToApplicationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AssociateConfigurationItemsToApplicationCommand };
|
|
40
|
-
//# sourceMappingURL=AssociateConfigurationItemsToApplicationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1BatchDeleteImportDataCommand, serializeAws_json1_1BatchDeleteImportDataCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1BatchDeleteImportDataCommand, serializeAws_json1_1BatchDeleteImportDataCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchDeleteImportDataCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDeleteImportDataCommand, _super);
|
|
8
8
|
function BatchDeleteImportDataCommand(input) {
|
|
@@ -37,4 +37,3 @@ var BatchDeleteImportDataCommand = (function (_super) {
|
|
|
37
37
|
return BatchDeleteImportDataCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { BatchDeleteImportDataCommand };
|
|
40
|
-
//# sourceMappingURL=BatchDeleteImportDataCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateApplicationCommand, serializeAws_json1_1CreateApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateApplicationCommand, serializeAws_json1_1CreateApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationCommand, _super);
|
|
8
8
|
function CreateApplicationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateApplicationCommand = (function (_super) {
|
|
|
37
37
|
return CreateApplicationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateApplicationCommand };
|
|
40
|
-
//# sourceMappingURL=CreateApplicationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateTagsCommand, serializeAws_json1_1CreateTagsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateTagsCommand, serializeAws_json1_1CreateTagsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateTagsCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTagsCommand, _super);
|
|
8
8
|
function CreateTagsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateTagsCommand = (function (_super) {
|
|
|
37
37
|
return CreateTagsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateTagsCommand };
|
|
40
|
-
//# sourceMappingURL=CreateTagsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteApplicationsCommand, serializeAws_json1_1DeleteApplicationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteApplicationsCommand, serializeAws_json1_1DeleteApplicationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationsCommand, _super);
|
|
8
8
|
function DeleteApplicationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteApplicationsCommand = (function (_super) {
|
|
|
37
37
|
return DeleteApplicationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteApplicationsCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteApplicationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteTagsCommand, serializeAws_json1_1DeleteTagsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteTagsCommand, serializeAws_json1_1DeleteTagsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteTagsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTagsCommand, _super);
|
|
8
8
|
function DeleteTagsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteTagsCommand = (function (_super) {
|
|
|
37
37
|
return DeleteTagsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteTagsCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteTagsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeAgentsCommand, serializeAws_json1_1DescribeAgentsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeAgentsCommand, serializeAws_json1_1DescribeAgentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAgentsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAgentsCommand, _super);
|
|
8
8
|
function DescribeAgentsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeAgentsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeAgentsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeAgentsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeAgentsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeConfigurationsCommand, serializeAws_json1_1DescribeConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeConfigurationsCommand, serializeAws_json1_1DescribeConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeConfigurationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConfigurationsCommand, _super);
|
|
8
8
|
function DescribeConfigurationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeConfigurationsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeConfigurationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeConfigurationsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeConfigurationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeContinuousExportsCommand, serializeAws_json1_1DescribeContinuousExportsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeContinuousExportsCommand, serializeAws_json1_1DescribeContinuousExportsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeContinuousExportsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeContinuousExportsCommand, _super);
|
|
8
8
|
function DescribeContinuousExportsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeContinuousExportsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeContinuousExportsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeContinuousExportsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeContinuousExportsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeExportConfigurationsCommand, serializeAws_json1_1DescribeExportConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeExportConfigurationsCommand, serializeAws_json1_1DescribeExportConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeExportConfigurationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeExportConfigurationsCommand, _super);
|
|
8
8
|
function DescribeExportConfigurationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeExportConfigurationsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeExportConfigurationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeExportConfigurationsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeExportConfigurationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeExportTasksCommand, serializeAws_json1_1DescribeExportTasksCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeExportTasksCommand, serializeAws_json1_1DescribeExportTasksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeExportTasksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeExportTasksCommand, _super);
|
|
8
8
|
function DescribeExportTasksCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeExportTasksCommand = (function (_super) {
|
|
|
37
37
|
return DescribeExportTasksCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeExportTasksCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeExportTasksCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeImportTasksCommand, serializeAws_json1_1DescribeImportTasksCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeImportTasksCommand, serializeAws_json1_1DescribeImportTasksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImportTasksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImportTasksCommand, _super);
|
|
8
8
|
function DescribeImportTasksCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeImportTasksCommand = (function (_super) {
|
|
|
37
37
|
return DescribeImportTasksCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeImportTasksCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeImportTasksCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeTagsCommand, serializeAws_json1_1DescribeTagsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeTagsCommand, serializeAws_json1_1DescribeTagsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTagsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTagsCommand, _super);
|
|
8
8
|
function DescribeTagsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeTagsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeTagsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeTagsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeTagsCommand.js.map
|
package/{dist/es → dist-es}/commands/DisassociateConfigurationItemsFromApplicationCommand.js
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand, serializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand, serializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateConfigurationItemsFromApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateConfigurationItemsFromApplicationCommand, _super);
|
|
8
8
|
function DisassociateConfigurationItemsFromApplicationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisassociateConfigurationItemsFromApplicationCommand = (function (_super) {
|
|
|
37
37
|
return DisassociateConfigurationItemsFromApplicationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisassociateConfigurationItemsFromApplicationCommand };
|
|
40
|
-
//# sourceMappingURL=DisassociateConfigurationItemsFromApplicationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ExportConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ExportConfigurationsCommand, serializeAws_json1_1ExportConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ExportConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ExportConfigurationsCommand, serializeAws_json1_1ExportConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ExportConfigurationsCommand = (function (_super) {
|
|
7
7
|
__extends(ExportConfigurationsCommand, _super);
|
|
8
8
|
function ExportConfigurationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ExportConfigurationsCommand = (function (_super) {
|
|
|
37
37
|
return ExportConfigurationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ExportConfigurationsCommand };
|
|
40
|
-
//# sourceMappingURL=ExportConfigurationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetDiscoverySummaryCommand, serializeAws_json1_1GetDiscoverySummaryCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetDiscoverySummaryCommand, serializeAws_json1_1GetDiscoverySummaryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetDiscoverySummaryCommand = (function (_super) {
|
|
7
7
|
__extends(GetDiscoverySummaryCommand, _super);
|
|
8
8
|
function GetDiscoverySummaryCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetDiscoverySummaryCommand = (function (_super) {
|
|
|
37
37
|
return GetDiscoverySummaryCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetDiscoverySummaryCommand };
|
|
40
|
-
//# sourceMappingURL=GetDiscoverySummaryCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListConfigurationsCommand, serializeAws_json1_1ListConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListConfigurationsCommand, serializeAws_json1_1ListConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListConfigurationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListConfigurationsCommand, _super);
|
|
8
8
|
function ListConfigurationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListConfigurationsCommand = (function (_super) {
|
|
|
37
37
|
return ListConfigurationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListConfigurationsCommand };
|
|
40
|
-
//# sourceMappingURL=ListConfigurationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListServerNeighborsCommand, serializeAws_json1_1ListServerNeighborsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListServerNeighborsCommand, serializeAws_json1_1ListServerNeighborsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListServerNeighborsCommand = (function (_super) {
|
|
7
7
|
__extends(ListServerNeighborsCommand, _super);
|
|
8
8
|
function ListServerNeighborsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListServerNeighborsCommand = (function (_super) {
|
|
|
37
37
|
return ListServerNeighborsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListServerNeighborsCommand };
|
|
40
|
-
//# sourceMappingURL=ListServerNeighborsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartContinuousExportCommand, serializeAws_json1_1StartContinuousExportCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartContinuousExportCommand, serializeAws_json1_1StartContinuousExportCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartContinuousExportCommand = (function (_super) {
|
|
7
7
|
__extends(StartContinuousExportCommand, _super);
|
|
8
8
|
function StartContinuousExportCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartContinuousExportCommand = (function (_super) {
|
|
|
37
37
|
return StartContinuousExportCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartContinuousExportCommand };
|
|
40
|
-
//# sourceMappingURL=StartContinuousExportCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartDataCollectionByAgentIdsCommand, serializeAws_json1_1StartDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartDataCollectionByAgentIdsCommand, serializeAws_json1_1StartDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartDataCollectionByAgentIdsCommand = (function (_super) {
|
|
7
7
|
__extends(StartDataCollectionByAgentIdsCommand, _super);
|
|
8
8
|
function StartDataCollectionByAgentIdsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartDataCollectionByAgentIdsCommand = (function (_super) {
|
|
|
37
37
|
return StartDataCollectionByAgentIdsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartDataCollectionByAgentIdsCommand };
|
|
40
|
-
//# sourceMappingURL=StartDataCollectionByAgentIdsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartExportTaskCommand, serializeAws_json1_1StartExportTaskCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartExportTaskCommand, serializeAws_json1_1StartExportTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartExportTaskCommand = (function (_super) {
|
|
7
7
|
__extends(StartExportTaskCommand, _super);
|
|
8
8
|
function StartExportTaskCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartExportTaskCommand = (function (_super) {
|
|
|
37
37
|
return StartExportTaskCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartExportTaskCommand };
|
|
40
|
-
//# sourceMappingURL=StartExportTaskCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartImportTaskCommand, serializeAws_json1_1StartImportTaskCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartImportTaskCommand, serializeAws_json1_1StartImportTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartImportTaskCommand = (function (_super) {
|
|
7
7
|
__extends(StartImportTaskCommand, _super);
|
|
8
8
|
function StartImportTaskCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartImportTaskCommand = (function (_super) {
|
|
|
37
37
|
return StartImportTaskCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartImportTaskCommand };
|
|
40
|
-
//# sourceMappingURL=StartImportTaskCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StopContinuousExportCommand, serializeAws_json1_1StopContinuousExportCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StopContinuousExportCommand, serializeAws_json1_1StopContinuousExportCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopContinuousExportCommand = (function (_super) {
|
|
7
7
|
__extends(StopContinuousExportCommand, _super);
|
|
8
8
|
function StopContinuousExportCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StopContinuousExportCommand = (function (_super) {
|
|
|
37
37
|
return StopContinuousExportCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StopContinuousExportCommand };
|
|
40
|
-
//# sourceMappingURL=StopContinuousExportCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StopDataCollectionByAgentIdsCommand, serializeAws_json1_1StopDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StopDataCollectionByAgentIdsCommand, serializeAws_json1_1StopDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopDataCollectionByAgentIdsCommand = (function (_super) {
|
|
7
7
|
__extends(StopDataCollectionByAgentIdsCommand, _super);
|
|
8
8
|
function StopDataCollectionByAgentIdsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StopDataCollectionByAgentIdsCommand = (function (_super) {
|
|
|
37
37
|
return StopDataCollectionByAgentIdsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StopDataCollectionByAgentIdsCommand };
|
|
40
|
-
//# sourceMappingURL=StopDataCollectionByAgentIdsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateApplicationCommand, serializeAws_json1_1UpdateApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateApplicationCommand, serializeAws_json1_1UpdateApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationCommand, _super);
|
|
8
8
|
function UpdateApplicationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateApplicationCommand = (function (_super) {
|
|
|
37
37
|
return UpdateApplicationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateApplicationCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateApplicationCommand.js.map
|