aws-sdk-applicationinsights 1.46.0 → 1.82.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.
@@ -7,35 +7,34 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
- require 'seahorse/client/plugins/content_length.rb'
11
- require 'aws-sdk-core/plugins/credentials_configuration.rb'
12
- require 'aws-sdk-core/plugins/logging.rb'
13
- require 'aws-sdk-core/plugins/param_converter.rb'
14
- require 'aws-sdk-core/plugins/param_validator.rb'
15
- require 'aws-sdk-core/plugins/user_agent.rb'
16
- require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
17
- require 'aws-sdk-core/plugins/retry_errors.rb'
18
- require 'aws-sdk-core/plugins/global_configuration.rb'
19
- require 'aws-sdk-core/plugins/regional_endpoint.rb'
20
- require 'aws-sdk-core/plugins/endpoint_discovery.rb'
21
- require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
- require 'aws-sdk-core/plugins/response_paging.rb'
23
- require 'aws-sdk-core/plugins/stub_responses.rb'
24
- require 'aws-sdk-core/plugins/idempotency_token.rb'
25
- require 'aws-sdk-core/plugins/invocation_id.rb'
26
- require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
27
- require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
28
- require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
29
- require 'aws-sdk-core/plugins/transfer_encoding.rb'
30
- require 'aws-sdk-core/plugins/http_checksum.rb'
31
- require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
- require 'aws-sdk-core/plugins/request_compression.rb'
33
- require 'aws-sdk-core/plugins/defaults_mode.rb'
34
- require 'aws-sdk-core/plugins/recursion_detection.rb'
35
- require 'aws-sdk-core/plugins/sign.rb'
36
- require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
37
-
38
- Aws::Plugins::GlobalConfiguration.add_identifier(:applicationinsights)
10
+ require 'seahorse/client/plugins/content_length'
11
+ require 'aws-sdk-core/plugins/credentials_configuration'
12
+ require 'aws-sdk-core/plugins/logging'
13
+ require 'aws-sdk-core/plugins/param_converter'
14
+ require 'aws-sdk-core/plugins/param_validator'
15
+ require 'aws-sdk-core/plugins/user_agent'
16
+ require 'aws-sdk-core/plugins/helpful_socket_errors'
17
+ require 'aws-sdk-core/plugins/retry_errors'
18
+ require 'aws-sdk-core/plugins/global_configuration'
19
+ require 'aws-sdk-core/plugins/regional_endpoint'
20
+ require 'aws-sdk-core/plugins/endpoint_discovery'
21
+ require 'aws-sdk-core/plugins/endpoint_pattern'
22
+ require 'aws-sdk-core/plugins/response_paging'
23
+ require 'aws-sdk-core/plugins/stub_responses'
24
+ require 'aws-sdk-core/plugins/idempotency_token'
25
+ require 'aws-sdk-core/plugins/invocation_id'
26
+ require 'aws-sdk-core/plugins/jsonvalue_converter'
27
+ require 'aws-sdk-core/plugins/client_metrics_plugin'
28
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin'
29
+ require 'aws-sdk-core/plugins/transfer_encoding'
30
+ require 'aws-sdk-core/plugins/http_checksum'
31
+ require 'aws-sdk-core/plugins/checksum_algorithm'
32
+ require 'aws-sdk-core/plugins/request_compression'
33
+ require 'aws-sdk-core/plugins/defaults_mode'
34
+ require 'aws-sdk-core/plugins/recursion_detection'
35
+ require 'aws-sdk-core/plugins/telemetry'
36
+ require 'aws-sdk-core/plugins/sign'
37
+ require 'aws-sdk-core/plugins/protocols/json_rpc'
39
38
 
40
39
  module Aws::ApplicationInsights
41
40
  # An API client for ApplicationInsights. To construct a client, you need to configure a `:region` and `:credentials`.
@@ -83,15 +82,21 @@ module Aws::ApplicationInsights
83
82
  add_plugin(Aws::Plugins::RequestCompression)
84
83
  add_plugin(Aws::Plugins::DefaultsMode)
85
84
  add_plugin(Aws::Plugins::RecursionDetection)
85
+ add_plugin(Aws::Plugins::Telemetry)
86
86
  add_plugin(Aws::Plugins::Sign)
