aws-sdk-managedgrafana 1.13.0 → 1.15.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: 95d1063eedc2551fd155e40eaa7b6bd779a0985a40b02bd76b0340793c0b8cc3
4
- data.tar.gz: 8bf298a66f196a2e7cac0b6975d77569d1836221f2498a21db297b0f9a2ccb53
3
+ metadata.gz: 3f3d051b2b061083a587570b98bdf4a228e8c3b23defdae51f8269d1ead35785
4
+ data.tar.gz: 8d642b24e93a45130607c218ee02b20bd945aee348563593e780ea312bd18c92
5
5
  SHA512:
6
- metadata.gz: d96a64a32df7817926d52f10c648433c0bf1c52817536dadfb3cde8e14865b830aa0640fd483cda412d736e9a62e2b591c27d52735b747d6076a500aef4802c0
7
- data.tar.gz: 9f3bdc522883c556b465a803f98728cc443f9a7d65c6bf9a72e20151c28791695e83060183faa1e032010bfceb9c19acccda97d1cb587bc7fd9f54e8220fb955
6
+ metadata.gz: 86dbeb8db5af092e04a55f4919fe8d5491cdf3ad76ccf9b347617ed831647e7985afb688320168a2f02285bb25e1abbc3f062473bb7f54cde8a127e2e3db6633
7
+ data.tar.gz: dadf511bce602fa5cb41074a154b4650ed84a4bab234d35407610791e3699b5a9d08f55f29412166a6801b855b6b10cd79b36d7bfc6afc40d81f9643ced24c59
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.14.0 (2023-04-28)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for the grafanaVersion parameter in CreateWorkspace.
13
+
4
14
  1.13.0 (2023-02-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.15.0
@@ -275,6 +275,11 @@ module Aws::ManagedGrafana
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -491,6 +496,11 @@ module Aws::ManagedGrafana
491
496
  #
492
497
  # [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html
493
498
  #
499
+ # @option params [String] :grafana_version
500
+ # Specifies the version of Grafana to support in the new workspace.
501
+ #
502
+ # Supported values are `8.4` and `9.4`.
503
+ #
494
504
  # @option params [Types::NetworkAccessConfiguration] :network_access_control
495
505
  # Configuration for network access to your workspace.
496
506
  #
@@ -586,6 +596,7 @@ module Aws::ManagedGrafana
586
596
  # authentication_providers: ["AWS_SSO"], # required, accepts AWS_SSO, SAML
587
597
  # client_token: "ClientToken",
588
598
  # configuration: "OverridableConfigurationJson",
599
+ # grafana_version: "GrafanaVersion",
589
600
  # network_access_control: {
590
601
  # prefix_list_ids: ["PrefixListId"], # required
591
602
  # vpce_ids: ["VpceId"], # required
@@ -1628,7 +1639,7 @@ module Aws::ManagedGrafana
1628
1639
  params: params,
1629
1640
  config: config)
1630
1641
  context[:gem_name] = 'aws-sdk-managedgrafana'
1631
- context[:gem_version] = '1.13.0'
1642
+ context[:gem_version] = '1.15.0'
1632
1643
  Seahorse::Client::Request.new(handlers, context)
1633
1644
  end
1634
1645
 
@@ -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,
@@ -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.13.0'
55
+ GEM_VERSION = '1.15.0'
56
56
 
57
57
  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.13.0
4
+ version: 1.15.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-02-23 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
22
+ version: 3.174.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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement