aws-sdk-applicationinsights 1.42.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +1 -1
- data/lib/aws-sdk-applicationinsights/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-applicationinsights.rb +1 -1
- data/sig/client.rbs +533 -0
- data/sig/errors.rbs +41 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +619 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 873daac59647c231453a30a5e1016614c20e8eed9021a75ded39605a4b67f9bf
|
4
|
+
data.tar.gz: 910026b4034a8f361372fbf3e16a334887428ac3ba9144a0b540c5cc2f75708c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0b0c2b2ca328326c7a4e4cef12aa8cb7ec704f18ee2137ce171b97a1bc88aa8648c05e267aaa8c8bed01548f9cedbb6cc7d1727965c49ed226b1264cb1cd250
|
7
|
+
data.tar.gz: 11c0cce8e1466da52a99ebf1142d151f4cf8c4f2d93cee936169e02855ead75b2a5c7c477591876457d3aff363fcb89a8a9a0cc64cc482a60672ee9eb37147c5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.44.0 (2024-01-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.43.0 (2023-11-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.42.0 (2023-11-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -2074,7 +2074,7 @@ module Aws::ApplicationInsights
|
|
2074
2074
|
params: params,
|
2075
2075
|
config: config)
|
2076
2076
|
context[:gem_name] = 'aws-sdk-applicationinsights'
|
2077
|
-
context[:gem_version] = '1.
|
2077
|
+
context[:gem_version] = '1.44.0'
|
2078
2078
|
Seahorse::Client::Request.new(handlers, context)
|
2079
2079
|
end
|
2080
2080
|
|
@@ -14,6 +14,7 @@ module Aws::ApplicationInsights
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::ApplicationInsights::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
@@ -25,16 +26,17 @@ module Aws::ApplicationInsights
|
|
25
26
|
# @api private
|
26
27
|
class Handler < Seahorse::Client::Handler
|
27
28
|
def call(context)
|
28
|
-
# If endpoint was discovered, do not resolve or apply the endpoint.
|
29
29
|
unless context[:discovered_endpoint]
|
30
30
|
params = parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
34
34
|
apply_endpoint_headers(context, endpoint.headers)
|
35
|
+
|
36
|
+
context[:endpoint_params] = params
|
37
|
+
context[:endpoint_properties] = endpoint.properties
|
35
38
|
end
|
36
39
|
|
37
|
-
context[:endpoint_params] = params
|
38
40
|
context[:auth_scheme] =
|
39
41
|
Aws::Endpoints.resolve_auth_scheme(context, endpoint)
|
40
42
|
|
data/sig/client.rbs
ADDED
@@ -0,0 +1,533 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ApplicationInsights
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> instance
|
73
|
+
| (?Hash[Symbol, untyped]) -> instance
|
74
|
+
|
75
|
+
|
76
|
+
interface _AddWorkloadResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AddWorkloadResponse]
|
78
|
+
def workload_id: () -> ::String
|
79
|
+
def workload_configuration: () -> Types::WorkloadConfiguration
|
80
|
+
end
|
81
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#add_workload-instance_method
|
82
|
+
def add_workload: (
|
83
|
+
resource_group_name: ::String,
|
84
|
+
component_name: ::String,
|
85
|
+
workload_configuration: {
|
86
|
+
workload_name: ::String?,
|
87
|
+
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")?,
|
88
|
+
configuration: ::String?
|
89
|
+
}
|
90
|
+
) -> _AddWorkloadResponseSuccess
|
91
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddWorkloadResponseSuccess
|
92
|
+
|
93
|
+
interface _CreateApplicationResponseSuccess
|
94
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
|
95
|
+
def application_info: () -> Types::ApplicationInfo
|
96
|
+
end
|
97
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#create_application-instance_method
|
98
|
+
def create_application: (
|
99
|
+
?resource_group_name: ::String,
|
100
|
+
?ops_center_enabled: bool,
|
101
|
+
?cwe_monitor_enabled: bool,
|
102
|
+
?ops_item_sns_topic_arn: ::String,
|
103
|
+
?tags: Array[
|
104
|
+
{
|
105
|
+
key: ::String,
|
106
|
+
value: ::String
|
107
|
+
},
|
108
|
+
],
|
109
|
+
?auto_config_enabled: bool,
|
110
|
+
?auto_create: bool,
|
111
|
+
?grouping_type: ("ACCOUNT_BASED"),
|
112
|
+
?attach_missing_permission: bool
|
113
|
+
) -> _CreateApplicationResponseSuccess
|
114
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
115
|
+
|
116
|
+
interface _CreateComponentResponseSuccess
|
117
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateComponentResponse]
|
118
|
+
end
|
119
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#create_component-instance_method
|
120
|
+
def create_component: (
|
121
|
+
resource_group_name: ::String,
|
122
|
+
component_name: ::String,
|
123
|
+
resource_list: Array[::String]
|
124
|
+
) -> _CreateComponentResponseSuccess
|
125
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateComponentResponseSuccess
|
126
|
+
|
127
|
+
interface _CreateLogPatternResponseSuccess
|
128
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateLogPatternResponse]
|
129
|
+
def log_pattern: () -> Types::LogPattern
|
130
|
+
def resource_group_name: () -> ::String
|
131
|
+
end
|
132
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#create_log_pattern-instance_method
|
133
|
+
def create_log_pattern: (
|
134
|
+
resource_group_name: ::String,
|
135
|
+
pattern_set_name: ::String,
|
136
|
+
pattern_name: ::String,
|
137
|
+
pattern: ::String,
|
138
|
+
rank: ::Integer
|
139
|
+
) -> _CreateLogPatternResponseSuccess
|
140
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLogPatternResponseSuccess
|
141
|
+
|
142
|
+
interface _DeleteApplicationResponseSuccess
|
143
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationResponse]
|
144
|
+
end
|
145
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#delete_application-instance_method
|
146
|
+
def delete_application: (
|
147
|
+
resource_group_name: ::String
|
148
|
+
) -> _DeleteApplicationResponseSuccess
|
149
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteApplicationResponseSuccess
|
150
|
+
|
151
|
+
interface _DeleteComponentResponseSuccess
|
152
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteComponentResponse]
|
153
|
+
end
|
154
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#delete_component-instance_method
|
155
|
+
def delete_component: (
|
156
|
+
resource_group_name: ::String,
|
157
|
+
component_name: ::String
|
158
|
+
) -> _DeleteComponentResponseSuccess
|
159
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteComponentResponseSuccess
|
160
|
+
|
161
|
+
interface _DeleteLogPatternResponseSuccess
|
162
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLogPatternResponse]
|
163
|
+
end
|
164
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#delete_log_pattern-instance_method
|
165
|
+
def delete_log_pattern: (
|
166
|
+
resource_group_name: ::String,
|
167
|
+
pattern_set_name: ::String,
|
168
|
+
pattern_name: ::String
|
169
|
+
) -> _DeleteLogPatternResponseSuccess
|
170
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLogPatternResponseSuccess
|
171
|
+
|
172
|
+
interface _DescribeApplicationResponseSuccess
|
173
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationResponse]
|
174
|
+
def application_info: () -> Types::ApplicationInfo
|
175
|
+
end
|
176
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_application-instance_method
|
177
|
+
def describe_application: (
|
178
|
+
resource_group_name: ::String,
|
179
|
+
?account_id: ::String
|
180
|
+
) -> _DescribeApplicationResponseSuccess
|
181
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationResponseSuccess
|
182
|
+
|
183
|
+
interface _DescribeComponentResponseSuccess
|
184
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeComponentResponse]
|
185
|
+
def application_component: () -> Types::ApplicationComponent
|
186
|
+
def resource_list: () -> ::Array[::String]
|
187
|
+
end
|
188
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_component-instance_method
|
189
|
+
def describe_component: (
|
190
|
+
resource_group_name: ::String,
|
191
|
+
component_name: ::String,
|
192
|
+
?account_id: ::String
|
193
|
+
) -> _DescribeComponentResponseSuccess
|
194
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeComponentResponseSuccess
|
195
|
+
|
196
|
+
interface _DescribeComponentConfigurationResponseSuccess
|
197
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeComponentConfigurationResponse]
|
198
|
+
def monitor: () -> bool
|
199
|
+
def tier: () -> ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
|
200
|
+
def component_configuration: () -> ::String
|
201
|
+
end
|
202
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_component_configuration-instance_method
|
203
|
+
def describe_component_configuration: (
|
204
|
+
resource_group_name: ::String,
|
205
|
+
component_name: ::String,
|
206
|
+
?account_id: ::String
|
207
|
+
) -> _DescribeComponentConfigurationResponseSuccess
|
208
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeComponentConfigurationResponseSuccess
|
209
|
+
|
210
|
+
interface _DescribeComponentConfigurationRecommendationResponseSuccess
|
211
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeComponentConfigurationRecommendationResponse]
|
212
|
+
def component_configuration: () -> ::String
|
213
|
+
end
|
214
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_component_configuration_recommendation-instance_method
|
215
|
+
def describe_component_configuration_recommendation: (
|
216
|
+
resource_group_name: ::String,
|
217
|
+
component_name: ::String,
|
218
|
+
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"),
|
219
|
+
?workload_name: ::String,
|
220
|
+
?recommendation_type: ("INFRA_ONLY" | "WORKLOAD_ONLY" | "ALL")
|
221
|
+
) -> _DescribeComponentConfigurationRecommendationResponseSuccess
|
222
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeComponentConfigurationRecommendationResponseSuccess
|
223
|
+
|
224
|
+
interface _DescribeLogPatternResponseSuccess
|
225
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeLogPatternResponse]
|
226
|
+
def resource_group_name: () -> ::String
|
227
|
+
def account_id: () -> ::String
|
228
|
+
def log_pattern: () -> Types::LogPattern
|
229
|
+
end
|
230
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_log_pattern-instance_method
|
231
|
+
def describe_log_pattern: (
|
232
|
+
resource_group_name: ::String,
|
233
|
+
pattern_set_name: ::String,
|
234
|
+
pattern_name: ::String,
|
235
|
+
?account_id: ::String
|
236
|
+
) -> _DescribeLogPatternResponseSuccess
|
237
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeLogPatternResponseSuccess
|
238
|
+
|
239
|
+
interface _DescribeObservationResponseSuccess
|
240
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeObservationResponse]
|
241
|
+
def observation: () -> Types::Observation
|
242
|
+
end
|
243
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_observation-instance_method
|
244
|
+
def describe_observation: (
|
245
|
+
observation_id: ::String,
|
246
|
+
?account_id: ::String
|
247
|
+
) -> _DescribeObservationResponseSuccess
|
248
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeObservationResponseSuccess
|
249
|
+
|
250
|
+
interface _DescribeProblemResponseSuccess
|
251
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeProblemResponse]
|
252
|
+
def problem: () -> Types::Problem
|
253
|
+
end
|
254
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_problem-instance_method
|
255
|
+
def describe_problem: (
|
256
|
+
problem_id: ::String,
|
257
|
+
?account_id: ::String
|
258
|
+
) -> _DescribeProblemResponseSuccess
|
259
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeProblemResponseSuccess
|
260
|
+
|
261
|
+
interface _DescribeProblemObservationsResponseSuccess
|
262
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeProblemObservationsResponse]
|
263
|
+
def related_observations: () -> Types::RelatedObservations
|
264
|
+
end
|
265
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_problem_observations-instance_method
|
266
|
+
def describe_problem_observations: (
|
267
|
+
problem_id: ::String,
|
268
|
+
?account_id: ::String
|
269
|
+
) -> _DescribeProblemObservationsResponseSuccess
|
270
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeProblemObservationsResponseSuccess
|
271
|
+
|
272
|
+
interface _DescribeWorkloadResponseSuccess
|
273
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkloadResponse]
|
274
|
+
def workload_id: () -> ::String
|
275
|
+
def workload_remarks: () -> ::String
|
276
|
+
def workload_configuration: () -> Types::WorkloadConfiguration
|
277
|
+
end
|
278
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#describe_workload-instance_method
|
279
|
+
def describe_workload: (
|
280
|
+
resource_group_name: ::String,
|
281
|
+
component_name: ::String,
|
282
|
+
workload_id: ::String,
|
283
|
+
?account_id: ::String
|
284
|
+
) -> _DescribeWorkloadResponseSuccess
|
285
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkloadResponseSuccess
|
286
|
+
|
287
|
+
interface _ListApplicationsResponseSuccess
|
288
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsResponse]
|
289
|
+
def application_info_list: () -> ::Array[Types::ApplicationInfo]
|
290
|
+
def next_token: () -> ::String
|
291
|
+
end
|
292
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_applications-instance_method
|
293
|
+
def list_applications: (
|
294
|
+
?max_results: ::Integer,
|
295
|
+
?next_token: ::String,
|
296
|
+
?account_id: ::String
|
297
|
+
) -> _ListApplicationsResponseSuccess
|
298
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
|
299
|
+
|
300
|
+
interface _ListComponentsResponseSuccess
|
301
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListComponentsResponse]
|
302
|
+
def application_component_list: () -> ::Array[Types::ApplicationComponent]
|
303
|
+
def next_token: () -> ::String
|
304
|
+
end
|
305
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_components-instance_method
|
306
|
+
def list_components: (
|
307
|
+
resource_group_name: ::String,
|
308
|
+
?max_results: ::Integer,
|
309
|
+
?next_token: ::String,
|
310
|
+
?account_id: ::String
|
311
|
+
) -> _ListComponentsResponseSuccess
|
312
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentsResponseSuccess
|
313
|
+
|
314
|
+
interface _ListConfigurationHistoryResponseSuccess
|
315
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListConfigurationHistoryResponse]
|
316
|
+
def event_list: () -> ::Array[Types::ConfigurationEvent]
|
317
|
+
def next_token: () -> ::String
|
318
|
+
end
|
319
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_configuration_history-instance_method
|
320
|
+
def list_configuration_history: (
|
321
|
+
?resource_group_name: ::String,
|
322
|
+
?start_time: ::Time,
|
323
|
+
?end_time: ::Time,
|
324
|
+
?event_status: ("INFO" | "WARN" | "ERROR"),
|
325
|
+
?max_results: ::Integer,
|
326
|
+
?next_token: ::String,
|
327
|
+
?account_id: ::String
|
328
|
+
) -> _ListConfigurationHistoryResponseSuccess
|
329
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConfigurationHistoryResponseSuccess
|
330
|
+
|
331
|
+
interface _ListLogPatternSetsResponseSuccess
|
332
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListLogPatternSetsResponse]
|
333
|
+
def resource_group_name: () -> ::String
|
334
|
+
def account_id: () -> ::String
|
335
|
+
def log_pattern_sets: () -> ::Array[::String]
|
336
|
+
def next_token: () -> ::String
|
337
|
+
end
|
338
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_log_pattern_sets-instance_method
|
339
|
+
def list_log_pattern_sets: (
|
340
|
+
resource_group_name: ::String,
|
341
|
+
?max_results: ::Integer,
|
342
|
+
?next_token: ::String,
|
343
|
+
?account_id: ::String
|
344
|
+
) -> _ListLogPatternSetsResponseSuccess
|
345
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLogPatternSetsResponseSuccess
|
346
|
+
|
347
|
+
interface _ListLogPatternsResponseSuccess
|
348
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListLogPatternsResponse]
|
349
|
+
def resource_group_name: () -> ::String
|
350
|
+
def account_id: () -> ::String
|
351
|
+
def log_patterns: () -> ::Array[Types::LogPattern]
|
352
|
+
def next_token: () -> ::String
|
353
|
+
end
|
354
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_log_patterns-instance_method
|
355
|
+
def list_log_patterns: (
|
356
|
+
resource_group_name: ::String,
|
357
|
+
?pattern_set_name: ::String,
|
358
|
+
?max_results: ::Integer,
|
359
|
+
?next_token: ::String,
|
360
|
+
?account_id: ::String
|
361
|
+
) -> _ListLogPatternsResponseSuccess
|
362
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLogPatternsResponseSuccess
|
363
|
+
|
364
|
+
interface _ListProblemsResponseSuccess
|
365
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListProblemsResponse]
|
366
|
+
def problem_list: () -> ::Array[Types::Problem]
|
367
|
+
def next_token: () -> ::String
|
368
|
+
def resource_group_name: () -> ::String
|
369
|
+
def account_id: () -> ::String
|
370
|
+
end
|
371
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_problems-instance_method
|
372
|
+
def list_problems: (
|
373
|
+
?account_id: ::String,
|
374
|
+
?resource_group_name: ::String,
|
375
|
+
?start_time: ::Time,
|
376
|
+
?end_time: ::Time,
|
377
|
+
?max_results: ::Integer,
|
378
|
+
?next_token: ::String,
|
379
|
+
?component_name: ::String,
|
380
|
+
?visibility: ("IGNORED" | "VISIBLE")
|
381
|
+
) -> _ListProblemsResponseSuccess
|
382
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProblemsResponseSuccess
|
383
|
+
|
384
|
+
interface _ListTagsForResourceResponseSuccess
|
385
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
386
|
+
def tags: () -> ::Array[Types::Tag]
|
387
|
+
end
|
388
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_tags_for_resource-instance_method
|
389
|
+
def list_tags_for_resource: (
|
390
|
+
resource_arn: ::String
|
391
|
+
) -> _ListTagsForResourceResponseSuccess
|
392
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
393
|
+
|
394
|
+
interface _ListWorkloadsResponseSuccess
|
395
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListWorkloadsResponse]
|
396
|
+
def workload_list: () -> ::Array[Types::Workload]
|
397
|
+
def next_token: () -> ::String
|
398
|
+
end
|
399
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#list_workloads-instance_method
|
400
|
+
def list_workloads: (
|
401
|
+
resource_group_name: ::String,
|
402
|
+
component_name: ::String,
|
403
|
+
?max_results: ::Integer,
|
404
|
+
?next_token: ::String,
|
405
|
+
?account_id: ::String
|
406
|
+
) -> _ListWorkloadsResponseSuccess
|
407
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkloadsResponseSuccess
|
408
|
+
|
409
|
+
interface _RemoveWorkloadResponseSuccess
|
410
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RemoveWorkloadResponse]
|
411
|
+
end
|
412
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#remove_workload-instance_method
|
413
|
+
def remove_workload: (
|
414
|
+
resource_group_name: ::String,
|
415
|
+
component_name: ::String,
|
416
|
+
workload_id: ::String
|
417
|
+
) -> _RemoveWorkloadResponseSuccess
|
418
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveWorkloadResponseSuccess
|
419
|
+
|
420
|
+
interface _TagResourceResponseSuccess
|
421
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
422
|
+
end
|
423
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#tag_resource-instance_method
|
424
|
+
def tag_resource: (
|
425
|
+
resource_arn: ::String,
|
426
|
+
tags: Array[
|
427
|
+
{
|
428
|
+
key: ::String,
|
429
|
+
value: ::String
|
430
|
+
},
|
431
|
+
]
|
432
|
+
) -> _TagResourceResponseSuccess
|
433
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
434
|
+
|
435
|
+
interface _UntagResourceResponseSuccess
|
436
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
437
|
+
end
|
438
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#untag_resource-instance_method
|
439
|
+
def untag_resource: (
|
440
|
+
resource_arn: ::String,
|
441
|
+
tag_keys: Array[::String]
|
442
|
+
) -> _UntagResourceResponseSuccess
|
443
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
444
|
+
|
445
|
+
interface _UpdateApplicationResponseSuccess
|
446
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
|
447
|
+
def application_info: () -> Types::ApplicationInfo
|
448
|
+
end
|
449
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#update_application-instance_method
|
450
|
+
def update_application: (
|
451
|
+
resource_group_name: ::String,
|
452
|
+
?ops_center_enabled: bool,
|
453
|
+
?cwe_monitor_enabled: bool,
|
454
|
+
?ops_item_sns_topic_arn: ::String,
|
455
|
+
?remove_sns_topic: bool,
|
456
|
+
?auto_config_enabled: bool,
|
457
|
+
?attach_missing_permission: bool
|
458
|
+
) -> _UpdateApplicationResponseSuccess
|
459
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
|
460
|
+
|
461
|
+
interface _UpdateComponentResponseSuccess
|
462
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateComponentResponse]
|
463
|
+
end
|
464
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#update_component-instance_method
|
465
|
+
def update_component: (
|
466
|
+
resource_group_name: ::String,
|
467
|
+
component_name: ::String,
|
468
|
+
?new_component_name: ::String,
|
469
|
+
?resource_list: Array[::String]
|
470
|
+
) -> _UpdateComponentResponseSuccess
|
471
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateComponentResponseSuccess
|
472
|
+
|
473
|
+
interface _UpdateComponentConfigurationResponseSuccess
|
474
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateComponentConfigurationResponse]
|
475
|
+
end
|
476
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#update_component_configuration-instance_method
|
477
|
+
def update_component_configuration: (
|
478
|
+
resource_group_name: ::String,
|
479
|
+
component_name: ::String,
|
480
|
+
?monitor: bool,
|
481
|
+
?tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"),
|
482
|
+
?component_configuration: ::String,
|
483
|
+
?auto_config_enabled: bool
|
484
|
+
) -> _UpdateComponentConfigurationResponseSuccess
|
485
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateComponentConfigurationResponseSuccess
|
486
|
+
|
487
|
+
interface _UpdateLogPatternResponseSuccess
|
488
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLogPatternResponse]
|
489
|
+
def resource_group_name: () -> ::String
|
490
|
+
def log_pattern: () -> Types::LogPattern
|
491
|
+
end
|
492
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#update_log_pattern-instance_method
|
493
|
+
def update_log_pattern: (
|
494
|
+
resource_group_name: ::String,
|
495
|
+
pattern_set_name: ::String,
|
496
|
+
pattern_name: ::String,
|
497
|
+
?pattern: ::String,
|
498
|
+
?rank: ::Integer
|
499
|
+
) -> _UpdateLogPatternResponseSuccess
|
500
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLogPatternResponseSuccess
|
501
|
+
|
502
|
+
interface _UpdateProblemResponseSuccess
|
503
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProblemResponse]
|
504
|
+
end
|
505
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#update_problem-instance_method
|
506
|
+
def update_problem: (
|
507
|
+
problem_id: ::String,
|
508
|
+
?update_status: ("RESOLVED"),
|
509
|
+
?visibility: ("IGNORED" | "VISIBLE")
|
510
|
+
) -> _UpdateProblemResponseSuccess
|
511
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProblemResponseSuccess
|
512
|
+
|
513
|
+
interface _UpdateWorkloadResponseSuccess
|
514
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWorkloadResponse]
|
515
|
+
def workload_id: () -> ::String
|
516
|
+
def workload_configuration: () -> Types::WorkloadConfiguration
|
517
|
+
end
|
518
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Client.html#update_workload-instance_method
|
519
|
+
def update_workload: (
|
520
|
+
resource_group_name: ::String,
|
521
|
+
component_name: ::String,
|
522
|
+
?workload_id: ::String,
|
523
|
+
workload_configuration: {
|
524
|
+
workload_name: ::String?,
|
525
|
+
tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")?,
|
526
|
+
configuration: ::String?
|
527
|
+
}
|
528
|
+
) -> _UpdateWorkloadResponseSuccess
|
529
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkloadResponseSuccess
|
530
|
+
end
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
data/sig/errors.rbs
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ApplicationInsights
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class BadRequestException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class ResourceInUseException < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
end
|
26
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
29
|
+
class TagsAlreadyExistException < ::Aws::Errors::ServiceError
|
30
|
+
def message: () -> ::String
|
31
|
+
end
|
32
|
+
class TooManyTagsException < ::Aws::Errors::ServiceError
|
33
|
+
def message: () -> ::String
|
34
|
+
def resource_name: () -> ::String
|
35
|
+
end
|
36
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
37
|
+
def message: () -> ::String
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|