87
87
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
88
88
  add_plugin(Aws::ApplicationInsights::Plugins::Endpoints)
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
- # Your AWS credentials. This can be an instance of any one of the
94
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
95
100
  #
96
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
97
102
  # credentials.
@@ -119,20 +124,24 @@ module Aws::ApplicationInsights
119
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
120
125
  # from the Cognito Identity service.
121
126
  #
122
- # When `:credentials` are not configured directly, the following
123
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
124
128
  #
125
129
  # * `Aws.config[:credentials]`
126
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
127
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
130
+ #
131
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
+ # `:account_id` options.
133
+ #
134
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
135
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
136
+ #
128
137
  # * `~/.aws/credentials`
138
+ #
129
139
  # * `~/.aws/config`
130
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
131
- # are very aggressive. Construct and pass an instance of
132
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
133
- # enable retries and extended timeouts. Instance profile credential
134
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
135
- # to true.
140
+ #
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
136
145
  #
137
146
  # @option options [required, String] :region
138
147
  # The AWS region to connect to. The configured `:region` is
@@ -148,6 +157,8 @@ module Aws::ApplicationInsights
148
157
  #
149
158
  # @option options [String] :access_key_id
150
159
  #
160
+ # @option options [String] :account_id
161
+ #
151
162
  # @option options [Boolean] :active_endpoint_cache (false)
152
163
  # When set to `true`, a thread polling for endpoints will be running in
153
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -158,6 +169,11 @@ module Aws::ApplicationInsights
158
169
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
159
170
  # not retry instead of sleeping.
160
171
  #
172
+ # @option options [Array<String>] :auth_scheme_preference
173
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
174
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
175
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
176
+ #
161
177
  # @option options [Boolean] :client_side_monitoring (false)
162
178
  # When `true`, client-side metrics will be collected for all API requests from
163
179
  # this client.
@@ -183,7 +199,7 @@ module Aws::ApplicationInsights
183
199
  # the required types.
184
200
  #
185
201
  # @option options [Boolean] :correct_clock_skew (true)
186
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
187
203
  # a clock skew correction and retry requests with skewed client clocks.
188
204
  #
189
205
  # @option options [String] :defaults_mode ("legacy")
@@ -191,8 +207,7 @@ module Aws::ApplicationInsights
191
207
  # accepted modes and the configuration defaults that are included.
192
208
  #
193
209
  # @option options [Boolean] :disable_host_prefix_injection (false)
194
- # Set to true to disable SDK automatically adding host prefix
195
- # to default service endpoint when available.
210
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
196
211
  #
197
212
  # @option options [Boolean] :disable_request_compression (false)
198
213
  # When set to 'true' the request body will not be compressed
@@ -209,7 +224,6 @@ module Aws::ApplicationInsights
209
224
  # 'https://example.com'
210
225
  # 'http://example.com:123'
211
226
  #
212
- #
213
227
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
228
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
229
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -246,14 +260,37 @@ module Aws::ApplicationInsights
246
260
  # 4 times. Used in `standard` and `adaptive` retry modes.
247
261
  #
248
262
  # @option options [String] :profile ("default")
249
- # Used when loading credentials from the shared credentials file
250
- # at HOME/.aws/credentials. When not specified, 'default' is used.
263
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
264
+ # When not specified, 'default' is used.
265
+ #
266
+ # @option options [String] :request_checksum_calculation ("when_supported")
267
+ # Determines when a checksum will be calculated for request payloads. Values are:
268
+ #
269
+ # * `when_supported` - (default) When set, a checksum will be
270
+ # calculated for all request payloads of operations modeled with the
271
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
272
+ # `requestAlgorithmMember` is modeled.
273
+ # * `when_required` - When set, a checksum will only be calculated for
274
+ # request payloads of operations modeled with the `httpChecksum` trait where
275
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
276
+ # is modeled and supplied.
251
277
  #
252
278
  # @option options [Integer] :request_min_compression_size_bytes (10240)
253
279
  # The minimum size in bytes that triggers compression for request
254
280
  # bodies. The value must be non-negative integer value between 0
255
281
  # and 10485780 bytes inclusive.
256
282
  #
