aws-sdk-applicationinsights 1.58.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +51 -31
- data/lib/aws-sdk-applicationinsights/client_api.rb +9 -0
- data/lib/aws-sdk-applicationinsights/types.rb +78 -40
- data/lib/aws-sdk-applicationinsights.rb +1 -1
- data/sig/client.rbs +8 -5
- data/sig/types.rbs +13 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ee2614aa8606f158fa5a69f795d5071ca80b0249a8a462dacbd85dc081f0de4
|
4
|
+
data.tar.gz: 7dfe760902f63a187c3e8ed4261eb68176f7a6e3c5bebeea9b815a83dbdb0771
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d17938c14a62eff464443a74a81a047c9c4ce33af18c02af8e34c0f3867e4f008990efb427598c1cb81dbd05ec72dba29b02ef42743a4fbe4cca90014e922b16
|
7
|
+
data.tar.gz: b20f1af22a403f6a6e4a6e7912060d9d3347cff5f3aec15167e01a65a75e4ac04e1534d9b7f1ce6f1f0ae25e6cc130fdabc719d04243afecb29bccc7d2be3fe6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.59.0 (2024-10-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
|
8
|
+
|
4
9
|
1.58.0 (2024-10-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -479,7 +479,7 @@ module Aws::ApplicationInsights
|
|
479
479
|
# component_name: "ComponentName", # required
|
480
480
|
# workload_configuration: { # required
|
481
481
|
# workload_name: "WorkloadName",
|
482
|
-
# tier: "CUSTOM", # accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
482
|
+
# tier: "CUSTOM", # accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SAP_ASE_SINGLE_NODE, SAP_ASE_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
483
483
|
# configuration: "ComponentConfiguration",
|
484
484
|
# },
|
485
485
|
# })
|
@@ -488,7 +488,7 @@ module Aws::ApplicationInsights
|
|
488
488
|
#
|
489
489
|
# resp.workload_id #=> String
|
490
490
|
# resp.workload_configuration.workload_name #=> String
|
491
|
-
# resp.workload_configuration.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
491
|
+
# resp.workload_configuration.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SAP_ASE_SINGLE_NODE", "SAP_ASE_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
492
492
|
# resp.workload_configuration.configuration #=> String
|
493
493
|
#
|
494
494
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/AddWorkload AWS API Documentation
|
@@ -519,6 +519,9 @@ module Aws::ApplicationInsights
|
|
519
519
|
# the created opsItem. Allows you to receive notifications for updates
|
520
520
|
# to the opsItem.
|
521
521
|
#
|
522
|
+
# @option params [String] :sns_notification_arn
|
523
|
+
# The SNS notification topic ARN.
|
524
|
+
#
|
522
525
|
# @option params [Array<Types::Tag>] :tags
|
523
526
|
# List of tags to add to the application. tag key (`Key`) and an
|
524
527
|
# associated tag value (`Value`). The maximum length of a tag key is 128
|
@@ -552,6 +555,7 @@ module Aws::ApplicationInsights
|
|
552
555
|
# ops_center_enabled: false,
|
553
556
|
# cwe_monitor_enabled: false,
|
554
557
|
# ops_item_sns_topic_arn: "OpsItemSNSTopicArn",
|
558
|
+
# sns_notification_arn: "SNSNotificationArn",
|
555
559
|
# tags: [
|
556
560
|
# {
|
557
561
|
# key: "TagKey", # required
|
@@ -570,6 +574,7 @@ module Aws::ApplicationInsights
|
|
570
574
|
# resp.application_info.resource_group_name #=> String
|
571
575
|
# resp.application_info.life_cycle #=> String
|
572
576
|
# resp.application_info.ops_item_sns_topic_arn #=> String
|
577
|
+
# resp.application_info.sns_notification_arn #=> String
|
573
578
|
# resp.application_info.ops_center_enabled #=> Boolean
|
574
579
|
# resp.application_info.cwe_monitor_enabled #=> Boolean
|
575
580
|
# resp.application_info.remarks #=> String
|
@@ -643,7 +648,7 @@ module Aws::ApplicationInsights
|
|
643
648
|
# `750,000` rank. A `Medium` severity pattern translates to a `500,000`
|
644
649
|
# rank. And a `High` severity pattern translates to a `250,000` rank.
|
645
650
|
# Rank values less than `1` or greater than `1,000,000` are reserved for
|
646
|
-
#
|
651
|
+
# Amazon Web Services provided patterns.
|
647
652
|
#
|
648
653
|
# @return [Types::CreateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
649
654
|
#
|
@@ -764,7 +769,7 @@ module Aws::ApplicationInsights
|
|
764
769
|
# The name of the resource group.
|
765
770
|
#
|
766
771
|
# @option params [String] :account_id
|
767
|
-
# The
|
772
|
+
# The Amazon Web Services account ID for the resource group owner.
|
768
773
|
#
|
769
774
|
# @return [Types::DescribeApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
770
775
|
#
|
@@ -783,6 +788,7 @@ module Aws::ApplicationInsights
|
|
783
788
|
# resp.application_info.resource_group_name #=> String
|
784
789
|
# resp.application_info.life_cycle #=> String
|
785
790
|
# resp.application_info.ops_item_sns_topic_arn #=> String
|
791
|
+
# resp.application_info.sns_notification_arn #=> String
|
786
792
|
# resp.application_info.ops_center_enabled #=> Boolean
|
787
793
|
# resp.application_info.cwe_monitor_enabled #=> Boolean
|
788
794
|
# resp.application_info.remarks #=> String
|
@@ -809,7 +815,7 @@ module Aws::ApplicationInsights
|
|
809
815
|
# The name of the component.
|
810
816
|
#
|
811
817
|
# @option params [String] :account_id
|
812
|
-
# The
|
818
|
+
# The Amazon Web Services account ID for the resource group owner.
|
813
819
|
#
|
814
820
|
# @return [Types::DescribeComponentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
815
821
|
#
|
@@ -830,7 +836,7 @@ module Aws::ApplicationInsights
|
|
830
836
|
# resp.application_component.component_remarks #=> String
|
831
837
|
# resp.application_component.resource_type #=> String
|
832
838
|
# resp.application_component.os_type #=> String, one of "WINDOWS", "LINUX"
|
833
|
-
# resp.application_component.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
839
|
+
# resp.application_component.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SAP_ASE_SINGLE_NODE", "SAP_ASE_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
834
840
|
# resp.application_component.monitor #=> Boolean
|
835
841
|
# resp.application_component.detected_workload #=> Hash
|
836
842
|
# resp.application_component.detected_workload["Tier"] #=> Hash
|
@@ -856,7 +862,7 @@ module Aws::ApplicationInsights
|
|
856
862
|
# The name of the component.
|
857
863
|
#
|
858
864
|
# @option params [String] :account_id
|
859
|
-
# The
|
865
|
+
# The Amazon Web Services account ID for the resource group owner.
|
860
866
|
#
|
861
867
|
# @return [Types::DescribeComponentConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
862
868
|
#
|
@@ -875,7 +881,7 @@ module Aws::ApplicationInsights
|
|
875
881
|
# @example Response structure
|
876
882
|
#
|
877
883
|
# resp.monitor #=> Boolean
|
878
|
-
# resp.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
884
|
+
# resp.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SAP_ASE_SINGLE_NODE", "SAP_ASE_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
879
885
|
# resp.component_configuration #=> String
|
880
886
|
#
|
881
887
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentConfiguration AWS API Documentation
|
@@ -899,7 +905,9 @@ module Aws::ApplicationInsights
|
|
899
905
|
# The tier of the application component.
|
900
906
|
#
|
901
907
|
# @option params [String] :workload_name
|
902
|
-
# The name of the workload.
|
908
|
+
# The name of the workload. The name of the workload is required when
|
909
|
+
# the tier of the application component is `SAP_ASE_SINGLE_NODE` or
|
910
|
+
# `SAP_ASE_HIGH_AVAILABILITY`.
|
903
911
|
#
|
904
912
|
# @option params [String] :recommendation_type
|
905
913
|
# The recommended configuration type.
|
@@ -913,7 +921,7 @@ module Aws::ApplicationInsights
|
|
913
921
|
# resp = client.describe_component_configuration_recommendation({
|
914
922
|
# resource_group_name: "ResourceGroupName", # required
|
915
923
|
# component_name: "ComponentName", # required
|
916
|
-
# tier: "CUSTOM", # required, accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
924
|
+
# tier: "CUSTOM", # required, accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SAP_ASE_SINGLE_NODE, SAP_ASE_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
917
925
|
# workload_name: "WorkloadName",
|
918
926
|
# recommendation_type: "INFRA_ONLY", # accepts INFRA_ONLY, WORKLOAD_ONLY, ALL
|
919
927
|
# })
|
@@ -943,7 +951,7 @@ module Aws::ApplicationInsights
|
|
943
951
|
# The name of the log pattern.
|
944
952
|
#
|
945
953
|
# @option params [String] :account_id
|
946
|
-
# The
|
954
|
+
# The Amazon Web Services account ID for the resource group owner.
|
947
955
|
#
|
948
956
|
# @return [Types::DescribeLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
949
957
|
#
|
@@ -984,7 +992,7 @@ module Aws::ApplicationInsights
|
|
984
992
|
# The ID of the observation.
|
985
993
|
#
|
986
994
|
# @option params [String] :account_id
|
987
|
-
# The
|
995
|
+
# The Amazon Web Services account ID for the resource group owner.
|
988
996
|
#
|
989
997
|
# @return [Types::DescribeObservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
990
998
|
#
|
@@ -1060,12 +1068,13 @@ module Aws::ApplicationInsights
|
|
1060
1068
|
# The ID of the problem.
|
1061
1069
|
#
|
1062
1070
|
# @option params [String] :account_id
|
1063
|
-
# The
|
1064
|
-
# problem.
|
1071
|
+
# The Amazon Web Services account ID for the owner of the resource group
|
1072
|
+
# affected by the problem.
|
1065
1073
|
#
|
1066
1074
|
# @return [Types::DescribeProblemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1067
1075
|
#
|
1068
1076
|
# * {Types::DescribeProblemResponse#problem #problem} => Types::Problem
|
1077
|
+
# * {Types::DescribeProblemResponse#sns_notification_arn #sns_notification_arn} => String
|
1069
1078
|
#
|
1070
1079
|
# @example Request syntax with placeholder values
|
1071
1080
|
#
|
@@ -1078,6 +1087,7 @@ module Aws::ApplicationInsights
|
|
1078
1087
|
#
|
1079
1088
|
# resp.problem.id #=> String
|
1080
1089
|
# resp.problem.title #=> String
|
1090
|
+
# resp.problem.short_name #=> String
|
1081
1091
|
# resp.problem.insights #=> String
|
1082
1092
|
# resp.problem.status #=> String, one of "IGNORE", "RESOLVED", "PENDING", "RECURRING", "RECOVERING"
|
1083
1093
|
# resp.problem.affected_resource #=> String
|
@@ -1092,6 +1102,7 @@ module Aws::ApplicationInsights
|
|
1092
1102
|
# resp.problem.last_recurrence_time #=> Time
|
1093
1103
|
# resp.problem.visibility #=> String, one of "IGNORED", "VISIBLE"
|
1094
1104
|
# resp.problem.resolution_method #=> String, one of "MANUAL", "AUTOMATIC", "UNRESOLVED"
|
1105
|
+
# resp.sns_notification_arn #=> String
|
1095
1106
|
#
|
1096
1107
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblem AWS API Documentation
|
1097
1108
|
#
|
@@ -1108,7 +1119,7 @@ module Aws::ApplicationInsights
|
|
1108
1119
|
# The ID of the problem.
|
1109
1120
|
#
|
1110
1121
|
# @option params [String] :account_id
|
1111
|
-
# The
|
1122
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1112
1123
|
#
|
1113
1124
|
# @return [Types::DescribeProblemObservationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1114
1125
|
#
|
@@ -1191,7 +1202,7 @@ module Aws::ApplicationInsights
|
|
1191
1202
|
# The ID of the workload.
|
1192
1203
|
#
|
1193
1204
|
# @option params [String] :account_id
|
1194
|
-
# The
|
1205
|
+
# The Amazon Web Services account ID for the workload owner.
|
1195
1206
|
#
|
1196
1207
|
# @return [Types::DescribeWorkloadResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1197
1208
|
#
|
@@ -1213,7 +1224,7 @@ module Aws::ApplicationInsights
|
|
1213
1224
|
# resp.workload_id #=> String
|
1214
1225
|
# resp.workload_remarks #=> String
|
1215
1226
|
# resp.workload_configuration.workload_name #=> String
|
1216
|
-
# resp.workload_configuration.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
1227
|
+
# resp.workload_configuration.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SAP_ASE_SINGLE_NODE", "SAP_ASE_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
1217
1228
|
# resp.workload_configuration.configuration #=> String
|
1218
1229
|
#
|
1219
1230
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeWorkload AWS API Documentation
|
@@ -1236,7 +1247,7 @@ module Aws::ApplicationInsights
|
|
1236
1247
|
# The token to request the next page of results.
|
1237
1248
|
#
|
1238
1249
|
# @option params [String] :account_id
|
1239
|
-
# The
|
1250
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1240
1251
|
#
|
1241
1252
|
# @return [Types::ListApplicationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1242
1253
|
#
|
@@ -1260,6 +1271,7 @@ module Aws::ApplicationInsights
|
|
1260
1271
|
# resp.application_info_list[0].resource_group_name #=> String
|
1261
1272
|
# resp.application_info_list[0].life_cycle #=> String
|
1262
1273
|
# resp.application_info_list[0].ops_item_sns_topic_arn #=> String
|
1274
|
+
# resp.application_info_list[0].sns_notification_arn #=> String
|
1263
1275
|
# resp.application_info_list[0].ops_center_enabled #=> Boolean
|
1264
1276
|
# resp.application_info_list[0].cwe_monitor_enabled #=> Boolean
|
1265
1277
|
# resp.application_info_list[0].remarks #=> String
|
@@ -1292,7 +1304,7 @@ module Aws::ApplicationInsights
|
|
1292
1304
|
# The token to request the next page of results.
|
1293
1305
|
#
|
1294
1306
|
# @option params [String] :account_id
|
1295
|
-
# The
|
1307
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1296
1308
|
#
|
1297
1309
|
# @return [Types::ListComponentsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1298
1310
|
#
|
@@ -1317,7 +1329,7 @@ module Aws::ApplicationInsights
|
|
1317
1329
|
# resp.application_component_list[0].component_remarks #=> String
|
1318
1330
|
# resp.application_component_list[0].resource_type #=> String
|
1319
1331
|
# resp.application_component_list[0].os_type #=> String, one of "WINDOWS", "LINUX"
|
1320
|
-
# resp.application_component_list[0].tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
1332
|
+
# resp.application_component_list[0].tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SAP_ASE_SINGLE_NODE", "SAP_ASE_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
1321
1333
|
# resp.application_component_list[0].monitor #=> Boolean
|
1322
1334
|
# resp.application_component_list[0].detected_workload #=> Hash
|
1323
1335
|
# resp.application_component_list[0].detected_workload["Tier"] #=> Hash
|
@@ -1376,7 +1388,7 @@ module Aws::ApplicationInsights
|
|
1376
1388
|
# value. This value is `null` when there are no more results to return.
|
1377
1389
|
#
|
1378
1390
|
# @option params [String] :account_id
|
1379
|
-
# The
|
1391
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1380
1392
|
#
|
1381
1393
|
# @return [Types::ListConfigurationHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1382
1394
|
#
|
@@ -1433,7 +1445,7 @@ module Aws::ApplicationInsights
|
|
1433
1445
|
# The token to request the next page of results.
|
1434
1446
|
#
|
1435
1447
|
# @option params [String] :account_id
|
1436
|
-
# The
|
1448
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1437
1449
|
#
|
1438
1450
|
# @return [Types::ListLogPatternSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1439
1451
|
#
|
@@ -1487,7 +1499,7 @@ module Aws::ApplicationInsights
|
|
1487
1499
|
# The token to request the next page of results.
|
1488
1500
|
#
|
1489
1501
|
# @option params [String] :account_id
|
1490
|
-
# The
|
1502
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1491
1503
|
#
|
1492
1504
|
# @return [Types::ListLogPatternsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1493
1505
|
#
|
@@ -1531,7 +1543,7 @@ module Aws::ApplicationInsights
|
|
1531
1543
|
# Lists the problems with your application.
|
1532
1544
|
#
|
1533
1545
|
# @option params [String] :account_id
|
1534
|
-
# The
|
1546
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1535
1547
|
#
|
1536
1548
|
# @option params [String] :resource_group_name
|
1537
1549
|
# The name of the resource group.
|
@@ -1587,6 +1599,7 @@ module Aws::ApplicationInsights
|
|
1587
1599
|
# resp.problem_list #=> Array
|
1588
1600
|
# resp.problem_list[0].id #=> String
|
1589
1601
|
# resp.problem_list[0].title #=> String
|
1602
|
+
# resp.problem_list[0].short_name #=> String
|
1590
1603
|
# resp.problem_list[0].insights #=> String
|
1591
1604
|
# resp.problem_list[0].status #=> String, one of "IGNORE", "RESOLVED", "PENDING", "RECURRING", "RECOVERING"
|
1592
1605
|
# resp.problem_list[0].affected_resource #=> String
|
@@ -1667,7 +1680,7 @@ module Aws::ApplicationInsights
|
|
1667
1680
|
# The token to request the next page of results.
|
1668
1681
|
#
|
1669
1682
|
# @option params [String] :account_id
|
1670
|
-
# The
|
1683
|
+
# The Amazon Web Services account ID of the owner of the workload.
|
1671
1684
|
#
|
1672
1685
|
# @return [Types::ListWorkloadsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1673
1686
|
#
|
@@ -1692,8 +1705,9 @@ module Aws::ApplicationInsights
|
|
1692
1705
|
# resp.workload_list[0].workload_id #=> String
|
1693
1706
|
# resp.workload_list[0].component_name #=> String
|
1694
1707
|
# resp.workload_list[0].workload_name #=> String
|
1695
|
-
# resp.workload_list[0].tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
1708
|
+
# resp.workload_list[0].tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SAP_ASE_SINGLE_NODE", "SAP_ASE_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
1696
1709
|
# resp.workload_list[0].workload_remarks #=> String
|
1710
|
+
# resp.workload_list[0].missing_workload_config #=> Boolean
|
1697
1711
|
# resp.next_token #=> String
|
1698
1712
|
#
|
1699
1713
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListWorkloads AWS API Documentation
|
@@ -1832,6 +1846,10 @@ module Aws::ApplicationInsights
|
|
1832
1846
|
# the created opsItem. Allows you to receive notifications for updates
|
1833
1847
|
# to the opsItem.
|
1834
1848
|
#
|
1849
|
+
# @option params [String] :sns_notification_arn
|
1850
|
+
# The SNS topic ARN. Allows you to receive SNS notifications for updates
|
1851
|
+
# and issues with an application.
|
1852
|
+
#
|
1835
1853
|
# @option params [Boolean] :remove_sns_topic
|
1836
1854
|
# Disassociates the SNS topic from the opsItem created for detected
|
1837
1855
|
# problems.
|
@@ -1854,6 +1872,7 @@ module Aws::ApplicationInsights
|
|
1854
1872
|
# ops_center_enabled: false,
|
1855
1873
|
# cwe_monitor_enabled: false,
|
1856
1874
|
# ops_item_sns_topic_arn: "OpsItemSNSTopicArn",
|
1875
|
+
# sns_notification_arn: "SNSNotificationArn",
|
1857
1876
|
# remove_sns_topic: false,
|
1858
1877
|
# auto_config_enabled: false,
|
1859
1878
|
# attach_missing_permission: false,
|
@@ -1865,6 +1884,7 @@ module Aws::ApplicationInsights
|
|
1865
1884
|
# resp.application_info.resource_group_name #=> String
|
1866
1885
|
# resp.application_info.life_cycle #=> String
|
1867
1886
|
# resp.application_info.ops_item_sns_topic_arn #=> String
|
1887
|
+
# resp.application_info.sns_notification_arn #=> String
|
1868
1888
|
# resp.application_info.ops_center_enabled #=> Boolean
|
1869
1889
|
# resp.application_info.cwe_monitor_enabled #=> Boolean
|
1870
1890
|
# resp.application_info.remarks #=> String
|
@@ -1958,7 +1978,7 @@ module Aws::ApplicationInsights
|
|
1958
1978
|
# resource_group_name: "ResourceGroupName", # required
|
1959
1979
|
# component_name: "ComponentName", # required
|
1960
1980
|
# monitor: false,
|
1961
|
-
# tier: "CUSTOM", # accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
1981
|
+
# tier: "CUSTOM", # accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SAP_ASE_SINGLE_NODE, SAP_ASE_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
1962
1982
|
# component_configuration: "ComponentConfiguration",
|
1963
1983
|
# auto_config_enabled: false,
|
1964
1984
|
# })
|
@@ -1998,7 +2018,7 @@ module Aws::ApplicationInsights
|
|
1998
2018
|
# `750,000` rank. A `Medium` severity pattern translates to a `500,000`
|
1999
2019
|
# rank. And a `High` severity pattern translates to a `250,000` rank.
|
2000
2020
|
# Rank values less than `1` or greater than `1,000,000` are reserved for
|
2001
|
-
#
|
2021
|
+
# Amazon Web Services provided patterns.
|
2002
2022
|
#
|
2003
2023
|
# @return [Types::UpdateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2004
2024
|
#
|
@@ -2096,7 +2116,7 @@ module Aws::ApplicationInsights
|
|
2096
2116
|
# workload_id: "WorkloadId",
|
2097
2117
|
# workload_configuration: { # required
|
2098
2118
|
# workload_name: "WorkloadName",
|
2099
|
-
# tier: "CUSTOM", # accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
2119
|
+
# tier: "CUSTOM", # accepts CUSTOM, DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB_TIER, DOT_NET_WEB, SQL_SERVER, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP, MYSQL, POSTGRESQL, JAVA_JMX, ORACLE, SAP_HANA_MULTI_NODE, SAP_HANA_SINGLE_NODE, SAP_HANA_HIGH_AVAILABILITY, SAP_ASE_SINGLE_NODE, SAP_ASE_HIGH_AVAILABILITY, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE, SHAREPOINT, ACTIVE_DIRECTORY, SAP_NETWEAVER_STANDARD, SAP_NETWEAVER_DISTRIBUTED, SAP_NETWEAVER_HIGH_AVAILABILITY
|
2100
2120
|
# configuration: "ComponentConfiguration",
|
2101
2121
|
# },
|
2102
2122
|
# })
|
@@ -2105,7 +2125,7 @@ module Aws::ApplicationInsights
|
|
2105
2125
|
#
|
2106
2126
|
# resp.workload_id #=> String
|
2107
2127
|
# resp.workload_configuration.workload_name #=> String
|
2108
|
-
# resp.workload_configuration.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
2128
|
+
# resp.workload_configuration.tier #=> String, one of "CUSTOM", "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB_TIER", "DOT_NET_WEB", "SQL_SERVER", "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP", "MYSQL", "POSTGRESQL", "JAVA_JMX", "ORACLE", "SAP_HANA_MULTI_NODE", "SAP_HANA_SINGLE_NODE", "SAP_HANA_HIGH_AVAILABILITY", "SAP_ASE_SINGLE_NODE", "SAP_ASE_HIGH_AVAILABILITY", "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE", "SHAREPOINT", "ACTIVE_DIRECTORY", "SAP_NETWEAVER_STANDARD", "SAP_NETWEAVER_DISTRIBUTED", "SAP_NETWEAVER_HIGH_AVAILABILITY"
|
2109
2129
|
# resp.workload_configuration.configuration #=> String
|
2110
2130
|
#
|
2111
2131
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateWorkload AWS API Documentation
|
@@ -2135,7 +2155,7 @@ module Aws::ApplicationInsights
|
|
2135
2155
|
tracer: tracer
|
2136
2156
|
)
|
2137
2157
|
context[:gem_name] = 'aws-sdk-applicationinsights'
|
2138
|
-
context[:gem_version] = '1.
|
2158
|
+
context[:gem_version] = '1.59.0'
|
2139
2159
|
Seahorse::Client::Request.new(handlers, context)
|
2140
2160
|
end
|
2141
2161
|
|
@@ -133,6 +133,7 @@ module Aws::ApplicationInsights
|
|
133
133
|
MetaDataValue = Shapes::StringShape.new(name: 'MetaDataValue')
|
134
134
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
135
135
|
MetricNamespace = Shapes::StringShape.new(name: 'MetricNamespace')
|
136
|
+
MissingWorkloadConfig = Shapes::BooleanShape.new(name: 'MissingWorkloadConfig')
|
136
137
|
Monitor = Shapes::BooleanShape.new(name: 'Monitor')
|
137
138
|
Observation = Shapes::StructureShape.new(name: 'Observation')
|
138
139
|
ObservationId = Shapes::StringShape.new(name: 'ObservationId')
|
@@ -161,7 +162,9 @@ module Aws::ApplicationInsights
|
|
161
162
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
162
163
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
163
164
|
S3EventName = Shapes::StringShape.new(name: 'S3EventName')
|
165
|
+
SNSNotificationArn = Shapes::StringShape.new(name: 'SNSNotificationArn')
|
164
166
|
SeverityLevel = Shapes::StringShape.new(name: 'SeverityLevel')
|
167
|
+
ShortName = Shapes::StringShape.new(name: 'ShortName')
|
165
168
|
SourceARN = Shapes::StringShape.new(name: 'SourceARN')
|
166
169
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
167
170
|
StartTime = Shapes::TimestampShape.new(name: 'StartTime')
|
@@ -241,6 +244,7 @@ module Aws::ApplicationInsights
|
|
241
244
|
ApplicationInfo.add_member(:resource_group_name, Shapes::ShapeRef.new(shape: ResourceGroupName, location_name: "ResourceGroupName"))
|
242
245
|
ApplicationInfo.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
243
246
|
ApplicationInfo.add_member(:ops_item_sns_topic_arn, Shapes::ShapeRef.new(shape: OpsItemSNSTopicArn, location_name: "OpsItemSNSTopicArn"))
|
247
|
+
ApplicationInfo.add_member(:sns_notification_arn, Shapes::ShapeRef.new(shape: SNSNotificationArn, location_name: "SNSNotificationArn"))
|
244
248
|
ApplicationInfo.add_member(:ops_center_enabled, Shapes::ShapeRef.new(shape: OpsCenterEnabled, location_name: "OpsCenterEnabled"))
|
245
249
|
ApplicationInfo.add_member(:cwe_monitor_enabled, Shapes::ShapeRef.new(shape: CWEMonitorEnabled, location_name: "CWEMonitorEnabled"))
|
246
250
|
ApplicationInfo.add_member(:remarks, Shapes::ShapeRef.new(shape: Remarks, location_name: "Remarks"))
|
@@ -270,6 +274,7 @@ module Aws::ApplicationInsights
|
|
270
274
|
CreateApplicationRequest.add_member(:ops_center_enabled, Shapes::ShapeRef.new(shape: OpsCenterEnabled, location_name: "OpsCenterEnabled"))
|
271
275
|
CreateApplicationRequest.add_member(:cwe_monitor_enabled, Shapes::ShapeRef.new(shape: CWEMonitorEnabled, location_name: "CWEMonitorEnabled"))
|
272
276
|
CreateApplicationRequest.add_member(:ops_item_sns_topic_arn, Shapes::ShapeRef.new(shape: OpsItemSNSTopicArn, location_name: "OpsItemSNSTopicArn"))
|
277
|
+
CreateApplicationRequest.add_member(:sns_notification_arn, Shapes::ShapeRef.new(shape: SNSNotificationArn, location_name: "SNSNotificationArn"))
|
273
278
|
CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
274
279
|
CreateApplicationRequest.add_member(:auto_config_enabled, Shapes::ShapeRef.new(shape: AutoConfigEnabled, location_name: "AutoConfigEnabled"))
|
275
280
|
CreateApplicationRequest.add_member(:auto_create, Shapes::ShapeRef.new(shape: AutoCreate, location_name: "AutoCreate"))
|
@@ -382,6 +387,7 @@ module Aws::ApplicationInsights
|
|
382
387
|
DescribeProblemRequest.struct_class = Types::DescribeProblemRequest
|
383
388
|
|
384
389
|
DescribeProblemResponse.add_member(:problem, Shapes::ShapeRef.new(shape: Problem, location_name: "Problem"))
|
390
|
+
DescribeProblemResponse.add_member(:sns_notification_arn, Shapes::ShapeRef.new(shape: SNSNotificationArn, location_name: "SNSNotificationArn"))
|
385
391
|
DescribeProblemResponse.struct_class = Types::DescribeProblemResponse
|
386
392
|
|
387
393
|
DescribeWorkloadRequest.add_member(:resource_group_name, Shapes::ShapeRef.new(shape: ResourceGroupName, required: true, location_name: "ResourceGroupName"))
|
@@ -555,6 +561,7 @@ module Aws::ApplicationInsights
|
|
555
561
|
|
556
562
|
Problem.add_member(:id, Shapes::ShapeRef.new(shape: ProblemId, location_name: "Id"))
|
557
563
|
Problem.add_member(:title, Shapes::ShapeRef.new(shape: Title, location_name: "Title"))
|
564
|
+
Problem.add_member(:short_name, Shapes::ShapeRef.new(shape: ShortName, location_name: "ShortName"))
|
558
565
|
Problem.add_member(:insights, Shapes::ShapeRef.new(shape: Insights, location_name: "Insights"))
|
559
566
|
Problem.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
560
567
|
Problem.add_member(:affected_resource, Shapes::ShapeRef.new(shape: AffectedResource, location_name: "AffectedResource"))
|
@@ -621,6 +628,7 @@ module Aws::ApplicationInsights
|
|
621
628
|
UpdateApplicationRequest.add_member(:ops_center_enabled, Shapes::ShapeRef.new(shape: OpsCenterEnabled, location_name: "OpsCenterEnabled"))
|
622
629
|
UpdateApplicationRequest.add_member(:cwe_monitor_enabled, Shapes::ShapeRef.new(shape: CWEMonitorEnabled, location_name: "CWEMonitorEnabled"))
|
623
630
|
UpdateApplicationRequest.add_member(:ops_item_sns_topic_arn, Shapes::ShapeRef.new(shape: OpsItemSNSTopicArn, location_name: "OpsItemSNSTopicArn"))
|
631
|
+
UpdateApplicationRequest.add_member(:sns_notification_arn, Shapes::ShapeRef.new(shape: SNSNotificationArn, location_name: "SNSNotificationArn"))
|
624
632
|
UpdateApplicationRequest.add_member(:remove_sns_topic, Shapes::ShapeRef.new(shape: RemoveSNSTopic, location_name: "RemoveSNSTopic"))
|
625
633
|
UpdateApplicationRequest.add_member(:auto_config_enabled, Shapes::ShapeRef.new(shape: AutoConfigEnabled, location_name: "AutoConfigEnabled"))
|
626
634
|
UpdateApplicationRequest.add_member(:attach_missing_permission, Shapes::ShapeRef.new(shape: AttachMissingPermission, location_name: "AttachMissingPermission"))
|
@@ -683,6 +691,7 @@ module Aws::ApplicationInsights
|
|
683
691
|
Workload.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
684
692
|
Workload.add_member(:tier, Shapes::ShapeRef.new(shape: Tier, location_name: "Tier"))
|
685
693
|
Workload.add_member(:workload_remarks, Shapes::ShapeRef.new(shape: Remarks, location_name: "WorkloadRemarks"))
|
694
|
+
Workload.add_member(:missing_workload_config, Shapes::ShapeRef.new(shape: MissingWorkloadConfig, location_name: "MissingWorkloadConfig"))
|
686
695
|
Workload.struct_class = Types::Workload
|
687
696
|
|
688
697
|
WorkloadConfiguration.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
@@ -114,7 +114,7 @@ module Aws::ApplicationInsights
|
|
114
114
|
# Describes the status of the application.
|
115
115
|
#
|
116
116
|
# @!attribute [rw] account_id
|
117
|
-
# The
|
117
|
+
# The Amazon Web Services account ID for the owner of the application.
|
118
118
|
# @return [String]
|
119
119
|
#
|
120
120
|
# @!attribute [rw] resource_group_name
|
@@ -131,6 +131,11 @@ module Aws::ApplicationInsights
|
|
131
131
|
# updates.
|
132
132
|
# @return [String]
|
133
133
|
#
|
134
|
+
# @!attribute [rw] sns_notification_arn
|
135
|
+
# The SNS topic ARN that is associated with SNS notifications for
|
136
|
+
# updates or issues.
|
137
|
+
# @return [String]
|
138
|
+
#
|
134
139
|
# @!attribute [rw] ops_center_enabled
|
135
140
|
# Indicates whether Application Insights will create opsItems for any
|
136
141
|
# problem detected by Application Insights for an application.
|
@@ -172,6 +177,7 @@ module Aws::ApplicationInsights
|
|
172
177
|
:resource_group_name,
|
173
178
|
:life_cycle,
|
174
179
|
:ops_item_sns_topic_arn,
|
180
|
+
:sns_notification_arn,
|
175
181
|
:ops_center_enabled,
|
176
182
|
:cwe_monitor_enabled,
|
177
183
|
:remarks,
|
@@ -203,8 +209,8 @@ module Aws::ApplicationInsights
|
|
203
209
|
# @return [String]
|
204
210
|
#
|
205
211
|
# @!attribute [rw] account_id
|
206
|
-
# The
|
207
|
-
# configuration event belongs.
|
212
|
+
# The Amazon Web Services account ID for the owner of the application
|
213
|
+
# to which the configuration event belongs.
|
208
214
|
# @return [String]
|
209
215
|
#
|
210
216
|
# @!attribute [rw] monitored_resource_arn
|
@@ -270,6 +276,10 @@ module Aws::ApplicationInsights
|
|
270
276
|
# to the opsItem.
|
271
277
|
# @return [String]
|
272
278
|
#
|
279
|
+
# @!attribute [rw] sns_notification_arn
|
280
|
+
# The SNS notification topic ARN.
|
281
|
+
# @return [String]
|
282
|
+
#
|
273
283
|
# @!attribute [rw] tags
|
274
284
|
# List of tags to add to the application. tag key (`Key`) and an
|
275
285
|
# associated tag value (`Value`). The maximum length of a tag key is
|
@@ -305,6 +315,7 @@ module Aws::ApplicationInsights
|
|
305
315
|
:ops_center_enabled,
|
306
316
|
:cwe_monitor_enabled,
|
307
317
|
:ops_item_sns_topic_arn,
|
318
|
+
:sns_notification_arn,
|
308
319
|
:tags,
|
309
320
|
:auto_config_enabled,
|
310
321
|
:auto_create,
|
@@ -380,7 +391,8 @@ module Aws::ApplicationInsights
|
|
380
391
|
# pattern translates to a `750,000` rank. A `Medium` severity pattern
|
381
392
|
# translates to a `500,000` rank. And a `High` severity pattern
|
382
393
|
# translates to a `250,000` rank. Rank values less than `1` or greater
|
383
|
-
# than `1,000,000` are reserved for
|
394
|
+
# than `1,000,000` are reserved for Amazon Web Services provided
|
395
|
+
# patterns.
|
384
396
|
# @return [Integer]
|
385
397
|
#
|
386
398
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/CreateLogPatternRequest AWS API Documentation
|
@@ -480,7 +492,7 @@ module Aws::ApplicationInsights
|
|
480
492
|
# @return [String]
|
481
493
|
#
|
482
494
|
# @!attribute [rw] account_id
|
483
|
-
# The
|
495
|
+
# The Amazon Web Services account ID for the resource group owner.
|
484
496
|
# @return [String]
|
485
497
|
#
|
486
498
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeApplicationRequest AWS API Documentation
|
@@ -517,7 +529,9 @@ module Aws::ApplicationInsights
|
|
517
529
|
# @return [String]
|
518
530
|
#
|
519
531
|
# @!attribute [rw] workload_name
|
520
|
-
# The name of the workload.
|
532
|
+
# The name of the workload. The name of the workload is required when
|
533
|
+
# the tier of the application component is `SAP_ASE_SINGLE_NODE` or
|
534
|
+
# `SAP_ASE_HIGH_AVAILABILITY`.
|
521
535
|
# @return [String]
|
522
536
|
#
|
523
537
|
# @!attribute [rw] recommendation_type
|
@@ -558,7 +572,7 @@ module Aws::ApplicationInsights
|
|
558
572
|
# @return [String]
|
559
573
|
#
|
560
574
|
# @!attribute [rw] account_id
|
561
|
-
# The
|
575
|
+
# The Amazon Web Services account ID for the resource group owner.
|
562
576
|
# @return [String]
|
563
577
|
#
|
564
578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentConfigurationRequest AWS API Documentation
|
@@ -605,7 +619,7 @@ module Aws::ApplicationInsights
|
|
605
619
|
# @return [String]
|
606
620
|
#
|
607
621
|
# @!attribute [rw] account_id
|
608
|
-
# The
|
622
|
+
# The Amazon Web Services account ID for the resource group owner.
|
609
623
|
# @return [String]
|
610
624
|
#
|
611
625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentRequest AWS API Documentation
|
@@ -649,7 +663,7 @@ module Aws::ApplicationInsights
|
|
649
663
|
# @return [String]
|
650
664
|
#
|
651
665
|
# @!attribute [rw] account_id
|
652
|
-
# The
|
666
|
+
# The Amazon Web Services account ID for the resource group owner.
|
653
667
|
# @return [String]
|
654
668
|
#
|
655
669
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeLogPatternRequest AWS API Documentation
|
@@ -668,7 +682,7 @@ module Aws::ApplicationInsights
|
|
668
682
|
# @return [String]
|
669
683
|
#
|
670
684
|
# @!attribute [rw] account_id
|
671
|
-
# The
|
685
|
+
# The Amazon Web Services account ID for the resource group owner.
|
672
686
|
# @return [String]
|
673
687
|
#
|
674
688
|
# @!attribute [rw] log_pattern
|
@@ -690,7 +704,7 @@ module Aws::ApplicationInsights
|
|
690
704
|
# @return [String]
|
691
705
|
#
|
692
706
|
# @!attribute [rw] account_id
|
693
|
-
# The
|
707
|
+
# The Amazon Web Services account ID for the resource group owner.
|
694
708
|
# @return [String]
|
695
709
|
#
|
696
710
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeObservationRequest AWS API Documentation
|
@@ -719,7 +733,7 @@ module Aws::ApplicationInsights
|
|
719
733
|
# @return [String]
|
720
734
|
#
|
721
735
|
# @!attribute [rw] account_id
|
722
|
-
# The
|
736
|
+
# The Amazon Web Services account ID for the resource group owner.
|
723
737
|
# @return [String]
|
724
738
|
#
|
725
739
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblemObservationsRequest AWS API Documentation
|
@@ -748,8 +762,8 @@ module Aws::ApplicationInsights
|
|
748
762
|
# @return [String]
|
749
763
|
#
|
750
764
|
# @!attribute [rw] account_id
|
751
|
-
# The
|
752
|
-
# the problem.
|
765
|
+
# The Amazon Web Services account ID for the owner of the resource
|
766
|
+
# group affected by the problem.
|
753
767
|
# @return [String]
|
754
768
|
#
|
755
769
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblemRequest AWS API Documentation
|
@@ -765,10 +779,15 @@ module Aws::ApplicationInsights
|
|
765
779
|
# Information about the problem.
|
766
780
|
# @return [Types::Problem]
|
767
781
|
#
|
782
|
+
# @!attribute [rw] sns_notification_arn
|
783
|
+
# The SNS notification topic ARN of the problem.
|
784
|
+
# @return [String]
|
785
|
+
#
|
768
786
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblemResponse AWS API Documentation
|
769
787
|
#
|
770
788
|
class DescribeProblemResponse < Struct.new(
|
771
|
-
:problem
|
789
|
+
:problem,
|
790
|
+
:sns_notification_arn)
|
772
791
|
SENSITIVE = []
|
773
792
|
include Aws::Structure
|
774
793
|
end
|
@@ -786,7 +805,7 @@ module Aws::ApplicationInsights
|
|
786
805
|
# @return [String]
|
787
806
|
#
|
788
807
|
# @!attribute [rw] account_id
|
789
|
-
# The
|
808
|
+
# The Amazon Web Services account ID for the workload owner.
|
790
809
|
# @return [String]
|
791
810
|
#
|
792
811
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeWorkloadRequest AWS API Documentation
|
@@ -849,7 +868,7 @@ module Aws::ApplicationInsights
|
|
849
868
|
# @return [String]
|
850
869
|
#
|
851
870
|
# @!attribute [rw] account_id
|
852
|
-
# The
|
871
|
+
# The Amazon Web Services account ID for the resource group owner.
|
853
872
|
# @return [String]
|
854
873
|
#
|
855
874
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListApplicationsRequest AWS API Documentation
|
@@ -895,7 +914,7 @@ module Aws::ApplicationInsights
|
|
895
914
|
# @return [String]
|
896
915
|
#
|
897
916
|
# @!attribute [rw] account_id
|
898
|
-
# The
|
917
|
+
# The Amazon Web Services account ID for the resource group owner.
|
899
918
|
# @return [String]
|
900
919
|
#
|
901
920
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListComponentsRequest AWS API Documentation
|
@@ -964,7 +983,7 @@ module Aws::ApplicationInsights
|
|
964
983
|
# @return [String]
|
965
984
|
#
|
966
985
|
# @!attribute [rw] account_id
|
967
|
-
# The
|
986
|
+
# The Amazon Web Services account ID for the resource group owner.
|
968
987
|
# @return [String]
|
969
988
|
#
|
970
989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListConfigurationHistoryRequest AWS API Documentation
|
@@ -1017,7 +1036,7 @@ module Aws::ApplicationInsights
|
|
1017
1036
|
# @return [String]
|
1018
1037
|
#
|
1019
1038
|
# @!attribute [rw] account_id
|
1020
|
-
# The
|
1039
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1021
1040
|
# @return [String]
|
1022
1041
|
#
|
1023
1042
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListLogPatternSetsRequest AWS API Documentation
|
@@ -1036,7 +1055,7 @@ module Aws::ApplicationInsights
|
|
1036
1055
|
# @return [String]
|
1037
1056
|
#
|
1038
1057
|
# @!attribute [rw] account_id
|
1039
|
-
# The
|
1058
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1040
1059
|
# @return [String]
|
1041
1060
|
#
|
1042
1061
|
# @!attribute [rw] log_pattern_sets
|
@@ -1078,7 +1097,7 @@ module Aws::ApplicationInsights
|
|
1078
1097
|
# @return [String]
|
1079
1098
|
#
|
1080
1099
|
# @!attribute [rw] account_id
|
1081
|
-
# The
|
1100
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1082
1101
|
# @return [String]
|
1083
1102
|
#
|
1084
1103
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListLogPatternsRequest AWS API Documentation
|
@@ -1098,7 +1117,7 @@ module Aws::ApplicationInsights
|
|
1098
1117
|
# @return [String]
|
1099
1118
|
#
|
1100
1119
|
# @!attribute [rw] account_id
|
1101
|
-
# The
|
1120
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1102
1121
|
# @return [String]
|
1103
1122
|
#
|
1104
1123
|
# @!attribute [rw] log_patterns
|
@@ -1122,7 +1141,7 @@ module Aws::ApplicationInsights
|
|
1122
1141
|
end
|
1123
1142
|
|
1124
1143
|
# @!attribute [rw] account_id
|
1125
|
-
# The
|
1144
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1126
1145
|
# @return [String]
|
1127
1146
|
#
|
1128
1147
|
# @!attribute [rw] resource_group_name
|
@@ -1188,7 +1207,7 @@ module Aws::ApplicationInsights
|
|
1188
1207
|
# @return [String]
|
1189
1208
|
#
|
1190
1209
|
# @!attribute [rw] account_id
|
1191
|
-
# The
|
1210
|
+
# The Amazon Web Services account ID for the resource group owner.
|
1192
1211
|
# @return [String]
|
1193
1212
|
#
|
1194
1213
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListProblemsResponse AWS API Documentation
|
@@ -1248,7 +1267,7 @@ module Aws::ApplicationInsights
|
|
1248
1267
|
# @return [String]
|
1249
1268
|
#
|
1250
1269
|
# @!attribute [rw] account_id
|
1251
|
-
# The
|
1270
|
+
# The Amazon Web Services account ID of the owner of the workload.
|
1252
1271
|
# @return [String]
|
1253
1272
|
#
|
1254
1273
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListWorkloadsRequest AWS API Documentation
|
@@ -1314,7 +1333,8 @@ module Aws::ApplicationInsights
|
|
1314
1333
|
# pattern translates to a `750,000` rank. A `Medium` severity pattern
|
1315
1334
|
# translates to a `500,000` rank. And a `High` severity pattern
|
1316
1335
|
# translates to a `250,000` rank. Rank values less than `1` or greater
|
1317
|
-
# than `1,000,000` are reserved for
|
1336
|
+
# than `1,000,000` are reserved for Amazon Web Services provided
|
1337
|
+
# patterns.
|
1318
1338
|
# @return [Integer]
|
1319
1339
|
#
|
1320
1340
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/LogPattern AWS API Documentation
|
@@ -1398,26 +1418,26 @@ module Aws::ApplicationInsights
|
|
1398
1418
|
# @return [String]
|
1399
1419
|
#
|
1400
1420
|
# @!attribute [rw] health_event_arn
|
1401
|
-
# The Amazon Resource Name (ARN) of the
|
1421
|
+
# The Amazon Resource Name (ARN) of the Health Event-based
|
1402
1422
|
# observation.
|
1403
1423
|
# @return [String]
|
1404
1424
|
#
|
1405
1425
|
# @!attribute [rw] health_service
|
1406
|
-
# The service to which the
|
1426
|
+
# The service to which the Health Event belongs, such as EC2.
|
1407
1427
|
# @return [String]
|
1408
1428
|
#
|
1409
1429
|
# @!attribute [rw] health_event_type_code
|
1410
|
-
# The type of the
|
1430
|
+
# The type of the Health event, for example,
|
1411
1431
|
# `AWS_EC2_POWER_CONNECTIVITY_ISSUE`.
|
1412
1432
|
# @return [String]
|
1413
1433
|
#
|
1414
1434
|
# @!attribute [rw] health_event_type_category
|
1415
|
-
# The category of the
|
1435
|
+
# The category of the Health event, such as `issue`.
|
1416
1436
|
# @return [String]
|
1417
1437
|
#
|
1418
1438
|
# @!attribute [rw] health_event_description
|
1419
|
-
# The description of the
|
1420
|
-
#
|
1439
|
+
# The description of the Health event provided by the service, such as
|
1440
|
+
# Amazon EC2.
|
1421
1441
|
# @return [String]
|
1422
1442
|
#
|
1423
1443
|
# @!attribute [rw] code_deploy_deployment_id
|
@@ -1584,6 +1604,10 @@ module Aws::ApplicationInsights
|
|
1584
1604
|
# The name of the problem.
|
1585
1605
|
# @return [String]
|
1586
1606
|
#
|
1607
|
+
# @!attribute [rw] short_name
|
1608
|
+
# The short name of the problem associated with the SNS notification.
|
1609
|
+
# @return [String]
|
1610
|
+
#
|
1587
1611
|
# @!attribute [rw] insights
|
1588
1612
|
# A detailed analysis of the problem using machine learning.
|
1589
1613
|
# @return [String]
|
@@ -1609,8 +1633,8 @@ module Aws::ApplicationInsights
|
|
1609
1633
|
# @return [String]
|
1610
1634
|
#
|
1611
1635
|
# @!attribute [rw] account_id
|
1612
|
-
# The
|
1613
|
-
# the problem.
|
1636
|
+
# The Amazon Web Services account ID for the owner of the resource
|
1637
|
+
# group affected by the problem.
|
1614
1638
|
# @return [String]
|
1615
1639
|
#
|
1616
1640
|
# @!attribute [rw] resource_group_name
|
@@ -1647,6 +1671,7 @@ module Aws::ApplicationInsights
|
|
1647
1671
|
class Problem < Struct.new(
|
1648
1672
|
:id,
|
1649
1673
|
:title,
|
1674
|
+
:short_name,
|
1650
1675
|
:insights,
|
1651
1676
|
:status,
|
1652
1677
|
:affected_resource,
|
@@ -1750,9 +1775,9 @@ module Aws::ApplicationInsights
|
|
1750
1775
|
# * For each associated resource, each tag key must be unique and it can
|
1751
1776
|
# have only one value.
|
1752
1777
|
#
|
1753
|
-
# * The `aws:` prefix is reserved for use by
|
1754
|
-
# any tag keys or values that you define. In addition,
|
1755
|
-
# or remove tag keys or values that use this prefix.
|
1778
|
+
# * The `aws:` prefix is reserved for use by Amazon Web Services; you
|
1779
|
+
# can’t use it in any tag keys or values that you define. In addition,
|
1780
|
+
# you can't edit or remove tag keys or values that use this prefix.
|
1756
1781
|
#
|
1757
1782
|
# @!attribute [rw] key
|
1758
1783
|
# One part of a key-value pair that defines a tag. The maximum length
|
@@ -1882,6 +1907,11 @@ module Aws::ApplicationInsights
|
|
1882
1907
|
# to the opsItem.
|
1883
1908
|
# @return [String]
|
1884
1909
|
#
|
1910
|
+
# @!attribute [rw] sns_notification_arn
|
1911
|
+
# The SNS topic ARN. Allows you to receive SNS notifications for
|
1912
|
+
# updates and issues with an application.
|
1913
|
+
# @return [String]
|
1914
|
+
#
|
1885
1915
|
# @!attribute [rw] remove_sns_topic
|
1886
1916
|
# Disassociates the SNS topic from the opsItem created for detected
|
1887
1917
|
# problems.
|
@@ -1903,6 +1933,7 @@ module Aws::ApplicationInsights
|
|
1903
1933
|
:ops_center_enabled,
|
1904
1934
|
:cwe_monitor_enabled,
|
1905
1935
|
:ops_item_sns_topic_arn,
|
1936
|
+
:sns_notification_arn,
|
1906
1937
|
:remove_sns_topic,
|
1907
1938
|
:auto_config_enabled,
|
1908
1939
|
:attach_missing_permission)
|
@@ -2034,7 +2065,8 @@ module Aws::ApplicationInsights
|
|
2034
2065
|
# pattern translates to a `750,000` rank. A `Medium` severity pattern
|
2035
2066
|
# translates to a `500,000` rank. And a `High` severity pattern
|
2036
2067
|
# translates to a `250,000` rank. Rank values less than `1` or greater
|
2037
|
-
# than `1,000,000` are reserved for
|
2068
|
+
# than `1,000,000` are reserved for Amazon Web Services provided
|
2069
|
+
# patterns.
|
2038
2070
|
# @return [Integer]
|
2039
2071
|
#
|
2040
2072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateLogPatternRequest AWS API Documentation
|
@@ -2178,6 +2210,11 @@ module Aws::ApplicationInsights
|
|
2178
2210
|
# component has configured logs to be monitored.
|
2179
2211
|
# @return [String]
|
2180
2212
|
#
|
2213
|
+
# @!attribute [rw] missing_workload_config
|
2214
|
+
# Indicates whether all of the component configurations required to
|
2215
|
+
# monitor a workload were provided.
|
2216
|
+
# @return [Boolean]
|
2217
|
+
#
|
2181
2218
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/Workload AWS API Documentation
|
2182
2219
|
#
|
2183
2220
|
class Workload < Struct.new(
|
@@ -2185,7 +2222,8 @@ module Aws::ApplicationInsights
|
|
2185
2222
|
:component_name,
|
2186
2223
|
:workload_name,
|
2187
2224
|
:tier,
|
2188
|
-
:workload_remarks
|
2225
|
+
:workload_remarks,
|
2226
|
+
:missing_workload_config)
|
2189
2227
|
SENSITIVE = []
|
2190
2228
|
include Aws::Structure
|
2191
2229
|
end
|
data/sig/client.rbs
CHANGED
@@ -87,7 +87,7 @@ module Aws
|
|
87
87
|
component_name: ::String,
|
88
88
|
workload_configuration: {
|
89
89
|
workload_name: ::String?,
|
90
|
-
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")?,
|
90
|
+
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")?,
|
91
91
|
configuration: ::String?
|
92
92
|
}
|
93
93
|
) -> _AddWorkloadResponseSuccess
|
@@ -103,6 +103,7 @@ module Aws
|
|
103
103
|
?ops_center_enabled: bool,
|
104
104
|
?cwe_monitor_enabled: bool,
|
105
105
|
?ops_item_sns_topic_arn: ::String,
|
106
|
+
?sns_notification_arn: ::String,
|
106
107
|
?tags: Array[
|
107
108
|
{
|
108
109
|
key: ::String,
|
@@ -199,7 +200,7 @@ module Aws
|
|
199
200
|
interface _DescribeComponentConfigurationResponseSuccess
|
200
201
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeComponentConfigurationResponse]
|
201
202
|
def monitor: () -> bool
|
202
|
-
def tier: () -> ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
203
|
+
def tier: () -> ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
203
204
|
def component_configuration: () -> ::String
|
204
205
|
end
|
205
206
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_component_configuration-instance_method
|
@@ -218,7 +219,7 @@ module Aws
|
|
218
219
|
def describe_component_configuration_recommendation: (
|
219
220
|
resource_group_name: ::String,
|
220
221
|
component_name: ::String,
|
221
|
-
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"),
|
222
|
+
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"),
|
222
223
|
?workload_name: ::String,
|
223
224
|
?recommendation_type: ("INFRA_ONLY" | "WORKLOAD_ONLY" | "ALL")
|
224
225
|
) -> _DescribeComponentConfigurationRecommendationResponseSuccess
|
@@ -253,6 +254,7 @@ module Aws
|
|
253
254
|
interface _DescribeProblemResponseSuccess
|
254
255
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeProblemResponse]
|
255
256
|
def problem: () -> Types::Problem
|
257
|
+
def sns_notification_arn: () -> ::String
|
256
258
|
end
|
257
259
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_problem-instance_method
|
258
260
|
def describe_problem: (
|
@@ -455,6 +457,7 @@ module Aws
|
|
455
457
|
?ops_center_enabled: bool,
|
456
458
|
?cwe_monitor_enabled: bool,
|
457
459
|
?ops_item_sns_topic_arn: ::String,
|
460
|
+
?sns_notification_arn: ::String,
|
458
461
|
?remove_sns_topic: bool,
|
459
462
|
?auto_config_enabled: bool,
|
460
463
|
?attach_missing_permission: bool
|
@@ -481,7 +484,7 @@ module Aws
|
|
481
484
|
resource_group_name: ::String,
|
482
485
|
component_name: ::String,
|
483
486
|
?monitor: bool,
|
484
|
-
?tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"),
|
487
|
+
?tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"),
|
485
488
|
?component_configuration: ::String,
|
486
489
|
?auto_config_enabled: bool
|
487
490
|
) -> _UpdateComponentConfigurationResponseSuccess
|
@@ -525,7 +528,7 @@ module Aws
|
|
525
528
|
?workload_id: ::String,
|
526
529
|
workload_configuration: {
|
527
530
|
workload_name: ::String?,
|
528
|
-
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")?,
|
531
|
+
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")?,
|
529
532
|
configuration: ::String?
|
530
533
|
}
|
531
534
|
) -> _UpdateWorkloadResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -31,9 +31,9 @@ module Aws::ApplicationInsights
|
|
31
31
|
attr_accessor component_remarks: ::String
|
32
32
|
attr_accessor resource_type: ::String
|
33
33
|
attr_accessor os_type: ("WINDOWS" | "LINUX")
|
34
|
-
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
34
|
+
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
35
35
|
attr_accessor monitor: bool
|
36
|
-
attr_accessor detected_workload: ::Hash[("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"), ::Hash[::String, ::String]]
|
36
|
+
attr_accessor detected_workload: ::Hash[("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"), ::Hash[::String, ::String]]
|
37
37
|
SENSITIVE: []
|
38
38
|
end
|
39
39
|
|
@@ -42,6 +42,7 @@ module Aws::ApplicationInsights
|
|
42
42
|
attr_accessor resource_group_name: ::String
|
43
43
|
attr_accessor life_cycle: ::String
|
44
44
|
attr_accessor ops_item_sns_topic_arn: ::String
|
45
|
+
attr_accessor sns_notification_arn: ::String
|
45
46
|
attr_accessor ops_center_enabled: bool
|
46
47
|
attr_accessor cwe_monitor_enabled: bool
|
47
48
|
attr_accessor remarks: ::String
|
@@ -73,6 +74,7 @@ module Aws::ApplicationInsights
|
|
73
74
|
attr_accessor ops_center_enabled: bool
|
74
75
|
attr_accessor cwe_monitor_enabled: bool
|
75
76
|
attr_accessor ops_item_sns_topic_arn: ::String
|
77
|
+
attr_accessor sns_notification_arn: ::String
|
76
78
|
attr_accessor tags: ::Array[Types::Tag]
|
77
79
|
attr_accessor auto_config_enabled: bool
|
78
80
|
attr_accessor auto_create: bool
|
@@ -152,7 +154,7 @@ module Aws::ApplicationInsights
|
|
152
154
|
class DescribeComponentConfigurationRecommendationRequest
|
153
155
|
attr_accessor resource_group_name: ::String
|
154
156
|
attr_accessor component_name: ::String
|
155
|
-
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
157
|
+
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
156
158
|
attr_accessor workload_name: ::String
|
157
159
|
attr_accessor recommendation_type: ("INFRA_ONLY" | "WORKLOAD_ONLY" | "ALL")
|
158
160
|
SENSITIVE: []
|
@@ -172,7 +174,7 @@ module Aws::ApplicationInsights
|
|
172
174
|
|
173
175
|
class DescribeComponentConfigurationResponse
|
174
176
|
attr_accessor monitor: bool
|
175
|
-
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
177
|
+
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
176
178
|
attr_accessor component_configuration: ::String
|
177
179
|
SENSITIVE: []
|
178
180
|
end
|
@@ -235,6 +237,7 @@ module Aws::ApplicationInsights
|
|
235
237
|
|
236
238
|
class DescribeProblemResponse
|
237
239
|
attr_accessor problem: Types::Problem
|
240
|
+
attr_accessor sns_notification_arn: ::String
|
238
241
|
SENSITIVE: []
|
239
242
|
end
|
240
243
|
|
@@ -440,6 +443,7 @@ module Aws::ApplicationInsights
|
|
440
443
|
class Problem
|
441
444
|
attr_accessor id: ::String
|
442
445
|
attr_accessor title: ::String
|
446
|
+
attr_accessor short_name: ::String
|
443
447
|
attr_accessor insights: ::String
|
444
448
|
attr_accessor status: ("IGNORE" | "RESOLVED" | "PENDING" | "RECURRING" | "RECOVERING")
|
445
449
|
attr_accessor affected_resource: ::String
|
@@ -521,6 +525,7 @@ module Aws::ApplicationInsights
|
|
521
525
|
attr_accessor ops_center_enabled: bool
|
522
526
|
attr_accessor cwe_monitor_enabled: bool
|
523
527
|
attr_accessor ops_item_sns_topic_arn: ::String
|
528
|
+
attr_accessor sns_notification_arn: ::String
|
524
529
|
attr_accessor remove_sns_topic: bool
|
525
530
|
attr_accessor auto_config_enabled: bool
|
526
531
|
attr_accessor attach_missing_permission: bool
|
@@ -536,7 +541,7 @@ module Aws::ApplicationInsights
|
|
536
541
|
attr_accessor resource_group_name: ::String
|
537
542
|
attr_accessor component_name: ::String
|
538
543
|
attr_accessor monitor: bool
|
539
|
-
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
544
|
+
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
540
545
|
attr_accessor component_configuration: ::String
|
541
546
|
attr_accessor auto_config_enabled: bool
|
542
547
|
SENSITIVE: []
|
@@ -604,14 +609,15 @@ module Aws::ApplicationInsights
|
|
604
609
|
attr_accessor workload_id: ::String
|
605
610
|
attr_accessor component_name: ::String
|
606
611
|
attr_accessor workload_name: ::String
|
607
|
-
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
612
|
+
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
608
613
|
attr_accessor workload_remarks: ::String
|
614
|
+
attr_accessor missing_workload_config: bool
|
609
615
|
SENSITIVE: []
|
610
616
|
end
|
611
617
|
|
612
618
|
class WorkloadConfiguration
|
613
619
|
attr_accessor workload_name: ::String
|
614
|
-
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
620
|
+
attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
615
621
|
attr_accessor configuration: ::String
|
616
622
|
SENSITIVE: []
|
617
623
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-applicationinsights
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.59.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|