aws-sdk-managedgrafana 1.24.0 → 1.25.0

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