283
+ # @option options [String] :response_checksum_validation ("when_supported")
284
+ # Determines when checksum validation will be performed on response payloads. Values are:
285
+ #
286
+ # * `when_supported` - (default) When set, checksum validation is performed on all
287
+ # response payloads of operations modeled with the `httpChecksum` trait where
288
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
289
+ # are supported.
290
+ # * `when_required` - When set, checksum validation is not performed on
291
+ # response payloads of operations unless the checksum algorithm is supported and
292
+ # the `requestValidationModeMember` member is set to `ENABLED`.
293
+ #
257
294
  # @option options [Proc] :retry_backoff
258
295
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
259
296
  # This option is only used in the `legacy` retry mode.
@@ -286,18 +323,15 @@ module Aws::ApplicationInsights
286
323
  # @option options [String] :retry_mode ("legacy")
287
324
  # Specifies which retry algorithm to use. Values are:
288
325
  #
289
- # * `legacy` - The pre-existing retry behavior. This is default value if
290
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
291
328
  #
292
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
293
330
  # This includes support for retry quotas, which limit the number of
294
331
  # unsuccessful retries a client can make.
295
332
  #
296
- # * `adaptive` - An experimental retry mode that includes all the
297
- # functionality of `standard` mode along with automatic client side
298
- # throttling. This is a provisional mode that may change behavior
299
- # in the future.
300
- #
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
301
335
  #
302
336
  # @option options [String] :sdk_ua_app_id
303
337
  # A unique and opaque application ID that is appended to the
@@ -309,15 +343,21 @@ module Aws::ApplicationInsights
309
343
  #
310
344
  # @option options [String] :session_token
311
345
  #
346
+ # @option options [Array] :sigv4a_signing_region_set
347
+ # A list of regions that should be signed with SigV4a signing. When
348
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
349
+ # in the following locations:
350
+ #
351
+ # * `Aws.config[:sigv4a_signing_region_set]`
352
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
353
+ # * `~/.aws/config`
354
+ #
312
355
  # @option options [Boolean] :simple_json (false)
313
356
  # Disables request parameter conversion, validation, and formatting.
314
- # Also disable response data type conversions. This option is useful
315
- # when you want to ensure the highest level of performance by
316
- # avoiding overhead of walking request parameters and response data
317
- # structures.
318
- #
319
- # When `:simple_json` is enabled, the request parameters hash must
320
- # be formatted exactly as the DynamoDB API expects.
357
+ # Also disables response data type conversions. The request parameters
358
+ # hash must be formatted exactly as the API expects.This option is useful
359
+ # when you want to ensure the highest level of performance by avoiding
360
+ # overhead of walking request parameters and response data structures.
321
361
  #
322
362
  # @option options [Boolean] :stub_responses (false)
323
363
  # Causes the client to return stubbed responses. By default
@@ -328,9 +368,19 @@ module Aws::ApplicationInsights
328
368
  # ** Please note ** When response stubbing is enabled, no HTTP
329
369
  # requests are made, and retries are disabled.
330
370
  #
371
+ # @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
372
+ # Allows you to provide a telemetry provider, which is used to
373
+ # emit telemetry data. By default, uses `NoOpTelemetryProvider` which
374
+ # will not record or emit any telemetry data. The SDK supports the
375
+ # following telemetry providers:
376
+ #
377
+ # * OpenTelemetry (OTel) - To use the OTel provider, install and require the
378
+ # `opentelemetry-sdk` gem and then, pass in an instance of a
379
+ # `Aws::Telemetry::OTelProvider` for telemetry provider.
380
+ #
331
381
  # @option options [Aws::TokenProvider] :token_provider
332
- # A Bearer Token Provider. This can be an instance of any one of the
333
- # following classes:
382
+ # Your Bearer token used for authentication. This can be any class that includes and implements
383
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
334
384
  #
335
385
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
336
386
  # tokens.
@@ -355,7 +405,9 @@ module Aws::ApplicationInsights
355
405
  # sending the request.
356
406
  #
357
407
  # @option options [Aws::ApplicationInsights::EndpointProvider] :endpoint_provider
358
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::ApplicationInsights::EndpointParameters`
408
+ # The endpoint provider used to resolve endpoints. Any object that responds to
409
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
410
+ # `Aws::ApplicationInsights::EndpointParameters`.
359
411
  #
360
412
  # @option options [Float] :http_continue_timeout (1)
361
413
  # The number of seconds to wait for a 100-continue response before sending the
@@ -411,6 +463,12 @@ module Aws::ApplicationInsights
411
463
  # @option options [String] :ssl_ca_store
412
464
  # Sets the X509::Store to verify peer certificate.
413
465
  #
466
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
467
+ # Sets a client certificate when creating http connections.
468
+ #
469
+ # @option options [OpenSSL::PKey] :ssl_key
470
+ # Sets a client key when creating http connections.
471
+ #
414
472
  # @option options [Float] :ssl_timeout
415
473
  # Sets the SSL timeout in seconds
416
474
  #
@@ -448,7 +506,7 @@ module Aws::ApplicationInsights
448
506
  # component_name: "ComponentName", # required
449
507
  # workload_configuration: { # required
450
508
  # workload_name: "WorkloadName",
451
- # 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
509
+ # 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
452
510
  # configuration: "ComponentConfiguration",
453
511
  # },
454
512
  # })
@@ -457,7 +515,7 @@ module Aws::ApplicationInsights
457
515
  #
458
516
  # resp.workload_id #=> String
459
517
  # resp.workload_configuration.workload_name #=> String
460
- # 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"
518
+ # 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"
461
519
  # resp.workload_configuration.configuration #=> String
462
520
  #
463
521
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/AddWorkload AWS API Documentation
@@ -488,6 +546,9 @@ module Aws::ApplicationInsights
488
546
  # the created opsItem. Allows you to receive notifications for updates
489
547
  # to the opsItem.
490
548
  #
549
+ # @option params [String] :sns_notification_arn
550
+ # The SNS notification topic ARN.
551
+ #
491
552
  # @option params [Array<Types::Tag>] :tags
492
553
  # List of tags to add to the application. tag key (`Key`) and an
493
554
  # associated tag value (`Value`). The maximum length of a tag key is 128
@@ -521,6 +582,7 @@ module Aws::ApplicationInsights
521
582
  # ops_center_enabled: false,
522
583
  # cwe_monitor_enabled: false,
523
584
  # ops_item_sns_topic_arn: "OpsItemSNSTopicArn",
585
+ # sns_notification_arn: "SNSNotificationArn",
524
586
  # tags: [
525
587
  # {
526
588
  # key: "TagKey", # required
@@ -539,6 +601,7 @@ module Aws::ApplicationInsights
539
601
  # resp.application_info.resource_group_name #=> String
540
602
  # resp.application_info.life_cycle #=> String
541
603
  # resp.application_info.ops_item_sns_topic_arn #=> String
604
+ # resp.application_info.sns_notification_arn #=> String
542
605
  # resp.application_info.ops_center_enabled #=> Boolean
543
606
  # resp.application_info.cwe_monitor_enabled #=> Boolean
544
607
  # resp.application_info.remarks #=> String
@@ -612,7 +675,7 @@ module Aws::ApplicationInsights
612
675
  # `750,000` rank. A `Medium` severity pattern translates to a `500,000`
613
676
  # rank. And a `High` severity pattern translates to a `250,000` rank.
614
677
  # Rank values less than `1` or greater than `1,000,000` are reserved for
615
- # AWS-provided patterns.
678
+ # Amazon Web Services provided patterns.
616
679
  #
617
680
  # @return [Types::CreateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
618
681
  #
@@ -733,7 +796,7 @@ module Aws::ApplicationInsights
733
796
  # The name of the resource group.
734
797
  #
735
798
  # @option params [String] :account_id
736
- # The AWS account ID for the resource group owner.
799
+ # The Amazon Web Services account ID for the resource group owner.
737
800
  #
738
801
  # @return [Types::DescribeApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
739
802
  #
@@ -752,6 +815,7 @@ module Aws::ApplicationInsights
752
815
  # resp.application_info.resource_group_name #=> String
753
816
  # resp.application_info.life_cycle #=> String
754
817
  # resp.application_info.ops_item_sns_topic_arn #=> String
818
+ # resp.application_info.sns_notification_arn #=> String
755
819
  # resp.application_info.ops_center_enabled #=> Boolean
756
820
  # resp.application_info.cwe_monitor_enabled #=> Boolean
757
821
  # resp.application_info.remarks #=> String
@@ -778,7 +842,7 @@ module Aws::ApplicationInsights
778
842
  # The name of the component.
779
843
  #
780
844
  # @option params [String] :account_id
781
- # The AWS account ID for the resource group owner.
845
+ # The Amazon Web Services account ID for the resource group owner.
782
846
  #
783
847
  # @return [Types::DescribeComponentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
784
848
  #
@@ -799,7 +863,7 @@ module Aws::ApplicationInsights
799
863
  # resp.application_component.component_remarks #=> String
800
864
  # resp.application_component.resource_type #=> String
801
865
  # resp.application_component.os_type #=> String, one of "WINDOWS", "LINUX"
802
- # 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"
866
+ # 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"
803
867
  # resp.application_component.monitor #=> Boolean
804
868
  # resp.application_component.detected_workload #=> Hash
805
869
  # resp.application_component.detected_workload["Tier"] #=> Hash
@@ -825,7 +889,7 @@ module Aws::ApplicationInsights
825
889
  # The name of the component.
826
890
  #
827
891
  # @option params [String] :account_id
828
- # The AWS account ID for the resource group owner.
892
+ # The Amazon Web Services account ID for the resource group owner.
829
893
  #
830
894
  # @return [Types::DescribeComponentConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
831
895
  #
@@ -844,7 +908,7 @@ module Aws::ApplicationInsights
844
908
  # @example Response structure
845
909
  #
846
910
  # resp.monitor #=> Boolean
847
- # 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"
911
+ # 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"
848
912
  # resp.component_configuration #=> String
849
913
  #
850
914
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeComponentConfiguration AWS API Documentation
@@ -868,7 +932,9 @@ module Aws::ApplicationInsights
868
932
  # The tier of the application component.
869
933
  #
870
934
  # @option params [String] :workload_name
871
- # The name of the workload.
935
+ # The name of the workload. The name of the workload is required when
936
+ # the tier of the application component is `SAP_ASE_SINGLE_NODE` or
937
+ # `SAP_ASE_HIGH_AVAILABILITY`.
872
938
  #
873
939
  # @option params [String] :recommendation_type
874
940
  # The recommended configuration type.
@@ -882,7 +948,7 @@ module Aws::ApplicationInsights
882
948
  # resp = client.describe_component_configuration_recommendation({
883
949
  # resource_group_name: "ResourceGroupName", # required
884
950
  # component_name: "ComponentName", # required
885
- # 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
951
+ # 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
886
952
  # workload_name: "WorkloadName",
887
953
  # recommendation_type: "INFRA_ONLY", # accepts INFRA_ONLY, WORKLOAD_ONLY, ALL
888
954
  # })
@@ -912,7 +978,7 @@ module Aws::ApplicationInsights
912
978
  # The name of the log pattern.
913
979
  #
914
980
  # @option params [String] :account_id
915
- # The AWS account ID for the resource group owner.
981
+ # The Amazon Web Services account ID for the resource group owner.
916
982
  #
917
983
  # @return [Types::DescribeLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
918
984
  #
@@ -953,7 +1019,7 @@ module Aws::ApplicationInsights
953
1019
  # The ID of the observation.
954
1020
  #
955
1021
  # @option params [String] :account_id
956
- # The AWS account ID for the resource group owner.
1022
+ # The Amazon Web Services account ID for the resource group owner.
957
1023
  #
958
1024
  # @return [Types::DescribeObservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
959
1025
  #
@@ -1029,12 +1095,13 @@ module Aws::ApplicationInsights
1029
1095
  # The ID of the problem.
1030
1096
  #
1031
1097
  # @option params [String] :account_id
1032
- # The AWS account ID for the owner of the resource group affected by the
1033
- # problem.
1098
+ # The Amazon Web Services account ID for the owner of the resource group
1099
+ # affected by the problem.
1034
1100
  #
1035
1101
  # @return [Types::DescribeProblemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1036
1102
  #
1037
1103
  # * {Types::DescribeProblemResponse#problem #problem} => Types::Problem
1104
+ # * {Types::DescribeProblemResponse#sns_notification_arn #sns_notification_arn} => String
1038
1105
  #
1039
1106
  # @example Request syntax with placeholder values
1040
1107
  #
@@ -1047,6 +1114,7 @@ module Aws::ApplicationInsights
1047
1114
  #
1048
1115
  # resp.problem.id #=> String
1049
1116
  # resp.problem.title #=> String
1117
+ # resp.problem.short_name #=> String
1050
1118
  # resp.problem.insights #=> String
1051
1119
  # resp.problem.status #=> String, one of "IGNORE", "RESOLVED", "PENDING", "RECURRING", "RECOVERING"
1052
1120
  # resp.problem.affected_resource #=> String
@@ -1061,6 +1129,7 @@ module Aws::ApplicationInsights
1061
1129
  # resp.problem.last_recurrence_time #=> Time
1062
1130
  # resp.problem.visibility #=> String, one of "IGNORED", "VISIBLE"
1063
1131
  # resp.problem.resolution_method #=> String, one of "MANUAL", "AUTOMATIC", "UNRESOLVED"
1132
+ # resp.sns_notification_arn #=> String
1064
1133
  #
1065
1134
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeProblem AWS API Documentation
1066
1135
  #
@@ -1077,7 +1146,7 @@ module Aws::ApplicationInsights
1077
1146
  # The ID of the problem.
1078
1147
  #
1079
1148
  # @option params [String] :account_id
1080
- # The AWS account ID for the resource group owner.
1149
+ # The Amazon Web Services account ID for the resource group owner.
1081
1150
  #
1082
1151
  # @return [Types::DescribeProblemObservationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1083
1152
  #
@@ -1160,7 +1229,7 @@ module Aws::ApplicationInsights
1160
1229
  # The ID of the workload.
1161
1230
  #
1162
1231
  # @option params [String] :account_id
1163
- # The AWS account ID for the workload owner.
1232
+ # The Amazon Web Services account ID for the workload owner.
1164
1233
  #
1165
1234
  # @return [Types::DescribeWorkloadResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1166
1235
  #
@@ -1182,7 +1251,7 @@ module Aws::ApplicationInsights
1182
1251
  # resp.workload_id #=> String
1183
1252
  # resp.workload_remarks #=> String
1184
1253
  # resp.workload_configuration.workload_name #=> String
1185
- # 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"
1254
+ # 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"
1186
1255
  # resp.workload_configuration.configuration #=> String
1187
1256
  #
1188
1257
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DescribeWorkload AWS API Documentation
@@ -1205,7 +1274,7 @@ module Aws::ApplicationInsights
1205
1274
  # The token to request the next page of results.
1206
1275
  #
1207
1276
  # @option params [String] :account_id
1208
- # The AWS account ID for the resource group owner.
1277
+ # The Amazon Web Services account ID for the resource group owner.
1209
1278
  #
1210
1279
  # @return [Types::ListApplicationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1211
1280
  #
@@ -1229,6 +1298,7 @@ module Aws::ApplicationInsights
1229
1298
  # resp.application_info_list[0].resource_group_name #=> String
1230
1299
  # resp.application_info_list[0].life_cycle #=> String
1231
1300
  # resp.application_info_list[0].ops_item_sns_topic_arn #=> String
1301
+ # resp.application_info_list[0].sns_notification_arn #=> String
1232
1302
  # resp.application_info_list[0].ops_center_enabled #=> Boolean
1233
1303
  # resp.application_info_list[0].cwe_monitor_enabled #=> Boolean
1234
1304
  # resp.application_info_list[0].remarks #=> String
@@ -1261,7 +1331,7 @@ module Aws::ApplicationInsights
1261
1331
  # The token to request the next page of results.
1262
1332
  #
1263
1333
  # @option params [String] :account_id
1264
- # The AWS account ID for the resource group owner.
1334
+ # The Amazon Web Services account ID for the resource group owner.
1265
1335
  #
1266
1336
  # @return [Types::ListComponentsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1267
1337
  #
@@ -1286,7 +1356,7 @@ module Aws::ApplicationInsights
1286
1356
  # resp.application_component_list[0].component_remarks #=> String
1287
1357
  # resp.application_component_list[0].resource_type #=> String
1288
1358
  # resp.application_component_list[0].os_type #=> String, one of "WINDOWS", "LINUX"
1289
- # 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"
1359
+ # 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"
1290
1360
  # resp.application_component_list[0].monitor #=> Boolean
1291
1361
  # resp.application_component_list[0].detected_workload #=> Hash
1292
1362
  # resp.application_component_list[0].detected_workload["Tier"] #=> Hash
@@ -1345,7 +1415,7 @@ module Aws::ApplicationInsights
1345
1415
  # value. This value is `null` when there are no more results to return.
1346
1416
  #
1347
1417
  # @option params [String] :account_id
1348
- # The AWS account ID for the resource group owner.
1418
+ # The Amazon Web Services account ID for the resource group owner.
1349
1419
  #
1350
1420
  # @return [Types::ListConfigurationHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1351
1421
  #
@@ -1402,7 +1472,7 @@ module Aws::ApplicationInsights
1402
1472
  # The token to request the next page of results.
1403
1473
  #
1404
1474
  # @option params [String] :account_id
1405
- # The AWS account ID for the resource group owner.
1475
+ # The Amazon Web Services account ID for the resource group owner.
1406
1476
  #
1407
1477
  # @return [Types::ListLogPatternSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1408
1478
  #
@@ -1456,7 +1526,7 @@ module Aws::ApplicationInsights
1456
1526
  # The token to request the next page of results.
1457
1527
  #
1458
1528
  # @option params [String] :account_id
1459
- # The AWS account ID for the resource group owner.
1529
+ # The Amazon Web Services account ID for the resource group owner.
1460
1530
  #
1461
1531
  # @return [Types::ListLogPatternsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1462
1532
  #
@@ -1500,7 +1570,7 @@ module Aws::ApplicationInsights
1500
1570
  # Lists the problems with your application.
1501
1571
  #
1502
1572
  # @option params [String] :account_id
1503
- # The AWS account ID for the resource group owner.
1573
+ # The Amazon Web Services account ID for the resource group owner.
1504
1574
  #
1505
1575
  # @option params [String] :resource_group_name
1506
1576
  # The name of the resource group.
@@ -1556,6 +1626,7 @@ module Aws::ApplicationInsights
1556
1626
  # resp.problem_list #=> Array
1557
1627
  # resp.problem_list[0].id #=> String
1558
1628
  # resp.problem_list[0].title #=> String
1629
+ # resp.problem_list[0].short_name #=> String
1559
1630
  # resp.problem_list[0].insights #=> String
1560
1631
  # resp.problem_list[0].status #=> String, one of "IGNORE", "RESOLVED", "PENDING", "RECURRING", "RECOVERING"
1561
1632
  # resp.problem_list[0].affected_resource #=> String
@@ -1636,7 +1707,7 @@ module Aws::ApplicationInsights
1636
1707
  # The token to request the next page of results.
1637
1708
  #
1638
1709
  # @option params [String] :account_id
1639
- # The AWS account ID of the owner of the workload.
1710
+ # The Amazon Web Services account ID of the owner of the workload.
1640
1711
  #
1641
1712
  # @return [Types::ListWorkloadsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1642
1713
  #
@@ -1661,8 +1732,9 @@ module Aws::ApplicationInsights
1661
1732
  # resp.workload_list[0].workload_id #=> String
1662
1733
  # resp.workload_list[0].component_name #=> String
1663
1734
  # resp.workload_list[0].workload_name #=> String
1664
- # 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"
1735
+ # 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"
1665
1736
  # resp.workload_list[0].workload_remarks #=> String
1737
+ # resp.workload_list[0].missing_workload_config #=> Boolean
1666
1738
  # resp.next_token #=> String
1667
1739
  #
1668
1740
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListWorkloads AWS API Documentation
@@ -1801,6 +1873,10 @@ module Aws::ApplicationInsights
1801
1873
  # the created opsItem. Allows you to receive notifications for updates
1802
1874
  # to the opsItem.
1803
1875
  #
1876
+ # @option params [String] :sns_notification_arn
1877
+ # The SNS topic ARN. Allows you to receive SNS notifications for updates
1878
+ # and issues with an application.
1879
+ #
1804
1880
  # @option params [Boolean] :remove_sns_topic
1805
1881
  # Disassociates the SNS topic from the opsItem created for detected
1806
1882
  # problems.
@@ -1823,6 +1899,7 @@ module Aws::ApplicationInsights
1823
1899
  # ops_center_enabled: false,
1824
1900
  # cwe_monitor_enabled: false,
1825
1901
  # ops_item_sns_topic_arn: "OpsItemSNSTopicArn",
1902
+ # sns_notification_arn: "SNSNotificationArn",
1826
1903
  # remove_sns_topic: false,
1827
1904
  # auto_config_enabled: false,
1828
1905
  # attach_missing_permission: false,
@@ -1834,6 +1911,7 @@ module Aws::ApplicationInsights
1834
1911
  # resp.application_info.resource_group_name #=> String
1835
1912
  # resp.application_info.life_cycle #=> String
1836
1913
  # resp.application_info.ops_item_sns_topic_arn #=> String
1914
+ # resp.application_info.sns_notification_arn #=> String
1837
1915
  # resp.application_info.ops_center_enabled #=> Boolean
1838
1916
  # resp.application_info.cwe_monitor_enabled #=> Boolean
1839
1917
  # resp.application_info.remarks #=> String
@@ -1927,7 +2005,7 @@ module Aws::ApplicationInsights
1927
2005
  # resource_group_name: "ResourceGroupName", # required
1928
2006
  # component_name: "ComponentName", # required
1929
2007
  # monitor: false,
1930
- # 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
2008
+ # 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
1931
2009
  # component_configuration: "ComponentConfiguration",
1932
2010
  # auto_config_enabled: false,
1933
2011
  # })
@@ -1967,7 +2045,7 @@ module Aws::ApplicationInsights
1967
2045
  # `750,000` rank. A `Medium` severity pattern translates to a `500,000`
1968
2046
  # rank. And a `High` severity pattern translates to a `250,000` rank.
1969
2047
  # Rank values less than `1` or greater than `1,000,000` are reserved for
1970
- # AWS-provided patterns.
2048
+ # Amazon Web Services provided patterns.
1971
2049
  #
1972
2050
  # @return [Types::UpdateLogPatternResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1973
2051
  #
@@ -2065,7 +2143,7 @@ module Aws::ApplicationInsights
2065
2143
  # workload_id: "WorkloadId",
2066
2144
  # workload_configuration: { # required
2067
2145
  # workload_name: "WorkloadName",
2068
- # 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
2146
+ # 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
2069
2147
  # configuration: "ComponentConfiguration",
2070
2148
  # },
2071
2149
  # })
@@ -2074,7 +2152,7 @@ module Aws::ApplicationInsights
2074
2152
  #
2075
2153
  # resp.workload_id #=> String
2076
2154
  # resp.workload_configuration.workload_name #=> String
2077
- # 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"
2155
+ # 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"
2078
2156
  # resp.workload_configuration.configuration #=> String
2079
2157
  #
2080
2158
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/UpdateWorkload AWS API Documentation
@@ -2092,14 +2170,19 @@ module Aws::ApplicationInsights
2092
2170
  # @api private
2093
2171
  def build_request(operation_name, params = {})
2094
2172
  handlers = @handlers.for(operation_name)
2173
+ tracer = config.telemetry_provider.tracer_provider.tracer(
2174
+ Aws::Telemetry.module_to_tracer_name('Aws::ApplicationInsights')
2175
+ )
2095
2176
  context = Seahorse::Client::RequestContext.new(
2096
2177
  operation_name: operation_name,
2097
2178
  operation: config.api.operation(operation_name),
2098
2179
  client: self,
2099
2180
  params: params,
2100
- config: config)
2181
+ config: config,
2182
+ tracer: tracer
2183
+ )
2101
2184
  context[:gem_name] = 'aws-sdk-applicationinsights'
2102
- context[:gem_version] = '1.46.0'
2185
+ context[:gem_version] = '1.82.0'
2103
2186
  Seahorse::Client::Request.new(handlers, context)
2104
2187
  end
2105
2188