aws-sdk-managedgrafana 1.24.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedgrafana/client.rb +42 -13
- data/lib/aws-sdk-managedgrafana/client_api.rb +5 -0
- data/lib/aws-sdk-managedgrafana/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-managedgrafana/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-managedgrafana/types.rb +86 -15
- data/lib/aws-sdk-managedgrafana.rb +1 -1
- data/sig/client.rbs +365 -0
- data/sig/errors.rbs +51 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +456 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,456 @@
|
|
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::ManagedGrafana
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AssertionAttributes
|
17
|
+
attr_accessor email: ::String
|
18
|
+
attr_accessor groups: ::String
|
19
|
+
attr_accessor login: ::String
|
20
|
+
attr_accessor name: ::String
|
21
|
+
attr_accessor org: ::String
|
22
|
+
attr_accessor role: ::String
|
23
|
+
SENSITIVE: []
|
24
|
+
end
|
25
|
+
|
26
|
+
class AssociateLicenseRequest
|
27
|
+
attr_accessor grafana_token: ::String
|
28
|
+
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|
29
|
+
attr_accessor workspace_id: ::String
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class AssociateLicenseResponse
|
34
|
+
attr_accessor workspace: Types::WorkspaceDescription
|
35
|
+
SENSITIVE: []
|
36
|
+
end
|
37
|
+
|
38
|
+
class AuthenticationDescription
|
39
|
+
attr_accessor aws_sso: Types::AwsSsoAuthentication
|
40
|
+
attr_accessor providers: ::Array[("AWS_SSO" | "SAML")]
|
41
|
+
attr_accessor saml: Types::SamlAuthentication
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class AuthenticationSummary
|
46
|
+
attr_accessor providers: ::Array[("AWS_SSO" | "SAML")]
|
47
|
+
attr_accessor saml_configuration_status: ("CONFIGURED" | "NOT_CONFIGURED")
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class AwsSsoAuthentication
|
52
|
+
attr_accessor sso_client_id: ::String
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class ConflictException
|
57
|
+
attr_accessor message: ::String
|
58
|
+
attr_accessor resource_id: ::String
|
59
|
+
attr_accessor resource_type: ::String
|
60
|
+
SENSITIVE: []
|
61
|
+
end
|
62
|
+
|
63
|
+
class CreateWorkspaceApiKeyRequest
|
64
|
+
attr_accessor key_name: ::String
|
65
|
+
attr_accessor key_role: ::String
|
66
|
+
attr_accessor seconds_to_live: ::Integer
|
67
|
+
attr_accessor workspace_id: ::String
|
68
|
+
SENSITIVE: []
|
69
|
+
end
|
70
|
+
|
71
|
+
class CreateWorkspaceApiKeyResponse
|
72
|
+
attr_accessor key: ::String
|
73
|
+
attr_accessor key_name: ::String
|
74
|
+
attr_accessor workspace_id: ::String
|
75
|
+
SENSITIVE: [:key]
|
76
|
+
end
|
77
|
+
|
78
|
+
class CreateWorkspaceRequest
|
79
|
+
attr_accessor account_access_type: ("CURRENT_ACCOUNT" | "ORGANIZATION")
|
80
|
+
attr_accessor authentication_providers: ::Array[("AWS_SSO" | "SAML")]
|
81
|
+
attr_accessor client_token: ::String
|
82
|
+
attr_accessor configuration: ::String
|
83
|
+
attr_accessor grafana_version: ::String
|
84
|
+
attr_accessor network_access_control: Types::NetworkAccessConfiguration
|
85
|
+
attr_accessor organization_role_name: ::String
|
86
|
+
attr_accessor permission_type: ("CUSTOMER_MANAGED" | "SERVICE_MANAGED")
|
87
|
+
attr_accessor stack_set_name: ::String
|
88
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
89
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
90
|
+
attr_accessor workspace_data_sources: ::Array[("AMAZON_OPENSEARCH_SERVICE" | "CLOUDWATCH" | "PROMETHEUS" | "XRAY" | "TIMESTREAM" | "SITEWISE" | "ATHENA" | "REDSHIFT" | "TWINMAKER")]
|
91
|
+
attr_accessor workspace_description: ::String
|
92
|
+
attr_accessor workspace_name: ::String
|
93
|
+
attr_accessor workspace_notification_destinations: ::Array[("SNS")]
|
94
|
+
attr_accessor workspace_organizational_units: ::Array[::String]
|
95
|
+
attr_accessor workspace_role_arn: ::String
|
96
|
+
SENSITIVE: [:organization_role_name, :workspace_description, :workspace_name, :workspace_organizational_units, :workspace_role_arn]
|
97
|
+
end
|
98
|
+
|
99
|
+
class CreateWorkspaceResponse
|
100
|
+
attr_accessor workspace: Types::WorkspaceDescription
|
101
|
+
SENSITIVE: []
|
102
|
+
end
|
103
|
+
|
104
|
+
class DeleteWorkspaceApiKeyRequest
|
105
|
+
attr_accessor key_name: ::String
|
106
|
+
attr_accessor workspace_id: ::String
|
107
|
+
SENSITIVE: []
|
108
|
+
end
|
109
|
+
|
110
|
+
class DeleteWorkspaceApiKeyResponse
|
111
|
+
attr_accessor key_name: ::String
|
112
|
+
attr_accessor workspace_id: ::String
|
113
|
+
SENSITIVE: []
|
114
|
+
end
|
115
|
+
|
116
|
+
class DeleteWorkspaceRequest
|
117
|
+
attr_accessor workspace_id: ::String
|
118
|
+
SENSITIVE: []
|
119
|
+
end
|
120
|
+
|
121
|
+
class DeleteWorkspaceResponse
|
122
|
+
attr_accessor workspace: Types::WorkspaceDescription
|
123
|
+
SENSITIVE: []
|
124
|
+
end
|
125
|
+
|
126
|
+
class DescribeWorkspaceAuthenticationRequest
|
127
|
+
attr_accessor workspace_id: ::String
|
128
|
+
SENSITIVE: []
|
129
|
+
end
|
130
|
+
|
131
|
+
class DescribeWorkspaceAuthenticationResponse
|
132
|
+
attr_accessor authentication: Types::AuthenticationDescription
|
133
|
+
SENSITIVE: []
|
134
|
+
end
|
135
|
+
|
136
|
+
class DescribeWorkspaceConfigurationRequest
|
137
|
+
attr_accessor workspace_id: ::String
|
138
|
+
SENSITIVE: []
|
139
|
+
end
|
140
|
+
|
141
|
+
class DescribeWorkspaceConfigurationResponse
|
142
|
+
attr_accessor configuration: ::String
|
143
|
+
attr_accessor grafana_version: ::String
|
144
|
+
SENSITIVE: []
|
145
|
+
end
|
146
|
+
|
147
|
+
class DescribeWorkspaceRequest
|
148
|
+
attr_accessor workspace_id: ::String
|
149
|
+
SENSITIVE: []
|
150
|
+
end
|
151
|
+
|
152
|
+
class DescribeWorkspaceResponse
|
153
|
+
attr_accessor workspace: Types::WorkspaceDescription
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class DisassociateLicenseRequest
|
158
|
+
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|
159
|
+
attr_accessor workspace_id: ::String
|
160
|
+
SENSITIVE: []
|
161
|
+
end
|
162
|
+
|
163
|
+
class DisassociateLicenseResponse
|
164
|
+
attr_accessor workspace: Types::WorkspaceDescription
|
165
|
+
SENSITIVE: []
|
166
|
+
end
|
167
|
+
|
168
|
+
class IdpMetadata
|
169
|
+
attr_accessor url: ::String
|
170
|
+
attr_accessor xml: ::String
|
171
|
+
attr_accessor unknown: untyped
|
172
|
+
SENSITIVE: []
|
173
|
+
|
174
|
+
class Url < IdpMetadata
|
175
|
+
end
|
176
|
+
class Xml < IdpMetadata
|
177
|
+
end
|
178
|
+
class Unknown < IdpMetadata
|
179
|
+
end
|
180
|
+
end
|
181
|
+
|
182
|
+
class InternalServerException
|
183
|
+
attr_accessor message: ::String
|
184
|
+
attr_accessor retry_after_seconds: ::Integer
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
188
|
+
class ListPermissionsRequest
|
189
|
+
attr_accessor group_id: ::String
|
190
|
+
attr_accessor max_results: ::Integer
|
191
|
+
attr_accessor next_token: ::String
|
192
|
+
attr_accessor user_id: ::String
|
193
|
+
attr_accessor user_type: ("SSO_USER" | "SSO_GROUP")
|
194
|
+
attr_accessor workspace_id: ::String
|
195
|
+
SENSITIVE: []
|
196
|
+
end
|
197
|
+
|
198
|
+
class ListPermissionsResponse
|
199
|
+
attr_accessor next_token: ::String
|
200
|
+
attr_accessor permissions: ::Array[Types::PermissionEntry]
|
201
|
+
SENSITIVE: []
|
202
|
+
end
|
203
|
+
|
204
|
+
class ListTagsForResourceRequest
|
205
|
+
attr_accessor resource_arn: ::String
|
206
|
+
SENSITIVE: []
|
207
|
+
end
|
208
|
+
|
209
|
+
class ListTagsForResourceResponse
|
210
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
211
|
+
SENSITIVE: []
|
212
|
+
end
|
213
|
+
|
214
|
+
class ListVersionsRequest
|
215
|
+
attr_accessor max_results: ::Integer
|
216
|
+
attr_accessor next_token: ::String
|
217
|
+
attr_accessor workspace_id: ::String
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class ListVersionsResponse
|
222
|
+
attr_accessor grafana_versions: ::Array[::String]
|
223
|
+
attr_accessor next_token: ::String
|
224
|
+
SENSITIVE: []
|
225
|
+
end
|
226
|
+
|
227
|
+
class ListWorkspacesRequest
|
228
|
+
attr_accessor max_results: ::Integer
|
229
|
+
attr_accessor next_token: ::String
|
230
|
+
SENSITIVE: []
|
231
|
+
end
|
232
|
+
|
233
|
+
class ListWorkspacesResponse
|
234
|
+
attr_accessor next_token: ::String
|
235
|
+
attr_accessor workspaces: ::Array[Types::WorkspaceSummary]
|
236
|
+
SENSITIVE: []
|
237
|
+
end
|
238
|
+
|
239
|
+
class NetworkAccessConfiguration
|
240
|
+
attr_accessor prefix_list_ids: ::Array[::String]
|
241
|
+
attr_accessor vpce_ids: ::Array[::String]
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class PermissionEntry
|
246
|
+
attr_accessor role: ("ADMIN" | "EDITOR" | "VIEWER")
|
247
|
+
attr_accessor user: Types::User
|
248
|
+
SENSITIVE: []
|
249
|
+
end
|
250
|
+
|
251
|
+
class ResourceNotFoundException
|
252
|
+
attr_accessor message: ::String
|
253
|
+
attr_accessor resource_id: ::String
|
254
|
+
attr_accessor resource_type: ::String
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class RoleValues
|
259
|
+
attr_accessor admin: ::Array[::String]
|
260
|
+
attr_accessor editor: ::Array[::String]
|
261
|
+
SENSITIVE: [:admin, :editor]
|
262
|
+
end
|
263
|
+
|
264
|
+
class SamlAuthentication
|
265
|
+
attr_accessor configuration: Types::SamlConfiguration
|
266
|
+
attr_accessor status: ("CONFIGURED" | "NOT_CONFIGURED")
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class SamlConfiguration
|
271
|
+
attr_accessor allowed_organizations: ::Array[::String]
|
272
|
+
attr_accessor assertion_attributes: Types::AssertionAttributes
|
273
|
+
attr_accessor idp_metadata: Types::IdpMetadata
|
274
|
+
attr_accessor login_validity_duration: ::Integer
|
275
|
+
attr_accessor role_values: Types::RoleValues
|
276
|
+
SENSITIVE: []
|
277
|
+
end
|
278
|
+
|
279
|
+
class ServiceQuotaExceededException
|
280
|
+
attr_accessor message: ::String
|
281
|
+
attr_accessor quota_code: ::String
|
282
|
+
attr_accessor resource_id: ::String
|
283
|
+
attr_accessor resource_type: ::String
|
284
|
+
attr_accessor service_code: ::String
|
285
|
+
SENSITIVE: []
|
286
|
+
end
|
287
|
+
|
288
|
+
class TagResourceRequest
|
289
|
+
attr_accessor resource_arn: ::String
|
290
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
291
|
+
SENSITIVE: []
|
292
|
+
end
|
293
|
+
|
294
|
+
class TagResourceResponse < Aws::EmptyStructure
|
295
|
+
end
|
296
|
+
|
297
|
+
class ThrottlingException
|
298
|
+
attr_accessor message: ::String
|
299
|
+
attr_accessor quota_code: ::String
|
300
|
+
attr_accessor retry_after_seconds: ::Integer
|
301
|
+
attr_accessor service_code: ::String
|
302
|
+
SENSITIVE: []
|
303
|
+
end
|
304
|
+
|
305
|
+
class UntagResourceRequest
|
306
|
+
attr_accessor resource_arn: ::String
|
307
|
+
attr_accessor tag_keys: ::Array[::String]
|
308
|
+
SENSITIVE: []
|
309
|
+
end
|
310
|
+
|
311
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
312
|
+
end
|
313
|
+
|
314
|
+
class UpdateError
|
315
|
+
attr_accessor caused_by: Types::UpdateInstruction
|
316
|
+
attr_accessor code: ::Integer
|
317
|
+
attr_accessor message: ::String
|
318
|
+
SENSITIVE: []
|
319
|
+
end
|
320
|
+
|
321
|
+
class UpdateInstruction
|
322
|
+
attr_accessor action: ("ADD" | "REVOKE")
|
323
|
+
attr_accessor role: ("ADMIN" | "EDITOR" | "VIEWER")
|
324
|
+
attr_accessor users: ::Array[Types::User]
|
325
|
+
SENSITIVE: []
|
326
|
+
end
|
327
|
+
|
328
|
+
class UpdatePermissionsRequest
|
329
|
+
attr_accessor update_instruction_batch: ::Array[Types::UpdateInstruction]
|
330
|
+
attr_accessor workspace_id: ::String
|
331
|
+
SENSITIVE: []
|
332
|
+
end
|
333
|
+
|
334
|
+
class UpdatePermissionsResponse
|
335
|
+
attr_accessor errors: ::Array[Types::UpdateError]
|
336
|
+
SENSITIVE: []
|
337
|
+
end
|
338
|
+
|
339
|
+
class UpdateWorkspaceAuthenticationRequest
|
340
|
+
attr_accessor authentication_providers: ::Array[("AWS_SSO" | "SAML")]
|
341
|
+
attr_accessor saml_configuration: Types::SamlConfiguration
|
342
|
+
attr_accessor workspace_id: ::String
|
343
|
+
SENSITIVE: []
|
344
|
+
end
|
345
|
+
|
346
|
+
class UpdateWorkspaceAuthenticationResponse
|
347
|
+
attr_accessor authentication: Types::AuthenticationDescription
|
348
|
+
SENSITIVE: []
|
349
|
+
end
|
350
|
+
|
351
|
+
class UpdateWorkspaceConfigurationRequest
|
352
|
+
attr_accessor configuration: ::String
|
353
|
+
attr_accessor grafana_version: ::String
|
354
|
+
attr_accessor workspace_id: ::String
|
355
|
+
SENSITIVE: []
|
356
|
+
end
|
357
|
+
|
358
|
+
class UpdateWorkspaceConfigurationResponse < Aws::EmptyStructure
|
359
|
+
end
|
360
|
+
|
361
|
+
class UpdateWorkspaceRequest
|
362
|
+
attr_accessor account_access_type: ("CURRENT_ACCOUNT" | "ORGANIZATION")
|
363
|
+
attr_accessor network_access_control: Types::NetworkAccessConfiguration
|
364
|
+
attr_accessor organization_role_name: ::String
|
365
|
+
attr_accessor permission_type: ("CUSTOMER_MANAGED" | "SERVICE_MANAGED")
|
366
|
+
attr_accessor remove_network_access_configuration: bool
|
367
|
+
attr_accessor remove_vpc_configuration: bool
|
368
|
+
attr_accessor stack_set_name: ::String
|
369
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
370
|
+
attr_accessor workspace_data_sources: ::Array[("AMAZON_OPENSEARCH_SERVICE" | "CLOUDWATCH" | "PROMETHEUS" | "XRAY" | "TIMESTREAM" | "SITEWISE" | "ATHENA" | "REDSHIFT" | "TWINMAKER")]
|
371
|
+
attr_accessor workspace_description: ::String
|
372
|
+
attr_accessor workspace_id: ::String
|
373
|
+
attr_accessor workspace_name: ::String
|
374
|
+
attr_accessor workspace_notification_destinations: ::Array[("SNS")]
|
375
|
+
attr_accessor workspace_organizational_units: ::Array[::String]
|
376
|
+
attr_accessor workspace_role_arn: ::String
|
377
|
+
SENSITIVE: [:organization_role_name, :workspace_description, :workspace_name, :workspace_organizational_units, :workspace_role_arn]
|
378
|
+
end
|
379
|
+
|
380
|
+
class UpdateWorkspaceResponse
|
381
|
+
attr_accessor workspace: Types::WorkspaceDescription
|
382
|
+
SENSITIVE: []
|
383
|
+
end
|
384
|
+
|
385
|
+
class User
|
386
|
+
attr_accessor id: ::String
|
387
|
+
attr_accessor type: ("SSO_USER" | "SSO_GROUP")
|
388
|
+
SENSITIVE: []
|
389
|
+
end
|
390
|
+
|
391
|
+
class ValidationException
|
392
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
393
|
+
attr_accessor message: ::String
|
394
|
+
attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER")
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class ValidationExceptionField
|
399
|
+
attr_accessor message: ::String
|
400
|
+
attr_accessor name: ::String
|
401
|
+
SENSITIVE: []
|
402
|
+
end
|
403
|
+
|
404
|
+
class VpcConfiguration
|
405
|
+
attr_accessor security_group_ids: ::Array[::String]
|
406
|
+
attr_accessor subnet_ids: ::Array[::String]
|
407
|
+
SENSITIVE: []
|
408
|
+
end
|
409
|
+
|
410
|
+
class WorkspaceDescription
|
411
|
+
attr_accessor account_access_type: ("CURRENT_ACCOUNT" | "ORGANIZATION")
|
412
|
+
attr_accessor authentication: Types::AuthenticationSummary
|
413
|
+
attr_accessor created: ::Time
|
414
|
+
attr_accessor data_sources: ::Array[("AMAZON_OPENSEARCH_SERVICE" | "CLOUDWATCH" | "PROMETHEUS" | "XRAY" | "TIMESTREAM" | "SITEWISE" | "ATHENA" | "REDSHIFT" | "TWINMAKER")]
|
415
|
+
attr_accessor description: ::String
|
416
|
+
attr_accessor endpoint: ::String
|
417
|
+
attr_accessor free_trial_consumed: bool
|
418
|
+
attr_accessor free_trial_expiration: ::Time
|
419
|
+
attr_accessor grafana_token: ::String
|
420
|
+
attr_accessor grafana_version: ::String
|
421
|
+
attr_accessor id: ::String
|
422
|
+
attr_accessor license_expiration: ::Time
|
423
|
+
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|
424
|
+
attr_accessor modified: ::Time
|
425
|
+
attr_accessor name: ::String
|
426
|
+
attr_accessor network_access_control: Types::NetworkAccessConfiguration
|
427
|
+
attr_accessor notification_destinations: ::Array[("SNS")]
|
428
|
+
attr_accessor organization_role_name: ::String
|
429
|
+
attr_accessor organizational_units: ::Array[::String]
|
430
|
+
attr_accessor permission_type: ("CUSTOMER_MANAGED" | "SERVICE_MANAGED")
|
431
|
+
attr_accessor stack_set_name: ::String
|
432
|
+
attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "UPDATING" | "UPGRADING" | "DELETION_FAILED" | "CREATION_FAILED" | "UPDATE_FAILED" | "UPGRADE_FAILED" | "LICENSE_REMOVAL_FAILED" | "VERSION_UPDATING" | "VERSION_UPDATE_FAILED")
|
433
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
434
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
435
|
+
attr_accessor workspace_role_arn: ::String
|
436
|
+
SENSITIVE: [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
|
437
|
+
end
|
438
|
+
|
439
|
+
class WorkspaceSummary
|
440
|
+
attr_accessor authentication: Types::AuthenticationSummary
|
441
|
+
attr_accessor created: ::Time
|
442
|
+
attr_accessor description: ::String
|
443
|
+
attr_accessor endpoint: ::String
|
444
|
+
attr_accessor grafana_token: ::String
|
445
|
+
attr_accessor grafana_version: ::String
|
446
|
+
attr_accessor id: ::String
|
447
|
+
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|
448
|
+
attr_accessor modified: ::Time
|
449
|
+
attr_accessor name: ::String
|
450
|
+
attr_accessor notification_destinations: ::Array[("SNS")]
|
451
|
+
attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "UPDATING" | "UPGRADING" | "DELETION_FAILED" | "CREATION_FAILED" | "UPDATE_FAILED" | "UPGRADE_FAILED" | "LICENSE_REMOVAL_FAILED" | "VERSION_UPDATING" | "VERSION_UPDATE_FAILED")
|
452
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
453
|
+
SENSITIVE: [:description, :name]
|
454
|
+
end
|
455
|
+
end
|
456
|
+
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 ManagedGrafana
|
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-managedgrafana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.26.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-03-07 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-managedgrafana/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-managedgrafana/resource.rb
|
68
68
|
- lib/aws-sdk-managedgrafana/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-managedgrafana
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-managedgrafana/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 Managed Grafana
|
94
99
|
test_files: []
|