Documentation ¶
Overview ¶
Package managedgrafana provides the client and types for making API requests to Amazon Managed Grafana.
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.
See https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18 for more information on this service.
See managedgrafana package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/managedgrafana/
Using the Client ¶
To contact Amazon Managed Grafana with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Managed Grafana client ManagedGrafana for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/managedgrafana/#New
Index ¶
- Constants
- func AccountAccessType_Values() []string
- func AuthenticationProviderTypes_Values() []string
- func DataSourceType_Values() []string
- func LicenseType_Values() []string
- func NotificationDestinationType_Values() []string
- func PermissionType_Values() []string
- func Role_Values() []string
- func SamlConfigurationStatus_Values() []string
- func UpdateAction_Values() []string
- func UserType_Values() []string
- func ValidationExceptionReason_Values() []string
- func WorkspaceStatus_Values() []string
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AssertionAttributes
- func (s AssertionAttributes) GoString() string
- func (s *AssertionAttributes) SetEmail(v string) *AssertionAttributes
- func (s *AssertionAttributes) SetGroups(v string) *AssertionAttributes
- func (s *AssertionAttributes) SetLogin(v string) *AssertionAttributes
- func (s *AssertionAttributes) SetName(v string) *AssertionAttributes
- func (s *AssertionAttributes) SetOrg(v string) *AssertionAttributes
- func (s *AssertionAttributes) SetRole(v string) *AssertionAttributes
- func (s AssertionAttributes) String() string
- func (s *AssertionAttributes) Validate() error
- type AssociateLicenseInput
- func (s AssociateLicenseInput) GoString() string
- func (s *AssociateLicenseInput) SetGrafanaToken(v string) *AssociateLicenseInput
- func (s *AssociateLicenseInput) SetLicenseType(v string) *AssociateLicenseInput
- func (s *AssociateLicenseInput) SetWorkspaceId(v string) *AssociateLicenseInput
- func (s AssociateLicenseInput) String() string
- func (s *AssociateLicenseInput) Validate() error
- type AssociateLicenseOutput
- type AuthenticationDescription
- func (s AuthenticationDescription) GoString() string
- func (s *AuthenticationDescription) SetAwsSso(v *AwsSsoAuthentication) *AuthenticationDescription
- func (s *AuthenticationDescription) SetProviders(v []*string) *AuthenticationDescription
- func (s *AuthenticationDescription) SetSaml(v *SamlAuthentication) *AuthenticationDescription
- func (s AuthenticationDescription) String() string
- type AuthenticationSummary
- type AwsSsoAuthentication
- type ConflictException
- func (s *ConflictException) Code() string
- func (s *ConflictException) Error() string
- func (s ConflictException) GoString() string
- func (s *ConflictException) Message() string
- func (s *ConflictException) OrigErr() error
- func (s *ConflictException) RequestID() string
- func (s *ConflictException) StatusCode() int
- func (s ConflictException) String() string
- type CreateWorkspaceApiKeyInput
- func (s CreateWorkspaceApiKeyInput) GoString() string
- func (s *CreateWorkspaceApiKeyInput) SetKeyName(v string) *CreateWorkspaceApiKeyInput
- func (s *CreateWorkspaceApiKeyInput) SetKeyRole(v string) *CreateWorkspaceApiKeyInput
- func (s *CreateWorkspaceApiKeyInput) SetSecondsToLive(v int64) *CreateWorkspaceApiKeyInput
- func (s *CreateWorkspaceApiKeyInput) SetWorkspaceId(v string) *CreateWorkspaceApiKeyInput
- func (s CreateWorkspaceApiKeyInput) String() string
- func (s *CreateWorkspaceApiKeyInput) Validate() error
- type CreateWorkspaceApiKeyOutput
- func (s CreateWorkspaceApiKeyOutput) GoString() string
- func (s *CreateWorkspaceApiKeyOutput) SetKey(v string) *CreateWorkspaceApiKeyOutput
- func (s *CreateWorkspaceApiKeyOutput) SetKeyName(v string) *CreateWorkspaceApiKeyOutput
- func (s *CreateWorkspaceApiKeyOutput) SetWorkspaceId(v string) *CreateWorkspaceApiKeyOutput
- func (s CreateWorkspaceApiKeyOutput) String() string
- type CreateWorkspaceInput
- func (s CreateWorkspaceInput) GoString() string
- func (s *CreateWorkspaceInput) SetAccountAccessType(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetAuthenticationProviders(v []*string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetClientToken(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetConfiguration(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetGrafanaVersion(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetNetworkAccessControl(v *NetworkAccessConfiguration) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetOrganizationRoleName(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetPermissionType(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetStackSetName(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetTags(v map[string]*string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetVpcConfiguration(v *VpcConfiguration) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetWorkspaceDataSources(v []*string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetWorkspaceDescription(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetWorkspaceName(v string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetWorkspaceNotificationDestinations(v []*string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetWorkspaceOrganizationalUnits(v []*string) *CreateWorkspaceInput
- func (s *CreateWorkspaceInput) SetWorkspaceRoleArn(v string) *CreateWorkspaceInput
- func (s CreateWorkspaceInput) String() string
- func (s *CreateWorkspaceInput) Validate() error
- type CreateWorkspaceOutput
- type CreateWorkspaceServiceAccountInput
- func (s CreateWorkspaceServiceAccountInput) GoString() string
- func (s *CreateWorkspaceServiceAccountInput) SetGrafanaRole(v string) *CreateWorkspaceServiceAccountInput
- func (s *CreateWorkspaceServiceAccountInput) SetName(v string) *CreateWorkspaceServiceAccountInput
- func (s *CreateWorkspaceServiceAccountInput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountInput
- func (s CreateWorkspaceServiceAccountInput) String() string
- func (s *CreateWorkspaceServiceAccountInput) Validate() error
- type CreateWorkspaceServiceAccountOutput
- func (s CreateWorkspaceServiceAccountOutput) GoString() string
- func (s *CreateWorkspaceServiceAccountOutput) SetGrafanaRole(v string) *CreateWorkspaceServiceAccountOutput
- func (s *CreateWorkspaceServiceAccountOutput) SetId(v string) *CreateWorkspaceServiceAccountOutput
- func (s *CreateWorkspaceServiceAccountOutput) SetName(v string) *CreateWorkspaceServiceAccountOutput
- func (s *CreateWorkspaceServiceAccountOutput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountOutput
- func (s CreateWorkspaceServiceAccountOutput) String() string
- type CreateWorkspaceServiceAccountTokenInput
- func (s CreateWorkspaceServiceAccountTokenInput) GoString() string
- func (s *CreateWorkspaceServiceAccountTokenInput) SetName(v string) *CreateWorkspaceServiceAccountTokenInput
- func (s *CreateWorkspaceServiceAccountTokenInput) SetSecondsToLive(v int64) *CreateWorkspaceServiceAccountTokenInput
- func (s *CreateWorkspaceServiceAccountTokenInput) SetServiceAccountId(v string) *CreateWorkspaceServiceAccountTokenInput
- func (s *CreateWorkspaceServiceAccountTokenInput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountTokenInput
- func (s CreateWorkspaceServiceAccountTokenInput) String() string
- func (s *CreateWorkspaceServiceAccountTokenInput) Validate() error
- type CreateWorkspaceServiceAccountTokenOutput
- func (s CreateWorkspaceServiceAccountTokenOutput) GoString() string
- func (s *CreateWorkspaceServiceAccountTokenOutput) SetServiceAccountId(v string) *CreateWorkspaceServiceAccountTokenOutput
- func (s *CreateWorkspaceServiceAccountTokenOutput) SetServiceAccountToken(v *ServiceAccountTokenSummaryWithKey) *CreateWorkspaceServiceAccountTokenOutput
- func (s *CreateWorkspaceServiceAccountTokenOutput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountTokenOutput
- func (s CreateWorkspaceServiceAccountTokenOutput) String() string
- type DeleteWorkspaceApiKeyInput
- func (s DeleteWorkspaceApiKeyInput) GoString() string
- func (s *DeleteWorkspaceApiKeyInput) SetKeyName(v string) *DeleteWorkspaceApiKeyInput
- func (s *DeleteWorkspaceApiKeyInput) SetWorkspaceId(v string) *DeleteWorkspaceApiKeyInput
- func (s DeleteWorkspaceApiKeyInput) String() string
- func (s *DeleteWorkspaceApiKeyInput) Validate() error
- type DeleteWorkspaceApiKeyOutput
- type DeleteWorkspaceInput
- type DeleteWorkspaceOutput
- type DeleteWorkspaceServiceAccountInput
- func (s DeleteWorkspaceServiceAccountInput) GoString() string
- func (s *DeleteWorkspaceServiceAccountInput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountInput
- func (s *DeleteWorkspaceServiceAccountInput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountInput
- func (s DeleteWorkspaceServiceAccountInput) String() string
- func (s *DeleteWorkspaceServiceAccountInput) Validate() error
- type DeleteWorkspaceServiceAccountOutput
- func (s DeleteWorkspaceServiceAccountOutput) GoString() string
- func (s *DeleteWorkspaceServiceAccountOutput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountOutput
- func (s *DeleteWorkspaceServiceAccountOutput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountOutput
- func (s DeleteWorkspaceServiceAccountOutput) String() string
- type DeleteWorkspaceServiceAccountTokenInput
- func (s DeleteWorkspaceServiceAccountTokenInput) GoString() string
- func (s *DeleteWorkspaceServiceAccountTokenInput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountTokenInput
- func (s *DeleteWorkspaceServiceAccountTokenInput) SetTokenId(v string) *DeleteWorkspaceServiceAccountTokenInput
- func (s *DeleteWorkspaceServiceAccountTokenInput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountTokenInput
- func (s DeleteWorkspaceServiceAccountTokenInput) String() string
- func (s *DeleteWorkspaceServiceAccountTokenInput) Validate() error
- type DeleteWorkspaceServiceAccountTokenOutput
- func (s DeleteWorkspaceServiceAccountTokenOutput) GoString() string
- func (s *DeleteWorkspaceServiceAccountTokenOutput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountTokenOutput
- func (s *DeleteWorkspaceServiceAccountTokenOutput) SetTokenId(v string) *DeleteWorkspaceServiceAccountTokenOutput
- func (s *DeleteWorkspaceServiceAccountTokenOutput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountTokenOutput
- func (s DeleteWorkspaceServiceAccountTokenOutput) String() string
- type DescribeWorkspaceAuthenticationInput
- type DescribeWorkspaceAuthenticationOutput
- type DescribeWorkspaceConfigurationInput
- type DescribeWorkspaceConfigurationOutput
- func (s DescribeWorkspaceConfigurationOutput) GoString() string
- func (s *DescribeWorkspaceConfigurationOutput) SetConfiguration(v string) *DescribeWorkspaceConfigurationOutput
- func (s *DescribeWorkspaceConfigurationOutput) SetGrafanaVersion(v string) *DescribeWorkspaceConfigurationOutput
- func (s DescribeWorkspaceConfigurationOutput) String() string
- type DescribeWorkspaceInput
- type DescribeWorkspaceOutput
- type DisassociateLicenseInput
- func (s DisassociateLicenseInput) GoString() string
- func (s *DisassociateLicenseInput) SetLicenseType(v string) *DisassociateLicenseInput
- func (s *DisassociateLicenseInput) SetWorkspaceId(v string) *DisassociateLicenseInput
- func (s DisassociateLicenseInput) String() string
- func (s *DisassociateLicenseInput) Validate() error
- type DisassociateLicenseOutput
- type IdpMetadata
- type InternalServerException
- func (s *InternalServerException) Code() string
- func (s *InternalServerException) Error() string
- func (s InternalServerException) GoString() string
- func (s *InternalServerException) Message() string
- func (s *InternalServerException) OrigErr() error
- func (s *InternalServerException) RequestID() string
- func (s *InternalServerException) StatusCode() int
- func (s InternalServerException) String() string
- type ListPermissionsInput
- func (s ListPermissionsInput) GoString() string
- func (s *ListPermissionsInput) SetGroupId(v string) *ListPermissionsInput
- func (s *ListPermissionsInput) SetMaxResults(v int64) *ListPermissionsInput
- func (s *ListPermissionsInput) SetNextToken(v string) *ListPermissionsInput
- func (s *ListPermissionsInput) SetUserId(v string) *ListPermissionsInput
- func (s *ListPermissionsInput) SetUserType(v string) *ListPermissionsInput
- func (s *ListPermissionsInput) SetWorkspaceId(v string) *ListPermissionsInput
- func (s ListPermissionsInput) String() string
- func (s *ListPermissionsInput) Validate() error
- type ListPermissionsOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListVersionsInput
- func (s ListVersionsInput) GoString() string
- func (s *ListVersionsInput) SetMaxResults(v int64) *ListVersionsInput
- func (s *ListVersionsInput) SetNextToken(v string) *ListVersionsInput
- func (s *ListVersionsInput) SetWorkspaceId(v string) *ListVersionsInput
- func (s ListVersionsInput) String() string
- func (s *ListVersionsInput) Validate() error
- type ListVersionsOutput
- type ListWorkspaceServiceAccountTokensInput
- func (s ListWorkspaceServiceAccountTokensInput) GoString() string
- func (s *ListWorkspaceServiceAccountTokensInput) SetMaxResults(v int64) *ListWorkspaceServiceAccountTokensInput
- func (s *ListWorkspaceServiceAccountTokensInput) SetNextToken(v string) *ListWorkspaceServiceAccountTokensInput
- func (s *ListWorkspaceServiceAccountTokensInput) SetServiceAccountId(v string) *ListWorkspaceServiceAccountTokensInput
- func (s *ListWorkspaceServiceAccountTokensInput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountTokensInput
- func (s ListWorkspaceServiceAccountTokensInput) String() string
- func (s *ListWorkspaceServiceAccountTokensInput) Validate() error
- type ListWorkspaceServiceAccountTokensOutput
- func (s ListWorkspaceServiceAccountTokensOutput) GoString() string
- func (s *ListWorkspaceServiceAccountTokensOutput) SetNextToken(v string) *ListWorkspaceServiceAccountTokensOutput
- func (s *ListWorkspaceServiceAccountTokensOutput) SetServiceAccountId(v string) *ListWorkspaceServiceAccountTokensOutput
- func (s *ListWorkspaceServiceAccountTokensOutput) SetServiceAccountTokens(v []*ServiceAccountTokenSummary) *ListWorkspaceServiceAccountTokensOutput
- func (s *ListWorkspaceServiceAccountTokensOutput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountTokensOutput
- func (s ListWorkspaceServiceAccountTokensOutput) String() string
- type ListWorkspaceServiceAccountsInput
- func (s ListWorkspaceServiceAccountsInput) GoString() string
- func (s *ListWorkspaceServiceAccountsInput) SetMaxResults(v int64) *ListWorkspaceServiceAccountsInput
- func (s *ListWorkspaceServiceAccountsInput) SetNextToken(v string) *ListWorkspaceServiceAccountsInput
- func (s *ListWorkspaceServiceAccountsInput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountsInput
- func (s ListWorkspaceServiceAccountsInput) String() string
- func (s *ListWorkspaceServiceAccountsInput) Validate() error
- type ListWorkspaceServiceAccountsOutput
- func (s ListWorkspaceServiceAccountsOutput) GoString() string
- func (s *ListWorkspaceServiceAccountsOutput) SetNextToken(v string) *ListWorkspaceServiceAccountsOutput
- func (s *ListWorkspaceServiceAccountsOutput) SetServiceAccounts(v []*ServiceAccountSummary) *ListWorkspaceServiceAccountsOutput
- func (s *ListWorkspaceServiceAccountsOutput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountsOutput
- func (s ListWorkspaceServiceAccountsOutput) String() string
- type ListWorkspacesInput
- type ListWorkspacesOutput
- type ManagedGrafana
- func (c *ManagedGrafana) AssociateLicense(input *AssociateLicenseInput) (*AssociateLicenseOutput, error)
- func (c *ManagedGrafana) AssociateLicenseRequest(input *AssociateLicenseInput) (req *request.Request, output *AssociateLicenseOutput)
- func (c *ManagedGrafana) AssociateLicenseWithContext(ctx aws.Context, input *AssociateLicenseInput, opts ...request.Option) (*AssociateLicenseOutput, error)
- func (c *ManagedGrafana) CreateWorkspace(input *CreateWorkspaceInput) (*CreateWorkspaceOutput, error)
- func (c *ManagedGrafana) CreateWorkspaceApiKey(input *CreateWorkspaceApiKeyInput) (*CreateWorkspaceApiKeyOutput, error)
- func (c *ManagedGrafana) CreateWorkspaceApiKeyRequest(input *CreateWorkspaceApiKeyInput) (req *request.Request, output *CreateWorkspaceApiKeyOutput)
- func (c *ManagedGrafana) CreateWorkspaceApiKeyWithContext(ctx aws.Context, input *CreateWorkspaceApiKeyInput, opts ...request.Option) (*CreateWorkspaceApiKeyOutput, error)
- func (c *ManagedGrafana) CreateWorkspaceRequest(input *CreateWorkspaceInput) (req *request.Request, output *CreateWorkspaceOutput)
- func (c *ManagedGrafana) CreateWorkspaceServiceAccount(input *CreateWorkspaceServiceAccountInput) (*CreateWorkspaceServiceAccountOutput, error)
- func (c *ManagedGrafana) CreateWorkspaceServiceAccountRequest(input *CreateWorkspaceServiceAccountInput) (req *request.Request, output *CreateWorkspaceServiceAccountOutput)
- func (c *ManagedGrafana) CreateWorkspaceServiceAccountToken(input *CreateWorkspaceServiceAccountTokenInput) (*CreateWorkspaceServiceAccountTokenOutput, error)
- func (c *ManagedGrafana) CreateWorkspaceServiceAccountTokenRequest(input *CreateWorkspaceServiceAccountTokenInput) (req *request.Request, output *CreateWorkspaceServiceAccountTokenOutput)
- func (c *ManagedGrafana) CreateWorkspaceServiceAccountTokenWithContext(ctx aws.Context, input *CreateWorkspaceServiceAccountTokenInput, ...) (*CreateWorkspaceServiceAccountTokenOutput, error)
- func (c *ManagedGrafana) CreateWorkspaceServiceAccountWithContext(ctx aws.Context, input *CreateWorkspaceServiceAccountInput, ...) (*CreateWorkspaceServiceAccountOutput, error)
- func (c *ManagedGrafana) CreateWorkspaceWithContext(ctx aws.Context, input *CreateWorkspaceInput, opts ...request.Option) (*CreateWorkspaceOutput, error)
- func (c *ManagedGrafana) DeleteWorkspace(input *DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
- func (c *ManagedGrafana) DeleteWorkspaceApiKey(input *DeleteWorkspaceApiKeyInput) (*DeleteWorkspaceApiKeyOutput, error)
- func (c *ManagedGrafana) DeleteWorkspaceApiKeyRequest(input *DeleteWorkspaceApiKeyInput) (req *request.Request, output *DeleteWorkspaceApiKeyOutput)
- func (c *ManagedGrafana) DeleteWorkspaceApiKeyWithContext(ctx aws.Context, input *DeleteWorkspaceApiKeyInput, opts ...request.Option) (*DeleteWorkspaceApiKeyOutput, error)
- func (c *ManagedGrafana) DeleteWorkspaceRequest(input *DeleteWorkspaceInput) (req *request.Request, output *DeleteWorkspaceOutput)
- func (c *ManagedGrafana) DeleteWorkspaceServiceAccount(input *DeleteWorkspaceServiceAccountInput) (*DeleteWorkspaceServiceAccountOutput, error)
- func (c *ManagedGrafana) DeleteWorkspaceServiceAccountRequest(input *DeleteWorkspaceServiceAccountInput) (req *request.Request, output *DeleteWorkspaceServiceAccountOutput)
- func (c *ManagedGrafana) DeleteWorkspaceServiceAccountToken(input *DeleteWorkspaceServiceAccountTokenInput) (*DeleteWorkspaceServiceAccountTokenOutput, error)
- func (c *ManagedGrafana) DeleteWorkspaceServiceAccountTokenRequest(input *DeleteWorkspaceServiceAccountTokenInput) (req *request.Request, output *DeleteWorkspaceServiceAccountTokenOutput)
- func (c *ManagedGrafana) DeleteWorkspaceServiceAccountTokenWithContext(ctx aws.Context, input *DeleteWorkspaceServiceAccountTokenInput, ...) (*DeleteWorkspaceServiceAccountTokenOutput, error)
- func (c *ManagedGrafana) DeleteWorkspaceServiceAccountWithContext(ctx aws.Context, input *DeleteWorkspaceServiceAccountInput, ...) (*DeleteWorkspaceServiceAccountOutput, error)
- func (c *ManagedGrafana) DeleteWorkspaceWithContext(ctx aws.Context, input *DeleteWorkspaceInput, opts ...request.Option) (*DeleteWorkspaceOutput, error)
- func (c *ManagedGrafana) DescribeWorkspace(input *DescribeWorkspaceInput) (*DescribeWorkspaceOutput, error)
- func (c *ManagedGrafana) DescribeWorkspaceAuthentication(input *DescribeWorkspaceAuthenticationInput) (*DescribeWorkspaceAuthenticationOutput, error)
- func (c *ManagedGrafana) DescribeWorkspaceAuthenticationRequest(input *DescribeWorkspaceAuthenticationInput) (req *request.Request, output *DescribeWorkspaceAuthenticationOutput)
- func (c *ManagedGrafana) DescribeWorkspaceAuthenticationWithContext(ctx aws.Context, input *DescribeWorkspaceAuthenticationInput, ...) (*DescribeWorkspaceAuthenticationOutput, error)
- func (c *ManagedGrafana) DescribeWorkspaceConfiguration(input *DescribeWorkspaceConfigurationInput) (*DescribeWorkspaceConfigurationOutput, error)
- func (c *ManagedGrafana) DescribeWorkspaceConfigurationRequest(input *DescribeWorkspaceConfigurationInput) (req *request.Request, output *DescribeWorkspaceConfigurationOutput)
- func (c *ManagedGrafana) DescribeWorkspaceConfigurationWithContext(ctx aws.Context, input *DescribeWorkspaceConfigurationInput, ...) (*DescribeWorkspaceConfigurationOutput, error)
- func (c *ManagedGrafana) DescribeWorkspaceRequest(input *DescribeWorkspaceInput) (req *request.Request, output *DescribeWorkspaceOutput)
- func (c *ManagedGrafana) DescribeWorkspaceWithContext(ctx aws.Context, input *DescribeWorkspaceInput, opts ...request.Option) (*DescribeWorkspaceOutput, error)
- func (c *ManagedGrafana) DisassociateLicense(input *DisassociateLicenseInput) (*DisassociateLicenseOutput, error)
- func (c *ManagedGrafana) DisassociateLicenseRequest(input *DisassociateLicenseInput) (req *request.Request, output *DisassociateLicenseOutput)
- func (c *ManagedGrafana) DisassociateLicenseWithContext(ctx aws.Context, input *DisassociateLicenseInput, opts ...request.Option) (*DisassociateLicenseOutput, error)
- func (c *ManagedGrafana) ListPermissions(input *ListPermissionsInput) (*ListPermissionsOutput, error)
- func (c *ManagedGrafana) ListPermissionsPages(input *ListPermissionsInput, fn func(*ListPermissionsOutput, bool) bool) error
- func (c *ManagedGrafana) ListPermissionsPagesWithContext(ctx aws.Context, input *ListPermissionsInput, ...) error
- func (c *ManagedGrafana) ListPermissionsRequest(input *ListPermissionsInput) (req *request.Request, output *ListPermissionsOutput)
- func (c *ManagedGrafana) ListPermissionsWithContext(ctx aws.Context, input *ListPermissionsInput, opts ...request.Option) (*ListPermissionsOutput, error)
- func (c *ManagedGrafana) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *ManagedGrafana) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *ManagedGrafana) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *ManagedGrafana) ListVersions(input *ListVersionsInput) (*ListVersionsOutput, error)
- func (c *ManagedGrafana) ListVersionsPages(input *ListVersionsInput, fn func(*ListVersionsOutput, bool) bool) error
- func (c *ManagedGrafana) ListVersionsPagesWithContext(ctx aws.Context, input *ListVersionsInput, ...) error
- func (c *ManagedGrafana) ListVersionsRequest(input *ListVersionsInput) (req *request.Request, output *ListVersionsOutput)
- func (c *ManagedGrafana) ListVersionsWithContext(ctx aws.Context, input *ListVersionsInput, opts ...request.Option) (*ListVersionsOutput, error)
- func (c *ManagedGrafana) ListWorkspaceServiceAccountTokens(input *ListWorkspaceServiceAccountTokensInput) (*ListWorkspaceServiceAccountTokensOutput, error)
- func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensPages(input *ListWorkspaceServiceAccountTokensInput, ...) error
- func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensPagesWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountTokensInput, ...) error
- func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensRequest(input *ListWorkspaceServiceAccountTokensInput) (req *request.Request, output *ListWorkspaceServiceAccountTokensOutput)
- func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountTokensInput, ...) (*ListWorkspaceServiceAccountTokensOutput, error)
- func (c *ManagedGrafana) ListWorkspaceServiceAccounts(input *ListWorkspaceServiceAccountsInput) (*ListWorkspaceServiceAccountsOutput, error)
- func (c *ManagedGrafana) ListWorkspaceServiceAccountsPages(input *ListWorkspaceServiceAccountsInput, ...) error
- func (c *ManagedGrafana) ListWorkspaceServiceAccountsPagesWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountsInput, ...) error
- func (c *ManagedGrafana) ListWorkspaceServiceAccountsRequest(input *ListWorkspaceServiceAccountsInput) (req *request.Request, output *ListWorkspaceServiceAccountsOutput)
- func (c *ManagedGrafana) ListWorkspaceServiceAccountsWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountsInput, ...) (*ListWorkspaceServiceAccountsOutput, error)
- func (c *ManagedGrafana) ListWorkspaces(input *ListWorkspacesInput) (*ListWorkspacesOutput, error)
- func (c *ManagedGrafana) ListWorkspacesPages(input *ListWorkspacesInput, fn func(*ListWorkspacesOutput, bool) bool) error
- func (c *ManagedGrafana) ListWorkspacesPagesWithContext(ctx aws.Context, input *ListWorkspacesInput, ...) error
- func (c *ManagedGrafana) ListWorkspacesRequest(input *ListWorkspacesInput) (req *request.Request, output *ListWorkspacesOutput)
- func (c *ManagedGrafana) ListWorkspacesWithContext(ctx aws.Context, input *ListWorkspacesInput, opts ...request.Option) (*ListWorkspacesOutput, error)
- func (c *ManagedGrafana) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *ManagedGrafana) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *ManagedGrafana) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *ManagedGrafana) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *ManagedGrafana) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *ManagedGrafana) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *ManagedGrafana) UpdatePermissions(input *UpdatePermissionsInput) (*UpdatePermissionsOutput, error)
- func (c *ManagedGrafana) UpdatePermissionsRequest(input *UpdatePermissionsInput) (req *request.Request, output *UpdatePermissionsOutput)
- func (c *ManagedGrafana) UpdatePermissionsWithContext(ctx aws.Context, input *UpdatePermissionsInput, opts ...request.Option) (*UpdatePermissionsOutput, error)
- func (c *ManagedGrafana) UpdateWorkspace(input *UpdateWorkspaceInput) (*UpdateWorkspaceOutput, error)
- func (c *ManagedGrafana) UpdateWorkspaceAuthentication(input *UpdateWorkspaceAuthenticationInput) (*UpdateWorkspaceAuthenticationOutput, error)
- func (c *ManagedGrafana) UpdateWorkspaceAuthenticationRequest(input *UpdateWorkspaceAuthenticationInput) (req *request.Request, output *UpdateWorkspaceAuthenticationOutput)
- func (c *ManagedGrafana) UpdateWorkspaceAuthenticationWithContext(ctx aws.Context, input *UpdateWorkspaceAuthenticationInput, ...) (*UpdateWorkspaceAuthenticationOutput, error)
- func (c *ManagedGrafana) UpdateWorkspaceConfiguration(input *UpdateWorkspaceConfigurationInput) (*UpdateWorkspaceConfigurationOutput, error)
- func (c *ManagedGrafana) UpdateWorkspaceConfigurationRequest(input *UpdateWorkspaceConfigurationInput) (req *request.Request, output *UpdateWorkspaceConfigurationOutput)
- func (c *ManagedGrafana) UpdateWorkspaceConfigurationWithContext(ctx aws.Context, input *UpdateWorkspaceConfigurationInput, ...) (*UpdateWorkspaceConfigurationOutput, error)
- func (c *ManagedGrafana) UpdateWorkspaceRequest(input *UpdateWorkspaceInput) (req *request.Request, output *UpdateWorkspaceOutput)
- func (c *ManagedGrafana) UpdateWorkspaceWithContext(ctx aws.Context, input *UpdateWorkspaceInput, opts ...request.Option) (*UpdateWorkspaceOutput, error)
- type NetworkAccessConfiguration
- func (s NetworkAccessConfiguration) GoString() string
- func (s *NetworkAccessConfiguration) SetPrefixListIds(v []*string) *NetworkAccessConfiguration
- func (s *NetworkAccessConfiguration) SetVpceIds(v []*string) *NetworkAccessConfiguration
- func (s NetworkAccessConfiguration) String() string
- func (s *NetworkAccessConfiguration) Validate() error
- type PermissionEntry
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type RoleValues
- type SamlAuthentication
- type SamlConfiguration
- func (s SamlConfiguration) GoString() string
- func (s *SamlConfiguration) SetAllowedOrganizations(v []*string) *SamlConfiguration
- func (s *SamlConfiguration) SetAssertionAttributes(v *AssertionAttributes) *SamlConfiguration
- func (s *SamlConfiguration) SetIdpMetadata(v *IdpMetadata) *SamlConfiguration
- func (s *SamlConfiguration) SetLoginValidityDuration(v int64) *SamlConfiguration
- func (s *SamlConfiguration) SetRoleValues(v *RoleValues) *SamlConfiguration
- func (s SamlConfiguration) String() string
- func (s *SamlConfiguration) Validate() error
- type ServiceAccountSummary
- func (s ServiceAccountSummary) GoString() string
- func (s *ServiceAccountSummary) SetGrafanaRole(v string) *ServiceAccountSummary
- func (s *ServiceAccountSummary) SetId(v string) *ServiceAccountSummary
- func (s *ServiceAccountSummary) SetIsDisabled(v string) *ServiceAccountSummary
- func (s *ServiceAccountSummary) SetName(v string) *ServiceAccountSummary
- func (s ServiceAccountSummary) String() string
- type ServiceAccountTokenSummary
- func (s ServiceAccountTokenSummary) GoString() string
- func (s *ServiceAccountTokenSummary) SetCreatedAt(v time.Time) *ServiceAccountTokenSummary
- func (s *ServiceAccountTokenSummary) SetExpiresAt(v time.Time) *ServiceAccountTokenSummary
- func (s *ServiceAccountTokenSummary) SetId(v string) *ServiceAccountTokenSummary
- func (s *ServiceAccountTokenSummary) SetLastUsedAt(v time.Time) *ServiceAccountTokenSummary
- func (s *ServiceAccountTokenSummary) SetName(v string) *ServiceAccountTokenSummary
- func (s ServiceAccountTokenSummary) String() string
- type ServiceAccountTokenSummaryWithKey
- func (s ServiceAccountTokenSummaryWithKey) GoString() string
- func (s *ServiceAccountTokenSummaryWithKey) SetId(v string) *ServiceAccountTokenSummaryWithKey
- func (s *ServiceAccountTokenSummaryWithKey) SetKey(v string) *ServiceAccountTokenSummaryWithKey
- func (s *ServiceAccountTokenSummaryWithKey) SetName(v string) *ServiceAccountTokenSummaryWithKey
- func (s ServiceAccountTokenSummaryWithKey) String() string
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type TagResourceInput
- type TagResourceOutput
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateError
- type UpdateInstruction
- func (s UpdateInstruction) GoString() string
- func (s *UpdateInstruction) SetAction(v string) *UpdateInstruction
- func (s *UpdateInstruction) SetRole(v string) *UpdateInstruction
- func (s *UpdateInstruction) SetUsers(v []*User) *UpdateInstruction
- func (s UpdateInstruction) String() string
- func (s *UpdateInstruction) Validate() error
- type UpdatePermissionsInput
- func (s UpdatePermissionsInput) GoString() string
- func (s *UpdatePermissionsInput) SetUpdateInstructionBatch(v []*UpdateInstruction) *UpdatePermissionsInput
- func (s *UpdatePermissionsInput) SetWorkspaceId(v string) *UpdatePermissionsInput
- func (s UpdatePermissionsInput) String() string
- func (s *UpdatePermissionsInput) Validate() error
- type UpdatePermissionsOutput
- type UpdateWorkspaceAuthenticationInput
- func (s UpdateWorkspaceAuthenticationInput) GoString() string
- func (s *UpdateWorkspaceAuthenticationInput) SetAuthenticationProviders(v []*string) *UpdateWorkspaceAuthenticationInput
- func (s *UpdateWorkspaceAuthenticationInput) SetSamlConfiguration(v *SamlConfiguration) *UpdateWorkspaceAuthenticationInput
- func (s *UpdateWorkspaceAuthenticationInput) SetWorkspaceId(v string) *UpdateWorkspaceAuthenticationInput
- func (s UpdateWorkspaceAuthenticationInput) String() string
- func (s *UpdateWorkspaceAuthenticationInput) Validate() error
- type UpdateWorkspaceAuthenticationOutput
- type UpdateWorkspaceConfigurationInput
- func (s UpdateWorkspaceConfigurationInput) GoString() string
- func (s *UpdateWorkspaceConfigurationInput) SetConfiguration(v string) *UpdateWorkspaceConfigurationInput
- func (s *UpdateWorkspaceConfigurationInput) SetGrafanaVersion(v string) *UpdateWorkspaceConfigurationInput
- func (s *UpdateWorkspaceConfigurationInput) SetWorkspaceId(v string) *UpdateWorkspaceConfigurationInput
- func (s UpdateWorkspaceConfigurationInput) String() string
- func (s *UpdateWorkspaceConfigurationInput) Validate() error
- type UpdateWorkspaceConfigurationOutput
- type UpdateWorkspaceInput
- func (s UpdateWorkspaceInput) GoString() string
- func (s *UpdateWorkspaceInput) SetAccountAccessType(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetNetworkAccessControl(v *NetworkAccessConfiguration) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetOrganizationRoleName(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetPermissionType(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetRemoveNetworkAccessConfiguration(v bool) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetRemoveVpcConfiguration(v bool) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetStackSetName(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetVpcConfiguration(v *VpcConfiguration) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetWorkspaceDataSources(v []*string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetWorkspaceDescription(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetWorkspaceId(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetWorkspaceName(v string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetWorkspaceNotificationDestinations(v []*string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetWorkspaceOrganizationalUnits(v []*string) *UpdateWorkspaceInput
- func (s *UpdateWorkspaceInput) SetWorkspaceRoleArn(v string) *UpdateWorkspaceInput
- func (s UpdateWorkspaceInput) String() string
- func (s *UpdateWorkspaceInput) Validate() error
- type UpdateWorkspaceOutput
- type User
- type ValidationException
- func (s *ValidationException) Code() string
- func (s *ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s *ValidationException) Message() string
- func (s *ValidationException) OrigErr() error
- func (s *ValidationException) RequestID() string
- func (s *ValidationException) StatusCode() int
- func (s ValidationException) String() string
- type ValidationExceptionField
- type VpcConfiguration
- type WorkspaceDescription
- func (s WorkspaceDescription) GoString() string
- func (s *WorkspaceDescription) SetAccountAccessType(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetAuthentication(v *AuthenticationSummary) *WorkspaceDescription
- func (s *WorkspaceDescription) SetCreated(v time.Time) *WorkspaceDescription
- func (s *WorkspaceDescription) SetDataSources(v []*string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetDescription(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetEndpoint(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetFreeTrialConsumed(v bool) *WorkspaceDescription
- func (s *WorkspaceDescription) SetFreeTrialExpiration(v time.Time) *WorkspaceDescription
- func (s *WorkspaceDescription) SetGrafanaToken(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetGrafanaVersion(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetId(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetLicenseExpiration(v time.Time) *WorkspaceDescription
- func (s *WorkspaceDescription) SetLicenseType(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetModified(v time.Time) *WorkspaceDescription
- func (s *WorkspaceDescription) SetName(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetNetworkAccessControl(v *NetworkAccessConfiguration) *WorkspaceDescription
- func (s *WorkspaceDescription) SetNotificationDestinations(v []*string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetOrganizationRoleName(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetOrganizationalUnits(v []*string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetPermissionType(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetStackSetName(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetStatus(v string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetTags(v map[string]*string) *WorkspaceDescription
- func (s *WorkspaceDescription) SetVpcConfiguration(v *VpcConfiguration) *WorkspaceDescription
- func (s *WorkspaceDescription) SetWorkspaceRoleArn(v string) *WorkspaceDescription
- func (s WorkspaceDescription) String() string
- type WorkspaceSummary
- func (s WorkspaceSummary) GoString() string
- func (s *WorkspaceSummary) SetAuthentication(v *AuthenticationSummary) *WorkspaceSummary
- func (s *WorkspaceSummary) SetCreated(v time.Time) *WorkspaceSummary
- func (s *WorkspaceSummary) SetDescription(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetEndpoint(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetGrafanaToken(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetGrafanaVersion(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetId(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetLicenseType(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetModified(v time.Time) *WorkspaceSummary
- func (s *WorkspaceSummary) SetName(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetNotificationDestinations(v []*string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetStatus(v string) *WorkspaceSummary
- func (s *WorkspaceSummary) SetTags(v map[string]*string) *WorkspaceSummary
- func (s WorkspaceSummary) String() string
Constants ¶
const ( // AccountAccessTypeCurrentAccount is a AccountAccessType enum value AccountAccessTypeCurrentAccount = "CURRENT_ACCOUNT" // AccountAccessTypeOrganization is a AccountAccessType enum value AccountAccessTypeOrganization = "ORGANIZATION" )
const ( // AuthenticationProviderTypesAwsSso is a AuthenticationProviderTypes enum value AuthenticationProviderTypesAwsSso = "AWS_SSO" // AuthenticationProviderTypesSaml is a AuthenticationProviderTypes enum value AuthenticationProviderTypesSaml = "SAML" )
const ( // DataSourceTypeAmazonOpensearchService is a DataSourceType enum value DataSourceTypeAmazonOpensearchService = "AMAZON_OPENSEARCH_SERVICE" // DataSourceTypeCloudwatch is a DataSourceType enum value DataSourceTypeCloudwatch = "CLOUDWATCH" // DataSourceTypePrometheus is a DataSourceType enum value DataSourceTypePrometheus = "PROMETHEUS" // DataSourceTypeXray is a DataSourceType enum value DataSourceTypeXray = "XRAY" // DataSourceTypeTimestream is a DataSourceType enum value DataSourceTypeTimestream = "TIMESTREAM" // DataSourceTypeSitewise is a DataSourceType enum value DataSourceTypeSitewise = "SITEWISE" // DataSourceTypeAthena is a DataSourceType enum value DataSourceTypeAthena = "ATHENA" // DataSourceTypeRedshift is a DataSourceType enum value DataSourceTypeRedshift = "REDSHIFT" // DataSourceTypeTwinmaker is a DataSourceType enum value DataSourceTypeTwinmaker = "TWINMAKER" )
const ( // LicenseTypeEnterprise is a LicenseType enum value LicenseTypeEnterprise = "ENTERPRISE" // LicenseTypeEnterpriseFreeTrial is a LicenseType enum value LicenseTypeEnterpriseFreeTrial = "ENTERPRISE_FREE_TRIAL" )
const ( // PermissionTypeCustomerManaged is a PermissionType enum value PermissionTypeCustomerManaged = "CUSTOMER_MANAGED" // PermissionTypeServiceManaged is a PermissionType enum value PermissionTypeServiceManaged = "SERVICE_MANAGED" )
const ( // RoleAdmin is a Role enum value RoleAdmin = "ADMIN" // RoleEditor is a Role enum value RoleEditor = "EDITOR" // RoleViewer is a Role enum value RoleViewer = "VIEWER" )
const ( // SamlConfigurationStatusConfigured is a SamlConfigurationStatus enum value SamlConfigurationStatusConfigured = "CONFIGURED" // SamlConfigurationStatusNotConfigured is a SamlConfigurationStatus enum value SamlConfigurationStatusNotConfigured = "NOT_CONFIGURED" )
const ( // UpdateActionAdd is a UpdateAction enum value UpdateActionAdd = "ADD" // UpdateActionRevoke is a UpdateAction enum value UpdateActionRevoke = "REVOKE" )
const ( // UserTypeSsoUser is a UserType enum value UserTypeSsoUser = "SSO_USER" // UserTypeSsoGroup is a UserType enum value UserTypeSsoGroup = "SSO_GROUP" )
const ( // ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value ValidationExceptionReasonUnknownOperation = "UNKNOWN_OPERATION" // ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value ValidationExceptionReasonCannotParse = "CANNOT_PARSE" // ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value ValidationExceptionReasonFieldValidationFailed = "FIELD_VALIDATION_FAILED" // ValidationExceptionReasonOther is a ValidationExceptionReason enum value ValidationExceptionReasonOther = "OTHER" )
const ( // WorkspaceStatusActive is a WorkspaceStatus enum value WorkspaceStatusActive = "ACTIVE" // WorkspaceStatusCreating is a WorkspaceStatus enum value WorkspaceStatusCreating = "CREATING" // WorkspaceStatusDeleting is a WorkspaceStatus enum value WorkspaceStatusDeleting = "DELETING" // WorkspaceStatusFailed is a WorkspaceStatus enum value WorkspaceStatusFailed = "FAILED" // WorkspaceStatusUpdating is a WorkspaceStatus enum value WorkspaceStatusUpdating = "UPDATING" // WorkspaceStatusUpgrading is a WorkspaceStatus enum value WorkspaceStatusUpgrading = "UPGRADING" // WorkspaceStatusDeletionFailed is a WorkspaceStatus enum value WorkspaceStatusDeletionFailed = "DELETION_FAILED" // WorkspaceStatusCreationFailed is a WorkspaceStatus enum value WorkspaceStatusCreationFailed = "CREATION_FAILED" // WorkspaceStatusUpdateFailed is a WorkspaceStatus enum value WorkspaceStatusUpdateFailed = "UPDATE_FAILED" // WorkspaceStatusUpgradeFailed is a WorkspaceStatus enum value WorkspaceStatusUpgradeFailed = "UPGRADE_FAILED" // WorkspaceStatusLicenseRemovalFailed is a WorkspaceStatus enum value WorkspaceStatusLicenseRemovalFailed = "LICENSE_REMOVAL_FAILED" // WorkspaceStatusVersionUpdating is a WorkspaceStatus enum value WorkspaceStatusVersionUpdating = "VERSION_UPDATING" // WorkspaceStatusVersionUpdateFailed is a WorkspaceStatus enum value WorkspaceStatusVersionUpdateFailed = "VERSION_UPDATE_FAILED" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You do not have sufficient permissions to perform this action. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeConflictException for service response error code // "ConflictException". // // A resource was in an inconsistent state during an update or a deletion. ErrCodeConflictException = "ConflictException" // ErrCodeInternalServerException for service response error code // "InternalServerException". // // Unexpected error while processing the request. Retry the request. ErrCodeInternalServerException = "InternalServerException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The request references a resource that does not exist. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". // // The request would cause a service quota to be exceeded. ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The request was denied because of request throttling. Retry the request. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeValidationException for service response error code // "ValidationException". // // The value of a parameter in the request caused an error. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "grafana" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "grafana" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// NotificationDestinationTypeSns is a NotificationDestinationType enum value
NotificationDestinationTypeSns = "SNS"
)
Variables ¶
This section is empty.
Functions ¶
func AccountAccessType_Values ¶
func AccountAccessType_Values() []string
AccountAccessType_Values returns all elements of the AccountAccessType enum
func AuthenticationProviderTypes_Values ¶
func AuthenticationProviderTypes_Values() []string
AuthenticationProviderTypes_Values returns all elements of the AuthenticationProviderTypes enum
func DataSourceType_Values ¶
func DataSourceType_Values() []string
DataSourceType_Values returns all elements of the DataSourceType enum
func LicenseType_Values ¶
func LicenseType_Values() []string
LicenseType_Values returns all elements of the LicenseType enum
func NotificationDestinationType_Values ¶
func NotificationDestinationType_Values() []string
NotificationDestinationType_Values returns all elements of the NotificationDestinationType enum
func PermissionType_Values ¶
func PermissionType_Values() []string
PermissionType_Values returns all elements of the PermissionType enum
func SamlConfigurationStatus_Values ¶
func SamlConfigurationStatus_Values() []string
SamlConfigurationStatus_Values returns all elements of the SamlConfigurationStatus enum
func UpdateAction_Values ¶
func UpdateAction_Values() []string
UpdateAction_Values returns all elements of the UpdateAction enum
func UserType_Values ¶
func UserType_Values() []string
UserType_Values returns all elements of the UserType enum
func ValidationExceptionReason_Values ¶
func ValidationExceptionReason_Values() []string
ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum
func WorkspaceStatus_Values ¶
func WorkspaceStatus_Values() []string
WorkspaceStatus_Values returns all elements of the WorkspaceStatus enum
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You do not have sufficient permissions to perform this action.
func (*AccessDeniedException) Code ¶
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssertionAttributes ¶
type AssertionAttributes struct { // The name of the attribute within the SAML assertion to use as the email names // for SAML users. Email *string `locationName:"email" min:"1" type:"string"` // The name of the attribute within the SAML assertion to use as the user full // "friendly" names for user groups. Groups *string `locationName:"groups" min:"1" type:"string"` // The name of the attribute within the SAML assertion to use as the login names // for SAML users. Login *string `locationName:"login" min:"1" type:"string"` // The name of the attribute within the SAML assertion to use as the user full // "friendly" names for SAML users. Name *string `locationName:"name" min:"1" type:"string"` // The name of the attribute within the SAML assertion to use as the user full // "friendly" names for the users' organizations. Org *string `locationName:"org" min:"1" type:"string"` // The name of the attribute within the SAML assertion to use as the user roles. Role *string `locationName:"role" min:"1" type:"string"` // contains filtered or unexported fields }
A structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace.
func (AssertionAttributes) GoString ¶
func (s AssertionAttributes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssertionAttributes) SetEmail ¶
func (s *AssertionAttributes) SetEmail(v string) *AssertionAttributes
SetEmail sets the Email field's value.
func (*AssertionAttributes) SetGroups ¶
func (s *AssertionAttributes) SetGroups(v string) *AssertionAttributes
SetGroups sets the Groups field's value.
func (*AssertionAttributes) SetLogin ¶
func (s *AssertionAttributes) SetLogin(v string) *AssertionAttributes
SetLogin sets the Login field's value.
func (*AssertionAttributes) SetName ¶
func (s *AssertionAttributes) SetName(v string) *AssertionAttributes
SetName sets the Name field's value.
func (*AssertionAttributes) SetOrg ¶
func (s *AssertionAttributes) SetOrg(v string) *AssertionAttributes
SetOrg sets the Org field's value.
func (*AssertionAttributes) SetRole ¶
func (s *AssertionAttributes) SetRole(v string) *AssertionAttributes
SetRole sets the Role field's value.
func (AssertionAttributes) String ¶
func (s AssertionAttributes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssertionAttributes) Validate ¶
func (s *AssertionAttributes) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateLicenseInput ¶
type AssociateLicenseInput struct { // A token from Grafana Labs that ties your Amazon Web Services account with // a Grafana Labs account. For more information, see Link your account with // Grafana Labs (https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise). GrafanaToken *string `location:"header" locationName:"Grafana-Token" min:"1" type:"string"` // The type of license to associate with the workspace. // // Amazon Managed Grafana workspaces no longer support Grafana Enterprise free // trials. // // LicenseType is a required field LicenseType *string `location:"uri" locationName:"licenseType" type:"string" required:"true" enum:"LicenseType"` // The ID of the workspace to associate the license with. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateLicenseInput) GoString ¶
func (s AssociateLicenseInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateLicenseInput) SetGrafanaToken ¶ added in v1.50.34
func (s *AssociateLicenseInput) SetGrafanaToken(v string) *AssociateLicenseInput
SetGrafanaToken sets the GrafanaToken field's value.
func (*AssociateLicenseInput) SetLicenseType ¶
func (s *AssociateLicenseInput) SetLicenseType(v string) *AssociateLicenseInput
SetLicenseType sets the LicenseType field's value.
func (*AssociateLicenseInput) SetWorkspaceId ¶
func (s *AssociateLicenseInput) SetWorkspaceId(v string) *AssociateLicenseInput
SetWorkspaceId sets the WorkspaceId field's value.
func (AssociateLicenseInput) String ¶
func (s AssociateLicenseInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateLicenseInput) Validate ¶
func (s *AssociateLicenseInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateLicenseOutput ¶
type AssociateLicenseOutput struct { // A structure containing data about the workspace. // // Workspace is a required field Workspace *WorkspaceDescription `locationName:"workspace" type:"structure" required:"true"` // contains filtered or unexported fields }
func (AssociateLicenseOutput) GoString ¶
func (s AssociateLicenseOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateLicenseOutput) SetWorkspace ¶
func (s *AssociateLicenseOutput) SetWorkspace(v *WorkspaceDescription) *AssociateLicenseOutput
SetWorkspace sets the Workspace field's value.
func (AssociateLicenseOutput) String ¶
func (s AssociateLicenseOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AuthenticationDescription ¶
type AuthenticationDescription struct { // A structure containing information about how this workspace works with IAM // Identity Center. AwsSso *AwsSsoAuthentication `locationName:"awsSso" type:"structure"` // Specifies whether this workspace uses IAM Identity Center, SAML, or both // methods to authenticate users to use the Grafana console in the Amazon Managed // Grafana workspace. // // Providers is a required field Providers []*string `locationName:"providers" type:"list" required:"true" enum:"AuthenticationProviderTypes"` // A structure containing information about how this workspace works with SAML, // including what attributes within the assertion are to be mapped to user information // in the workspace. Saml *SamlAuthentication `locationName:"saml" type:"structure"` // contains filtered or unexported fields }
A structure containing information about the user authentication methods used by the workspace.
func (AuthenticationDescription) GoString ¶
func (s AuthenticationDescription) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthenticationDescription) SetAwsSso ¶
func (s *AuthenticationDescription) SetAwsSso(v *AwsSsoAuthentication) *AuthenticationDescription
SetAwsSso sets the AwsSso field's value.
func (*AuthenticationDescription) SetProviders ¶
func (s *AuthenticationDescription) SetProviders(v []*string) *AuthenticationDescription
SetProviders sets the Providers field's value.
func (*AuthenticationDescription) SetSaml ¶
func (s *AuthenticationDescription) SetSaml(v *SamlAuthentication) *AuthenticationDescription
SetSaml sets the Saml field's value.
func (AuthenticationDescription) String ¶
func (s AuthenticationDescription) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AuthenticationSummary ¶
type AuthenticationSummary struct { // Specifies whether the workspace uses SAML, IAM Identity Center, or both methods // for user authentication. // // Providers is a required field Providers []*string `locationName:"providers" type:"list" required:"true" enum:"AuthenticationProviderTypes"` // Specifies whether the workplace's user authentication method is fully configured. SamlConfigurationStatus *string `locationName:"samlConfigurationStatus" type:"string" enum:"SamlConfigurationStatus"` // contains filtered or unexported fields }
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication, and whether that authentication is fully configured.
func (AuthenticationSummary) GoString ¶
func (s AuthenticationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthenticationSummary) SetProviders ¶
func (s *AuthenticationSummary) SetProviders(v []*string) *AuthenticationSummary
SetProviders sets the Providers field's value.
func (*AuthenticationSummary) SetSamlConfigurationStatus ¶
func (s *AuthenticationSummary) SetSamlConfigurationStatus(v string) *AuthenticationSummary
SetSamlConfigurationStatus sets the SamlConfigurationStatus field's value.
func (AuthenticationSummary) String ¶
func (s AuthenticationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AwsSsoAuthentication ¶
type AwsSsoAuthentication struct { // The ID of the IAM Identity Center-managed application that is created by // Amazon Managed Grafana. SsoClientId *string `locationName:"ssoClientId" type:"string"` // contains filtered or unexported fields }
A structure containing information about how this workspace works with IAM Identity Center.
func (AwsSsoAuthentication) GoString ¶
func (s AwsSsoAuthentication) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AwsSsoAuthentication) SetSsoClientId ¶
func (s *AwsSsoAuthentication) SetSsoClientId(v string) *AwsSsoAuthentication
SetSsoClientId sets the SsoClientId field's value.
func (AwsSsoAuthentication) String ¶
func (s AwsSsoAuthentication) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictException ¶
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // A description of the error. Message_ *string `locationName:"message" type:"string"` // The ID of the resource that is associated with the error. // // ResourceId is a required field ResourceId *string `locationName:"resourceId" type:"string" required:"true"` // The type of the resource that is associated with the error. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true"` // contains filtered or unexported fields }
A resource was in an inconsistent state during an update or a deletion.
func (*ConflictException) Code ¶
func (s *ConflictException) Code() string
Code returns the exception type name.
func (*ConflictException) Error ¶
func (s *ConflictException) Error() string
func (ConflictException) GoString ¶
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictException) Message ¶
func (s *ConflictException) Message() string
Message returns the exception's message.
func (*ConflictException) OrigErr ¶
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictException) RequestID ¶
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictException) StatusCode ¶
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictException) String ¶
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateWorkspaceApiKeyInput ¶ added in v1.44.14
type CreateWorkspaceApiKeyInput struct { // Specifies the name of the key. Keynames must be unique to the workspace. // // KeyName is a required field KeyName *string `locationName:"keyName" min:"1" type:"string" required:"true"` // Specifies the permission level of the key. // // Valid values: ADMIN|EDITOR|VIEWER // // KeyRole is a required field KeyRole *string `locationName:"keyRole" type:"string" required:"true"` // Specifies the time in seconds until the key expires. Keys can be valid for // up to 30 days. // // SecondsToLive is a required field SecondsToLive *int64 `locationName:"secondsToLive" min:"1" type:"integer" required:"true"` // The ID of the workspace to create an API key. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceApiKeyInput) GoString ¶ added in v1.44.14
func (s CreateWorkspaceApiKeyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceApiKeyInput) SetKeyName ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyInput) SetKeyName(v string) *CreateWorkspaceApiKeyInput
SetKeyName sets the KeyName field's value.
func (*CreateWorkspaceApiKeyInput) SetKeyRole ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyInput) SetKeyRole(v string) *CreateWorkspaceApiKeyInput
SetKeyRole sets the KeyRole field's value.
func (*CreateWorkspaceApiKeyInput) SetSecondsToLive ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyInput) SetSecondsToLive(v int64) *CreateWorkspaceApiKeyInput
SetSecondsToLive sets the SecondsToLive field's value.
func (*CreateWorkspaceApiKeyInput) SetWorkspaceId ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyInput) SetWorkspaceId(v string) *CreateWorkspaceApiKeyInput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateWorkspaceApiKeyInput) String ¶ added in v1.44.14
func (s CreateWorkspaceApiKeyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceApiKeyInput) Validate ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWorkspaceApiKeyOutput ¶ added in v1.44.14
type CreateWorkspaceApiKeyOutput struct { // The key token. Use this value as a bearer token to authenticate HTTP requests // to the workspace. // // Key is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateWorkspaceApiKeyOutput's // String and GoString methods. // // Key is a required field Key *string `locationName:"key" type:"string" required:"true" sensitive:"true"` // The name of the key that was created. // // KeyName is a required field KeyName *string `locationName:"keyName" min:"1" type:"string" required:"true"` // The ID of the workspace that the key is valid for. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceApiKeyOutput) GoString ¶ added in v1.44.14
func (s CreateWorkspaceApiKeyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceApiKeyOutput) SetKey ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyOutput) SetKey(v string) *CreateWorkspaceApiKeyOutput
SetKey sets the Key field's value.
func (*CreateWorkspaceApiKeyOutput) SetKeyName ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyOutput) SetKeyName(v string) *CreateWorkspaceApiKeyOutput
SetKeyName sets the KeyName field's value.
func (*CreateWorkspaceApiKeyOutput) SetWorkspaceId ¶ added in v1.44.14
func (s *CreateWorkspaceApiKeyOutput) SetWorkspaceId(v string) *CreateWorkspaceApiKeyOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateWorkspaceApiKeyOutput) String ¶ added in v1.44.14
func (s CreateWorkspaceApiKeyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateWorkspaceInput ¶
type CreateWorkspaceInput struct { // Specifies whether the workspace can access Amazon Web Services resources // in this Amazon Web Services account only, or whether it can also access Amazon // Web Services resources in other accounts in the same organization. If you // specify ORGANIZATION, you must specify which organizational units the workspace // can access in the workspaceOrganizationalUnits parameter. // // AccountAccessType is a required field AccountAccessType *string `locationName:"accountAccessType" type:"string" required:"true" enum:"AccountAccessType"` // Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both // to authenticate users for using the Grafana console within a workspace. For // more information, see User authentication in Amazon Managed Grafana (https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html). // // AuthenticationProviders is a required field AuthenticationProviders []*string `locationName:"authenticationProviders" type:"list" required:"true" enum:"AuthenticationProviderTypes"` // A unique, case-sensitive, user-provided identifier to ensure the idempotency // of the request. ClientToken *string `locationName:"clientToken" type:"string" idempotencyToken:"true"` // The configuration string for the workspace that you create. For more information // about the format and configuration options available, see Working in your // Grafana workspace (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html). Configuration *string `locationName:"configuration" min:"2" type:"string"` // Specifies the version of Grafana to support in the new workspace. If not // specified, defaults to the latest version (for example, 10.4). // // To get a list of supported versions, use the ListVersions operation. GrafanaVersion *string `locationName:"grafanaVersion" min:"1" type:"string"` // Configuration for network access to your workspace. // // When this is configured, only listed IP addresses and VPC endpoints will // be able to access your workspace. Standard Grafana authentication and authorization // will still be required. // // If this is not configured, or is removed, then all IP addresses and VPC endpoints // will be allowed. Standard Grafana authentication and authorization will still // be required. NetworkAccessControl *NetworkAccessConfiguration `locationName:"networkAccessControl" type:"structure"` // The name of an IAM role that already exists to use with Organizations to // access Amazon Web Services data sources and notification channels in other // accounts in an organization. // // OrganizationRoleName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateWorkspaceInput's // String and GoString methods. OrganizationRoleName *string `locationName:"organizationRoleName" min:"1" type:"string" sensitive:"true"` // When creating a workspace through the Amazon Web Services API, CLI or Amazon // Web Services CloudFormation, you must manage IAM roles and provision the // permissions that the workspace needs to use Amazon Web Services data sources // and notification channels. // // You must also specify a workspaceRoleArn for a role that you will manage // for the workspace to use when accessing those datasources and notification // channels. // // The ability for Amazon Managed Grafana to create and update IAM roles on // behalf of the user is supported only in the Amazon Managed Grafana console, // where this value may be set to SERVICE_MANAGED. // // Use only the CUSTOMER_MANAGED permission type when creating a workspace with // the API, CLI or Amazon Web Services CloudFormation. // // For more information, see Amazon Managed Grafana permissions and policies // for Amazon Web Services data sources and notification channels (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-manage-permissions.html). // // PermissionType is a required field PermissionType *string `locationName:"permissionType" type:"string" required:"true" enum:"PermissionType"` // The name of the CloudFormation stack set to use to generate IAM roles to // be used for this workspace. StackSetName *string `locationName:"stackSetName" type:"string"` // The list of tags associated with the workspace. Tags map[string]*string `locationName:"tags" type:"map"` // The configuration settings for an Amazon VPC that contains data sources for // your Grafana workspace to connect to. // // Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) // Region (ap-northeast-2). VpcConfiguration *VpcConfiguration `locationName:"vpcConfiguration" type:"structure"` // This parameter is for internal use only, and should not be used. WorkspaceDataSources []*string `locationName:"workspaceDataSources" type:"list" enum:"DataSourceType"` // A description for the workspace. This is used only to help you identify this // workspace. // // Pattern: ^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$ // // WorkspaceDescription is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateWorkspaceInput's // String and GoString methods. WorkspaceDescription *string `locationName:"workspaceDescription" type:"string" sensitive:"true"` // The name for the workspace. It does not have to be unique. // // WorkspaceName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateWorkspaceInput's // String and GoString methods. WorkspaceName *string `locationName:"workspaceName" type:"string" sensitive:"true"` // Specify the Amazon Web Services notification channels that you plan to use // in this workspace. Specifying these data sources here enables Amazon Managed // Grafana to create IAM roles and permissions that allow Amazon Managed Grafana // to use these channels. WorkspaceNotificationDestinations []*string `locationName:"workspaceNotificationDestinations" type:"list" enum:"NotificationDestinationType"` // Specifies the organizational units that this workspace is allowed to use // data sources from, if this workspace is in an account that is part of an // organization. // // WorkspaceOrganizationalUnits is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateWorkspaceInput's // String and GoString methods. WorkspaceOrganizationalUnits []*string `locationName:"workspaceOrganizationalUnits" type:"list" sensitive:"true"` // Specified the IAM role that grants permissions to the Amazon Web Services // resources that the workspace will view data from, including both data sources // and notification channels. You are responsible for managing the permissions // for this role as new data sources or notification channels are added. // // WorkspaceRoleArn is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateWorkspaceInput's // String and GoString methods. WorkspaceRoleArn *string `locationName:"workspaceRoleArn" min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceInput) GoString ¶
func (s CreateWorkspaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceInput) SetAccountAccessType ¶
func (s *CreateWorkspaceInput) SetAccountAccessType(v string) *CreateWorkspaceInput
SetAccountAccessType sets the AccountAccessType field's value.
func (*CreateWorkspaceInput) SetAuthenticationProviders ¶
func (s *CreateWorkspaceInput) SetAuthenticationProviders(v []*string) *CreateWorkspaceInput
SetAuthenticationProviders sets the AuthenticationProviders field's value.
func (*CreateWorkspaceInput) SetClientToken ¶
func (s *CreateWorkspaceInput) SetClientToken(v string) *CreateWorkspaceInput
SetClientToken sets the ClientToken field's value.
func (*CreateWorkspaceInput) SetConfiguration ¶ added in v1.44.145
func (s *CreateWorkspaceInput) SetConfiguration(v string) *CreateWorkspaceInput
SetConfiguration sets the Configuration field's value.
func (*CreateWorkspaceInput) SetGrafanaVersion ¶ added in v1.44.253
func (s *CreateWorkspaceInput) SetGrafanaVersion(v string) *CreateWorkspaceInput
SetGrafanaVersion sets the GrafanaVersion field's value.
func (*CreateWorkspaceInput) SetNetworkAccessControl ¶ added in v1.44.203
func (s *CreateWorkspaceInput) SetNetworkAccessControl(v *NetworkAccessConfiguration) *CreateWorkspaceInput
SetNetworkAccessControl sets the NetworkAccessControl field's value.
func (*CreateWorkspaceInput) SetOrganizationRoleName ¶
func (s *CreateWorkspaceInput) SetOrganizationRoleName(v string) *CreateWorkspaceInput
SetOrganizationRoleName sets the OrganizationRoleName field's value.
func (*CreateWorkspaceInput) SetPermissionType ¶
func (s *CreateWorkspaceInput) SetPermissionType(v string) *CreateWorkspaceInput
SetPermissionType sets the PermissionType field's value.
func (*CreateWorkspaceInput) SetStackSetName ¶
func (s *CreateWorkspaceInput) SetStackSetName(v string) *CreateWorkspaceInput
SetStackSetName sets the StackSetName field's value.
func (*CreateWorkspaceInput) SetTags ¶ added in v1.43.30
func (s *CreateWorkspaceInput) SetTags(v map[string]*string) *CreateWorkspaceInput
SetTags sets the Tags field's value.
func (*CreateWorkspaceInput) SetVpcConfiguration ¶ added in v1.44.145
func (s *CreateWorkspaceInput) SetVpcConfiguration(v *VpcConfiguration) *CreateWorkspaceInput
SetVpcConfiguration sets the VpcConfiguration field's value.
func (*CreateWorkspaceInput) SetWorkspaceDataSources ¶
func (s *CreateWorkspaceInput) SetWorkspaceDataSources(v []*string) *CreateWorkspaceInput
SetWorkspaceDataSources sets the WorkspaceDataSources field's value.
func (*CreateWorkspaceInput) SetWorkspaceDescription ¶
func (s *CreateWorkspaceInput) SetWorkspaceDescription(v string) *CreateWorkspaceInput
SetWorkspaceDescription sets the WorkspaceDescription field's value.
func (*CreateWorkspaceInput) SetWorkspaceName ¶
func (s *CreateWorkspaceInput) SetWorkspaceName(v string) *CreateWorkspaceInput
SetWorkspaceName sets the WorkspaceName field's value.
func (*CreateWorkspaceInput) SetWorkspaceNotificationDestinations ¶
func (s *CreateWorkspaceInput) SetWorkspaceNotificationDestinations(v []*string) *CreateWorkspaceInput
SetWorkspaceNotificationDestinations sets the WorkspaceNotificationDestinations field's value.
func (*CreateWorkspaceInput) SetWorkspaceOrganizationalUnits ¶
func (s *CreateWorkspaceInput) SetWorkspaceOrganizationalUnits(v []*string) *CreateWorkspaceInput
SetWorkspaceOrganizationalUnits sets the WorkspaceOrganizationalUnits field's value.
func (*CreateWorkspaceInput) SetWorkspaceRoleArn ¶
func (s *CreateWorkspaceInput) SetWorkspaceRoleArn(v string) *CreateWorkspaceInput
SetWorkspaceRoleArn sets the WorkspaceRoleArn field's value.
func (CreateWorkspaceInput) String ¶
func (s CreateWorkspaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceInput) Validate ¶
func (s *CreateWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWorkspaceOutput ¶
type CreateWorkspaceOutput struct { // A structure containing data about the workspace that was created. // // Workspace is a required field Workspace *WorkspaceDescription `locationName:"workspace" type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceOutput) GoString ¶
func (s CreateWorkspaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceOutput) SetWorkspace ¶
func (s *CreateWorkspaceOutput) SetWorkspace(v *WorkspaceDescription) *CreateWorkspaceOutput
SetWorkspace sets the Workspace field's value.
func (CreateWorkspaceOutput) String ¶
func (s CreateWorkspaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateWorkspaceServiceAccountInput ¶ added in v1.53.3
type CreateWorkspaceServiceAccountInput struct { // The permission level to use for this service account. // // For more information about the roles and the permissions each has, see User // roles (https://docs.aws.amazon.com/grafana/latest/userguide/Grafana-user-roles.html) // in the Amazon Managed Grafana User Guide. // // GrafanaRole is a required field GrafanaRole *string `locationName:"grafanaRole" type:"string" required:"true" enum:"Role"` // A name for the service account. The name must be unique within the workspace, // as it determines the ID associated with the service account. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The ID of the workspace within which to create the service account. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceServiceAccountInput) GoString ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceServiceAccountInput) SetGrafanaRole ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountInput) SetGrafanaRole(v string) *CreateWorkspaceServiceAccountInput
SetGrafanaRole sets the GrafanaRole field's value.
func (*CreateWorkspaceServiceAccountInput) SetName ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountInput) SetName(v string) *CreateWorkspaceServiceAccountInput
SetName sets the Name field's value.
func (*CreateWorkspaceServiceAccountInput) SetWorkspaceId ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountInput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountInput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateWorkspaceServiceAccountInput) String ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceServiceAccountInput) Validate ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWorkspaceServiceAccountOutput ¶ added in v1.53.3
type CreateWorkspaceServiceAccountOutput struct { // The permission level given to the service account. // // GrafanaRole is a required field GrafanaRole *string `locationName:"grafanaRole" type:"string" required:"true" enum:"Role"` // The ID of the service account. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The name of the service account. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // The workspace with which the service account is associated. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceServiceAccountOutput) GoString ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceServiceAccountOutput) SetGrafanaRole ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountOutput) SetGrafanaRole(v string) *CreateWorkspaceServiceAccountOutput
SetGrafanaRole sets the GrafanaRole field's value.
func (*CreateWorkspaceServiceAccountOutput) SetId ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountOutput) SetId(v string) *CreateWorkspaceServiceAccountOutput
SetId sets the Id field's value.
func (*CreateWorkspaceServiceAccountOutput) SetName ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountOutput) SetName(v string) *CreateWorkspaceServiceAccountOutput
SetName sets the Name field's value.
func (*CreateWorkspaceServiceAccountOutput) SetWorkspaceId ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountOutput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateWorkspaceServiceAccountOutput) String ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateWorkspaceServiceAccountTokenInput ¶ added in v1.53.3
type CreateWorkspaceServiceAccountTokenInput struct { // A name for the token to create. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // Sets how long the token will be valid, in seconds. You can set the time up // to 30 days in the future. // // SecondsToLive is a required field SecondsToLive *int64 `locationName:"secondsToLive" min:"1" type:"integer" required:"true"` // The ID of the service account for which to create a token. // // ServiceAccountId is a required field ServiceAccountId *string `location:"uri" locationName:"serviceAccountId" type:"string" required:"true"` // The ID of the workspace the service account resides within. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceServiceAccountTokenInput) GoString ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountTokenInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceServiceAccountTokenInput) SetName ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenInput) SetName(v string) *CreateWorkspaceServiceAccountTokenInput
SetName sets the Name field's value.
func (*CreateWorkspaceServiceAccountTokenInput) SetSecondsToLive ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenInput) SetSecondsToLive(v int64) *CreateWorkspaceServiceAccountTokenInput
SetSecondsToLive sets the SecondsToLive field's value.
func (*CreateWorkspaceServiceAccountTokenInput) SetServiceAccountId ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenInput) SetServiceAccountId(v string) *CreateWorkspaceServiceAccountTokenInput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*CreateWorkspaceServiceAccountTokenInput) SetWorkspaceId ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenInput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountTokenInput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateWorkspaceServiceAccountTokenInput) String ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountTokenInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceServiceAccountTokenInput) Validate ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWorkspaceServiceAccountTokenOutput ¶ added in v1.53.3
type CreateWorkspaceServiceAccountTokenOutput struct { // The ID of the service account where the token was created. // // ServiceAccountId is a required field ServiceAccountId *string `locationName:"serviceAccountId" type:"string" required:"true"` // Information about the created token, including the key. Be sure to store // the key securely. // // ServiceAccountToken is a required field ServiceAccountToken *ServiceAccountTokenSummaryWithKey `locationName:"serviceAccountToken" type:"structure" required:"true"` // The ID of the workspace where the token was created. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateWorkspaceServiceAccountTokenOutput) GoString ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountTokenOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateWorkspaceServiceAccountTokenOutput) SetServiceAccountId ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenOutput) SetServiceAccountId(v string) *CreateWorkspaceServiceAccountTokenOutput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*CreateWorkspaceServiceAccountTokenOutput) SetServiceAccountToken ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenOutput) SetServiceAccountToken(v *ServiceAccountTokenSummaryWithKey) *CreateWorkspaceServiceAccountTokenOutput
SetServiceAccountToken sets the ServiceAccountToken field's value.
func (*CreateWorkspaceServiceAccountTokenOutput) SetWorkspaceId ¶ added in v1.53.3
func (s *CreateWorkspaceServiceAccountTokenOutput) SetWorkspaceId(v string) *CreateWorkspaceServiceAccountTokenOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (CreateWorkspaceServiceAccountTokenOutput) String ¶ added in v1.53.3
func (s CreateWorkspaceServiceAccountTokenOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteWorkspaceApiKeyInput ¶ added in v1.44.14
type DeleteWorkspaceApiKeyInput struct { // The name of the API key to delete. // // KeyName is a required field KeyName *string `location:"uri" locationName:"keyName" min:"1" type:"string" required:"true"` // The ID of the workspace to delete. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceApiKeyInput) GoString ¶ added in v1.44.14
func (s DeleteWorkspaceApiKeyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceApiKeyInput) SetKeyName ¶ added in v1.44.14
func (s *DeleteWorkspaceApiKeyInput) SetKeyName(v string) *DeleteWorkspaceApiKeyInput
SetKeyName sets the KeyName field's value.
func (*DeleteWorkspaceApiKeyInput) SetWorkspaceId ¶ added in v1.44.14
func (s *DeleteWorkspaceApiKeyInput) SetWorkspaceId(v string) *DeleteWorkspaceApiKeyInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteWorkspaceApiKeyInput) String ¶ added in v1.44.14
func (s DeleteWorkspaceApiKeyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceApiKeyInput) Validate ¶ added in v1.44.14
func (s *DeleteWorkspaceApiKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkspaceApiKeyOutput ¶ added in v1.44.14
type DeleteWorkspaceApiKeyOutput struct { // The name of the key that was deleted. // // KeyName is a required field KeyName *string `locationName:"keyName" min:"1" type:"string" required:"true"` // The ID of the workspace where the key was deleted. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceApiKeyOutput) GoString ¶ added in v1.44.14
func (s DeleteWorkspaceApiKeyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceApiKeyOutput) SetKeyName ¶ added in v1.44.14
func (s *DeleteWorkspaceApiKeyOutput) SetKeyName(v string) *DeleteWorkspaceApiKeyOutput
SetKeyName sets the KeyName field's value.
func (*DeleteWorkspaceApiKeyOutput) SetWorkspaceId ¶ added in v1.44.14
func (s *DeleteWorkspaceApiKeyOutput) SetWorkspaceId(v string) *DeleteWorkspaceApiKeyOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteWorkspaceApiKeyOutput) String ¶ added in v1.44.14
func (s DeleteWorkspaceApiKeyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteWorkspaceInput ¶
type DeleteWorkspaceInput struct { // The ID of the workspace to delete. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceInput) GoString ¶
func (s DeleteWorkspaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceInput) SetWorkspaceId ¶
func (s *DeleteWorkspaceInput) SetWorkspaceId(v string) *DeleteWorkspaceInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteWorkspaceInput) String ¶
func (s DeleteWorkspaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceInput) Validate ¶
func (s *DeleteWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkspaceOutput ¶
type DeleteWorkspaceOutput struct { // A structure containing information about the workspace that was deleted. // // Workspace is a required field Workspace *WorkspaceDescription `locationName:"workspace" type:"structure" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceOutput) GoString ¶
func (s DeleteWorkspaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceOutput) SetWorkspace ¶
func (s *DeleteWorkspaceOutput) SetWorkspace(v *WorkspaceDescription) *DeleteWorkspaceOutput
SetWorkspace sets the Workspace field's value.
func (DeleteWorkspaceOutput) String ¶
func (s DeleteWorkspaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteWorkspaceServiceAccountInput ¶ added in v1.53.3
type DeleteWorkspaceServiceAccountInput struct { // The ID of the service account to delete. // // ServiceAccountId is a required field ServiceAccountId *string `location:"uri" locationName:"serviceAccountId" type:"string" required:"true"` // The ID of the workspace where the service account resides. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceServiceAccountInput) GoString ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceServiceAccountInput) SetServiceAccountId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountInput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountInput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*DeleteWorkspaceServiceAccountInput) SetWorkspaceId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountInput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteWorkspaceServiceAccountInput) String ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceServiceAccountInput) Validate ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkspaceServiceAccountOutput ¶ added in v1.53.3
type DeleteWorkspaceServiceAccountOutput struct { // The ID of the service account deleted. // // ServiceAccountId is a required field ServiceAccountId *string `locationName:"serviceAccountId" type:"string" required:"true"` // The ID of the workspace where the service account was deleted. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceServiceAccountOutput) GoString ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceServiceAccountOutput) SetServiceAccountId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountOutput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountOutput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*DeleteWorkspaceServiceAccountOutput) SetWorkspaceId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountOutput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteWorkspaceServiceAccountOutput) String ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteWorkspaceServiceAccountTokenInput ¶ added in v1.53.3
type DeleteWorkspaceServiceAccountTokenInput struct { // The ID of the service account from which to delete the token. // // ServiceAccountId is a required field ServiceAccountId *string `location:"uri" locationName:"serviceAccountId" type:"string" required:"true"` // The ID of the token to delete. // // TokenId is a required field TokenId *string `location:"uri" locationName:"tokenId" type:"string" required:"true"` // The ID of the workspace from which to delete the token. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceServiceAccountTokenInput) GoString ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountTokenInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceServiceAccountTokenInput) SetServiceAccountId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountTokenInput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountTokenInput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*DeleteWorkspaceServiceAccountTokenInput) SetTokenId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountTokenInput) SetTokenId(v string) *DeleteWorkspaceServiceAccountTokenInput
SetTokenId sets the TokenId field's value.
func (*DeleteWorkspaceServiceAccountTokenInput) SetWorkspaceId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountTokenInput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountTokenInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteWorkspaceServiceAccountTokenInput) String ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountTokenInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceServiceAccountTokenInput) Validate ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountTokenInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWorkspaceServiceAccountTokenOutput ¶ added in v1.53.3
type DeleteWorkspaceServiceAccountTokenOutput struct { // The ID of the service account where the token was deleted. // // ServiceAccountId is a required field ServiceAccountId *string `locationName:"serviceAccountId" type:"string" required:"true"` // The ID of the token that was deleted. // // TokenId is a required field TokenId *string `locationName:"tokenId" type:"string" required:"true"` // The ID of the workspace where the token was deleted. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWorkspaceServiceAccountTokenOutput) GoString ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountTokenOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteWorkspaceServiceAccountTokenOutput) SetServiceAccountId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountTokenOutput) SetServiceAccountId(v string) *DeleteWorkspaceServiceAccountTokenOutput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*DeleteWorkspaceServiceAccountTokenOutput) SetTokenId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountTokenOutput) SetTokenId(v string) *DeleteWorkspaceServiceAccountTokenOutput
SetTokenId sets the TokenId field's value.
func (*DeleteWorkspaceServiceAccountTokenOutput) SetWorkspaceId ¶ added in v1.53.3
func (s *DeleteWorkspaceServiceAccountTokenOutput) SetWorkspaceId(v string) *DeleteWorkspaceServiceAccountTokenOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (DeleteWorkspaceServiceAccountTokenOutput) String ¶ added in v1.53.3
func (s DeleteWorkspaceServiceAccountTokenOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeWorkspaceAuthenticationInput ¶
type DescribeWorkspaceAuthenticationInput struct { // The ID of the workspace to return authentication information about. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeWorkspaceAuthenticationInput) GoString ¶
func (s DescribeWorkspaceAuthenticationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceAuthenticationInput) SetWorkspaceId ¶
func (s *DescribeWorkspaceAuthenticationInput) SetWorkspaceId(v string) *DescribeWorkspaceAuthenticationInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DescribeWorkspaceAuthenticationInput) String ¶
func (s DescribeWorkspaceAuthenticationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceAuthenticationInput) Validate ¶
func (s *DescribeWorkspaceAuthenticationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeWorkspaceAuthenticationOutput ¶
type DescribeWorkspaceAuthenticationOutput struct { // A structure containing information about the authentication methods used // in the workspace. // // Authentication is a required field Authentication *AuthenticationDescription `locationName:"authentication" type:"structure" required:"true"` // contains filtered or unexported fields }
func (DescribeWorkspaceAuthenticationOutput) GoString ¶
func (s DescribeWorkspaceAuthenticationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceAuthenticationOutput) SetAuthentication ¶
func (s *DescribeWorkspaceAuthenticationOutput) SetAuthentication(v *AuthenticationDescription) *DescribeWorkspaceAuthenticationOutput
SetAuthentication sets the Authentication field's value.
func (DescribeWorkspaceAuthenticationOutput) String ¶
func (s DescribeWorkspaceAuthenticationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeWorkspaceConfigurationInput ¶ added in v1.44.145
type DescribeWorkspaceConfigurationInput struct { // The ID of the workspace to get configuration information for. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeWorkspaceConfigurationInput) GoString ¶ added in v1.44.145
func (s DescribeWorkspaceConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceConfigurationInput) SetWorkspaceId ¶ added in v1.44.145
func (s *DescribeWorkspaceConfigurationInput) SetWorkspaceId(v string) *DescribeWorkspaceConfigurationInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DescribeWorkspaceConfigurationInput) String ¶ added in v1.44.145
func (s DescribeWorkspaceConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceConfigurationInput) Validate ¶ added in v1.44.145
func (s *DescribeWorkspaceConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeWorkspaceConfigurationOutput ¶ added in v1.44.145
type DescribeWorkspaceConfigurationOutput struct { // The configuration string for the workspace that you requested. For more information // about the format and configuration options available, see Working in your // Grafana workspace (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html). // // Configuration is a required field Configuration *string `locationName:"configuration" min:"2" type:"string" required:"true"` // The supported Grafana version for the workspace. GrafanaVersion *string `locationName:"grafanaVersion" min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeWorkspaceConfigurationOutput) GoString ¶ added in v1.44.145
func (s DescribeWorkspaceConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceConfigurationOutput) SetConfiguration ¶ added in v1.44.145
func (s *DescribeWorkspaceConfigurationOutput) SetConfiguration(v string) *DescribeWorkspaceConfigurationOutput
SetConfiguration sets the Configuration field's value.
func (*DescribeWorkspaceConfigurationOutput) SetGrafanaVersion ¶ added in v1.44.303
func (s *DescribeWorkspaceConfigurationOutput) SetGrafanaVersion(v string) *DescribeWorkspaceConfigurationOutput
SetGrafanaVersion sets the GrafanaVersion field's value.
func (DescribeWorkspaceConfigurationOutput) String ¶ added in v1.44.145
func (s DescribeWorkspaceConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeWorkspaceInput ¶
type DescribeWorkspaceInput struct { // The ID of the workspace to display information about. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeWorkspaceInput) GoString ¶
func (s DescribeWorkspaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceInput) SetWorkspaceId ¶
func (s *DescribeWorkspaceInput) SetWorkspaceId(v string) *DescribeWorkspaceInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DescribeWorkspaceInput) String ¶
func (s DescribeWorkspaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceInput) Validate ¶
func (s *DescribeWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeWorkspaceOutput ¶
type DescribeWorkspaceOutput struct { // A structure containing information about the workspace. // // Workspace is a required field Workspace *WorkspaceDescription `locationName:"workspace" type:"structure" required:"true"` // contains filtered or unexported fields }
func (DescribeWorkspaceOutput) GoString ¶
func (s DescribeWorkspaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeWorkspaceOutput) SetWorkspace ¶
func (s *DescribeWorkspaceOutput) SetWorkspace(v *WorkspaceDescription) *DescribeWorkspaceOutput
SetWorkspace sets the Workspace field's value.
func (DescribeWorkspaceOutput) String ¶
func (s DescribeWorkspaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateLicenseInput ¶
type DisassociateLicenseInput struct { // The type of license to remove from the workspace. // // LicenseType is a required field LicenseType *string `location:"uri" locationName:"licenseType" type:"string" required:"true" enum:"LicenseType"` // The ID of the workspace to remove the Grafana Enterprise license from. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateLicenseInput) GoString ¶
func (s DisassociateLicenseInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateLicenseInput) SetLicenseType ¶
func (s *DisassociateLicenseInput) SetLicenseType(v string) *DisassociateLicenseInput
SetLicenseType sets the LicenseType field's value.
func (*DisassociateLicenseInput) SetWorkspaceId ¶
func (s *DisassociateLicenseInput) SetWorkspaceId(v string) *DisassociateLicenseInput
SetWorkspaceId sets the WorkspaceId field's value.
func (DisassociateLicenseInput) String ¶
func (s DisassociateLicenseInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateLicenseInput) Validate ¶
func (s *DisassociateLicenseInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateLicenseOutput ¶
type DisassociateLicenseOutput struct { // A structure containing information about the workspace. // // Workspace is a required field Workspace *WorkspaceDescription `locationName:"workspace" type:"structure" required:"true"` // contains filtered or unexported fields }
func (DisassociateLicenseOutput) GoString ¶
func (s DisassociateLicenseOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateLicenseOutput) SetWorkspace ¶
func (s *DisassociateLicenseOutput) SetWorkspace(v *WorkspaceDescription) *DisassociateLicenseOutput
SetWorkspace sets the Workspace field's value.
func (DisassociateLicenseOutput) String ¶
func (s DisassociateLicenseOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdpMetadata ¶
type IdpMetadata struct { // The URL of the location containing the IdP metadata. Url *string `locationName:"url" min:"1" type:"string"` // The full IdP metadata, in XML format. Xml *string `locationName:"xml" type:"string"` // contains filtered or unexported fields }
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace. You can specify the metadata either by providing a URL to its location in the url parameter, or by specifying the full metadata in XML format in the xml parameter. Specifying both will cause an error.
func (IdpMetadata) GoString ¶
func (s IdpMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdpMetadata) SetUrl ¶
func (s *IdpMetadata) SetUrl(v string) *IdpMetadata
SetUrl sets the Url field's value.
func (*IdpMetadata) SetXml ¶
func (s *IdpMetadata) SetXml(v string) *IdpMetadata
SetXml sets the Xml field's value.
func (IdpMetadata) String ¶
func (s IdpMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdpMetadata) Validate ¶
func (s *IdpMetadata) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InternalServerException ¶
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // A description of the error. Message_ *string `locationName:"message" type:"string"` // How long to wait before you retry this operation. RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"` // contains filtered or unexported fields }
Unexpected error while processing the request. Retry the request.
func (*InternalServerException) Code ¶
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (*InternalServerException) Error ¶
func (s *InternalServerException) Error() string
func (InternalServerException) GoString ¶
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerException) Message ¶
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (*InternalServerException) OrigErr ¶
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerException) RequestID ¶
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerException) StatusCode ¶
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerException) String ¶
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListPermissionsInput ¶
type ListPermissionsInput struct { // (Optional) Limits the results to only the group that matches this ID. GroupId *string `location:"querystring" locationName:"groupId" min:"1" type:"string"` // The maximum number of results to include in the response. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token to use when requesting the next set of results. You received this // token from a previous ListPermissions operation. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // (Optional) Limits the results to only the user that matches this ID. UserId *string `location:"querystring" locationName:"userId" min:"1" type:"string"` // (Optional) If you specify SSO_USER, then only the permissions of IAM Identity // Center users are returned. If you specify SSO_GROUP, only the permissions // of IAM Identity Center groups are returned. UserType *string `location:"querystring" locationName:"userType" type:"string" enum:"UserType"` // The ID of the workspace to list permissions for. This parameter is required. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListPermissionsInput) GoString ¶
func (s ListPermissionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPermissionsInput) SetGroupId ¶
func (s *ListPermissionsInput) SetGroupId(v string) *ListPermissionsInput
SetGroupId sets the GroupId field's value.
func (*ListPermissionsInput) SetMaxResults ¶
func (s *ListPermissionsInput) SetMaxResults(v int64) *ListPermissionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListPermissionsInput) SetNextToken ¶
func (s *ListPermissionsInput) SetNextToken(v string) *ListPermissionsInput
SetNextToken sets the NextToken field's value.
func (*ListPermissionsInput) SetUserId ¶
func (s *ListPermissionsInput) SetUserId(v string) *ListPermissionsInput
SetUserId sets the UserId field's value.
func (*ListPermissionsInput) SetUserType ¶
func (s *ListPermissionsInput) SetUserType(v string) *ListPermissionsInput
SetUserType sets the UserType field's value.
func (*ListPermissionsInput) SetWorkspaceId ¶
func (s *ListPermissionsInput) SetWorkspaceId(v string) *ListPermissionsInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListPermissionsInput) String ¶
func (s ListPermissionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPermissionsInput) Validate ¶
func (s *ListPermissionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPermissionsOutput ¶
type ListPermissionsOutput struct { // The token to use in a subsequent ListPermissions operation to return the // next set of results. NextToken *string `locationName:"nextToken" type:"string"` // The permissions returned by the operation. // // Permissions is a required field Permissions []*PermissionEntry `locationName:"permissions" type:"list" required:"true"` // contains filtered or unexported fields }
func (ListPermissionsOutput) GoString ¶
func (s ListPermissionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPermissionsOutput) SetNextToken ¶
func (s *ListPermissionsOutput) SetNextToken(v string) *ListPermissionsOutput
SetNextToken sets the NextToken field's value.
func (*ListPermissionsOutput) SetPermissions ¶
func (s *ListPermissionsOutput) SetPermissions(v []*PermissionEntry) *ListPermissionsOutput
SetPermissions sets the Permissions field's value.
func (ListPermissionsOutput) String ¶
func (s ListPermissionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶ added in v1.43.30
type ListTagsForResourceInput struct { // The ARN of the resource the list of tags are associated with. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.43.30
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶ added in v1.43.30
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶ added in v1.43.30
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶ added in v1.43.30
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶ added in v1.43.30
type ListTagsForResourceOutput struct { // The list of tags that are associated with the resource. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.43.30
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶ added in v1.43.30
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.43.30
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListVersionsInput ¶ added in v1.44.303
type ListVersionsInput struct { // The maximum number of results to include in the response. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token to use when requesting the next set of results. You receive this // token from a previous ListVersions operation. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // The ID of the workspace to list the available upgrade versions. If not included, // lists all versions of Grafana that are supported for CreateWorkspace. WorkspaceId *string `location:"querystring" locationName:"workspace-id" type:"string"` // contains filtered or unexported fields }
func (ListVersionsInput) GoString ¶ added in v1.44.303
func (s ListVersionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListVersionsInput) SetMaxResults ¶ added in v1.44.303
func (s *ListVersionsInput) SetMaxResults(v int64) *ListVersionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListVersionsInput) SetNextToken ¶ added in v1.44.303
func (s *ListVersionsInput) SetNextToken(v string) *ListVersionsInput
SetNextToken sets the NextToken field's value.
func (*ListVersionsInput) SetWorkspaceId ¶ added in v1.44.303
func (s *ListVersionsInput) SetWorkspaceId(v string) *ListVersionsInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListVersionsInput) String ¶ added in v1.44.303
func (s ListVersionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListVersionsInput) Validate ¶ added in v1.44.303
func (s *ListVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListVersionsOutput ¶ added in v1.44.303
type ListVersionsOutput struct { // The Grafana versions available to create. If a workspace ID is included in // the request, the Grafana versions to which this workspace can be upgraded. GrafanaVersions []*string `locationName:"grafanaVersions" type:"list"` // The token to use in a subsequent ListVersions operation to return the next // set of results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListVersionsOutput) GoString ¶ added in v1.44.303
func (s ListVersionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListVersionsOutput) SetGrafanaVersions ¶ added in v1.44.303
func (s *ListVersionsOutput) SetGrafanaVersions(v []*string) *ListVersionsOutput
SetGrafanaVersions sets the GrafanaVersions field's value.
func (*ListVersionsOutput) SetNextToken ¶ added in v1.44.303
func (s *ListVersionsOutput) SetNextToken(v string) *ListVersionsOutput
SetNextToken sets the NextToken field's value.
func (ListVersionsOutput) String ¶ added in v1.44.303
func (s ListVersionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListWorkspaceServiceAccountTokensInput ¶ added in v1.53.3
type ListWorkspaceServiceAccountTokensInput struct { // The maximum number of tokens to include in the results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of service accounts to return. (You receive this // token from a previous ListWorkspaceServiceAccountTokens operation.) NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // The ID of the service account for which to return tokens. // // ServiceAccountId is a required field ServiceAccountId *string `location:"uri" locationName:"serviceAccountId" type:"string" required:"true"` // The ID of the workspace for which to return tokens. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListWorkspaceServiceAccountTokensInput) GoString ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountTokensInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspaceServiceAccountTokensInput) SetMaxResults ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensInput) SetMaxResults(v int64) *ListWorkspaceServiceAccountTokensInput
SetMaxResults sets the MaxResults field's value.
func (*ListWorkspaceServiceAccountTokensInput) SetNextToken ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensInput) SetNextToken(v string) *ListWorkspaceServiceAccountTokensInput
SetNextToken sets the NextToken field's value.
func (*ListWorkspaceServiceAccountTokensInput) SetServiceAccountId ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensInput) SetServiceAccountId(v string) *ListWorkspaceServiceAccountTokensInput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*ListWorkspaceServiceAccountTokensInput) SetWorkspaceId ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensInput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountTokensInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListWorkspaceServiceAccountTokensInput) String ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountTokensInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspaceServiceAccountTokensInput) Validate ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWorkspaceServiceAccountTokensOutput ¶ added in v1.53.3
type ListWorkspaceServiceAccountTokensOutput struct { // The token to use when requesting the next set of service accounts. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the service account where the tokens reside. // // ServiceAccountId is a required field ServiceAccountId *string `locationName:"serviceAccountId" type:"string" required:"true"` // An array of structures containing information about the tokens. // // ServiceAccountTokens is a required field ServiceAccountTokens []*ServiceAccountTokenSummary `locationName:"serviceAccountTokens" type:"list" required:"true"` // The ID of the workspace where the tokens reside. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListWorkspaceServiceAccountTokensOutput) GoString ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountTokensOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspaceServiceAccountTokensOutput) SetNextToken ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensOutput) SetNextToken(v string) *ListWorkspaceServiceAccountTokensOutput
SetNextToken sets the NextToken field's value.
func (*ListWorkspaceServiceAccountTokensOutput) SetServiceAccountId ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensOutput) SetServiceAccountId(v string) *ListWorkspaceServiceAccountTokensOutput
SetServiceAccountId sets the ServiceAccountId field's value.
func (*ListWorkspaceServiceAccountTokensOutput) SetServiceAccountTokens ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensOutput) SetServiceAccountTokens(v []*ServiceAccountTokenSummary) *ListWorkspaceServiceAccountTokensOutput
SetServiceAccountTokens sets the ServiceAccountTokens field's value.
func (*ListWorkspaceServiceAccountTokensOutput) SetWorkspaceId ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountTokensOutput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountTokensOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListWorkspaceServiceAccountTokensOutput) String ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountTokensOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListWorkspaceServiceAccountsInput ¶ added in v1.53.3
type ListWorkspaceServiceAccountsInput struct { // The maximum number of service accounts to include in the results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of service accounts to return. (You receive this // token from a previous ListWorkspaceServiceAccounts operation.) NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // The workspace for which to list service accounts. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListWorkspaceServiceAccountsInput) GoString ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspaceServiceAccountsInput) SetMaxResults ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountsInput) SetMaxResults(v int64) *ListWorkspaceServiceAccountsInput
SetMaxResults sets the MaxResults field's value.
func (*ListWorkspaceServiceAccountsInput) SetNextToken ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountsInput) SetNextToken(v string) *ListWorkspaceServiceAccountsInput
SetNextToken sets the NextToken field's value.
func (*ListWorkspaceServiceAccountsInput) SetWorkspaceId ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountsInput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountsInput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListWorkspaceServiceAccountsInput) String ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspaceServiceAccountsInput) Validate ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWorkspaceServiceAccountsOutput ¶ added in v1.53.3
type ListWorkspaceServiceAccountsOutput struct { // The token to use when requesting the next set of service accounts. NextToken *string `locationName:"nextToken" type:"string"` // An array of structures containing information about the service accounts. // // ServiceAccounts is a required field ServiceAccounts []*ServiceAccountSummary `locationName:"serviceAccounts" type:"list" required:"true"` // The workspace to which the service accounts are associated. // // WorkspaceId is a required field WorkspaceId *string `locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListWorkspaceServiceAccountsOutput) GoString ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspaceServiceAccountsOutput) SetNextToken ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountsOutput) SetNextToken(v string) *ListWorkspaceServiceAccountsOutput
SetNextToken sets the NextToken field's value.
func (*ListWorkspaceServiceAccountsOutput) SetServiceAccounts ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountsOutput) SetServiceAccounts(v []*ServiceAccountSummary) *ListWorkspaceServiceAccountsOutput
SetServiceAccounts sets the ServiceAccounts field's value.
func (*ListWorkspaceServiceAccountsOutput) SetWorkspaceId ¶ added in v1.53.3
func (s *ListWorkspaceServiceAccountsOutput) SetWorkspaceId(v string) *ListWorkspaceServiceAccountsOutput
SetWorkspaceId sets the WorkspaceId field's value.
func (ListWorkspaceServiceAccountsOutput) String ¶ added in v1.53.3
func (s ListWorkspaceServiceAccountsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListWorkspacesInput ¶
type ListWorkspacesInput struct { // The maximum number of workspaces to include in the results. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The token for the next set of workspaces to return. (You receive this token // from a previous ListWorkspaces operation.) NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListWorkspacesInput) GoString ¶
func (s ListWorkspacesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspacesInput) SetMaxResults ¶
func (s *ListWorkspacesInput) SetMaxResults(v int64) *ListWorkspacesInput
SetMaxResults sets the MaxResults field's value.
func (*ListWorkspacesInput) SetNextToken ¶
func (s *ListWorkspacesInput) SetNextToken(v string) *ListWorkspacesInput
SetNextToken sets the NextToken field's value.
func (ListWorkspacesInput) String ¶
func (s ListWorkspacesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspacesInput) Validate ¶
func (s *ListWorkspacesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWorkspacesOutput ¶
type ListWorkspacesOutput struct { // The token to use when requesting the next set of workspaces. NextToken *string `locationName:"nextToken" type:"string"` // An array of structures that contain some information about the workspaces // in the account. // // Workspaces is a required field Workspaces []*WorkspaceSummary `locationName:"workspaces" type:"list" required:"true"` // contains filtered or unexported fields }
func (ListWorkspacesOutput) GoString ¶
func (s ListWorkspacesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListWorkspacesOutput) SetNextToken ¶
func (s *ListWorkspacesOutput) SetNextToken(v string) *ListWorkspacesOutput
SetNextToken sets the NextToken field's value.
func (*ListWorkspacesOutput) SetWorkspaces ¶
func (s *ListWorkspacesOutput) SetWorkspaces(v []*WorkspaceSummary) *ListWorkspacesOutput
SetWorkspaces sets the Workspaces field's value.
func (ListWorkspacesOutput) String ¶
func (s ListWorkspacesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ManagedGrafana ¶
ManagedGrafana provides the API operation methods for making requests to Amazon Managed Grafana. See this package's package overview docs for details on the service.
ManagedGrafana methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ManagedGrafana
New creates a new instance of the ManagedGrafana client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a ManagedGrafana client from just a session. svc := managedgrafana.New(mySession) // Create a ManagedGrafana client with additional configuration svc := managedgrafana.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*ManagedGrafana) AssociateLicense ¶
func (c *ManagedGrafana) AssociateLicense(input *AssociateLicenseInput) (*AssociateLicenseOutput, error)
AssociateLicense API operation for Amazon Managed Grafana.
Assigns a Grafana Enterprise license to a workspace. To upgrade, you must use ENTERPRISE for the licenseType, and pass in a valid Grafana Labs token for the grafanaToken. Upgrading to Grafana Enterprise incurs additional fees. For more information, see Upgrade a workspace to Grafana Enterprise (https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation AssociateLicense for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/AssociateLicense
func (*ManagedGrafana) AssociateLicenseRequest ¶
func (c *ManagedGrafana) AssociateLicenseRequest(input *AssociateLicenseInput) (req *request.Request, output *AssociateLicenseOutput)
AssociateLicenseRequest generates a "aws/request.Request" representing the client's request for the AssociateLicense operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateLicense for more information on using the AssociateLicense API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateLicenseRequest method. req, resp := client.AssociateLicenseRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/AssociateLicense
func (*ManagedGrafana) AssociateLicenseWithContext ¶
func (c *ManagedGrafana) AssociateLicenseWithContext(ctx aws.Context, input *AssociateLicenseInput, opts ...request.Option) (*AssociateLicenseOutput, error)
AssociateLicenseWithContext is the same as AssociateLicense with the addition of the ability to pass a context and additional request options.
See AssociateLicense for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) CreateWorkspace ¶
func (c *ManagedGrafana) CreateWorkspace(input *CreateWorkspaceInput) (*CreateWorkspaceOutput, error)
CreateWorkspace API operation for Amazon Managed Grafana.
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 (https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateWorkspace.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation CreateWorkspace for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspace
func (*ManagedGrafana) CreateWorkspaceApiKey ¶ added in v1.44.14
func (c *ManagedGrafana) CreateWorkspaceApiKey(input *CreateWorkspaceApiKeyInput) (*CreateWorkspaceApiKeyOutput, error)
CreateWorkspaceApiKey API operation for Amazon Managed Grafana.
Creates a Grafana API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html (https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html) for available APIs and example requests.
In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation CreateWorkspaceApiKey for usage and error information.
Returned Error Types:
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.
ServiceQuotaExceededException The request would cause a service quota to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspaceApiKey
func (*ManagedGrafana) CreateWorkspaceApiKeyRequest ¶ added in v1.44.14
func (c *ManagedGrafana) CreateWorkspaceApiKeyRequest(input *CreateWorkspaceApiKeyInput) (req *request.Request, output *CreateWorkspaceApiKeyOutput)
CreateWorkspaceApiKeyRequest generates a "aws/request.Request" representing the client's request for the CreateWorkspaceApiKey operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateWorkspaceApiKey for more information on using the CreateWorkspaceApiKey API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateWorkspaceApiKeyRequest method. req, resp := client.CreateWorkspaceApiKeyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspaceApiKey
func (*ManagedGrafana) CreateWorkspaceApiKeyWithContext ¶ added in v1.44.14
func (c *ManagedGrafana) CreateWorkspaceApiKeyWithContext(ctx aws.Context, input *CreateWorkspaceApiKeyInput, opts ...request.Option) (*CreateWorkspaceApiKeyOutput, error)
CreateWorkspaceApiKeyWithContext is the same as CreateWorkspaceApiKey with the addition of the ability to pass a context and additional request options.
See CreateWorkspaceApiKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) CreateWorkspaceRequest ¶
func (c *ManagedGrafana) CreateWorkspaceRequest(input *CreateWorkspaceInput) (req *request.Request, output *CreateWorkspaceOutput)
CreateWorkspaceRequest generates a "aws/request.Request" representing the client's request for the CreateWorkspace operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateWorkspace for more information on using the CreateWorkspace API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateWorkspaceRequest method. req, resp := client.CreateWorkspaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspace
func (*ManagedGrafana) CreateWorkspaceServiceAccount ¶ added in v1.53.3
func (c *ManagedGrafana) CreateWorkspaceServiceAccount(input *CreateWorkspaceServiceAccountInput) (*CreateWorkspaceServiceAccountOutput, error)
CreateWorkspaceServiceAccount API operation for Amazon Managed Grafana.
Creates a service account for the workspace. A service account can be used to call Grafana HTTP APIs, and run automated workloads. After creating the service account with the correct GrafanaRole for your use case, use CreateWorkspaceServiceAccountToken to create a token that can be used to authenticate and authorize Grafana HTTP API calls.
You can only create service accounts for workspaces that are compatible with Grafana version 9 and above.
For more information about service accounts, see Service accounts (https://docs.aws.amazon.com/grafana/latest/userguide/service-accounts.html) in the Amazon Managed Grafana User Guide.
For more information about the Grafana HTTP APIs, see Using Grafana HTTP APIs (https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html) in the Amazon Managed Grafana User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation CreateWorkspaceServiceAccount for usage and error information.
Returned Error Types:
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.
ServiceQuotaExceededException The request would cause a service quota to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspaceServiceAccount
func (*ManagedGrafana) CreateWorkspaceServiceAccountRequest ¶ added in v1.53.3
func (c *ManagedGrafana) CreateWorkspaceServiceAccountRequest(input *CreateWorkspaceServiceAccountInput) (req *request.Request, output *CreateWorkspaceServiceAccountOutput)
CreateWorkspaceServiceAccountRequest generates a "aws/request.Request" representing the client's request for the CreateWorkspaceServiceAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateWorkspaceServiceAccount for more information on using the CreateWorkspaceServiceAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateWorkspaceServiceAccountRequest method. req, resp := client.CreateWorkspaceServiceAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspaceServiceAccount
func (*ManagedGrafana) CreateWorkspaceServiceAccountToken ¶ added in v1.53.3
func (c *ManagedGrafana) CreateWorkspaceServiceAccountToken(input *CreateWorkspaceServiceAccountTokenInput) (*CreateWorkspaceServiceAccountTokenOutput, error)
CreateWorkspaceServiceAccountToken API operation for Amazon Managed Grafana.
Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given workspace service account (https://docs.aws.amazon.com/grafana/latest/userguide/service-accounts.html). The service account acts as a user for the API operations, and defines the permissions that are used by the API.
When you create the service account token, you will receive a key that is used when calling Grafana APIs. Do not lose this key, as it will not be retrievable again.
If you do lose the key, you can delete the token and recreate it to receive a new key. This will disable the initial key.
Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation CreateWorkspaceServiceAccountToken for usage and error information.
Returned Error Types:
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.
ServiceQuotaExceededException The request would cause a service quota to be exceeded.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspaceServiceAccountToken
func (*ManagedGrafana) CreateWorkspaceServiceAccountTokenRequest ¶ added in v1.53.3
func (c *ManagedGrafana) CreateWorkspaceServiceAccountTokenRequest(input *CreateWorkspaceServiceAccountTokenInput) (req *request.Request, output *CreateWorkspaceServiceAccountTokenOutput)
CreateWorkspaceServiceAccountTokenRequest generates a "aws/request.Request" representing the client's request for the CreateWorkspaceServiceAccountToken operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateWorkspaceServiceAccountToken for more information on using the CreateWorkspaceServiceAccountToken API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateWorkspaceServiceAccountTokenRequest method. req, resp := client.CreateWorkspaceServiceAccountTokenRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspaceServiceAccountToken
func (*ManagedGrafana) CreateWorkspaceServiceAccountTokenWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) CreateWorkspaceServiceAccountTokenWithContext(ctx aws.Context, input *CreateWorkspaceServiceAccountTokenInput, opts ...request.Option) (*CreateWorkspaceServiceAccountTokenOutput, error)
CreateWorkspaceServiceAccountTokenWithContext is the same as CreateWorkspaceServiceAccountToken with the addition of the ability to pass a context and additional request options.
See CreateWorkspaceServiceAccountToken for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) CreateWorkspaceServiceAccountWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) CreateWorkspaceServiceAccountWithContext(ctx aws.Context, input *CreateWorkspaceServiceAccountInput, opts ...request.Option) (*CreateWorkspaceServiceAccountOutput, error)
CreateWorkspaceServiceAccountWithContext is the same as CreateWorkspaceServiceAccount with the addition of the ability to pass a context and additional request options.
See CreateWorkspaceServiceAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) CreateWorkspaceWithContext ¶
func (c *ManagedGrafana) CreateWorkspaceWithContext(ctx aws.Context, input *CreateWorkspaceInput, opts ...request.Option) (*CreateWorkspaceOutput, error)
CreateWorkspaceWithContext is the same as CreateWorkspace with the addition of the ability to pass a context and additional request options.
See CreateWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DeleteWorkspace ¶
func (c *ManagedGrafana) DeleteWorkspace(input *DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
DeleteWorkspace API operation for Amazon Managed Grafana.
Deletes an Amazon Managed Grafana workspace.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DeleteWorkspace for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspace
func (*ManagedGrafana) DeleteWorkspaceApiKey ¶ added in v1.44.14
func (c *ManagedGrafana) DeleteWorkspaceApiKey(input *DeleteWorkspaceApiKeyInput) (*DeleteWorkspaceApiKeyOutput, error)
DeleteWorkspaceApiKey API operation for Amazon Managed Grafana.
Deletes a Grafana API key for the workspace.
In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DeleteWorkspaceApiKey for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspaceApiKey
func (*ManagedGrafana) DeleteWorkspaceApiKeyRequest ¶ added in v1.44.14
func (c *ManagedGrafana) DeleteWorkspaceApiKeyRequest(input *DeleteWorkspaceApiKeyInput) (req *request.Request, output *DeleteWorkspaceApiKeyOutput)
DeleteWorkspaceApiKeyRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkspaceApiKey operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteWorkspaceApiKey for more information on using the DeleteWorkspaceApiKey API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteWorkspaceApiKeyRequest method. req, resp := client.DeleteWorkspaceApiKeyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspaceApiKey
func (*ManagedGrafana) DeleteWorkspaceApiKeyWithContext ¶ added in v1.44.14
func (c *ManagedGrafana) DeleteWorkspaceApiKeyWithContext(ctx aws.Context, input *DeleteWorkspaceApiKeyInput, opts ...request.Option) (*DeleteWorkspaceApiKeyOutput, error)
DeleteWorkspaceApiKeyWithContext is the same as DeleteWorkspaceApiKey with the addition of the ability to pass a context and additional request options.
See DeleteWorkspaceApiKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DeleteWorkspaceRequest ¶
func (c *ManagedGrafana) DeleteWorkspaceRequest(input *DeleteWorkspaceInput) (req *request.Request, output *DeleteWorkspaceOutput)
DeleteWorkspaceRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkspace operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteWorkspace for more information on using the DeleteWorkspace API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteWorkspaceRequest method. req, resp := client.DeleteWorkspaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspace
func (*ManagedGrafana) DeleteWorkspaceServiceAccount ¶ added in v1.53.3
func (c *ManagedGrafana) DeleteWorkspaceServiceAccount(input *DeleteWorkspaceServiceAccountInput) (*DeleteWorkspaceServiceAccountOutput, error)
DeleteWorkspaceServiceAccount API operation for Amazon Managed Grafana.
Deletes a workspace service account from the workspace.
This will delete any tokens created for the service account, as well. If the tokens are currently in use, the will fail to authenticate / authorize after they are deleted.
Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DeleteWorkspaceServiceAccount for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspaceServiceAccount
func (*ManagedGrafana) DeleteWorkspaceServiceAccountRequest ¶ added in v1.53.3
func (c *ManagedGrafana) DeleteWorkspaceServiceAccountRequest(input *DeleteWorkspaceServiceAccountInput) (req *request.Request, output *DeleteWorkspaceServiceAccountOutput)
DeleteWorkspaceServiceAccountRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkspaceServiceAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteWorkspaceServiceAccount for more information on using the DeleteWorkspaceServiceAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteWorkspaceServiceAccountRequest method. req, resp := client.DeleteWorkspaceServiceAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspaceServiceAccount
func (*ManagedGrafana) DeleteWorkspaceServiceAccountToken ¶ added in v1.53.3
func (c *ManagedGrafana) DeleteWorkspaceServiceAccountToken(input *DeleteWorkspaceServiceAccountTokenInput) (*DeleteWorkspaceServiceAccountTokenOutput, error)
DeleteWorkspaceServiceAccountToken API operation for Amazon Managed Grafana.
Deletes a token for the workspace service account.
This will disable the key associated with the token. If any automation is currently using the key, it will no longer be authenticated or authorized to perform actions with the Grafana HTTP APIs.
Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DeleteWorkspaceServiceAccountToken for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspaceServiceAccountToken
func (*ManagedGrafana) DeleteWorkspaceServiceAccountTokenRequest ¶ added in v1.53.3
func (c *ManagedGrafana) DeleteWorkspaceServiceAccountTokenRequest(input *DeleteWorkspaceServiceAccountTokenInput) (req *request.Request, output *DeleteWorkspaceServiceAccountTokenOutput)
DeleteWorkspaceServiceAccountTokenRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkspaceServiceAccountToken operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteWorkspaceServiceAccountToken for more information on using the DeleteWorkspaceServiceAccountToken API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteWorkspaceServiceAccountTokenRequest method. req, resp := client.DeleteWorkspaceServiceAccountTokenRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DeleteWorkspaceServiceAccountToken
func (*ManagedGrafana) DeleteWorkspaceServiceAccountTokenWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) DeleteWorkspaceServiceAccountTokenWithContext(ctx aws.Context, input *DeleteWorkspaceServiceAccountTokenInput, opts ...request.Option) (*DeleteWorkspaceServiceAccountTokenOutput, error)
DeleteWorkspaceServiceAccountTokenWithContext is the same as DeleteWorkspaceServiceAccountToken with the addition of the ability to pass a context and additional request options.
See DeleteWorkspaceServiceAccountToken for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DeleteWorkspaceServiceAccountWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) DeleteWorkspaceServiceAccountWithContext(ctx aws.Context, input *DeleteWorkspaceServiceAccountInput, opts ...request.Option) (*DeleteWorkspaceServiceAccountOutput, error)
DeleteWorkspaceServiceAccountWithContext is the same as DeleteWorkspaceServiceAccount with the addition of the ability to pass a context and additional request options.
See DeleteWorkspaceServiceAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DeleteWorkspaceWithContext ¶
func (c *ManagedGrafana) DeleteWorkspaceWithContext(ctx aws.Context, input *DeleteWorkspaceInput, opts ...request.Option) (*DeleteWorkspaceOutput, error)
DeleteWorkspaceWithContext is the same as DeleteWorkspace with the addition of the ability to pass a context and additional request options.
See DeleteWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DescribeWorkspace ¶
func (c *ManagedGrafana) DescribeWorkspace(input *DescribeWorkspaceInput) (*DescribeWorkspaceOutput, error)
DescribeWorkspace API operation for Amazon Managed Grafana.
Displays information about one Amazon Managed Grafana workspace.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DescribeWorkspace for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspace
func (*ManagedGrafana) DescribeWorkspaceAuthentication ¶
func (c *ManagedGrafana) DescribeWorkspaceAuthentication(input *DescribeWorkspaceAuthenticationInput) (*DescribeWorkspaceAuthenticationOutput, error)
DescribeWorkspaceAuthentication API operation for Amazon Managed Grafana.
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DescribeWorkspaceAuthentication for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspaceAuthentication
func (*ManagedGrafana) DescribeWorkspaceAuthenticationRequest ¶
func (c *ManagedGrafana) DescribeWorkspaceAuthenticationRequest(input *DescribeWorkspaceAuthenticationInput) (req *request.Request, output *DescribeWorkspaceAuthenticationOutput)
DescribeWorkspaceAuthenticationRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceAuthentication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeWorkspaceAuthentication for more information on using the DescribeWorkspaceAuthentication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeWorkspaceAuthenticationRequest method. req, resp := client.DescribeWorkspaceAuthenticationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspaceAuthentication
func (*ManagedGrafana) DescribeWorkspaceAuthenticationWithContext ¶
func (c *ManagedGrafana) DescribeWorkspaceAuthenticationWithContext(ctx aws.Context, input *DescribeWorkspaceAuthenticationInput, opts ...request.Option) (*DescribeWorkspaceAuthenticationOutput, error)
DescribeWorkspaceAuthenticationWithContext is the same as DescribeWorkspaceAuthentication with the addition of the ability to pass a context and additional request options.
See DescribeWorkspaceAuthentication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DescribeWorkspaceConfiguration ¶ added in v1.44.145
func (c *ManagedGrafana) DescribeWorkspaceConfiguration(input *DescribeWorkspaceConfigurationInput) (*DescribeWorkspaceConfigurationOutput, error)
DescribeWorkspaceConfiguration API operation for Amazon Managed Grafana.
Gets the current configuration string for the given workspace.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DescribeWorkspaceConfiguration for usage and error information.
Returned Error Types:
ResourceNotFoundException The request references a resource that does not exist.
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspaceConfiguration
func (*ManagedGrafana) DescribeWorkspaceConfigurationRequest ¶ added in v1.44.145
func (c *ManagedGrafana) DescribeWorkspaceConfigurationRequest(input *DescribeWorkspaceConfigurationInput) (req *request.Request, output *DescribeWorkspaceConfigurationOutput)
DescribeWorkspaceConfigurationRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeWorkspaceConfiguration for more information on using the DescribeWorkspaceConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeWorkspaceConfigurationRequest method. req, resp := client.DescribeWorkspaceConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspaceConfiguration
func (*ManagedGrafana) DescribeWorkspaceConfigurationWithContext ¶ added in v1.44.145
func (c *ManagedGrafana) DescribeWorkspaceConfigurationWithContext(ctx aws.Context, input *DescribeWorkspaceConfigurationInput, opts ...request.Option) (*DescribeWorkspaceConfigurationOutput, error)
DescribeWorkspaceConfigurationWithContext is the same as DescribeWorkspaceConfiguration with the addition of the ability to pass a context and additional request options.
See DescribeWorkspaceConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DescribeWorkspaceRequest ¶
func (c *ManagedGrafana) DescribeWorkspaceRequest(input *DescribeWorkspaceInput) (req *request.Request, output *DescribeWorkspaceOutput)
DescribeWorkspaceRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspace operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeWorkspace for more information on using the DescribeWorkspace API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeWorkspaceRequest method. req, resp := client.DescribeWorkspaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspace
func (*ManagedGrafana) DescribeWorkspaceWithContext ¶
func (c *ManagedGrafana) DescribeWorkspaceWithContext(ctx aws.Context, input *DescribeWorkspaceInput, opts ...request.Option) (*DescribeWorkspaceOutput, error)
DescribeWorkspaceWithContext is the same as DescribeWorkspace with the addition of the ability to pass a context and additional request options.
See DescribeWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) DisassociateLicense ¶
func (c *ManagedGrafana) DisassociateLicense(input *DisassociateLicenseInput) (*DisassociateLicenseOutput, error)
DisassociateLicense API operation for Amazon Managed Grafana.
Removes the Grafana Enterprise license from a workspace.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation DisassociateLicense for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DisassociateLicense
func (*ManagedGrafana) DisassociateLicenseRequest ¶
func (c *ManagedGrafana) DisassociateLicenseRequest(input *DisassociateLicenseInput) (req *request.Request, output *DisassociateLicenseOutput)
DisassociateLicenseRequest generates a "aws/request.Request" representing the client's request for the DisassociateLicense operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateLicense for more information on using the DisassociateLicense API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateLicenseRequest method. req, resp := client.DisassociateLicenseRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DisassociateLicense
func (*ManagedGrafana) DisassociateLicenseWithContext ¶
func (c *ManagedGrafana) DisassociateLicenseWithContext(ctx aws.Context, input *DisassociateLicenseInput, opts ...request.Option) (*DisassociateLicenseOutput, error)
DisassociateLicenseWithContext is the same as DisassociateLicense with the addition of the ability to pass a context and additional request options.
See DisassociateLicense for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListPermissions ¶
func (c *ManagedGrafana) ListPermissions(input *ListPermissionsInput) (*ListPermissionsOutput, error)
ListPermissions API operation for Amazon Managed Grafana.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation ListPermissions for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListPermissions
func (*ManagedGrafana) ListPermissionsPages ¶
func (c *ManagedGrafana) ListPermissionsPages(input *ListPermissionsInput, fn func(*ListPermissionsOutput, bool) bool) error
ListPermissionsPages iterates over the pages of a ListPermissions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListPermissions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPermissions operation. pageNum := 0 err := client.ListPermissionsPages(params, func(page *managedgrafana.ListPermissionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ManagedGrafana) ListPermissionsPagesWithContext ¶
func (c *ManagedGrafana) ListPermissionsPagesWithContext(ctx aws.Context, input *ListPermissionsInput, fn func(*ListPermissionsOutput, bool) bool, opts ...request.Option) error
ListPermissionsPagesWithContext same as ListPermissionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListPermissionsRequest ¶
func (c *ManagedGrafana) ListPermissionsRequest(input *ListPermissionsInput) (req *request.Request, output *ListPermissionsOutput)
ListPermissionsRequest generates a "aws/request.Request" representing the client's request for the ListPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListPermissions for more information on using the ListPermissions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListPermissionsRequest method. req, resp := client.ListPermissionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListPermissions
func (*ManagedGrafana) ListPermissionsWithContext ¶
func (c *ManagedGrafana) ListPermissionsWithContext(ctx aws.Context, input *ListPermissionsInput, opts ...request.Option) (*ListPermissionsOutput, error)
ListPermissionsWithContext is the same as ListPermissions with the addition of the ability to pass a context and additional request options.
See ListPermissions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListTagsForResource ¶ added in v1.43.30
func (c *ManagedGrafana) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon Managed Grafana.
The ListTagsForResource operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn. Currently, the only resource that can be tagged is a workspace.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation ListTagsForResource for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListTagsForResource
func (*ManagedGrafana) ListTagsForResourceRequest ¶ added in v1.43.30
func (c *ManagedGrafana) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListTagsForResource
func (*ManagedGrafana) ListTagsForResourceWithContext ¶ added in v1.43.30
func (c *ManagedGrafana) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListVersions ¶ added in v1.44.303
func (c *ManagedGrafana) ListVersions(input *ListVersionsInput) (*ListVersionsOutput, error)
ListVersions API operation for Amazon Managed Grafana.
Lists available versions of Grafana. These are available when calling CreateWorkspace. Optionally, include a workspace to list the versions to which it can be upgraded.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation ListVersions for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListVersions
func (*ManagedGrafana) ListVersionsPages ¶ added in v1.44.303
func (c *ManagedGrafana) ListVersionsPages(input *ListVersionsInput, fn func(*ListVersionsOutput, bool) bool) error
ListVersionsPages iterates over the pages of a ListVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListVersions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListVersions operation. pageNum := 0 err := client.ListVersionsPages(params, func(page *managedgrafana.ListVersionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ManagedGrafana) ListVersionsPagesWithContext ¶ added in v1.44.303
func (c *ManagedGrafana) ListVersionsPagesWithContext(ctx aws.Context, input *ListVersionsInput, fn func(*ListVersionsOutput, bool) bool, opts ...request.Option) error
ListVersionsPagesWithContext same as ListVersionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListVersionsRequest ¶ added in v1.44.303
func (c *ManagedGrafana) ListVersionsRequest(input *ListVersionsInput) (req *request.Request, output *ListVersionsOutput)
ListVersionsRequest generates a "aws/request.Request" representing the client's request for the ListVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListVersions for more information on using the ListVersions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListVersionsRequest method. req, resp := client.ListVersionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListVersions
func (*ManagedGrafana) ListVersionsWithContext ¶ added in v1.44.303
func (c *ManagedGrafana) ListVersionsWithContext(ctx aws.Context, input *ListVersionsInput, opts ...request.Option) (*ListVersionsOutput, error)
ListVersionsWithContext is the same as ListVersions with the addition of the ability to pass a context and additional request options.
See ListVersions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListWorkspaceServiceAccountTokens ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountTokens(input *ListWorkspaceServiceAccountTokensInput) (*ListWorkspaceServiceAccountTokensOutput, error)
ListWorkspaceServiceAccountTokens API operation for Amazon Managed Grafana.
Returns a list of tokens for a workspace service account.
This does not return the key for each token. You cannot access keys after they are created. To create a new key, delete the token and recreate it.
Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation ListWorkspaceServiceAccountTokens for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListWorkspaceServiceAccountTokens
func (*ManagedGrafana) ListWorkspaceServiceAccountTokensPages ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensPages(input *ListWorkspaceServiceAccountTokensInput, fn func(*ListWorkspaceServiceAccountTokensOutput, bool) bool) error
ListWorkspaceServiceAccountTokensPages iterates over the pages of a ListWorkspaceServiceAccountTokens operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListWorkspaceServiceAccountTokens method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListWorkspaceServiceAccountTokens operation. pageNum := 0 err := client.ListWorkspaceServiceAccountTokensPages(params, func(page *managedgrafana.ListWorkspaceServiceAccountTokensOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ManagedGrafana) ListWorkspaceServiceAccountTokensPagesWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensPagesWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountTokensInput, fn func(*ListWorkspaceServiceAccountTokensOutput, bool) bool, opts ...request.Option) error
ListWorkspaceServiceAccountTokensPagesWithContext same as ListWorkspaceServiceAccountTokensPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListWorkspaceServiceAccountTokensRequest ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensRequest(input *ListWorkspaceServiceAccountTokensInput) (req *request.Request, output *ListWorkspaceServiceAccountTokensOutput)
ListWorkspaceServiceAccountTokensRequest generates a "aws/request.Request" representing the client's request for the ListWorkspaceServiceAccountTokens operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListWorkspaceServiceAccountTokens for more information on using the ListWorkspaceServiceAccountTokens API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListWorkspaceServiceAccountTokensRequest method. req, resp := client.ListWorkspaceServiceAccountTokensRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListWorkspaceServiceAccountTokens
func (*ManagedGrafana) ListWorkspaceServiceAccountTokensWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountTokensWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountTokensInput, opts ...request.Option) (*ListWorkspaceServiceAccountTokensOutput, error)
ListWorkspaceServiceAccountTokensWithContext is the same as ListWorkspaceServiceAccountTokens with the addition of the ability to pass a context and additional request options.
See ListWorkspaceServiceAccountTokens for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListWorkspaceServiceAccounts ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccounts(input *ListWorkspaceServiceAccountsInput) (*ListWorkspaceServiceAccountsOutput, error)
ListWorkspaceServiceAccounts API operation for Amazon Managed Grafana.
Returns a list of service accounts for a workspace.
Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation ListWorkspaceServiceAccounts for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListWorkspaceServiceAccounts
func (*ManagedGrafana) ListWorkspaceServiceAccountsPages ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountsPages(input *ListWorkspaceServiceAccountsInput, fn func(*ListWorkspaceServiceAccountsOutput, bool) bool) error
ListWorkspaceServiceAccountsPages iterates over the pages of a ListWorkspaceServiceAccounts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListWorkspaceServiceAccounts method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListWorkspaceServiceAccounts operation. pageNum := 0 err := client.ListWorkspaceServiceAccountsPages(params, func(page *managedgrafana.ListWorkspaceServiceAccountsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ManagedGrafana) ListWorkspaceServiceAccountsPagesWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountsPagesWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountsInput, fn func(*ListWorkspaceServiceAccountsOutput, bool) bool, opts ...request.Option) error
ListWorkspaceServiceAccountsPagesWithContext same as ListWorkspaceServiceAccountsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListWorkspaceServiceAccountsRequest ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountsRequest(input *ListWorkspaceServiceAccountsInput) (req *request.Request, output *ListWorkspaceServiceAccountsOutput)
ListWorkspaceServiceAccountsRequest generates a "aws/request.Request" representing the client's request for the ListWorkspaceServiceAccounts operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListWorkspaceServiceAccounts for more information on using the ListWorkspaceServiceAccounts API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListWorkspaceServiceAccountsRequest method. req, resp := client.ListWorkspaceServiceAccountsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListWorkspaceServiceAccounts
func (*ManagedGrafana) ListWorkspaceServiceAccountsWithContext ¶ added in v1.53.3
func (c *ManagedGrafana) ListWorkspaceServiceAccountsWithContext(ctx aws.Context, input *ListWorkspaceServiceAccountsInput, opts ...request.Option) (*ListWorkspaceServiceAccountsOutput, error)
ListWorkspaceServiceAccountsWithContext is the same as ListWorkspaceServiceAccounts with the addition of the ability to pass a context and additional request options.
See ListWorkspaceServiceAccounts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListWorkspaces ¶
func (c *ManagedGrafana) ListWorkspaces(input *ListWorkspacesInput) (*ListWorkspacesOutput, error)
ListWorkspaces API operation for Amazon Managed Grafana.
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 (https://docs.aws.amazon.com/AAMG/latest/APIReference/API_DescribeWorkspace.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation ListWorkspaces for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListWorkspaces
func (*ManagedGrafana) ListWorkspacesPages ¶
func (c *ManagedGrafana) ListWorkspacesPages(input *ListWorkspacesInput, fn func(*ListWorkspacesOutput, bool) bool) error
ListWorkspacesPages iterates over the pages of a ListWorkspaces operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListWorkspaces method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListWorkspaces operation. pageNum := 0 err := client.ListWorkspacesPages(params, func(page *managedgrafana.ListWorkspacesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ManagedGrafana) ListWorkspacesPagesWithContext ¶
func (c *ManagedGrafana) ListWorkspacesPagesWithContext(ctx aws.Context, input *ListWorkspacesInput, fn func(*ListWorkspacesOutput, bool) bool, opts ...request.Option) error
ListWorkspacesPagesWithContext same as ListWorkspacesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) ListWorkspacesRequest ¶
func (c *ManagedGrafana) ListWorkspacesRequest(input *ListWorkspacesInput) (req *request.Request, output *ListWorkspacesOutput)
ListWorkspacesRequest generates a "aws/request.Request" representing the client's request for the ListWorkspaces operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListWorkspaces for more information on using the ListWorkspaces API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListWorkspacesRequest method. req, resp := client.ListWorkspacesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/ListWorkspaces
func (*ManagedGrafana) ListWorkspacesWithContext ¶
func (c *ManagedGrafana) ListWorkspacesWithContext(ctx aws.Context, input *ListWorkspacesInput, opts ...request.Option) (*ListWorkspacesOutput, error)
ListWorkspacesWithContext is the same as ListWorkspaces with the addition of the ability to pass a context and additional request options.
See ListWorkspaces for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) TagResource ¶ added in v1.43.30
func (c *ManagedGrafana) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for Amazon Managed Grafana.
The TagResource operation associates tags with an Amazon Managed Grafana resource. Currently, the only resource that can be tagged is workspaces.
If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation TagResource for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/TagResource
func (*ManagedGrafana) TagResourceRequest ¶ added in v1.43.30
func (c *ManagedGrafana) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/TagResource
func (*ManagedGrafana) TagResourceWithContext ¶ added in v1.43.30
func (c *ManagedGrafana) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) UntagResource ¶ added in v1.43.30
func (c *ManagedGrafana) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for Amazon Managed Grafana.
The UntagResource operation removes the association of the tag with the Amazon Managed Grafana resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation UntagResource for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UntagResource
func (*ManagedGrafana) UntagResourceRequest ¶ added in v1.43.30
func (c *ManagedGrafana) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UntagResource
func (*ManagedGrafana) UntagResourceWithContext ¶ added in v1.43.30
func (c *ManagedGrafana) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) UpdatePermissions ¶
func (c *ManagedGrafana) UpdatePermissions(input *UpdatePermissionsInput) (*UpdatePermissionsOutput, error)
UpdatePermissions API operation for Amazon Managed Grafana.
Updates which users in a workspace have the Grafana Admin or Editor roles.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation UpdatePermissions for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdatePermissions
func (*ManagedGrafana) UpdatePermissionsRequest ¶
func (c *ManagedGrafana) UpdatePermissionsRequest(input *UpdatePermissionsInput) (req *request.Request, output *UpdatePermissionsOutput)
UpdatePermissionsRequest generates a "aws/request.Request" representing the client's request for the UpdatePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdatePermissions for more information on using the UpdatePermissions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdatePermissionsRequest method. req, resp := client.UpdatePermissionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdatePermissions
func (*ManagedGrafana) UpdatePermissionsWithContext ¶
func (c *ManagedGrafana) UpdatePermissionsWithContext(ctx aws.Context, input *UpdatePermissionsInput, opts ...request.Option) (*UpdatePermissionsOutput, error)
UpdatePermissionsWithContext is the same as UpdatePermissions with the addition of the ability to pass a context and additional request options.
See UpdatePermissions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) UpdateWorkspace ¶
func (c *ManagedGrafana) UpdateWorkspace(input *UpdateWorkspaceInput) (*UpdateWorkspaceOutput, error)
UpdateWorkspace API operation for Amazon Managed Grafana.
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 IAM Identity Center, use UpdateWorkspaceAuthentication (https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateWorkspaceAuthentication.html).
To modify which users in the workspace have the Admin and Editor Grafana roles, use UpdatePermissions (https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdatePermissions.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation UpdateWorkspace for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspace
func (*ManagedGrafana) UpdateWorkspaceAuthentication ¶
func (c *ManagedGrafana) UpdateWorkspaceAuthentication(input *UpdateWorkspaceAuthenticationInput) (*UpdateWorkspaceAuthenticationOutput, error)
UpdateWorkspaceAuthentication API operation for Amazon Managed Grafana.
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.
Changes to the authentication method for a workspace may take a few minutes to take effect.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation UpdateWorkspaceAuthentication for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspaceAuthentication
func (*ManagedGrafana) UpdateWorkspaceAuthenticationRequest ¶
func (c *ManagedGrafana) UpdateWorkspaceAuthenticationRequest(input *UpdateWorkspaceAuthenticationInput) (req *request.Request, output *UpdateWorkspaceAuthenticationOutput)
UpdateWorkspaceAuthenticationRequest generates a "aws/request.Request" representing the client's request for the UpdateWorkspaceAuthentication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateWorkspaceAuthentication for more information on using the UpdateWorkspaceAuthentication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateWorkspaceAuthenticationRequest method. req, resp := client.UpdateWorkspaceAuthenticationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspaceAuthentication
func (*ManagedGrafana) UpdateWorkspaceAuthenticationWithContext ¶
func (c *ManagedGrafana) UpdateWorkspaceAuthenticationWithContext(ctx aws.Context, input *UpdateWorkspaceAuthenticationInput, opts ...request.Option) (*UpdateWorkspaceAuthenticationOutput, error)
UpdateWorkspaceAuthenticationWithContext is the same as UpdateWorkspaceAuthentication with the addition of the ability to pass a context and additional request options.
See UpdateWorkspaceAuthentication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) UpdateWorkspaceConfiguration ¶ added in v1.44.145
func (c *ManagedGrafana) UpdateWorkspaceConfiguration(input *UpdateWorkspaceConfigurationInput) (*UpdateWorkspaceConfigurationOutput, error)
UpdateWorkspaceConfiguration API operation for Amazon Managed Grafana.
Updates the configuration string for the given workspace ¶
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Managed Grafana's API operation UpdateWorkspaceConfiguration for usage and error information.
Returned Error Types:
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.
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspaceConfiguration
func (*ManagedGrafana) UpdateWorkspaceConfigurationRequest ¶ added in v1.44.145
func (c *ManagedGrafana) UpdateWorkspaceConfigurationRequest(input *UpdateWorkspaceConfigurationInput) (req *request.Request, output *UpdateWorkspaceConfigurationOutput)
UpdateWorkspaceConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateWorkspaceConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateWorkspaceConfiguration for more information on using the UpdateWorkspaceConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateWorkspaceConfigurationRequest method. req, resp := client.UpdateWorkspaceConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspaceConfiguration
func (*ManagedGrafana) UpdateWorkspaceConfigurationWithContext ¶ added in v1.44.145
func (c *ManagedGrafana) UpdateWorkspaceConfigurationWithContext(ctx aws.Context, input *UpdateWorkspaceConfigurationInput, opts ...request.Option) (*UpdateWorkspaceConfigurationOutput, error)
UpdateWorkspaceConfigurationWithContext is the same as UpdateWorkspaceConfiguration with the addition of the ability to pass a context and additional request options.
See UpdateWorkspaceConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ManagedGrafana) UpdateWorkspaceRequest ¶
func (c *ManagedGrafana) UpdateWorkspaceRequest(input *UpdateWorkspaceInput) (req *request.Request, output *UpdateWorkspaceOutput)
UpdateWorkspaceRequest generates a "aws/request.Request" representing the client's request for the UpdateWorkspace operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateWorkspace for more information on using the UpdateWorkspace API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateWorkspaceRequest method. req, resp := client.UpdateWorkspaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspace
func (*ManagedGrafana) UpdateWorkspaceWithContext ¶
func (c *ManagedGrafana) UpdateWorkspaceWithContext(ctx aws.Context, input *UpdateWorkspaceInput, opts ...request.Option) (*UpdateWorkspaceOutput, error)
UpdateWorkspaceWithContext is the same as UpdateWorkspace with the addition of the ability to pass a context and additional request options.
See UpdateWorkspace for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type NetworkAccessConfiguration ¶ added in v1.44.203
type NetworkAccessConfiguration struct { // An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP // addresses. The IP addresses specified are allowed to access your workspace. // If the list is not included in the configuration (passed an empty array) // then no IP addresses are allowed to access the workspace. You create a prefix // list using the Amazon VPC console. // // Prefix list IDs have the format pl-1a2b3c4d . // // For more information about prefix lists, see Group CIDR blocks using managed // prefix lists (https://docs.aws.amazon.com/vpc/latest/userguide/managed-prefix-lists.html)in // the Amazon Virtual Private Cloud User Guide. // // PrefixListIds is a required field PrefixListIds []*string `locationName:"prefixListIds" type:"list" required:"true"` // An array of Amazon VPC endpoint IDs for the workspace. You can create VPC // endpoints to your Amazon Managed Grafana workspace for access from within // a VPC. If a NetworkAccessConfiguration is specified then only VPC endpoints // specified here are allowed to access the workspace. If you pass in an empty // array of strings, then no VPCs are allowed to access the workspace. // // VPC endpoint IDs have the format vpce-1a2b3c4d . // // For more information about creating an interface VPC endpoint, see Interface // VPC endpoints (https://docs.aws.amazon.com/grafana/latest/userguide/VPC-endpoints) // in the Amazon Managed Grafana User Guide. // // The only VPC endpoints that can be specified here are interface VPC endpoints // for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace // service endpoint). Other VPC endpoints are ignored. // // VpceIds is a required field VpceIds []*string `locationName:"vpceIds" type:"list" required:"true"` // contains filtered or unexported fields }
The configuration settings for in-bound network access to your workspace.
When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization are still required.
Access is granted to a caller that is in either the IP address list or the VPC endpoint list - they do not need to be in both.
If this is not configured, or is removed, then all IP addresses and VPC endpoints are allowed. Standard Grafana authentication and authorization are still required.
While both prefixListIds and vpceIds are required, you can pass in an empty array of strings for either parameter if you do not want to allow any of that type.
If both are passed as empty arrays, no traffic is allowed to the workspace, because only explicitly allowed connections are accepted.
func (NetworkAccessConfiguration) GoString ¶ added in v1.44.203
func (s NetworkAccessConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NetworkAccessConfiguration) SetPrefixListIds ¶ added in v1.44.203
func (s *NetworkAccessConfiguration) SetPrefixListIds(v []*string) *NetworkAccessConfiguration
SetPrefixListIds sets the PrefixListIds field's value.
func (*NetworkAccessConfiguration) SetVpceIds ¶ added in v1.44.203
func (s *NetworkAccessConfiguration) SetVpceIds(v []*string) *NetworkAccessConfiguration
SetVpceIds sets the VpceIds field's value.
func (NetworkAccessConfiguration) String ¶ added in v1.44.203
func (s NetworkAccessConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NetworkAccessConfiguration) Validate ¶ added in v1.44.203
func (s *NetworkAccessConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PermissionEntry ¶
type PermissionEntry struct { // Specifies whether the user or group has the Admin, Editor, or Viewer role. // // Role is a required field Role *string `locationName:"role" type:"string" required:"true" enum:"Role"` // A structure with the ID of the user or group with this role. // // User is a required field User *User `locationName:"user" type:"structure" required:"true"` // contains filtered or unexported fields }
A structure containing the identity of one user or group and the Admin, Editor, or Viewer role that they have.
func (PermissionEntry) GoString ¶
func (s PermissionEntry) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PermissionEntry) SetRole ¶
func (s *PermissionEntry) SetRole(v string) *PermissionEntry
SetRole sets the Role field's value.
func (*PermissionEntry) SetUser ¶
func (s *PermissionEntry) SetUser(v *User) *PermissionEntry
SetUser sets the User field's value.
func (PermissionEntry) String ¶
func (s PermissionEntry) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The value of a parameter in the request caused an error. Message_ *string `locationName:"message" type:"string"` // The ID of the resource that is associated with the error. // // ResourceId is a required field ResourceId *string `locationName:"resourceId" type:"string" required:"true"` // The type of the resource that is associated with the error. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true"` // contains filtered or unexported fields }
The request references a resource that does not exist.
func (*ResourceNotFoundException) Code ¶
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RoleValues ¶
type RoleValues struct { // A list of groups from the SAML assertion attribute to grant the Grafana Admin // role to. // // Admin is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by RoleValues's // String and GoString methods. Admin []*string `locationName:"admin" type:"list" sensitive:"true"` // A list of groups from the SAML assertion attribute to grant the Grafana Editor // role to. // // Editor is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by RoleValues's // String and GoString methods. Editor []*string `locationName:"editor" type:"list" sensitive:"true"` // contains filtered or unexported fields }
This structure defines which groups defined in the SAML assertion attribute are to be mapped to the Grafana Admin and Editor roles in the workspace. SAML authenticated users not part of Admin or Editor role groups have Viewer permission over the workspace.
func (RoleValues) GoString ¶
func (s RoleValues) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RoleValues) SetAdmin ¶
func (s *RoleValues) SetAdmin(v []*string) *RoleValues
SetAdmin sets the Admin field's value.
func (*RoleValues) SetEditor ¶
func (s *RoleValues) SetEditor(v []*string) *RoleValues
SetEditor sets the Editor field's value.
func (RoleValues) String ¶
func (s RoleValues) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SamlAuthentication ¶
type SamlAuthentication struct { // A structure containing details about how this workspace works with SAML. Configuration *SamlConfiguration `locationName:"configuration" type:"structure"` // Specifies whether the workspace's SAML configuration is complete. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"SamlConfigurationStatus"` // contains filtered or unexported fields }
A structure containing information about how this workspace works with SAML.
func (SamlAuthentication) GoString ¶
func (s SamlAuthentication) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SamlAuthentication) SetConfiguration ¶
func (s *SamlAuthentication) SetConfiguration(v *SamlConfiguration) *SamlAuthentication
SetConfiguration sets the Configuration field's value.
func (*SamlAuthentication) SetStatus ¶
func (s *SamlAuthentication) SetStatus(v string) *SamlAuthentication
SetStatus sets the Status field's value.
func (SamlAuthentication) String ¶
func (s SamlAuthentication) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SamlConfiguration ¶
type SamlConfiguration struct { // Lists which organizations defined in the SAML assertion are allowed to use // the Amazon Managed Grafana workspace. If this is empty, all organizations // in the assertion attribute have access. AllowedOrganizations []*string `locationName:"allowedOrganizations" type:"list"` // A structure that defines which attributes in the SAML assertion are to be // used to define information about the users authenticated by that IdP to use // the workspace. AssertionAttributes *AssertionAttributes `locationName:"assertionAttributes" type:"structure"` // A structure containing the identity provider (IdP) metadata used to integrate // the identity provider with this workspace. // // IdpMetadata is a required field IdpMetadata *IdpMetadata `locationName:"idpMetadata" type:"structure" required:"true"` // How long a sign-on session by a SAML user is valid, before the user has to // sign on again. LoginValidityDuration *int64 `locationName:"loginValidityDuration" type:"integer"` // A structure containing arrays that map group names in the SAML assertion // to the Grafana Admin and Editor roles in the workspace. RoleValues *RoleValues `locationName:"roleValues" type:"structure"` // contains filtered or unexported fields }
A structure containing information about how this workspace works with SAML.
func (SamlConfiguration) GoString ¶
func (s SamlConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SamlConfiguration) SetAllowedOrganizations ¶
func (s *SamlConfiguration) SetAllowedOrganizations(v []*string) *SamlConfiguration
SetAllowedOrganizations sets the AllowedOrganizations field's value.
func (*SamlConfiguration) SetAssertionAttributes ¶
func (s *SamlConfiguration) SetAssertionAttributes(v *AssertionAttributes) *SamlConfiguration
SetAssertionAttributes sets the AssertionAttributes field's value.
func (*SamlConfiguration) SetIdpMetadata ¶
func (s *SamlConfiguration) SetIdpMetadata(v *IdpMetadata) *SamlConfiguration
SetIdpMetadata sets the IdpMetadata field's value.
func (*SamlConfiguration) SetLoginValidityDuration ¶
func (s *SamlConfiguration) SetLoginValidityDuration(v int64) *SamlConfiguration
SetLoginValidityDuration sets the LoginValidityDuration field's value.
func (*SamlConfiguration) SetRoleValues ¶
func (s *SamlConfiguration) SetRoleValues(v *RoleValues) *SamlConfiguration
SetRoleValues sets the RoleValues field's value.
func (SamlConfiguration) String ¶
func (s SamlConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SamlConfiguration) Validate ¶
func (s *SamlConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServiceAccountSummary ¶ added in v1.53.3
type ServiceAccountSummary struct { // The role of the service account, which sets the permission level used when // calling Grafana APIs. // // GrafanaRole is a required field GrafanaRole *string `locationName:"grafanaRole" type:"string" required:"true" enum:"Role"` // The unique ID of the service account. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // Returns true if the service account is disabled. Service accounts can be // disabled and enabled in the Amazon Managed Grafana console. // // IsDisabled is a required field IsDisabled *string `locationName:"isDisabled" type:"string" required:"true"` // The name of the service account. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
A structure that contains the information about one service account.
func (ServiceAccountSummary) GoString ¶ added in v1.53.3
func (s ServiceAccountSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceAccountSummary) SetGrafanaRole ¶ added in v1.53.3
func (s *ServiceAccountSummary) SetGrafanaRole(v string) *ServiceAccountSummary
SetGrafanaRole sets the GrafanaRole field's value.
func (*ServiceAccountSummary) SetId ¶ added in v1.53.3
func (s *ServiceAccountSummary) SetId(v string) *ServiceAccountSummary
SetId sets the Id field's value.
func (*ServiceAccountSummary) SetIsDisabled ¶ added in v1.53.3
func (s *ServiceAccountSummary) SetIsDisabled(v string) *ServiceAccountSummary
SetIsDisabled sets the IsDisabled field's value.
func (*ServiceAccountSummary) SetName ¶ added in v1.53.3
func (s *ServiceAccountSummary) SetName(v string) *ServiceAccountSummary
SetName sets the Name field's value.
func (ServiceAccountSummary) String ¶ added in v1.53.3
func (s ServiceAccountSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceAccountTokenSummary ¶ added in v1.53.3
type ServiceAccountTokenSummary struct { // When the service account token was created. // // CreatedAt is a required field CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"` // When the service account token will expire. // // ExpiresAt is a required field ExpiresAt *time.Time `locationName:"expiresAt" type:"timestamp" required:"true"` // The unique ID of the service account token. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The last time the token was used to authorize a Grafana HTTP API. LastUsedAt *time.Time `locationName:"lastUsedAt" type:"timestamp"` // The name of the service account token. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
A structure that contains the information about a service account token.
func (ServiceAccountTokenSummary) GoString ¶ added in v1.53.3
func (s ServiceAccountTokenSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceAccountTokenSummary) SetCreatedAt ¶ added in v1.53.3
func (s *ServiceAccountTokenSummary) SetCreatedAt(v time.Time) *ServiceAccountTokenSummary
SetCreatedAt sets the CreatedAt field's value.
func (*ServiceAccountTokenSummary) SetExpiresAt ¶ added in v1.53.3
func (s *ServiceAccountTokenSummary) SetExpiresAt(v time.Time) *ServiceAccountTokenSummary
SetExpiresAt sets the ExpiresAt field's value.
func (*ServiceAccountTokenSummary) SetId ¶ added in v1.53.3
func (s *ServiceAccountTokenSummary) SetId(v string) *ServiceAccountTokenSummary
SetId sets the Id field's value.
func (*ServiceAccountTokenSummary) SetLastUsedAt ¶ added in v1.53.3
func (s *ServiceAccountTokenSummary) SetLastUsedAt(v time.Time) *ServiceAccountTokenSummary
SetLastUsedAt sets the LastUsedAt field's value.
func (*ServiceAccountTokenSummary) SetName ¶ added in v1.53.3
func (s *ServiceAccountTokenSummary) SetName(v string) *ServiceAccountTokenSummary
SetName sets the Name field's value.
func (ServiceAccountTokenSummary) String ¶ added in v1.53.3
func (s ServiceAccountTokenSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceAccountTokenSummaryWithKey ¶ added in v1.53.3
type ServiceAccountTokenSummaryWithKey struct { // The unique ID of the service account token. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // The key for the service account token. Used when making calls to the Grafana // HTTP APIs to authenticate and authorize the requests. // // Key is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ServiceAccountTokenSummaryWithKey's // String and GoString methods. // // Key is a required field Key *string `locationName:"key" type:"string" required:"true" sensitive:"true"` // The name of the service account token. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
A structure that contains the information about a service account token.
This structure is returned when creating the token. It is important to store the key that is returned, as it is not retrievable at a later time.
If you lose the key, you can delete and recreate the token, which will create a new key.
func (ServiceAccountTokenSummaryWithKey) GoString ¶ added in v1.53.3
func (s ServiceAccountTokenSummaryWithKey) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceAccountTokenSummaryWithKey) SetId ¶ added in v1.53.3
func (s *ServiceAccountTokenSummaryWithKey) SetId(v string) *ServiceAccountTokenSummaryWithKey
SetId sets the Id field's value.
func (*ServiceAccountTokenSummaryWithKey) SetKey ¶ added in v1.53.3
func (s *ServiceAccountTokenSummaryWithKey) SetKey(v string) *ServiceAccountTokenSummaryWithKey
SetKey sets the Key field's value.
func (*ServiceAccountTokenSummaryWithKey) SetName ¶ added in v1.53.3
func (s *ServiceAccountTokenSummaryWithKey) SetName(v string) *ServiceAccountTokenSummaryWithKey
SetName sets the Name field's value.
func (ServiceAccountTokenSummaryWithKey) String ¶ added in v1.53.3
func (s ServiceAccountTokenSummaryWithKey) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceQuotaExceededException ¶
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // A description of the error. Message_ *string `locationName:"message" type:"string"` // The ID of the service quota that was exceeded. // // QuotaCode is a required field QuotaCode *string `locationName:"quotaCode" type:"string" required:"true"` // The ID of the resource that is associated with the error. // // ResourceId is a required field ResourceId *string `locationName:"resourceId" type:"string" required:"true"` // The type of the resource that is associated with the error. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true"` // The value of a parameter in the request caused an error. // // ServiceCode is a required field ServiceCode *string `locationName:"serviceCode" type:"string" required:"true"` // contains filtered or unexported fields }
The request would cause a service quota to be exceeded.
func (*ServiceQuotaExceededException) Code ¶
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceQuotaExceededException) Message ¶
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶ added in v1.43.30
type TagResourceInput struct { // The ARN of the resource the tag is associated with. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // The list of tag keys and values to associate with the resource. You can associate // tag keys only, tags (key and values) only or a combination of tag keys and // tags. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶ added in v1.43.30
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶ added in v1.43.30
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶ added in v1.43.30
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶ added in v1.43.30
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.43.30
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.43.30
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.43.30
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.43.30
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException ¶
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // A description of the error. Message_ *string `locationName:"message" type:"string"` // The ID of the service quota that was exceeded. QuotaCode *string `locationName:"quotaCode" type:"string"` // The value of a parameter in the request caused an error. RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"` // The ID of the service that is associated with the error. ServiceCode *string `locationName:"serviceCode" type:"string"` // contains filtered or unexported fields }
The request was denied because of request throttling. Retry the request.
func (*ThrottlingException) Code ¶
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶ added in v1.43.30
type UntagResourceInput struct { // The ARN of the resource the tag association is removed from. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // The key values of the tag to be removed from the resource. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶ added in v1.43.30
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶ added in v1.43.30
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶ added in v1.43.30
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.43.30
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.43.30
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.43.30
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.43.30
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.43.30
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateError ¶
type UpdateError struct { // Specifies which permission update caused the error. // // CausedBy is a required field CausedBy *UpdateInstruction `locationName:"causedBy" type:"structure" required:"true"` // The error code. // // Code is a required field Code *int64 `locationName:"code" min:"100" type:"integer" required:"true"` // The message for this error. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // contains filtered or unexported fields }
A structure containing information about one error encountered while performing an UpdatePermissions (https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdatePermissions.html) operation.
func (UpdateError) GoString ¶
func (s UpdateError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateError) SetCausedBy ¶
func (s *UpdateError) SetCausedBy(v *UpdateInstruction) *UpdateError
SetCausedBy sets the CausedBy field's value.
func (*UpdateError) SetCode ¶
func (s *UpdateError) SetCode(v int64) *UpdateError
SetCode sets the Code field's value.
func (*UpdateError) SetMessage ¶
func (s *UpdateError) SetMessage(v string) *UpdateError
SetMessage sets the Message field's value.
func (UpdateError) String ¶
func (s UpdateError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateInstruction ¶
type UpdateInstruction struct { // Specifies whether this update is to add or revoke role permissions. // // Action is a required field Action *string `locationName:"action" type:"string" required:"true" enum:"UpdateAction"` // The role to add or revoke for the user or the group specified in users. // // Role is a required field Role *string `locationName:"role" type:"string" required:"true" enum:"Role"` // A structure that specifies the user or group to add or revoke the role for. // // Users is a required field Users []*User `locationName:"users" type:"list" required:"true"` // contains filtered or unexported fields }
Contains the instructions for one Grafana role permission update in a UpdatePermissions (https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdatePermissions.html) operation.
func (UpdateInstruction) GoString ¶
func (s UpdateInstruction) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateInstruction) SetAction ¶
func (s *UpdateInstruction) SetAction(v string) *UpdateInstruction
SetAction sets the Action field's value.
func (*UpdateInstruction) SetRole ¶
func (s *UpdateInstruction) SetRole(v string) *UpdateInstruction
SetRole sets the Role field's value.
func (*UpdateInstruction) SetUsers ¶
func (s *UpdateInstruction) SetUsers(v []*User) *UpdateInstruction
SetUsers sets the Users field's value.
func (UpdateInstruction) String ¶
func (s UpdateInstruction) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateInstruction) Validate ¶
func (s *UpdateInstruction) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePermissionsInput ¶
type UpdatePermissionsInput struct { // An array of structures that contain the permission updates to make. // // UpdateInstructionBatch is a required field UpdateInstructionBatch []*UpdateInstruction `locationName:"updateInstructionBatch" type:"list" required:"true"` // The ID of the workspace to update. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdatePermissionsInput) GoString ¶
func (s UpdatePermissionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePermissionsInput) SetUpdateInstructionBatch ¶
func (s *UpdatePermissionsInput) SetUpdateInstructionBatch(v []*UpdateInstruction) *UpdatePermissionsInput
SetUpdateInstructionBatch sets the UpdateInstructionBatch field's value.
func (*UpdatePermissionsInput) SetWorkspaceId ¶
func (s *UpdatePermissionsInput) SetWorkspaceId(v string) *UpdatePermissionsInput
SetWorkspaceId sets the WorkspaceId field's value.
func (UpdatePermissionsInput) String ¶
func (s UpdatePermissionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePermissionsInput) Validate ¶
func (s *UpdatePermissionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePermissionsOutput ¶
type UpdatePermissionsOutput struct { // An array of structures that contain the errors from the operation, if any. // // Errors is a required field Errors []*UpdateError `locationName:"errors" type:"list" required:"true"` // contains filtered or unexported fields }
func (UpdatePermissionsOutput) GoString ¶
func (s UpdatePermissionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdatePermissionsOutput) SetErrors ¶
func (s *UpdatePermissionsOutput) SetErrors(v []*UpdateError) *UpdatePermissionsOutput
SetErrors sets the Errors field's value.
func (UpdatePermissionsOutput) String ¶
func (s UpdatePermissionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateWorkspaceAuthenticationInput ¶
type UpdateWorkspaceAuthenticationInput struct { // Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both // to authenticate users for using the Grafana console within a workspace. For // more information, see User authentication in Amazon Managed Grafana (https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html). // // AuthenticationProviders is a required field AuthenticationProviders []*string `locationName:"authenticationProviders" type:"list" required:"true" enum:"AuthenticationProviderTypes"` // If the workspace uses SAML, use this structure to 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. SamlConfiguration *SamlConfiguration `locationName:"samlConfiguration" type:"structure"` // The ID of the workspace to update the authentication for. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateWorkspaceAuthenticationInput) GoString ¶
func (s UpdateWorkspaceAuthenticationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceAuthenticationInput) SetAuthenticationProviders ¶
func (s *UpdateWorkspaceAuthenticationInput) SetAuthenticationProviders(v []*string) *UpdateWorkspaceAuthenticationInput
SetAuthenticationProviders sets the AuthenticationProviders field's value.
func (*UpdateWorkspaceAuthenticationInput) SetSamlConfiguration ¶
func (s *UpdateWorkspaceAuthenticationInput) SetSamlConfiguration(v *SamlConfiguration) *UpdateWorkspaceAuthenticationInput
SetSamlConfiguration sets the SamlConfiguration field's value.
func (*UpdateWorkspaceAuthenticationInput) SetWorkspaceId ¶
func (s *UpdateWorkspaceAuthenticationInput) SetWorkspaceId(v string) *UpdateWorkspaceAuthenticationInput
SetWorkspaceId sets the WorkspaceId field's value.
func (UpdateWorkspaceAuthenticationInput) String ¶
func (s UpdateWorkspaceAuthenticationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceAuthenticationInput) Validate ¶
func (s *UpdateWorkspaceAuthenticationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateWorkspaceAuthenticationOutput ¶
type UpdateWorkspaceAuthenticationOutput struct { // A structure that describes the user authentication for this workspace after // the update is made. // // Authentication is a required field Authentication *AuthenticationDescription `locationName:"authentication" type:"structure" required:"true"` // contains filtered or unexported fields }
func (UpdateWorkspaceAuthenticationOutput) GoString ¶
func (s UpdateWorkspaceAuthenticationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceAuthenticationOutput) SetAuthentication ¶
func (s *UpdateWorkspaceAuthenticationOutput) SetAuthentication(v *AuthenticationDescription) *UpdateWorkspaceAuthenticationOutput
SetAuthentication sets the Authentication field's value.
func (UpdateWorkspaceAuthenticationOutput) String ¶
func (s UpdateWorkspaceAuthenticationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateWorkspaceConfigurationInput ¶ added in v1.44.145
type UpdateWorkspaceConfigurationInput struct { // The new configuration string for the workspace. For more information about // the format and configuration options available, see Working in your Grafana // workspace (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html). // // Configuration is a required field Configuration *string `locationName:"configuration" min:"2" type:"string" required:"true"` // Specifies the version of Grafana to support in the workspace. If not specified, // keeps the current version of the workspace. // // Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade // (for example, from 9.4 to 8.4). // // To know what versions are available to upgrade to for a specific workspace, // see the ListVersions (https://docs.aws.amazon.com/grafana/latest/APIReference/API_ListVersions.html) // operation. GrafanaVersion *string `locationName:"grafanaVersion" min:"1" type:"string"` // The ID of the workspace to update. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateWorkspaceConfigurationInput) GoString ¶ added in v1.44.145
func (s UpdateWorkspaceConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceConfigurationInput) SetConfiguration ¶ added in v1.44.145
func (s *UpdateWorkspaceConfigurationInput) SetConfiguration(v string) *UpdateWorkspaceConfigurationInput
SetConfiguration sets the Configuration field's value.
func (*UpdateWorkspaceConfigurationInput) SetGrafanaVersion ¶ added in v1.44.303
func (s *UpdateWorkspaceConfigurationInput) SetGrafanaVersion(v string) *UpdateWorkspaceConfigurationInput
SetGrafanaVersion sets the GrafanaVersion field's value.
func (*UpdateWorkspaceConfigurationInput) SetWorkspaceId ¶ added in v1.44.145
func (s *UpdateWorkspaceConfigurationInput) SetWorkspaceId(v string) *UpdateWorkspaceConfigurationInput
SetWorkspaceId sets the WorkspaceId field's value.
func (UpdateWorkspaceConfigurationInput) String ¶ added in v1.44.145
func (s UpdateWorkspaceConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceConfigurationInput) Validate ¶ added in v1.44.145
func (s *UpdateWorkspaceConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateWorkspaceConfigurationOutput ¶ added in v1.44.145
type UpdateWorkspaceConfigurationOutput struct {
// contains filtered or unexported fields
}
func (UpdateWorkspaceConfigurationOutput) GoString ¶ added in v1.44.145
func (s UpdateWorkspaceConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateWorkspaceConfigurationOutput) String ¶ added in v1.44.145
func (s UpdateWorkspaceConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateWorkspaceInput ¶
type UpdateWorkspaceInput struct { // Specifies whether the workspace can access Amazon Web Services resources // in this Amazon Web Services account only, or whether it can also access Amazon // Web Services resources in other accounts in the same organization. If you // specify ORGANIZATION, you must specify which organizational units the workspace // can access in the workspaceOrganizationalUnits parameter. AccountAccessType *string `locationName:"accountAccessType" type:"string" enum:"AccountAccessType"` // The configuration settings for network access to your workspace. // // When this is configured, only listed IP addresses and VPC endpoints will // be able to access your workspace. Standard Grafana authentication and authorization // will still be required. // // If this is not configured, or is removed, then all IP addresses and VPC endpoints // will be allowed. Standard Grafana authentication and authorization will still // be required. NetworkAccessControl *NetworkAccessConfiguration `locationName:"networkAccessControl" type:"structure"` // The name of an IAM role that already exists to use to access resources through // Organizations. This can only be used with a workspace that has the permissionType // set to CUSTOMER_MANAGED. // // OrganizationRoleName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateWorkspaceInput's // String and GoString methods. OrganizationRoleName *string `locationName:"organizationRoleName" min:"1" type:"string" sensitive:"true"` // Use this parameter if you want to change a workspace from SERVICE_MANAGED // to CUSTOMER_MANAGED. This allows you to manage the permissions that the workspace // uses to access datasources and notification channels. If the workspace is // in a member Amazon Web Services account of an organization, and that account // is not a delegated administrator account, and you want the workspace to access // data sources in other Amazon Web Services accounts in the organization, you // must choose CUSTOMER_MANAGED. // // If you specify this as CUSTOMER_MANAGED, you must also specify a workspaceRoleArn // that the workspace will use for accessing Amazon Web Services resources. // // For more information on the role and permissions needed, see Amazon Managed // Grafana permissions and policies for Amazon Web Services data sources and // notification channels (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-manage-permissions.html) // // Do not use this to convert a CUSTOMER_MANAGED workspace to SERVICE_MANAGED. // Do not include this parameter if you want to leave the workspace as SERVICE_MANAGED. // // You can convert a CUSTOMER_MANAGED workspace to SERVICE_MANAGED using the // Amazon Managed Grafana console. For more information, see Managing permissions // for data sources and notification channels (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-datasource-and-notification.html). PermissionType *string `locationName:"permissionType" type:"string" enum:"PermissionType"` // Whether to remove the network access configuration from the workspace. // // Setting this to true and providing a networkAccessControl to set will return // an error. // // If you remove this configuration by setting this to true, then all IP addresses // and VPC endpoints will be allowed. Standard Grafana authentication and authorization // will still be required. RemoveNetworkAccessConfiguration *bool `locationName:"removeNetworkAccessConfiguration" type:"boolean"` // Whether to remove the VPC configuration from the workspace. // // Setting this to true and providing a vpcConfiguration to set will return // an error. RemoveVpcConfiguration *bool `locationName:"removeVpcConfiguration" type:"boolean"` // The name of the CloudFormation stack set to use to generate IAM roles to // be used for this workspace. StackSetName *string `locationName:"stackSetName" type:"string"` // The configuration settings for an Amazon VPC that contains data sources for // your Grafana workspace to connect to. VpcConfiguration *VpcConfiguration `locationName:"vpcConfiguration" type:"structure"` // This parameter is for internal use only, and should not be used. WorkspaceDataSources []*string `locationName:"workspaceDataSources" type:"list" enum:"DataSourceType"` // A description for the workspace. This is used only to help you identify this // workspace. // // WorkspaceDescription is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateWorkspaceInput's // String and GoString methods. WorkspaceDescription *string `locationName:"workspaceDescription" type:"string" sensitive:"true"` // The ID of the workspace to update. // // WorkspaceId is a required field WorkspaceId *string `location:"uri" locationName:"workspaceId" type:"string" required:"true"` // A new name for the workspace to update. // // WorkspaceName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateWorkspaceInput's // String and GoString methods. WorkspaceName *string `locationName:"workspaceName" type:"string" sensitive:"true"` // Specify the Amazon Web Services notification channels that you plan to use // in this workspace. Specifying these data sources here enables Amazon Managed // Grafana to create IAM roles and permissions that allow Amazon Managed Grafana // to use these channels. WorkspaceNotificationDestinations []*string `locationName:"workspaceNotificationDestinations" type:"list" enum:"NotificationDestinationType"` // Specifies the organizational units that this workspace is allowed to use // data sources from, if this workspace is in an account that is part of an // organization. // // WorkspaceOrganizationalUnits is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateWorkspaceInput's // String and GoString methods. WorkspaceOrganizationalUnits []*string `locationName:"workspaceOrganizationalUnits" type:"list" sensitive:"true"` // Specifies an IAM role that grants permissions to Amazon Web Services resources // that the workspace accesses, such as data sources and notification channels. // If this workspace has permissionType CUSTOMER_MANAGED, then this role is // required. // // WorkspaceRoleArn is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateWorkspaceInput's // String and GoString methods. WorkspaceRoleArn *string `locationName:"workspaceRoleArn" min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
func (UpdateWorkspaceInput) GoString ¶
func (s UpdateWorkspaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceInput) SetAccountAccessType ¶
func (s *UpdateWorkspaceInput) SetAccountAccessType(v string) *UpdateWorkspaceInput
SetAccountAccessType sets the AccountAccessType field's value.
func (*UpdateWorkspaceInput) SetNetworkAccessControl ¶ added in v1.44.203
func (s *UpdateWorkspaceInput) SetNetworkAccessControl(v *NetworkAccessConfiguration) *UpdateWorkspaceInput
SetNetworkAccessControl sets the NetworkAccessControl field's value.
func (*UpdateWorkspaceInput) SetOrganizationRoleName ¶
func (s *UpdateWorkspaceInput) SetOrganizationRoleName(v string) *UpdateWorkspaceInput
SetOrganizationRoleName sets the OrganizationRoleName field's value.
func (*UpdateWorkspaceInput) SetPermissionType ¶
func (s *UpdateWorkspaceInput) SetPermissionType(v string) *UpdateWorkspaceInput
SetPermissionType sets the PermissionType field's value.
func (*UpdateWorkspaceInput) SetRemoveNetworkAccessConfiguration ¶ added in v1.44.203
func (s *UpdateWorkspaceInput) SetRemoveNetworkAccessConfiguration(v bool) *UpdateWorkspaceInput
SetRemoveNetworkAccessConfiguration sets the RemoveNetworkAccessConfiguration field's value.
func (*UpdateWorkspaceInput) SetRemoveVpcConfiguration ¶ added in v1.44.145
func (s *UpdateWorkspaceInput) SetRemoveVpcConfiguration(v bool) *UpdateWorkspaceInput
SetRemoveVpcConfiguration sets the RemoveVpcConfiguration field's value.
func (*UpdateWorkspaceInput) SetStackSetName ¶
func (s *UpdateWorkspaceInput) SetStackSetName(v string) *UpdateWorkspaceInput
SetStackSetName sets the StackSetName field's value.
func (*UpdateWorkspaceInput) SetVpcConfiguration ¶ added in v1.44.145
func (s *UpdateWorkspaceInput) SetVpcConfiguration(v *VpcConfiguration) *UpdateWorkspaceInput
SetVpcConfiguration sets the VpcConfiguration field's value.
func (*UpdateWorkspaceInput) SetWorkspaceDataSources ¶
func (s *UpdateWorkspaceInput) SetWorkspaceDataSources(v []*string) *UpdateWorkspaceInput
SetWorkspaceDataSources sets the WorkspaceDataSources field's value.
func (*UpdateWorkspaceInput) SetWorkspaceDescription ¶
func (s *UpdateWorkspaceInput) SetWorkspaceDescription(v string) *UpdateWorkspaceInput
SetWorkspaceDescription sets the WorkspaceDescription field's value.
func (*UpdateWorkspaceInput) SetWorkspaceId ¶
func (s *UpdateWorkspaceInput) SetWorkspaceId(v string) *UpdateWorkspaceInput
SetWorkspaceId sets the WorkspaceId field's value.
func (*UpdateWorkspaceInput) SetWorkspaceName ¶
func (s *UpdateWorkspaceInput) SetWorkspaceName(v string) *UpdateWorkspaceInput
SetWorkspaceName sets the WorkspaceName field's value.
func (*UpdateWorkspaceInput) SetWorkspaceNotificationDestinations ¶
func (s *UpdateWorkspaceInput) SetWorkspaceNotificationDestinations(v []*string) *UpdateWorkspaceInput
SetWorkspaceNotificationDestinations sets the WorkspaceNotificationDestinations field's value.
func (*UpdateWorkspaceInput) SetWorkspaceOrganizationalUnits ¶
func (s *UpdateWorkspaceInput) SetWorkspaceOrganizationalUnits(v []*string) *UpdateWorkspaceInput
SetWorkspaceOrganizationalUnits sets the WorkspaceOrganizationalUnits field's value.
func (*UpdateWorkspaceInput) SetWorkspaceRoleArn ¶
func (s *UpdateWorkspaceInput) SetWorkspaceRoleArn(v string) *UpdateWorkspaceInput
SetWorkspaceRoleArn sets the WorkspaceRoleArn field's value.
func (UpdateWorkspaceInput) String ¶
func (s UpdateWorkspaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceInput) Validate ¶
func (s *UpdateWorkspaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateWorkspaceOutput ¶
type UpdateWorkspaceOutput struct { // A structure containing data about the workspace that was created. // // Workspace is a required field Workspace *WorkspaceDescription `locationName:"workspace" type:"structure" required:"true"` // contains filtered or unexported fields }
func (UpdateWorkspaceOutput) GoString ¶
func (s UpdateWorkspaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateWorkspaceOutput) SetWorkspace ¶
func (s *UpdateWorkspaceOutput) SetWorkspace(v *WorkspaceDescription) *UpdateWorkspaceOutput
SetWorkspace sets the Workspace field's value.
func (UpdateWorkspaceOutput) String ¶
func (s UpdateWorkspaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type User ¶
type User struct { // The ID of the user or group. // // Pattern: ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$ // // Id is a required field Id *string `locationName:"id" min:"1" type:"string" required:"true"` // Specifies whether this is a single user or a group. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"UserType"` // contains filtered or unexported fields }
A structure that specifies one user or group in the workspace.
func (User) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationException ¶
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // A list of fields that might be associated with the error. FieldList []*ValidationExceptionField `locationName:"fieldList" type:"list"` // A description of the error. Message_ *string `locationName:"message" type:"string"` // The reason that the operation failed. // // Reason is a required field Reason *string `locationName:"reason" type:"string" required:"true" enum:"ValidationExceptionReason"` // contains filtered or unexported fields }
The value of a parameter in the request caused an error.
func (*ValidationException) Code ¶
func (s *ValidationException) Code() string
Code returns the exception type name.
func (*ValidationException) Error ¶
func (s *ValidationException) Error() string
func (ValidationException) GoString ¶
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationException) Message ¶
func (s *ValidationException) Message() string
Message returns the exception's message.
func (*ValidationException) OrigErr ¶
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ValidationException) RequestID ¶
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ValidationException) StatusCode ¶
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationExceptionField ¶
type ValidationExceptionField struct { // A message describing why this field couldn't be validated. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // The name of the field that caused the validation error. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
A structure that contains information about a request parameter that caused an error.
func (ValidationExceptionField) GoString ¶
func (s ValidationExceptionField) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationExceptionField) SetMessage ¶
func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField
SetMessage sets the Message field's value.
func (*ValidationExceptionField) SetName ¶
func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField
SetName sets the Name field's value.
func (ValidationExceptionField) String ¶
func (s ValidationExceptionField) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type VpcConfiguration ¶ added in v1.44.145
type VpcConfiguration struct { // The list of Amazon EC2 security group IDs attached to the Amazon VPC for // your Grafana workspace to connect. Duplicates not allowed. // // SecurityGroupIds is a required field SecurityGroupIds []*string `locationName:"securityGroupIds" min:"1" type:"list" required:"true"` // The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana // workspace to connect. Duplicates not allowed. // // SubnetIds is a required field SubnetIds []*string `locationName:"subnetIds" min:"2" type:"list" required:"true"` // contains filtered or unexported fields }
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
Provided securityGroupIds and subnetIds must be part of the same VPC.
Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).
func (VpcConfiguration) GoString ¶ added in v1.44.145
func (s VpcConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VpcConfiguration) SetSecurityGroupIds ¶ added in v1.44.145
func (s *VpcConfiguration) SetSecurityGroupIds(v []*string) *VpcConfiguration
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfiguration) SetSubnetIds ¶ added in v1.44.145
func (s *VpcConfiguration) SetSubnetIds(v []*string) *VpcConfiguration
SetSubnetIds sets the SubnetIds field's value.
func (VpcConfiguration) String ¶ added in v1.44.145
func (s VpcConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VpcConfiguration) Validate ¶ added in v1.44.145
func (s *VpcConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type WorkspaceDescription ¶
type WorkspaceDescription struct { // Specifies whether the workspace can access Amazon Web Services resources // in this Amazon Web Services account only, or whether it can also access Amazon // Web Services resources in other accounts in the same organization. If this // is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which // organizational units the workspace can access. AccountAccessType *string `locationName:"accountAccessType" type:"string" enum:"AccountAccessType"` // A structure that describes whether the workspace uses SAML, IAM Identity // Center, or both methods for user authentication. // // Authentication is a required field Authentication *AuthenticationSummary `locationName:"authentication" type:"structure" required:"true"` // The date that the workspace was created. // // Created is a required field Created *time.Time `locationName:"created" type:"timestamp" required:"true"` // Specifies the Amazon Web Services data sources that have been configured // to have IAM roles and permissions created to allow Amazon Managed Grafana // to read data from these sources. // // This list is only used when the workspace was created through the Amazon // Web Services console, and the permissionType is SERVICE_MANAGED. // // DataSources is a required field DataSources []*string `locationName:"dataSources" type:"list" required:"true" enum:"DataSourceType"` // The user-defined description of the workspace. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by WorkspaceDescription's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The URL that users can use to access the Grafana console in the workspace. // // Endpoint is a required field Endpoint *string `locationName:"endpoint" min:"1" type:"string" required:"true"` // Specifies whether this workspace has already fully used its free trial for // Grafana Enterprise. // // Amazon Managed Grafana workspaces no longer support Grafana Enterprise free // trials. FreeTrialConsumed *bool `locationName:"freeTrialConsumed" type:"boolean"` // If this workspace is currently in the free trial period for Grafana Enterprise, // this value specifies when that free trial ends. // // Amazon Managed Grafana workspaces no longer support Grafana Enterprise free // trials. FreeTrialExpiration *time.Time `locationName:"freeTrialExpiration" type:"timestamp"` // The token that ties this workspace to a Grafana Labs account. For more information, // see Link your account with Grafana Labs (https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise). GrafanaToken *string `locationName:"grafanaToken" min:"1" type:"string"` // The version of Grafana supported in this workspace. // // GrafanaVersion is a required field GrafanaVersion *string `locationName:"grafanaVersion" min:"1" type:"string" required:"true"` // The unique ID of this workspace. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // If this workspace has a full Grafana Enterprise license purchased through // Amazon Web Services Marketplace, this specifies when the license ends and // will need to be renewed. Purchasing the Enterprise plugins option through // Amazon Managed Grafana does not have an expiration. It is valid until the // license is removed. LicenseExpiration *time.Time `locationName:"licenseExpiration" type:"timestamp"` // Specifies whether this workspace has a full Grafana Enterprise license. // // Amazon Managed Grafana workspaces no longer support Grafana Enterprise free // trials. LicenseType *string `locationName:"licenseType" type:"string" enum:"LicenseType"` // The most recent date that the workspace was modified. // // Modified is a required field Modified *time.Time `locationName:"modified" type:"timestamp" required:"true"` // The name of the workspace. // // Name is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by WorkspaceDescription's // String and GoString methods. Name *string `locationName:"name" type:"string" sensitive:"true"` // The configuration settings for network access to your workspace. NetworkAccessControl *NetworkAccessConfiguration `locationName:"networkAccessControl" type:"structure"` // The Amazon Web Services notification channels that Amazon Managed Grafana // can automatically create IAM roles and permissions for, to allow Amazon Managed // Grafana to use these channels. NotificationDestinations []*string `locationName:"notificationDestinations" type:"list" enum:"NotificationDestinationType"` // The name of the IAM role that is used to access resources through Organizations. // // OrganizationRoleName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by WorkspaceDescription's // String and GoString methods. OrganizationRoleName *string `locationName:"organizationRoleName" min:"1" type:"string" sensitive:"true"` // Specifies the organizational units that this workspace is allowed to use // data sources from, if this workspace is in an account that is part of an // organization. // // OrganizationalUnits is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by WorkspaceDescription's // String and GoString methods. OrganizationalUnits []*string `locationName:"organizationalUnits" type:"list" sensitive:"true"` // If this is SERVICE_MANAGED, and the workplace was created through the Amazon // Managed Grafana console, then Amazon Managed Grafana automatically creates // the IAM roles and provisions the permissions that the workspace needs to // use Amazon Web Services data sources and notification channels. // // If this is CUSTOMER_MANAGED, you must manage those roles and permissions // yourself. // // If you are working with a workspace in a member account of an organization // and that account is not a delegated administrator account, and you want the // workspace to access data sources in other Amazon Web Services accounts in // the organization, this parameter must be set to CUSTOMER_MANAGED. // // For more information about converting between customer and service managed, // see Managing permissions for data sources and notification channels (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-datasource-and-notification.html). // For more information about the roles and permissions that must be managed // for customer managed workspaces, see Amazon Managed Grafana permissions and // policies for Amazon Web Services data sources and notification channels (https://docs.aws.amazon.com/grafana/latest/userguide/AMG-manage-permissions.html) PermissionType *string `locationName:"permissionType" type:"string" enum:"PermissionType"` // The name of the CloudFormation stack set that is used to generate IAM roles // to be used for this workspace. StackSetName *string `locationName:"stackSetName" type:"string"` // The current status of the workspace. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"WorkspaceStatus"` // The list of tags associated with the workspace. Tags map[string]*string `locationName:"tags" type:"map"` // The configuration for connecting to data sources in a private VPC (Amazon // Virtual Private Cloud). VpcConfiguration *VpcConfiguration `locationName:"vpcConfiguration" type:"structure"` // The IAM role that grants permissions to the Amazon Web Services resources // that the workspace will view data from. This role must already exist. // // WorkspaceRoleArn is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by WorkspaceDescription's // String and GoString methods. WorkspaceRoleArn *string `locationName:"workspaceRoleArn" min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
A structure containing information about an Amazon Managed Grafana workspace in your account.
func (WorkspaceDescription) GoString ¶
func (s WorkspaceDescription) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*WorkspaceDescription) SetAccountAccessType ¶
func (s *WorkspaceDescription) SetAccountAccessType(v string) *WorkspaceDescription
SetAccountAccessType sets the AccountAccessType field's value.
func (*WorkspaceDescription) SetAuthentication ¶
func (s *WorkspaceDescription) SetAuthentication(v *AuthenticationSummary) *WorkspaceDescription
SetAuthentication sets the Authentication field's value.
func (*WorkspaceDescription) SetCreated ¶
func (s *WorkspaceDescription) SetCreated(v time.Time) *WorkspaceDescription
SetCreated sets the Created field's value.
func (*WorkspaceDescription) SetDataSources ¶
func (s *WorkspaceDescription) SetDataSources(v []*string) *WorkspaceDescription
SetDataSources sets the DataSources field's value.
func (*WorkspaceDescription) SetDescription ¶
func (s *WorkspaceDescription) SetDescription(v string) *WorkspaceDescription
SetDescription sets the Description field's value.
func (*WorkspaceDescription) SetEndpoint ¶
func (s *WorkspaceDescription) SetEndpoint(v string) *WorkspaceDescription
SetEndpoint sets the Endpoint field's value.
func (*WorkspaceDescription) SetFreeTrialConsumed ¶
func (s *WorkspaceDescription) SetFreeTrialConsumed(v bool) *WorkspaceDescription
SetFreeTrialConsumed sets the FreeTrialConsumed field's value.
func (*WorkspaceDescription) SetFreeTrialExpiration ¶
func (s *WorkspaceDescription) SetFreeTrialExpiration(v time.Time) *WorkspaceDescription
SetFreeTrialExpiration sets the FreeTrialExpiration field's value.
func (*WorkspaceDescription) SetGrafanaToken ¶ added in v1.50.34
func (s *WorkspaceDescription) SetGrafanaToken(v string) *WorkspaceDescription
SetGrafanaToken sets the GrafanaToken field's value.
func (*WorkspaceDescription) SetGrafanaVersion ¶
func (s *WorkspaceDescription) SetGrafanaVersion(v string) *WorkspaceDescription
SetGrafanaVersion sets the GrafanaVersion field's value.
func (*WorkspaceDescription) SetId ¶
func (s *WorkspaceDescription) SetId(v string) *WorkspaceDescription
SetId sets the Id field's value.
func (*WorkspaceDescription) SetLicenseExpiration ¶
func (s *WorkspaceDescription) SetLicenseExpiration(v time.Time) *WorkspaceDescription
SetLicenseExpiration sets the LicenseExpiration field's value.
func (*WorkspaceDescription) SetLicenseType ¶
func (s *WorkspaceDescription) SetLicenseType(v string) *WorkspaceDescription
SetLicenseType sets the LicenseType field's value.
func (*WorkspaceDescription) SetModified ¶
func (s *WorkspaceDescription) SetModified(v time.Time) *WorkspaceDescription
SetModified sets the Modified field's value.
func (*WorkspaceDescription) SetName ¶
func (s *WorkspaceDescription) SetName(v string) *WorkspaceDescription
SetName sets the Name field's value.
func (*WorkspaceDescription) SetNetworkAccessControl ¶ added in v1.44.203
func (s *WorkspaceDescription) SetNetworkAccessControl(v *NetworkAccessConfiguration) *WorkspaceDescription
SetNetworkAccessControl sets the NetworkAccessControl field's value.
func (*WorkspaceDescription) SetNotificationDestinations ¶
func (s *WorkspaceDescription) SetNotificationDestinations(v []*string) *WorkspaceDescription
SetNotificationDestinations sets the NotificationDestinations field's value.
func (*WorkspaceDescription) SetOrganizationRoleName ¶
func (s *WorkspaceDescription) SetOrganizationRoleName(v string) *WorkspaceDescription
SetOrganizationRoleName sets the OrganizationRoleName field's value.
func (*WorkspaceDescription) SetOrganizationalUnits ¶
func (s *WorkspaceDescription) SetOrganizationalUnits(v []*string) *WorkspaceDescription
SetOrganizationalUnits sets the OrganizationalUnits field's value.
func (*WorkspaceDescription) SetPermissionType ¶
func (s *WorkspaceDescription) SetPermissionType(v string) *WorkspaceDescription
SetPermissionType sets the PermissionType field's value.
func (*WorkspaceDescription) SetStackSetName ¶
func (s *WorkspaceDescription) SetStackSetName(v string) *WorkspaceDescription
SetStackSetName sets the StackSetName field's value.
func (*WorkspaceDescription) SetStatus ¶
func (s *WorkspaceDescription) SetStatus(v string) *WorkspaceDescription
SetStatus sets the Status field's value.
func (*WorkspaceDescription) SetTags ¶ added in v1.43.30
func (s *WorkspaceDescription) SetTags(v map[string]*string) *WorkspaceDescription
SetTags sets the Tags field's value.
func (*WorkspaceDescription) SetVpcConfiguration ¶ added in v1.44.145
func (s *WorkspaceDescription) SetVpcConfiguration(v *VpcConfiguration) *WorkspaceDescription
SetVpcConfiguration sets the VpcConfiguration field's value.
func (*WorkspaceDescription) SetWorkspaceRoleArn ¶
func (s *WorkspaceDescription) SetWorkspaceRoleArn(v string) *WorkspaceDescription
SetWorkspaceRoleArn sets the WorkspaceRoleArn field's value.
func (WorkspaceDescription) String ¶
func (s WorkspaceDescription) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type WorkspaceSummary ¶
type WorkspaceSummary struct { // A structure containing information about the authentication methods used // in the workspace. // // Authentication is a required field Authentication *AuthenticationSummary `locationName:"authentication" type:"structure" required:"true"` // The date that the workspace was created. // // Created is a required field Created *time.Time `locationName:"created" type:"timestamp" required:"true"` // The customer-entered description of the workspace. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by WorkspaceSummary's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The URL endpoint to use to access the Grafana console in the workspace. // // Endpoint is a required field Endpoint *string `locationName:"endpoint" min:"1" type:"string" required:"true"` // The token that ties this workspace to a Grafana Labs account. For more information, // see Link your account with Grafana Labs (https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise). GrafanaToken *string `locationName:"grafanaToken" min:"1" type:"string"` // The Grafana version that the workspace is running. // // GrafanaVersion is a required field GrafanaVersion *string `locationName:"grafanaVersion" min:"1" type:"string" required:"true"` // The unique ID of the workspace. // // Id is a required field Id *string `locationName:"id" type:"string" required:"true"` // Specifies whether this workspace has a full Grafana Enterprise license. // // Amazon Managed Grafana workspaces no longer support Grafana Enterprise free // trials. LicenseType *string `locationName:"licenseType" type:"string" enum:"LicenseType"` // The most recent date that the workspace was modified. // // Modified is a required field Modified *time.Time `locationName:"modified" type:"timestamp" required:"true"` // The name of the workspace. // // Name is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by WorkspaceSummary's // String and GoString methods. Name *string `locationName:"name" type:"string" sensitive:"true"` // The Amazon Web Services notification channels that Amazon Managed Grafana // can automatically create IAM roles and permissions for, which allows Amazon // Managed Grafana to use these channels. NotificationDestinations []*string `locationName:"notificationDestinations" type:"list" enum:"NotificationDestinationType"` // The current status of the workspace. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"WorkspaceStatus"` // The list of tags associated with the workspace. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
A structure that contains some information about one workspace in the account.
func (WorkspaceSummary) GoString ¶
func (s WorkspaceSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*WorkspaceSummary) SetAuthentication ¶
func (s *WorkspaceSummary) SetAuthentication(v *AuthenticationSummary) *WorkspaceSummary
SetAuthentication sets the Authentication field's value.
func (*WorkspaceSummary) SetCreated ¶
func (s *WorkspaceSummary) SetCreated(v time.Time) *WorkspaceSummary
SetCreated sets the Created field's value.
func (*WorkspaceSummary) SetDescription ¶
func (s *WorkspaceSummary) SetDescription(v string) *WorkspaceSummary
SetDescription sets the Description field's value.
func (*WorkspaceSummary) SetEndpoint ¶
func (s *WorkspaceSummary) SetEndpoint(v string) *WorkspaceSummary
SetEndpoint sets the Endpoint field's value.
func (*WorkspaceSummary) SetGrafanaToken ¶ added in v1.50.34
func (s *WorkspaceSummary) SetGrafanaToken(v string) *WorkspaceSummary
SetGrafanaToken sets the GrafanaToken field's value.
func (*WorkspaceSummary) SetGrafanaVersion ¶
func (s *WorkspaceSummary) SetGrafanaVersion(v string) *WorkspaceSummary
SetGrafanaVersion sets the GrafanaVersion field's value.
func (*WorkspaceSummary) SetId ¶
func (s *WorkspaceSummary) SetId(v string) *WorkspaceSummary
SetId sets the Id field's value.
func (*WorkspaceSummary) SetLicenseType ¶ added in v1.50.34
func (s *WorkspaceSummary) SetLicenseType(v string) *WorkspaceSummary
SetLicenseType sets the LicenseType field's value.
func (*WorkspaceSummary) SetModified ¶
func (s *WorkspaceSummary) SetModified(v time.Time) *WorkspaceSummary
SetModified sets the Modified field's value.
func (*WorkspaceSummary) SetName ¶
func (s *WorkspaceSummary) SetName(v string) *WorkspaceSummary
SetName sets the Name field's value.
func (*WorkspaceSummary) SetNotificationDestinations ¶
func (s *WorkspaceSummary) SetNotificationDestinations(v []*string) *WorkspaceSummary
SetNotificationDestinations sets the NotificationDestinations field's value.
func (*WorkspaceSummary) SetStatus ¶
func (s *WorkspaceSummary) SetStatus(v string) *WorkspaceSummary
SetStatus sets the Status field's value.
func (*WorkspaceSummary) SetTags ¶ added in v1.43.30
func (s *WorkspaceSummary) SetTags(v map[string]*string) *WorkspaceSummary
SetTags sets the Tags field's value.
func (WorkspaceSummary) String ¶
func (s WorkspaceSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package managedgrafanaiface provides an interface to enable mocking the Amazon Managed Grafana service client for testing your code.
|
Package managedgrafanaiface provides an interface to enable mocking the Amazon Managed Grafana service client for testing your code. |