aws-sdk-managedgrafana 1.25.0 → 1.26.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 +42 -13
- data/lib/aws-sdk-managedgrafana/client_api.rb +5 -0
- data/lib/aws-sdk-managedgrafana/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-managedgrafana/types.rb +86 -15
- data/lib/aws-sdk-managedgrafana.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +4 -0
- 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: 27e0670ad390b6ad4c76705c80e754742e67847125b4f3d28ae57f20ad6b297a
|
4
|
+
data.tar.gz: b0c4a385890a5ed52423559f4f0ee6a94e246617ff6b5dc7dba80749780bd95d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be3519801b3c062ac798a9fa81f752b80e7321723042b00487b764ef73cc9cc04ddbc028ec507e0c74a4456072202a6b5824cb71b4d2eff3b9bcfe944364304d
|
7
|
+
data.tar.gz: fa1028529dfebf88cec9f32d47a175d6baaec855d7798e605fd2fe03a75795cba22c5d346355d245529426c79d08f9a062d37ed2896c08dee37fcb67f2857c28
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.26.0 (2024-03-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for the new GrafanaToken as part of the Amazon Managed Grafana Enterprise plugins upgrade to associate your AWS account with a Grafana Labs account.
|
8
|
+
|
4
9
|
1.25.0 (2024-01-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.26.0
|
@@ -396,9 +396,23 @@ module Aws::ManagedGrafana
|
|
396
396
|
#
|
397
397
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html
|
398
398
|
#
|
399
|
+
# @option params [String] :grafana_token
|
400
|
+
# A token from Grafana Labs that ties your Amazon Web Services account
|
401
|
+
# with a Grafana Labs account. For more information, see [Register with
|
402
|
+
# Grafana Labs][1].
|
403
|
+
#
|
404
|
+
#
|
405
|
+
#
|
406
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise
|
407
|
+
#
|
399
408
|
# @option params [required, String] :license_type
|
400
409
|
# The type of license to associate with the workspace.
|
401
410
|
#
|
411
|
+
# <note markdown="1"> Amazon Managed Grafana workspaces no longer support Grafana Enterprise
|
412
|
+
# free trials.
|
413
|
+
#
|
414
|
+
# </note>
|
415
|
+
#
|
402
416
|
# @option params [required, String] :workspace_id
|
403
417
|
# The ID of the workspace to associate the license with.
|
404
418
|
#
|
@@ -409,6 +423,7 @@ module Aws::ManagedGrafana
|
|
409
423
|
# @example Request syntax with placeholder values
|
410
424
|
#
|
411
425
|
# resp = client.associate_license({
|
426
|
+
# grafana_token: "GrafanaToken",
|
412
427
|
# license_type: "ENTERPRISE", # required, accepts ENTERPRISE, ENTERPRISE_FREE_TRIAL
|
413
428
|
# workspace_id: "WorkspaceId", # required
|
414
429
|
# })
|
@@ -426,6 +441,7 @@ module Aws::ManagedGrafana
|
|
426
441
|
# resp.workspace.endpoint #=> String
|
427
442
|
# resp.workspace.free_trial_consumed #=> Boolean
|
428
443
|
# resp.workspace.free_trial_expiration #=> Time
|
444
|
+
# resp.workspace.grafana_token #=> String
|
429
445
|
# resp.workspace.grafana_version #=> String
|
430
446
|
# resp.workspace.id #=> String
|
431
447
|
# resp.workspace.license_expiration #=> Time
|
@@ -482,10 +498,10 @@ module Aws::ManagedGrafana
|
|
482
498
|
# `workspaceOrganizationalUnits` parameter.
|
483
499
|
#
|
484
500
|
# @option params [required, Array<String>] :authentication_providers
|
485
|
-
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center
|
486
|
-
#
|
487
|
-
#
|
488
|
-
#
|
501
|
+
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center,
|
502
|
+
# or both to authenticate users for using the Grafana console within a
|
503
|
+
# workspace. For more information, see [User authentication in Amazon
|
504
|
+
# Managed Grafana][1].
|
489
505
|
#
|
490
506
|
#
|
491
507
|
#
|
@@ -512,9 +528,10 @@ module Aws::ManagedGrafana
|
|
512
528
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html
|
513
529
|
#
|
514
530
|
# @option params [String] :grafana_version
|
515
|
-
# Specifies the version of Grafana to support in the new workspace.
|
531
|
+
# Specifies the version of Grafana to support in the new workspace. If
|
532
|
+
# not specified, defaults to the latest version (for example, 9.4).
|
516
533
|
#
|
517
|
-
# To get a list of supported
|
534
|
+
# To get a list of supported versions, use the `ListVersions` operation.
|
518
535
|
#
|
519
536
|
# @option params [Types::NetworkAccessConfiguration] :network_access_control
|
520
537
|
# Configuration for network access to your workspace.
|
@@ -652,6 +669,7 @@ module Aws::ManagedGrafana
|
|
652
669
|
# resp.workspace.endpoint #=> String
|
653
670
|
# resp.workspace.free_trial_consumed #=> Boolean
|
654
671
|
# resp.workspace.free_trial_expiration #=> Time
|
672
|
+
# resp.workspace.grafana_token #=> String
|
655
673
|
# resp.workspace.grafana_version #=> String
|
656
674
|
# resp.workspace.id #=> String
|
657
675
|
# resp.workspace.license_expiration #=> Time
|
@@ -770,6 +788,7 @@ module Aws::ManagedGrafana
|
|
770
788
|
# resp.workspace.endpoint #=> String
|
771
789
|
# resp.workspace.free_trial_consumed #=> Boolean
|
772
790
|
# resp.workspace.free_trial_expiration #=> Time
|
791
|
+
# resp.workspace.grafana_token #=> String
|
773
792
|
# resp.workspace.grafana_version #=> String
|
774
793
|
# resp.workspace.id #=> String
|
775
794
|
# resp.workspace.license_expiration #=> Time
|
@@ -867,6 +886,7 @@ module Aws::ManagedGrafana
|
|
867
886
|
# resp.workspace.endpoint #=> String
|
868
887
|
# resp.workspace.free_trial_consumed #=> Boolean
|
869
888
|
# resp.workspace.free_trial_expiration #=> Time
|
889
|
+
# resp.workspace.grafana_token #=> String
|
870
890
|
# resp.workspace.grafana_version #=> String
|
871
891
|
# resp.workspace.id #=> String
|
872
892
|
# resp.workspace.license_expiration #=> Time
|
@@ -1011,6 +1031,7 @@ module Aws::ManagedGrafana
|
|
1011
1031
|
# resp.workspace.endpoint #=> String
|
1012
1032
|
# resp.workspace.free_trial_consumed #=> Boolean
|
1013
1033
|
# resp.workspace.free_trial_expiration #=> Time
|
1034
|
+
# resp.workspace.grafana_token #=> String
|
1014
1035
|
# resp.workspace.grafana_version #=> String
|
1015
1036
|
# resp.workspace.id #=> String
|
1016
1037
|
# resp.workspace.license_expiration #=> Time
|
@@ -1227,8 +1248,10 @@ module Aws::ManagedGrafana
|
|
1227
1248
|
# resp.workspaces[0].created #=> Time
|
1228
1249
|
# resp.workspaces[0].description #=> String
|
1229
1250
|
# resp.workspaces[0].endpoint #=> String
|
1251
|
+
# resp.workspaces[0].grafana_token #=> String
|
1230
1252
|
# resp.workspaces[0].grafana_version #=> String
|
1231
1253
|
# resp.workspaces[0].id #=> String
|
1254
|
+
# resp.workspaces[0].license_type #=> String, one of "ENTERPRISE", "ENTERPRISE_FREE_TRIAL"
|
1232
1255
|
# resp.workspaces[0].modified #=> Time
|
1233
1256
|
# resp.workspaces[0].name #=> String
|
1234
1257
|
# resp.workspaces[0].notification_destinations #=> Array
|
@@ -1531,6 +1554,7 @@ module Aws::ManagedGrafana
|
|
1531
1554
|
# resp.workspace.endpoint #=> String
|
1532
1555
|
# resp.workspace.free_trial_consumed #=> Boolean
|
1533
1556
|
# resp.workspace.free_trial_expiration #=> Time
|
1557
|
+
# resp.workspace.grafana_token #=> String
|
1534
1558
|
# resp.workspace.grafana_version #=> String
|
1535
1559
|
# resp.workspace.id #=> String
|
1536
1560
|
# resp.workspace.license_expiration #=> Time
|
@@ -1578,10 +1602,10 @@ module Aws::ManagedGrafana
|
|
1578
1602
|
# </note>
|
1579
1603
|
#
|
1580
1604
|
# @option params [required, Array<String>] :authentication_providers
|
1581
|
-
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center
|
1582
|
-
#
|
1583
|
-
#
|
1584
|
-
#
|
1605
|
+
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center,
|
1606
|
+
# or both to authenticate users for using the Grafana console within a
|
1607
|
+
# workspace. For more information, see [User authentication in Amazon
|
1608
|
+
# Managed Grafana][1].
|
1585
1609
|
#
|
1586
1610
|
#
|
1587
1611
|
#
|
@@ -1674,13 +1698,18 @@ module Aws::ManagedGrafana
|
|
1674
1698
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html
|
1675
1699
|
#
|
1676
1700
|
# @option params [String] :grafana_version
|
1677
|
-
# Specifies the version of Grafana to support in the
|
1701
|
+
# Specifies the version of Grafana to support in the workspace. If not
|
1702
|
+
# specified, keeps the current version of the workspace.
|
1678
1703
|
#
|
1679
1704
|
# Can only be used to upgrade (for example, from 8.4 to 9.4), not
|
1680
1705
|
# downgrade (for example, from 9.4 to 8.4).
|
1681
1706
|
#
|
1682
1707
|
# To know what versions are available to upgrade to for a specific
|
1683
|
-
# workspace, see the
|
1708
|
+
# workspace, see the [ListVersions][1] operation.
|
1709
|
+
#
|
1710
|
+
#
|
1711
|
+
#
|
1712
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/APIReference/API_ListVersions.html
|
1684
1713
|
#
|
1685
1714
|
# @option params [required, String] :workspace_id
|
1686
1715
|
# The ID of the workspace to update.
|
@@ -1717,7 +1746,7 @@ module Aws::ManagedGrafana
|
|
1717
1746
|
params: params,
|
1718
1747
|
config: config)
|
1719
1748
|
context[:gem_name] = 'aws-sdk-managedgrafana'
|
1720
|
-
context[:gem_version] = '1.
|
1749
|
+
context[:gem_version] = '1.26.0'
|
1721
1750
|
Seahorse::Client::Request.new(handlers, context)
|
1722
1751
|
end
|
1723
1752
|
|
@@ -52,6 +52,7 @@ module Aws::ManagedGrafana
|
|
52
52
|
DisassociateLicenseRequest = Shapes::StructureShape.new(name: 'DisassociateLicenseRequest')
|
53
53
|
DisassociateLicenseResponse = Shapes::StructureShape.new(name: 'DisassociateLicenseResponse')
|
54
54
|
Endpoint = Shapes::StringShape.new(name: 'Endpoint')
|
55
|
+
GrafanaToken = Shapes::StringShape.new(name: 'GrafanaToken')
|
55
56
|
GrafanaVersion = Shapes::StringShape.new(name: 'GrafanaVersion')
|
56
57
|
GrafanaVersionList = Shapes::ListShape.new(name: 'GrafanaVersionList')
|
57
58
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
@@ -156,6 +157,7 @@ module Aws::ManagedGrafana
|
|
156
157
|
AssertionAttributes.add_member(:role, Shapes::ShapeRef.new(shape: AssertionAttribute, location_name: "role"))
|
157
158
|
AssertionAttributes.struct_class = Types::AssertionAttributes
|
158
159
|
|
160
|
+
AssociateLicenseRequest.add_member(:grafana_token, Shapes::ShapeRef.new(shape: GrafanaToken, location: "header", location_name: "Grafana-Token"))
|
159
161
|
AssociateLicenseRequest.add_member(:license_type, Shapes::ShapeRef.new(shape: LicenseType, required: true, location: "uri", location_name: "licenseType"))
|
160
162
|
AssociateLicenseRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "workspaceId"))
|
161
163
|
AssociateLicenseRequest.struct_class = Types::AssociateLicenseRequest
|
@@ -465,6 +467,7 @@ module Aws::ManagedGrafana
|
|
465
467
|
WorkspaceDescription.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "endpoint"))
|
466
468
|
WorkspaceDescription.add_member(:free_trial_consumed, Shapes::ShapeRef.new(shape: Boolean, location_name: "freeTrialConsumed"))
|
467
469
|
WorkspaceDescription.add_member(:free_trial_expiration, Shapes::ShapeRef.new(shape: Timestamp, location_name: "freeTrialExpiration"))
|
470
|
+
WorkspaceDescription.add_member(:grafana_token, Shapes::ShapeRef.new(shape: GrafanaToken, location_name: "grafanaToken"))
|
468
471
|
WorkspaceDescription.add_member(:grafana_version, Shapes::ShapeRef.new(shape: GrafanaVersion, required: true, location_name: "grafanaVersion"))
|
469
472
|
WorkspaceDescription.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "id"))
|
470
473
|
WorkspaceDescription.add_member(:license_expiration, Shapes::ShapeRef.new(shape: Timestamp, location_name: "licenseExpiration"))
|
@@ -489,8 +492,10 @@ module Aws::ManagedGrafana
|
|
489
492
|
WorkspaceSummary.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "created"))
|
490
493
|
WorkspaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
491
494
|
WorkspaceSummary.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, required: true, location_name: "endpoint"))
|
495
|
+
WorkspaceSummary.add_member(:grafana_token, Shapes::ShapeRef.new(shape: GrafanaToken, location_name: "grafanaToken"))
|
492
496
|
WorkspaceSummary.add_member(:grafana_version, Shapes::ShapeRef.new(shape: GrafanaVersion, required: true, location_name: "grafanaVersion"))
|
493
497
|
WorkspaceSummary.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "id"))
|
498
|
+
WorkspaceSummary.add_member(:license_type, Shapes::ShapeRef.new(shape: LicenseType, location_name: "licenseType"))
|
494
499
|
WorkspaceSummary.add_member(:modified, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "modified"))
|
495
500
|
WorkspaceSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "name"))
|
496
501
|
WorkspaceSummary.add_member(:notification_destinations, Shapes::ShapeRef.new(shape: NotificationDestinationsList, location_name: "notificationDestinations"))
|
@@ -32,7 +32,7 @@ module Aws::ManagedGrafana
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://grafana-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -70,8 +70,23 @@ module Aws::ManagedGrafana
|
|
70
70
|
include Aws::Structure
|
71
71
|
end
|
72
72
|
|
73
|
+
# @!attribute [rw] grafana_token
|
74
|
+
# A token from Grafana Labs that ties your Amazon Web Services account
|
75
|
+
# with a Grafana Labs account. For more information, see [Register
|
76
|
+
# with Grafana Labs][1].
|
77
|
+
#
|
78
|
+
#
|
79
|
+
#
|
80
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise
|
81
|
+
# @return [String]
|
82
|
+
#
|
73
83
|
# @!attribute [rw] license_type
|
74
84
|
# The type of license to associate with the workspace.
|
85
|
+
#
|
86
|
+
# <note markdown="1"> Amazon Managed Grafana workspaces no longer support Grafana
|
87
|
+
# Enterprise free trials.
|
88
|
+
#
|
89
|
+
# </note>
|
75
90
|
# @return [String]
|
76
91
|
#
|
77
92
|
# @!attribute [rw] workspace_id
|
@@ -81,6 +96,7 @@ module Aws::ManagedGrafana
|
|
81
96
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/AssociateLicenseRequest AWS API Documentation
|
82
97
|
#
|
83
98
|
class AssociateLicenseRequest < Struct.new(
|
99
|
+
:grafana_token,
|
84
100
|
:license_type,
|
85
101
|
:workspace_id)
|
86
102
|
SENSITIVE = []
|
@@ -257,10 +273,10 @@ module Aws::ManagedGrafana
|
|
257
273
|
# @return [String]
|
258
274
|
#
|
259
275
|
# @!attribute [rw] authentication_providers
|
260
|
-
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center
|
261
|
-
#
|
262
|
-
#
|
263
|
-
#
|
276
|
+
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center,
|
277
|
+
# or both to authenticate users for using the Grafana console within a
|
278
|
+
# workspace. For more information, see [User authentication in Amazon
|
279
|
+
# Managed Grafana][1].
|
264
280
|
#
|
265
281
|
#
|
266
282
|
#
|
@@ -286,9 +302,10 @@ module Aws::ManagedGrafana
|
|
286
302
|
# @return [String]
|
287
303
|
#
|
288
304
|
# @!attribute [rw] grafana_version
|
289
|
-
# Specifies the version of Grafana to support in the new workspace.
|
305
|
+
# Specifies the version of Grafana to support in the new workspace. If
|
306
|
+
# not specified, defaults to the latest version (for example, 9.4).
|
290
307
|
#
|
291
|
-
# To get a list of supported
|
308
|
+
# To get a list of supported versions, use the `ListVersions`
|
292
309
|
# operation.
|
293
310
|
# @return [String]
|
294
311
|
#
|
@@ -1228,10 +1245,10 @@ module Aws::ManagedGrafana
|
|
1228
1245
|
end
|
1229
1246
|
|
1230
1247
|
# @!attribute [rw] authentication_providers
|
1231
|
-
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center
|
1232
|
-
#
|
1233
|
-
#
|
1234
|
-
#
|
1248
|
+
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center,
|
1249
|
+
# or both to authenticate users for using the Grafana console within a
|
1250
|
+
# workspace. For more information, see [User authentication in Amazon
|
1251
|
+
# Managed Grafana][1].
|
1235
1252
|
#
|
1236
1253
|
#
|
1237
1254
|
#
|
@@ -1283,13 +1300,18 @@ module Aws::ManagedGrafana
|
|
1283
1300
|
# @return [String]
|
1284
1301
|
#
|
1285
1302
|
# @!attribute [rw] grafana_version
|
1286
|
-
# Specifies the version of Grafana to support in the
|
1303
|
+
# Specifies the version of Grafana to support in the workspace. If not
|
1304
|
+
# specified, keeps the current version of the workspace.
|
1287
1305
|
#
|
1288
1306
|
# Can only be used to upgrade (for example, from 8.4 to 9.4), not
|
1289
1307
|
# downgrade (for example, from 9.4 to 8.4).
|
1290
1308
|
#
|
1291
1309
|
# To know what versions are available to upgrade to for a specific
|
1292
|
-
# workspace, see the
|
1310
|
+
# workspace, see the [ListVersions][1] operation.
|
1311
|
+
#
|
1312
|
+
#
|
1313
|
+
#
|
1314
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/APIReference/API_ListVersions.html
|
1293
1315
|
# @return [String]
|
1294
1316
|
#
|
1295
1317
|
# @!attribute [rw] workspace_id
|
@@ -1611,13 +1633,32 @@ module Aws::ManagedGrafana
|
|
1611
1633
|
# @!attribute [rw] free_trial_consumed
|
1612
1634
|
# Specifies whether this workspace has already fully used its free
|
1613
1635
|
# trial for Grafana Enterprise.
|
1636
|
+
#
|
1637
|
+
# <note markdown="1"> Amazon Managed Grafana workspaces no longer support Grafana
|
1638
|
+
# Enterprise free trials.
|
1639
|
+
#
|
1640
|
+
# </note>
|
1614
1641
|
# @return [Boolean]
|
1615
1642
|
#
|
1616
1643
|
# @!attribute [rw] free_trial_expiration
|
1617
1644
|
# If this workspace is currently in the free trial period for Grafana
|
1618
1645
|
# Enterprise, this value specifies when that free trial ends.
|
1646
|
+
#
|
1647
|
+
# <note markdown="1"> Amazon Managed Grafana workspaces no longer support Grafana
|
1648
|
+
# Enterprise free trials.
|
1649
|
+
#
|
1650
|
+
# </note>
|
1619
1651
|
# @return [Time]
|
1620
1652
|
#
|
1653
|
+
# @!attribute [rw] grafana_token
|
1654
|
+
# The token that ties this workspace to a Grafana Labs account. For
|
1655
|
+
# more information, see [Register with Grafana Labs][1].
|
1656
|
+
#
|
1657
|
+
#
|
1658
|
+
#
|
1659
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise
|
1660
|
+
# @return [String]
|
1661
|
+
#
|
1621
1662
|
# @!attribute [rw] grafana_version
|
1622
1663
|
# The version of Grafana supported in this workspace.
|
1623
1664
|
# @return [String]
|
@@ -1627,13 +1668,21 @@ module Aws::ManagedGrafana
|
|
1627
1668
|
# @return [String]
|
1628
1669
|
#
|
1629
1670
|
# @!attribute [rw] license_expiration
|
1630
|
-
# If this workspace has a full Grafana Enterprise license
|
1631
|
-
#
|
1671
|
+
# If this workspace has a full Grafana Enterprise license purchased
|
1672
|
+
# through Amazon Web Services Marketplace, this specifies when the
|
1673
|
+
# license ends and will need to be renewed. Purchasing the Enterprise
|
1674
|
+
# plugins option through Amazon Managed Grafana does not have an
|
1675
|
+
# expiration. It is valid until the license is removed.
|
1632
1676
|
# @return [Time]
|
1633
1677
|
#
|
1634
1678
|
# @!attribute [rw] license_type
|
1635
1679
|
# Specifies whether this workspace has a full Grafana Enterprise
|
1636
|
-
# license
|
1680
|
+
# license.
|
1681
|
+
#
|
1682
|
+
# <note markdown="1"> Amazon Managed Grafana workspaces no longer support Grafana
|
1683
|
+
# Enterprise free trials.
|
1684
|
+
#
|
1685
|
+
# </note>
|
1637
1686
|
# @return [String]
|
1638
1687
|
#
|
1639
1688
|
# @!attribute [rw] modified
|
@@ -1729,6 +1778,7 @@ module Aws::ManagedGrafana
|
|
1729
1778
|
:endpoint,
|
1730
1779
|
:free_trial_consumed,
|
1731
1780
|
:free_trial_expiration,
|
1781
|
+
:grafana_token,
|
1732
1782
|
:grafana_version,
|
1733
1783
|
:id,
|
1734
1784
|
:license_expiration,
|
@@ -1770,6 +1820,15 @@ module Aws::ManagedGrafana
|
|
1770
1820
|
# workspace.
|
1771
1821
|
# @return [String]
|
1772
1822
|
#
|
1823
|
+
# @!attribute [rw] grafana_token
|
1824
|
+
# The token that ties this workspace to a Grafana Labs account. For
|
1825
|
+
# more information, see [Register with Grafana Labs][1].
|
1826
|
+
#
|
1827
|
+
#
|
1828
|
+
#
|
1829
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise
|
1830
|
+
# @return [String]
|
1831
|
+
#
|
1773
1832
|
# @!attribute [rw] grafana_version
|
1774
1833
|
# The Grafana version that the workspace is running.
|
1775
1834
|
# @return [String]
|
@@ -1778,6 +1837,16 @@ module Aws::ManagedGrafana
|
|
1778
1837
|
# The unique ID of the workspace.
|
1779
1838
|
# @return [String]
|
1780
1839
|
#
|
1840
|
+
# @!attribute [rw] license_type
|
1841
|
+
# Specifies whether this workspace has a full Grafana Enterprise
|
1842
|
+
# license.
|
1843
|
+
#
|
1844
|
+
# <note markdown="1"> Amazon Managed Grafana workspaces no longer support Grafana
|
1845
|
+
# Enterprise free trials.
|
1846
|
+
#
|
1847
|
+
# </note>
|
1848
|
+
# @return [String]
|
1849
|
+
#
|
1781
1850
|
# @!attribute [rw] modified
|
1782
1851
|
# The most recent date that the workspace was modified.
|
1783
1852
|
# @return [Time]
|
@@ -1807,8 +1876,10 @@ module Aws::ManagedGrafana
|
|
1807
1876
|
:created,
|
1808
1877
|
:description,
|
1809
1878
|
:endpoint,
|
1879
|
+
:grafana_token,
|
1810
1880
|
:grafana_version,
|
1811
1881
|
:id,
|
1882
|
+
:license_type,
|
1812
1883
|
:modified,
|
1813
1884
|
:name,
|
1814
1885
|
:notification_destinations,
|
data/sig/client.rbs
CHANGED
@@ -78,6 +78,7 @@ module Aws
|
|
78
78
|
end
|
79
79
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ManagedGrafana/Client.html#associate_license-instance_method
|
80
80
|
def associate_license: (
|
81
|
+
?grafana_token: ::String,
|
81
82
|
license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL"),
|
82
83
|
workspace_id: ::String
|
83
84
|
) -> _AssociateLicenseResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -24,6 +24,7 @@ module Aws::ManagedGrafana
|
|
24
24
|
end
|
25
25
|
|
26
26
|
class AssociateLicenseRequest
|
27
|
+
attr_accessor grafana_token: ::String
|
27
28
|
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|
28
29
|
attr_accessor workspace_id: ::String
|
29
30
|
SENSITIVE: []
|
@@ -415,6 +416,7 @@ module Aws::ManagedGrafana
|
|
415
416
|
attr_accessor endpoint: ::String
|
416
417
|
attr_accessor free_trial_consumed: bool
|
417
418
|
attr_accessor free_trial_expiration: ::Time
|
419
|
+
attr_accessor grafana_token: ::String
|
418
420
|
attr_accessor grafana_version: ::String
|
419
421
|
attr_accessor id: ::String
|
420
422
|
attr_accessor license_expiration: ::Time
|
@@ -439,8 +441,10 @@ module Aws::ManagedGrafana
|
|
439
441
|
attr_accessor created: ::Time
|
440
442
|
attr_accessor description: ::String
|
441
443
|
attr_accessor endpoint: ::String
|
444
|
+
attr_accessor grafana_token: ::String
|
442
445
|
attr_accessor grafana_version: ::String
|
443
446
|
attr_accessor id: ::String
|
447
|
+
attr_accessor license_type: ("ENTERPRISE" | "ENTERPRISE_FREE_TRIAL")
|
444
448
|
attr_accessor modified: ::Time
|
445
449
|
attr_accessor name: ::String
|
446
450
|
attr_accessor notification_destinations: ::Array[("SNS")]
|
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.26.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: 2024-
|
11
|
+
date: 2024-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|