aws-sdk-managedgrafana 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedgrafana/client.rb +7 -1
- data/lib/aws-sdk-managedgrafana/client_api.rb +1 -0
- data/lib/aws-sdk-managedgrafana/endpoint_provider.rb +0 -30
- data/lib/aws-sdk-managedgrafana/types.rb +7 -0
- data/lib/aws-sdk-managedgrafana.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64fd17dfe59278849a5070da3ecc05ad0e7fc4eb1593e38424cfb0deeb41d369
|
4
|
+
data.tar.gz: 5bcc93392daf4a898059c7d12056a509a7426ef691a34c5605ef696903069085
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fc40a3b41fb948a0f4e2b64d98032dc20e93024cefa30c9f0ae14cdf7570d79f44491f5a02e0cc96340b37648483ff5b5ce00e22865cb1c6de9857eea778f23
|
7
|
+
data.tar.gz: cd336b5dae1541911011d161d6b476844125956f8b1e0fe4e5f426f8ce88dc603f3770e709d859636b5e66ef066c85fc2ec32f0100788ab569b9f040d1edfeb5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|
@@ -491,6 +491,11 @@ module Aws::ManagedGrafana
|
|
491
491
|
#
|
492
492
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html
|
493
493
|
#
|
494
|
+
# @option params [String] :grafana_version
|
495
|
+
# Specifies the version of Grafana to support in the new workspace.
|
496
|
+
#
|
497
|
+
# Supported values are `8.4` and `9.4`.
|
498
|
+
#
|
494
499
|
# @option params [Types::NetworkAccessConfiguration] :network_access_control
|
495
500
|
# Configuration for network access to your workspace.
|
496
501
|
#
|
@@ -586,6 +591,7 @@ module Aws::ManagedGrafana
|
|
586
591
|
# authentication_providers: ["AWS_SSO"], # required, accepts AWS_SSO, SAML
|
587
592
|
# client_token: "ClientToken",
|
588
593
|
# configuration: "OverridableConfigurationJson",
|
594
|
+
# grafana_version: "GrafanaVersion",
|
589
595
|
# network_access_control: {
|
590
596
|
# prefix_list_ids: ["PrefixListId"], # required
|
591
597
|
# vpce_ids: ["VpceId"], # required
|
@@ -1628,7 +1634,7 @@ module Aws::ManagedGrafana
|
|
1628
1634
|
params: params,
|
1629
1635
|
config: config)
|
1630
1636
|
context[:gem_name] = 'aws-sdk-managedgrafana'
|
1631
|
-
context[:gem_version] = '1.
|
1637
|
+
context[:gem_version] = '1.14.0'
|
1632
1638
|
Seahorse::Client::Request.new(handlers, context)
|
1633
1639
|
end
|
1634
1640
|
|
@@ -193,6 +193,7 @@ module Aws::ManagedGrafana
|
|
193
193
|
CreateWorkspaceRequest.add_member(:authentication_providers, Shapes::ShapeRef.new(shape: AuthenticationProviders, required: true, location_name: "authenticationProviders"))
|
194
194
|
CreateWorkspaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
195
195
|
CreateWorkspaceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: OverridableConfigurationJson, location_name: "configuration", metadata: {"jsonvalue"=>true}))
|
196
|
+
CreateWorkspaceRequest.add_member(:grafana_version, Shapes::ShapeRef.new(shape: GrafanaVersion, location_name: "grafanaVersion"))
|
196
197
|
CreateWorkspaceRequest.add_member(:network_access_control, Shapes::ShapeRef.new(shape: NetworkAccessConfiguration, location_name: "networkAccessControl"))
|
197
198
|
CreateWorkspaceRequest.add_member(:organization_role_name, Shapes::ShapeRef.new(shape: OrganizationRoleName, location_name: "organizationRoleName"))
|
198
199
|
CreateWorkspaceRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: PermissionType, required: true, location_name: "permissionType"))
|
@@ -43,36 +43,6 @@ module Aws::ManagedGrafana
|
|
43
43
|
end
|
44
44
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
45
45
|
end
|
46
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "ap-northeast-1")
|
47
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.ap-northeast-1.amazonaws.com", headers: {}, properties: {})
|
48
|
-
end
|
49
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "ap-northeast-2")
|
50
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.ap-northeast-2.amazonaws.com", headers: {}, properties: {})
|
51
|
-
end
|
52
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "ap-southeast-1")
|
53
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.ap-southeast-1.amazonaws.com", headers: {}, properties: {})
|
54
|
-
end
|
55
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "ap-southeast-2")
|
56
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.ap-southeast-2.amazonaws.com", headers: {}, properties: {})
|
57
|
-
end
|
58
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "eu-central-1")
|
59
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.eu-central-1.amazonaws.com", headers: {}, properties: {})
|
60
|
-
end
|
61
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "eu-west-1")
|
62
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.eu-west-1.amazonaws.com", headers: {}, properties: {})
|
63
|
-
end
|
64
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "eu-west-2")
|
65
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.eu-west-2.amazonaws.com", headers: {}, properties: {})
|
66
|
-
end
|
67
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "us-east-1")
|
68
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.us-east-1.amazonaws.com", headers: {}, properties: {})
|
69
|
-
end
|
70
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "us-east-2")
|
71
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.us-east-2.amazonaws.com", headers: {}, properties: {})
|
72
|
-
end
|
73
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "us-west-2")
|
74
|
-
return Aws::Endpoints::Endpoint.new(url: "https://grafana.us-west-2.amazonaws.com", headers: {}, properties: {})
|
75
|
-
end
|
76
46
|
return Aws::Endpoints::Endpoint.new(url: "https://grafana.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
77
47
|
end
|
78
48
|
end
|
@@ -285,6 +285,12 @@ module Aws::ManagedGrafana
|
|
285
285
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html
|
286
286
|
# @return [String]
|
287
287
|
#
|
288
|
+
# @!attribute [rw] grafana_version
|
289
|
+
# Specifies the version of Grafana to support in the new workspace.
|
290
|
+
#
|
291
|
+
# Supported values are `8.4` and `9.4`.
|
292
|
+
# @return [String]
|
293
|
+
#
|
288
294
|
# @!attribute [rw] network_access_control
|
289
295
|
# Configuration for network access to your workspace.
|
290
296
|
#
|
@@ -388,6 +394,7 @@ module Aws::ManagedGrafana
|
|
388
394
|
:authentication_providers,
|
389
395
|
:client_token,
|
390
396
|
:configuration,
|
397
|
+
:grafana_version,
|
391
398
|
:network_access_control,
|
392
399
|
:organization_role_name,
|
393
400
|
:permission_type,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-managedgrafana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|