aws-sdk-managedgrafana 1.62.0 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedgrafana/client.rb +14 -8
- data/lib/aws-sdk-managedgrafana/client_api.rb +2 -0
- data/lib/aws-sdk-managedgrafana/types.rb +7 -1
- data/lib/aws-sdk-managedgrafana.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a95e3aefa8445cc78db29725b71eb700c28a94e425fa42845448da5f4b6ae3b7
|
|
4
|
+
data.tar.gz: 2ff1554bd1b6435d9137562d2825599608af8ed2b6135e31bf941a27a1632cb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d665ffacf7bdebf88e002206b300039e75269e8f1149e990ce1c988b175e462c3d3c76b72d6159f03bd9e80f6c328a6de17482ad69ca1b94fb4e002775419be8
|
|
7
|
+
data.tar.gz: a1ad5851d79d0404e5334c214163a0daa95c159c0b047794cfe4dca2066fbf87a5c8d3f0d2fbec09f7c9ffaa857f71be5855a33a9145376119adc13519eb79a9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2026-05-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* 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.
|
|
8
|
+
|
|
4
9
|
1.62.0 (2026-05-14)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -537,7 +537,7 @@ module Aws::ManagedGrafana
|
|
|
537
537
|
# resp.workspace.organizational_units[0] #=> String
|
|
538
538
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
539
539
|
# 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"
|
|
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", "DEGRADED"
|
|
541
541
|
# resp.workspace.workspace_role_arn #=> String
|
|
542
542
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
543
543
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -559,6 +559,7 @@ module Aws::ManagedGrafana
|
|
|
559
559
|
# resp.workspace.grafana_token #=> String
|
|
560
560
|
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
561
561
|
# resp.workspace.kms_key_id #=> String
|
|
562
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
562
563
|
#
|
|
563
564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/AssociateLicense AWS API Documentation
|
|
564
565
|
#
|
|
@@ -782,7 +783,7 @@ module Aws::ManagedGrafana
|
|
|
782
783
|
# resp.workspace.organizational_units[0] #=> String
|
|
783
784
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
784
785
|
# 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"
|
|
786
|
+
# 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
787
|
# resp.workspace.workspace_role_arn #=> String
|
|
787
788
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
788
789
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -804,6 +805,7 @@ module Aws::ManagedGrafana
|
|
|
804
805
|
# resp.workspace.grafana_token #=> String
|
|
805
806
|
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
806
807
|
# resp.workspace.kms_key_id #=> String
|
|
808
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
807
809
|
#
|
|
808
810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspace AWS API Documentation
|
|
809
811
|
#
|
|
@@ -1046,7 +1048,7 @@ module Aws::ManagedGrafana
|
|
|
1046
1048
|
# resp.workspace.organizational_units[0] #=> String
|
|
1047
1049
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
1048
1050
|
# 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"
|
|
1051
|
+
# 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
1052
|
# resp.workspace.workspace_role_arn #=> String
|
|
1051
1053
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
1052
1054
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -1068,6 +1070,7 @@ module Aws::ManagedGrafana
|
|
|
1068
1070
|
# resp.workspace.grafana_token #=> String
|
|
1069
1071
|
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
1070
1072
|
# resp.workspace.kms_key_id #=> String
|
|
1073
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
1071
1074
|
#
|
|
1072
1075
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspace AWS API Documentation
|
|
1073
1076
|
#
|
|
@@ -1240,7 +1243,7 @@ module Aws::ManagedGrafana
|
|
|
1240
1243
|
# resp.workspace.organizational_units[0] #=> String
|
|
1241
1244
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
1242
1245
|
# 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"
|
|
1246
|
+
# 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
1247
|
# resp.workspace.workspace_role_arn #=> String
|
|
1245
1248
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
1246
1249
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -1262,6 +1265,7 @@ module Aws::ManagedGrafana
|
|
|
1262
1265
|
# resp.workspace.grafana_token #=> String
|
|
1263
1266
|
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
1264
1267
|
# resp.workspace.kms_key_id #=> String
|
|
1268
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
1265
1269
|
#
|
|
1266
1270
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspace AWS API Documentation
|
|
1267
1271
|
#
|
|
@@ -1387,7 +1391,7 @@ module Aws::ManagedGrafana
|
|
|
1387
1391
|
# resp.workspace.organizational_units[0] #=> String
|
|
1388
1392
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
1389
1393
|
# 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"
|
|
1394
|
+
# 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
1395
|
# resp.workspace.workspace_role_arn #=> String
|
|
1392
1396
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
1393
1397
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -1409,6 +1413,7 @@ module Aws::ManagedGrafana
|
|
|
1409
1413
|
# resp.workspace.grafana_token #=> String
|
|
1410
1414
|
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
1411
1415
|
# resp.workspace.kms_key_id #=> String
|
|
1416
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
1412
1417
|
#
|
|
1413
1418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DisassociateLicense AWS API Documentation
|
|
1414
1419
|
#
|
|
@@ -1716,7 +1721,7 @@ module Aws::ManagedGrafana
|
|
|
1716
1721
|
# resp.workspaces[0].name #=> String
|
|
1717
1722
|
# resp.workspaces[0].notification_destinations #=> Array
|
|
1718
1723
|
# 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"
|
|
1724
|
+
# 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
1725
|
# resp.workspaces[0].authentication.providers #=> Array
|
|
1721
1726
|
# resp.workspaces[0].authentication.providers[0] #=> String, one of "AWS_SSO", "SAML"
|
|
1722
1727
|
# resp.workspaces[0].authentication.saml_configuration_status #=> String, one of "CONFIGURED", "NOT_CONFIGURED"
|
|
@@ -2036,7 +2041,7 @@ module Aws::ManagedGrafana
|
|
|
2036
2041
|
# resp.workspace.organizational_units[0] #=> String
|
|
2037
2042
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
2038
2043
|
# 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"
|
|
2044
|
+
# 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
2045
|
# resp.workspace.workspace_role_arn #=> String
|
|
2041
2046
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
2042
2047
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -2058,6 +2063,7 @@ module Aws::ManagedGrafana
|
|
|
2058
2063
|
# resp.workspace.grafana_token #=> String
|
|
2059
2064
|
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
2060
2065
|
# resp.workspace.kms_key_id #=> String
|
|
2066
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
2061
2067
|
#
|
|
2062
2068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspace AWS API Documentation
|
|
2063
2069
|
#
|
|
@@ -2229,7 +2235,7 @@ module Aws::ManagedGrafana
|
|
|
2229
2235
|
tracer: tracer
|
|
2230
2236
|
)
|
|
2231
2237
|
context[:gem_name] = 'aws-sdk-managedgrafana'
|
|
2232
|
-
context[:gem_version] = '1.
|
|
2238
|
+
context[:gem_version] = '1.63.0'
|
|
2233
2239
|
Seahorse::Client::Request.new(handlers, context)
|
|
2234
2240
|
end
|
|
2235
2241
|
|
|
@@ -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
|
data/sig/client.rbs
CHANGED
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")
|