aws-sdk-prometheusservice 1.28.0 → 1.30.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,518 @@
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::PrometheusService
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AlertManagerDefinitionDescription
17
+ attr_accessor created_at: ::Time
18
+ attr_accessor data: ::String
19
+ attr_accessor modified_at: ::Time
20
+ attr_accessor status: Types::AlertManagerDefinitionStatus
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class AlertManagerDefinitionStatus
25
+ attr_accessor status_code: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATION_FAILED" | "UPDATE_FAILED")
26
+ attr_accessor status_reason: ::String
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class AmpConfiguration
31
+ attr_accessor workspace_arn: ::String
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class ConflictException
36
+ attr_accessor message: ::String
37
+ attr_accessor resource_id: ::String
38
+ attr_accessor resource_type: ::String
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class CreateAlertManagerDefinitionRequest
43
+ attr_accessor client_token: ::String
44
+ attr_accessor data: ::String
45
+ attr_accessor workspace_id: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class CreateAlertManagerDefinitionResponse
50
+ attr_accessor status: Types::AlertManagerDefinitionStatus
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class CreateLoggingConfigurationRequest
55
+ attr_accessor client_token: ::String
56
+ attr_accessor log_group_arn: ::String
57
+ attr_accessor workspace_id: ::String
58
+ SENSITIVE: []
59
+ end
60
+
61
+ class CreateLoggingConfigurationResponse
62
+ attr_accessor status: Types::LoggingConfigurationStatus
63
+ SENSITIVE: []
64
+ end
65
+
66
+ class CreateRuleGroupsNamespaceRequest
67
+ attr_accessor client_token: ::String
68
+ attr_accessor data: ::String
69
+ attr_accessor name: ::String
70
+ attr_accessor tags: ::Hash[::String, ::String]
71
+ attr_accessor workspace_id: ::String
72
+ SENSITIVE: []
73
+ end
74
+
75
+ class CreateRuleGroupsNamespaceResponse
76
+ attr_accessor arn: ::String
77
+ attr_accessor name: ::String
78
+ attr_accessor status: Types::RuleGroupsNamespaceStatus
79
+ attr_accessor tags: ::Hash[::String, ::String]
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class CreateScraperRequest
84
+ attr_accessor alias: ::String
85
+ attr_accessor client_token: ::String
86
+ attr_accessor destination: Types::Destination
87
+ attr_accessor scrape_configuration: Types::ScrapeConfiguration
88
+ attr_accessor source: Types::Source
89
+ attr_accessor tags: ::Hash[::String, ::String]
90
+ SENSITIVE: []
91
+ end
92
+
93
+ class CreateScraperResponse
94
+ attr_accessor arn: ::String
95
+ attr_accessor scraper_id: ::String
96
+ attr_accessor status: Types::ScraperStatus
97
+ attr_accessor tags: ::Hash[::String, ::String]
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class CreateWorkspaceRequest
102
+ attr_accessor alias: ::String
103
+ attr_accessor client_token: ::String
104
+ attr_accessor kms_key_arn: ::String
105
+ attr_accessor tags: ::Hash[::String, ::String]
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class CreateWorkspaceResponse
110
+ attr_accessor arn: ::String
111
+ attr_accessor kms_key_arn: ::String
112
+ attr_accessor status: Types::WorkspaceStatus
113
+ attr_accessor tags: ::Hash[::String, ::String]
114
+ attr_accessor workspace_id: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class DeleteAlertManagerDefinitionRequest
119
+ attr_accessor client_token: ::String
120
+ attr_accessor workspace_id: ::String
121
+ SENSITIVE: []
122
+ end
123
+
124
+ class DeleteLoggingConfigurationRequest
125
+ attr_accessor client_token: ::String
126
+ attr_accessor workspace_id: ::String
127
+ SENSITIVE: []
128
+ end
129
+
130
+ class DeleteRuleGroupsNamespaceRequest
131
+ attr_accessor client_token: ::String
132
+ attr_accessor name: ::String
133
+ attr_accessor workspace_id: ::String
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class DeleteScraperRequest
138
+ attr_accessor client_token: ::String
139
+ attr_accessor scraper_id: ::String
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class DeleteScraperResponse
144
+ attr_accessor scraper_id: ::String
145
+ attr_accessor status: Types::ScraperStatus
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class DeleteWorkspaceRequest
150
+ attr_accessor client_token: ::String
151
+ attr_accessor workspace_id: ::String
152
+ SENSITIVE: []
153
+ end
154
+
155
+ class DescribeAlertManagerDefinitionRequest
156
+ attr_accessor workspace_id: ::String
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class DescribeAlertManagerDefinitionResponse
161
+ attr_accessor alert_manager_definition: Types::AlertManagerDefinitionDescription
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class DescribeLoggingConfigurationRequest
166
+ attr_accessor workspace_id: ::String
167
+ SENSITIVE: []
168
+ end
169
+
170
+ class DescribeLoggingConfigurationResponse
171
+ attr_accessor logging_configuration: Types::LoggingConfigurationMetadata
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class DescribeRuleGroupsNamespaceRequest
176
+ attr_accessor name: ::String
177
+ attr_accessor workspace_id: ::String
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class DescribeRuleGroupsNamespaceResponse
182
+ attr_accessor rule_groups_namespace: Types::RuleGroupsNamespaceDescription
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class DescribeScraperRequest
187
+ attr_accessor scraper_id: ::String
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class DescribeScraperResponse
192
+ attr_accessor scraper: Types::ScraperDescription
193
+ SENSITIVE: []
194
+ end
195
+
196
+ class DescribeWorkspaceRequest
197
+ attr_accessor workspace_id: ::String
198
+ SENSITIVE: []
199
+ end
200
+
201
+ class DescribeWorkspaceResponse
202
+ attr_accessor workspace: Types::WorkspaceDescription
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class Destination
207
+ attr_accessor amp_configuration: Types::AmpConfiguration
208
+ attr_accessor unknown: untyped
209
+ SENSITIVE: []
210
+
211
+ class AmpConfiguration < Destination
212
+ end
213
+ class Unknown < Destination
214
+ end
215
+ end
216
+
217
+ class EksConfiguration
218
+ attr_accessor cluster_arn: ::String
219
+ attr_accessor security_group_ids: ::Array[::String]
220
+ attr_accessor subnet_ids: ::Array[::String]
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class GetDefaultScraperConfigurationRequest < Aws::EmptyStructure
225
+ end
226
+
227
+ class GetDefaultScraperConfigurationResponse
228
+ attr_accessor configuration: ::String
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class InternalServerException
233
+ attr_accessor message: ::String
234
+ attr_accessor retry_after_seconds: ::Integer
235
+ SENSITIVE: []
236
+ end
237
+
238
+ class ListRuleGroupsNamespacesRequest
239
+ attr_accessor max_results: ::Integer
240
+ attr_accessor name: ::String
241
+ attr_accessor next_token: ::String
242
+ attr_accessor workspace_id: ::String
243
+ SENSITIVE: []
244
+ end
245
+
246
+ class ListRuleGroupsNamespacesResponse
247
+ attr_accessor next_token: ::String
248
+ attr_accessor rule_groups_namespaces: ::Array[Types::RuleGroupsNamespaceSummary]
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class ListScrapersRequest
253
+ attr_accessor filters: ::Hash[::String, ::Array[::String]]
254
+ attr_accessor max_results: ::Integer
255
+ attr_accessor next_token: ::String
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class ListScrapersResponse
260
+ attr_accessor next_token: ::String
261
+ attr_accessor scrapers: ::Array[Types::ScraperSummary]
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class ListTagsForResourceRequest
266
+ attr_accessor resource_arn: ::String
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class ListTagsForResourceResponse
271
+ attr_accessor tags: ::Hash[::String, ::String]
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class ListWorkspacesRequest
276
+ attr_accessor alias: ::String
277
+ attr_accessor max_results: ::Integer
278
+ attr_accessor next_token: ::String
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class ListWorkspacesResponse
283
+ attr_accessor next_token: ::String
284
+ attr_accessor workspaces: ::Array[Types::WorkspaceSummary]
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class LoggingConfigurationMetadata
289
+ attr_accessor created_at: ::Time
290
+ attr_accessor log_group_arn: ::String
291
+ attr_accessor modified_at: ::Time
292
+ attr_accessor status: Types::LoggingConfigurationStatus
293
+ attr_accessor workspace: ::String
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class LoggingConfigurationStatus
298
+ attr_accessor status_code: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATION_FAILED" | "UPDATE_FAILED")
299
+ attr_accessor status_reason: ::String
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class PutAlertManagerDefinitionRequest
304
+ attr_accessor client_token: ::String
305
+ attr_accessor data: ::String
306
+ attr_accessor workspace_id: ::String
307
+ SENSITIVE: []
308
+ end
309
+
310
+ class PutAlertManagerDefinitionResponse
311
+ attr_accessor status: Types::AlertManagerDefinitionStatus
312
+ SENSITIVE: []
313
+ end
314
+
315
+ class PutRuleGroupsNamespaceRequest
316
+ attr_accessor client_token: ::String
317
+ attr_accessor data: ::String
318
+ attr_accessor name: ::String
319
+ attr_accessor workspace_id: ::String
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class PutRuleGroupsNamespaceResponse
324
+ attr_accessor arn: ::String
325
+ attr_accessor name: ::String
326
+ attr_accessor status: Types::RuleGroupsNamespaceStatus
327
+ attr_accessor tags: ::Hash[::String, ::String]
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class ResourceNotFoundException
332
+ attr_accessor message: ::String
333
+ attr_accessor resource_id: ::String
334
+ attr_accessor resource_type: ::String
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class RuleGroupsNamespaceDescription
339
+ attr_accessor arn: ::String
340
+ attr_accessor created_at: ::Time
341
+ attr_accessor data: ::String
342
+ attr_accessor modified_at: ::Time
343
+ attr_accessor name: ::String
344
+ attr_accessor status: Types::RuleGroupsNamespaceStatus
345
+ attr_accessor tags: ::Hash[::String, ::String]
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class RuleGroupsNamespaceStatus
350
+ attr_accessor status_code: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATION_FAILED" | "UPDATE_FAILED")
351
+ attr_accessor status_reason: ::String
352
+ SENSITIVE: []
353
+ end
354
+
355
+ class RuleGroupsNamespaceSummary
356
+ attr_accessor arn: ::String
357
+ attr_accessor created_at: ::Time
358
+ attr_accessor modified_at: ::Time
359
+ attr_accessor name: ::String
360
+ attr_accessor status: Types::RuleGroupsNamespaceStatus
361
+ attr_accessor tags: ::Hash[::String, ::String]
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class ScrapeConfiguration
366
+ attr_accessor configuration_blob: ::String
367
+ attr_accessor unknown: untyped
368
+ SENSITIVE: []
369
+
370
+ class ConfigurationBlob < ScrapeConfiguration
371
+ end
372
+ class Unknown < ScrapeConfiguration
373
+ end
374
+ end
375
+
376
+ class ScraperDescription
377
+ attr_accessor alias: ::String
378
+ attr_accessor arn: ::String
379
+ attr_accessor created_at: ::Time
380
+ attr_accessor destination: Types::Destination
381
+ attr_accessor last_modified_at: ::Time
382
+ attr_accessor role_arn: ::String
383
+ attr_accessor scrape_configuration: Types::ScrapeConfiguration
384
+ attr_accessor scraper_id: ::String
385
+ attr_accessor source: Types::Source
386
+ attr_accessor status: Types::ScraperStatus
387
+ attr_accessor status_reason: ::String
388
+ attr_accessor tags: ::Hash[::String, ::String]
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class ScraperStatus
393
+ attr_accessor status_code: ("CREATING" | "ACTIVE" | "DELETING" | "CREATION_FAILED" | "DELETION_FAILED")
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class ScraperSummary
398
+ attr_accessor alias: ::String
399
+ attr_accessor arn: ::String
400
+ attr_accessor created_at: ::Time
401
+ attr_accessor destination: Types::Destination
402
+ attr_accessor last_modified_at: ::Time
403
+ attr_accessor role_arn: ::String
404
+ attr_accessor scraper_id: ::String
405
+ attr_accessor source: Types::Source
406
+ attr_accessor status: Types::ScraperStatus
407
+ attr_accessor status_reason: ::String
408
+ attr_accessor tags: ::Hash[::String, ::String]
409
+ SENSITIVE: []
410
+ end
411
+
412
+ class ServiceQuotaExceededException
413
+ attr_accessor message: ::String
414
+ attr_accessor quota_code: ::String
415
+ attr_accessor resource_id: ::String
416
+ attr_accessor resource_type: ::String
417
+ attr_accessor service_code: ::String
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class Source
422
+ attr_accessor eks_configuration: Types::EksConfiguration
423
+ attr_accessor unknown: untyped
424
+ SENSITIVE: []
425
+
426
+ class EksConfiguration < Source
427
+ end
428
+ class Unknown < Source
429
+ end
430
+ end
431
+
432
+ class TagResourceRequest
433
+ attr_accessor resource_arn: ::String
434
+ attr_accessor tags: ::Hash[::String, ::String]
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class TagResourceResponse < Aws::EmptyStructure
439
+ end
440
+
441
+ class ThrottlingException
442
+ attr_accessor message: ::String
443
+ attr_accessor quota_code: ::String
444
+ attr_accessor retry_after_seconds: ::Integer
445
+ attr_accessor service_code: ::String
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class UntagResourceRequest
450
+ attr_accessor resource_arn: ::String
451
+ attr_accessor tag_keys: ::Array[::String]
452
+ SENSITIVE: []
453
+ end
454
+
455
+ class UntagResourceResponse < Aws::EmptyStructure
456
+ end
457
+
458
+ class UpdateLoggingConfigurationRequest
459
+ attr_accessor client_token: ::String
460
+ attr_accessor log_group_arn: ::String
461
+ attr_accessor workspace_id: ::String
462
+ SENSITIVE: []
463
+ end
464
+
465
+ class UpdateLoggingConfigurationResponse
466
+ attr_accessor status: Types::LoggingConfigurationStatus
467
+ SENSITIVE: []
468
+ end
469
+
470
+ class UpdateWorkspaceAliasRequest
471
+ attr_accessor alias: ::String
472
+ attr_accessor client_token: ::String
473
+ attr_accessor workspace_id: ::String
474
+ SENSITIVE: []
475
+ end
476
+
477
+ class ValidationException
478
+ attr_accessor field_list: ::Array[Types::ValidationExceptionField]
479
+ attr_accessor message: ::String
480
+ attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER")
481
+ SENSITIVE: []
482
+ end
483
+
484
+ class ValidationExceptionField
485
+ attr_accessor message: ::String
486
+ attr_accessor name: ::String
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class WorkspaceDescription
491
+ attr_accessor alias: ::String
492
+ attr_accessor arn: ::String
493
+ attr_accessor created_at: ::Time
494
+ attr_accessor kms_key_arn: ::String
495
+ attr_accessor prometheus_endpoint: ::String
496
+ attr_accessor status: Types::WorkspaceStatus
497
+ attr_accessor tags: ::Hash[::String, ::String]
498
+ attr_accessor workspace_id: ::String
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class WorkspaceStatus
503
+ attr_accessor status_code: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATION_FAILED")
504
+ SENSITIVE: []
505
+ end
506
+
507
+ class WorkspaceSummary
508
+ attr_accessor alias: ::String
509
+ attr_accessor arn: ::String
510
+ attr_accessor created_at: ::Time
511
+ attr_accessor kms_key_arn: ::String
512
+ attr_accessor status: Types::WorkspaceStatus
513
+ attr_accessor tags: ::Hash[::String, ::String]
514
+ attr_accessor workspace_id: ::String
515
+ SENSITIVE: []
516
+ end
517
+ end
518
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,53 @@
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 PrometheusService
10
+ module Waiters
11
+
12
+ class ScraperActive
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ scraper_id: ::String
18
+ ) -> Client::_DescribeScraperResponseSuccess
19
+ | (Hash[Symbol, untyped]) -> Client::_DescribeScraperResponseSuccess
20
+ end
21
+
22
+ class ScraperDeleted
23
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
24
+ | (?Hash[Symbol, untyped]) -> void
25
+
26
+ def wait: (
27
+ scraper_id: ::String
28
+ ) -> Client::_DescribeScraperResponseSuccess
29
+ | (Hash[Symbol, untyped]) -> Client::_DescribeScraperResponseSuccess
30
+ end
31
+
32
+ class WorkspaceActive
33
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
34
+ | (?Hash[Symbol, untyped]) -> void
35
+
36
+ def wait: (
37
+ workspace_id: ::String
38
+ ) -> Client::_DescribeWorkspaceResponseSuccess
39
+ | (Hash[Symbol, untyped]) -> Client::_DescribeWorkspaceResponseSuccess
40
+ end
41
+
42
+ class WorkspaceDeleted
43
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
44
+ | (?Hash[Symbol, untyped]) -> void
45
+
46
+ def wait: (
47
+ workspace_id: ::String
48
+ ) -> Client::_DescribeWorkspaceResponseSuccess
49
+ | (Hash[Symbol, untyped]) -> Client::_DescribeWorkspaceResponseSuccess
50
+ end
51
+ end
52
+ end
53
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-prometheusservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.30.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: 2023-12-21 00:00:00.000000000 Z
11
+ date: 2024-02-09 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.188.0
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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -67,13 +67,18 @@ files:
67
67
  - lib/aws-sdk-prometheusservice/resource.rb
68
68
  - lib/aws-sdk-prometheusservice/types.rb
69
69
  - lib/aws-sdk-prometheusservice/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
70
75
  homepage: https://github.com/aws/aws-sdk-ruby
71
76
  licenses:
72
77
  - Apache-2.0
73
78
  metadata:
74
79
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-prometheusservice
75
80
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-prometheusservice/CHANGELOG.md
76
- post_install_message:
81
+ post_install_message:
77
82
  rdoc_options: []
78
83
  require_paths:
79
84
  - lib
@@ -88,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
93
  - !ruby/object:Gem::Version
89
94
  version: '0'
90
95
  requirements: []
91
- rubygems_version: 3.1.6
92
- signing_key:
96
+ rubygems_version: 3.4.10
97
+ signing_key:
93
98
  specification_version: 4
94
99
  summary: AWS SDK for Ruby - Amazon Prometheus Service
95
100
  test_files: []