aws-sdk-managedgrafana 1.62.0 → 1.64.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95584317f29e2cc2c80ce4bec7ee356893af61720eaf7e235bd330b68e169762
4
- data.tar.gz: 28235a26bb35dead8cc9b5213d3e2a52d2d7e23b344a57c3d37c88b49d3e5ef1
3
+ metadata.gz: a6b2704c9aa93028fba2f419b44fba0c8956c6a3718abeb8fcef56052df7062b
4
+ data.tar.gz: fba53899343d117da7132751d682969115276f6fcc2e341abd2b1ba9b7e050aa
5
5
  SHA512:
6
- metadata.gz: ba65c350e5f6ee5524102ffcb12d26b1985869afca7c0f83d0a84f82ce4eb9d1206186d859184e3b3b14a584b56c76752891db525a16eb494cf6c99ded778002
7
- data.tar.gz: 6836bdcb7fee539586edeae690adf3484952082782ff2240713b68c92128bc3aa11f2f0fd32934068718bbfe53f687fc19787d1e5eabd61df5c9ea5d3c4a7e94
6
+ metadata.gz: 340557c59495bff5530707075cf605b992d96ce049fe77044cc659efbcc9b1c080e7928fbb7e84981a52d437d123790124b94663a367100e6b4c302597df03c0
7
+ data.tar.gz: 84a152e9328ee5c24b8ef1754a01ec981b4728dded4f2c169fffb3c34029934a1e8193540968daf7eb39720ff82fe54da08a03ddbbba391d9b974e6fde1d68ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.63.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Introduce degraded workspace status as a possible Amazon Managed Grafana workspace status, and a new field named degraded workspace reason which informs customers why the workspace is degraded in the DescribeWorkspace API response.
13
+
4
14
  1.62.0 (2026-05-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0
@@ -199,7 +199,7 @@ module Aws::ManagedGrafana
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ManagedGrafana
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -537,7 +535,7 @@ module Aws::ManagedGrafana
537
535
  # resp.workspace.organizational_units[0] #=> String
538
536
  # resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
539
537
  # resp.workspace.stack_set_name #=> String
540
- # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED"
538
+ # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED", "DEGRADED"
541
539
  # resp.workspace.workspace_role_arn #=> String
542
540
  # resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
543
541
  # resp.workspace.free_trial_consumed #=> Boolean
@@ -559,6 +557,7 @@ module Aws::ManagedGrafana
559
557
  # resp.workspace.grafana_token #=> String
560
558
  # resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
561
559
  # resp.workspace.kms_key_id #=> String
560
+ # resp.workspace.degraded_workspace_reason #=> String
562
561
  #
563
562
  # @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/AssociateLicense AWS API Documentation
564
563
  #
@@ -782,7 +781,7 @@ module Aws::ManagedGrafana
782
781
  # resp.workspace.organizational_units[0] #=> String
783
782
  # resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
784
783
  # resp.workspace.stack_set_name #=> String
785
- # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED"
784
+ # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED", "DEGRADED"
786
785
  # resp.workspace.workspace_role_arn #=> String
787
786
  # resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
788
787
  # resp.workspace.free_trial_consumed #=> Boolean
@@ -804,6 +803,7 @@ module Aws::ManagedGrafana
804
803
  # resp.workspace.grafana_token #=> String
805
804
  # resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
806
805
  # resp.workspace.kms_key_id #=> String
806
+ # resp.workspace.degraded_workspace_reason #=> String
807
807
  #
808
808
  # @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspace AWS API Documentation
809
809
  #
@@ -1046,7 +1046,7 @@ module Aws::ManagedGrafana
1046
1046
  # resp.workspace.organizational_units[0] #=> String
1047
1047
  # resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
1048
1048
  # resp.workspace.stack_set_name #=> String
1049
- # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED"
1049
+ # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED", "DEGRADED"
1050
1050
  # resp.workspace.workspace_role_arn #=> String
1051
1051
  # resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
1052
1052
  # resp.workspace.free_trial_consumed #=> Boolean
@@ -1068,6 +1068,7 @@ module Aws::ManagedGrafana
1068
1068
  # resp.workspace.grafana_token #=> String
1069
1069
  # resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
1070
1070
  # resp.workspace.kms_key_id #=> String
1071
+ # resp.workspace.degraded_workspace_reason #=> String
1071
1072
  #
1072
1073
  # @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspace AWS API Documentation
1073
1074
  #
@@ -1240,7 +1241,7 @@ module Aws::ManagedGrafana
1240
1241
  # resp.workspace.organizational_units[0] #=> String
1241
1242
  # resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
1242
1243
  # resp.workspace.stack_set_name #=> String
1243
- # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED"
1244
+ # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED", "DEGRADED"
1244
1245
  # resp.workspace.workspace_role_arn #=> String
1245
1246
  # resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
1246
1247
  # resp.workspace.free_trial_consumed #=> Boolean
@@ -1262,6 +1263,7 @@ module Aws::ManagedGrafana
1262
1263
  # resp.workspace.grafana_token #=> String
1263
1264
  # resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
1264
1265
  # resp.workspace.kms_key_id #=> String
1266
+ # resp.workspace.degraded_workspace_reason #=> String
1265
1267
  #
1266
1268
  # @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspace AWS API Documentation
1267
1269
  #
@@ -1387,7 +1389,7 @@ module Aws::ManagedGrafana
1387
1389
  # resp.workspace.organizational_units[0] #=> String
1388
1390
  # resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
1389
1391
  # resp.workspace.stack_set_name #=> String
1390
- # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED"
1392
+ # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED", "DEGRADED"
1391
1393
  # resp.workspace.workspace_role_arn #=> String
1392
1394
  # resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
1393
1395
  # resp.workspace.free_trial_consumed #=> Boolean
@@ -1409,6 +1411,7 @@ module Aws::ManagedGrafana
1409
1411
  # resp.workspace.grafana_token #=> String
1410
1412
  # resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
1411
1413
  # resp.workspace.kms_key_id #=> String
1414
+ # resp.workspace.degraded_workspace_reason #=> String
1412
1415
  #
1413
1416
  # @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DisassociateLicense AWS API Documentation
1414
1417
  #
@@ -1716,7 +1719,7 @@ module Aws::ManagedGrafana
1716
1719
  # resp.workspaces[0].name #=> String
1717
1720
  # resp.workspaces[0].notification_destinations #=> Array
1718
1721
  # resp.workspaces[0].notification_destinations[0] #=> String, one of "SNS"
1719
- # resp.workspaces[0].status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED"
1722
+ # resp.workspaces[0].status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED", "DEGRADED"
1720
1723
  # resp.workspaces[0].authentication.providers #=> Array
1721
1724
  # resp.workspaces[0].authentication.providers[0] #=> String, one of "AWS_SSO", "SAML"
1722
1725
  # resp.workspaces[0].authentication.saml_configuration_status #=> String, one of "CONFIGURED", "NOT_CONFIGURED"
@@ -2036,7 +2039,7 @@ module Aws::ManagedGrafana
2036
2039
  # resp.workspace.organizational_units[0] #=> String
2037
2040
  # resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
2038
2041
  # resp.workspace.stack_set_name #=> String
2039
- # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED"
2042
+ # resp.workspace.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "UPDATING", "UPGRADING", "DELETION_FAILED", "CREATION_FAILED", "UPDATE_FAILED", "UPGRADE_FAILED", "LICENSE_REMOVAL_FAILED", "VERSION_UPDATING", "VERSION_UPDATE_FAILED", "DEGRADED"
2040
2043
  # resp.workspace.workspace_role_arn #=> String
2041
2044
  # resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
2042
2045
  # resp.workspace.free_trial_consumed #=> Boolean
@@ -2058,6 +2061,7 @@ module Aws::ManagedGrafana
2058
2061
  # resp.workspace.grafana_token #=> String
2059
2062
  # resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
2060
2063
  # resp.workspace.kms_key_id #=> String
2064
+ # resp.workspace.degraded_workspace_reason #=> String
2061
2065
  #
2062
2066
  # @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspace AWS API Documentation
2063
2067
  #
@@ -2229,7 +2233,7 @@ module Aws::ManagedGrafana
2229
2233
  tracer: tracer
2230
2234
  )
2231
2235
  context[:gem_name] = 'aws-sdk-managedgrafana'
2232
- context[:gem_version] = '1.62.0'
2236
+ context[:gem_version] = '1.64.0'
2233
2237
  Seahorse::Client::Request.new(handlers, context)
2234
2238
  end
2235
2239
 
@@ -44,6 +44,7 @@ module Aws::ManagedGrafana
44
44
  CreateWorkspaceServiceAccountTokenResponse = Shapes::StructureShape.new(name: 'CreateWorkspaceServiceAccountTokenResponse')
45
45
  DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
46
46
  DataSourceTypesList = Shapes::ListShape.new(name: 'DataSourceTypesList')
47
+ DegradedWorkspaceReason = Shapes::StringShape.new(name: 'DegradedWorkspaceReason')
47
48
  DeleteWorkspaceApiKeyRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceApiKeyRequest')
48
49
  DeleteWorkspaceApiKeyResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceApiKeyResponse')
49
50
  DeleteWorkspaceRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceRequest')
@@ -599,6 +600,7 @@ module Aws::ManagedGrafana
599
600
  WorkspaceDescription.add_member(:grafana_token, Shapes::ShapeRef.new(shape: GrafanaToken, location_name: "grafanaToken"))
600
601
  WorkspaceDescription.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IPAddressType, location_name: "ipAddressType"))
601
602
  WorkspaceDescription.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
603
+ WorkspaceDescription.add_member(:degraded_workspace_reason, Shapes::ShapeRef.new(shape: DegradedWorkspaceReason, location_name: "degradedWorkspaceReason"))
602
604
  WorkspaceDescription.struct_class = Types::WorkspaceDescription
603
605
 
604
606
  WorkspaceList.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
@@ -2196,6 +2196,11 @@ module Aws::ManagedGrafana
2196
2196
  # workspace data.
2197
2197
  # @return [String]
2198
2198
  #
2199
+ # @!attribute [rw] degraded_workspace_reason
2200
+ # If the workspace is in the `DEGRADED` status, this field describes
2201
+ # the reason the workspace is degraded.
2202
+ # @return [String]
2203
+ #
2199
2204
  # @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/WorkspaceDescription AWS API Documentation
2200
2205
  #
2201
2206
  class WorkspaceDescription < Struct.new(
@@ -2225,7 +2230,8 @@ module Aws::ManagedGrafana
2225
2230
  :network_access_control,
2226
2231
  :grafana_token,
2227
2232
  :ip_address_type,
2228
- :kms_key_id)
2233
+ :kms_key_id,
2234
+ :degraded_workspace_reason)
2229
2235
  SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
2230
2236
  include Aws::Structure
2231
2237
  end
@@ -55,7 +55,7 @@ module Aws::ManagedGrafana
55
55
  autoload :EndpointProvider, 'aws-sdk-managedgrafana/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-managedgrafana/endpoints'
57
57
 
58
- GEM_VERSION = '1.62.0'
58
+ GEM_VERSION = '1.64.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -374,9 +374,9 @@ module Aws
374
374
  {
375
375
  id: ::String,
376
376
  type: ("SSO_USER" | "SSO_GROUP")
377
- },
377
+ }
378
378
  ]
379
- },
379
+ }
380
380
  ],
381
381
  workspace_id: ::String
382
382
  ) -> _UpdatePermissionsResponseSuccess
data/sig/types.rbs CHANGED
@@ -535,7 +535,7 @@ module Aws::ManagedGrafana
535
535
  attr_accessor organizational_units: ::Array[::String]
536
536
  attr_accessor permission_type: ("CUSTOMER_MANAGED" | "SERVICE_MANAGED")
537
537
  attr_accessor stack_set_name: ::String
538
- 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")
538
+ 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" | "DEGRADED")
539
539
  attr_accessor workspace_role_arn: ::String
540
540
  attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
541
541
  attr_accessor free_trial_consumed: bool
@@ -548,6 +548,7 @@ module Aws::ManagedGrafana
548
548
  attr_accessor grafana_token: ::String
549
549
  attr_accessor ip_address_type: ("IPv4" | "DualStack")
550
550
  attr_accessor kms_key_id: ::String
551
+ attr_accessor degraded_workspace_reason: ::String
551
552
  SENSITIVE: [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
552
553
  end
553
554
 
@@ -560,7 +561,7 @@ module Aws::ManagedGrafana
560
561
  attr_accessor modified: ::Time
561
562
  attr_accessor name: ::String
562
563
  attr_accessor notification_destinations: ::Array[("SNS")]
563
- 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")
564
+ 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" | "DEGRADED")
564
565
  attr_accessor authentication: Types::AuthenticationSummary
565
566
  attr_accessor tags: ::Hash[::String, ::String]
566
567
  attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-managedgrafana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement