@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
package/models/models_0.ts
DELETED
|
@@ -1,2046 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* <p>
|
|
5
|
-
* User does not have permissions to perform this action.
|
|
6
|
-
* </p>
|
|
7
|
-
*/
|
|
8
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
9
|
-
name: "AccessDeniedException";
|
|
10
|
-
$fault: "client";
|
|
11
|
-
Message?: string;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export namespace AccessDeniedException {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
|
-
export const filterSensitiveLog = (obj: AccessDeniedException): any => ({
|
|
19
|
-
...obj,
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export type Tier =
|
|
24
|
-
| "CUSTOM"
|
|
25
|
-
| "DEFAULT"
|
|
26
|
-
| "DOT_NET_CORE"
|
|
27
|
-
| "DOT_NET_WEB"
|
|
28
|
-
| "DOT_NET_WEB_TIER"
|
|
29
|
-
| "DOT_NET_WORKER"
|
|
30
|
-
| "JAVA_JMX"
|
|
31
|
-
| "MYSQL"
|
|
32
|
-
| "ORACLE"
|
|
33
|
-
| "POSTGRESQL"
|
|
34
|
-
| "SQL_SERVER"
|
|
35
|
-
| "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP";
|
|
36
|
-
|
|
37
|
-
export type OsType = "LINUX" | "WINDOWS";
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* <p>Describes a standalone resource or similarly grouped resources that the application is made
|
|
41
|
-
* up of.</p>
|
|
42
|
-
*/
|
|
43
|
-
export interface ApplicationComponent {
|
|
44
|
-
/**
|
|
45
|
-
* <p>The name of the component.</p>
|
|
46
|
-
*/
|
|
47
|
-
ComponentName?: string;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* <p>
|
|
51
|
-
* If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.
|
|
52
|
-
* </p>
|
|
53
|
-
*/
|
|
54
|
-
ComponentRemarks?: string;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* <p>The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.</p>
|
|
58
|
-
*/
|
|
59
|
-
ResourceType?: string;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* <p>
|
|
63
|
-
* The operating system of the component.
|
|
64
|
-
* </p>
|
|
65
|
-
*/
|
|
66
|
-
OsType?: OsType | string;
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* <p>The stack tier of the application component.</p>
|
|
70
|
-
*/
|
|
71
|
-
Tier?: Tier | string;
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* <p>Indicates whether the application component is monitored. </p>
|
|
75
|
-
*/
|
|
76
|
-
Monitor?: boolean;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* <p>
|
|
80
|
-
* Workloads detected in the application component.
|
|
81
|
-
* </p>
|
|
82
|
-
*/
|
|
83
|
-
DetectedWorkload?: { [key: string]: { [key: string]: string } };
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
export namespace ApplicationComponent {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
export const filterSensitiveLog = (obj: ApplicationComponent): any => ({
|
|
91
|
-
...obj,
|
|
92
|
-
});
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* <p>Describes the status of the application.</p>
|
|
97
|
-
*/
|
|
98
|
-
export interface ApplicationInfo {
|
|
99
|
-
/**
|
|
100
|
-
* <p>The name of the resource group used for the application.</p>
|
|
101
|
-
*/
|
|
102
|
-
ResourceGroupName?: string;
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* <p>The lifecycle of the application. </p>
|
|
106
|
-
*/
|
|
107
|
-
LifeCycle?: string;
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* <p>
|
|
111
|
-
* The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications
|
|
112
|
-
* for opsItem updates.
|
|
113
|
-
* </p>
|
|
114
|
-
*/
|
|
115
|
-
OpsItemSNSTopicArn?: string;
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* <p>
|
|
119
|
-
* Indicates whether Application Insights will create opsItems for any problem detected by Application
|
|
120
|
-
* Insights for an application.
|
|
121
|
-
* </p>
|
|
122
|
-
*/
|
|
123
|
-
OpsCenterEnabled?: boolean;
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* <p>
|
|
127
|
-
* Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as <code>instance terminated</code>, <code>failed deployment</code>, and others.
|
|
128
|
-
* </p>
|
|
129
|
-
*/
|
|
130
|
-
CWEMonitorEnabled?: boolean;
|
|
131
|
-
|
|
132
|
-
/**
|
|
133
|
-
* <p>The issues on the user side that block Application Insights from successfully monitoring
|
|
134
|
-
* an application. Example remarks include:</p>
|
|
135
|
-
* <ul>
|
|
136
|
-
* <li>
|
|
137
|
-
* <p>“Configuring application, detected 1 Errors, 3 Warnings”</p>
|
|
138
|
-
* </li>
|
|
139
|
-
* <li>
|
|
140
|
-
* <p>“Configuring application, detected 1 Unconfigured Components”</p>
|
|
141
|
-
* </li>
|
|
142
|
-
* </ul>
|
|
143
|
-
*/
|
|
144
|
-
Remarks?: string;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
export namespace ApplicationInfo {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
export const filterSensitiveLog = (obj: ApplicationInfo): any => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* <p>The request is not understood by the server.</p>
|
|
158
|
-
*/
|
|
159
|
-
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
160
|
-
name: "BadRequestException";
|
|
161
|
-
$fault: "client";
|
|
162
|
-
Message?: string;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
export namespace BadRequestException {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
export const filterSensitiveLog = (obj: BadRequestException): any => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
export type CloudWatchEventSource = "CODE_DEPLOY" | "EC2" | "HEALTH" | "RDS";
|
|
175
|
-
|
|
176
|
-
export type ConfigurationEventResourceType =
|
|
177
|
-
| "CLOUDFORMATION"
|
|
178
|
-
| "CLOUDWATCH_ALARM"
|
|
179
|
-
| "CLOUDWATCH_LOG"
|
|
180
|
-
| "SSM_ASSOCIATION";
|
|
181
|
-
|
|
182
|
-
export type ConfigurationEventStatus = "ERROR" | "INFO" | "WARN";
|
|
183
|
-
|
|
184
|
-
/**
|
|
185
|
-
* <p>
|
|
186
|
-
* The event information.
|
|
187
|
-
* </p>
|
|
188
|
-
*/
|
|
189
|
-
export interface ConfigurationEvent {
|
|
190
|
-
/**
|
|
191
|
-
* <p>
|
|
192
|
-
* The resource monitored by Application Insights.
|
|
193
|
-
* </p>
|
|
194
|
-
*/
|
|
195
|
-
MonitoredResourceARN?: string;
|
|
196
|
-
|
|
197
|
-
/**
|
|
198
|
-
* <p>
|
|
199
|
-
* The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
|
|
200
|
-
* </p>
|
|
201
|
-
*/
|
|
202
|
-
EventStatus?: ConfigurationEventStatus | string;
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* <p>
|
|
206
|
-
* The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
|
207
|
-
* </p>
|
|
208
|
-
*/
|
|
209
|
-
EventResourceType?: ConfigurationEventResourceType | string;
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* <p>
|
|
213
|
-
* The timestamp of the event.
|
|
214
|
-
* </p>
|
|
215
|
-
*/
|
|
216
|
-
EventTime?: Date;
|
|
217
|
-
|
|
218
|
-
/**
|
|
219
|
-
* <p>
|
|
220
|
-
* The details of the event in plain text.
|
|
221
|
-
* </p>
|
|
222
|
-
*/
|
|
223
|
-
EventDetail?: string;
|
|
224
|
-
|
|
225
|
-
/**
|
|
226
|
-
* <p>
|
|
227
|
-
* The name of the resource Application Insights attempted to configure.
|
|
228
|
-
* </p>
|
|
229
|
-
*/
|
|
230
|
-
EventResourceName?: string;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export namespace ConfigurationEvent {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
export const filterSensitiveLog = (obj: ConfigurationEvent): any => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
/**
|
|
243
|
-
* <p>An object that defines the tags associated with an application.
|
|
244
|
-
* A <i>tag</i> is a label that you optionally define and associate with
|
|
245
|
-
* an application. Tags can help you categorize and manage resources in different ways, such as
|
|
246
|
-
* by purpose, owner, environment, or other criteria.</p>
|
|
247
|
-
* <p>Each tag consists of a required <i>tag key</i> and an
|
|
248
|
-
* associated <i>tag value</i>, both of which you define. A tag key is a
|
|
249
|
-
* general label that acts as a category for a more specific tag value. A tag value acts as
|
|
250
|
-
* a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag
|
|
251
|
-
* value can contain as many as 256 characters. The characters can be Unicode letters,
|
|
252
|
-
* digits, white space, or one of the following symbols: _ . : / = + -. The following
|
|
253
|
-
* additional restrictions apply to tags:</p>
|
|
254
|
-
* <ul>
|
|
255
|
-
* <li>
|
|
256
|
-
* <p>Tag keys and values are case sensitive.</p>
|
|
257
|
-
* </li>
|
|
258
|
-
* <li>
|
|
259
|
-
* <p>For each associated resource, each tag key must be unique and it can have only
|
|
260
|
-
* one value.</p>
|
|
261
|
-
* </li>
|
|
262
|
-
* <li>
|
|
263
|
-
* <p>The <code>aws:</code> prefix is reserved for use by AWS; you can’t use it in
|
|
264
|
-
* any tag keys or values that you define. In addition, you can't edit or remove
|
|
265
|
-
* tag keys or values that use this prefix. </p>
|
|
266
|
-
* </li>
|
|
267
|
-
* </ul>
|
|
268
|
-
*/
|
|
269
|
-
export interface Tag {
|
|
270
|
-
/**
|
|
271
|
-
* <p>One part of a key-value pair that defines a tag. The maximum length of a tag key is
|
|
272
|
-
* 128 characters. The minimum length is 1 character.</p>
|
|
273
|
-
*/
|
|
274
|
-
Key: string | undefined;
|
|
275
|
-
|
|
276
|
-
/**
|
|
277
|
-
* <p>The optional part of a key-value pair that defines a tag. The maximum length of a tag
|
|
278
|
-
* value is 256 characters. The minimum length is 0 characters. If you don't want an
|
|
279
|
-
* application to have a specific tag value, don't specify a value for this parameter.</p>
|
|
280
|
-
*/
|
|
281
|
-
Value: string | undefined;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
export namespace Tag {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
|
-
export const filterSensitiveLog = (obj: Tag): any => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
export interface CreateApplicationRequest {
|
|
294
|
-
/**
|
|
295
|
-
* <p>The name of the resource group.</p>
|
|
296
|
-
*/
|
|
297
|
-
ResourceGroupName: string | undefined;
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
* <p>
|
|
301
|
-
* When set to <code>true</code>, creates opsItems for any problems detected on an application.
|
|
302
|
-
* </p>
|
|
303
|
-
*/
|
|
304
|
-
OpsCenterEnabled?: boolean;
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* <p>
|
|
308
|
-
* Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as <code>instance terminated</code>, <code>failed deployment</code>, and others.
|
|
309
|
-
* </p>
|
|
310
|
-
*/
|
|
311
|
-
CWEMonitorEnabled?: boolean;
|
|
312
|
-
|
|
313
|
-
/**
|
|
314
|
-
* <p>
|
|
315
|
-
* The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to
|
|
316
|
-
* receive notifications for updates to the opsItem.
|
|
317
|
-
* </p>
|
|
318
|
-
*/
|
|
319
|
-
OpsItemSNSTopicArn?: string;
|
|
320
|
-
|
|
321
|
-
/**
|
|
322
|
-
* <p>List of tags to add to the application.
|
|
323
|
-
* tag key (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum
|
|
324
|
-
* length of a tag key is 128 characters. The maximum length of a tag value is 256
|
|
325
|
-
* characters.</p>
|
|
326
|
-
*/
|
|
327
|
-
Tags?: Tag[];
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
export namespace CreateApplicationRequest {
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
export const filterSensitiveLog = (obj: CreateApplicationRequest): any => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
export interface CreateApplicationResponse {
|
|
340
|
-
/**
|
|
341
|
-
* <p>Information about the application.</p>
|
|
342
|
-
*/
|
|
343
|
-
ApplicationInfo?: ApplicationInfo;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
export namespace CreateApplicationResponse {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
export const filterSensitiveLog = (obj: CreateApplicationResponse): any => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
/**
|
|
356
|
-
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
357
|
-
*/
|
|
358
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
359
|
-
name: "InternalServerException";
|
|
360
|
-
$fault: "server";
|
|
361
|
-
Message?: string;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
export namespace InternalServerException {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
export const filterSensitiveLog = (obj: InternalServerException): any => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
/**
|
|
374
|
-
* <p>The resource is already created or in use.</p>
|
|
375
|
-
*/
|
|
376
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
377
|
-
name: "ResourceInUseException";
|
|
378
|
-
$fault: "client";
|
|
379
|
-
Message?: string;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
export namespace ResourceInUseException {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
export const filterSensitiveLog = (obj: ResourceInUseException): any => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* <p>The resource does not exist in the customer account.</p>
|
|
393
|
-
*/
|
|
394
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
395
|
-
name: "ResourceNotFoundException";
|
|
396
|
-
$fault: "client";
|
|
397
|
-
Message?: string;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
export namespace ResourceNotFoundException {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* <p>Tags are already registered for the specified application ARN.</p>
|
|
411
|
-
*/
|
|
412
|
-
export interface TagsAlreadyExistException extends __SmithyException, $MetadataBearer {
|
|
413
|
-
name: "TagsAlreadyExistException";
|
|
414
|
-
$fault: "client";
|
|
415
|
-
Message?: string;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
export namespace TagsAlreadyExistException {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
export const filterSensitiveLog = (obj: TagsAlreadyExistException): any => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
* <p>The parameter is not valid.</p>
|
|
429
|
-
*/
|
|
430
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
431
|
-
name: "ValidationException";
|
|
432
|
-
$fault: "client";
|
|
433
|
-
Message?: string;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
export namespace ValidationException {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
export const filterSensitiveLog = (obj: ValidationException): any => ({
|
|
441
|
-
...obj,
|
|
442
|
-
});
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
export interface CreateComponentRequest {
|
|
446
|
-
/**
|
|
447
|
-
* <p>The name of the resource group.</p>
|
|
448
|
-
*/
|
|
449
|
-
ResourceGroupName: string | undefined;
|
|
450
|
-
|
|
451
|
-
/**
|
|
452
|
-
* <p>The name of the component.</p>
|
|
453
|
-
*/
|
|
454
|
-
ComponentName: string | undefined;
|
|
455
|
-
|
|
456
|
-
/**
|
|
457
|
-
* <p>The list of resource ARNs that belong to the component.</p>
|
|
458
|
-
*/
|
|
459
|
-
ResourceList: string[] | undefined;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
export namespace CreateComponentRequest {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
export const filterSensitiveLog = (obj: CreateComponentRequest): any => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
export interface CreateComponentResponse {}
|
|
472
|
-
|
|
473
|
-
export namespace CreateComponentResponse {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
|
-
export const filterSensitiveLog = (obj: CreateComponentResponse): any => ({
|
|
478
|
-
...obj,
|
|
479
|
-
});
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
export interface CreateLogPatternRequest {
|
|
483
|
-
/**
|
|
484
|
-
* <p>The name of the resource group.</p>
|
|
485
|
-
*/
|
|
486
|
-
ResourceGroupName: string | undefined;
|
|
487
|
-
|
|
488
|
-
/**
|
|
489
|
-
* <p>The name of the log pattern set.</p>
|
|
490
|
-
*/
|
|
491
|
-
PatternSetName: string | undefined;
|
|
492
|
-
|
|
493
|
-
/**
|
|
494
|
-
* <p>The name of the log pattern.</p>
|
|
495
|
-
*/
|
|
496
|
-
PatternName: string | undefined;
|
|
497
|
-
|
|
498
|
-
/**
|
|
499
|
-
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported.</p>
|
|
500
|
-
*/
|
|
501
|
-
Pattern: string | undefined;
|
|
502
|
-
|
|
503
|
-
/**
|
|
504
|
-
* <p>Rank of the log pattern. Must be a value between <code>1</code> and <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will be the first to get matched to a log line. A pattern of rank <code>1,000,000</code> will be last to get matched. When you configure custom log patterns from the console, a <code>Low</code> severity pattern translates to a <code>750,000</code> rank. A <code>Medium</code> severity pattern translates to a <code>500,000</code> rank. And a <code>High</code> severity pattern translates to a <code>250,000</code> rank.
|
|
505
|
-
* Rank values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for AWS-provided patterns.
|
|
506
|
-
* </p>
|
|
507
|
-
*/
|
|
508
|
-
Rank: number | undefined;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
export namespace CreateLogPatternRequest {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
export const filterSensitiveLog = (obj: CreateLogPatternRequest): any => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
/**
|
|
521
|
-
* <p>An object that defines the log patterns that belongs to a <code>LogPatternSet</code>.</p>
|
|
522
|
-
*/
|
|
523
|
-
export interface LogPattern {
|
|
524
|
-
/**
|
|
525
|
-
* <p>The name of the log pattern. A log pattern name can contain as many as 30 characters, and it cannot
|
|
526
|
-
* be empty. The characters can be Unicode letters, digits, or one of the following symbols: period, dash, underscore.</p>
|
|
527
|
-
*/
|
|
528
|
-
PatternSetName?: string;
|
|
529
|
-
|
|
530
|
-
/**
|
|
531
|
-
* <p>The name of the log pattern. A log pattern name can contain as many as 50 characters, and it cannot
|
|
532
|
-
* be empty. The characters can be Unicode letters, digits, or one of the following symbols: period, dash, underscore.</p>
|
|
533
|
-
*/
|
|
534
|
-
PatternName?: string;
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
* <p>A regular expression that defines the log pattern. A log pattern can contain as many as 50 characters, and it cannot
|
|
538
|
-
* be empty. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported.</p>
|
|
539
|
-
*/
|
|
540
|
-
Pattern?: string;
|
|
541
|
-
|
|
542
|
-
/**
|
|
543
|
-
* <p>Rank of the log pattern. Must be a value between <code>1</code> and <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will be the first to get matched to a log line. A pattern of rank <code>1,000,000</code> will be last to get matched. When you configure custom log patterns from the console, a <code>Low</code> severity pattern translates to a <code>750,000</code> rank. A <code>Medium</code> severity pattern translates to a <code>500,000</code> rank. And a <code>High</code> severity pattern translates to a <code>250,000</code> rank.
|
|
544
|
-
* Rank values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for AWS-provided patterns.
|
|
545
|
-
* </p>
|
|
546
|
-
*/
|
|
547
|
-
Rank?: number;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
export namespace LogPattern {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
export const filterSensitiveLog = (obj: LogPattern): any => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
export interface CreateLogPatternResponse {
|
|
560
|
-
/**
|
|
561
|
-
* <p>The successfully created log pattern.</p>
|
|
562
|
-
*/
|
|
563
|
-
LogPattern?: LogPattern;
|
|
564
|
-
|
|
565
|
-
/**
|
|
566
|
-
* <p>The name of the resource group.</p>
|
|
567
|
-
*/
|
|
568
|
-
ResourceGroupName?: string;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
export namespace CreateLogPatternResponse {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
export const filterSensitiveLog = (obj: CreateLogPatternResponse): any => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
export interface DeleteApplicationRequest {
|
|
581
|
-
/**
|
|
582
|
-
* <p>The name of the resource group.</p>
|
|
583
|
-
*/
|
|
584
|
-
ResourceGroupName: string | undefined;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
export namespace DeleteApplicationRequest {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
|
-
export const filterSensitiveLog = (obj: DeleteApplicationRequest): any => ({
|
|
592
|
-
...obj,
|
|
593
|
-
});
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
export interface DeleteApplicationResponse {}
|
|
597
|
-
|
|
598
|
-
export namespace DeleteApplicationResponse {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
|
-
export const filterSensitiveLog = (obj: DeleteApplicationResponse): any => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
export interface DeleteComponentRequest {
|
|
608
|
-
/**
|
|
609
|
-
* <p>The name of the resource group.</p>
|
|
610
|
-
*/
|
|
611
|
-
ResourceGroupName: string | undefined;
|
|
612
|
-
|
|
613
|
-
/**
|
|
614
|
-
* <p>The name of the component.</p>
|
|
615
|
-
*/
|
|
616
|
-
ComponentName: string | undefined;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
export namespace DeleteComponentRequest {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
|
-
export const filterSensitiveLog = (obj: DeleteComponentRequest): any => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
export interface DeleteComponentResponse {}
|
|
629
|
-
|
|
630
|
-
export namespace DeleteComponentResponse {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
|
-
export const filterSensitiveLog = (obj: DeleteComponentResponse): any => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
export interface DeleteLogPatternRequest {
|
|
640
|
-
/**
|
|
641
|
-
* <p>The name of the resource group.</p>
|
|
642
|
-
*/
|
|
643
|
-
ResourceGroupName: string | undefined;
|
|
644
|
-
|
|
645
|
-
/**
|
|
646
|
-
* <p>The name of the log pattern set.</p>
|
|
647
|
-
*/
|
|
648
|
-
PatternSetName: string | undefined;
|
|
649
|
-
|
|
650
|
-
/**
|
|
651
|
-
* <p>The name of the log pattern.</p>
|
|
652
|
-
*/
|
|
653
|
-
PatternName: string | undefined;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
export namespace DeleteLogPatternRequest {
|
|
657
|
-
/**
|
|
658
|
-
* @internal
|
|
659
|
-
*/
|
|
660
|
-
export const filterSensitiveLog = (obj: DeleteLogPatternRequest): any => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
export interface DeleteLogPatternResponse {}
|
|
666
|
-
|
|
667
|
-
export namespace DeleteLogPatternResponse {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
|
-
export const filterSensitiveLog = (obj: DeleteLogPatternResponse): any => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
export interface DescribeApplicationRequest {
|
|
677
|
-
/**
|
|
678
|
-
* <p>The name of the resource group.</p>
|
|
679
|
-
*/
|
|
680
|
-
ResourceGroupName: string | undefined;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
export namespace DescribeApplicationRequest {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
|
-
export const filterSensitiveLog = (obj: DescribeApplicationRequest): any => ({
|
|
688
|
-
...obj,
|
|
689
|
-
});
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
export interface DescribeApplicationResponse {
|
|
693
|
-
/**
|
|
694
|
-
* <p>Information about the application.</p>
|
|
695
|
-
*/
|
|
696
|
-
ApplicationInfo?: ApplicationInfo;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
export namespace DescribeApplicationResponse {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
export const filterSensitiveLog = (obj: DescribeApplicationResponse): any => ({
|
|
704
|
-
...obj,
|
|
705
|
-
});
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
export interface DescribeComponentRequest {
|
|
709
|
-
/**
|
|
710
|
-
* <p>The name of the resource group.</p>
|
|
711
|
-
*/
|
|
712
|
-
ResourceGroupName: string | undefined;
|
|
713
|
-
|
|
714
|
-
/**
|
|
715
|
-
* <p>The name of the component.</p>
|
|
716
|
-
*/
|
|
717
|
-
ComponentName: string | undefined;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
export namespace DescribeComponentRequest {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
|
-
export const filterSensitiveLog = (obj: DescribeComponentRequest): any => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
export interface DescribeComponentResponse {
|
|
730
|
-
/**
|
|
731
|
-
* <p>Describes a standalone resource or similarly grouped resources that the application is made
|
|
732
|
-
* up of.</p>
|
|
733
|
-
*/
|
|
734
|
-
ApplicationComponent?: ApplicationComponent;
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
* <p>The list of resource ARNs that belong to the component.</p>
|
|
738
|
-
*/
|
|
739
|
-
ResourceList?: string[];
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
export namespace DescribeComponentResponse {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
export const filterSensitiveLog = (obj: DescribeComponentResponse): any => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
export interface DescribeComponentConfigurationRequest {
|
|
752
|
-
/**
|
|
753
|
-
* <p>The name of the resource group.</p>
|
|
754
|
-
*/
|
|
755
|
-
ResourceGroupName: string | undefined;
|
|
756
|
-
|
|
757
|
-
/**
|
|
758
|
-
* <p>The name of the component.</p>
|
|
759
|
-
*/
|
|
760
|
-
ComponentName: string | undefined;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
export namespace DescribeComponentConfigurationRequest {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
export const filterSensitiveLog = (obj: DescribeComponentConfigurationRequest): any => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
export interface DescribeComponentConfigurationResponse {
|
|
773
|
-
/**
|
|
774
|
-
* <p>Indicates whether the application component is monitored.</p>
|
|
775
|
-
*/
|
|
776
|
-
Monitor?: boolean;
|
|
777
|
-
|
|
778
|
-
/**
|
|
779
|
-
* <p>The tier of the application component. Supported tiers include
|
|
780
|
-
* <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>,
|
|
781
|
-
* <code>SQL_SERVER</code>, and <code>DEFAULT</code>
|
|
782
|
-
* </p>
|
|
783
|
-
*/
|
|
784
|
-
Tier?: Tier | string;
|
|
785
|
-
|
|
786
|
-
/**
|
|
787
|
-
* <p>The configuration settings of the component. The value is the escaped JSON of the configuration.</p>
|
|
788
|
-
*/
|
|
789
|
-
ComponentConfiguration?: string;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
export namespace DescribeComponentConfigurationResponse {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
|
-
export const filterSensitiveLog = (obj: DescribeComponentConfigurationResponse): any => ({
|
|
797
|
-
...obj,
|
|
798
|
-
});
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
export interface DescribeComponentConfigurationRecommendationRequest {
|
|
802
|
-
/**
|
|
803
|
-
* <p>The name of the resource group.</p>
|
|
804
|
-
*/
|
|
805
|
-
ResourceGroupName: string | undefined;
|
|
806
|
-
|
|
807
|
-
/**
|
|
808
|
-
* <p>The name of the component.</p>
|
|
809
|
-
*/
|
|
810
|
-
ComponentName: string | undefined;
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
* <p>The tier of the application component. Supported tiers include
|
|
814
|
-
* <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>,
|
|
815
|
-
* and <code>DEFAULT</code>.</p>
|
|
816
|
-
*/
|
|
817
|
-
Tier: Tier | string | undefined;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
export namespace DescribeComponentConfigurationRecommendationRequest {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
|
-
export const filterSensitiveLog = (obj: DescribeComponentConfigurationRecommendationRequest): any => ({
|
|
825
|
-
...obj,
|
|
826
|
-
});
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
export interface DescribeComponentConfigurationRecommendationResponse {
|
|
830
|
-
/**
|
|
831
|
-
* <p>The recommended configuration settings of the component. The value is the escaped JSON of the configuration.</p>
|
|
832
|
-
*/
|
|
833
|
-
ComponentConfiguration?: string;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
export namespace DescribeComponentConfigurationRecommendationResponse {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
|
-
export const filterSensitiveLog = (obj: DescribeComponentConfigurationRecommendationResponse): any => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
export interface DescribeLogPatternRequest {
|
|
846
|
-
/**
|
|
847
|
-
* <p>The name of the resource group.</p>
|
|
848
|
-
*/
|
|
849
|
-
ResourceGroupName: string | undefined;
|
|
850
|
-
|
|
851
|
-
/**
|
|
852
|
-
* <p>The name of the log pattern set.</p>
|
|
853
|
-
*/
|
|
854
|
-
PatternSetName: string | undefined;
|
|
855
|
-
|
|
856
|
-
/**
|
|
857
|
-
* <p>The name of the log pattern.</p>
|
|
858
|
-
*/
|
|
859
|
-
PatternName: string | undefined;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
export namespace DescribeLogPatternRequest {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
|
-
export const filterSensitiveLog = (obj: DescribeLogPatternRequest): any => ({
|
|
867
|
-
...obj,
|
|
868
|
-
});
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
export interface DescribeLogPatternResponse {
|
|
872
|
-
/**
|
|
873
|
-
* <p>The name of the resource group.</p>
|
|
874
|
-
*/
|
|
875
|
-
ResourceGroupName?: string;
|
|
876
|
-
|
|
877
|
-
/**
|
|
878
|
-
* <p>The successfully created log pattern.</p>
|
|
879
|
-
*/
|
|
880
|
-
LogPattern?: LogPattern;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
export namespace DescribeLogPatternResponse {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
export const filterSensitiveLog = (obj: DescribeLogPatternResponse): any => ({
|
|
888
|
-
...obj,
|
|
889
|
-
});
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
export interface DescribeObservationRequest {
|
|
893
|
-
/**
|
|
894
|
-
* <p>The ID of the observation.</p>
|
|
895
|
-
*/
|
|
896
|
-
ObservationId: string | undefined;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
export namespace DescribeObservationRequest {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
export const filterSensitiveLog = (obj: DescribeObservationRequest): any => ({
|
|
904
|
-
...obj,
|
|
905
|
-
});
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
export type LogFilter = "ERROR" | "INFO" | "WARN";
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
* <p>Describes an anomaly or error with the application.</p>
|
|
912
|
-
*/
|
|
913
|
-
export interface Observation {
|
|
914
|
-
/**
|
|
915
|
-
* <p>The ID of the observation type.</p>
|
|
916
|
-
*/
|
|
917
|
-
Id?: string;
|
|
918
|
-
|
|
919
|
-
/**
|
|
920
|
-
* <p>The time when the observation was first detected, in epoch seconds.</p>
|
|
921
|
-
*/
|
|
922
|
-
StartTime?: Date;
|
|
923
|
-
|
|
924
|
-
/**
|
|
925
|
-
* <p>The time when the observation ended, in epoch seconds.</p>
|
|
926
|
-
*/
|
|
927
|
-
EndTime?: Date;
|
|
928
|
-
|
|
929
|
-
/**
|
|
930
|
-
* <p>The source type of the observation.</p>
|
|
931
|
-
*/
|
|
932
|
-
SourceType?: string;
|
|
933
|
-
|
|
934
|
-
/**
|
|
935
|
-
* <p>The source resource ARN of the observation.</p>
|
|
936
|
-
*/
|
|
937
|
-
SourceARN?: string;
|
|
938
|
-
|
|
939
|
-
/**
|
|
940
|
-
* <p>The log group name.</p>
|
|
941
|
-
*/
|
|
942
|
-
LogGroup?: string;
|
|
943
|
-
|
|
944
|
-
/**
|
|
945
|
-
* <p>The timestamp in the CloudWatch Logs that specifies when the matched line occurred.</p>
|
|
946
|
-
*/
|
|
947
|
-
LineTime?: Date;
|
|
948
|
-
|
|
949
|
-
/**
|
|
950
|
-
* <p>The log text of the observation.</p>
|
|
951
|
-
*/
|
|
952
|
-
LogText?: string;
|
|
953
|
-
|
|
954
|
-
/**
|
|
955
|
-
* <p>The log filter of the observation.</p>
|
|
956
|
-
*/
|
|
957
|
-
LogFilter?: LogFilter | string;
|
|
958
|
-
|
|
959
|
-
/**
|
|
960
|
-
* <p>The namespace of the observation metric.</p>
|
|
961
|
-
*/
|
|
962
|
-
MetricNamespace?: string;
|
|
963
|
-
|
|
964
|
-
/**
|
|
965
|
-
* <p>The name of the observation metric.</p>
|
|
966
|
-
*/
|
|
967
|
-
MetricName?: string;
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
* <p>The unit of the source observation metric.</p>
|
|
971
|
-
*/
|
|
972
|
-
Unit?: string;
|
|
973
|
-
|
|
974
|
-
/**
|
|
975
|
-
* <p>The value of the source observation metric.</p>
|
|
976
|
-
*/
|
|
977
|
-
Value?: number;
|
|
978
|
-
|
|
979
|
-
/**
|
|
980
|
-
* <p> The ID of the CloudWatch Event-based observation related to the detected problem. </p>
|
|
981
|
-
*/
|
|
982
|
-
CloudWatchEventId?: string;
|
|
983
|
-
|
|
984
|
-
/**
|
|
985
|
-
* <p> The source of the CloudWatch Event. </p>
|
|
986
|
-
*/
|
|
987
|
-
CloudWatchEventSource?: CloudWatchEventSource | string;
|
|
988
|
-
|
|
989
|
-
/**
|
|
990
|
-
* <p> The detail type of the CloudWatch Event-based observation, for example, <code>EC2
|
|
991
|
-
* Instance State-change Notification</code>. </p>
|
|
992
|
-
*/
|
|
993
|
-
CloudWatchEventDetailType?: string;
|
|
994
|
-
|
|
995
|
-
/**
|
|
996
|
-
* <p> The Amazon Resource Name (ARN) of the AWS Health Event-based observation.</p>
|
|
997
|
-
*/
|
|
998
|
-
HealthEventArn?: string;
|
|
999
|
-
|
|
1000
|
-
/**
|
|
1001
|
-
* <p> The service to which the AWS Health Event belongs, such as EC2. </p>
|
|
1002
|
-
*/
|
|
1003
|
-
HealthService?: string;
|
|
1004
|
-
|
|
1005
|
-
/**
|
|
1006
|
-
* <p> The type of the AWS Health event, for example,
|
|
1007
|
-
* <code>AWS_EC2_POWER_CONNECTIVITY_ISSUE</code>. </p>
|
|
1008
|
-
*/
|
|
1009
|
-
HealthEventTypeCode?: string;
|
|
1010
|
-
|
|
1011
|
-
/**
|
|
1012
|
-
* <p> The category of the AWS Health event, such as <code>issue</code>. </p>
|
|
1013
|
-
*/
|
|
1014
|
-
HealthEventTypeCategory?: string;
|
|
1015
|
-
|
|
1016
|
-
/**
|
|
1017
|
-
* <p> The description of the AWS Health event provided by the service, such as Amazon EC2. </p>
|
|
1018
|
-
*/
|
|
1019
|
-
HealthEventDescription?: string;
|
|
1020
|
-
|
|
1021
|
-
/**
|
|
1022
|
-
* <p> The deployment ID of the CodeDeploy-based observation related to the detected problem. </p>
|
|
1023
|
-
*/
|
|
1024
|
-
CodeDeployDeploymentId?: string;
|
|
1025
|
-
|
|
1026
|
-
/**
|
|
1027
|
-
* <p>
|
|
1028
|
-
* The deployment group to which the CodeDeploy deployment belongs.
|
|
1029
|
-
* </p>
|
|
1030
|
-
*/
|
|
1031
|
-
CodeDeployDeploymentGroup?: string;
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
* <p>
|
|
1035
|
-
* The status of the CodeDeploy deployment, for example <code>SUCCESS</code> or <code> FAILURE</code>.
|
|
1036
|
-
* </p>
|
|
1037
|
-
*/
|
|
1038
|
-
CodeDeployState?: string;
|
|
1039
|
-
|
|
1040
|
-
/**
|
|
1041
|
-
* <p>
|
|
1042
|
-
* The CodeDeploy application to which the deployment belongs.
|
|
1043
|
-
* </p>
|
|
1044
|
-
*/
|
|
1045
|
-
CodeDeployApplication?: string;
|
|
1046
|
-
|
|
1047
|
-
/**
|
|
1048
|
-
* <p>
|
|
1049
|
-
* The instance group to which the CodeDeploy instance belongs.
|
|
1050
|
-
* </p>
|
|
1051
|
-
*/
|
|
1052
|
-
CodeDeployInstanceGroupId?: string;
|
|
1053
|
-
|
|
1054
|
-
/**
|
|
1055
|
-
* <p>
|
|
1056
|
-
* The state of the instance, such as <code>STOPPING</code> or <code>TERMINATING</code>.
|
|
1057
|
-
* </p>
|
|
1058
|
-
*/
|
|
1059
|
-
Ec2State?: string;
|
|
1060
|
-
|
|
1061
|
-
/**
|
|
1062
|
-
* <p>
|
|
1063
|
-
* The category of an RDS event.
|
|
1064
|
-
* </p>
|
|
1065
|
-
*/
|
|
1066
|
-
RdsEventCategories?: string;
|
|
1067
|
-
|
|
1068
|
-
/**
|
|
1069
|
-
* <p>
|
|
1070
|
-
* The message of an RDS event.
|
|
1071
|
-
* </p>
|
|
1072
|
-
*/
|
|
1073
|
-
RdsEventMessage?: string;
|
|
1074
|
-
|
|
1075
|
-
/**
|
|
1076
|
-
* <p>
|
|
1077
|
-
* The name of the S3 CloudWatch Event-based observation.
|
|
1078
|
-
* </p>
|
|
1079
|
-
*/
|
|
1080
|
-
S3EventName?: string;
|
|
1081
|
-
|
|
1082
|
-
/**
|
|
1083
|
-
* <p>
|
|
1084
|
-
* The Amazon Resource Name (ARN) of the step function execution-based observation.
|
|
1085
|
-
* </p>
|
|
1086
|
-
*/
|
|
1087
|
-
StatesExecutionArn?: string;
|
|
1088
|
-
|
|
1089
|
-
/**
|
|
1090
|
-
* <p>
|
|
1091
|
-
* The Amazon Resource Name (ARN) of the step function-based observation.
|
|
1092
|
-
* </p>
|
|
1093
|
-
*/
|
|
1094
|
-
StatesArn?: string;
|
|
1095
|
-
|
|
1096
|
-
/**
|
|
1097
|
-
* <p>
|
|
1098
|
-
* The status of the step function-related observation.
|
|
1099
|
-
* </p>
|
|
1100
|
-
*/
|
|
1101
|
-
StatesStatus?: string;
|
|
1102
|
-
|
|
1103
|
-
/**
|
|
1104
|
-
* <p>
|
|
1105
|
-
* The input to the step function-based observation.
|
|
1106
|
-
* </p>
|
|
1107
|
-
*/
|
|
1108
|
-
StatesInput?: string;
|
|
1109
|
-
|
|
1110
|
-
/**
|
|
1111
|
-
* <p>
|
|
1112
|
-
* The type of EBS CloudWatch event, such as <code>createVolume</code>, <code>deleteVolume</code> or <code>attachVolume</code>.
|
|
1113
|
-
* </p>
|
|
1114
|
-
*/
|
|
1115
|
-
EbsEvent?: string;
|
|
1116
|
-
|
|
1117
|
-
/**
|
|
1118
|
-
* <p>
|
|
1119
|
-
* The result of an EBS CloudWatch event, such as <code>failed</code> or <code>succeeded</code>.
|
|
1120
|
-
* </p>
|
|
1121
|
-
*/
|
|
1122
|
-
EbsResult?: string;
|
|
1123
|
-
|
|
1124
|
-
/**
|
|
1125
|
-
* <p>
|
|
1126
|
-
* The cause of an EBS CloudWatch event.
|
|
1127
|
-
* </p>
|
|
1128
|
-
*/
|
|
1129
|
-
EbsCause?: string;
|
|
1130
|
-
|
|
1131
|
-
/**
|
|
1132
|
-
* <p>
|
|
1133
|
-
* The request ID of an EBS CloudWatch event.
|
|
1134
|
-
* </p>
|
|
1135
|
-
*/
|
|
1136
|
-
EbsRequestId?: string;
|
|
1137
|
-
|
|
1138
|
-
/**
|
|
1139
|
-
* <p>
|
|
1140
|
-
* The X-Ray request fault percentage for this node.
|
|
1141
|
-
* </p>
|
|
1142
|
-
*/
|
|
1143
|
-
XRayFaultPercent?: number;
|
|
1144
|
-
|
|
1145
|
-
/**
|
|
1146
|
-
* <p>
|
|
1147
|
-
* The X-Ray request throttle percentage for this node.
|
|
1148
|
-
* </p>
|
|
1149
|
-
*/
|
|
1150
|
-
XRayThrottlePercent?: number;
|
|
1151
|
-
|
|
1152
|
-
/**
|
|
1153
|
-
* <p>
|
|
1154
|
-
* The X-Ray request error percentage for this node.
|
|
1155
|
-
* </p>
|
|
1156
|
-
*/
|
|
1157
|
-
XRayErrorPercent?: number;
|
|
1158
|
-
|
|
1159
|
-
/**
|
|
1160
|
-
* <p>
|
|
1161
|
-
* The X-Ray request count for this node.
|
|
1162
|
-
* </p>
|
|
1163
|
-
*/
|
|
1164
|
-
XRayRequestCount?: number;
|
|
1165
|
-
|
|
1166
|
-
/**
|
|
1167
|
-
* <p>
|
|
1168
|
-
* The X-Ray node request average latency for this node.
|
|
1169
|
-
* </p>
|
|
1170
|
-
*/
|
|
1171
|
-
XRayRequestAverageLatency?: number;
|
|
1172
|
-
|
|
1173
|
-
/**
|
|
1174
|
-
* <p>
|
|
1175
|
-
* The name of the X-Ray node.
|
|
1176
|
-
* </p>
|
|
1177
|
-
*/
|
|
1178
|
-
XRayNodeName?: string;
|
|
1179
|
-
|
|
1180
|
-
/**
|
|
1181
|
-
* <p>
|
|
1182
|
-
* The type of the X-Ray node. </p>
|
|
1183
|
-
*/
|
|
1184
|
-
XRayNodeType?: string;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
export namespace Observation {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
|
-
export const filterSensitiveLog = (obj: Observation): any => ({
|
|
1192
|
-
...obj,
|
|
1193
|
-
});
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
export interface DescribeObservationResponse {
|
|
1197
|
-
/**
|
|
1198
|
-
* <p>Information about the observation.</p>
|
|
1199
|
-
*/
|
|
1200
|
-
Observation?: Observation;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
export namespace DescribeObservationResponse {
|
|
1204
|
-
/**
|
|
1205
|
-
* @internal
|
|
1206
|
-
*/
|
|
1207
|
-
export const filterSensitiveLog = (obj: DescribeObservationResponse): any => ({
|
|
1208
|
-
...obj,
|
|
1209
|
-
});
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
export interface DescribeProblemRequest {
|
|
1213
|
-
/**
|
|
1214
|
-
* <p>The ID of the problem.</p>
|
|
1215
|
-
*/
|
|
1216
|
-
ProblemId: string | undefined;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
export namespace DescribeProblemRequest {
|
|
1220
|
-
/**
|
|
1221
|
-
* @internal
|
|
1222
|
-
*/
|
|
1223
|
-
export const filterSensitiveLog = (obj: DescribeProblemRequest): any => ({
|
|
1224
|
-
...obj,
|
|
1225
|
-
});
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
export type FeedbackKey = "INSIGHTS_FEEDBACK";
|
|
1229
|
-
|
|
1230
|
-
export type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
|
|
1231
|
-
|
|
1232
|
-
export type SeverityLevel = "High" | "Low" | "Medium";
|
|
1233
|
-
|
|
1234
|
-
export type Status = "IGNORE" | "PENDING" | "RESOLVED";
|
|
1235
|
-
|
|
1236
|
-
/**
|
|
1237
|
-
* <p>Describes a problem that is detected by correlating observations.</p>
|
|
1238
|
-
*/
|
|
1239
|
-
export interface Problem {
|
|
1240
|
-
/**
|
|
1241
|
-
* <p>The ID of the problem.</p>
|
|
1242
|
-
*/
|
|
1243
|
-
Id?: string;
|
|
1244
|
-
|
|
1245
|
-
/**
|
|
1246
|
-
* <p>The name of the problem.</p>
|
|
1247
|
-
*/
|
|
1248
|
-
Title?: string;
|
|
1249
|
-
|
|
1250
|
-
/**
|
|
1251
|
-
* <p>A detailed analysis of the problem using machine learning.</p>
|
|
1252
|
-
*/
|
|
1253
|
-
Insights?: string;
|
|
1254
|
-
|
|
1255
|
-
/**
|
|
1256
|
-
* <p>The status of the problem.</p>
|
|
1257
|
-
*/
|
|
1258
|
-
Status?: Status | string;
|
|
1259
|
-
|
|
1260
|
-
/**
|
|
1261
|
-
* <p>The resource affected by the problem.</p>
|
|
1262
|
-
*/
|
|
1263
|
-
AffectedResource?: string;
|
|
1264
|
-
|
|
1265
|
-
/**
|
|
1266
|
-
* <p>The time when the problem started, in epoch seconds.</p>
|
|
1267
|
-
*/
|
|
1268
|
-
StartTime?: Date;
|
|
1269
|
-
|
|
1270
|
-
/**
|
|
1271
|
-
* <p>The time when the problem ended, in epoch seconds.</p>
|
|
1272
|
-
*/
|
|
1273
|
-
EndTime?: Date;
|
|
1274
|
-
|
|
1275
|
-
/**
|
|
1276
|
-
* <p>A measure of the level of impact of the problem.</p>
|
|
1277
|
-
*/
|
|
1278
|
-
SeverityLevel?: SeverityLevel | string;
|
|
1279
|
-
|
|
1280
|
-
/**
|
|
1281
|
-
* <p>The name of the resource group affected by the problem.</p>
|
|
1282
|
-
*/
|
|
1283
|
-
ResourceGroupName?: string;
|
|
1284
|
-
|
|
1285
|
-
/**
|
|
1286
|
-
* <p>Feedback provided by the user about the problem.</p>
|
|
1287
|
-
*/
|
|
1288
|
-
Feedback?: { [key: string]: FeedbackValue | string };
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
export namespace Problem {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
export const filterSensitiveLog = (obj: Problem): any => ({
|
|
1296
|
-
...obj,
|
|
1297
|
-
});
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
export interface DescribeProblemResponse {
|
|
1301
|
-
/**
|
|
1302
|
-
* <p>Information about the problem. </p>
|
|
1303
|
-
*/
|
|
1304
|
-
Problem?: Problem;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
export namespace DescribeProblemResponse {
|
|
1308
|
-
/**
|
|
1309
|
-
* @internal
|
|
1310
|
-
*/
|
|
1311
|
-
export const filterSensitiveLog = (obj: DescribeProblemResponse): any => ({
|
|
1312
|
-
...obj,
|
|
1313
|
-
});
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
export interface DescribeProblemObservationsRequest {
|
|
1317
|
-
/**
|
|
1318
|
-
* <p>The ID of the problem.</p>
|
|
1319
|
-
*/
|
|
1320
|
-
ProblemId: string | undefined;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
export namespace DescribeProblemObservationsRequest {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
|
-
export const filterSensitiveLog = (obj: DescribeProblemObservationsRequest): any => ({
|
|
1328
|
-
...obj,
|
|
1329
|
-
});
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
/**
|
|
1333
|
-
* <p>Describes observations related to the problem.</p>
|
|
1334
|
-
*/
|
|
1335
|
-
export interface RelatedObservations {
|
|
1336
|
-
/**
|
|
1337
|
-
* <p>The list of observations related to the problem.</p>
|
|
1338
|
-
*/
|
|
1339
|
-
ObservationList?: Observation[];
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
export namespace RelatedObservations {
|
|
1343
|
-
/**
|
|
1344
|
-
* @internal
|
|
1345
|
-
*/
|
|
1346
|
-
export const filterSensitiveLog = (obj: RelatedObservations): any => ({
|
|
1347
|
-
...obj,
|
|
1348
|
-
});
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
export interface DescribeProblemObservationsResponse {
|
|
1352
|
-
/**
|
|
1353
|
-
* <p>Observations related to the problem.</p>
|
|
1354
|
-
*/
|
|
1355
|
-
RelatedObservations?: RelatedObservations;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
export namespace DescribeProblemObservationsResponse {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
|
-
export const filterSensitiveLog = (obj: DescribeProblemObservationsResponse): any => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
});
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
export interface ListApplicationsRequest {
|
|
1368
|
-
/**
|
|
1369
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1370
|
-
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1371
|
-
*/
|
|
1372
|
-
MaxResults?: number;
|
|
1373
|
-
|
|
1374
|
-
/**
|
|
1375
|
-
* <p>The token to request the next page of results.</p>
|
|
1376
|
-
*/
|
|
1377
|
-
NextToken?: string;
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
export namespace ListApplicationsRequest {
|
|
1381
|
-
/**
|
|
1382
|
-
* @internal
|
|
1383
|
-
*/
|
|
1384
|
-
export const filterSensitiveLog = (obj: ListApplicationsRequest): any => ({
|
|
1385
|
-
...obj,
|
|
1386
|
-
});
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
export interface ListApplicationsResponse {
|
|
1390
|
-
/**
|
|
1391
|
-
* <p>The list of applications.</p>
|
|
1392
|
-
*/
|
|
1393
|
-
ApplicationInfoList?: ApplicationInfo[];
|
|
1394
|
-
|
|
1395
|
-
/**
|
|
1396
|
-
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1397
|
-
* when there are no more results to return. </p>
|
|
1398
|
-
*/
|
|
1399
|
-
NextToken?: string;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
export namespace ListApplicationsResponse {
|
|
1403
|
-
/**
|
|
1404
|
-
* @internal
|
|
1405
|
-
*/
|
|
1406
|
-
export const filterSensitiveLog = (obj: ListApplicationsResponse): any => ({
|
|
1407
|
-
...obj,
|
|
1408
|
-
});
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
export interface ListComponentsRequest {
|
|
1412
|
-
/**
|
|
1413
|
-
* <p>The name of the resource group.</p>
|
|
1414
|
-
*/
|
|
1415
|
-
ResourceGroupName: string | undefined;
|
|
1416
|
-
|
|
1417
|
-
/**
|
|
1418
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1419
|
-
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1420
|
-
*/
|
|
1421
|
-
MaxResults?: number;
|
|
1422
|
-
|
|
1423
|
-
/**
|
|
1424
|
-
* <p>The token to request the next page of results.</p>
|
|
1425
|
-
*/
|
|
1426
|
-
NextToken?: string;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
export namespace ListComponentsRequest {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
export const filterSensitiveLog = (obj: ListComponentsRequest): any => ({
|
|
1434
|
-
...obj,
|
|
1435
|
-
});
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
export interface ListComponentsResponse {
|
|
1439
|
-
/**
|
|
1440
|
-
* <p>The list of application components.</p>
|
|
1441
|
-
*/
|
|
1442
|
-
ApplicationComponentList?: ApplicationComponent[];
|
|
1443
|
-
|
|
1444
|
-
/**
|
|
1445
|
-
* <p>The token to request the next page of results.</p>
|
|
1446
|
-
*/
|
|
1447
|
-
NextToken?: string;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
export namespace ListComponentsResponse {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
export const filterSensitiveLog = (obj: ListComponentsResponse): any => ({
|
|
1455
|
-
...obj,
|
|
1456
|
-
});
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
export interface ListConfigurationHistoryRequest {
|
|
1460
|
-
/**
|
|
1461
|
-
* <p>Resource group to which the application belongs. </p>
|
|
1462
|
-
*/
|
|
1463
|
-
ResourceGroupName?: string;
|
|
1464
|
-
|
|
1465
|
-
/**
|
|
1466
|
-
* <p>The start time of the event. </p>
|
|
1467
|
-
*/
|
|
1468
|
-
StartTime?: Date;
|
|
1469
|
-
|
|
1470
|
-
/**
|
|
1471
|
-
* <p>The end time of the event.</p>
|
|
1472
|
-
*/
|
|
1473
|
-
EndTime?: Date;
|
|
1474
|
-
|
|
1475
|
-
/**
|
|
1476
|
-
* <p>The status of the configuration update event. Possible values include INFO, WARN, and ERROR.</p>
|
|
1477
|
-
*/
|
|
1478
|
-
EventStatus?: ConfigurationEventStatus | string;
|
|
1479
|
-
|
|
1480
|
-
/**
|
|
1481
|
-
* <p> The maximum number of results returned by <code>ListConfigurationHistory</code> in
|
|
1482
|
-
* paginated output. When this parameter is used, <code>ListConfigurationHistory</code>
|
|
1483
|
-
* returns only <code>MaxResults</code> in a single page along with a <code>NextToken</code>
|
|
1484
|
-
* response element. The remaining results of the initial request can be seen by sending
|
|
1485
|
-
* another <code>ListConfigurationHistory</code> request with the returned
|
|
1486
|
-
* <code>NextToken</code> value. If this parameter is not used, then
|
|
1487
|
-
* <code>ListConfigurationHistory</code> returns all results. </p>
|
|
1488
|
-
*/
|
|
1489
|
-
MaxResults?: number;
|
|
1490
|
-
|
|
1491
|
-
/**
|
|
1492
|
-
* <p>The <code>NextToken</code> value returned from a previous paginated <code>ListConfigurationHistory</code> request where
|
|
1493
|
-
* <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination
|
|
1494
|
-
* continues from the end of the previous results that returned the <code>NextToken</code> value. This
|
|
1495
|
-
* value is <code>null</code> when there are no more results to return.</p>
|
|
1496
|
-
*/
|
|
1497
|
-
NextToken?: string;
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
export namespace ListConfigurationHistoryRequest {
|
|
1501
|
-
/**
|
|
1502
|
-
* @internal
|
|
1503
|
-
*/
|
|
1504
|
-
export const filterSensitiveLog = (obj: ListConfigurationHistoryRequest): any => ({
|
|
1505
|
-
...obj,
|
|
1506
|
-
});
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
export interface ListConfigurationHistoryResponse {
|
|
1510
|
-
/**
|
|
1511
|
-
* <p> The list of configuration events and their corresponding details. </p>
|
|
1512
|
-
*/
|
|
1513
|
-
EventList?: ConfigurationEvent[];
|
|
1514
|
-
|
|
1515
|
-
/**
|
|
1516
|
-
* <p>The <code>NextToken</code> value to include in a future
|
|
1517
|
-
* <code>ListConfigurationHistory</code> request. When the results of a
|
|
1518
|
-
* <code>ListConfigurationHistory</code> request exceed <code>MaxResults</code>, this value
|
|
1519
|
-
* can be used to retrieve the next page of results. This value is <code>null</code> when
|
|
1520
|
-
* there are no more results to return.</p>
|
|
1521
|
-
*/
|
|
1522
|
-
NextToken?: string;
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
export namespace ListConfigurationHistoryResponse {
|
|
1526
|
-
/**
|
|
1527
|
-
* @internal
|
|
1528
|
-
*/
|
|
1529
|
-
export const filterSensitiveLog = (obj: ListConfigurationHistoryResponse): any => ({
|
|
1530
|
-
...obj,
|
|
1531
|
-
});
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
export interface ListLogPatternsRequest {
|
|
1535
|
-
/**
|
|
1536
|
-
* <p>The name of the resource group.</p>
|
|
1537
|
-
*/
|
|
1538
|
-
ResourceGroupName: string | undefined;
|
|
1539
|
-
|
|
1540
|
-
/**
|
|
1541
|
-
* <p>The name of the log pattern set.</p>
|
|
1542
|
-
*/
|
|
1543
|
-
PatternSetName?: string;
|
|
1544
|
-
|
|
1545
|
-
/**
|
|
1546
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1547
|
-
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1548
|
-
*/
|
|
1549
|
-
MaxResults?: number;
|
|
1550
|
-
|
|
1551
|
-
/**
|
|
1552
|
-
* <p>The token to request the next page of results.</p>
|
|
1553
|
-
*/
|
|
1554
|
-
NextToken?: string;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
export namespace ListLogPatternsRequest {
|
|
1558
|
-
/**
|
|
1559
|
-
* @internal
|
|
1560
|
-
*/
|
|
1561
|
-
export const filterSensitiveLog = (obj: ListLogPatternsRequest): any => ({
|
|
1562
|
-
...obj,
|
|
1563
|
-
});
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
export interface ListLogPatternsResponse {
|
|
1567
|
-
/**
|
|
1568
|
-
* <p>The name of the resource group.</p>
|
|
1569
|
-
*/
|
|
1570
|
-
ResourceGroupName?: string;
|
|
1571
|
-
|
|
1572
|
-
/**
|
|
1573
|
-
* <p>The list of log patterns.</p>
|
|
1574
|
-
*/
|
|
1575
|
-
LogPatterns?: LogPattern[];
|
|
1576
|
-
|
|
1577
|
-
/**
|
|
1578
|
-
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1579
|
-
* when there are no more results to return. </p>
|
|
1580
|
-
*/
|
|
1581
|
-
NextToken?: string;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
export namespace ListLogPatternsResponse {
|
|
1585
|
-
/**
|
|
1586
|
-
* @internal
|
|
1587
|
-
*/
|
|
1588
|
-
export const filterSensitiveLog = (obj: ListLogPatternsResponse): any => ({
|
|
1589
|
-
...obj,
|
|
1590
|
-
});
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
export interface ListLogPatternSetsRequest {
|
|
1594
|
-
/**
|
|
1595
|
-
* <p>The name of the resource group.</p>
|
|
1596
|
-
*/
|
|
1597
|
-
ResourceGroupName: string | undefined;
|
|
1598
|
-
|
|
1599
|
-
/**
|
|
1600
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1601
|
-
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1602
|
-
*/
|
|
1603
|
-
MaxResults?: number;
|
|
1604
|
-
|
|
1605
|
-
/**
|
|
1606
|
-
* <p>The token to request the next page of results.</p>
|
|
1607
|
-
*/
|
|
1608
|
-
NextToken?: string;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
export namespace ListLogPatternSetsRequest {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
export const filterSensitiveLog = (obj: ListLogPatternSetsRequest): any => ({
|
|
1616
|
-
...obj,
|
|
1617
|
-
});
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
export interface ListLogPatternSetsResponse {
|
|
1621
|
-
/**
|
|
1622
|
-
* <p>The name of the resource group.</p>
|
|
1623
|
-
*/
|
|
1624
|
-
ResourceGroupName?: string;
|
|
1625
|
-
|
|
1626
|
-
/**
|
|
1627
|
-
* <p>The list of log pattern sets.</p>
|
|
1628
|
-
*/
|
|
1629
|
-
LogPatternSets?: string[];
|
|
1630
|
-
|
|
1631
|
-
/**
|
|
1632
|
-
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1633
|
-
* when there are no more results to return. </p>
|
|
1634
|
-
*/
|
|
1635
|
-
NextToken?: string;
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
export namespace ListLogPatternSetsResponse {
|
|
1639
|
-
/**
|
|
1640
|
-
* @internal
|
|
1641
|
-
*/
|
|
1642
|
-
export const filterSensitiveLog = (obj: ListLogPatternSetsResponse): any => ({
|
|
1643
|
-
...obj,
|
|
1644
|
-
});
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
export interface ListProblemsRequest {
|
|
1648
|
-
/**
|
|
1649
|
-
* <p>The name of the resource group.</p>
|
|
1650
|
-
*/
|
|
1651
|
-
ResourceGroupName?: string;
|
|
1652
|
-
|
|
1653
|
-
/**
|
|
1654
|
-
* <p>The time when the problem was detected, in epoch
|
|
1655
|
-
* seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.</p>
|
|
1656
|
-
*/
|
|
1657
|
-
StartTime?: Date;
|
|
1658
|
-
|
|
1659
|
-
/**
|
|
1660
|
-
* <p>The time when the problem ended, in epoch seconds. If not specified, problems within the
|
|
1661
|
-
* past seven days are returned.</p>
|
|
1662
|
-
*/
|
|
1663
|
-
EndTime?: Date;
|
|
1664
|
-
|
|
1665
|
-
/**
|
|
1666
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1667
|
-
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1668
|
-
*/
|
|
1669
|
-
MaxResults?: number;
|
|
1670
|
-
|
|
1671
|
-
/**
|
|
1672
|
-
* <p>The token to request the next page of results.</p>
|
|
1673
|
-
*/
|
|
1674
|
-
NextToken?: string;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
export namespace ListProblemsRequest {
|
|
1678
|
-
/**
|
|
1679
|
-
* @internal
|
|
1680
|
-
*/
|
|
1681
|
-
export const filterSensitiveLog = (obj: ListProblemsRequest): any => ({
|
|
1682
|
-
...obj,
|
|
1683
|
-
});
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
export interface ListProblemsResponse {
|
|
1687
|
-
/**
|
|
1688
|
-
* <p>The list of problems. </p>
|
|
1689
|
-
*/
|
|
1690
|
-
ProblemList?: Problem[];
|
|
1691
|
-
|
|
1692
|
-
/**
|
|
1693
|
-
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1694
|
-
* when there are no more results to return. </p>
|
|
1695
|
-
*/
|
|
1696
|
-
NextToken?: string;
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
export namespace ListProblemsResponse {
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
export const filterSensitiveLog = (obj: ListProblemsResponse): any => ({
|
|
1704
|
-
...obj,
|
|
1705
|
-
});
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
export interface ListTagsForResourceRequest {
|
|
1709
|
-
/**
|
|
1710
|
-
* <p>The Amazon Resource Name (ARN) of the application that you want to retrieve tag
|
|
1711
|
-
* information for.</p>
|
|
1712
|
-
*/
|
|
1713
|
-
ResourceARN: string | undefined;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
export namespace ListTagsForResourceRequest {
|
|
1717
|
-
/**
|
|
1718
|
-
* @internal
|
|
1719
|
-
*/
|
|
1720
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
|
|
1721
|
-
...obj,
|
|
1722
|
-
});
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
export interface ListTagsForResourceResponse {
|
|
1726
|
-
/**
|
|
1727
|
-
* <p>An array that lists all the tags that are associated with the application. Each tag
|
|
1728
|
-
* consists of a required tag key (<code>Key</code>) and an associated tag value
|
|
1729
|
-
* (<code>Value</code>).</p>
|
|
1730
|
-
*/
|
|
1731
|
-
Tags?: Tag[];
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
export namespace ListTagsForResourceResponse {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
|
|
1739
|
-
...obj,
|
|
1740
|
-
});
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
export interface TagResourceRequest {
|
|
1744
|
-
/**
|
|
1745
|
-
* <p>The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.</p>
|
|
1746
|
-
*/
|
|
1747
|
-
ResourceARN: string | undefined;
|
|
1748
|
-
|
|
1749
|
-
/**
|
|
1750
|
-
* <p>A list of tags that to add to the application. A tag consists of a required
|
|
1751
|
-
* tag key (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum
|
|
1752
|
-
* length of a tag key is 128 characters. The maximum length of a tag value is 256
|
|
1753
|
-
* characters.</p>
|
|
1754
|
-
*/
|
|
1755
|
-
Tags: Tag[] | undefined;
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
export namespace TagResourceRequest {
|
|
1759
|
-
/**
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
1762
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
1763
|
-
...obj,
|
|
1764
|
-
});
|
|
1765
|
-
}
|
|
1766
|
-
|
|
1767
|
-
export interface TagResourceResponse {}
|
|
1768
|
-
|
|
1769
|
-
export namespace TagResourceResponse {
|
|
1770
|
-
/**
|
|
1771
|
-
* @internal
|
|
1772
|
-
*/
|
|
1773
|
-
export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
|
|
1774
|
-
...obj,
|
|
1775
|
-
});
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
/**
|
|
1779
|
-
* <p>The number of the provided tags is beyond the limit, or
|
|
1780
|
-
* the number of total tags you are trying to attach to the specified resource exceeds the limit.</p>
|
|
1781
|
-
*/
|
|
1782
|
-
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
1783
|
-
name: "TooManyTagsException";
|
|
1784
|
-
$fault: "client";
|
|
1785
|
-
Message?: string;
|
|
1786
|
-
/**
|
|
1787
|
-
* <p>The name of the resource with too many tags.</p>
|
|
1788
|
-
*/
|
|
1789
|
-
ResourceName?: string;
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
export namespace TooManyTagsException {
|
|
1793
|
-
/**
|
|
1794
|
-
* @internal
|
|
1795
|
-
*/
|
|
1796
|
-
export const filterSensitiveLog = (obj: TooManyTagsException): any => ({
|
|
1797
|
-
...obj,
|
|
1798
|
-
});
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
export interface UntagResourceRequest {
|
|
1802
|
-
/**
|
|
1803
|
-
* <p>The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.</p>
|
|
1804
|
-
*/
|
|
1805
|
-
ResourceARN: string | undefined;
|
|
1806
|
-
|
|
1807
|
-
/**
|
|
1808
|
-
* <p>The tags (tag keys) that you want to remove from the resource. When you specify a tag
|
|
1809
|
-
* key, the action removes both that key and its associated tag value.</p>
|
|
1810
|
-
* <p>To remove more than one tag from the application, append the <code>TagKeys</code>
|
|
1811
|
-
* parameter and argument for each additional tag to remove, separated by an ampersand.
|
|
1812
|
-
* </p>
|
|
1813
|
-
*/
|
|
1814
|
-
TagKeys: string[] | undefined;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
export namespace UntagResourceRequest {
|
|
1818
|
-
/**
|
|
1819
|
-
* @internal
|
|
1820
|
-
*/
|
|
1821
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
1822
|
-
...obj,
|
|
1823
|
-
});
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
export interface UntagResourceResponse {}
|
|
1827
|
-
|
|
1828
|
-
export namespace UntagResourceResponse {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
|
|
1833
|
-
...obj,
|
|
1834
|
-
});
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
export interface UpdateApplicationRequest {
|
|
1838
|
-
/**
|
|
1839
|
-
* <p>The name of the resource group.</p>
|
|
1840
|
-
*/
|
|
1841
|
-
ResourceGroupName: string | undefined;
|
|
1842
|
-
|
|
1843
|
-
/**
|
|
1844
|
-
* <p>
|
|
1845
|
-
* When set to <code>true</code>, creates opsItems for any problems detected on an application.
|
|
1846
|
-
* </p>
|
|
1847
|
-
*/
|
|
1848
|
-
OpsCenterEnabled?: boolean;
|
|
1849
|
-
|
|
1850
|
-
/**
|
|
1851
|
-
* <p>
|
|
1852
|
-
* Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as <code>instance terminated</code>, <code>failed deployment</code>, and others.
|
|
1853
|
-
* </p>
|
|
1854
|
-
*/
|
|
1855
|
-
CWEMonitorEnabled?: boolean;
|
|
1856
|
-
|
|
1857
|
-
/**
|
|
1858
|
-
* <p>
|
|
1859
|
-
* The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to
|
|
1860
|
-
* receive notifications for updates to the opsItem.</p>
|
|
1861
|
-
*/
|
|
1862
|
-
OpsItemSNSTopicArn?: string;
|
|
1863
|
-
|
|
1864
|
-
/**
|
|
1865
|
-
* <p>
|
|
1866
|
-
* Disassociates the SNS topic from the opsItem created for detected problems.</p>
|
|
1867
|
-
*/
|
|
1868
|
-
RemoveSNSTopic?: boolean;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
export namespace UpdateApplicationRequest {
|
|
1872
|
-
/**
|
|
1873
|
-
* @internal
|
|
1874
|
-
*/
|
|
1875
|
-
export const filterSensitiveLog = (obj: UpdateApplicationRequest): any => ({
|
|
1876
|
-
...obj,
|
|
1877
|
-
});
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
export interface UpdateApplicationResponse {
|
|
1881
|
-
/**
|
|
1882
|
-
* <p>Information about the application. </p>
|
|
1883
|
-
*/
|
|
1884
|
-
ApplicationInfo?: ApplicationInfo;
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
export namespace UpdateApplicationResponse {
|
|
1888
|
-
/**
|
|
1889
|
-
* @internal
|
|
1890
|
-
*/
|
|
1891
|
-
export const filterSensitiveLog = (obj: UpdateApplicationResponse): any => ({
|
|
1892
|
-
...obj,
|
|
1893
|
-
});
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
export interface UpdateComponentRequest {
|
|
1897
|
-
/**
|
|
1898
|
-
* <p>The name of the resource group.</p>
|
|
1899
|
-
*/
|
|
1900
|
-
ResourceGroupName: string | undefined;
|
|
1901
|
-
|
|
1902
|
-
/**
|
|
1903
|
-
* <p>The name of the component.</p>
|
|
1904
|
-
*/
|
|
1905
|
-
ComponentName: string | undefined;
|
|
1906
|
-
|
|
1907
|
-
/**
|
|
1908
|
-
* <p>The new name of the component.</p>
|
|
1909
|
-
*/
|
|
1910
|
-
NewComponentName?: string;
|
|
1911
|
-
|
|
1912
|
-
/**
|
|
1913
|
-
* <p>The list of resource ARNs that belong to the component.</p>
|
|
1914
|
-
*/
|
|
1915
|
-
ResourceList?: string[];
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
export namespace UpdateComponentRequest {
|
|
1919
|
-
/**
|
|
1920
|
-
* @internal
|
|
1921
|
-
*/
|
|
1922
|
-
export const filterSensitiveLog = (obj: UpdateComponentRequest): any => ({
|
|
1923
|
-
...obj,
|
|
1924
|
-
});
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
export interface UpdateComponentResponse {}
|
|
1928
|
-
|
|
1929
|
-
export namespace UpdateComponentResponse {
|
|
1930
|
-
/**
|
|
1931
|
-
* @internal
|
|
1932
|
-
*/
|
|
1933
|
-
export const filterSensitiveLog = (obj: UpdateComponentResponse): any => ({
|
|
1934
|
-
...obj,
|
|
1935
|
-
});
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
|
-
export interface UpdateComponentConfigurationRequest {
|
|
1939
|
-
/**
|
|
1940
|
-
* <p>The name of the resource group.</p>
|
|
1941
|
-
*/
|
|
1942
|
-
ResourceGroupName: string | undefined;
|
|
1943
|
-
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>The name of the component.</p>
|
|
1946
|
-
*/
|
|
1947
|
-
ComponentName: string | undefined;
|
|
1948
|
-
|
|
1949
|
-
/**
|
|
1950
|
-
* <p>Indicates whether the application component is monitored.</p>
|
|
1951
|
-
*/
|
|
1952
|
-
Monitor?: boolean;
|
|
1953
|
-
|
|
1954
|
-
/**
|
|
1955
|
-
* <p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>,
|
|
1956
|
-
* <code>DOT_NET_WEB</code>, <code>DOT_NET_CORE</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>
|
|
1957
|
-
*/
|
|
1958
|
-
Tier?: Tier | string;
|
|
1959
|
-
|
|
1960
|
-
/**
|
|
1961
|
-
* <p>The configuration settings of the component. The value is the escaped JSON of the configuration. For
|
|
1962
|
-
* more information about the JSON format, see <a href="https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/working-with-json.html">Working with JSON</a>.
|
|
1963
|
-
* You can send a request to <code>DescribeComponentConfigurationRecommendation</code> to see the recommended configuration for a component. For the complete
|
|
1964
|
-
* format of the component configuration file, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html">Component Configuration</a>.</p>
|
|
1965
|
-
*/
|
|
1966
|
-
ComponentConfiguration?: string;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
export namespace UpdateComponentConfigurationRequest {
|
|
1970
|
-
/**
|
|
1971
|
-
* @internal
|
|
1972
|
-
*/
|
|
1973
|
-
export const filterSensitiveLog = (obj: UpdateComponentConfigurationRequest): any => ({
|
|
1974
|
-
...obj,
|
|
1975
|
-
});
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
export interface UpdateComponentConfigurationResponse {}
|
|
1979
|
-
|
|
1980
|
-
export namespace UpdateComponentConfigurationResponse {
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
|
-
export const filterSensitiveLog = (obj: UpdateComponentConfigurationResponse): any => ({
|
|
1985
|
-
...obj,
|
|
1986
|
-
});
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
export interface UpdateLogPatternRequest {
|
|
1990
|
-
/**
|
|
1991
|
-
* <p>The name of the resource group.</p>
|
|
1992
|
-
*/
|
|
1993
|
-
ResourceGroupName: string | undefined;
|
|
1994
|
-
|
|
1995
|
-
/**
|
|
1996
|
-
* <p>The name of the log pattern set.</p>
|
|
1997
|
-
*/
|
|
1998
|
-
PatternSetName: string | undefined;
|
|
1999
|
-
|
|
2000
|
-
/**
|
|
2001
|
-
* <p>The name of the log pattern.</p>
|
|
2002
|
-
*/
|
|
2003
|
-
PatternName: string | undefined;
|
|
2004
|
-
|
|
2005
|
-
/**
|
|
2006
|
-
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported.</p>
|
|
2007
|
-
*/
|
|
2008
|
-
Pattern?: string;
|
|
2009
|
-
|
|
2010
|
-
/**
|
|
2011
|
-
* <p>Rank of the log pattern. Must be a value between <code>1</code> and <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will be the first to get matched to a log line. A pattern of rank <code>1,000,000</code> will be last to get matched. When you configure custom log patterns from the console, a <code>Low</code> severity pattern translates to a <code>750,000</code> rank. A <code>Medium</code> severity pattern translates to a <code>500,000</code> rank. And a <code>High</code> severity pattern translates to a <code>250,000</code> rank.
|
|
2012
|
-
* Rank values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for AWS-provided patterns.
|
|
2013
|
-
* </p>
|
|
2014
|
-
*/
|
|
2015
|
-
Rank?: number;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
export namespace UpdateLogPatternRequest {
|
|
2019
|
-
/**
|
|
2020
|
-
* @internal
|
|
2021
|
-
*/
|
|
2022
|
-
export const filterSensitiveLog = (obj: UpdateLogPatternRequest): any => ({
|
|
2023
|
-
...obj,
|
|
2024
|
-
});
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
export interface UpdateLogPatternResponse {
|
|
2028
|
-
/**
|
|
2029
|
-
* <p>The name of the resource group.</p>
|
|
2030
|
-
*/
|
|
2031
|
-
ResourceGroupName?: string;
|
|
2032
|
-
|
|
2033
|
-
/**
|
|
2034
|
-
* <p>The successfully created log pattern.</p>
|
|
2035
|
-
*/
|
|
2036
|
-
LogPattern?: LogPattern;
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
export namespace UpdateLogPatternResponse {
|
|
2040
|
-
/**
|
|
2041
|
-
* @internal
|
|
2042
|
-
*/
|
|
2043
|
-
export const filterSensitiveLog = (obj: UpdateLogPatternResponse): any => ({
|
|
2044
|
-
...obj,
|
|
2045
|
-
});
|
|
2046
|
-
}
|