aws-sdk-applicationinsights 1.11.1 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89e8be8efd9a412f4a7e70496c543259d424259676578d95788379fc06637261
4
- data.tar.gz: 4c1fb3d9538105e723d26a009f54daba433e9a8f2ea1e6c992bb060504e48e76
3
+ metadata.gz: e740fe6a6dc91ba6befb36c53c55db9c23a710f2b83e0c73be72c9f68a24e5d0
4
+ data.tar.gz: 3065f04e69b13e3596cc293280196a939e5a19385647b133deebeb093f533462
5
5
  SHA512:
6
- metadata.gz: f648bc9fa2cfb5883900652a376ddc253175e14fd7eb65d5b468a170c4e1edd348d8e73fd18f8313f927f7d14bb07f0f3d7396c8bdb44b26bcbd8a931f30fc0f
7
- data.tar.gz: a03dedc83d51f1ea101bb51ba0b2c27bf0ce33ab742056b3cb69e462da44dcdca0e8606d1ab60b4070eade2d4a2272ba6eb17fa73bcb96b6b2c2913201e26a05
6
+ metadata.gz: ccfd4fbf07cdc232df365b2b52f15c4eda9fa7e4f01c6c2750c32248a25ca11c17769bc0c24647c42a0dbc38644bcd2b843026cd2aab27c68e2ba2864b0be6d5
7
+ data.tar.gz: 2d15389d9273297d6d67d72df10300c9e60c63318db3faa56e9f5b0b2cc7239bbb45cdfaa98f6c7bc44ed0326f3e10850361fdde51adee6bcfd1e993c85be1d8
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-applicationinsights/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::ApplicationInsights
47
50
 
48
- GEM_VERSION = '1.11.1'
51
+ GEM_VERSION = '1.16.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -83,13 +85,28 @@ module Aws::ApplicationInsights
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::ApplicationInsights
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -399,7 +416,7 @@ module Aws::ApplicationInsights
399
416
  #
400
417
  # resp = client.create_component({
401
418
  # resource_group_name: "ResourceGroupName", # required
402
- # component_name: "ComponentName", # required
419
+ # component_name: "CustomComponentName", # required
403
420
  # resource_list: ["ResourceARN"], # required
404
421
  # })
405
422
  #
@@ -424,10 +441,21 @@ module Aws::ApplicationInsights
424
441
  # The name of the log pattern.
425
442
  #
426
443
  # @option params [required, String] :pattern
427
- # The log pattern.
444
+ # The log pattern. The pattern must be DFA compatible. Patterns that
445
+ # utilize forward lookahead or backreference constructions are not
446
+ # supported.
428
447
  #
429
448
  # @option params [required, Integer] :rank
430
- # Rank of the log pattern.
449
+ # Rank of the log pattern. Must be a value between `1` and `1,000,000`.
450
+ # The patterns are sorted by rank, so we recommend that you set your
451
+ # highest priority patterns with the lowest rank. A pattern of rank `1`
452
+ # will be the first to get matched to a log line. A pattern of rank
453
+ # `1,000,000` will be last to get matched. When you configure custom log
454
+ # patterns from the console, a `Low` severity pattern translates to a
455
+ # `750,000` rank. A `Medium` severity pattern translates to a `500,000`
456
+ # rank. And a `High` severity pattern translates to a `250,000` rank.
457
+ # Rank values less than `1` or greater than `1,000,000` are reserved for
458
+ # AWS-provided patterns.
431
459
  #
432
460
  # @return [Types::CreateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
433
461
  #
@@ -500,7 +528,7 @@ module Aws::ApplicationInsights
500
528
  #
501
529
  # resp = client.delete_component({
502
530
  # resource_group_name: "ResourceGroupName", # required
503
- # component_name: "ComponentName", # required
531
+ # component_name: "CustomComponentName", # required
504
532
  # })
505
533
  #
506
534
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DeleteComponent AWS API Documentation
@@ -599,9 +627,14 @@ module Aws::ApplicationInsights
599
627
  # @example Response structure
600
628
  #
601
629
  # resp.application_component.component_name #=> String
630
+ # resp.application_component.component_remarks #=> String
602
631
  # resp.application_component.resource_type #=> String
603
- # resp.application_component.tier #=> String, one of "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB", "SQL_SERVER"
632
+ # resp.application_component.os_type #=> String, one of "WINDOWS", "LINUX"
633
+ # 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"
604
634
  # resp.application_component.monitor #=> Boolean
635
+ # resp.application_component.detected_workload #=> Hash
636
+ # resp.application_component.detected_workload["Tier"] #=> Hash
637
+ # resp.application_component.detected_workload["Tier"]["MetaDataKey"] #=> String
605
638
  # resp.resource_list #=> Array
606
639
  # resp.resource_list[0] #=> String
607
640
  #
@@ -638,7 +671,7 @@ module Aws::ApplicationInsights
638
671
  # @example Response structure
639
672
  #
640
673
  # resp.monitor #=> Boolean
641
- # resp.tier #=> String, one of "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB", "SQL_SERVER"
674
+ # 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"
642
675
  # resp.component_configuration #=> String
643
676
  #
644
677
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentConfiguration AWS API Documentation
@@ -672,7 +705,7 @@ module Aws::ApplicationInsights
672
705
  # resp = client.describe_component_configuration_recommendation({
673
706
  # resource_group_name: "ResourceGroupName", # required
674
707
  # component_name: "ComponentName", # required
675
- # tier: "DEFAULT", # required, accepts DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER
708
+ # 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
676
709
  # })
677
710
  #
678
711
  # @example Response structure
@@ -760,7 +793,7 @@ module Aws::ApplicationInsights
760
793
  # resp.observation.unit #=> String
761
794
  # resp.observation.value #=> Float
762
795
  # resp.observation.cloud_watch_event_id #=> String
763
- # resp.observation.cloud_watch_event_source #=> String, one of "EC2", "CODE_DEPLOY", "HEALTH"
796
+ # resp.observation.cloud_watch_event_source #=> String, one of "EC2", "CODE_DEPLOY", "HEALTH", "RDS"
764
797
  # resp.observation.cloud_watch_event_detail_type #=> String
765
798
  # resp.observation.health_event_arn #=> String
766
799
  # resp.observation.health_service #=> String
@@ -773,6 +806,17 @@ module Aws::ApplicationInsights
773
806
  # resp.observation.code_deploy_application #=> String
774
807
  # resp.observation.code_deploy_instance_group_id #=> String
775
808
  # resp.observation.ec2_state #=> String
809
+ # resp.observation.rds_event_categories #=> String
810
+ # resp.observation.rds_event_message #=> String
811
+ # resp.observation.s3_event_name #=> String
812
+ # resp.observation.states_execution_arn #=> String
813
+ # resp.observation.states_arn #=> String
814
+ # resp.observation.states_status #=> String
815
+ # resp.observation.states_input #=> String
816
+ # resp.observation.ebs_event #=> String
817
+ # resp.observation.ebs_result #=> String
818
+ # resp.observation.ebs_cause #=> String
819
+ # resp.observation.ebs_request_id #=> String
776
820
  # resp.observation.x_ray_fault_percent #=> Integer
777
821
  # resp.observation.x_ray_throttle_percent #=> Integer
778
822
  # resp.observation.x_ray_error_percent #=> Integer
@@ -860,7 +904,7 @@ module Aws::ApplicationInsights
860
904
  # resp.related_observations.observation_list[0].unit #=> String
861
905
  # resp.related_observations.observation_list[0].value #=> Float
862
906
  # resp.related_observations.observation_list[0].cloud_watch_event_id #=> String
863
- # resp.related_observations.observation_list[0].cloud_watch_event_source #=> String, one of "EC2", "CODE_DEPLOY", "HEALTH"
907
+ # resp.related_observations.observation_list[0].cloud_watch_event_source #=> String, one of "EC2", "CODE_DEPLOY", "HEALTH", "RDS"
864
908
  # resp.related_observations.observation_list[0].cloud_watch_event_detail_type #=> String
865
909
  # resp.related_observations.observation_list[0].health_event_arn #=> String
866
910
  # resp.related_observations.observation_list[0].health_service #=> String
@@ -873,6 +917,17 @@ module Aws::ApplicationInsights
873
917
  # resp.related_observations.observation_list[0].code_deploy_application #=> String
874
918
  # resp.related_observations.observation_list[0].code_deploy_instance_group_id #=> String
875
919
  # resp.related_observations.observation_list[0].ec2_state #=> String
920
+ # resp.related_observations.observation_list[0].rds_event_categories #=> String
921
+ # resp.related_observations.observation_list[0].rds_event_message #=> String
922
+ # resp.related_observations.observation_list[0].s3_event_name #=> String
923
+ # resp.related_observations.observation_list[0].states_execution_arn #=> String
924
+ # resp.related_observations.observation_list[0].states_arn #=> String
925
+ # resp.related_observations.observation_list[0].states_status #=> String
926
+ # resp.related_observations.observation_list[0].states_input #=> String
927
+ # resp.related_observations.observation_list[0].ebs_event #=> String
928
+ # resp.related_observations.observation_list[0].ebs_result #=> String
929
+ # resp.related_observations.observation_list[0].ebs_cause #=> String
930
+ # resp.related_observations.observation_list[0].ebs_request_id #=> String
876
931
  # resp.related_observations.observation_list[0].x_ray_fault_percent #=> Integer
877
932
  # resp.related_observations.observation_list[0].x_ray_throttle_percent #=> Integer
878
933
  # resp.related_observations.observation_list[0].x_ray_error_percent #=> Integer
@@ -967,9 +1022,14 @@ module Aws::ApplicationInsights
967
1022
  #
968
1023
  # resp.application_component_list #=> Array
969
1024
  # resp.application_component_list[0].component_name #=> String
1025
+ # resp.application_component_list[0].component_remarks #=> String
970
1026
  # resp.application_component_list[0].resource_type #=> String
971
- # resp.application_component_list[0].tier #=> String, one of "DEFAULT", "DOT_NET_CORE", "DOT_NET_WORKER", "DOT_NET_WEB", "SQL_SERVER"
1027
+ # resp.application_component_list[0].os_type #=> String, one of "WINDOWS", "LINUX"
1028
+ # 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"
972
1029
  # resp.application_component_list[0].monitor #=> Boolean
1030
+ # resp.application_component_list[0].detected_workload #=> Hash
1031
+ # resp.application_component_list[0].detected_workload["Tier"] #=> Hash
1032
+ # resp.application_component_list[0].detected_workload["Tier"]["MetaDataKey"] #=> String
973
1033
  # resp.next_token #=> String
974
1034
  #
975
1035
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListComponents AWS API Documentation
@@ -1046,7 +1106,7 @@ module Aws::ApplicationInsights
1046
1106
  # resp.event_list #=> Array
1047
1107
  # resp.event_list[0].monitored_resource_arn #=> String
1048
1108
  # resp.event_list[0].event_status #=> String, one of "INFO", "WARN", "ERROR"
1049
- # resp.event_list[0].event_resource_type #=> String, one of "CLOUDWATCH_ALARM", "CLOUDFORMATION", "SSM_ASSOCIATION"
1109
+ # resp.event_list[0].event_resource_type #=> String, one of "CLOUDWATCH_ALARM", "CLOUDWATCH_LOG", "CLOUDFORMATION", "SSM_ASSOCIATION"
1050
1110
  # resp.event_list[0].event_time #=> Time
1051
1111
  # resp.event_list[0].event_detail #=> String
1052
1112
  # resp.event_list[0].event_resource_name #=> String
@@ -1412,8 +1472,8 @@ module Aws::ApplicationInsights
1412
1472
  #
1413
1473
  # resp = client.update_component({
1414
1474
  # resource_group_name: "ResourceGroupName", # required
1415
- # component_name: "ComponentName", # required
1416
- # new_component_name: "NewComponentName",
1475
+ # component_name: "CustomComponentName", # required
1476
+ # new_component_name: "CustomComponentName",
1417
1477
  # resource_list: ["ResourceARN"],
1418
1478
  # })
1419
1479
  #
@@ -1466,7 +1526,7 @@ module Aws::ApplicationInsights
1466
1526
  # resource_group_name: "ResourceGroupName", # required
1467
1527
  # component_name: "ComponentName", # required
1468
1528
  # monitor: false,
1469
- # tier: "DEFAULT", # accepts DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER
1529
+ # 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
1470
1530
  # component_configuration: "ComponentConfiguration",
1471
1531
  # })
1472
1532
  #
@@ -1491,10 +1551,21 @@ module Aws::ApplicationInsights
1491
1551
  # The name of the log pattern.
1492
1552
  #
1493
1553
  # @option params [String] :pattern
1494
- # The log pattern.
1554
+ # The log pattern. The pattern must be DFA compatible. Patterns that
1555
+ # utilize forward lookahead or backreference constructions are not
1556
+ # supported.
1495
1557
  #
1496
1558
  # @option params [Integer] :rank
1497
- # Rank of the log pattern.
1559
+ # Rank of the log pattern. Must be a value between `1` and `1,000,000`.
1560
+ # The patterns are sorted by rank, so we recommend that you set your
1561
+ # highest priority patterns with the lowest rank. A pattern of rank `1`
1562
+ # will be the first to get matched to a log line. A pattern of rank
1563
+ # `1,000,000` will be last to get matched. When you configure custom log
1564
+ # patterns from the console, a `Low` severity pattern translates to a
1565
+ # `750,000` rank. A `Medium` severity pattern translates to a `500,000`
1566
+ # rank. And a `High` severity pattern translates to a `250,000` rank.
1567
+ # Rank values less than `1` or greater than `1,000,000` are reserved for
1568
+ # AWS-provided patterns.
1498
1569
  #
1499
1570
  # @return [Types::UpdateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1500
1571
  #
@@ -1541,7 +1612,7 @@ module Aws::ApplicationInsights
1541
1612
  params: params,
1542
1613
  config: config)
1543
1614
  context[:gem_name] = 'aws-sdk-applicationinsights'
1544
- context[:gem_version] = '1.11.1'
1615
+ context[:gem_version] = '1.16.0'
1545
1616
  Seahorse::Client::Request.new(handlers, context)
1546
1617
  end
1547
1618
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -11,6 +13,7 @@ module Aws::ApplicationInsights
11
13
 
12
14
  include Seahorse::Model
13
15
 
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
14
17
  AffectedResource = Shapes::StringShape.new(name: 'AffectedResource')
15
18
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
16
19
  ApplicationComponent = Shapes::StructureShape.new(name: 'ApplicationComponent')
@@ -43,6 +46,7 @@ module Aws::ApplicationInsights
43
46
  CreateComponentResponse = Shapes::StructureShape.new(name: 'CreateComponentResponse')
44
47
  CreateLogPatternRequest = Shapes::StructureShape.new(name: 'CreateLogPatternRequest')
45
48
  CreateLogPatternResponse = Shapes::StructureShape.new(name: 'CreateLogPatternResponse')
49
+ CustomComponentName = Shapes::StringShape.new(name: 'CustomComponentName')
46
50
  DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
47
51
  DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
48
52
  DeleteComponentRequest = Shapes::StructureShape.new(name: 'DeleteComponentRequest')
@@ -65,6 +69,11 @@ module Aws::ApplicationInsights
65
69
  DescribeProblemObservationsResponse = Shapes::StructureShape.new(name: 'DescribeProblemObservationsResponse')
66
70
  DescribeProblemRequest = Shapes::StructureShape.new(name: 'DescribeProblemRequest')
67
71
  DescribeProblemResponse = Shapes::StructureShape.new(name: 'DescribeProblemResponse')
72
+ DetectedWorkload = Shapes::MapShape.new(name: 'DetectedWorkload')
73
+ EbsCause = Shapes::StringShape.new(name: 'EbsCause')
74
+ EbsEvent = Shapes::StringShape.new(name: 'EbsEvent')
75
+ EbsRequestId = Shapes::StringShape.new(name: 'EbsRequestId')
76
+ EbsResult = Shapes::StringShape.new(name: 'EbsResult')
68
77
  Ec2State = Shapes::StringShape.new(name: 'Ec2State')
69
78
  EndTime = Shapes::TimestampShape.new(name: 'EndTime')
70
79
  ErrorMsg = Shapes::StringShape.new(name: 'ErrorMsg')
@@ -106,19 +115,23 @@ module Aws::ApplicationInsights
106
115
  LogPatternSetName = Shapes::StringShape.new(name: 'LogPatternSetName')
107
116
  LogText = Shapes::StringShape.new(name: 'LogText')
108
117
  MaxEntities = Shapes::IntegerShape.new(name: 'MaxEntities')
118
+ MetaDataKey = Shapes::StringShape.new(name: 'MetaDataKey')
119
+ MetaDataValue = Shapes::StringShape.new(name: 'MetaDataValue')
109
120
  MetricName = Shapes::StringShape.new(name: 'MetricName')
110
121
  MetricNamespace = Shapes::StringShape.new(name: 'MetricNamespace')
111
122
  Monitor = Shapes::BooleanShape.new(name: 'Monitor')
112
- NewComponentName = Shapes::StringShape.new(name: 'NewComponentName')
113
123
  Observation = Shapes::StructureShape.new(name: 'Observation')
114
124
  ObservationId = Shapes::StringShape.new(name: 'ObservationId')
115
125
  ObservationList = Shapes::ListShape.new(name: 'ObservationList')
116
126
  OpsCenterEnabled = Shapes::BooleanShape.new(name: 'OpsCenterEnabled')
117
127
  OpsItemSNSTopicArn = Shapes::StringShape.new(name: 'OpsItemSNSTopicArn')
128
+ OsType = Shapes::StringShape.new(name: 'OsType')
118
129
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
119
130
  Problem = Shapes::StructureShape.new(name: 'Problem')
120
131
  ProblemId = Shapes::StringShape.new(name: 'ProblemId')
121
132
  ProblemList = Shapes::ListShape.new(name: 'ProblemList')
133
+ RdsEventCategories = Shapes::StringShape.new(name: 'RdsEventCategories')
134
+ RdsEventMessage = Shapes::StringShape.new(name: 'RdsEventMessage')
122
135
  RelatedObservations = Shapes::StructureShape.new(name: 'RelatedObservations')
123
136
  Remarks = Shapes::StringShape.new(name: 'Remarks')
124
137
  RemoveSNSTopic = Shapes::BooleanShape.new(name: 'RemoveSNSTopic')
@@ -128,10 +141,15 @@ module Aws::ApplicationInsights
128
141
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
129
142
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
130
143
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
144
+ S3EventName = Shapes::StringShape.new(name: 'S3EventName')
131
145
  SeverityLevel = Shapes::StringShape.new(name: 'SeverityLevel')
132
146
  SourceARN = Shapes::StringShape.new(name: 'SourceARN')
133
147
  SourceType = Shapes::StringShape.new(name: 'SourceType')
134
148
  StartTime = Shapes::TimestampShape.new(name: 'StartTime')
149
+ StatesArn = Shapes::StringShape.new(name: 'StatesArn')
150
+ StatesExecutionArn = Shapes::StringShape.new(name: 'StatesExecutionArn')
151
+ StatesInput = Shapes::StringShape.new(name: 'StatesInput')
152
+ StatesStatus = Shapes::StringShape.new(name: 'StatesStatus')
135
153
  Status = Shapes::StringShape.new(name: 'Status')
136
154
  Tag = Shapes::StructureShape.new(name: 'Tag')
137
155
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -157,6 +175,7 @@ module Aws::ApplicationInsights
157
175
  UpdateLogPatternResponse = Shapes::StructureShape.new(name: 'UpdateLogPatternResponse')
158
176
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
159
177
  Value = Shapes::FloatShape.new(name: 'Value')
178
+ WorkloadMetaData = Shapes::MapShape.new(name: 'WorkloadMetaData')
160
179
  XRayErrorPercent = Shapes::IntegerShape.new(name: 'XRayErrorPercent')
161
180
  XRayFaultPercent = Shapes::IntegerShape.new(name: 'XRayFaultPercent')
162
181
  XRayNodeName = Shapes::StringShape.new(name: 'XRayNodeName')
@@ -165,10 +184,16 @@ module Aws::ApplicationInsights
165
184
  XRayRequestCount = Shapes::IntegerShape.new(name: 'XRayRequestCount')
166
185
  XRayThrottlePercent = Shapes::IntegerShape.new(name: 'XRayThrottlePercent')
167
186
 
187
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMsg, location_name: "Message"))
188
+ AccessDeniedException.struct_class = Types::AccessDeniedException
189
+
168
190
  ApplicationComponent.add_member(:component_name, Shapes::ShapeRef.new(shape: ComponentName, location_name: "ComponentName"))
191
+ ApplicationComponent.add_member(:component_remarks, Shapes::ShapeRef.new(shape: Remarks, location_name: "ComponentRemarks"))
169
192
  ApplicationComponent.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
193
+ ApplicationComponent.add_member(:os_type, Shapes::ShapeRef.new(shape: OsType, location_name: "OsType"))
170
194
  ApplicationComponent.add_member(:tier, Shapes::ShapeRef.new(shape: Tier, location_name: "Tier"))
171
195
  ApplicationComponent.add_member(:monitor, Shapes::ShapeRef.new(shape: Monitor, location_name: "Monitor"))
196
+ ApplicationComponent.add_member(:detected_workload, Shapes::ShapeRef.new(shape: DetectedWorkload, location_name: "DetectedWorkload"))
172
197
  ApplicationComponent.struct_class = Types::ApplicationComponent
173
198
 
174
199
  ApplicationComponentList.member = Shapes::ShapeRef.new(shape: ApplicationComponent)
@@ -207,7 +232,7 @@ module Aws::ApplicationInsights
207
232
  CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
208
233
 
209
234
  CreateComponentRequest.add_member(:resource_group_name, Shapes::ShapeRef.new(shape: ResourceGroupName, required: true, location_name: "ResourceGroupName"))
210
- CreateComponentRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: ComponentName, required: true, location_name: "ComponentName"))
235
+ CreateComponentRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: CustomComponentName, required: true, location_name: "ComponentName"))
211
236
  CreateComponentRequest.add_member(:resource_list, Shapes::ShapeRef.new(shape: ResourceList, required: true, location_name: "ResourceList"))
212
237
  CreateComponentRequest.struct_class = Types::CreateComponentRequest
213
238
 
@@ -230,7 +255,7 @@ module Aws::ApplicationInsights
230
255
  DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
231
256
 
232
257
  DeleteComponentRequest.add_member(:resource_group_name, Shapes::ShapeRef.new(shape: ResourceGroupName, required: true, location_name: "ResourceGroupName"))
233
- DeleteComponentRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: ComponentName, required: true, location_name: "ComponentName"))
258
+ DeleteComponentRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: CustomComponentName, required: true, location_name: "ComponentName"))
234
259
  DeleteComponentRequest.struct_class = Types::DeleteComponentRequest
235
260
 
236
261
  DeleteComponentResponse.struct_class = Types::DeleteComponentResponse
@@ -300,6 +325,9 @@ module Aws::ApplicationInsights
300
325
  DescribeProblemResponse.add_member(:problem, Shapes::ShapeRef.new(shape: Problem, location_name: "Problem"))
301
326
  DescribeProblemResponse.struct_class = Types::DescribeProblemResponse
302
327
 
328
+ DetectedWorkload.key = Shapes::ShapeRef.new(shape: Tier)
329
+ DetectedWorkload.value = Shapes::ShapeRef.new(shape: WorkloadMetaData)
330
+
303
331
  Feedback.key = Shapes::ShapeRef.new(shape: FeedbackKey)
304
332
  Feedback.value = Shapes::ShapeRef.new(shape: FeedbackValue)
305
333
 
@@ -410,6 +438,17 @@ module Aws::ApplicationInsights
410
438
  Observation.add_member(:code_deploy_application, Shapes::ShapeRef.new(shape: CodeDeployApplication, location_name: "CodeDeployApplication"))
411
439
  Observation.add_member(:code_deploy_instance_group_id, Shapes::ShapeRef.new(shape: CodeDeployInstanceGroupId, location_name: "CodeDeployInstanceGroupId"))
412
440
  Observation.add_member(:ec2_state, Shapes::ShapeRef.new(shape: Ec2State, location_name: "Ec2State"))
441
+ Observation.add_member(:rds_event_categories, Shapes::ShapeRef.new(shape: RdsEventCategories, location_name: "RdsEventCategories"))
442
+ Observation.add_member(:rds_event_message, Shapes::ShapeRef.new(shape: RdsEventMessage, location_name: "RdsEventMessage"))
443
+ Observation.add_member(:s3_event_name, Shapes::ShapeRef.new(shape: S3EventName, location_name: "S3EventName"))
444
+ Observation.add_member(:states_execution_arn, Shapes::ShapeRef.new(shape: StatesExecutionArn, location_name: "StatesExecutionArn"))
445
+ Observation.add_member(:states_arn, Shapes::ShapeRef.new(shape: StatesArn, location_name: "StatesArn"))
446
+ Observation.add_member(:states_status, Shapes::ShapeRef.new(shape: StatesStatus, location_name: "StatesStatus"))
447
+ Observation.add_member(:states_input, Shapes::ShapeRef.new(shape: StatesInput, location_name: "StatesInput"))
448
+ Observation.add_member(:ebs_event, Shapes::ShapeRef.new(shape: EbsEvent, location_name: "EbsEvent"))
449
+ Observation.add_member(:ebs_result, Shapes::ShapeRef.new(shape: EbsResult, location_name: "EbsResult"))
450
+ Observation.add_member(:ebs_cause, Shapes::ShapeRef.new(shape: EbsCause, location_name: "EbsCause"))
451
+ Observation.add_member(:ebs_request_id, Shapes::ShapeRef.new(shape: EbsRequestId, location_name: "EbsRequestId"))
413
452
  Observation.add_member(:x_ray_fault_percent, Shapes::ShapeRef.new(shape: XRayFaultPercent, location_name: "XRayFaultPercent"))
414
453
  Observation.add_member(:x_ray_throttle_percent, Shapes::ShapeRef.new(shape: XRayThrottlePercent, location_name: "XRayThrottlePercent"))
415
454
  Observation.add_member(:x_ray_error_percent, Shapes::ShapeRef.new(shape: XRayErrorPercent, location_name: "XRayErrorPercent"))
@@ -493,8 +532,8 @@ module Aws::ApplicationInsights
493
532
  UpdateComponentConfigurationResponse.struct_class = Types::UpdateComponentConfigurationResponse
494
533
 
495
534
  UpdateComponentRequest.add_member(:resource_group_name, Shapes::ShapeRef.new(shape: ResourceGroupName, required: true, location_name: "ResourceGroupName"))
496
- UpdateComponentRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: ComponentName, required: true, location_name: "ComponentName"))
497
- UpdateComponentRequest.add_member(:new_component_name, Shapes::ShapeRef.new(shape: NewComponentName, location_name: "NewComponentName"))
535
+ UpdateComponentRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: CustomComponentName, required: true, location_name: "ComponentName"))
536
+ UpdateComponentRequest.add_member(:new_component_name, Shapes::ShapeRef.new(shape: CustomComponentName, location_name: "NewComponentName"))
498
537
  UpdateComponentRequest.add_member(:resource_list, Shapes::ShapeRef.new(shape: ResourceList, location_name: "ResourceList"))
499
538
  UpdateComponentRequest.struct_class = Types::UpdateComponentRequest
500
539
 
@@ -514,6 +553,9 @@ module Aws::ApplicationInsights
514
553
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMsg, location_name: "Message"))
515
554
  ValidationException.struct_class = Types::ValidationException
516
555
 
556
+ WorkloadMetaData.key = Shapes::ShapeRef.new(shape: MetaDataKey)
557
+ WorkloadMetaData.value = Shapes::ShapeRef.new(shape: MetaDataValue)
558
+
517
559
 
518
560
  # @api private
519
561
  API = Seahorse::Model::Api.new.tap do |api|
@@ -545,6 +587,7 @@ module Aws::ApplicationInsights
545
587
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
546
588
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
547
589
  o.errors << Shapes::ShapeRef.new(shape: TagsAlreadyExistException)
590
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
548
591
  end)
549
592
 
550
593
  api.add_operation(:create_component, Seahorse::Model::Operation.new.tap do |o|
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -25,6 +27,7 @@ module Aws::ApplicationInsights
25
27
  # See {Seahorse::Client::RequestContext} for more information.
26
28
  #
27
29
  # ## Error Classes
30
+ # * {AccessDeniedException}
28
31
  # * {BadRequestException}
29
32
  # * {InternalServerException}
30
33
  # * {ResourceInUseException}
@@ -39,6 +42,21 @@ module Aws::ApplicationInsights
39
42
 
40
43
  extend Aws::Errors::DynamicErrors
41
44
 
45
+ class AccessDeniedException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::ApplicationInsights::Types::AccessDeniedException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+ end
59
+
42
60
  class BadRequestException < ServiceError
43
61
 
44
62
  # @param [Seahorse::Client::RequestContext] context
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -8,6 +10,19 @@
8
10
  module Aws::ApplicationInsights
9
11
  module Types
10
12
 
13
+ # User does not have permissions to perform this action.
14
+ #
15
+ # @!attribute [rw] message
16
+ # @return [String]
17
+ #
18
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/AccessDeniedException AWS API Documentation
19
+ #
20
+ class AccessDeniedException < Struct.new(
21
+ :message)
22
+ SENSITIVE = []
23
+ include Aws::Structure
24
+ end
25
+
11
26
  # Describes a standalone resource or similarly grouped resources that
12
27
  # the application is made up of.
13
28
  #
@@ -15,11 +30,20 @@ module Aws::ApplicationInsights
15
30
  # The name of the component.
16
31
  # @return [String]
17
32
  #
33
+ # @!attribute [rw] component_remarks
34
+ # If logging is supported for the resource type, indicates whether the
35
+ # component has configured logs to be monitored.
36
+ # @return [String]
37
+ #
18
38
  # @!attribute [rw] resource_type
19
39
  # The resource type. Supported resource types include EC2 instances,
20
40
  # Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.
21
41
  # @return [String]
22
42
  #
43
+ # @!attribute [rw] os_type
44
+ # The operating system of the component.
45
+ # @return [String]
46
+ #
23
47
  # @!attribute [rw] tier
24
48
  # The stack tier of the application component.
25
49
  # @return [String]
@@ -28,13 +52,21 @@ module Aws::ApplicationInsights
28
52
  # Indicates whether the application component is monitored.
29
53
  # @return [Boolean]
30
54
  #
55
+ # @!attribute [rw] detected_workload
56
+ # Workloads detected in the application component.
57
+ # @return [Hash<String,Hash<String,String>>]
58
+ #
31
59
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ApplicationComponent AWS API Documentation
32
60
  #
33
61
  class ApplicationComponent < Struct.new(
34
62
  :component_name,
63
+ :component_remarks,
35
64
  :resource_type,
65
+ :os_type,
36
66
  :tier,
37
- :monitor)
67
+ :monitor,
68
+ :detected_workload)
69
+ SENSITIVE = []
38
70
  include Aws::Structure
39
71
  end
40
72
 
@@ -83,6 +115,7 @@ module Aws::ApplicationInsights
83
115
  :ops_center_enabled,
84
116
  :cwe_monitor_enabled,
85
117
  :remarks)
118
+ SENSITIVE = []
86
119
  include Aws::Structure
87
120
  end
88
121
 
@@ -95,6 +128,7 @@ module Aws::ApplicationInsights
95
128
  #
96
129
  class BadRequestException < Struct.new(
97
130
  :message)
131
+ SENSITIVE = []
98
132
  include Aws::Structure
99
133
  end
100
134
 
@@ -136,6 +170,7 @@ module Aws::ApplicationInsights
136
170
  :event_time,
137
171
  :event_detail,
138
172
  :event_resource_name)
173
+ SENSITIVE = []
139
174
  include Aws::Structure
140
175
  end
141
176
 
@@ -190,6 +225,7 @@ module Aws::ApplicationInsights
190
225
  :cwe_monitor_enabled,
191
226
  :ops_item_sns_topic_arn,
192
227
  :tags)
228
+ SENSITIVE = []
193
229
  include Aws::Structure
194
230
  end
195
231
 
@@ -201,6 +237,7 @@ module Aws::ApplicationInsights
201
237
  #
202
238
  class CreateApplicationResponse < Struct.new(
203
239
  :application_info)
240
+ SENSITIVE = []
204
241
  include Aws::Structure
205
242
  end
206
243
 
@@ -209,7 +246,7 @@ module Aws::ApplicationInsights
209
246
  #
210
247
  # {
211
248
  # resource_group_name: "ResourceGroupName", # required
212
- # component_name: "ComponentName", # required
249
+ # component_name: "CustomComponentName", # required
213
250
  # resource_list: ["ResourceARN"], # required
214
251
  # }
215
252
  #
@@ -231,6 +268,7 @@ module Aws::ApplicationInsights
231
268
  :resource_group_name,
232
269
  :component_name,
233
270
  :resource_list)
271
+ SENSITIVE = []
234
272
  include Aws::Structure
235
273
  end
236
274
 
@@ -262,11 +300,22 @@ module Aws::ApplicationInsights
262
300
  # @return [String]
263
301
  #
264
302
  # @!attribute [rw] pattern
265
- # The log pattern.
303
+ # The log pattern. The pattern must be DFA compatible. Patterns that
304
+ # utilize forward lookahead or backreference constructions are not
305
+ # supported.
266
306
  # @return [String]
267
307
  #
268
308
  # @!attribute [rw] rank
269
- # Rank of the log pattern.
309
+ # Rank of the log pattern. Must be a value between `1` and
310
+ # `1,000,000`. The patterns are sorted by rank, so we recommend that
311
+ # you set your highest priority patterns with the lowest rank. A
312
+ # pattern of rank `1` will be the first to get matched to a log line.
313
+ # A pattern of rank `1,000,000` will be last to get matched. When you
314
+ # configure custom log patterns from the console, a `Low` severity
315
+ # pattern translates to a `750,000` rank. A `Medium` severity pattern
316
+ # translates to a `500,000` rank. And a `High` severity pattern
317
+ # translates to a `250,000` rank. Rank values less than `1` or greater
318
+ # than `1,000,000` are reserved for AWS-provided patterns.
270
319
  # @return [Integer]
271
320
  #
272
321
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/CreateLogPatternRequest AWS API Documentation
@@ -277,6 +326,7 @@ module Aws::ApplicationInsights
277
326
  :pattern_name,
278
327
  :pattern,
279
328
  :rank)
329
+ SENSITIVE = []
280
330
  include Aws::Structure
281
331
  end
282
332
 
@@ -293,6 +343,7 @@ module Aws::ApplicationInsights
293
343
  class CreateLogPatternResponse < Struct.new(
294
344
  :log_pattern,
295
345
  :resource_group_name)
346
+ SENSITIVE = []
296
347
  include Aws::Structure
297
348
  end
298
349
 
@@ -311,6 +362,7 @@ module Aws::ApplicationInsights
311
362
  #
312
363
  class DeleteApplicationRequest < Struct.new(
313
364
  :resource_group_name)
365
+ SENSITIVE = []
314
366
  include Aws::Structure
315
367
  end
316
368
 
@@ -323,7 +375,7 @@ module Aws::ApplicationInsights
323
375
  #
324
376
  # {
325
377
  # resource_group_name: "ResourceGroupName", # required
326
- # component_name: "ComponentName", # required
378
+ # component_name: "CustomComponentName", # required
327
379
  # }
328
380
  #
329
381
  # @!attribute [rw] resource_group_name
@@ -339,6 +391,7 @@ module Aws::ApplicationInsights
339
391
  class DeleteComponentRequest < Struct.new(
340
392
  :resource_group_name,
341
393
  :component_name)
394
+ SENSITIVE = []
342
395
  include Aws::Structure
343
396
  end
344
397
 
@@ -373,6 +426,7 @@ module Aws::ApplicationInsights
373
426
  :resource_group_name,
374
427
  :pattern_set_name,
375
428
  :pattern_name)
429
+ SENSITIVE = []
376
430
  include Aws::Structure
377
431
  end
378
432
 
@@ -395,6 +449,7 @@ module Aws::ApplicationInsights
395
449
  #
396
450
  class DescribeApplicationRequest < Struct.new(
397
451
  :resource_group_name)
452
+ SENSITIVE = []
398
453
  include Aws::Structure
399
454
  end
400
455
 
@@ -406,6 +461,7 @@ module Aws::ApplicationInsights
406
461
  #
407
462
  class DescribeApplicationResponse < Struct.new(
408
463
  :application_info)
464
+ SENSITIVE = []
409
465
  include Aws::Structure
410
466
  end
411
467
 
@@ -415,7 +471,7 @@ module Aws::ApplicationInsights
415
471
  # {
416
472
  # resource_group_name: "ResourceGroupName", # required
417
473
  # component_name: "ComponentName", # required
418
- # tier: "DEFAULT", # required, accepts DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER
474
+ # 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
419
475
  # }
420
476
  #
421
477
  # @!attribute [rw] resource_group_name
@@ -438,6 +494,7 @@ module Aws::ApplicationInsights
438
494
  :resource_group_name,
439
495
  :component_name,
440
496
  :tier)
497
+ SENSITIVE = []
441
498
  include Aws::Structure
442
499
  end
443
500
 
@@ -450,6 +507,7 @@ module Aws::ApplicationInsights
450
507
  #
451
508
  class DescribeComponentConfigurationRecommendationResponse < Struct.new(
452
509
  :component_configuration)
510
+ SENSITIVE = []
453
511
  include Aws::Structure
454
512
  end
455
513
 
@@ -474,6 +532,7 @@ module Aws::ApplicationInsights
474
532
  class DescribeComponentConfigurationRequest < Struct.new(
475
533
  :resource_group_name,
476
534
  :component_name)
535
+ SENSITIVE = []
477
536
  include Aws::Structure
478
537
  end
479
538
 
@@ -498,6 +557,7 @@ module Aws::ApplicationInsights
498
557
  :monitor,
499
558
  :tier,
500
559
  :component_configuration)
560
+ SENSITIVE = []
501
561
  include Aws::Structure
502
562
  end
503
563
 
@@ -522,6 +582,7 @@ module Aws::ApplicationInsights
522
582
  class DescribeComponentRequest < Struct.new(
523
583
  :resource_group_name,
524
584
  :component_name)
585
+ SENSITIVE = []
525
586
  include Aws::Structure
526
587
  end
527
588
 
@@ -539,6 +600,7 @@ module Aws::ApplicationInsights
539
600
  class DescribeComponentResponse < Struct.new(
540
601
  :application_component,
541
602
  :resource_list)
603
+ SENSITIVE = []
542
604
  include Aws::Structure
543
605
  end
544
606
 
@@ -569,6 +631,7 @@ module Aws::ApplicationInsights
569
631
  :resource_group_name,
570
632
  :pattern_set_name,
571
633
  :pattern_name)
634
+ SENSITIVE = []
572
635
  include Aws::Structure
573
636
  end
574
637
 
@@ -585,6 +648,7 @@ module Aws::ApplicationInsights
585
648
  class DescribeLogPatternResponse < Struct.new(
586
649
  :resource_group_name,
587
650
  :log_pattern)
651
+ SENSITIVE = []
588
652
  include Aws::Structure
589
653
  end
590
654
 
@@ -603,6 +667,7 @@ module Aws::ApplicationInsights
603
667
  #
604
668
  class DescribeObservationRequest < Struct.new(
605
669
  :observation_id)
670
+ SENSITIVE = []
606
671
  include Aws::Structure
607
672
  end
608
673
 
@@ -614,6 +679,7 @@ module Aws::ApplicationInsights
614
679
  #
615
680
  class DescribeObservationResponse < Struct.new(
616
681
  :observation)
682
+ SENSITIVE = []
617
683
  include Aws::Structure
618
684
  end
619
685
 
@@ -632,6 +698,7 @@ module Aws::ApplicationInsights
632
698
  #
633
699
  class DescribeProblemObservationsRequest < Struct.new(
634
700
  :problem_id)
701
+ SENSITIVE = []
635
702
  include Aws::Structure
636
703
  end
637
704
 
@@ -643,6 +710,7 @@ module Aws::ApplicationInsights
643
710
  #
644
711
  class DescribeProblemObservationsResponse < Struct.new(
645
712
  :related_observations)
713
+ SENSITIVE = []
646
714
  include Aws::Structure
647
715
  end
648
716
 
@@ -661,6 +729,7 @@ module Aws::ApplicationInsights
661
729
  #
662
730
  class DescribeProblemRequest < Struct.new(
663
731
  :problem_id)
732
+ SENSITIVE = []
664
733
  include Aws::Structure
665
734
  end
666
735
 
@@ -672,6 +741,7 @@ module Aws::ApplicationInsights
672
741
  #
673
742
  class DescribeProblemResponse < Struct.new(
674
743
  :problem)
744
+ SENSITIVE = []
675
745
  include Aws::Structure
676
746
  end
677
747
 
@@ -685,6 +755,7 @@ module Aws::ApplicationInsights
685
755
  #
686
756
  class InternalServerException < Struct.new(
687
757
  :message)
758
+ SENSITIVE = []
688
759
  include Aws::Structure
689
760
  end
690
761
 
@@ -711,6 +782,7 @@ module Aws::ApplicationInsights
711
782
  class ListApplicationsRequest < Struct.new(
712
783
  :max_results,
713
784
  :next_token)
785
+ SENSITIVE = []
714
786
  include Aws::Structure
715
787
  end
716
788
 
@@ -728,6 +800,7 @@ module Aws::ApplicationInsights
728
800
  class ListApplicationsResponse < Struct.new(
729
801
  :application_info_list,
730
802
  :next_token)
803
+ SENSITIVE = []
731
804
  include Aws::Structure
732
805
  end
733
806
 
@@ -760,6 +833,7 @@ module Aws::ApplicationInsights
760
833
  :resource_group_name,
761
834
  :max_results,
762
835
  :next_token)
836
+ SENSITIVE = []
763
837
  include Aws::Structure
764
838
  end
765
839
 
@@ -776,6 +850,7 @@ module Aws::ApplicationInsights
776
850
  class ListComponentsResponse < Struct.new(
777
851
  :application_component_list,
778
852
  :next_token)
853
+ SENSITIVE = []
779
854
  include Aws::Structure
780
855
  end
781
856
 
@@ -837,6 +912,7 @@ module Aws::ApplicationInsights
837
912
  :event_status,
838
913
  :max_results,
839
914
  :next_token)
915
+ SENSITIVE = []
840
916
  include Aws::Structure
841
917
  end
842
918
 
@@ -857,6 +933,7 @@ module Aws::ApplicationInsights
857
933
  class ListConfigurationHistoryResponse < Struct.new(
858
934
  :event_list,
859
935
  :next_token)
936
+ SENSITIVE = []
860
937
  include Aws::Structure
861
938
  end
862
939
 
@@ -889,6 +966,7 @@ module Aws::ApplicationInsights
889
966
  :resource_group_name,
890
967
  :max_results,
891
968
  :next_token)
969
+ SENSITIVE = []
892
970
  include Aws::Structure
893
971
  end
894
972
 
@@ -911,6 +989,7 @@ module Aws::ApplicationInsights
911
989
  :resource_group_name,
912
990
  :log_pattern_sets,
913
991
  :next_token)
992
+ SENSITIVE = []
914
993
  include Aws::Structure
915
994
  end
916
995
 
@@ -949,6 +1028,7 @@ module Aws::ApplicationInsights
949
1028
  :pattern_set_name,
950
1029
  :max_results,
951
1030
  :next_token)
1031
+ SENSITIVE = []
952
1032
  include Aws::Structure
953
1033
  end
954
1034
 
@@ -971,6 +1051,7 @@ module Aws::ApplicationInsights
971
1051
  :resource_group_name,
972
1052
  :log_patterns,
973
1053
  :next_token)
1054
+ SENSITIVE = []
974
1055
  include Aws::Structure
975
1056
  end
976
1057
 
@@ -1018,6 +1099,7 @@ module Aws::ApplicationInsights
1018
1099
  :end_time,
1019
1100
  :max_results,
1020
1101
  :next_token)
1102
+ SENSITIVE = []
1021
1103
  include Aws::Structure
1022
1104
  end
1023
1105
 
@@ -1035,6 +1117,7 @@ module Aws::ApplicationInsights
1035
1117
  class ListProblemsResponse < Struct.new(
1036
1118
  :problem_list,
1037
1119
  :next_token)
1120
+ SENSITIVE = []
1038
1121
  include Aws::Structure
1039
1122
  end
1040
1123
 
@@ -1054,6 +1137,7 @@ module Aws::ApplicationInsights
1054
1137
  #
1055
1138
  class ListTagsForResourceRequest < Struct.new(
1056
1139
  :resource_arn)
1140
+ SENSITIVE = []
1057
1141
  include Aws::Structure
1058
1142
  end
1059
1143
 
@@ -1067,6 +1151,7 @@ module Aws::ApplicationInsights
1067
1151
  #
1068
1152
  class ListTagsForResourceResponse < Struct.new(
1069
1153
  :tags)
1154
+ SENSITIVE = []
1070
1155
  include Aws::Structure
1071
1156
  end
1072
1157
 
@@ -1074,26 +1159,37 @@ module Aws::ApplicationInsights
1074
1159
  # `LogPatternSet`.
1075
1160
  #
1076
1161
  # @!attribute [rw] pattern_set_name
1077
- # The name of the log pattern. A log pattern name can contains at many
1162
+ # The name of the log pattern. A log pattern name can contain as many
1078
1163
  # as 30 characters, and it cannot be empty. The characters can be
1079
- # Unicode letters, digits or one of the following symbols: period,
1164
+ # Unicode letters, digits, or one of the following symbols: period,
1080
1165
  # dash, underscore.
1081
1166
  # @return [String]
1082
1167
  #
1083
1168
  # @!attribute [rw] pattern_name
1084
- # The name of the log pattern. A log pattern name can contains at many
1169
+ # The name of the log pattern. A log pattern name can contain as many
1085
1170
  # as 50 characters, and it cannot be empty. The characters can be
1086
- # Unicode letters, digits or one of the following symbols: period,
1171
+ # Unicode letters, digits, or one of the following symbols: period,
1087
1172
  # dash, underscore.
1088
1173
  # @return [String]
1089
1174
  #
1090
1175
  # @!attribute [rw] pattern
1091
1176
  # A regular expression that defines the log pattern. A log pattern can
1092
- # contains at many as 50 characters, and it cannot be empty.
1177
+ # contain as many as 50 characters, and it cannot be empty. The
1178
+ # pattern must be DFA compatible. Patterns that utilize forward
1179
+ # lookahead or backreference constructions are not supported.
1093
1180
  # @return [String]
1094
1181
  #
1095
1182
  # @!attribute [rw] rank
1096
- # Rank of the log pattern.
1183
+ # Rank of the log pattern. Must be a value between `1` and
1184
+ # `1,000,000`. The patterns are sorted by rank, so we recommend that
1185
+ # you set your highest priority patterns with the lowest rank. A
1186
+ # pattern of rank `1` will be the first to get matched to a log line.
1187
+ # A pattern of rank `1,000,000` will be last to get matched. When you
1188
+ # configure custom log patterns from the console, a `Low` severity
1189
+ # pattern translates to a `750,000` rank. A `Medium` severity pattern
1190
+ # translates to a `500,000` rank. And a `High` severity pattern
1191
+ # translates to a `250,000` rank. Rank values less than `1` or greater
1192
+ # than `1,000,000` are reserved for AWS-provided patterns.
1097
1193
  # @return [Integer]
1098
1194
  #
1099
1195
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/LogPattern AWS API Documentation
@@ -1103,6 +1199,7 @@ module Aws::ApplicationInsights
1103
1199
  :pattern_name,
1104
1200
  :pattern,
1105
1201
  :rank)
1202
+ SENSITIVE = []
1106
1203
  include Aws::Structure
1107
1204
  end
1108
1205
 
@@ -1224,6 +1321,54 @@ module Aws::ApplicationInsights
1224
1321
  # The state of the instance, such as `STOPPING` or `TERMINATING`.
1225
1322
  # @return [String]
1226
1323
  #
1324
+ # @!attribute [rw] rds_event_categories
1325
+ # The category of an RDS event.
1326
+ # @return [String]
1327
+ #
1328
+ # @!attribute [rw] rds_event_message
1329
+ # The message of an RDS event.
1330
+ # @return [String]
1331
+ #
1332
+ # @!attribute [rw] s3_event_name
1333
+ # The name of the S3 CloudWatch Event-based observation.
1334
+ # @return [String]
1335
+ #
1336
+ # @!attribute [rw] states_execution_arn
1337
+ # The Amazon Resource Name (ARN) of the step function execution-based
1338
+ # observation.
1339
+ # @return [String]
1340
+ #
1341
+ # @!attribute [rw] states_arn
1342
+ # The Amazon Resource Name (ARN) of the step function-based
1343
+ # observation.
1344
+ # @return [String]
1345
+ #
1346
+ # @!attribute [rw] states_status
1347
+ # The status of the step function-related observation.
1348
+ # @return [String]
1349
+ #
1350
+ # @!attribute [rw] states_input
1351
+ # The input to the step function-based observation.
1352
+ # @return [String]
1353
+ #
1354
+ # @!attribute [rw] ebs_event
1355
+ # The type of EBS CloudWatch event, such as `createVolume`,
1356
+ # `deleteVolume` or `attachVolume`.
1357
+ # @return [String]
1358
+ #
1359
+ # @!attribute [rw] ebs_result
1360
+ # The result of an EBS CloudWatch event, such as `failed` or
1361
+ # `succeeded`.
1362
+ # @return [String]
1363
+ #
1364
+ # @!attribute [rw] ebs_cause
1365
+ # The cause of an EBS CloudWatch event.
1366
+ # @return [String]
1367
+ #
1368
+ # @!attribute [rw] ebs_request_id
1369
+ # The request ID of an EBS CloudWatch event.
1370
+ # @return [String]
1371
+ #
1227
1372
  # @!attribute [rw] x_ray_fault_percent
1228
1373
  # The X-Ray request fault percentage for this node.
1229
1374
  # @return [Integer]
@@ -1282,6 +1427,17 @@ module Aws::ApplicationInsights
1282
1427
  :code_deploy_application,
1283
1428
  :code_deploy_instance_group_id,
1284
1429
  :ec2_state,
1430
+ :rds_event_categories,
1431
+ :rds_event_message,
1432
+ :s3_event_name,
1433
+ :states_execution_arn,
1434
+ :states_arn,
1435
+ :states_status,
1436
+ :states_input,
1437
+ :ebs_event,
1438
+ :ebs_result,
1439
+ :ebs_cause,
1440
+ :ebs_request_id,
1285
1441
  :x_ray_fault_percent,
1286
1442
  :x_ray_throttle_percent,
1287
1443
  :x_ray_error_percent,
@@ -1289,6 +1445,7 @@ module Aws::ApplicationInsights
1289
1445
  :x_ray_request_average_latency,
1290
1446
  :x_ray_node_name,
1291
1447
  :x_ray_node_type)
1448
+ SENSITIVE = []
1292
1449
  include Aws::Structure
1293
1450
  end
1294
1451
 
@@ -1347,6 +1504,7 @@ module Aws::ApplicationInsights
1347
1504
  :severity_level,
1348
1505
  :resource_group_name,
1349
1506
  :feedback)
1507
+ SENSITIVE = []
1350
1508
  include Aws::Structure
1351
1509
  end
1352
1510
 
@@ -1360,6 +1518,7 @@ module Aws::ApplicationInsights
1360
1518
  #
1361
1519
  class RelatedObservations < Struct.new(
1362
1520
  :observation_list)
1521
+ SENSITIVE = []
1363
1522
  include Aws::Structure
1364
1523
  end
1365
1524
 
@@ -1372,6 +1531,7 @@ module Aws::ApplicationInsights
1372
1531
  #
1373
1532
  class ResourceInUseException < Struct.new(
1374
1533
  :message)
1534
+ SENSITIVE = []
1375
1535
  include Aws::Structure
1376
1536
  end
1377
1537
 
@@ -1384,6 +1544,7 @@ module Aws::ApplicationInsights
1384
1544
  #
1385
1545
  class ResourceNotFoundException < Struct.new(
1386
1546
  :message)
1547
+ SENSITIVE = []
1387
1548
  include Aws::Structure
1388
1549
  end
1389
1550
 
@@ -1436,6 +1597,7 @@ module Aws::ApplicationInsights
1436
1597
  class Tag < Struct.new(
1437
1598
  :key,
1438
1599
  :value)
1600
+ SENSITIVE = []
1439
1601
  include Aws::Structure
1440
1602
  end
1441
1603
 
@@ -1469,6 +1631,7 @@ module Aws::ApplicationInsights
1469
1631
  class TagResourceRequest < Struct.new(
1470
1632
  :resource_arn,
1471
1633
  :tags)
1634
+ SENSITIVE = []
1472
1635
  include Aws::Structure
1473
1636
  end
1474
1637
 
@@ -1485,6 +1648,7 @@ module Aws::ApplicationInsights
1485
1648
  #
1486
1649
  class TagsAlreadyExistException < Struct.new(
1487
1650
  :message)
1651
+ SENSITIVE = []
1488
1652
  include Aws::Structure
1489
1653
  end
1490
1654
 
@@ -1504,6 +1668,7 @@ module Aws::ApplicationInsights
1504
1668
  class TooManyTagsException < Struct.new(
1505
1669
  :message,
1506
1670
  :resource_name)
1671
+ SENSITIVE = []
1507
1672
  include Aws::Structure
1508
1673
  end
1509
1674
 
@@ -1535,6 +1700,7 @@ module Aws::ApplicationInsights
1535
1700
  class UntagResourceRequest < Struct.new(
1536
1701
  :resource_arn,
1537
1702
  :tag_keys)
1703
+ SENSITIVE = []
1538
1704
  include Aws::Structure
1539
1705
  end
1540
1706
 
@@ -1587,6 +1753,7 @@ module Aws::ApplicationInsights
1587
1753
  :cwe_monitor_enabled,
1588
1754
  :ops_item_sns_topic_arn,
1589
1755
  :remove_sns_topic)
1756
+ SENSITIVE = []
1590
1757
  include Aws::Structure
1591
1758
  end
1592
1759
 
@@ -1598,6 +1765,7 @@ module Aws::ApplicationInsights
1598
1765
  #
1599
1766
  class UpdateApplicationResponse < Struct.new(
1600
1767
  :application_info)
1768
+ SENSITIVE = []
1601
1769
  include Aws::Structure
1602
1770
  end
1603
1771
 
@@ -1608,7 +1776,7 @@ module Aws::ApplicationInsights
1608
1776
  # resource_group_name: "ResourceGroupName", # required
1609
1777
  # component_name: "ComponentName", # required
1610
1778
  # monitor: false,
1611
- # tier: "DEFAULT", # accepts DEFAULT, DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER
1779
+ # 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
1612
1780
  # component_configuration: "ComponentConfiguration",
1613
1781
  # }
1614
1782
  #
@@ -1653,6 +1821,7 @@ module Aws::ApplicationInsights
1653
1821
  :monitor,
1654
1822
  :tier,
1655
1823
  :component_configuration)
1824
+ SENSITIVE = []
1656
1825
  include Aws::Structure
1657
1826
  end
1658
1827
 
@@ -1665,8 +1834,8 @@ module Aws::ApplicationInsights
1665
1834
  #
1666
1835
  # {
1667
1836
  # resource_group_name: "ResourceGroupName", # required
1668
- # component_name: "ComponentName", # required
1669
- # new_component_name: "NewComponentName",
1837
+ # component_name: "CustomComponentName", # required
1838
+ # new_component_name: "CustomComponentName",
1670
1839
  # resource_list: ["ResourceARN"],
1671
1840
  # }
1672
1841
  #
@@ -1693,6 +1862,7 @@ module Aws::ApplicationInsights
1693
1862
  :component_name,
1694
1863
  :new_component_name,
1695
1864
  :resource_list)
1865
+ SENSITIVE = []
1696
1866
  include Aws::Structure
1697
1867
  end
1698
1868
 
@@ -1724,11 +1894,22 @@ module Aws::ApplicationInsights
1724
1894
  # @return [String]
1725
1895
  #
1726
1896
  # @!attribute [rw] pattern
1727
- # The log pattern.
1897
+ # The log pattern. The pattern must be DFA compatible. Patterns that
1898
+ # utilize forward lookahead or backreference constructions are not
1899
+ # supported.
1728
1900
  # @return [String]
1729
1901
  #
1730
1902
  # @!attribute [rw] rank
1731
- # Rank of the log pattern.
1903
+ # Rank of the log pattern. Must be a value between `1` and
1904
+ # `1,000,000`. The patterns are sorted by rank, so we recommend that
1905
+ # you set your highest priority patterns with the lowest rank. A
1906
+ # pattern of rank `1` will be the first to get matched to a log line.
1907
+ # A pattern of rank `1,000,000` will be last to get matched. When you
1908
+ # configure custom log patterns from the console, a `Low` severity
1909
+ # pattern translates to a `750,000` rank. A `Medium` severity pattern
1910
+ # translates to a `500,000` rank. And a `High` severity pattern
1911
+ # translates to a `250,000` rank. Rank values less than `1` or greater
1912
+ # than `1,000,000` are reserved for AWS-provided patterns.
1732
1913
  # @return [Integer]
1733
1914
  #
1734
1915
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateLogPatternRequest AWS API Documentation
@@ -1739,6 +1920,7 @@ module Aws::ApplicationInsights
1739
1920
  :pattern_name,
1740
1921
  :pattern,
1741
1922
  :rank)
1923
+ SENSITIVE = []
1742
1924
  include Aws::Structure
1743
1925
  end
1744
1926
 
@@ -1755,6 +1937,7 @@ module Aws::ApplicationInsights
1755
1937
  class UpdateLogPatternResponse < Struct.new(
1756
1938
  :resource_group_name,
1757
1939
  :log_pattern)
1940
+ SENSITIVE = []
1758
1941
  include Aws::Structure
1759
1942
  end
1760
1943
 
@@ -1767,6 +1950,7 @@ module Aws::ApplicationInsights
1767
1950
  #
1768
1951
  class ValidationException < Struct.new(
1769
1952
  :message)
1953
+ SENSITIVE = []
1770
1954
  include Aws::Structure
1771
1955
  end
1772
1956
 
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.11.1
4
+ version: 1.16.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-11-23 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.99.0
22
+ version: 3.109.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.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement