@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,18 +4,12 @@ exports.TagFilter = exports.DescribeImportTasksResponse = exports.ImportTask = e
|
|
|
4
4
|
exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.StopDataCollectionByAgentIdsResponse = exports.StopDataCollectionByAgentIdsRequest = exports.StopContinuousExportResponse = exports.StopContinuousExportRequest = exports.StartImportTaskResponse = exports.StartImportTaskRequest = exports.StartExportTaskResponse = exports.StartExportTaskRequest = exports.ExportDataFormat = exports.StartDataCollectionByAgentIdsResponse = exports.StartDataCollectionByAgentIdsRequest = exports.StartContinuousExportResponse = exports.StartContinuousExportRequest = exports.ResourceInUseException = exports.ConflictErrorException = exports.ListServerNeighborsResponse = exports.NeighborConnectionDetail = exports.ListServerNeighborsRequest = exports.ListConfigurationsResponse = exports.ListConfigurationsRequest = exports.OrderByElement = exports.OrderString = exports.GetDiscoverySummaryResponse = exports.CustomerConnectorInfo = exports.CustomerAgentInfo = exports.GetDiscoverySummaryRequest = exports.ExportConfigurationsResponse = exports.DisassociateConfigurationItemsFromApplicationResponse = exports.DisassociateConfigurationItemsFromApplicationRequest = exports.DescribeTagsResponse = exports.ConfigurationTag = exports.ConfigurationItemType = exports.DescribeTagsRequest = void 0;
|
|
5
5
|
var AgentConfigurationStatus;
|
|
6
6
|
(function (AgentConfigurationStatus) {
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
7
|
AgentConfigurationStatus.filterSensitiveLog = (obj) => ({
|
|
11
8
|
...obj,
|
|
12
9
|
});
|
|
13
10
|
})(AgentConfigurationStatus = exports.AgentConfigurationStatus || (exports.AgentConfigurationStatus = {}));
|
|
14
11
|
var AgentNetworkInfo;
|
|
15
12
|
(function (AgentNetworkInfo) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
13
|
AgentNetworkInfo.filterSensitiveLog = (obj) => ({
|
|
20
14
|
...obj,
|
|
21
15
|
});
|
|
@@ -31,81 +25,54 @@ var AgentStatus;
|
|
|
31
25
|
})(AgentStatus = exports.AgentStatus || (exports.AgentStatus = {}));
|
|
32
26
|
var AgentInfo;
|
|
33
27
|
(function (AgentInfo) {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
28
|
AgentInfo.filterSensitiveLog = (obj) => ({
|
|
38
29
|
...obj,
|
|
39
30
|
});
|
|
40
31
|
})(AgentInfo = exports.AgentInfo || (exports.AgentInfo = {}));
|
|
41
32
|
var AssociateConfigurationItemsToApplicationRequest;
|
|
42
33
|
(function (AssociateConfigurationItemsToApplicationRequest) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
34
|
AssociateConfigurationItemsToApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
47
35
|
...obj,
|
|
48
36
|
});
|
|
49
37
|
})(AssociateConfigurationItemsToApplicationRequest = exports.AssociateConfigurationItemsToApplicationRequest || (exports.AssociateConfigurationItemsToApplicationRequest = {}));
|
|
50
38
|
var AssociateConfigurationItemsToApplicationResponse;
|
|
51
39
|
(function (AssociateConfigurationItemsToApplicationResponse) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
40
|
AssociateConfigurationItemsToApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
56
41
|
...obj,
|
|
57
42
|
});
|
|
58
43
|
})(AssociateConfigurationItemsToApplicationResponse = exports.AssociateConfigurationItemsToApplicationResponse || (exports.AssociateConfigurationItemsToApplicationResponse = {}));
|
|
59
44
|
var AuthorizationErrorException;
|
|
60
45
|
(function (AuthorizationErrorException) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
46
|
AuthorizationErrorException.filterSensitiveLog = (obj) => ({
|
|
65
47
|
...obj,
|
|
66
48
|
});
|
|
67
49
|
})(AuthorizationErrorException = exports.AuthorizationErrorException || (exports.AuthorizationErrorException = {}));
|
|
68
50
|
var HomeRegionNotSetException;
|
|
69
51
|
(function (HomeRegionNotSetException) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
52
|
HomeRegionNotSetException.filterSensitiveLog = (obj) => ({
|
|
74
53
|
...obj,
|
|
75
54
|
});
|
|
76
55
|
})(HomeRegionNotSetException = exports.HomeRegionNotSetException || (exports.HomeRegionNotSetException = {}));
|
|
77
56
|
var InvalidParameterException;
|
|
78
57
|
(function (InvalidParameterException) {
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
58
|
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
83
59
|
...obj,
|
|
84
60
|
});
|
|
85
61
|
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
86
62
|
var InvalidParameterValueException;
|
|
87
63
|
(function (InvalidParameterValueException) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
64
|
InvalidParameterValueException.filterSensitiveLog = (obj) => ({
|
|
92
65
|
...obj,
|
|
93
66
|
});
|
|
94
67
|
})(InvalidParameterValueException = exports.InvalidParameterValueException || (exports.InvalidParameterValueException = {}));
|
|
95
68
|
var ServerInternalErrorException;
|
|
96
69
|
(function (ServerInternalErrorException) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
70
|
ServerInternalErrorException.filterSensitiveLog = (obj) => ({
|
|
101
71
|
...obj,
|
|
102
72
|
});
|
|
103
73
|
})(ServerInternalErrorException = exports.ServerInternalErrorException || (exports.ServerInternalErrorException = {}));
|
|
104
74
|
var BatchDeleteImportDataRequest;
|
|
105
75
|
(function (BatchDeleteImportDataRequest) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
76
|
BatchDeleteImportDataRequest.filterSensitiveLog = (obj) => ({
|
|
110
77
|
...obj,
|
|
111
78
|
});
|
|
@@ -118,162 +85,108 @@ var BatchDeleteImportDataErrorCode;
|
|
|
118
85
|
})(BatchDeleteImportDataErrorCode = exports.BatchDeleteImportDataErrorCode || (exports.BatchDeleteImportDataErrorCode = {}));
|
|
119
86
|
var BatchDeleteImportDataError;
|
|
120
87
|
(function (BatchDeleteImportDataError) {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
88
|
BatchDeleteImportDataError.filterSensitiveLog = (obj) => ({
|
|
125
89
|
...obj,
|
|
126
90
|
});
|
|
127
91
|
})(BatchDeleteImportDataError = exports.BatchDeleteImportDataError || (exports.BatchDeleteImportDataError = {}));
|
|
128
92
|
var BatchDeleteImportDataResponse;
|
|
129
93
|
(function (BatchDeleteImportDataResponse) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
94
|
BatchDeleteImportDataResponse.filterSensitiveLog = (obj) => ({
|
|
134
95
|
...obj,
|
|
135
96
|
});
|
|
136
97
|
})(BatchDeleteImportDataResponse = exports.BatchDeleteImportDataResponse || (exports.BatchDeleteImportDataResponse = {}));
|
|
137
98
|
var CreateApplicationRequest;
|
|
138
99
|
(function (CreateApplicationRequest) {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
100
|
CreateApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
143
101
|
...obj,
|
|
144
102
|
});
|
|
145
103
|
})(CreateApplicationRequest = exports.CreateApplicationRequest || (exports.CreateApplicationRequest = {}));
|
|
146
104
|
var CreateApplicationResponse;
|
|
147
105
|
(function (CreateApplicationResponse) {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
106
|
CreateApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
152
107
|
...obj,
|
|
153
108
|
});
|
|
154
109
|
})(CreateApplicationResponse = exports.CreateApplicationResponse || (exports.CreateApplicationResponse = {}));
|
|
155
110
|
var Tag;
|
|
156
111
|
(function (Tag) {
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
112
|
Tag.filterSensitiveLog = (obj) => ({
|
|
161
113
|
...obj,
|
|
162
114
|
});
|
|
163
115
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
164
116
|
var CreateTagsRequest;
|
|
165
117
|
(function (CreateTagsRequest) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
118
|
CreateTagsRequest.filterSensitiveLog = (obj) => ({
|
|
170
119
|
...obj,
|
|
171
120
|
});
|
|
172
121
|
})(CreateTagsRequest = exports.CreateTagsRequest || (exports.CreateTagsRequest = {}));
|
|
173
122
|
var CreateTagsResponse;
|
|
174
123
|
(function (CreateTagsResponse) {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
124
|
CreateTagsResponse.filterSensitiveLog = (obj) => ({
|
|
179
125
|
...obj,
|
|
180
126
|
});
|
|
181
127
|
})(CreateTagsResponse = exports.CreateTagsResponse || (exports.CreateTagsResponse = {}));
|
|
182
128
|
var ResourceNotFoundException;
|
|
183
129
|
(function (ResourceNotFoundException) {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
130
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
188
131
|
...obj,
|
|
189
132
|
});
|
|
190
133
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
191
134
|
var DeleteApplicationsRequest;
|
|
192
135
|
(function (DeleteApplicationsRequest) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
136
|
DeleteApplicationsRequest.filterSensitiveLog = (obj) => ({
|
|
197
137
|
...obj,
|
|
198
138
|
});
|
|
199
139
|
})(DeleteApplicationsRequest = exports.DeleteApplicationsRequest || (exports.DeleteApplicationsRequest = {}));
|
|
200
140
|
var DeleteApplicationsResponse;
|
|
201
141
|
(function (DeleteApplicationsResponse) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
142
|
DeleteApplicationsResponse.filterSensitiveLog = (obj) => ({
|
|
206
143
|
...obj,
|
|
207
144
|
});
|
|
208
145
|
})(DeleteApplicationsResponse = exports.DeleteApplicationsResponse || (exports.DeleteApplicationsResponse = {}));
|
|
209
146
|
var DeleteTagsRequest;
|
|
210
147
|
(function (DeleteTagsRequest) {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
148
|
DeleteTagsRequest.filterSensitiveLog = (obj) => ({
|
|
215
149
|
...obj,
|
|
216
150
|
});
|
|
217
151
|
})(DeleteTagsRequest = exports.DeleteTagsRequest || (exports.DeleteTagsRequest = {}));
|
|
218
152
|
var DeleteTagsResponse;
|
|
219
153
|
(function (DeleteTagsResponse) {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
154
|
DeleteTagsResponse.filterSensitiveLog = (obj) => ({
|
|
224
155
|
...obj,
|
|
225
156
|
});
|
|
226
157
|
})(DeleteTagsResponse = exports.DeleteTagsResponse || (exports.DeleteTagsResponse = {}));
|
|
227
158
|
var Filter;
|
|
228
159
|
(function (Filter) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
160
|
Filter.filterSensitiveLog = (obj) => ({
|
|
233
161
|
...obj,
|
|
234
162
|
});
|
|
235
163
|
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
236
164
|
var DescribeAgentsRequest;
|
|
237
165
|
(function (DescribeAgentsRequest) {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
166
|
DescribeAgentsRequest.filterSensitiveLog = (obj) => ({
|
|
242
167
|
...obj,
|
|
243
168
|
});
|
|
244
169
|
})(DescribeAgentsRequest = exports.DescribeAgentsRequest || (exports.DescribeAgentsRequest = {}));
|
|
245
170
|
var DescribeAgentsResponse;
|
|
246
171
|
(function (DescribeAgentsResponse) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
172
|
DescribeAgentsResponse.filterSensitiveLog = (obj) => ({
|
|
251
173
|
...obj,
|
|
252
174
|
});
|
|
253
175
|
})(DescribeAgentsResponse = exports.DescribeAgentsResponse || (exports.DescribeAgentsResponse = {}));
|
|
254
176
|
var DescribeConfigurationsRequest;
|
|
255
177
|
(function (DescribeConfigurationsRequest) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
178
|
DescribeConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
260
179
|
...obj,
|
|
261
180
|
});
|
|
262
181
|
})(DescribeConfigurationsRequest = exports.DescribeConfigurationsRequest || (exports.DescribeConfigurationsRequest = {}));
|
|
263
182
|
var DescribeConfigurationsResponse;
|
|
264
183
|
(function (DescribeConfigurationsResponse) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
184
|
DescribeConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
269
185
|
...obj,
|
|
270
186
|
});
|
|
271
187
|
})(DescribeConfigurationsResponse = exports.DescribeConfigurationsResponse || (exports.DescribeConfigurationsResponse = {}));
|
|
272
188
|
var DescribeContinuousExportsRequest;
|
|
273
189
|
(function (DescribeContinuousExportsRequest) {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
190
|
DescribeContinuousExportsRequest.filterSensitiveLog = (obj) => ({
|
|
278
191
|
...obj,
|
|
279
192
|
});
|
|
@@ -294,36 +207,24 @@ var ContinuousExportStatus;
|
|
|
294
207
|
})(ContinuousExportStatus = exports.ContinuousExportStatus || (exports.ContinuousExportStatus = {}));
|
|
295
208
|
var ContinuousExportDescription;
|
|
296
209
|
(function (ContinuousExportDescription) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
210
|
ContinuousExportDescription.filterSensitiveLog = (obj) => ({
|
|
301
211
|
...obj,
|
|
302
212
|
});
|
|
303
213
|
})(ContinuousExportDescription = exports.ContinuousExportDescription || (exports.ContinuousExportDescription = {}));
|
|
304
214
|
var DescribeContinuousExportsResponse;
|
|
305
215
|
(function (DescribeContinuousExportsResponse) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
216
|
DescribeContinuousExportsResponse.filterSensitiveLog = (obj) => ({
|
|
310
217
|
...obj,
|
|
311
218
|
});
|
|
312
219
|
})(DescribeContinuousExportsResponse = exports.DescribeContinuousExportsResponse || (exports.DescribeContinuousExportsResponse = {}));
|
|
313
220
|
var OperationNotPermittedException;
|
|
314
221
|
(function (OperationNotPermittedException) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
222
|
OperationNotPermittedException.filterSensitiveLog = (obj) => ({
|
|
319
223
|
...obj,
|
|
320
224
|
});
|
|
321
225
|
})(OperationNotPermittedException = exports.OperationNotPermittedException || (exports.OperationNotPermittedException = {}));
|
|
322
226
|
var DescribeExportConfigurationsRequest;
|
|
323
227
|
(function (DescribeExportConfigurationsRequest) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
228
|
DescribeExportConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
328
229
|
...obj,
|
|
329
230
|
});
|
|
@@ -336,45 +237,30 @@ var ExportStatus;
|
|
|
336
237
|
})(ExportStatus = exports.ExportStatus || (exports.ExportStatus = {}));
|
|
337
238
|
var ExportInfo;
|
|
338
239
|
(function (ExportInfo) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
240
|
ExportInfo.filterSensitiveLog = (obj) => ({
|
|
343
241
|
...obj,
|
|
344
242
|
});
|
|
345
243
|
})(ExportInfo = exports.ExportInfo || (exports.ExportInfo = {}));
|
|
346
244
|
var DescribeExportConfigurationsResponse;
|
|
347
245
|
(function (DescribeExportConfigurationsResponse) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
246
|
DescribeExportConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
352
247
|
...obj,
|
|
353
248
|
});
|
|
354
249
|
})(DescribeExportConfigurationsResponse = exports.DescribeExportConfigurationsResponse || (exports.DescribeExportConfigurationsResponse = {}));
|
|
355
250
|
var ExportFilter;
|
|
356
251
|
(function (ExportFilter) {
|
|
357
|
-
/**
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
360
252
|
ExportFilter.filterSensitiveLog = (obj) => ({
|
|
361
253
|
...obj,
|
|
362
254
|
});
|
|
363
255
|
})(ExportFilter = exports.ExportFilter || (exports.ExportFilter = {}));
|
|
364
256
|
var DescribeExportTasksRequest;
|
|
365
257
|
(function (DescribeExportTasksRequest) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
258
|
DescribeExportTasksRequest.filterSensitiveLog = (obj) => ({
|
|
370
259
|
...obj,
|
|
371
260
|
});
|
|
372
261
|
})(DescribeExportTasksRequest = exports.DescribeExportTasksRequest || (exports.DescribeExportTasksRequest = {}));
|
|
373
262
|
var DescribeExportTasksResponse;
|
|
374
263
|
(function (DescribeExportTasksResponse) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
264
|
DescribeExportTasksResponse.filterSensitiveLog = (obj) => ({
|
|
379
265
|
...obj,
|
|
380
266
|
});
|
|
@@ -387,18 +273,12 @@ var ImportTaskFilterName;
|
|
|
387
273
|
})(ImportTaskFilterName = exports.ImportTaskFilterName || (exports.ImportTaskFilterName = {}));
|
|
388
274
|
var ImportTaskFilter;
|
|
389
275
|
(function (ImportTaskFilter) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
276
|
ImportTaskFilter.filterSensitiveLog = (obj) => ({
|
|
394
277
|
...obj,
|
|
395
278
|
});
|
|
396
279
|
})(ImportTaskFilter = exports.ImportTaskFilter || (exports.ImportTaskFilter = {}));
|
|
397
280
|
var DescribeImportTasksRequest;
|
|
398
281
|
(function (DescribeImportTasksRequest) {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
282
|
DescribeImportTasksRequest.filterSensitiveLog = (obj) => ({
|
|
403
283
|
...obj,
|
|
404
284
|
});
|
|
@@ -419,36 +299,24 @@ var ImportStatus;
|
|
|
419
299
|
})(ImportStatus = exports.ImportStatus || (exports.ImportStatus = {}));
|
|
420
300
|
var ImportTask;
|
|
421
301
|
(function (ImportTask) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
302
|
ImportTask.filterSensitiveLog = (obj) => ({
|
|
426
303
|
...obj,
|
|
427
304
|
});
|
|
428
305
|
})(ImportTask = exports.ImportTask || (exports.ImportTask = {}));
|
|
429
306
|
var DescribeImportTasksResponse;
|
|
430
307
|
(function (DescribeImportTasksResponse) {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
308
|
DescribeImportTasksResponse.filterSensitiveLog = (obj) => ({
|
|
435
309
|
...obj,
|
|
436
310
|
});
|
|
437
311
|
})(DescribeImportTasksResponse = exports.DescribeImportTasksResponse || (exports.DescribeImportTasksResponse = {}));
|
|
438
312
|
var TagFilter;
|
|
439
313
|
(function (TagFilter) {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
314
|
TagFilter.filterSensitiveLog = (obj) => ({
|
|
444
315
|
...obj,
|
|
445
316
|
});
|
|
446
317
|
})(TagFilter = exports.TagFilter || (exports.TagFilter = {}));
|
|
447
318
|
var DescribeTagsRequest;
|
|
448
319
|
(function (DescribeTagsRequest) {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
320
|
DescribeTagsRequest.filterSensitiveLog = (obj) => ({
|
|
453
321
|
...obj,
|
|
454
322
|
});
|
|
@@ -462,81 +330,54 @@ var ConfigurationItemType;
|
|
|
462
330
|
})(ConfigurationItemType = exports.ConfigurationItemType || (exports.ConfigurationItemType = {}));
|
|
463
331
|
var ConfigurationTag;
|
|
464
332
|
(function (ConfigurationTag) {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
333
|
ConfigurationTag.filterSensitiveLog = (obj) => ({
|
|
469
334
|
...obj,
|
|
470
335
|
});
|
|
471
336
|
})(ConfigurationTag = exports.ConfigurationTag || (exports.ConfigurationTag = {}));
|
|
472
337
|
var DescribeTagsResponse;
|
|
473
338
|
(function (DescribeTagsResponse) {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
339
|
DescribeTagsResponse.filterSensitiveLog = (obj) => ({
|
|
478
340
|
...obj,
|
|
479
341
|
});
|
|
480
342
|
})(DescribeTagsResponse = exports.DescribeTagsResponse || (exports.DescribeTagsResponse = {}));
|
|
481
343
|
var DisassociateConfigurationItemsFromApplicationRequest;
|
|
482
344
|
(function (DisassociateConfigurationItemsFromApplicationRequest) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
345
|
DisassociateConfigurationItemsFromApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
487
346
|
...obj,
|
|
488
347
|
});
|
|
489
348
|
})(DisassociateConfigurationItemsFromApplicationRequest = exports.DisassociateConfigurationItemsFromApplicationRequest || (exports.DisassociateConfigurationItemsFromApplicationRequest = {}));
|
|
490
349
|
var DisassociateConfigurationItemsFromApplicationResponse;
|
|
491
350
|
(function (DisassociateConfigurationItemsFromApplicationResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
351
|
DisassociateConfigurationItemsFromApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
496
352
|
...obj,
|
|
497
353
|
});
|
|
498
354
|
})(DisassociateConfigurationItemsFromApplicationResponse = exports.DisassociateConfigurationItemsFromApplicationResponse || (exports.DisassociateConfigurationItemsFromApplicationResponse = {}));
|
|
499
355
|
var ExportConfigurationsResponse;
|
|
500
356
|
(function (ExportConfigurationsResponse) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
357
|
ExportConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
505
358
|
...obj,
|
|
506
359
|
});
|
|
507
360
|
})(ExportConfigurationsResponse = exports.ExportConfigurationsResponse || (exports.ExportConfigurationsResponse = {}));
|
|
508
361
|
var GetDiscoverySummaryRequest;
|
|
509
362
|
(function (GetDiscoverySummaryRequest) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
363
|
GetDiscoverySummaryRequest.filterSensitiveLog = (obj) => ({
|
|
514
364
|
...obj,
|
|
515
365
|
});
|
|
516
366
|
})(GetDiscoverySummaryRequest = exports.GetDiscoverySummaryRequest || (exports.GetDiscoverySummaryRequest = {}));
|
|
517
367
|
var CustomerAgentInfo;
|
|
518
368
|
(function (CustomerAgentInfo) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
369
|
CustomerAgentInfo.filterSensitiveLog = (obj) => ({
|
|
523
370
|
...obj,
|
|
524
371
|
});
|
|
525
372
|
})(CustomerAgentInfo = exports.CustomerAgentInfo || (exports.CustomerAgentInfo = {}));
|
|
526
373
|
var CustomerConnectorInfo;
|
|
527
374
|
(function (CustomerConnectorInfo) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
375
|
CustomerConnectorInfo.filterSensitiveLog = (obj) => ({
|
|
532
376
|
...obj,
|
|
533
377
|
});
|
|
534
378
|
})(CustomerConnectorInfo = exports.CustomerConnectorInfo || (exports.CustomerConnectorInfo = {}));
|
|
535
379
|
var GetDiscoverySummaryResponse;
|
|
536
380
|
(function (GetDiscoverySummaryResponse) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
381
|
GetDiscoverySummaryResponse.filterSensitiveLog = (obj) => ({
|
|
541
382
|
...obj,
|
|
542
383
|
});
|
|
@@ -548,108 +389,72 @@ var OrderString;
|
|
|
548
389
|
})(OrderString = exports.OrderString || (exports.OrderString = {}));
|
|
549
390
|
var OrderByElement;
|
|
550
391
|
(function (OrderByElement) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
392
|
OrderByElement.filterSensitiveLog = (obj) => ({
|
|
555
393
|
...obj,
|
|
556
394
|
});
|
|
557
395
|
})(OrderByElement = exports.OrderByElement || (exports.OrderByElement = {}));
|
|
558
396
|
var ListConfigurationsRequest;
|
|
559
397
|
(function (ListConfigurationsRequest) {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
398
|
ListConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
564
399
|
...obj,
|
|
565
400
|
});
|
|
566
401
|
})(ListConfigurationsRequest = exports.ListConfigurationsRequest || (exports.ListConfigurationsRequest = {}));
|
|
567
402
|
var ListConfigurationsResponse;
|
|
568
403
|
(function (ListConfigurationsResponse) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
404
|
ListConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
573
405
|
...obj,
|
|
574
406
|
});
|
|
575
407
|
})(ListConfigurationsResponse = exports.ListConfigurationsResponse || (exports.ListConfigurationsResponse = {}));
|
|
576
408
|
var ListServerNeighborsRequest;
|
|
577
409
|
(function (ListServerNeighborsRequest) {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
410
|
ListServerNeighborsRequest.filterSensitiveLog = (obj) => ({
|
|
582
411
|
...obj,
|
|
583
412
|
});
|
|
584
413
|
})(ListServerNeighborsRequest = exports.ListServerNeighborsRequest || (exports.ListServerNeighborsRequest = {}));
|
|
585
414
|
var NeighborConnectionDetail;
|
|
586
415
|
(function (NeighborConnectionDetail) {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
416
|
NeighborConnectionDetail.filterSensitiveLog = (obj) => ({
|
|
591
417
|
...obj,
|
|
592
418
|
});
|
|
593
419
|
})(NeighborConnectionDetail = exports.NeighborConnectionDetail || (exports.NeighborConnectionDetail = {}));
|
|
594
420
|
var ListServerNeighborsResponse;
|
|
595
421
|
(function (ListServerNeighborsResponse) {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
422
|
ListServerNeighborsResponse.filterSensitiveLog = (obj) => ({
|
|
600
423
|
...obj,
|
|
601
424
|
});
|
|
602
425
|
})(ListServerNeighborsResponse = exports.ListServerNeighborsResponse || (exports.ListServerNeighborsResponse = {}));
|
|
603
426
|
var ConflictErrorException;
|
|
604
427
|
(function (ConflictErrorException) {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
428
|
ConflictErrorException.filterSensitiveLog = (obj) => ({
|
|
609
429
|
...obj,
|
|
610
430
|
});
|
|
611
431
|
})(ConflictErrorException = exports.ConflictErrorException || (exports.ConflictErrorException = {}));
|
|
612
432
|
var ResourceInUseException;
|
|
613
433
|
(function (ResourceInUseException) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
434
|
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
618
435
|
...obj,
|
|
619
436
|
});
|
|
620
437
|
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
621
438
|
var StartContinuousExportRequest;
|
|
622
439
|
(function (StartContinuousExportRequest) {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
440
|
StartContinuousExportRequest.filterSensitiveLog = (obj) => ({
|
|
627
441
|
...obj,
|
|
628
442
|
});
|
|
629
443
|
})(StartContinuousExportRequest = exports.StartContinuousExportRequest || (exports.StartContinuousExportRequest = {}));
|
|
630
444
|
var StartContinuousExportResponse;
|
|
631
445
|
(function (StartContinuousExportResponse) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
446
|
StartContinuousExportResponse.filterSensitiveLog = (obj) => ({
|
|
636
447
|
...obj,
|
|
637
448
|
});
|
|
638
449
|
})(StartContinuousExportResponse = exports.StartContinuousExportResponse || (exports.StartContinuousExportResponse = {}));
|
|
639
450
|
var StartDataCollectionByAgentIdsRequest;
|
|
640
451
|
(function (StartDataCollectionByAgentIdsRequest) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
452
|
StartDataCollectionByAgentIdsRequest.filterSensitiveLog = (obj) => ({
|
|
645
453
|
...obj,
|
|
646
454
|
});
|
|
647
455
|
})(StartDataCollectionByAgentIdsRequest = exports.StartDataCollectionByAgentIdsRequest || (exports.StartDataCollectionByAgentIdsRequest = {}));
|
|
648
456
|
var StartDataCollectionByAgentIdsResponse;
|
|
649
457
|
(function (StartDataCollectionByAgentIdsResponse) {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
458
|
StartDataCollectionByAgentIdsResponse.filterSensitiveLog = (obj) => ({
|
|
654
459
|
...obj,
|
|
655
460
|
});
|
|
@@ -661,92 +466,61 @@ var ExportDataFormat;
|
|
|
661
466
|
})(ExportDataFormat = exports.ExportDataFormat || (exports.ExportDataFormat = {}));
|
|
662
467
|
var StartExportTaskRequest;
|
|
663
468
|
(function (StartExportTaskRequest) {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
469
|
StartExportTaskRequest.filterSensitiveLog = (obj) => ({
|
|
668
470
|
...obj,
|
|
669
471
|
});
|
|
670
472
|
})(StartExportTaskRequest = exports.StartExportTaskRequest || (exports.StartExportTaskRequest = {}));
|
|
671
473
|
var StartExportTaskResponse;
|
|
672
474
|
(function (StartExportTaskResponse) {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
475
|
StartExportTaskResponse.filterSensitiveLog = (obj) => ({
|
|
677
476
|
...obj,
|
|
678
477
|
});
|
|
679
478
|
})(StartExportTaskResponse = exports.StartExportTaskResponse || (exports.StartExportTaskResponse = {}));
|
|
680
479
|
var StartImportTaskRequest;
|
|
681
480
|
(function (StartImportTaskRequest) {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
481
|
StartImportTaskRequest.filterSensitiveLog = (obj) => ({
|
|
686
482
|
...obj,
|
|
687
483
|
});
|
|
688
484
|
})(StartImportTaskRequest = exports.StartImportTaskRequest || (exports.StartImportTaskRequest = {}));
|
|
689
485
|
var StartImportTaskResponse;
|
|
690
486
|
(function (StartImportTaskResponse) {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
487
|
StartImportTaskResponse.filterSensitiveLog = (obj) => ({
|
|
695
488
|
...obj,
|
|
696
489
|
});
|
|
697
490
|
})(StartImportTaskResponse = exports.StartImportTaskResponse || (exports.StartImportTaskResponse = {}));
|
|
698
491
|
var StopContinuousExportRequest;
|
|
699
492
|
(function (StopContinuousExportRequest) {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
493
|
StopContinuousExportRequest.filterSensitiveLog = (obj) => ({
|
|
704
494
|
...obj,
|
|
705
495
|
});
|
|
706
496
|
})(StopContinuousExportRequest = exports.StopContinuousExportRequest || (exports.StopContinuousExportRequest = {}));
|
|
707
497
|
var StopContinuousExportResponse;
|
|
708
498
|
(function (StopContinuousExportResponse) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
499
|
StopContinuousExportResponse.filterSensitiveLog = (obj) => ({
|
|
713
500
|
...obj,
|
|
714
501
|
});
|
|
715
502
|
})(StopContinuousExportResponse = exports.StopContinuousExportResponse || (exports.StopContinuousExportResponse = {}));
|
|
716
503
|
var StopDataCollectionByAgentIdsRequest;
|
|
717
504
|
(function (StopDataCollectionByAgentIdsRequest) {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
505
|
StopDataCollectionByAgentIdsRequest.filterSensitiveLog = (obj) => ({
|
|
722
506
|
...obj,
|
|
723
507
|
});
|
|
724
508
|
})(StopDataCollectionByAgentIdsRequest = exports.StopDataCollectionByAgentIdsRequest || (exports.StopDataCollectionByAgentIdsRequest = {}));
|
|
725
509
|
var StopDataCollectionByAgentIdsResponse;
|
|
726
510
|
(function (StopDataCollectionByAgentIdsResponse) {
|
|
727
|
-
/**
|
|
728
|
-
* @internal
|
|
729
|
-
*/
|
|
730
511
|
StopDataCollectionByAgentIdsResponse.filterSensitiveLog = (obj) => ({
|
|
731
512
|
...obj,
|
|
732
513
|
});
|
|
733
514
|
})(StopDataCollectionByAgentIdsResponse = exports.StopDataCollectionByAgentIdsResponse || (exports.StopDataCollectionByAgentIdsResponse = {}));
|
|
734
515
|
var UpdateApplicationRequest;
|
|
735
516
|
(function (UpdateApplicationRequest) {
|
|
736
|
-
/**
|
|
737
|
-
* @internal
|
|
738
|
-
*/
|
|
739
517
|
UpdateApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
740
518
|
...obj,
|
|
741
519
|
});
|
|
742
520
|
})(UpdateApplicationRequest = exports.UpdateApplicationRequest || (exports.UpdateApplicationRequest = {}));
|
|
743
521
|
var UpdateApplicationResponse;
|
|
744
522
|
(function (UpdateApplicationResponse) {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
523
|
UpdateApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
749
524
|
...obj,
|
|
750
525
|
});
|
|
751
526
|
})(UpdateApplicationResponse = exports.UpdateApplicationResponse || (exports.UpdateApplicationResponse = {}));
|
|
752
|
-
//# sourceMappingURL=models_0.js.map
|