@aws-sdk/client-application-insights 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/ApplicationInsights.js +1 -2
- package/{dist/cjs → dist-cjs}/ApplicationInsightsClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateComponentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLogPatternCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteComponentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLogPatternCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeApplicationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeComponentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeComponentConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLogPatternCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeObservationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeProblemCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeProblemObservationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListApplicationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListComponentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListConfigurationHistoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListLogPatternSetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListLogPatternsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListProblemsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateComponentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateComponentConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateLogPatternCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- 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 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListApplicationsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListComponentsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListConfigurationHistoryPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListLogPatternSetsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListLogPatternsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListProblemsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/ApplicationInsights.js +2 -18
- package/{dist/es → dist-es}/ApplicationInsightsClient.js +2 -23
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateComponentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLogPatternCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteComponentCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteLogPatternCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeComponentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeComponentConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeComponentConfigurationRecommendationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLogPatternCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeObservationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeProblemCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeProblemObservationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListApplicationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListComponentsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListConfigurationHistoryCommand.js +4 -43
- package/{dist/es → dist-es}/commands/ListLogPatternSetsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLogPatternsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListProblemsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -35
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -37
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateComponentCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateComponentConfigurationCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateLogPatternCommand.js +4 -30
- 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 -211
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListApplicationsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListComponentsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListConfigurationHistoryPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListLogPatternSetsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListLogPatternsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListProblemsPaginator.js +16 -29
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +547 -553
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/ApplicationInsights.d.ts +2 -2
- package/{dist/types → dist-types}/ApplicationInsightsClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLogPatternCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLogPatternCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeComponentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLogPatternCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeObservationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeProblemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeProblemObservationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListComponentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConfigurationHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLogPatternSetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLogPatternsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListProblemsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateComponentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLogPatternCommand.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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListComponentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConfigurationHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListLogPatternSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListLogPatternsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListProblemsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ApplicationInsights.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/ApplicationInsightsClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateLogPatternCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLogPatternCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLogPatternCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeObservationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeProblemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListComponentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListLogPatternSetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListLogPatternsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListProblemsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLogPatternCommand.d.ts +2 -2
- 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 → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListComponentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListLogPatternSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListLogPatternsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListProblemsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/ApplicationInsights.ts +0 -1036
- package/ApplicationInsightsClient.ts +0 -352
- package/commands/CreateApplicationCommand.ts +0 -98
- package/commands/CreateComponentCommand.ts +0 -98
- package/commands/CreateLogPatternCommand.ts +0 -98
- package/commands/DeleteApplicationCommand.ts +0 -98
- package/commands/DeleteComponentCommand.ts +0 -99
- package/commands/DeleteLogPatternCommand.ts +0 -98
- package/commands/DescribeApplicationCommand.ts +0 -98
- package/commands/DescribeComponentCommand.ts +0 -98
- package/commands/DescribeComponentConfigurationCommand.ts +0 -106
- package/commands/DescribeComponentConfigurationRecommendationCommand.ts +0 -113
- package/commands/DescribeLogPatternCommand.ts +0 -98
- package/commands/DescribeObservationCommand.ts +0 -98
- package/commands/DescribeProblemCommand.ts +0 -98
- package/commands/DescribeProblemObservationsCommand.ts +0 -103
- package/commands/ListApplicationsCommand.ts +0 -98
- package/commands/ListComponentsCommand.ts +0 -98
- package/commands/ListConfigurationHistoryCommand.ts +0 -111
- package/commands/ListLogPatternSetsCommand.ts +0 -98
- package/commands/ListLogPatternsCommand.ts +0 -98
- package/commands/ListProblemsCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -103
- package/commands/TagResourceCommand.ts +0 -105
- package/commands/UntagResourceCommand.ts +0 -98
- package/commands/UpdateApplicationCommand.ts +0 -98
- package/commands/UpdateComponentCommand.ts +0 -99
- package/commands/UpdateComponentConfigurationCommand.ts +0 -105
- package/commands/UpdateLogPatternCommand.ts +0 -98
- package/dist/cjs/ApplicationInsights.js.map +0 -1
- package/dist/cjs/ApplicationInsightsClient.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateComponentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLogPatternCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteComponentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLogPatternCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeComponentCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeComponentConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeComponentConfigurationRecommendationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLogPatternCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeObservationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProblemCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProblemObservationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListComponentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListConfigurationHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListLogPatternSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLogPatternsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProblemsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateComponentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateComponentConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLogPatternCommand.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 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListConfigurationHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLogPatternSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLogPatternsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProblemsPaginator.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/ApplicationInsights.js.map +0 -1
- package/dist/es/ApplicationInsightsClient.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateComponentCommand.js.map +0 -1
- package/dist/es/commands/CreateLogPatternCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteComponentCommand.js.map +0 -1
- package/dist/es/commands/DeleteLogPatternCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicationCommand.js.map +0 -1
- package/dist/es/commands/DescribeComponentCommand.js.map +0 -1
- package/dist/es/commands/DescribeComponentConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeComponentConfigurationRecommendationCommand.js.map +0 -1
- package/dist/es/commands/DescribeLogPatternCommand.js.map +0 -1
- package/dist/es/commands/DescribeObservationCommand.js.map +0 -1
- package/dist/es/commands/DescribeProblemCommand.js.map +0 -1
- package/dist/es/commands/DescribeProblemObservationsCommand.js.map +0 -1
- package/dist/es/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/es/commands/ListComponentsCommand.js.map +0 -1
- package/dist/es/commands/ListConfigurationHistoryCommand.js.map +0 -1
- package/dist/es/commands/ListLogPatternSetsCommand.js.map +0 -1
- package/dist/es/commands/ListLogPatternsCommand.js.map +0 -1
- package/dist/es/commands/ListProblemsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateComponentCommand.js.map +0 -1
- package/dist/es/commands/UpdateComponentConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLogPatternCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -38
- 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 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListConfigurationHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/ListLogPatternSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLogPatternsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProblemsPaginator.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/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2046
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListApplicationsPaginator.ts +0 -58
- package/pagination/ListComponentsPaginator.ts +0 -58
- package/pagination/ListConfigurationHistoryPaginator.ts +0 -58
- package/pagination/ListLogPatternSetsPaginator.ts +0 -58
- package/pagination/ListLogPatternsPaginator.ts +0 -58
- package/pagination/ListProblemsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -3616
- 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 -12
- package/tsconfig.json +0 -32
|
@@ -1,492 +1,281 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var AccessDeniedException;
|
|
3
3
|
(function (AccessDeniedException) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
9
6
|
export var ApplicationComponent;
|
|
10
7
|
(function (ApplicationComponent) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
ApplicationComponent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(ApplicationComponent || (ApplicationComponent = {}));
|
|
16
10
|
export var ApplicationInfo;
|
|
17
11
|
(function (ApplicationInfo) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
ApplicationInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(ApplicationInfo || (ApplicationInfo = {}));
|
|
23
14
|
export var BadRequestException;
|
|
24
15
|
(function (BadRequestException) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(BadRequestException || (BadRequestException = {}));
|
|
30
18
|
export var ConfigurationEvent;
|
|
31
19
|
(function (ConfigurationEvent) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
ConfigurationEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(ConfigurationEvent || (ConfigurationEvent = {}));
|
|
37
22
|
export var Tag;
|
|
38
23
|
(function (Tag) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
24
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
25
|
})(Tag || (Tag = {}));
|
|
44
26
|
export var CreateApplicationRequest;
|
|
45
27
|
(function (CreateApplicationRequest) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
28
|
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
29
|
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
51
30
|
export var CreateApplicationResponse;
|
|
52
31
|
(function (CreateApplicationResponse) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
32
|
CreateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
33
|
})(CreateApplicationResponse || (CreateApplicationResponse = {}));
|
|
58
34
|
export var InternalServerException;
|
|
59
35
|
(function (InternalServerException) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
36
|
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
37
|
})(InternalServerException || (InternalServerException = {}));
|
|
65
38
|
export var ResourceInUseException;
|
|
66
39
|
(function (ResourceInUseException) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
40
|
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
41
|
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
72
42
|
export var ResourceNotFoundException;
|
|
73
43
|
(function (ResourceNotFoundException) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
44
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
45
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
79
46
|
export var TagsAlreadyExistException;
|
|
80
47
|
(function (TagsAlreadyExistException) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
48
|
TagsAlreadyExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
49
|
})(TagsAlreadyExistException || (TagsAlreadyExistException = {}));
|
|
86
50
|
export var ValidationException;
|
|
87
51
|
(function (ValidationException) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
52
|
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
53
|
})(ValidationException || (ValidationException = {}));
|
|
93
54
|
export var CreateComponentRequest;
|
|
94
55
|
(function (CreateComponentRequest) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
56
|
CreateComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
57
|
})(CreateComponentRequest || (CreateComponentRequest = {}));
|
|
100
58
|
export var CreateComponentResponse;
|
|
101
59
|
(function (CreateComponentResponse) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
60
|
CreateComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
61
|
})(CreateComponentResponse || (CreateComponentResponse = {}));
|
|
107
62
|
export var CreateLogPatternRequest;
|
|
108
63
|
(function (CreateLogPatternRequest) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
64
|
CreateLogPatternRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
65
|
})(CreateLogPatternRequest || (CreateLogPatternRequest = {}));
|
|
114
66
|
export var LogPattern;
|
|
115
67
|
(function (LogPattern) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
68
|
LogPattern.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
69
|
})(LogPattern || (LogPattern = {}));
|
|
121
70
|
export var CreateLogPatternResponse;
|
|
122
71
|
(function (CreateLogPatternResponse) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
72
|
CreateLogPatternResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
73
|
})(CreateLogPatternResponse || (CreateLogPatternResponse = {}));
|
|
128
74
|
export var DeleteApplicationRequest;
|
|
129
75
|
(function (DeleteApplicationRequest) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
76
|
DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
77
|
})(DeleteApplicationRequest || (DeleteApplicationRequest = {}));
|
|
135
78
|
export var DeleteApplicationResponse;
|
|
136
79
|
(function (DeleteApplicationResponse) {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
80
|
DeleteApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
81
|
})(DeleteApplicationResponse || (DeleteApplicationResponse = {}));
|
|
142
82
|
export var DeleteComponentRequest;
|
|
143
83
|
(function (DeleteComponentRequest) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
84
|
DeleteComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
85
|
})(DeleteComponentRequest || (DeleteComponentRequest = {}));
|
|
149
86
|
export var DeleteComponentResponse;
|
|
150
87
|
(function (DeleteComponentResponse) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
88
|
DeleteComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
89
|
})(DeleteComponentResponse || (DeleteComponentResponse = {}));
|
|
156
90
|
export var DeleteLogPatternRequest;
|
|
157
91
|
(function (DeleteLogPatternRequest) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
92
|
DeleteLogPatternRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
93
|
})(DeleteLogPatternRequest || (DeleteLogPatternRequest = {}));
|
|
163
94
|
export var DeleteLogPatternResponse;
|
|
164
95
|
(function (DeleteLogPatternResponse) {
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
96
|
DeleteLogPatternResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
97
|
})(DeleteLogPatternResponse || (DeleteLogPatternResponse = {}));
|
|
170
98
|
export var DescribeApplicationRequest;
|
|
171
99
|
(function (DescribeApplicationRequest) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
100
|
DescribeApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
101
|
})(DescribeApplicationRequest || (DescribeApplicationRequest = {}));
|
|
177
102
|
export var DescribeApplicationResponse;
|
|
178
103
|
(function (DescribeApplicationResponse) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
104
|
DescribeApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
105
|
})(DescribeApplicationResponse || (DescribeApplicationResponse = {}));
|
|
184
106
|
export var DescribeComponentRequest;
|
|
185
107
|
(function (DescribeComponentRequest) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
108
|
DescribeComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
109
|
})(DescribeComponentRequest || (DescribeComponentRequest = {}));
|
|
191
110
|
export var DescribeComponentResponse;
|
|
192
111
|
(function (DescribeComponentResponse) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
112
|
DescribeComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
113
|
})(DescribeComponentResponse || (DescribeComponentResponse = {}));
|
|
198
114
|
export var DescribeComponentConfigurationRequest;
|
|
199
115
|
(function (DescribeComponentConfigurationRequest) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
116
|
DescribeComponentConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
117
|
})(DescribeComponentConfigurationRequest || (DescribeComponentConfigurationRequest = {}));
|
|
205
118
|
export var DescribeComponentConfigurationResponse;
|
|
206
119
|
(function (DescribeComponentConfigurationResponse) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
120
|
DescribeComponentConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
121
|
})(DescribeComponentConfigurationResponse || (DescribeComponentConfigurationResponse = {}));
|
|
212
122
|
export var DescribeComponentConfigurationRecommendationRequest;
|
|
213
123
|
(function (DescribeComponentConfigurationRecommendationRequest) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
124
|
DescribeComponentConfigurationRecommendationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
125
|
})(DescribeComponentConfigurationRecommendationRequest || (DescribeComponentConfigurationRecommendationRequest = {}));
|
|
219
126
|
export var DescribeComponentConfigurationRecommendationResponse;
|
|
220
127
|
(function (DescribeComponentConfigurationRecommendationResponse) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
128
|
DescribeComponentConfigurationRecommendationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
129
|
})(DescribeComponentConfigurationRecommendationResponse || (DescribeComponentConfigurationRecommendationResponse = {}));
|
|
226
130
|
export var DescribeLogPatternRequest;
|
|
227
131
|
(function (DescribeLogPatternRequest) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
132
|
DescribeLogPatternRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
133
|
})(DescribeLogPatternRequest || (DescribeLogPatternRequest = {}));
|
|
233
134
|
export var DescribeLogPatternResponse;
|
|
234
135
|
(function (DescribeLogPatternResponse) {
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
136
|
DescribeLogPatternResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
137
|
})(DescribeLogPatternResponse || (DescribeLogPatternResponse = {}));
|
|
240
138
|
export var DescribeObservationRequest;
|
|
241
139
|
(function (DescribeObservationRequest) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
140
|
DescribeObservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
141
|
})(DescribeObservationRequest || (DescribeObservationRequest = {}));
|
|
247
142
|
export var Observation;
|
|
248
143
|
(function (Observation) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
144
|
Observation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
145
|
})(Observation || (Observation = {}));
|
|
254
146
|
export var DescribeObservationResponse;
|
|
255
147
|
(function (DescribeObservationResponse) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
148
|
DescribeObservationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
149
|
})(DescribeObservationResponse || (DescribeObservationResponse = {}));
|
|
261
150
|
export var DescribeProblemRequest;
|
|
262
151
|
(function (DescribeProblemRequest) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
152
|
DescribeProblemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
153
|
})(DescribeProblemRequest || (DescribeProblemRequest = {}));
|
|
268
154
|
export var Problem;
|
|
269
155
|
(function (Problem) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
156
|
Problem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
157
|
})(Problem || (Problem = {}));
|
|
275
158
|
export var DescribeProblemResponse;
|
|
276
159
|
(function (DescribeProblemResponse) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
160
|
DescribeProblemResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
161
|
})(DescribeProblemResponse || (DescribeProblemResponse = {}));
|
|
282
162
|
export var DescribeProblemObservationsRequest;
|
|
283
163
|
(function (DescribeProblemObservationsRequest) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
164
|
DescribeProblemObservationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
165
|
})(DescribeProblemObservationsRequest || (DescribeProblemObservationsRequest = {}));
|
|
289
166
|
export var RelatedObservations;
|
|
290
167
|
(function (RelatedObservations) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
168
|
RelatedObservations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
169
|
})(RelatedObservations || (RelatedObservations = {}));
|
|
296
170
|
export var DescribeProblemObservationsResponse;
|
|
297
171
|
(function (DescribeProblemObservationsResponse) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
172
|
DescribeProblemObservationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
173
|
})(DescribeProblemObservationsResponse || (DescribeProblemObservationsResponse = {}));
|
|
303
174
|
export var ListApplicationsRequest;
|
|
304
175
|
(function (ListApplicationsRequest) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
176
|
ListApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
177
|
})(ListApplicationsRequest || (ListApplicationsRequest = {}));
|
|
310
178
|
export var ListApplicationsResponse;
|
|
311
179
|
(function (ListApplicationsResponse) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
180
|
ListApplicationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
181
|
})(ListApplicationsResponse || (ListApplicationsResponse = {}));
|
|
317
182
|
export var ListComponentsRequest;
|
|
318
183
|
(function (ListComponentsRequest) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
184
|
ListComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
185
|
})(ListComponentsRequest || (ListComponentsRequest = {}));
|
|
324
186
|
export var ListComponentsResponse;
|
|
325
187
|
(function (ListComponentsResponse) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
188
|
ListComponentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
189
|
})(ListComponentsResponse || (ListComponentsResponse = {}));
|
|
331
190
|
export var ListConfigurationHistoryRequest;
|
|
332
191
|
(function (ListConfigurationHistoryRequest) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
192
|
ListConfigurationHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
193
|
})(ListConfigurationHistoryRequest || (ListConfigurationHistoryRequest = {}));
|
|
338
194
|
export var ListConfigurationHistoryResponse;
|
|
339
195
|
(function (ListConfigurationHistoryResponse) {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
196
|
ListConfigurationHistoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
197
|
})(ListConfigurationHistoryResponse || (ListConfigurationHistoryResponse = {}));
|
|
345
198
|
export var ListLogPatternsRequest;
|
|
346
199
|
(function (ListLogPatternsRequest) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
200
|
ListLogPatternsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
201
|
})(ListLogPatternsRequest || (ListLogPatternsRequest = {}));
|
|
352
202
|
export var ListLogPatternsResponse;
|
|
353
203
|
(function (ListLogPatternsResponse) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
204
|
ListLogPatternsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
205
|
})(ListLogPatternsResponse || (ListLogPatternsResponse = {}));
|
|
359
206
|
export var ListLogPatternSetsRequest;
|
|
360
207
|
(function (ListLogPatternSetsRequest) {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
208
|
ListLogPatternSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
209
|
})(ListLogPatternSetsRequest || (ListLogPatternSetsRequest = {}));
|
|
366
210
|
export var ListLogPatternSetsResponse;
|
|
367
211
|
(function (ListLogPatternSetsResponse) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
212
|
ListLogPatternSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
213
|
})(ListLogPatternSetsResponse || (ListLogPatternSetsResponse = {}));
|
|
373
214
|
export var ListProblemsRequest;
|
|
374
215
|
(function (ListProblemsRequest) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
216
|
ListProblemsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
217
|
})(ListProblemsRequest || (ListProblemsRequest = {}));
|
|
380
218
|
export var ListProblemsResponse;
|
|
381
219
|
(function (ListProblemsResponse) {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
220
|
ListProblemsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
221
|
})(ListProblemsResponse || (ListProblemsResponse = {}));
|
|
387
222
|
export var ListTagsForResourceRequest;
|
|
388
223
|
(function (ListTagsForResourceRequest) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
224
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
225
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
394
226
|
export var ListTagsForResourceResponse;
|
|
395
227
|
(function (ListTagsForResourceResponse) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
228
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
229
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
401
230
|
export var TagResourceRequest;
|
|
402
231
|
(function (TagResourceRequest) {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
232
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
233
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
408
234
|
export var TagResourceResponse;
|
|
409
235
|
(function (TagResourceResponse) {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
236
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
237
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
415
238
|
export var TooManyTagsException;
|
|
416
239
|
(function (TooManyTagsException) {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
240
|
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
241
|
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
422
242
|
export var UntagResourceRequest;
|
|
423
243
|
(function (UntagResourceRequest) {
|
|
424
|
-
/**
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
427
244
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
245
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
429
246
|
export var UntagResourceResponse;
|
|
430
247
|
(function (UntagResourceResponse) {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
248
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
249
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
436
250
|
export var UpdateApplicationRequest;
|
|
437
251
|
(function (UpdateApplicationRequest) {
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
441
252
|
UpdateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
253
|
})(UpdateApplicationRequest || (UpdateApplicationRequest = {}));
|
|
443
254
|
export var UpdateApplicationResponse;
|
|
444
255
|
(function (UpdateApplicationResponse) {
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
*/
|
|
448
256
|
UpdateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
257
|
})(UpdateApplicationResponse || (UpdateApplicationResponse = {}));
|
|
450
258
|
export var UpdateComponentRequest;
|
|
451
259
|
(function (UpdateComponentRequest) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
260
|
UpdateComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
261
|
})(UpdateComponentRequest || (UpdateComponentRequest = {}));
|
|
457
262
|
export var UpdateComponentResponse;
|
|
458
263
|
(function (UpdateComponentResponse) {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
264
|
UpdateComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
265
|
})(UpdateComponentResponse || (UpdateComponentResponse = {}));
|
|
464
266
|
export var UpdateComponentConfigurationRequest;
|
|
465
267
|
(function (UpdateComponentConfigurationRequest) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
268
|
UpdateComponentConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
269
|
})(UpdateComponentConfigurationRequest || (UpdateComponentConfigurationRequest = {}));
|
|
471
270
|
export var UpdateComponentConfigurationResponse;
|
|
472
271
|
(function (UpdateComponentConfigurationResponse) {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
272
|
UpdateComponentConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
273
|
})(UpdateComponentConfigurationResponse || (UpdateComponentConfigurationResponse = {}));
|
|
478
274
|
export var UpdateLogPatternRequest;
|
|
479
275
|
(function (UpdateLogPatternRequest) {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
276
|
UpdateLogPatternRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
277
|
})(UpdateLogPatternRequest || (UpdateLogPatternRequest = {}));
|
|
485
278
|
export var UpdateLogPatternResponse;
|
|
486
279
|
(function (UpdateLogPatternResponse) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
280
|
UpdateLogPatternResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
281
|
})(UpdateLogPatternResponse || (UpdateLogPatternResponse = {}));
|
|
492
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,9 +2,6 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArra
|
|
|
2
2
|
import { ApplicationInsights } from "../ApplicationInsights";
|
|
3
3
|
import { ApplicationInsightsClient } from "../ApplicationInsightsClient";
|
|
4
4
|
import { ListApplicationsCommand, } from "../commands/ListApplicationsCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListApplicationsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.listApplications.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateListApplications(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.NextToken = token;
|
|
59
49
|
input["MaxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof ApplicationInsights)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof ApplicationInsights)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof ApplicationInsightsClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof ApplicationInsightsClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected ApplicationInsights | ApplicationInsightsClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.NextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=ListApplicationsPaginator.js.map
|
|
@@ -2,9 +2,6 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArra
|
|
|
2
2
|
import { ApplicationInsights } from "../ApplicationInsights";
|
|
3
3
|
import { ApplicationInsightsClient } from "../ApplicationInsightsClient";
|
|
4
4
|
import { ListComponentsCommand, } from "../commands/ListComponentsCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListComponentsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.listComponents.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateListComponents(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.NextToken = token;
|
|
59
49
|
input["MaxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof ApplicationInsights)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof ApplicationInsights)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof ApplicationInsightsClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof ApplicationInsightsClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected ApplicationInsights | ApplicationInsightsClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.NextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=ListComponentsPaginator.js.map
|