aws-sdk-applicationinsights 1.58.0 → 1.60.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +74 -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 +10 -5
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +13 -7
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b702c04f4af9913447202a7b60798b654938f6eaf869df41aadab56e371baf02
|
|
4
|
+
data.tar.gz: d519a186c645d021215d311ea1aa197755f7c95821262bea49220836fbf004d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 323151baa55a486ceda9767f6a5f104c1bde887a2e7181d6b508c11825f019454c8f9a84418da36c049dcb502a7c6379349f2b8985d410053d7ee0b7d531c3d1
|
|
7
|
+
data.tar.gz: 38ab32a818caab4594ce6e166ffb8ce0ebf5eb55135ff80c9618f5210dc4c9ec614432021661e546e9546c2d5eb00d8ad74506fc3dd7942adb17d51e8258bfdb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.60.0 (2025-01-15)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.59.0 (2024-10-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
|
|
13
|
+
|
|
4
14
|
1.58.0 (2024-10-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -257,11 +257,34 @@ module Aws::ApplicationInsights
|
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
|
259
259
|
#
|
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
|
262
|
+
#
|
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
|
270
|
+
# is modeled and supplied.
|
|
271
|
+
#
|
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
|
263
275
|
# and 10485780 bytes inclusive.
|
|
264
276
|
#
|
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
|
279
|
+
#
|
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
|
283
|
+
# are supported.
|
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
|
287
|
+
#
|
|
265
288
|
# @option options [Proc] :retry_backoff
|
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
|
@@ -479,7 +502,7 @@ module Aws::ApplicationInsights
|
|
|
479
502
|
# component_name: "ComponentName", # required
|
|
480
503
|
# workload_configuration: { # required
|
|
481
504
|
# 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
|
|
505
|
+
# 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
506
|
# configuration: "ComponentConfiguration",
|
|
484
507
|
# },
|
|
485
508
|
# })
|
|
@@ -488,7 +511,7 @@ module Aws::ApplicationInsights
|
|
|
488
511
|
#
|
|
489
512
|
# resp.workload_id #=> String
|
|
490
513
|
# 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"
|
|
514
|
+
# 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
515
|
# resp.workload_configuration.configuration #=> String
|
|
493
516
|
#
|
|
494
517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/AddWorkload AWS API Documentation
|
|
@@ -519,6 +542,9 @@ module Aws::ApplicationInsights
|
|
|
519
542
|
# the created opsItem. Allows you to receive notifications for updates
|
|
520
543
|
# to the opsItem.
|
|
521
544
|
#
|
|
545
|
+
# @option params [String] :sns_notification_arn
|
|
546
|
+
# The SNS notification topic ARN.
|
|
547
|
+
#
|
|
522
548
|
# @option params [Array<Types::Tag>] :tags
|
|
523
549
|
# List of tags to add to the application. tag key (`Key`) and an
|
|
524
550
|
# associated tag value (`Value`). The maximum length of a tag key is 128
|
|
@@ -552,6 +578,7 @@ module Aws::ApplicationInsights
|
|
|
552
578
|
# ops_center_enabled: false,
|
|
553
579
|
# cwe_monitor_enabled: false,
|
|
554
580
|
# ops_item_sns_topic_arn: "OpsItemSNSTopicArn",
|
|
581
|
+
# sns_notification_arn: "SNSNotificationArn",
|
|
555
582
|
# tags: [
|
|
556
583
|
# {
|
|
557
584
|
# key: "TagKey", # required
|
|
@@ -570,6 +597,7 @@ module Aws::ApplicationInsights
|
|
|
570
597
|
# resp.application_info.resource_group_name #=> String
|
|
571
598
|
# resp.application_info.life_cycle #=> String
|
|
572
599
|
# resp.application_info.ops_item_sns_topic_arn #=> String
|
|
600
|
+
# resp.application_info.sns_notification_arn #=> String
|
|
573
601
|
# resp.application_info.ops_center_enabled #=> Boolean
|
|
574
602
|
# resp.application_info.cwe_monitor_enabled #=> Boolean
|
|
575
603
|
# resp.application_info.remarks #=> String
|
|
@@ -643,7 +671,7 @@ module Aws::ApplicationInsights
|
|
|
643
671
|
# `750,000` rank. A `Medium` severity pattern translates to a `500,000`
|
|
644
672
|
# rank. And a `High` severity pattern translates to a `250,000` rank.
|
|
645
673
|
# Rank values less than `1` or greater than `1,000,000` are reserved for
|
|
646
|
-
#
|
|
674
|
+
# Amazon Web Services provided patterns.
|
|
647
675
|
#
|
|
648
676
|
# @return [Types::CreateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
649
677
|
#
|
|
@@ -764,7 +792,7 @@ module Aws::ApplicationInsights
|
|
|
764
792
|
# The name of the resource group.
|
|
765
793
|
#
|
|
766
794
|
# @option params [String] :account_id
|
|
767
|
-
# The
|
|
795
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
768
796
|
#
|
|
769
797
|
# @return [Types::DescribeApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
770
798
|
#
|
|
@@ -783,6 +811,7 @@ module Aws::ApplicationInsights
|
|
|
783
811
|
# resp.application_info.resource_group_name #=> String
|
|
784
812
|
# resp.application_info.life_cycle #=> String
|
|
785
813
|
# resp.application_info.ops_item_sns_topic_arn #=> String
|
|
814
|
+
# resp.application_info.sns_notification_arn #=> String
|
|
786
815
|
# resp.application_info.ops_center_enabled #=> Boolean
|
|
787
816
|
# resp.application_info.cwe_monitor_enabled #=> Boolean
|
|
788
817
|
# resp.application_info.remarks #=> String
|
|
@@ -809,7 +838,7 @@ module Aws::ApplicationInsights
|
|
|
809
838
|
# The name of the component.
|
|
810
839
|
#
|
|
811
840
|
# @option params [String] :account_id
|
|
812
|
-
# The
|
|
841
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
813
842
|
#
|
|
814
843
|
# @return [Types::DescribeComponentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
815
844
|
#
|
|
@@ -830,7 +859,7 @@ module Aws::ApplicationInsights
|
|
|
830
859
|
# resp.application_component.component_remarks #=> String
|
|
831
860
|
# resp.application_component.resource_type #=> String
|
|
832
861
|
# 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"
|
|
862
|
+
# 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
863
|
# resp.application_component.monitor #=> Boolean
|
|
835
864
|
# resp.application_component.detected_workload #=> Hash
|
|
836
865
|
# resp.application_component.detected_workload["Tier"] #=> Hash
|
|
@@ -856,7 +885,7 @@ module Aws::ApplicationInsights
|
|
|
856
885
|
# The name of the component.
|
|
857
886
|
#
|
|
858
887
|
# @option params [String] :account_id
|
|
859
|
-
# The
|
|
888
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
860
889
|
#
|
|
861
890
|
# @return [Types::DescribeComponentConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
862
891
|
#
|
|
@@ -875,7 +904,7 @@ module Aws::ApplicationInsights
|
|
|
875
904
|
# @example Response structure
|
|
876
905
|
#
|
|
877
906
|
# 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"
|
|
907
|
+
# 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
908
|
# resp.component_configuration #=> String
|
|
880
909
|
#
|
|
881
910
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentConfiguration AWS API Documentation
|
|
@@ -899,7 +928,9 @@ module Aws::ApplicationInsights
|
|
|
899
928
|
# The tier of the application component.
|
|
900
929
|
#
|
|
901
930
|
# @option params [String] :workload_name
|
|
902
|
-
# The name of the workload.
|
|
931
|
+
# The name of the workload. The name of the workload is required when
|
|
932
|
+
# the tier of the application component is `SAP_ASE_SINGLE_NODE` or
|
|
933
|
+
# `SAP_ASE_HIGH_AVAILABILITY`.
|
|
903
934
|
#
|
|
904
935
|
# @option params [String] :recommendation_type
|
|
905
936
|
# The recommended configuration type.
|
|
@@ -913,7 +944,7 @@ module Aws::ApplicationInsights
|
|
|
913
944
|
# resp = client.describe_component_configuration_recommendation({
|
|
914
945
|
# resource_group_name: "ResourceGroupName", # required
|
|
915
946
|
# 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
|
|
947
|
+
# 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
948
|
# workload_name: "WorkloadName",
|
|
918
949
|
# recommendation_type: "INFRA_ONLY", # accepts INFRA_ONLY, WORKLOAD_ONLY, ALL
|
|
919
950
|
# })
|
|
@@ -943,7 +974,7 @@ module Aws::ApplicationInsights
|
|
|
943
974
|
# The name of the log pattern.
|
|
944
975
|
#
|
|
945
976
|
# @option params [String] :account_id
|
|
946
|
-
# The
|
|
977
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
947
978
|
#
|
|
948
979
|
# @return [Types::DescribeLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
949
980
|
#
|
|
@@ -984,7 +1015,7 @@ module Aws::ApplicationInsights
|
|
|
984
1015
|
# The ID of the observation.
|
|
985
1016
|
#
|
|
986
1017
|
# @option params [String] :account_id
|
|
987
|
-
# The
|
|
1018
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
988
1019
|
#
|
|
989
1020
|
# @return [Types::DescribeObservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
990
1021
|
#
|
|
@@ -1060,12 +1091,13 @@ module Aws::ApplicationInsights
|
|
|
1060
1091
|
# The ID of the problem.
|
|
1061
1092
|
#
|
|
1062
1093
|
# @option params [String] :account_id
|
|
1063
|
-
# The
|
|
1064
|
-
# problem.
|
|
1094
|
+
# The Amazon Web Services account ID for the owner of the resource group
|
|
1095
|
+
# affected by the problem.
|
|
1065
1096
|
#
|
|
1066
1097
|
# @return [Types::DescribeProblemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1067
1098
|
#
|
|
1068
1099
|
# * {Types::DescribeProblemResponse#problem #problem} => Types::Problem
|
|
1100
|
+
# * {Types::DescribeProblemResponse#sns_notification_arn #sns_notification_arn} => String
|
|
1069
1101
|
#
|
|
1070
1102
|
# @example Request syntax with placeholder values
|
|
1071
1103
|
#
|
|
@@ -1078,6 +1110,7 @@ module Aws::ApplicationInsights
|
|
|
1078
1110
|
#
|
|
1079
1111
|
# resp.problem.id #=> String
|
|
1080
1112
|
# resp.problem.title #=> String
|
|
1113
|
+
# resp.problem.short_name #=> String
|
|
1081
1114
|
# resp.problem.insights #=> String
|
|
1082
1115
|
# resp.problem.status #=> String, one of "IGNORE", "RESOLVED", "PENDING", "RECURRING", "RECOVERING"
|
|
1083
1116
|
# resp.problem.affected_resource #=> String
|
|
@@ -1092,6 +1125,7 @@ module Aws::ApplicationInsights
|
|
|
1092
1125
|
# resp.problem.last_recurrence_time #=> Time
|
|
1093
1126
|
# resp.problem.visibility #=> String, one of "IGNORED", "VISIBLE"
|
|
1094
1127
|
# resp.problem.resolution_method #=> String, one of "MANUAL", "AUTOMATIC", "UNRESOLVED"
|
|
1128
|
+
# resp.sns_notification_arn #=> String
|
|
1095
1129
|
#
|
|
1096
1130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblem AWS API Documentation
|
|
1097
1131
|
#
|
|
@@ -1108,7 +1142,7 @@ module Aws::ApplicationInsights
|
|
|
1108
1142
|
# The ID of the problem.
|
|
1109
1143
|
#
|
|
1110
1144
|
# @option params [String] :account_id
|
|
1111
|
-
# The
|
|
1145
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
1112
1146
|
#
|
|
1113
1147
|
# @return [Types::DescribeProblemObservationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1114
1148
|
#
|
|
@@ -1191,7 +1225,7 @@ module Aws::ApplicationInsights
|
|
|
1191
1225
|
# The ID of the workload.
|
|
1192
1226
|
#
|
|
1193
1227
|
# @option params [String] :account_id
|
|
1194
|
-
# The
|
|
1228
|
+
# The Amazon Web Services account ID for the workload owner.
|
|
1195
1229
|
#
|
|
1196
1230
|
# @return [Types::DescribeWorkloadResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1197
1231
|
#
|
|
@@ -1213,7 +1247,7 @@ module Aws::ApplicationInsights
|
|
|
1213
1247
|
# resp.workload_id #=> String
|
|
1214
1248
|
# resp.workload_remarks #=> String
|
|
1215
1249
|
# 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"
|
|
1250
|
+
# 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
1251
|
# resp.workload_configuration.configuration #=> String
|
|
1218
1252
|
#
|
|
1219
1253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeWorkload AWS API Documentation
|
|
@@ -1236,7 +1270,7 @@ module Aws::ApplicationInsights
|
|
|
1236
1270
|
# The token to request the next page of results.
|
|
1237
1271
|
#
|
|
1238
1272
|
# @option params [String] :account_id
|
|
1239
|
-
# The
|
|
1273
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
1240
1274
|
#
|
|
1241
1275
|
# @return [Types::ListApplicationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1242
1276
|
#
|
|
@@ -1260,6 +1294,7 @@ module Aws::ApplicationInsights
|
|
|
1260
1294
|
# resp.application_info_list[0].resource_group_name #=> String
|
|
1261
1295
|
# resp.application_info_list[0].life_cycle #=> String
|
|
1262
1296
|
# resp.application_info_list[0].ops_item_sns_topic_arn #=> String
|
|
1297
|
+
# resp.application_info_list[0].sns_notification_arn #=> String
|
|
1263
1298
|
# resp.application_info_list[0].ops_center_enabled #=> Boolean
|
|
1264
1299
|
# resp.application_info_list[0].cwe_monitor_enabled #=> Boolean
|
|
1265
1300
|
# resp.application_info_list[0].remarks #=> String
|
|
@@ -1292,7 +1327,7 @@ module Aws::ApplicationInsights
|
|
|
1292
1327
|
# The token to request the next page of results.
|
|
1293
1328
|
#
|
|
1294
1329
|
# @option params [String] :account_id
|
|
1295
|
-
# The
|
|
1330
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
1296
1331
|
#
|
|
1297
1332
|
# @return [Types::ListComponentsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1298
1333
|
#
|
|
@@ -1317,7 +1352,7 @@ module Aws::ApplicationInsights
|
|
|
1317
1352
|
# resp.application_component_list[0].component_remarks #=> String
|
|
1318
1353
|
# resp.application_component_list[0].resource_type #=> String
|
|
1319
1354
|
# 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"
|
|
1355
|
+
# 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
1356
|
# resp.application_component_list[0].monitor #=> Boolean
|
|
1322
1357
|
# resp.application_component_list[0].detected_workload #=> Hash
|
|
1323
1358
|
# resp.application_component_list[0].detected_workload["Tier"] #=> Hash
|
|
@@ -1376,7 +1411,7 @@ module Aws::ApplicationInsights
|
|
|
1376
1411
|
# value. This value is `null` when there are no more results to return.
|
|
1377
1412
|
#
|
|
1378
1413
|
# @option params [String] :account_id
|
|
1379
|
-
# The
|
|
1414
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
1380
1415
|
#
|
|
1381
1416
|
# @return [Types::ListConfigurationHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1382
1417
|
#
|
|
@@ -1433,7 +1468,7 @@ module Aws::ApplicationInsights
|
|
|
1433
1468
|
# The token to request the next page of results.
|
|
1434
1469
|
#
|
|
1435
1470
|
# @option params [String] :account_id
|
|
1436
|
-
# The
|
|
1471
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
1437
1472
|
#
|
|
1438
1473
|
# @return [Types::ListLogPatternSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1439
1474
|
#
|
|
@@ -1487,7 +1522,7 @@ module Aws::ApplicationInsights
|
|
|
1487
1522
|
# The token to request the next page of results.
|
|
1488
1523
|
#
|
|
1489
1524
|
# @option params [String] :account_id
|
|
1490
|
-
# The
|
|
1525
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
1491
1526
|
#
|
|
1492
1527
|
# @return [Types::ListLogPatternsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1493
1528
|
#
|
|
@@ -1531,7 +1566,7 @@ module Aws::ApplicationInsights
|
|
|
1531
1566
|
# Lists the problems with your application.
|
|
1532
1567
|
#
|
|
1533
1568
|
# @option params [String] :account_id
|
|
1534
|
-
# The
|
|
1569
|
+
# The Amazon Web Services account ID for the resource group owner.
|
|
1535
1570
|
#
|
|
1536
1571
|
# @option params [String] :resource_group_name
|
|
1537
1572
|
# The name of the resource group.
|
|
@@ -1587,6 +1622,7 @@ module Aws::ApplicationInsights
|
|
|
1587
1622
|
# resp.problem_list #=> Array
|
|
1588
1623
|
# resp.problem_list[0].id #=> String
|
|
1589
1624
|
# resp.problem_list[0].title #=> String
|
|
1625
|
+
# resp.problem_list[0].short_name #=> String
|
|
1590
1626
|
# resp.problem_list[0].insights #=> String
|
|
1591
1627
|
# resp.problem_list[0].status #=> String, one of "IGNORE", "RESOLVED", "PENDING", "RECURRING", "RECOVERING"
|
|
1592
1628
|
# resp.problem_list[0].affected_resource #=> String
|
|
@@ -1667,7 +1703,7 @@ module Aws::ApplicationInsights
|
|
|
1667
1703
|
# The token to request the next page of results.
|
|
1668
1704
|
#
|
|
1669
1705
|
# @option params [String] :account_id
|
|
1670
|
-
# The
|
|
1706
|
+
# The Amazon Web Services account ID of the owner of the workload.
|
|
1671
1707
|
#
|
|
1672
1708
|
# @return [Types::ListWorkloadsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1673
1709
|
#
|
|
@@ -1692,8 +1728,9 @@ module Aws::ApplicationInsights
|
|
|
1692
1728
|
# resp.workload_list[0].workload_id #=> String
|
|
1693
1729
|
# resp.workload_list[0].component_name #=> String
|
|
1694
1730
|
# 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"
|
|
1731
|
+
# 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
1732
|
# resp.workload_list[0].workload_remarks #=> String
|
|
1733
|
+
# resp.workload_list[0].missing_workload_config #=> Boolean
|
|
1697
1734
|
# resp.next_token #=> String
|
|
1698
1735
|
#
|
|
1699
1736
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListWorkloads AWS API Documentation
|
|
@@ -1832,6 +1869,10 @@ module Aws::ApplicationInsights
|
|
|
1832
1869
|
# the created opsItem. Allows you to receive notifications for updates
|
|
1833
1870
|
# to the opsItem.
|
|
1834
1871
|
#
|
|
1872
|
+
# @option params [String] :sns_notification_arn
|
|
1873
|
+
# The SNS topic ARN. Allows you to receive SNS notifications for updates
|
|
1874
|
+
# and issues with an application.
|
|
1875
|
+
#
|
|
1835
1876
|
# @option params [Boolean] :remove_sns_topic
|
|
1836
1877
|
# Disassociates the SNS topic from the opsItem created for detected
|
|
1837
1878
|
# problems.
|
|
@@ -1854,6 +1895,7 @@ module Aws::ApplicationInsights
|
|
|
1854
1895
|
# ops_center_enabled: false,
|
|
1855
1896
|
# cwe_monitor_enabled: false,
|
|
1856
1897
|
# ops_item_sns_topic_arn: "OpsItemSNSTopicArn",
|
|
1898
|
+
# sns_notification_arn: "SNSNotificationArn",
|
|
1857
1899
|
# remove_sns_topic: false,
|
|
1858
1900
|
# auto_config_enabled: false,
|
|
1859
1901
|
# attach_missing_permission: false,
|
|
@@ -1865,6 +1907,7 @@ module Aws::ApplicationInsights
|
|
|
1865
1907
|
# resp.application_info.resource_group_name #=> String
|
|
1866
1908
|
# resp.application_info.life_cycle #=> String
|
|
1867
1909
|
# resp.application_info.ops_item_sns_topic_arn #=> String
|
|
1910
|
+
# resp.application_info.sns_notification_arn #=> String
|
|
1868
1911
|
# resp.application_info.ops_center_enabled #=> Boolean
|
|
1869
1912
|
# resp.application_info.cwe_monitor_enabled #=> Boolean
|
|
1870
1913
|
# resp.application_info.remarks #=> String
|
|
@@ -1958,7 +2001,7 @@ module Aws::ApplicationInsights
|
|
|
1958
2001
|
# resource_group_name: "ResourceGroupName", # required
|
|
1959
2002
|
# component_name: "ComponentName", # required
|
|
1960
2003
|
# 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
|
|
2004
|
+
# 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
2005
|
# component_configuration: "ComponentConfiguration",
|
|
1963
2006
|
# auto_config_enabled: false,
|
|
1964
2007
|
# })
|
|
@@ -1998,7 +2041,7 @@ module Aws::ApplicationInsights
|
|
|
1998
2041
|
# `750,000` rank. A `Medium` severity pattern translates to a `500,000`
|
|
1999
2042
|
# rank. And a `High` severity pattern translates to a `250,000` rank.
|
|
2000
2043
|
# Rank values less than `1` or greater than `1,000,000` are reserved for
|
|
2001
|
-
#
|
|
2044
|
+
# Amazon Web Services provided patterns.
|
|
2002
2045
|
#
|
|
2003
2046
|
# @return [Types::UpdateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2004
2047
|
#
|
|
@@ -2096,7 +2139,7 @@ module Aws::ApplicationInsights
|
|
|
2096
2139
|
# workload_id: "WorkloadId",
|
|
2097
2140
|
# workload_configuration: { # required
|
|
2098
2141
|
# 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
|
|
2142
|
+
# 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
2143
|
# configuration: "ComponentConfiguration",
|
|
2101
2144
|
# },
|
|
2102
2145
|
# })
|
|
@@ -2105,7 +2148,7 @@ module Aws::ApplicationInsights
|
|
|
2105
2148
|
#
|
|
2106
2149
|
# resp.workload_id #=> String
|
|
2107
2150
|
# 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"
|
|
2151
|
+
# 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
2152
|
# resp.workload_configuration.configuration #=> String
|
|
2110
2153
|
#
|
|
2111
2154
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateWorkload AWS API Documentation
|
|
@@ -2135,7 +2178,7 @@ module Aws::ApplicationInsights
|
|
|
2135
2178
|
tracer: tracer
|
|
2136
2179
|
)
|
|
2137
2180
|
context[:gem_name] = 'aws-sdk-applicationinsights'
|
|
2138
|
-
context[:gem_version] = '1.
|
|
2181
|
+
context[:gem_version] = '1.60.0'
|
|
2139
2182
|
Seahorse::Client::Request.new(handlers, context)
|
|
2140
2183
|
end
|
|
2141
2184
|
|
|
@@ -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
|
@@ -39,7 +39,9 @@ module Aws
|
|
|
39
39
|
?logger: untyped,
|
|
40
40
|
?max_attempts: Integer,
|
|
41
41
|
?profile: String,
|
|
42
|
+
?request_checksum_calculation: String,
|
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
|
44
|
+
?response_checksum_validation: String,
|
|
43
45
|
?retry_backoff: Proc,
|
|
44
46
|
?retry_base_delay: Float,
|
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
|
@@ -87,7 +89,7 @@ module Aws
|
|
|
87
89
|
component_name: ::String,
|
|
88
90
|
workload_configuration: {
|
|
89
91
|
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")?,
|
|
92
|
+
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
93
|
configuration: ::String?
|
|
92
94
|
}
|
|
93
95
|
) -> _AddWorkloadResponseSuccess
|
|
@@ -103,6 +105,7 @@ module Aws
|
|
|
103
105
|
?ops_center_enabled: bool,
|
|
104
106
|
?cwe_monitor_enabled: bool,
|
|
105
107
|
?ops_item_sns_topic_arn: ::String,
|
|
108
|
+
?sns_notification_arn: ::String,
|
|
106
109
|
?tags: Array[
|
|
107
110
|
{
|
|
108
111
|
key: ::String,
|
|
@@ -199,7 +202,7 @@ module Aws
|
|
|
199
202
|
interface _DescribeComponentConfigurationResponseSuccess
|
|
200
203
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeComponentConfigurationResponse]
|
|
201
204
|
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")
|
|
205
|
+
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
206
|
def component_configuration: () -> ::String
|
|
204
207
|
end
|
|
205
208
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_component_configuration-instance_method
|
|
@@ -218,7 +221,7 @@ module Aws
|
|
|
218
221
|
def describe_component_configuration_recommendation: (
|
|
219
222
|
resource_group_name: ::String,
|
|
220
223
|
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"),
|
|
224
|
+
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
225
|
?workload_name: ::String,
|
|
223
226
|
?recommendation_type: ("INFRA_ONLY" | "WORKLOAD_ONLY" | "ALL")
|
|
224
227
|
) -> _DescribeComponentConfigurationRecommendationResponseSuccess
|
|
@@ -253,6 +256,7 @@ module Aws
|
|
|
253
256
|
interface _DescribeProblemResponseSuccess
|
|
254
257
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeProblemResponse]
|
|
255
258
|
def problem: () -> Types::Problem
|
|
259
|
+
def sns_notification_arn: () -> ::String
|
|
256
260
|
end
|
|
257
261
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_problem-instance_method
|
|
258
262
|
def describe_problem: (
|
|
@@ -455,6 +459,7 @@ module Aws
|
|
|
455
459
|
?ops_center_enabled: bool,
|
|
456
460
|
?cwe_monitor_enabled: bool,
|
|
457
461
|
?ops_item_sns_topic_arn: ::String,
|
|
462
|
+
?sns_notification_arn: ::String,
|
|
458
463
|
?remove_sns_topic: bool,
|
|
459
464
|
?auto_config_enabled: bool,
|
|
460
465
|
?attach_missing_permission: bool
|
|
@@ -481,7 +486,7 @@ module Aws
|
|
|
481
486
|
resource_group_name: ::String,
|
|
482
487
|
component_name: ::String,
|
|
483
488
|
?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"),
|
|
489
|
+
?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
490
|
?component_configuration: ::String,
|
|
486
491
|
?auto_config_enabled: bool
|
|
487
492
|
) -> _UpdateComponentConfigurationResponseSuccess
|
|
@@ -525,7 +530,7 @@ module Aws
|
|
|
525
530
|
?workload_id: ::String,
|
|
526
531
|
workload_configuration: {
|
|
527
532
|
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")?,
|
|
533
|
+
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
534
|
configuration: ::String?
|
|
530
535
|
}
|
|
531
536
|
) -> _UpdateWorkloadResponseSuccess
|
data/sig/resource.rbs
CHANGED
|
@@ -39,7 +39,9 @@ module Aws
|
|
|
39
39
|
?logger: untyped,
|
|
40
40
|
?max_attempts: Integer,
|
|
41
41
|
?profile: String,
|
|
42
|
+
?request_checksum_calculation: String,
|
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
|
44
|
+
?response_checksum_validation: String,
|
|
43
45
|
?retry_backoff: Proc,
|
|
44
46
|
?retry_base_delay: Float,
|
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
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.60.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:
|
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.216.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.216.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|