aws-sdk-managedgrafana 1.61.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedgrafana/client.rb +40 -8
- data/lib/aws-sdk-managedgrafana/client_api.rb +6 -0
- data/lib/aws-sdk-managedgrafana/types.rb +36 -2
- data/lib/aws-sdk-managedgrafana.rb +1 -1
- data/sig/client.rbs +5 -3
- data/sig/types.rbs +6 -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,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.62.0 (2026-05-14)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds support for dual-stack (IPv4 and IPv6) connectivity to Amazon Managed Grafana workspaces. Customers can configure the ipAddressType parameter when creating or updating a workspace to choose between IPv4-only or dual-stack (IPv4 and IPv6) access.
|
|
13
|
+
|
|
4
14
|
1.61.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
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
|
|
@@ -557,7 +557,9 @@ module Aws::ManagedGrafana
|
|
|
557
557
|
# resp.workspace.network_access_control.vpce_ids #=> Array
|
|
558
558
|
# resp.workspace.network_access_control.vpce_ids[0] #=> String
|
|
559
559
|
# resp.workspace.grafana_token #=> String
|
|
560
|
+
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
560
561
|
# resp.workspace.kms_key_id #=> String
|
|
562
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
561
563
|
#
|
|
562
564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/AssociateLicense AWS API Documentation
|
|
563
565
|
#
|
|
@@ -713,6 +715,15 @@ module Aws::ManagedGrafana
|
|
|
713
715
|
#
|
|
714
716
|
# To get a list of supported versions, use the `ListVersions` operation.
|
|
715
717
|
#
|
|
718
|
+
# @option params [String] :ip_address_type
|
|
719
|
+
# Specifies whether the workspace supports IPv4 only, or IPv4 and IPv6.
|
|
720
|
+
# Valid values are `IPv4` and `DualStack`. For more information about IP
|
|
721
|
+
# address types, see [Network access control][1].
|
|
722
|
+
#
|
|
723
|
+
#
|
|
724
|
+
#
|
|
725
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-nac.html
|
|
726
|
+
#
|
|
716
727
|
# @option params [String] :kms_key_id
|
|
717
728
|
# The ID or ARN of the Key Management Service key to use for encrypting
|
|
718
729
|
# workspace data.
|
|
@@ -749,6 +760,7 @@ module Aws::ManagedGrafana
|
|
|
749
760
|
# vpce_ids: ["VpceId"], # required
|
|
750
761
|
# },
|
|
751
762
|
# grafana_version: "GrafanaVersion",
|
|
763
|
+
# ip_address_type: "IPv4", # accepts IPv4, DualStack
|
|
752
764
|
# kms_key_id: "KmsKeyId",
|
|
753
765
|
# })
|
|
754
766
|
#
|
|
@@ -771,7 +783,7 @@ module Aws::ManagedGrafana
|
|
|
771
783
|
# resp.workspace.organizational_units[0] #=> String
|
|
772
784
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
773
785
|
# resp.workspace.stack_set_name #=> String
|
|
774
|
-
# 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"
|
|
775
787
|
# resp.workspace.workspace_role_arn #=> String
|
|
776
788
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
777
789
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -791,7 +803,9 @@ module Aws::ManagedGrafana
|
|
|
791
803
|
# resp.workspace.network_access_control.vpce_ids #=> Array
|
|
792
804
|
# resp.workspace.network_access_control.vpce_ids[0] #=> String
|
|
793
805
|
# resp.workspace.grafana_token #=> String
|
|
806
|
+
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
794
807
|
# resp.workspace.kms_key_id #=> String
|
|
808
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
795
809
|
#
|
|
796
810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspace AWS API Documentation
|
|
797
811
|
#
|
|
@@ -1034,7 +1048,7 @@ module Aws::ManagedGrafana
|
|
|
1034
1048
|
# resp.workspace.organizational_units[0] #=> String
|
|
1035
1049
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
1036
1050
|
# resp.workspace.stack_set_name #=> String
|
|
1037
|
-
# 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"
|
|
1038
1052
|
# resp.workspace.workspace_role_arn #=> String
|
|
1039
1053
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
1040
1054
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -1054,7 +1068,9 @@ module Aws::ManagedGrafana
|
|
|
1054
1068
|
# resp.workspace.network_access_control.vpce_ids #=> Array
|
|
1055
1069
|
# resp.workspace.network_access_control.vpce_ids[0] #=> String
|
|
1056
1070
|
# resp.workspace.grafana_token #=> String
|
|
1071
|
+
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
1057
1072
|
# resp.workspace.kms_key_id #=> String
|
|
1073
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
1058
1074
|
#
|
|
1059
1075
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspace AWS API Documentation
|
|
1060
1076
|
#
|
|
@@ -1227,7 +1243,7 @@ module Aws::ManagedGrafana
|
|
|
1227
1243
|
# resp.workspace.organizational_units[0] #=> String
|
|
1228
1244
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
1229
1245
|
# resp.workspace.stack_set_name #=> String
|
|
1230
|
-
# 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"
|
|
1231
1247
|
# resp.workspace.workspace_role_arn #=> String
|
|
1232
1248
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
1233
1249
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -1247,7 +1263,9 @@ module Aws::ManagedGrafana
|
|
|
1247
1263
|
# resp.workspace.network_access_control.vpce_ids #=> Array
|
|
1248
1264
|
# resp.workspace.network_access_control.vpce_ids[0] #=> String
|
|
1249
1265
|
# resp.workspace.grafana_token #=> String
|
|
1266
|
+
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
1250
1267
|
# resp.workspace.kms_key_id #=> String
|
|
1268
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
1251
1269
|
#
|
|
1252
1270
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspace AWS API Documentation
|
|
1253
1271
|
#
|
|
@@ -1373,7 +1391,7 @@ module Aws::ManagedGrafana
|
|
|
1373
1391
|
# resp.workspace.organizational_units[0] #=> String
|
|
1374
1392
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
1375
1393
|
# resp.workspace.stack_set_name #=> String
|
|
1376
|
-
# 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"
|
|
1377
1395
|
# resp.workspace.workspace_role_arn #=> String
|
|
1378
1396
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
1379
1397
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -1393,7 +1411,9 @@ module Aws::ManagedGrafana
|
|
|
1393
1411
|
# resp.workspace.network_access_control.vpce_ids #=> Array
|
|
1394
1412
|
# resp.workspace.network_access_control.vpce_ids[0] #=> String
|
|
1395
1413
|
# resp.workspace.grafana_token #=> String
|
|
1414
|
+
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
1396
1415
|
# resp.workspace.kms_key_id #=> String
|
|
1416
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
1397
1417
|
#
|
|
1398
1418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DisassociateLicense AWS API Documentation
|
|
1399
1419
|
#
|
|
@@ -1701,7 +1721,7 @@ module Aws::ManagedGrafana
|
|
|
1701
1721
|
# resp.workspaces[0].name #=> String
|
|
1702
1722
|
# resp.workspaces[0].notification_destinations #=> Array
|
|
1703
1723
|
# resp.workspaces[0].notification_destinations[0] #=> String, one of "SNS"
|
|
1704
|
-
# 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"
|
|
1705
1725
|
# resp.workspaces[0].authentication.providers #=> Array
|
|
1706
1726
|
# resp.workspaces[0].authentication.providers[0] #=> String, one of "AWS_SSO", "SAML"
|
|
1707
1727
|
# resp.workspaces[0].authentication.saml_configuration_status #=> String, one of "CONFIGURED", "NOT_CONFIGURED"
|
|
@@ -1962,6 +1982,15 @@ module Aws::ManagedGrafana
|
|
|
1962
1982
|
# IP addresses and VPC endpoints will be allowed. Standard Grafana
|
|
1963
1983
|
# authentication and authorization will still be required.
|
|
1964
1984
|
#
|
|
1985
|
+
# @option params [String] :ip_address_type
|
|
1986
|
+
# Specifies whether the workspace supports IPv4 only, or IPv4 and IPv6.
|
|
1987
|
+
# Valid values are `IPv4` and `DualStack`. For more information about IP
|
|
1988
|
+
# address types, see [Network access control][1].
|
|
1989
|
+
#
|
|
1990
|
+
#
|
|
1991
|
+
#
|
|
1992
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-nac.html
|
|
1993
|
+
#
|
|
1965
1994
|
# @return [Types::UpdateWorkspaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1966
1995
|
#
|
|
1967
1996
|
# * {Types::UpdateWorkspaceResponse#workspace #workspace} => Types::WorkspaceDescription
|
|
@@ -1990,6 +2019,7 @@ module Aws::ManagedGrafana
|
|
|
1990
2019
|
# vpce_ids: ["VpceId"], # required
|
|
1991
2020
|
# },
|
|
1992
2021
|
# remove_network_access_configuration: false,
|
|
2022
|
+
# ip_address_type: "IPv4", # accepts IPv4, DualStack
|
|
1993
2023
|
# })
|
|
1994
2024
|
#
|
|
1995
2025
|
# @example Response structure
|
|
@@ -2011,7 +2041,7 @@ module Aws::ManagedGrafana
|
|
|
2011
2041
|
# resp.workspace.organizational_units[0] #=> String
|
|
2012
2042
|
# resp.workspace.permission_type #=> String, one of "CUSTOMER_MANAGED", "SERVICE_MANAGED"
|
|
2013
2043
|
# resp.workspace.stack_set_name #=> String
|
|
2014
|
-
# 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"
|
|
2015
2045
|
# resp.workspace.workspace_role_arn #=> String
|
|
2016
2046
|
# resp.workspace.license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
|
2017
2047
|
# resp.workspace.free_trial_consumed #=> Boolean
|
|
@@ -2031,7 +2061,9 @@ module Aws::ManagedGrafana
|
|
|
2031
2061
|
# resp.workspace.network_access_control.vpce_ids #=> Array
|
|
2032
2062
|
# resp.workspace.network_access_control.vpce_ids[0] #=> String
|
|
2033
2063
|
# resp.workspace.grafana_token #=> String
|
|
2064
|
+
# resp.workspace.ip_address_type #=> String, one of "IPv4", "DualStack"
|
|
2034
2065
|
# resp.workspace.kms_key_id #=> String
|
|
2066
|
+
# resp.workspace.degraded_workspace_reason #=> String
|
|
2035
2067
|
#
|
|
2036
2068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspace AWS API Documentation
|
|
2037
2069
|
#
|
|
@@ -2203,7 +2235,7 @@ module Aws::ManagedGrafana
|
|
|
2203
2235
|
tracer: tracer
|
|
2204
2236
|
)
|
|
2205
2237
|
context[:gem_name] = 'aws-sdk-managedgrafana'
|
|
2206
|
-
context[:gem_version] = '1.
|
|
2238
|
+
context[:gem_version] = '1.63.0'
|
|
2207
2239
|
Seahorse::Client::Request.new(handlers, context)
|
|
2208
2240
|
end
|
|
2209
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')
|
|
@@ -65,6 +66,7 @@ module Aws::ManagedGrafana
|
|
|
65
66
|
GrafanaToken = Shapes::StringShape.new(name: 'GrafanaToken')
|
|
66
67
|
GrafanaVersion = Shapes::StringShape.new(name: 'GrafanaVersion')
|
|
67
68
|
GrafanaVersionList = Shapes::ListShape.new(name: 'GrafanaVersionList')
|
|
69
|
+
IPAddressType = Shapes::StringShape.new(name: 'IPAddressType')
|
|
68
70
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
|
69
71
|
IdpMetadata = Shapes::UnionShape.new(name: 'IdpMetadata')
|
|
70
72
|
IdpMetadataUrl = Shapes::StringShape.new(name: 'IdpMetadataUrl')
|
|
@@ -237,6 +239,7 @@ module Aws::ManagedGrafana
|
|
|
237
239
|
CreateWorkspaceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: OverridableConfigurationJson, location_name: "configuration", metadata: {"jsonvalue" => true}))
|
|
238
240
|
CreateWorkspaceRequest.add_member(:network_access_control, Shapes::ShapeRef.new(shape: NetworkAccessConfiguration, location_name: "networkAccessControl"))
|
|
239
241
|
CreateWorkspaceRequest.add_member(:grafana_version, Shapes::ShapeRef.new(shape: GrafanaVersion, location_name: "grafanaVersion"))
|
|
242
|
+
CreateWorkspaceRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IPAddressType, location_name: "ipAddressType"))
|
|
240
243
|
CreateWorkspaceRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
241
244
|
CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
|
|
242
245
|
|
|
@@ -541,6 +544,7 @@ module Aws::ManagedGrafana
|
|
|
541
544
|
UpdateWorkspaceRequest.add_member(:remove_vpc_configuration, Shapes::ShapeRef.new(shape: Boolean, location_name: "removeVpcConfiguration"))
|
|
542
545
|
UpdateWorkspaceRequest.add_member(:network_access_control, Shapes::ShapeRef.new(shape: NetworkAccessConfiguration, location_name: "networkAccessControl"))
|
|
543
546
|
UpdateWorkspaceRequest.add_member(:remove_network_access_configuration, Shapes::ShapeRef.new(shape: Boolean, location_name: "removeNetworkAccessConfiguration"))
|
|
547
|
+
UpdateWorkspaceRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IPAddressType, location_name: "ipAddressType"))
|
|
544
548
|
UpdateWorkspaceRequest.struct_class = Types::UpdateWorkspaceRequest
|
|
545
549
|
|
|
546
550
|
UpdateWorkspaceResponse.add_member(:workspace, Shapes::ShapeRef.new(shape: WorkspaceDescription, required: true, location_name: "workspace"))
|
|
@@ -594,7 +598,9 @@ module Aws::ManagedGrafana
|
|
|
594
598
|
WorkspaceDescription.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "vpcConfiguration"))
|
|
595
599
|
WorkspaceDescription.add_member(:network_access_control, Shapes::ShapeRef.new(shape: NetworkAccessConfiguration, location_name: "networkAccessControl"))
|
|
596
600
|
WorkspaceDescription.add_member(:grafana_token, Shapes::ShapeRef.new(shape: GrafanaToken, location_name: "grafanaToken"))
|
|
601
|
+
WorkspaceDescription.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IPAddressType, location_name: "ipAddressType"))
|
|
597
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"))
|
|
598
604
|
WorkspaceDescription.struct_class = Types::WorkspaceDescription
|
|
599
605
|
|
|
600
606
|
WorkspaceList.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
|
|
@@ -410,6 +410,16 @@ module Aws::ManagedGrafana
|
|
|
410
410
|
# operation.
|
|
411
411
|
# @return [String]
|
|
412
412
|
#
|
|
413
|
+
# @!attribute [rw] ip_address_type
|
|
414
|
+
# Specifies whether the workspace supports IPv4 only, or IPv4 and
|
|
415
|
+
# IPv6. Valid values are `IPv4` and `DualStack`. For more information
|
|
416
|
+
# about IP address types, see [Network access control][1].
|
|
417
|
+
#
|
|
418
|
+
#
|
|
419
|
+
#
|
|
420
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-nac.html
|
|
421
|
+
# @return [String]
|
|
422
|
+
#
|
|
413
423
|
# @!attribute [rw] kms_key_id
|
|
414
424
|
# The ID or ARN of the Key Management Service key to use for
|
|
415
425
|
# encrypting workspace data.
|
|
@@ -435,6 +445,7 @@ module Aws::ManagedGrafana
|
|
|
435
445
|
:configuration,
|
|
436
446
|
:network_access_control,
|
|
437
447
|
:grafana_version,
|
|
448
|
+
:ip_address_type,
|
|
438
449
|
:kms_key_id)
|
|
439
450
|
SENSITIVE = [:organization_role_name, :workspace_description, :workspace_name, :workspace_organizational_units, :workspace_role_arn]
|
|
440
451
|
include Aws::Structure
|
|
@@ -1857,6 +1868,16 @@ module Aws::ManagedGrafana
|
|
|
1857
1868
|
# authentication and authorization will still be required.
|
|
1858
1869
|
# @return [Boolean]
|
|
1859
1870
|
#
|
|
1871
|
+
# @!attribute [rw] ip_address_type
|
|
1872
|
+
# Specifies whether the workspace supports IPv4 only, or IPv4 and
|
|
1873
|
+
# IPv6. Valid values are `IPv4` and `DualStack`. For more information
|
|
1874
|
+
# about IP address types, see [Network access control][1].
|
|
1875
|
+
#
|
|
1876
|
+
#
|
|
1877
|
+
#
|
|
1878
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-nac.html
|
|
1879
|
+
# @return [String]
|
|
1880
|
+
#
|
|
1860
1881
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspaceRequest AWS API Documentation
|
|
1861
1882
|
#
|
|
1862
1883
|
class UpdateWorkspaceRequest < Struct.new(
|
|
@@ -1874,7 +1895,8 @@ module Aws::ManagedGrafana
|
|
|
1874
1895
|
:vpc_configuration,
|
|
1875
1896
|
:remove_vpc_configuration,
|
|
1876
1897
|
:network_access_control,
|
|
1877
|
-
:remove_network_access_configuration
|
|
1898
|
+
:remove_network_access_configuration,
|
|
1899
|
+
:ip_address_type)
|
|
1878
1900
|
SENSITIVE = [:organization_role_name, :workspace_description, :workspace_name, :workspace_organizational_units, :workspace_role_arn]
|
|
1879
1901
|
include Aws::Structure
|
|
1880
1902
|
end
|
|
@@ -2164,11 +2186,21 @@ module Aws::ManagedGrafana
|
|
|
2164
2186
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise
|
|
2165
2187
|
# @return [String]
|
|
2166
2188
|
#
|
|
2189
|
+
# @!attribute [rw] ip_address_type
|
|
2190
|
+
# The type of IP addresses supported for connection to the workspace.
|
|
2191
|
+
# Valid values are `IPv4` and `DualStack`.
|
|
2192
|
+
# @return [String]
|
|
2193
|
+
#
|
|
2167
2194
|
# @!attribute [rw] kms_key_id
|
|
2168
2195
|
# The ID or ARN of the Key Management Service key used for encrypting
|
|
2169
2196
|
# workspace data.
|
|
2170
2197
|
# @return [String]
|
|
2171
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
|
+
#
|
|
2172
2204
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/WorkspaceDescription AWS API Documentation
|
|
2173
2205
|
#
|
|
2174
2206
|
class WorkspaceDescription < Struct.new(
|
|
@@ -2197,7 +2229,9 @@ module Aws::ManagedGrafana
|
|
|
2197
2229
|
:vpc_configuration,
|
|
2198
2230
|
:network_access_control,
|
|
2199
2231
|
:grafana_token,
|
|
2200
|
-
:
|
|
2232
|
+
:ip_address_type,
|
|
2233
|
+
:kms_key_id,
|
|
2234
|
+
:degraded_workspace_reason)
|
|
2201
2235
|
SENSITIVE = [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
|
|
2202
2236
|
include Aws::Structure
|
|
2203
2237
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -119,6 +119,7 @@ module Aws
|
|
|
119
119
|
vpce_ids: Array[::String]
|
|
120
120
|
},
|
|
121
121
|
?grafana_version: ::String,
|
|
122
|
+
?ip_address_type: ("IPv4" | "DualStack"),
|
|
122
123
|
?kms_key_id: ::String
|
|
123
124
|
) -> _CreateWorkspaceResponseSuccess
|
|
124
125
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspaceResponseSuccess
|
|
@@ -373,9 +374,9 @@ module Aws
|
|
|
373
374
|
{
|
|
374
375
|
id: ::String,
|
|
375
376
|
type: ("SSO_USER" | "SSO_GROUP")
|
|
376
|
-
}
|
|
377
|
+
}
|
|
377
378
|
]
|
|
378
|
-
}
|
|
379
|
+
}
|
|
379
380
|
],
|
|
380
381
|
workspace_id: ::String
|
|
381
382
|
) -> _UpdatePermissionsResponseSuccess
|
|
@@ -407,7 +408,8 @@ module Aws
|
|
|
407
408
|
prefix_list_ids: Array[::String],
|
|
408
409
|
vpce_ids: Array[::String]
|
|
409
410
|
},
|
|
410
|
-
?remove_network_access_configuration: bool
|
|
411
|
+
?remove_network_access_configuration: bool,
|
|
412
|
+
?ip_address_type: ("IPv4" | "DualStack")
|
|
411
413
|
) -> _UpdateWorkspaceResponseSuccess
|
|
412
414
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkspaceResponseSuccess
|
|
413
415
|
|
data/sig/types.rbs
CHANGED
|
@@ -93,6 +93,7 @@ module Aws::ManagedGrafana
|
|
|
93
93
|
attr_accessor configuration: ::String
|
|
94
94
|
attr_accessor network_access_control: Types::NetworkAccessConfiguration
|
|
95
95
|
attr_accessor grafana_version: ::String
|
|
96
|
+
attr_accessor ip_address_type: ("IPv4" | "DualStack")
|
|
96
97
|
attr_accessor kms_key_id: ::String
|
|
97
98
|
SENSITIVE: [:organization_role_name, :workspace_description, :workspace_name, :workspace_organizational_units, :workspace_role_arn]
|
|
98
99
|
end
|
|
@@ -485,6 +486,7 @@ module Aws::ManagedGrafana
|
|
|
485
486
|
attr_accessor remove_vpc_configuration: bool
|
|
486
487
|
attr_accessor network_access_control: Types::NetworkAccessConfiguration
|
|
487
488
|
attr_accessor remove_network_access_configuration: bool
|
|
489
|
+
attr_accessor ip_address_type: ("IPv4" | "DualStack")
|
|
488
490
|
SENSITIVE: [:organization_role_name, :workspace_description, :workspace_name, :workspace_organizational_units, :workspace_role_arn]
|
|
489
491
|
end
|
|
490
492
|
|
|
@@ -533,7 +535,7 @@ module Aws::ManagedGrafana
|
|
|
533
535
|
attr_accessor organizational_units: ::Array[::String]
|
|
534
536
|
attr_accessor permission_type: ("CUSTOMER_MANAGED" | "SERVICE_MANAGED")
|
|
535
537
|
attr_accessor stack_set_name: ::String
|
|
536
|
-
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")
|
|
537
539
|
attr_accessor workspace_role_arn: ::String
|
|
538
540
|
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|
|
539
541
|
attr_accessor free_trial_consumed: bool
|
|
@@ -544,7 +546,9 @@ module Aws::ManagedGrafana
|
|
|
544
546
|
attr_accessor vpc_configuration: Types::VpcConfiguration
|
|
545
547
|
attr_accessor network_access_control: Types::NetworkAccessConfiguration
|
|
546
548
|
attr_accessor grafana_token: ::String
|
|
549
|
+
attr_accessor ip_address_type: ("IPv4" | "DualStack")
|
|
547
550
|
attr_accessor kms_key_id: ::String
|
|
551
|
+
attr_accessor degraded_workspace_reason: ::String
|
|
548
552
|
SENSITIVE: [:description, :name, :organization_role_name, :organizational_units, :workspace_role_arn]
|
|
549
553
|
end
|
|
550
554
|
|
|
@@ -557,7 +561,7 @@ module Aws::ManagedGrafana
|
|
|
557
561
|
attr_accessor modified: ::Time
|
|
558
562
|
attr_accessor name: ::String
|
|
559
563
|
attr_accessor notification_destinations: ::Array[("SNS")]
|
|
560
|
-
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")
|
|
561
565
|
attr_accessor authentication: Types::AuthenticationSummary
|
|
562
566
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
563
567
|
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|