aws-sdk-codeguruprofiler 1.35.0 → 1.36.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codeguruprofiler/client.rb +1 -1
- data/lib/aws-sdk-codeguruprofiler/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-codeguruprofiler.rb +1 -1
- data/sig/client.rbs +387 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +466 -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: 189b92d91d36d28666cfa08ff895c9b52482cfd96b184f664753db550d5340d1
|
|
4
|
+
data.tar.gz: 67fec97f6731504a7678b2f7df08f81741dfad89fa8e5cf994b3305d70bdfdff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f414cf3952daa691332964b0c1c8ba00dd68269513898da6dd3e765fd1257d073132823b3f80db3af45468721e1f3deaa7bd57e5ab4a39d63ebf968d6cfd3bd2
|
|
7
|
+
data.tar.gz: 78605cf748c75e732d5823b1215942ba783a8555429394c3fec09b951423c695bec979f14f33cfea401d94e8aec0c1573449f49a9fc15bee37c515fc4df9eb46
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -1694,7 +1694,7 @@ module Aws::CodeGuruProfiler
|
|
|
1694
1694
|
params: params,
|
|
1695
1695
|
config: config)
|
|
1696
1696
|
context[:gem_name] = 'aws-sdk-codeguruprofiler'
|
|
1697
|
-
context[:gem_version] = '1.
|
|
1697
|
+
context[:gem_version] = '1.36.0'
|
|
1698
1698
|
Seahorse::Client::Request.new(handlers, context)
|
|
1699
1699
|
end
|
|
1700
1700
|
|
|
@@ -14,6 +14,7 @@ module Aws::CodeGuruProfiler
|
|
|
14
14
|
option(
|
|
15
15
|
:endpoint_provider,
|
|
16
16
|
doc_type: 'Aws::CodeGuruProfiler::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 '\
|
data/sig/client.rbs
ADDED
|
@@ -0,0 +1,387 @@
|
|
|
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 CodeGuruProfiler
|
|
10
|
+
class Client < ::Seahorse::Client::Base
|
|
11
|
+
include ::Aws::ClientStubs
|
|
12
|
+
|
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/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
|
+
?stub_responses: untyped,
|
|
52
|
+
?token_provider: untyped,
|
|
53
|
+
?use_dualstack_endpoint: bool,
|
|
54
|
+
?use_fips_endpoint: bool,
|
|
55
|
+
?validate_params: bool,
|
|
56
|
+
?endpoint_provider: untyped,
|
|
57
|
+
?http_proxy: String,
|
|
58
|
+
?http_open_timeout: (Float | Integer),
|
|
59
|
+
?http_read_timeout: (Float | Integer),
|
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
|
63
|
+
?http_wire_trace: bool,
|
|
64
|
+
?ssl_verify_peer: bool,
|
|
65
|
+
?ssl_ca_bundle: String,
|
|
66
|
+
?ssl_ca_directory: String,
|
|
67
|
+
?ssl_ca_store: String,
|
|
68
|
+
?on_chunk_received: Proc,
|
|
69
|
+
?on_chunk_sent: Proc,
|
|
70
|
+
?raise_response_errors: bool
|
|
71
|
+
) -> instance
|
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
interface _AddNotificationChannelsResponseSuccess
|
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AddNotificationChannelsResponse]
|
|
77
|
+
def notification_configuration: () -> Types::NotificationConfiguration
|
|
78
|
+
end
|
|
79
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#add_notification_channels-instance_method
|
|
80
|
+
def add_notification_channels: (
|
|
81
|
+
channels: Array[
|
|
82
|
+
{
|
|
83
|
+
event_publishers: Array[("AnomalyDetection")],
|
|
84
|
+
id: ::String?,
|
|
85
|
+
uri: ::String
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
profiling_group_name: ::String
|
|
89
|
+
) -> _AddNotificationChannelsResponseSuccess
|
|
90
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddNotificationChannelsResponseSuccess
|
|
91
|
+
|
|
92
|
+
interface _BatchGetFrameMetricDataResponseSuccess
|
|
93
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetFrameMetricDataResponse]
|
|
94
|
+
def end_time: () -> ::Time
|
|
95
|
+
def end_times: () -> ::Array[Types::TimestampStructure]
|
|
96
|
+
def frame_metric_data: () -> ::Array[Types::FrameMetricDatum]
|
|
97
|
+
def resolution: () -> ("PT5M" | "PT1H" | "P1D")
|
|
98
|
+
def start_time: () -> ::Time
|
|
99
|
+
def unprocessed_end_times: () -> ::Hash[::String, ::Array[Types::TimestampStructure]]
|
|
100
|
+
end
|
|
101
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#batch_get_frame_metric_data-instance_method
|
|
102
|
+
def batch_get_frame_metric_data: (
|
|
103
|
+
?end_time: ::Time,
|
|
104
|
+
?frame_metrics: Array[
|
|
105
|
+
{
|
|
106
|
+
frame_name: ::String,
|
|
107
|
+
thread_states: Array[::String],
|
|
108
|
+
type: ("AggregatedRelativeTotalTime")
|
|
109
|
+
},
|
|
110
|
+
],
|
|
111
|
+
?period: ::String,
|
|
112
|
+
profiling_group_name: ::String,
|
|
113
|
+
?start_time: ::Time,
|
|
114
|
+
?target_resolution: ("PT5M" | "PT1H" | "P1D")
|
|
115
|
+
) -> _BatchGetFrameMetricDataResponseSuccess
|
|
116
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetFrameMetricDataResponseSuccess
|
|
117
|
+
|
|
118
|
+
interface _ConfigureAgentResponseSuccess
|
|
119
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigureAgentResponse]
|
|
120
|
+
def configuration: () -> Types::AgentConfiguration
|
|
121
|
+
end
|
|
122
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#configure_agent-instance_method
|
|
123
|
+
def configure_agent: (
|
|
124
|
+
?fleet_instance_id: ::String,
|
|
125
|
+
?metadata: Hash[("ComputePlatform" | "AgentId" | "AwsRequestId" | "ExecutionEnvironment" | "LambdaFunctionArn" | "LambdaMemoryLimitInMB" | "LambdaRemainingTimeInMilliseconds" | "LambdaTimeGapBetweenInvokesInMilliseconds" | "LambdaPreviousExecutionTimeInMilliseconds"), ::String],
|
|
126
|
+
profiling_group_name: ::String
|
|
127
|
+
) -> _ConfigureAgentResponseSuccess
|
|
128
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ConfigureAgentResponseSuccess
|
|
129
|
+
|
|
130
|
+
interface _CreateProfilingGroupResponseSuccess
|
|
131
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateProfilingGroupResponse]
|
|
132
|
+
def profiling_group: () -> Types::ProfilingGroupDescription
|
|
133
|
+
end
|
|
134
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#create_profiling_group-instance_method
|
|
135
|
+
def create_profiling_group: (
|
|
136
|
+
?agent_orchestration_config: {
|
|
137
|
+
profiling_enabled: bool
|
|
138
|
+
},
|
|
139
|
+
client_token: ::String,
|
|
140
|
+
?compute_platform: ("Default" | "AWSLambda"),
|
|
141
|
+
profiling_group_name: ::String,
|
|
142
|
+
?tags: Hash[::String, ::String]
|
|
143
|
+
) -> _CreateProfilingGroupResponseSuccess
|
|
144
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProfilingGroupResponseSuccess
|
|
145
|
+
|
|
146
|
+
interface _DeleteProfilingGroupResponseSuccess
|
|
147
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteProfilingGroupResponse]
|
|
148
|
+
end
|
|
149
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#delete_profiling_group-instance_method
|
|
150
|
+
def delete_profiling_group: (
|
|
151
|
+
profiling_group_name: ::String
|
|
152
|
+
) -> _DeleteProfilingGroupResponseSuccess
|
|
153
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteProfilingGroupResponseSuccess
|
|
154
|
+
|
|
155
|
+
interface _DescribeProfilingGroupResponseSuccess
|
|
156
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeProfilingGroupResponse]
|
|
157
|
+
def profiling_group: () -> Types::ProfilingGroupDescription
|
|
158
|
+
end
|
|
159
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#describe_profiling_group-instance_method
|
|
160
|
+
def describe_profiling_group: (
|
|
161
|
+
profiling_group_name: ::String
|
|
162
|
+
) -> _DescribeProfilingGroupResponseSuccess
|
|
163
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeProfilingGroupResponseSuccess
|
|
164
|
+
|
|
165
|
+
interface _GetFindingsReportAccountSummaryResponseSuccess
|
|
166
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetFindingsReportAccountSummaryResponse]
|
|
167
|
+
def next_token: () -> ::String
|
|
168
|
+
def report_summaries: () -> ::Array[Types::FindingsReportSummary]
|
|
169
|
+
end
|
|
170
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#get_findings_report_account_summary-instance_method
|
|
171
|
+
def get_findings_report_account_summary: (
|
|
172
|
+
?daily_reports_only: bool,
|
|
173
|
+
?max_results: ::Integer,
|
|
174
|
+
?next_token: ::String
|
|
175
|
+
) -> _GetFindingsReportAccountSummaryResponseSuccess
|
|
176
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFindingsReportAccountSummaryResponseSuccess
|
|
177
|
+
|
|
178
|
+
interface _GetNotificationConfigurationResponseSuccess
|
|
179
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetNotificationConfigurationResponse]
|
|
180
|
+
def notification_configuration: () -> Types::NotificationConfiguration
|
|
181
|
+
end
|
|
182
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#get_notification_configuration-instance_method
|
|
183
|
+
def get_notification_configuration: (
|
|
184
|
+
profiling_group_name: ::String
|
|
185
|
+
) -> _GetNotificationConfigurationResponseSuccess
|
|
186
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetNotificationConfigurationResponseSuccess
|
|
187
|
+
|
|
188
|
+
interface _GetPolicyResponseSuccess
|
|
189
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicyResponse]
|
|
190
|
+
def policy: () -> ::String
|
|
191
|
+
def revision_id: () -> ::String
|
|
192
|
+
end
|
|
193
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#get_policy-instance_method
|
|
194
|
+
def get_policy: (
|
|
195
|
+
profiling_group_name: ::String
|
|
196
|
+
) -> _GetPolicyResponseSuccess
|
|
197
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPolicyResponseSuccess
|
|
198
|
+
|
|
199
|
+
interface _GetProfileResponseSuccess
|
|
200
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetProfileResponse]
|
|
201
|
+
def content_encoding: () -> ::String
|
|
202
|
+
def content_type: () -> ::String
|
|
203
|
+
def profile: () -> ::String
|
|
204
|
+
end
|
|
205
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#get_profile-instance_method
|
|
206
|
+
def get_profile: (
|
|
207
|
+
?accept: ::String,
|
|
208
|
+
?end_time: ::Time,
|
|
209
|
+
?max_depth: ::Integer,
|
|
210
|
+
?period: ::String,
|
|
211
|
+
profiling_group_name: ::String,
|
|
212
|
+
?start_time: ::Time
|
|
213
|
+
) -> _GetProfileResponseSuccess
|
|
214
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProfileResponseSuccess
|
|
215
|
+
|
|
216
|
+
interface _GetRecommendationsResponseSuccess
|
|
217
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRecommendationsResponse]
|
|
218
|
+
def anomalies: () -> ::Array[Types::Anomaly]
|
|
219
|
+
def profile_end_time: () -> ::Time
|
|
220
|
+
def profile_start_time: () -> ::Time
|
|
221
|
+
def profiling_group_name: () -> ::String
|
|
222
|
+
def recommendations: () -> ::Array[Types::Recommendation]
|
|
223
|
+
end
|
|
224
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#get_recommendations-instance_method
|
|
225
|
+
def get_recommendations: (
|
|
226
|
+
end_time: ::Time,
|
|
227
|
+
?locale: ::String,
|
|
228
|
+
profiling_group_name: ::String,
|
|
229
|
+
start_time: ::Time
|
|
230
|
+
) -> _GetRecommendationsResponseSuccess
|
|
231
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecommendationsResponseSuccess
|
|
232
|
+
|
|
233
|
+
interface _ListFindingsReportsResponseSuccess
|
|
234
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListFindingsReportsResponse]
|
|
235
|
+
def findings_report_summaries: () -> ::Array[Types::FindingsReportSummary]
|
|
236
|
+
def next_token: () -> ::String
|
|
237
|
+
end
|
|
238
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#list_findings_reports-instance_method
|
|
239
|
+
def list_findings_reports: (
|
|
240
|
+
?daily_reports_only: bool,
|
|
241
|
+
end_time: ::Time,
|
|
242
|
+
?max_results: ::Integer,
|
|
243
|
+
?next_token: ::String,
|
|
244
|
+
profiling_group_name: ::String,
|
|
245
|
+
start_time: ::Time
|
|
246
|
+
) -> _ListFindingsReportsResponseSuccess
|
|
247
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFindingsReportsResponseSuccess
|
|
248
|
+
|
|
249
|
+
interface _ListProfileTimesResponseSuccess
|
|
250
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListProfileTimesResponse]
|
|
251
|
+
def next_token: () -> ::String
|
|
252
|
+
def profile_times: () -> ::Array[Types::ProfileTime]
|
|
253
|
+
end
|
|
254
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#list_profile_times-instance_method
|
|
255
|
+
def list_profile_times: (
|
|
256
|
+
end_time: ::Time,
|
|
257
|
+
?max_results: ::Integer,
|
|
258
|
+
?next_token: ::String,
|
|
259
|
+
?order_by: ("TimestampDescending" | "TimestampAscending"),
|
|
260
|
+
period: ("PT5M" | "PT1H" | "P1D"),
|
|
261
|
+
profiling_group_name: ::String,
|
|
262
|
+
start_time: ::Time
|
|
263
|
+
) -> _ListProfileTimesResponseSuccess
|
|
264
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProfileTimesResponseSuccess
|
|
265
|
+
|
|
266
|
+
interface _ListProfilingGroupsResponseSuccess
|
|
267
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListProfilingGroupsResponse]
|
|
268
|
+
def next_token: () -> ::String
|
|
269
|
+
def profiling_group_names: () -> ::Array[::String]
|
|
270
|
+
def profiling_groups: () -> ::Array[Types::ProfilingGroupDescription]
|
|
271
|
+
end
|
|
272
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#list_profiling_groups-instance_method
|
|
273
|
+
def list_profiling_groups: (
|
|
274
|
+
?include_description: bool,
|
|
275
|
+
?max_results: ::Integer,
|
|
276
|
+
?next_token: ::String
|
|
277
|
+
) -> _ListProfilingGroupsResponseSuccess
|
|
278
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProfilingGroupsResponseSuccess
|
|
279
|
+
|
|
280
|
+
interface _ListTagsForResourceResponseSuccess
|
|
281
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
|
282
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
283
|
+
end
|
|
284
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#list_tags_for_resource-instance_method
|
|
285
|
+
def list_tags_for_resource: (
|
|
286
|
+
resource_arn: ::String
|
|
287
|
+
) -> _ListTagsForResourceResponseSuccess
|
|
288
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
|
289
|
+
|
|
290
|
+
interface _PostAgentProfileResponseSuccess
|
|
291
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PostAgentProfileResponse]
|
|
292
|
+
end
|
|
293
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#post_agent_profile-instance_method
|
|
294
|
+
def post_agent_profile: (
|
|
295
|
+
agent_profile: ::String,
|
|
296
|
+
content_type: ::String,
|
|
297
|
+
?profile_token: ::String,
|
|
298
|
+
profiling_group_name: ::String
|
|
299
|
+
) -> _PostAgentProfileResponseSuccess
|
|
300
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PostAgentProfileResponseSuccess
|
|
301
|
+
|
|
302
|
+
interface _PutPermissionResponseSuccess
|
|
303
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutPermissionResponse]
|
|
304
|
+
def policy: () -> ::String
|
|
305
|
+
def revision_id: () -> ::String
|
|
306
|
+
end
|
|
307
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#put_permission-instance_method
|
|
308
|
+
def put_permission: (
|
|
309
|
+
action_group: ("agentPermissions"),
|
|
310
|
+
principals: Array[::String],
|
|
311
|
+
profiling_group_name: ::String,
|
|
312
|
+
?revision_id: ::String
|
|
313
|
+
) -> _PutPermissionResponseSuccess
|
|
314
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPermissionResponseSuccess
|
|
315
|
+
|
|
316
|
+
interface _RemoveNotificationChannelResponseSuccess
|
|
317
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RemoveNotificationChannelResponse]
|
|
318
|
+
def notification_configuration: () -> Types::NotificationConfiguration
|
|
319
|
+
end
|
|
320
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#remove_notification_channel-instance_method
|
|
321
|
+
def remove_notification_channel: (
|
|
322
|
+
channel_id: ::String,
|
|
323
|
+
profiling_group_name: ::String
|
|
324
|
+
) -> _RemoveNotificationChannelResponseSuccess
|
|
325
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveNotificationChannelResponseSuccess
|
|
326
|
+
|
|
327
|
+
interface _RemovePermissionResponseSuccess
|
|
328
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RemovePermissionResponse]
|
|
329
|
+
def policy: () -> ::String
|
|
330
|
+
def revision_id: () -> ::String
|
|
331
|
+
end
|
|
332
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#remove_permission-instance_method
|
|
333
|
+
def remove_permission: (
|
|
334
|
+
action_group: ("agentPermissions"),
|
|
335
|
+
profiling_group_name: ::String,
|
|
336
|
+
revision_id: ::String
|
|
337
|
+
) -> _RemovePermissionResponseSuccess
|
|
338
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemovePermissionResponseSuccess
|
|
339
|
+
|
|
340
|
+
interface _SubmitFeedbackResponseSuccess
|
|
341
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SubmitFeedbackResponse]
|
|
342
|
+
end
|
|
343
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#submit_feedback-instance_method
|
|
344
|
+
def submit_feedback: (
|
|
345
|
+
anomaly_instance_id: ::String,
|
|
346
|
+
?comment: ::String,
|
|
347
|
+
profiling_group_name: ::String,
|
|
348
|
+
type: ("Positive" | "Negative")
|
|
349
|
+
) -> _SubmitFeedbackResponseSuccess
|
|
350
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SubmitFeedbackResponseSuccess
|
|
351
|
+
|
|
352
|
+
interface _TagResourceResponseSuccess
|
|
353
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
|
354
|
+
end
|
|
355
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#tag_resource-instance_method
|
|
356
|
+
def tag_resource: (
|
|
357
|
+
resource_arn: ::String,
|
|
358
|
+
tags: Hash[::String, ::String]
|
|
359
|
+
) -> _TagResourceResponseSuccess
|
|
360
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
361
|
+
|
|
362
|
+
interface _UntagResourceResponseSuccess
|
|
363
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
|
364
|
+
end
|
|
365
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#untag_resource-instance_method
|
|
366
|
+
def untag_resource: (
|
|
367
|
+
resource_arn: ::String,
|
|
368
|
+
tag_keys: Array[::String]
|
|
369
|
+
) -> _UntagResourceResponseSuccess
|
|
370
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
|
371
|
+
|
|
372
|
+
interface _UpdateProfilingGroupResponseSuccess
|
|
373
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProfilingGroupResponse]
|
|
374
|
+
def profiling_group: () -> Types::ProfilingGroupDescription
|
|
375
|
+
end
|
|
376
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Client.html#update_profiling_group-instance_method
|
|
377
|
+
def update_profiling_group: (
|
|
378
|
+
agent_orchestration_config: {
|
|
379
|
+
profiling_enabled: bool
|
|
380
|
+
},
|
|
381
|
+
profiling_group_name: ::String
|
|
382
|
+
) -> _UpdateProfilingGroupResponseSuccess
|
|
383
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProfilingGroupResponseSuccess
|
|
384
|
+
end
|
|
385
|
+
end
|
|
386
|
+
end
|
|
387
|
+
|
data/sig/errors.rbs
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
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 CodeGuruProfiler
|
|
10
|
+
module Errors
|
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
|
15
|
+
def message: () -> ::String
|
|
16
|
+
end
|
|
17
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
|
18
|
+
def message: () -> ::String
|
|
19
|
+
end
|
|
20
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
|
21
|
+
def message: () -> ::String
|
|
22
|
+
end
|
|
23
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
|
24
|
+
def message: () -> ::String
|
|
25
|
+
end
|
|
26
|
+
class ThrottlingException < ::Aws::Errors::ServiceError
|
|
27
|
+
def message: () -> ::String
|
|
28
|
+
end
|
|
29
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
|
30
|
+
def message: () -> ::String
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
data/sig/resource.rbs
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
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 CodeGuruProfiler
|
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Resource.html
|
|
11
|
+
class Resource
|
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CodeGuruProfiler/Resource.html#initialize-instance_method
|
|
13
|
+
def initialize: (
|
|
14
|
+
?client: Client,
|
|
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
|
+
?stub_responses: untyped,
|
|
52
|
+
?token_provider: untyped,
|
|
53
|
+
?use_dualstack_endpoint: bool,
|
|
54
|
+
?use_fips_endpoint: bool,
|
|
55
|
+
?validate_params: bool,
|
|
56
|
+
?endpoint_provider: untyped,
|
|
57
|
+
?http_proxy: String,
|
|
58
|
+
?http_open_timeout: (Float | Integer),
|
|
59
|
+
?http_read_timeout: (Float | Integer),
|
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
|
63
|
+
?http_wire_trace: bool,
|
|
64
|
+
?ssl_verify_peer: bool,
|
|
65
|
+
?ssl_ca_bundle: String,
|
|
66
|
+
?ssl_ca_directory: String,
|
|
67
|
+
?ssl_ca_store: String,
|
|
68
|
+
?on_chunk_received: Proc,
|
|
69
|
+
?on_chunk_sent: Proc,
|
|
70
|
+
?raise_response_errors: bool
|
|
71
|
+
) -> void
|
|
72
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
73
|
+
|
|
74
|
+
def client: () -> Client
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
end
|
data/sig/types.rbs
ADDED
|
@@ -0,0 +1,466 @@
|
|
|
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::CodeGuruProfiler
|
|
9
|
+
module Types
|
|
10
|
+
|
|
11
|
+
class AddNotificationChannelsRequest
|
|
12
|
+
attr_accessor channels: ::Array[Types::Channel]
|
|
13
|
+
attr_accessor profiling_group_name: ::String
|
|
14
|
+
SENSITIVE: []
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
class AddNotificationChannelsResponse
|
|
18
|
+
attr_accessor notification_configuration: Types::NotificationConfiguration
|
|
19
|
+
SENSITIVE: []
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
class AgentConfiguration
|
|
23
|
+
attr_accessor agent_parameters: ::Hash[("SamplingIntervalInMilliseconds" | "ReportingIntervalInMilliseconds" | "MinimumTimeForReportingInMilliseconds" | "MemoryUsageLimitPercent" | "MaxStackDepth"), ::String]
|
|
24
|
+
attr_accessor period_in_seconds: ::Integer
|
|
25
|
+
attr_accessor should_profile: bool
|
|
26
|
+
SENSITIVE: []
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
class AgentOrchestrationConfig
|
|
30
|
+
attr_accessor profiling_enabled: bool
|
|
31
|
+
SENSITIVE: []
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
class AggregatedProfileTime
|
|
35
|
+
attr_accessor period: ("PT5M" | "PT1H" | "P1D")
|
|
36
|
+
attr_accessor start: ::Time
|
|
37
|
+
SENSITIVE: []
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
class Anomaly
|
|
41
|
+
attr_accessor instances: ::Array[Types::AnomalyInstance]
|
|
42
|
+
attr_accessor metric: Types::Metric
|
|
43
|
+
attr_accessor reason: ::String
|
|
44
|
+
SENSITIVE: []
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
class AnomalyInstance
|
|
48
|
+
attr_accessor end_time: ::Time
|
|
49
|
+
attr_accessor id: ::String
|
|
50
|
+
attr_accessor start_time: ::Time
|
|
51
|
+
attr_accessor user_feedback: Types::UserFeedback
|
|
52
|
+
SENSITIVE: []
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class BatchGetFrameMetricDataRequest
|
|
56
|
+
attr_accessor end_time: ::Time
|
|
57
|
+
attr_accessor frame_metrics: ::Array[Types::FrameMetric]
|
|
58
|
+
attr_accessor period: ::String
|
|
59
|
+
attr_accessor profiling_group_name: ::String
|
|
60
|
+
attr_accessor start_time: ::Time
|
|
61
|
+
attr_accessor target_resolution: ("PT5M" | "PT1H" | "P1D")
|
|
62
|
+
SENSITIVE: []
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
class BatchGetFrameMetricDataResponse
|
|
66
|
+
attr_accessor end_time: ::Time
|
|
67
|
+
attr_accessor end_times: ::Array[Types::TimestampStructure]
|
|
68
|
+
attr_accessor frame_metric_data: ::Array[Types::FrameMetricDatum]
|
|
69
|
+
attr_accessor resolution: ("PT5M" | "PT1H" | "P1D")
|
|
70
|
+
attr_accessor start_time: ::Time
|
|
71
|
+
attr_accessor unprocessed_end_times: ::Hash[::String, ::Array[Types::TimestampStructure]]
|
|
72
|
+
SENSITIVE: []
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
class Channel
|
|
76
|
+
attr_accessor event_publishers: ::Array[("AnomalyDetection")]
|
|
77
|
+
attr_accessor id: ::String
|
|
78
|
+
attr_accessor uri: ::String
|
|
79
|
+
SENSITIVE: []
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
class ConfigureAgentRequest
|
|
83
|
+
attr_accessor fleet_instance_id: ::String
|
|
84
|
+
attr_accessor metadata: ::Hash[("ComputePlatform" | "AgentId" | "AwsRequestId" | "ExecutionEnvironment" | "LambdaFunctionArn" | "LambdaMemoryLimitInMB" | "LambdaRemainingTimeInMilliseconds" | "LambdaTimeGapBetweenInvokesInMilliseconds" | "LambdaPreviousExecutionTimeInMilliseconds"), ::String]
|
|
85
|
+
attr_accessor profiling_group_name: ::String
|
|
86
|
+
SENSITIVE: []
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
class ConfigureAgentResponse
|
|
90
|
+
attr_accessor configuration: Types::AgentConfiguration
|
|
91
|
+
SENSITIVE: []
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
class ConflictException
|
|
95
|
+
attr_accessor message: ::String
|
|
96
|
+
SENSITIVE: []
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
class CreateProfilingGroupRequest
|
|
100
|
+
attr_accessor agent_orchestration_config: Types::AgentOrchestrationConfig
|
|
101
|
+
attr_accessor client_token: ::String
|
|
102
|
+
attr_accessor compute_platform: ("Default" | "AWSLambda")
|
|
103
|
+
attr_accessor profiling_group_name: ::String
|
|
104
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
105
|
+
SENSITIVE: []
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
class CreateProfilingGroupResponse
|
|
109
|
+
attr_accessor profiling_group: Types::ProfilingGroupDescription
|
|
110
|
+
SENSITIVE: []
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
class DeleteProfilingGroupRequest
|
|
114
|
+
attr_accessor profiling_group_name: ::String
|
|
115
|
+
SENSITIVE: []
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
class DeleteProfilingGroupResponse < Aws::EmptyStructure
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class DescribeProfilingGroupRequest
|
|
122
|
+
attr_accessor profiling_group_name: ::String
|
|
123
|
+
SENSITIVE: []
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
class DescribeProfilingGroupResponse
|
|
127
|
+
attr_accessor profiling_group: Types::ProfilingGroupDescription
|
|
128
|
+
SENSITIVE: []
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
class FindingsReportSummary
|
|
132
|
+
attr_accessor id: ::String
|
|
133
|
+
attr_accessor profile_end_time: ::Time
|
|
134
|
+
attr_accessor profile_start_time: ::Time
|
|
135
|
+
attr_accessor profiling_group_name: ::String
|
|
136
|
+
attr_accessor total_number_of_findings: ::Integer
|
|
137
|
+
SENSITIVE: []
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
class FrameMetric
|
|
141
|
+
attr_accessor frame_name: ::String
|
|
142
|
+
attr_accessor thread_states: ::Array[::String]
|
|
143
|
+
attr_accessor type: ("AggregatedRelativeTotalTime")
|
|
144
|
+
SENSITIVE: []
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
class FrameMetricDatum
|
|
148
|
+
attr_accessor frame_metric: Types::FrameMetric
|
|
149
|
+
attr_accessor values: ::Array[::Float]
|
|
150
|
+
SENSITIVE: []
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
class GetFindingsReportAccountSummaryRequest
|
|
154
|
+
attr_accessor daily_reports_only: bool
|
|
155
|
+
attr_accessor max_results: ::Integer
|
|
156
|
+
attr_accessor next_token: ::String
|
|
157
|
+
SENSITIVE: []
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
class GetFindingsReportAccountSummaryResponse
|
|
161
|
+
attr_accessor next_token: ::String
|
|
162
|
+
attr_accessor report_summaries: ::Array[Types::FindingsReportSummary]
|
|
163
|
+
SENSITIVE: []
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
class GetNotificationConfigurationRequest
|
|
167
|
+
attr_accessor profiling_group_name: ::String
|
|
168
|
+
SENSITIVE: []
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
class GetNotificationConfigurationResponse
|
|
172
|
+
attr_accessor notification_configuration: Types::NotificationConfiguration
|
|
173
|
+
SENSITIVE: []
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
class GetPolicyRequest
|
|
177
|
+
attr_accessor profiling_group_name: ::String
|
|
178
|
+
SENSITIVE: []
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class GetPolicyResponse
|
|
182
|
+
attr_accessor policy: ::String
|
|
183
|
+
attr_accessor revision_id: ::String
|
|
184
|
+
SENSITIVE: []
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class GetProfileRequest
|
|
188
|
+
attr_accessor accept: ::String
|
|
189
|
+
attr_accessor end_time: ::Time
|
|
190
|
+
attr_accessor max_depth: ::Integer
|
|
191
|
+
attr_accessor period: ::String
|
|
192
|
+
attr_accessor profiling_group_name: ::String
|
|
193
|
+
attr_accessor start_time: ::Time
|
|
194
|
+
SENSITIVE: []
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
class GetProfileResponse
|
|
198
|
+
attr_accessor content_encoding: ::String
|
|
199
|
+
attr_accessor content_type: ::String
|
|
200
|
+
attr_accessor profile: ::String
|
|
201
|
+
SENSITIVE: []
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
class GetRecommendationsRequest
|
|
205
|
+
attr_accessor end_time: ::Time
|
|
206
|
+
attr_accessor locale: ::String
|
|
207
|
+
attr_accessor profiling_group_name: ::String
|
|
208
|
+
attr_accessor start_time: ::Time
|
|
209
|
+
SENSITIVE: []
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
class GetRecommendationsResponse
|
|
213
|
+
attr_accessor anomalies: ::Array[Types::Anomaly]
|
|
214
|
+
attr_accessor profile_end_time: ::Time
|
|
215
|
+
attr_accessor profile_start_time: ::Time
|
|
216
|
+
attr_accessor profiling_group_name: ::String
|
|
217
|
+
attr_accessor recommendations: ::Array[Types::Recommendation]
|
|
218
|
+
SENSITIVE: []
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
class InternalServerException
|
|
222
|
+
attr_accessor message: ::String
|
|
223
|
+
SENSITIVE: []
|
|
224
|
+
end
|
|
225
|
+
|
|
226
|
+
class ListFindingsReportsRequest
|
|
227
|
+
attr_accessor daily_reports_only: bool
|
|
228
|
+
attr_accessor end_time: ::Time
|
|
229
|
+
attr_accessor max_results: ::Integer
|
|
230
|
+
attr_accessor next_token: ::String
|
|
231
|
+
attr_accessor profiling_group_name: ::String
|
|
232
|
+
attr_accessor start_time: ::Time
|
|
233
|
+
SENSITIVE: []
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
class ListFindingsReportsResponse
|
|
237
|
+
attr_accessor findings_report_summaries: ::Array[Types::FindingsReportSummary]
|
|
238
|
+
attr_accessor next_token: ::String
|
|
239
|
+
SENSITIVE: []
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
class ListProfileTimesRequest
|
|
243
|
+
attr_accessor end_time: ::Time
|
|
244
|
+
attr_accessor max_results: ::Integer
|
|
245
|
+
attr_accessor next_token: ::String
|
|
246
|
+
attr_accessor order_by: ("TimestampDescending" | "TimestampAscending")
|
|
247
|
+
attr_accessor period: ("PT5M" | "PT1H" | "P1D")
|
|
248
|
+
attr_accessor profiling_group_name: ::String
|
|
249
|
+
attr_accessor start_time: ::Time
|
|
250
|
+
SENSITIVE: []
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class ListProfileTimesResponse
|
|
254
|
+
attr_accessor next_token: ::String
|
|
255
|
+
attr_accessor profile_times: ::Array[Types::ProfileTime]
|
|
256
|
+
SENSITIVE: []
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class ListProfilingGroupsRequest
|
|
260
|
+
attr_accessor include_description: bool
|
|
261
|
+
attr_accessor max_results: ::Integer
|
|
262
|
+
attr_accessor next_token: ::String
|
|
263
|
+
SENSITIVE: []
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
class ListProfilingGroupsResponse
|
|
267
|
+
attr_accessor next_token: ::String
|
|
268
|
+
attr_accessor profiling_group_names: ::Array[::String]
|
|
269
|
+
attr_accessor profiling_groups: ::Array[Types::ProfilingGroupDescription]
|
|
270
|
+
SENSITIVE: []
|
|
271
|
+
end
|
|
272
|
+
|
|
273
|
+
class ListTagsForResourceRequest
|
|
274
|
+
attr_accessor resource_arn: ::String
|
|
275
|
+
SENSITIVE: []
|
|
276
|
+
end
|
|
277
|
+
|
|
278
|
+
class ListTagsForResourceResponse
|
|
279
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
280
|
+
SENSITIVE: []
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class Match
|
|
284
|
+
attr_accessor frame_address: ::String
|
|
285
|
+
attr_accessor target_frames_index: ::Integer
|
|
286
|
+
attr_accessor threshold_breach_value: ::Float
|
|
287
|
+
SENSITIVE: []
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
class Metric
|
|
291
|
+
attr_accessor frame_name: ::String
|
|
292
|
+
attr_accessor thread_states: ::Array[::String]
|
|
293
|
+
attr_accessor type: ("AggregatedRelativeTotalTime")
|
|
294
|
+
SENSITIVE: []
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
class NotificationConfiguration
|
|
298
|
+
attr_accessor channels: ::Array[Types::Channel]
|
|
299
|
+
SENSITIVE: []
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
class Pattern
|
|
303
|
+
attr_accessor counters_to_aggregate: ::Array[::String]
|
|
304
|
+
attr_accessor description: ::String
|
|
305
|
+
attr_accessor id: ::String
|
|
306
|
+
attr_accessor name: ::String
|
|
307
|
+
attr_accessor resolution_steps: ::String
|
|
308
|
+
attr_accessor target_frames: ::Array[::Array[::String]]
|
|
309
|
+
attr_accessor threshold_percent: ::Float
|
|
310
|
+
SENSITIVE: []
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
class PostAgentProfileRequest
|
|
314
|
+
attr_accessor agent_profile: ::String
|
|
315
|
+
attr_accessor content_type: ::String
|
|
316
|
+
attr_accessor profile_token: ::String
|
|
317
|
+
attr_accessor profiling_group_name: ::String
|
|
318
|
+
SENSITIVE: []
|
|
319
|
+
end
|
|
320
|
+
|
|
321
|
+
class PostAgentProfileResponse < Aws::EmptyStructure
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
class ProfileTime
|
|
325
|
+
attr_accessor start: ::Time
|
|
326
|
+
SENSITIVE: []
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
class ProfilingGroupDescription
|
|
330
|
+
attr_accessor agent_orchestration_config: Types::AgentOrchestrationConfig
|
|
331
|
+
attr_accessor arn: ::String
|
|
332
|
+
attr_accessor compute_platform: ("Default" | "AWSLambda")
|
|
333
|
+
attr_accessor created_at: ::Time
|
|
334
|
+
attr_accessor name: ::String
|
|
335
|
+
attr_accessor profiling_status: Types::ProfilingStatus
|
|
336
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
337
|
+
attr_accessor updated_at: ::Time
|
|
338
|
+
SENSITIVE: []
|
|
339
|
+
end
|
|
340
|
+
|
|
341
|
+
class ProfilingStatus
|
|
342
|
+
attr_accessor latest_agent_orchestrated_at: ::Time
|
|
343
|
+
attr_accessor latest_agent_profile_reported_at: ::Time
|
|
344
|
+
attr_accessor latest_aggregated_profile: Types::AggregatedProfileTime
|
|
345
|
+
SENSITIVE: []
|
|
346
|
+
end
|
|
347
|
+
|
|
348
|
+
class PutPermissionRequest
|
|
349
|
+
attr_accessor action_group: ("agentPermissions")
|
|
350
|
+
attr_accessor principals: ::Array[::String]
|
|
351
|
+
attr_accessor profiling_group_name: ::String
|
|
352
|
+
attr_accessor revision_id: ::String
|
|
353
|
+
SENSITIVE: []
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
class PutPermissionResponse
|
|
357
|
+
attr_accessor policy: ::String
|
|
358
|
+
attr_accessor revision_id: ::String
|
|
359
|
+
SENSITIVE: []
|
|
360
|
+
end
|
|
361
|
+
|
|
362
|
+
class Recommendation
|
|
363
|
+
attr_accessor all_matches_count: ::Integer
|
|
364
|
+
attr_accessor all_matches_sum: ::Float
|
|
365
|
+
attr_accessor end_time: ::Time
|
|
366
|
+
attr_accessor pattern: Types::Pattern
|
|
367
|
+
attr_accessor start_time: ::Time
|
|
368
|
+
attr_accessor top_matches: ::Array[Types::Match]
|
|
369
|
+
SENSITIVE: []
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
class RemoveNotificationChannelRequest
|
|
373
|
+
attr_accessor channel_id: ::String
|
|
374
|
+
attr_accessor profiling_group_name: ::String
|
|
375
|
+
SENSITIVE: []
|
|
376
|
+
end
|
|
377
|
+
|
|
378
|
+
class RemoveNotificationChannelResponse
|
|
379
|
+
attr_accessor notification_configuration: Types::NotificationConfiguration
|
|
380
|
+
SENSITIVE: []
|
|
381
|
+
end
|
|
382
|
+
|
|
383
|
+
class RemovePermissionRequest
|
|
384
|
+
attr_accessor action_group: ("agentPermissions")
|
|
385
|
+
attr_accessor profiling_group_name: ::String
|
|
386
|
+
attr_accessor revision_id: ::String
|
|
387
|
+
SENSITIVE: []
|
|
388
|
+
end
|
|
389
|
+
|
|
390
|
+
class RemovePermissionResponse
|
|
391
|
+
attr_accessor policy: ::String
|
|
392
|
+
attr_accessor revision_id: ::String
|
|
393
|
+
SENSITIVE: []
|
|
394
|
+
end
|
|
395
|
+
|
|
396
|
+
class ResourceNotFoundException
|
|
397
|
+
attr_accessor message: ::String
|
|
398
|
+
SENSITIVE: []
|
|
399
|
+
end
|
|
400
|
+
|
|
401
|
+
class ServiceQuotaExceededException
|
|
402
|
+
attr_accessor message: ::String
|
|
403
|
+
SENSITIVE: []
|
|
404
|
+
end
|
|
405
|
+
|
|
406
|
+
class SubmitFeedbackRequest
|
|
407
|
+
attr_accessor anomaly_instance_id: ::String
|
|
408
|
+
attr_accessor comment: ::String
|
|
409
|
+
attr_accessor profiling_group_name: ::String
|
|
410
|
+
attr_accessor type: ("Positive" | "Negative")
|
|
411
|
+
SENSITIVE: []
|
|
412
|
+
end
|
|
413
|
+
|
|
414
|
+
class SubmitFeedbackResponse < Aws::EmptyStructure
|
|
415
|
+
end
|
|
416
|
+
|
|
417
|
+
class TagResourceRequest
|
|
418
|
+
attr_accessor resource_arn: ::String
|
|
419
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
420
|
+
SENSITIVE: []
|
|
421
|
+
end
|
|
422
|
+
|
|
423
|
+
class TagResourceResponse < Aws::EmptyStructure
|
|
424
|
+
end
|
|
425
|
+
|
|
426
|
+
class ThrottlingException
|
|
427
|
+
attr_accessor message: ::String
|
|
428
|
+
SENSITIVE: []
|
|
429
|
+
end
|
|
430
|
+
|
|
431
|
+
class TimestampStructure
|
|
432
|
+
attr_accessor value: ::Time
|
|
433
|
+
SENSITIVE: []
|
|
434
|
+
end
|
|
435
|
+
|
|
436
|
+
class UntagResourceRequest
|
|
437
|
+
attr_accessor resource_arn: ::String
|
|
438
|
+
attr_accessor tag_keys: ::Array[::String]
|
|
439
|
+
SENSITIVE: []
|
|
440
|
+
end
|
|
441
|
+
|
|
442
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class UpdateProfilingGroupRequest
|
|
446
|
+
attr_accessor agent_orchestration_config: Types::AgentOrchestrationConfig
|
|
447
|
+
attr_accessor profiling_group_name: ::String
|
|
448
|
+
SENSITIVE: []
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class UpdateProfilingGroupResponse
|
|
452
|
+
attr_accessor profiling_group: Types::ProfilingGroupDescription
|
|
453
|
+
SENSITIVE: []
|
|
454
|
+
end
|
|
455
|
+
|
|
456
|
+
class UserFeedback
|
|
457
|
+
attr_accessor type: ("Positive" | "Negative")
|
|
458
|
+
SENSITIVE: []
|
|
459
|
+
end
|
|
460
|
+
|
|
461
|
+
class ValidationException
|
|
462
|
+
attr_accessor message: ::String
|
|
463
|
+
SENSITIVE: []
|
|
464
|
+
end
|
|
465
|
+
end
|
|
466
|
+
end
|
data/sig/waiters.rbs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
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 CodeGuruProfiler
|
|
10
|
+
module Waiters
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-codeguruprofiler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.191.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.191.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,13 +66,18 @@ files:
|
|
|
66
66
|
- lib/aws-sdk-codeguruprofiler/plugins/endpoints.rb
|
|
67
67
|
- lib/aws-sdk-codeguruprofiler/resource.rb
|
|
68
68
|
- lib/aws-sdk-codeguruprofiler/types.rb
|
|
69
|
+
- sig/client.rbs
|
|
70
|
+
- sig/errors.rbs
|
|
71
|
+
- sig/resource.rbs
|
|
72
|
+
- sig/types.rbs
|
|
73
|
+
- sig/waiters.rbs
|
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
|
70
75
|
licenses:
|
|
71
76
|
- Apache-2.0
|
|
72
77
|
metadata:
|
|
73
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeguruprofiler
|
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeguruprofiler/CHANGELOG.md
|
|
75
|
-
post_install_message:
|
|
80
|
+
post_install_message:
|
|
76
81
|
rdoc_options: []
|
|
77
82
|
require_paths:
|
|
78
83
|
- lib
|
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
92
|
- !ruby/object:Gem::Version
|
|
88
93
|
version: '0'
|
|
89
94
|
requirements: []
|
|
90
|
-
rubygems_version: 3.
|
|
91
|
-
signing_key:
|
|
95
|
+
rubygems_version: 3.4.10
|
|
96
|
+
signing_key:
|
|
92
97
|
specification_version: 4
|
|
93
98
|
summary: AWS SDK for Ruby - Amazon CodeGuru Profiler
|
|
94
99
|
test_files: []
|