@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonManagedGrafana
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonManagedGrafana
instead.
Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query, correlate, and visualize operational metrics, logs, and traces from multiple sources. Amazon Managed Grafana makes it easy to deploy, operate, and scale Grafana, a widely deployed data visualization tool that is popular for its extensible data support.
With Amazon Managed Grafana, you create logically isolated Grafana servers called workspaces. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces without having to build, package, or deploy any hardware to run Grafana servers.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateLicenseResult |
associateLicense(AssociateLicenseRequest associateLicenseRequest)
Assigns a Grafana Enterprise license to a workspace.
|
CreateWorkspaceResult |
createWorkspace(CreateWorkspaceRequest createWorkspaceRequest)
Creates a workspace.
|
DeleteWorkspaceResult |
deleteWorkspace(DeleteWorkspaceRequest deleteWorkspaceRequest)
Deletes an Amazon Managed Grafana workspace.
|
DescribeWorkspaceResult |
describeWorkspace(DescribeWorkspaceRequest describeWorkspaceRequest)
Displays information about one Amazon Managed Grafana workspace.
|
DescribeWorkspaceAuthenticationResult |
describeWorkspaceAuthentication(DescribeWorkspaceAuthenticationRequest describeWorkspaceAuthenticationRequest)
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
|
DisassociateLicenseResult |
disassociateLicense(DisassociateLicenseRequest disassociateLicenseRequest)
Removes the Grafana Enterprise license from a workspace.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListPermissionsResult |
listPermissions(ListPermissionsRequest listPermissionsRequest)
Lists the users and groups who have the Grafana
Admin and Editor roles in this
workspace. |
ListWorkspacesResult |
listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdatePermissionsResult |
updatePermissions(UpdatePermissionsRequest updatePermissionsRequest)
Updates which users in a workspace have the Grafana
Admin or Editor roles. |
UpdateWorkspaceResult |
updateWorkspace(UpdateWorkspaceRequest updateWorkspaceRequest)
Modifies an existing Amazon Managed Grafana workspace.
|
UpdateWorkspaceAuthenticationResult |
updateWorkspaceAuthentication(UpdateWorkspaceAuthenticationRequest updateWorkspaceAuthenticationRequest)
Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using
SAML.
|
static final String ENDPOINT_PREFIX
AssociateLicenseResult associateLicense(AssociateLicenseRequest associateLicenseRequest)
Assigns a Grafana Enterprise license to a workspace. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise.
associateLicenseRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.CreateWorkspaceResult createWorkspace(CreateWorkspaceRequest createWorkspaceRequest)
Creates a workspace. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware to run the Grafana server.
Don't use CreateWorkspace
to modify an existing workspace. Instead, use UpdateWorkspace.
createWorkspaceRequest
- ThrottlingException
- The request was denied because of request throttling. Retry the request.ConflictException
- A resource was in an inconsistent state during an update or a deletion.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.ServiceQuotaExceededException
- The request would cause a service quota to be exceeded.DeleteWorkspaceResult deleteWorkspace(DeleteWorkspaceRequest deleteWorkspaceRequest)
Deletes an Amazon Managed Grafana workspace.
deleteWorkspaceRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ConflictException
- A resource was in an inconsistent state during an update or a deletion.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.DescribeWorkspaceResult describeWorkspace(DescribeWorkspaceRequest describeWorkspaceRequest)
Displays information about one Amazon Managed Grafana workspace.
describeWorkspaceRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.DescribeWorkspaceAuthenticationResult describeWorkspaceAuthentication(DescribeWorkspaceAuthenticationRequest describeWorkspaceAuthenticationRequest)
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
describeWorkspaceAuthenticationRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.DisassociateLicenseResult disassociateLicense(DisassociateLicenseRequest disassociateLicenseRequest)
Removes the Grafana Enterprise license from a workspace.
disassociateLicenseRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.ListPermissionsResult listPermissions(ListPermissionsRequest listPermissionsRequest)
Lists the users and groups who have the Grafana Admin
and Editor
roles in this
workspace. If you use this operation without specifying userId
or groupId
, the
operation returns the roles of all users and groups. If you specify a userId
or a
groupId
, only the roles for that user or group are returned. If you do this, you can specify only
one userId
or one groupId
.
listPermissionsRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.ListWorkspacesResult listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.
listWorkspacesRequest
- ThrottlingException
- The request was denied because of request throttling. Retry the request.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.UpdatePermissionsResult updatePermissions(UpdatePermissionsRequest updatePermissionsRequest)
Updates which users in a workspace have the Grafana Admin
or Editor
roles.
updatePermissionsRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.UpdateWorkspaceResult updateWorkspace(UpdateWorkspaceRequest updateWorkspaceRequest)
Modifies an existing Amazon Managed Grafana workspace. If you use this operation and omit any optional parameters, the existing values of those parameters are not changed.
To modify the user authentication methods that the workspace uses, such as SAML or Amazon Web Services SSO, use UpdateWorkspaceAuthentication.
To modify which users in the workspace have the Admin
and Editor
Grafana roles, use UpdatePermissions.
updateWorkspaceRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ConflictException
- A resource was in an inconsistent state during an update or a deletion.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.UpdateWorkspaceAuthenticationResult updateWorkspaceAuthentication(UpdateWorkspaceAuthenticationRequest updateWorkspaceAuthenticationRequest)
Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using
SAML. You can also map SAML assertion attributes to workspace user information and define which groups in the
assertion attribute are to have the Admin
and Editor
roles in the workspace.
updateWorkspaceAuthenticationRequest
- ResourceNotFoundException
- The request references a resource that does not exist.ThrottlingException
- The request was denied because of request throttling. Retry the request.ConflictException
- A resource was in an inconsistent state during an update or a deletion.ValidationException
- The value of a parameter in the request caused an error.AccessDeniedException
- You do not have sufficient permissions to perform this action.InternalServerException
- Unexpected error while processing the request. Retry the request.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.