Documentation ¶
Overview ¶
Package worklink provides the API client, operations, and parameter types for Amazon WorkLink.
Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink authenticates the user's access and securely renders authorized internal web content in a secure rendering service in the AWS cloud. Amazon WorkLink doesn't download or store any internal web content on mobile devices.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)deprecated
- func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
- func WithSigV4SigningName(name string) func(*Options)
- func WithSigV4SigningRegion(region string) func(*Options)
- type AssociateDomainInput
- type AssociateDomainOutput
- type AssociateWebsiteAuthorizationProviderInput
- type AssociateWebsiteAuthorizationProviderOutput
- type AssociateWebsiteCertificateAuthorityInput
- type AssociateWebsiteCertificateAuthorityOutput
- type AuthResolverParameters
- type AuthSchemeResolver
- type Client
- func (c *Client) AssociateDomain(ctx context.Context, params *AssociateDomainInput, optFns ...func(*Options)) (*AssociateDomainOutput, error)deprecated
- func (c *Client) AssociateWebsiteAuthorizationProvider(ctx context.Context, params *AssociateWebsiteAuthorizationProviderInput, ...) (*AssociateWebsiteAuthorizationProviderOutput, error)deprecated
- func (c *Client) AssociateWebsiteCertificateAuthority(ctx context.Context, params *AssociateWebsiteCertificateAuthorityInput, ...) (*AssociateWebsiteCertificateAuthorityOutput, error)deprecated
- func (c *Client) CreateFleet(ctx context.Context, params *CreateFleetInput, optFns ...func(*Options)) (*CreateFleetOutput, error)deprecated
- func (c *Client) DeleteFleet(ctx context.Context, params *DeleteFleetInput, optFns ...func(*Options)) (*DeleteFleetOutput, error)deprecated
- func (c *Client) DescribeAuditStreamConfiguration(ctx context.Context, params *DescribeAuditStreamConfigurationInput, ...) (*DescribeAuditStreamConfigurationOutput, error)deprecated
- func (c *Client) DescribeCompanyNetworkConfiguration(ctx context.Context, params *DescribeCompanyNetworkConfigurationInput, ...) (*DescribeCompanyNetworkConfigurationOutput, error)deprecated
- func (c *Client) DescribeDevice(ctx context.Context, params *DescribeDeviceInput, optFns ...func(*Options)) (*DescribeDeviceOutput, error)deprecated
- func (c *Client) DescribeDevicePolicyConfiguration(ctx context.Context, params *DescribeDevicePolicyConfigurationInput, ...) (*DescribeDevicePolicyConfigurationOutput, error)deprecated
- func (c *Client) DescribeDomain(ctx context.Context, params *DescribeDomainInput, optFns ...func(*Options)) (*DescribeDomainOutput, error)deprecated
- func (c *Client) DescribeFleetMetadata(ctx context.Context, params *DescribeFleetMetadataInput, ...) (*DescribeFleetMetadataOutput, error)deprecated
- func (c *Client) DescribeIdentityProviderConfiguration(ctx context.Context, params *DescribeIdentityProviderConfigurationInput, ...) (*DescribeIdentityProviderConfigurationOutput, error)deprecated
- func (c *Client) DescribeWebsiteCertificateAuthority(ctx context.Context, params *DescribeWebsiteCertificateAuthorityInput, ...) (*DescribeWebsiteCertificateAuthorityOutput, error)deprecated
- func (c *Client) DisassociateDomain(ctx context.Context, params *DisassociateDomainInput, optFns ...func(*Options)) (*DisassociateDomainOutput, error)deprecated
- func (c *Client) DisassociateWebsiteAuthorizationProvider(ctx context.Context, params *DisassociateWebsiteAuthorizationProviderInput, ...) (*DisassociateWebsiteAuthorizationProviderOutput, error)deprecated
- func (c *Client) DisassociateWebsiteCertificateAuthority(ctx context.Context, params *DisassociateWebsiteCertificateAuthorityInput, ...) (*DisassociateWebsiteCertificateAuthorityOutput, error)deprecated
- func (c *Client) ListDevices(ctx context.Context, params *ListDevicesInput, optFns ...func(*Options)) (*ListDevicesOutput, error)deprecated
- func (c *Client) ListDomains(ctx context.Context, params *ListDomainsInput, optFns ...func(*Options)) (*ListDomainsOutput, error)deprecated
- func (c *Client) ListFleets(ctx context.Context, params *ListFleetsInput, optFns ...func(*Options)) (*ListFleetsOutput, error)deprecated
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)deprecated
- func (c *Client) ListWebsiteAuthorizationProviders(ctx context.Context, params *ListWebsiteAuthorizationProvidersInput, ...) (*ListWebsiteAuthorizationProvidersOutput, error)deprecated
- func (c *Client) ListWebsiteCertificateAuthorities(ctx context.Context, params *ListWebsiteCertificateAuthoritiesInput, ...) (*ListWebsiteCertificateAuthoritiesOutput, error)deprecated
- func (c *Client) Options() Options
- func (c *Client) RestoreDomainAccess(ctx context.Context, params *RestoreDomainAccessInput, ...) (*RestoreDomainAccessOutput, error)deprecated
- func (c *Client) RevokeDomainAccess(ctx context.Context, params *RevokeDomainAccessInput, optFns ...func(*Options)) (*RevokeDomainAccessOutput, error)deprecated
- func (c *Client) SignOutUser(ctx context.Context, params *SignOutUserInput, optFns ...func(*Options)) (*SignOutUserOutput, error)deprecated
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)deprecated
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)deprecated
- func (c *Client) UpdateAuditStreamConfiguration(ctx context.Context, params *UpdateAuditStreamConfigurationInput, ...) (*UpdateAuditStreamConfigurationOutput, error)deprecated
- func (c *Client) UpdateCompanyNetworkConfiguration(ctx context.Context, params *UpdateCompanyNetworkConfigurationInput, ...) (*UpdateCompanyNetworkConfigurationOutput, error)deprecated
- func (c *Client) UpdateDevicePolicyConfiguration(ctx context.Context, params *UpdateDevicePolicyConfigurationInput, ...) (*UpdateDevicePolicyConfigurationOutput, error)deprecated
- func (c *Client) UpdateDomainMetadata(ctx context.Context, params *UpdateDomainMetadataInput, ...) (*UpdateDomainMetadataOutput, error)deprecated
- func (c *Client) UpdateFleetMetadata(ctx context.Context, params *UpdateFleetMetadataInput, ...) (*UpdateFleetMetadataOutput, error)deprecated
- func (c *Client) UpdateIdentityProviderConfiguration(ctx context.Context, params *UpdateIdentityProviderConfigurationInput, ...) (*UpdateIdentityProviderConfigurationOutput, error)deprecated
- type CreateFleetInput
- type CreateFleetOutput
- type DeleteFleetInput
- type DeleteFleetOutput
- type DescribeAuditStreamConfigurationInput
- type DescribeAuditStreamConfigurationOutput
- type DescribeCompanyNetworkConfigurationInput
- type DescribeCompanyNetworkConfigurationOutput
- type DescribeDeviceInput
- type DescribeDeviceOutput
- type DescribeDevicePolicyConfigurationInput
- type DescribeDevicePolicyConfigurationOutput
- type DescribeDomainInput
- type DescribeDomainOutput
- type DescribeFleetMetadataInput
- type DescribeFleetMetadataOutput
- type DescribeIdentityProviderConfigurationInput
- type DescribeIdentityProviderConfigurationOutput
- type DescribeWebsiteCertificateAuthorityInput
- type DescribeWebsiteCertificateAuthorityOutput
- type DisassociateDomainInput
- type DisassociateDomainOutput
- type DisassociateWebsiteAuthorizationProviderInput
- type DisassociateWebsiteAuthorizationProviderOutput
- type DisassociateWebsiteCertificateAuthorityInput
- type DisassociateWebsiteCertificateAuthorityOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type HTTPClient
- type HTTPSignerV4
- type ListDevicesAPIClient
- type ListDevicesInput
- type ListDevicesOutput
- type ListDevicesPaginator
- type ListDevicesPaginatorOptions
- type ListDomainsAPIClient
- type ListDomainsInput
- type ListDomainsOutput
- type ListDomainsPaginator
- type ListDomainsPaginatorOptions
- type ListFleetsAPIClient
- type ListFleetsInput
- type ListFleetsOutput
- type ListFleetsPaginator
- type ListFleetsPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListWebsiteAuthorizationProvidersAPIClient
- type ListWebsiteAuthorizationProvidersInput
- type ListWebsiteAuthorizationProvidersOutput
- type ListWebsiteAuthorizationProvidersPaginator
- type ListWebsiteAuthorizationProvidersPaginatorOptions
- type ListWebsiteCertificateAuthoritiesAPIClient
- type ListWebsiteCertificateAuthoritiesInput
- type ListWebsiteCertificateAuthoritiesOutput
- type ListWebsiteCertificateAuthoritiesPaginator
- type ListWebsiteCertificateAuthoritiesPaginatorOptions
- type Options
- type ResolveEndpoint
- type RestoreDomainAccessInput
- type RestoreDomainAccessOutput
- type RevokeDomainAccessInput
- type RevokeDomainAccessOutput
- type SignOutUserInput
- type SignOutUserOutput
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateAuditStreamConfigurationInput
- type UpdateAuditStreamConfigurationOutput
- type UpdateCompanyNetworkConfigurationInput
- type UpdateCompanyNetworkConfigurationOutput
- type UpdateDevicePolicyConfigurationInput
- type UpdateDevicePolicyConfigurationOutput
- type UpdateDomainMetadataInput
- type UpdateDomainMetadataOutput
- type UpdateFleetMetadataInput
- type UpdateFleetMetadataOutput
- type UpdateIdentityProviderConfigurationInput
- type UpdateIdentityProviderConfigurationOutput
Constants ¶
const ServiceAPIVersion = "2018-09-25"
const ServiceID = "WorkLink"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver
deprecated
func WithEndpointResolver(v EndpointResolver) func(*Options)
Deprecated: EndpointResolver and WithEndpointResolver. Providing a value for this field will likely prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2 and BaseEndpoint.
To migrate an EndpointResolver implementation that uses a custom endpoint, set the client option BaseEndpoint instead.
func WithEndpointResolverV2 ¶
func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
func WithSigV4SigningName ¶
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing name from both auth scheme resolution and endpoint resolution.
func WithSigV4SigningRegion ¶
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing region from both auth scheme resolution and endpoint resolution.
Types ¶
type AssociateDomainInput ¶
type AssociateDomainInput struct { // The ARN of an issued ACM certificate that is valid for the domain being // associated. // // This member is required. AcmCertificateArn *string // The fully qualified domain name (FQDN). // // This member is required. DomainName *string // The Amazon Resource Name (ARN) of the fleet. // // This member is required. FleetArn *string // The name to display. DisplayName *string // contains filtered or unexported fields }
type AssociateDomainOutput ¶
type AssociateDomainOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateWebsiteAuthorizationProviderInput ¶
type AssociateWebsiteAuthorizationProviderInput struct { // The authorization provider type. // // This member is required. AuthorizationProviderType types.AuthorizationProviderType // The ARN of the fleet. // // This member is required. FleetArn *string // The domain name of the authorization provider. This applies only to SAML-based // authorization providers. DomainName *string // contains filtered or unexported fields }
type AssociateWebsiteAuthorizationProviderOutput ¶
type AssociateWebsiteAuthorizationProviderOutput struct { // A unique identifier for the authorization provider. AuthorizationProviderId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateWebsiteCertificateAuthorityInput ¶
type AssociateWebsiteCertificateAuthorityInput struct { // The root certificate of the CA. // // This member is required. Certificate *string // The ARN of the fleet. // // This member is required. FleetArn *string // The certificate name to display. DisplayName *string // contains filtered or unexported fields }
type AssociateWebsiteCertificateAuthorityOutput ¶
type AssociateWebsiteCertificateAuthorityOutput struct { // A unique identifier for the CA. WebsiteCaId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AuthResolverParameters ¶
type AuthResolverParameters struct { // The name of the operation being invoked. Operation string // The region in which the operation is being invoked. Region string }
AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
type AuthSchemeResolver ¶
type AuthSchemeResolver interface {
ResolveAuthSchemes(context.Context, *AuthResolverParameters) ([]*smithyauth.Option, error)
}
AuthSchemeResolver returns a set of possible authentication options for an operation.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for Amazon WorkLink.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AssociateDomain
deprecated
func (c *Client) AssociateDomain(ctx context.Context, params *AssociateDomainInput, optFns ...func(*Options)) (*AssociateDomainOutput, error)
Specifies a domain to be associated to Amazon WorkLink.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) AssociateWebsiteAuthorizationProvider
deprecated
func (c *Client) AssociateWebsiteAuthorizationProvider(ctx context.Context, params *AssociateWebsiteAuthorizationProviderInput, optFns ...func(*Options)) (*AssociateWebsiteAuthorizationProviderOutput, error)
Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) AssociateWebsiteCertificateAuthority
deprecated
func (c *Client) AssociateWebsiteCertificateAuthority(ctx context.Context, params *AssociateWebsiteCertificateAuthorityInput, optFns ...func(*Options)) (*AssociateWebsiteCertificateAuthorityOutput, error)
Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) CreateFleet
deprecated
func (c *Client) CreateFleet(ctx context.Context, params *CreateFleetInput, optFns ...func(*Options)) (*CreateFleetOutput, error)
Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DeleteFleet
deprecated
func (c *Client) DeleteFleet(ctx context.Context, params *DeleteFleetInput, optFns ...func(*Options)) (*DeleteFleetOutput, error)
Deletes a fleet. Prevents users from accessing previously associated websites.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeAuditStreamConfiguration
deprecated
func (c *Client) DescribeAuditStreamConfiguration(ctx context.Context, params *DescribeAuditStreamConfigurationInput, optFns ...func(*Options)) (*DescribeAuditStreamConfigurationOutput, error)
Describes the configuration for delivering audit streams to the customer account.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeCompanyNetworkConfiguration
deprecated
func (c *Client) DescribeCompanyNetworkConfiguration(ctx context.Context, params *DescribeCompanyNetworkConfigurationInput, optFns ...func(*Options)) (*DescribeCompanyNetworkConfigurationOutput, error)
Describes the networking configuration to access the internal websites associated with the specified fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeDevice
deprecated
func (c *Client) DescribeDevice(ctx context.Context, params *DescribeDeviceInput, optFns ...func(*Options)) (*DescribeDeviceOutput, error)
Provides information about a user's device.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeDevicePolicyConfiguration
deprecated
func (c *Client) DescribeDevicePolicyConfiguration(ctx context.Context, params *DescribeDevicePolicyConfigurationInput, optFns ...func(*Options)) (*DescribeDevicePolicyConfigurationOutput, error)
Describes the device policy configuration for the specified fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeDomain
deprecated
func (c *Client) DescribeDomain(ctx context.Context, params *DescribeDomainInput, optFns ...func(*Options)) (*DescribeDomainOutput, error)
Provides information about the domain.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeFleetMetadata
deprecated
func (c *Client) DescribeFleetMetadata(ctx context.Context, params *DescribeFleetMetadataInput, optFns ...func(*Options)) (*DescribeFleetMetadataOutput, error)
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeIdentityProviderConfiguration
deprecated
func (c *Client) DescribeIdentityProviderConfiguration(ctx context.Context, params *DescribeIdentityProviderConfigurationInput, optFns ...func(*Options)) (*DescribeIdentityProviderConfigurationOutput, error)
Describes the identity provider configuration of the specified fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DescribeWebsiteCertificateAuthority
deprecated
func (c *Client) DescribeWebsiteCertificateAuthority(ctx context.Context, params *DescribeWebsiteCertificateAuthorityInput, optFns ...func(*Options)) (*DescribeWebsiteCertificateAuthorityOutput, error)
Provides information about the certificate authority.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DisassociateDomain
deprecated
func (c *Client) DisassociateDomain(ctx context.Context, params *DisassociateDomainInput, optFns ...func(*Options)) (*DisassociateDomainOutput, error)
Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DisassociateWebsiteAuthorizationProvider
deprecated
func (c *Client) DisassociateWebsiteAuthorizationProvider(ctx context.Context, params *DisassociateWebsiteAuthorizationProviderInput, optFns ...func(*Options)) (*DisassociateWebsiteAuthorizationProviderOutput, error)
Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) DisassociateWebsiteCertificateAuthority
deprecated
func (c *Client) DisassociateWebsiteCertificateAuthority(ctx context.Context, params *DisassociateWebsiteCertificateAuthorityInput, optFns ...func(*Options)) (*DisassociateWebsiteCertificateAuthorityOutput, error)
Removes a certificate authority (CA).
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) ListDevices
deprecated
func (c *Client) ListDevices(ctx context.Context, params *ListDevicesInput, optFns ...func(*Options)) (*ListDevicesOutput, error)
Retrieves a list of devices registered with the specified fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) ListDomains
deprecated
func (c *Client) ListDomains(ctx context.Context, params *ListDomainsInput, optFns ...func(*Options)) (*ListDomainsOutput, error)
Retrieves a list of domains associated to a specified fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) ListFleets
deprecated
func (c *Client) ListFleets(ctx context.Context, params *ListFleetsInput, optFns ...func(*Options)) (*ListFleetsOutput, error)
Retrieves a list of fleets for the current account and Region.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) ListTagsForResource
deprecated
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Retrieves a list of tags for the specified resource.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) ListWebsiteAuthorizationProviders
deprecated
func (c *Client) ListWebsiteAuthorizationProviders(ctx context.Context, params *ListWebsiteAuthorizationProvidersInput, optFns ...func(*Options)) (*ListWebsiteAuthorizationProvidersOutput, error)
Retrieves a list of website authorization providers associated with a specified fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) ListWebsiteCertificateAuthorities
deprecated
func (c *Client) ListWebsiteCertificateAuthorities(ctx context.Context, params *ListWebsiteCertificateAuthoritiesInput, optFns ...func(*Options)) (*ListWebsiteCertificateAuthoritiesOutput, error)
Retrieves a list of certificate authorities added for the current account and Region.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) Options ¶
Options returns a copy of the client configuration.
Callers SHOULD NOT perform mutations on any inner structures within client config. Config overrides should instead be made on a per-operation basis through functional options.
func (*Client) RestoreDomainAccess
deprecated
func (c *Client) RestoreDomainAccess(ctx context.Context, params *RestoreDomainAccessInput, optFns ...func(*Options)) (*RestoreDomainAccessOutput, error)
Moves a domain to ACTIVE status if it was in the INACTIVE status.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) RevokeDomainAccess
deprecated
func (c *Client) RevokeDomainAccess(ctx context.Context, params *RevokeDomainAccessInput, optFns ...func(*Options)) (*RevokeDomainAccessOutput, error)
Moves a domain to INACTIVE status if it was in the ACTIVE status.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) SignOutUser
deprecated
func (c *Client) SignOutUser(ctx context.Context, params *SignOutUserInput, optFns ...func(*Options)) (*SignOutUserOutput, error)
Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) TagResource
deprecated
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) UntagResource
deprecated
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Removes one or more tags from the specified resource.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) UpdateAuditStreamConfiguration
deprecated
func (c *Client) UpdateAuditStreamConfiguration(ctx context.Context, params *UpdateAuditStreamConfigurationInput, optFns ...func(*Options)) (*UpdateAuditStreamConfigurationOutput, error)
Updates the audit stream configuration for the fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) UpdateCompanyNetworkConfiguration
deprecated
func (c *Client) UpdateCompanyNetworkConfiguration(ctx context.Context, params *UpdateCompanyNetworkConfigurationInput, optFns ...func(*Options)) (*UpdateCompanyNetworkConfigurationOutput, error)
Updates the company network configuration for the fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) UpdateDevicePolicyConfiguration
deprecated
func (c *Client) UpdateDevicePolicyConfiguration(ctx context.Context, params *UpdateDevicePolicyConfigurationInput, optFns ...func(*Options)) (*UpdateDevicePolicyConfigurationOutput, error)
Updates the device policy configuration for the fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) UpdateDomainMetadata
deprecated
func (c *Client) UpdateDomainMetadata(ctx context.Context, params *UpdateDomainMetadataInput, optFns ...func(*Options)) (*UpdateDomainMetadataOutput, error)
Updates domain metadata, such as DisplayName.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) UpdateFleetMetadata
deprecated
func (c *Client) UpdateFleetMetadata(ctx context.Context, params *UpdateFleetMetadataInput, optFns ...func(*Options)) (*UpdateFleetMetadataOutput, error)
Updates fleet metadata, such as DisplayName.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
func (*Client) UpdateIdentityProviderConfiguration
deprecated
func (c *Client) UpdateIdentityProviderConfiguration(ctx context.Context, params *UpdateIdentityProviderConfigurationInput, optFns ...func(*Options)) (*UpdateIdentityProviderConfigurationOutput, error)
Updates the identity provider configuration for the fleet.
Deprecated: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
type CreateFleetInput ¶
type CreateFleetInput struct { // A unique name for the fleet. // // This member is required. FleetName *string // The fleet name to display. DisplayName *string // The option to optimize for better performance by routing traffic through the // closest AWS Region to users, which may be outside of your home Region. OptimizeForEndUserLocation *bool // The tags to add to the resource. A tag is a key-value pair. Tags map[string]string // contains filtered or unexported fields }
type CreateFleetOutput ¶
type CreateFleetOutput struct { // The Amazon Resource Name (ARN) of the fleet. FleetArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteFleetInput ¶
type DeleteFleetInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // contains filtered or unexported fields }
type DeleteFleetOutput ¶
type DeleteFleetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeAuditStreamConfigurationInput ¶
type DescribeAuditStreamConfigurationInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // contains filtered or unexported fields }
type DescribeAuditStreamConfigurationOutput ¶
type DescribeAuditStreamConfigurationOutput struct { // The ARN of the Amazon Kinesis data stream that will receive the audit events. AuditStreamArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeCompanyNetworkConfigurationInput ¶
type DescribeCompanyNetworkConfigurationInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // contains filtered or unexported fields }
type DescribeCompanyNetworkConfigurationOutput ¶
type DescribeCompanyNetworkConfigurationOutput struct { // The security groups associated with access to the provided subnets. SecurityGroupIds []string // The subnets used for X-ENI connections from Amazon WorkLink rendering // containers. SubnetIds []string // The VPC with connectivity to associated websites. VpcId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeDeviceInput ¶
type DescribeDeviceOutput ¶
type DescribeDeviceOutput struct { // The date that the device first signed in to Amazon WorkLink. FirstAccessedTime *time.Time // The date that the device last accessed Amazon WorkLink. LastAccessedTime *time.Time // The manufacturer of the device. Manufacturer *string // The model of the device. Model *string // The operating system of the device. OperatingSystem *string // The operating system version of the device. OperatingSystemVersion *string // The operating system patch level of the device. PatchLevel *string // The current state of the device. Status types.DeviceStatus // The user name associated with the device. Username *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeDevicePolicyConfigurationInput ¶
type DescribeDevicePolicyConfigurationInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // contains filtered or unexported fields }
type DescribeDevicePolicyConfigurationOutput ¶
type DescribeDevicePolicyConfigurationOutput struct { // The certificate chain, including intermediate certificates and the root // certificate authority certificate used to issue device certificates. DeviceCaCertificate *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeDomainInput ¶
type DescribeDomainOutput ¶
type DescribeDomainOutput struct { // The ARN of an issued ACM certificate that is valid for the domain being // associated. AcmCertificateArn *string // The time that the domain was added. CreatedTime *time.Time // The name to display. DisplayName *string // The name of the domain. DomainName *string // The current state for the domain. DomainStatus types.DomainStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeFleetMetadataInput ¶
type DescribeFleetMetadataInput struct { // The Amazon Resource Name (ARN) of the fleet. // // This member is required. FleetArn *string // contains filtered or unexported fields }
type DescribeFleetMetadataOutput ¶
type DescribeFleetMetadataOutput struct { // The identifier used by users to sign in to the Amazon WorkLink app. CompanyCode *string // The time that the fleet was created. CreatedTime *time.Time // The name to display. DisplayName *string // The name of the fleet. FleetName *string // The current state of the fleet. FleetStatus types.FleetStatus // The time that the fleet was last updated. LastUpdatedTime *time.Time // The option to optimize for better performance by routing traffic through the // closest AWS Region to users, which may be outside of your home Region. OptimizeForEndUserLocation *bool // The tags attached to the resource. A tag is a key-value pair. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeIdentityProviderConfigurationInput ¶
type DescribeIdentityProviderConfigurationInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // contains filtered or unexported fields }
type DescribeIdentityProviderConfigurationOutput ¶
type DescribeIdentityProviderConfigurationOutput struct { // The SAML metadata document provided by the user’s identity provider. IdentityProviderSamlMetadata *string // The type of identity provider. IdentityProviderType types.IdentityProviderType // The SAML metadata document uploaded to the user’s identity provider. ServiceProviderSamlMetadata *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeWebsiteCertificateAuthorityInput ¶
type DescribeWebsiteCertificateAuthorityOutput ¶
type DescribeWebsiteCertificateAuthorityOutput struct { // The root certificate of the certificate authority. Certificate *string // The time that the certificate authority was added. CreatedTime *time.Time // The certificate name to display. DisplayName *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateDomainInput ¶
type DisassociateDomainOutput ¶
type DisassociateDomainOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateWebsiteAuthorizationProviderInput ¶
type DisassociateWebsiteAuthorizationProviderOutput ¶
type DisassociateWebsiteAuthorizationProviderOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateWebsiteCertificateAuthorityInput ¶
type DisassociateWebsiteCertificateAuthorityOutput ¶
type DisassociateWebsiteCertificateAuthorityOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶
type EndpointParameters struct { // The AWS region used to dispatch the request. // // Parameter is // required. // // AWS::Region Region *string // When true, use the dual-stack endpoint. If the configured endpoint does not // support dual-stack, dispatching the request MAY return an error. // // Defaults to // false if no value is provided. // // AWS::UseDualStack UseDualStack *bool // When true, send this request to the FIPS-compliant regional endpoint. If the // configured endpoint does not have a FIPS compliant endpoint, dispatching the // request will return an error. // // Defaults to false if no value is // provided. // // AWS::UseFIPS UseFIPS *bool // Override the endpoint used to send this request // // Parameter is // required. // // SDK::Endpoint Endpoint *string }
EndpointParameters provides the parameters that influence how endpoints are resolved.
func (EndpointParameters) ValidateRequired ¶
func (p EndpointParameters) ValidateRequired() error
ValidateRequired validates required parameters are set.
func (EndpointParameters) WithDefaults ¶
func (p EndpointParameters) WithDefaults() EndpointParameters
WithDefaults returns a shallow copy of EndpointParameterswith default values applied to members where applicable.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type EndpointResolverV2 ¶
type EndpointResolverV2 interface { // ResolveEndpoint attempts to resolve the endpoint with the provided options, // returning the endpoint if found. Otherwise an error is returned. ResolveEndpoint(ctx context.Context, params EndpointParameters) ( smithyendpoints.Endpoint, error, ) }
EndpointResolverV2 provides the interface for resolving service endpoints.
func NewDefaultEndpointResolverV2 ¶
func NewDefaultEndpointResolverV2() EndpointResolverV2
type HTTPSignerV4 ¶
type ListDevicesAPIClient ¶
type ListDevicesAPIClient interface {
ListDevices(context.Context, *ListDevicesInput, ...func(*Options)) (*ListDevicesOutput, error)
}
ListDevicesAPIClient is a client that implements the ListDevices operation.
type ListDevicesInput ¶
type ListDevicesInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The maximum number of results to be included in the next page. MaxResults *int32 // The pagination token used to retrieve the next page of results for this // operation. If this value is null, it retrieves the first page. NextToken *string // contains filtered or unexported fields }
type ListDevicesOutput ¶
type ListDevicesOutput struct { // Information about the devices. Devices []types.DeviceSummary // The pagination token used to retrieve the next page of results for this // operation. If there are no more pages, this value is null. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListDevicesPaginator ¶
type ListDevicesPaginator struct {
// contains filtered or unexported fields
}
ListDevicesPaginator is a paginator for ListDevices
func NewListDevicesPaginator ¶
func NewListDevicesPaginator(client ListDevicesAPIClient, params *ListDevicesInput, optFns ...func(*ListDevicesPaginatorOptions)) *ListDevicesPaginator
NewListDevicesPaginator returns a new ListDevicesPaginator
func (*ListDevicesPaginator) HasMorePages ¶
func (p *ListDevicesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDevicesPaginator) NextPage ¶
func (p *ListDevicesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDevicesOutput, error)
NextPage retrieves the next ListDevices page.
type ListDevicesPaginatorOptions ¶
type ListDevicesPaginatorOptions struct { // The maximum number of results to be included in the next page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDevicesPaginatorOptions is the paginator options for ListDevices
type ListDomainsAPIClient ¶
type ListDomainsAPIClient interface {
ListDomains(context.Context, *ListDomainsInput, ...func(*Options)) (*ListDomainsOutput, error)
}
ListDomainsAPIClient is a client that implements the ListDomains operation.
type ListDomainsInput ¶
type ListDomainsInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The maximum number of results to be included in the next page. MaxResults *int32 // The pagination token used to retrieve the next page of results for this // operation. If this value is null, it retrieves the first page. NextToken *string // contains filtered or unexported fields }
type ListDomainsOutput ¶
type ListDomainsOutput struct { // Information about the domains. Domains []types.DomainSummary // The pagination token used to retrieve the next page of results for this // operation. If there are no more pages, this value is null. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListDomainsPaginator ¶
type ListDomainsPaginator struct {
// contains filtered or unexported fields
}
ListDomainsPaginator is a paginator for ListDomains
func NewListDomainsPaginator ¶
func NewListDomainsPaginator(client ListDomainsAPIClient, params *ListDomainsInput, optFns ...func(*ListDomainsPaginatorOptions)) *ListDomainsPaginator
NewListDomainsPaginator returns a new ListDomainsPaginator
func (*ListDomainsPaginator) HasMorePages ¶
func (p *ListDomainsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDomainsPaginator) NextPage ¶
func (p *ListDomainsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDomainsOutput, error)
NextPage retrieves the next ListDomains page.
type ListDomainsPaginatorOptions ¶
type ListDomainsPaginatorOptions struct { // The maximum number of results to be included in the next page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDomainsPaginatorOptions is the paginator options for ListDomains
type ListFleetsAPIClient ¶
type ListFleetsAPIClient interface {
ListFleets(context.Context, *ListFleetsInput, ...func(*Options)) (*ListFleetsOutput, error)
}
ListFleetsAPIClient is a client that implements the ListFleets operation.
type ListFleetsInput ¶
type ListFleetsInput struct { // The maximum number of results to be included in the next page. MaxResults *int32 // The pagination token used to retrieve the next page of results for this // operation. If this value is null, it retrieves the first page. NextToken *string // contains filtered or unexported fields }
type ListFleetsOutput ¶
type ListFleetsOutput struct { // The summary list of the fleets. FleetSummaryList []types.FleetSummary // The pagination token used to retrieve the next page of results for this // operation. If there are no more pages, this value is null. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListFleetsPaginator ¶
type ListFleetsPaginator struct {
// contains filtered or unexported fields
}
ListFleetsPaginator is a paginator for ListFleets
func NewListFleetsPaginator ¶
func NewListFleetsPaginator(client ListFleetsAPIClient, params *ListFleetsInput, optFns ...func(*ListFleetsPaginatorOptions)) *ListFleetsPaginator
NewListFleetsPaginator returns a new ListFleetsPaginator
func (*ListFleetsPaginator) HasMorePages ¶
func (p *ListFleetsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListFleetsPaginator) NextPage ¶
func (p *ListFleetsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListFleetsOutput, error)
NextPage retrieves the next ListFleets page.
type ListFleetsPaginatorOptions ¶
type ListFleetsPaginatorOptions struct { // The maximum number of results to be included in the next page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListFleetsPaginatorOptions is the paginator options for ListFleets
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the fleet. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The tags attached to the resource. A tag is a key-value pair. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWebsiteAuthorizationProvidersAPIClient ¶
type ListWebsiteAuthorizationProvidersAPIClient interface {
ListWebsiteAuthorizationProviders(context.Context, *ListWebsiteAuthorizationProvidersInput, ...func(*Options)) (*ListWebsiteAuthorizationProvidersOutput, error)
}
ListWebsiteAuthorizationProvidersAPIClient is a client that implements the ListWebsiteAuthorizationProviders operation.
type ListWebsiteAuthorizationProvidersInput ¶
type ListWebsiteAuthorizationProvidersInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The maximum number of results to be included in the next page. MaxResults *int32 // The pagination token to use to retrieve the next page of results for this // operation. If this value is null, it retrieves the first page. NextToken *string // contains filtered or unexported fields }
type ListWebsiteAuthorizationProvidersOutput ¶
type ListWebsiteAuthorizationProvidersOutput struct { // The pagination token to use to retrieve the next page of results for this // operation. If this value is null, it retrieves the first page. NextToken *string // The website authorization providers. WebsiteAuthorizationProviders []types.WebsiteAuthorizationProviderSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWebsiteAuthorizationProvidersPaginator ¶
type ListWebsiteAuthorizationProvidersPaginator struct {
// contains filtered or unexported fields
}
ListWebsiteAuthorizationProvidersPaginator is a paginator for ListWebsiteAuthorizationProviders
func NewListWebsiteAuthorizationProvidersPaginator ¶
func NewListWebsiteAuthorizationProvidersPaginator(client ListWebsiteAuthorizationProvidersAPIClient, params *ListWebsiteAuthorizationProvidersInput, optFns ...func(*ListWebsiteAuthorizationProvidersPaginatorOptions)) *ListWebsiteAuthorizationProvidersPaginator
NewListWebsiteAuthorizationProvidersPaginator returns a new ListWebsiteAuthorizationProvidersPaginator
func (*ListWebsiteAuthorizationProvidersPaginator) HasMorePages ¶
func (p *ListWebsiteAuthorizationProvidersPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListWebsiteAuthorizationProvidersPaginator) NextPage ¶
func (p *ListWebsiteAuthorizationProvidersPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListWebsiteAuthorizationProvidersOutput, error)
NextPage retrieves the next ListWebsiteAuthorizationProviders page.
type ListWebsiteAuthorizationProvidersPaginatorOptions ¶
type ListWebsiteAuthorizationProvidersPaginatorOptions struct { // The maximum number of results to be included in the next page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListWebsiteAuthorizationProvidersPaginatorOptions is the paginator options for ListWebsiteAuthorizationProviders
type ListWebsiteCertificateAuthoritiesAPIClient ¶
type ListWebsiteCertificateAuthoritiesAPIClient interface {
ListWebsiteCertificateAuthorities(context.Context, *ListWebsiteCertificateAuthoritiesInput, ...func(*Options)) (*ListWebsiteCertificateAuthoritiesOutput, error)
}
ListWebsiteCertificateAuthoritiesAPIClient is a client that implements the ListWebsiteCertificateAuthorities operation.
type ListWebsiteCertificateAuthoritiesInput ¶
type ListWebsiteCertificateAuthoritiesInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The maximum number of results to be included in the next page. MaxResults *int32 // The pagination token used to retrieve the next page of results for this // operation. If this value is null, it retrieves the first page. NextToken *string // contains filtered or unexported fields }
type ListWebsiteCertificateAuthoritiesOutput ¶
type ListWebsiteCertificateAuthoritiesOutput struct { // The pagination token used to retrieve the next page of results for this // operation. If there are no more pages, this value is null. NextToken *string // Information about the certificates. WebsiteCertificateAuthorities []types.WebsiteCaSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWebsiteCertificateAuthoritiesPaginator ¶
type ListWebsiteCertificateAuthoritiesPaginator struct {
// contains filtered or unexported fields
}
ListWebsiteCertificateAuthoritiesPaginator is a paginator for ListWebsiteCertificateAuthorities
func NewListWebsiteCertificateAuthoritiesPaginator ¶
func NewListWebsiteCertificateAuthoritiesPaginator(client ListWebsiteCertificateAuthoritiesAPIClient, params *ListWebsiteCertificateAuthoritiesInput, optFns ...func(*ListWebsiteCertificateAuthoritiesPaginatorOptions)) *ListWebsiteCertificateAuthoritiesPaginator
NewListWebsiteCertificateAuthoritiesPaginator returns a new ListWebsiteCertificateAuthoritiesPaginator
func (*ListWebsiteCertificateAuthoritiesPaginator) HasMorePages ¶
func (p *ListWebsiteCertificateAuthoritiesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListWebsiteCertificateAuthoritiesPaginator) NextPage ¶
func (p *ListWebsiteCertificateAuthoritiesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListWebsiteCertificateAuthoritiesOutput, error)
NextPage retrieves the next ListWebsiteCertificateAuthorities page.
type ListWebsiteCertificateAuthoritiesPaginatorOptions ¶
type ListWebsiteCertificateAuthoritiesPaginatorOptions struct { // The maximum number of results to be included in the next page. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListWebsiteCertificateAuthoritiesPaginatorOptions is the paginator options for ListWebsiteCertificateAuthorities
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // The optional application specific identifier appended to the User-Agent header. AppID string // This endpoint will be given as input to an EndpointResolverV2. It is used for // providing a custom base endpoint that is subject to modifications by the // processing EndpointResolverV2. BaseEndpoint *string // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. // // Deprecated: Deprecated: EndpointResolver and WithEndpointResolver. Providing a // value for this field will likely prevent you from using any endpoint-related // service features released after the introduction of EndpointResolverV2 and // BaseEndpoint. // // To migrate an EndpointResolver implementation that uses a custom endpoint, set // the client option BaseEndpoint instead. EndpointResolver EndpointResolver // Resolves the endpoint used for a particular service operation. This should be // used over the deprecated EndpointResolver. EndpointResolverV2 EndpointResolverV2 // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. // // If specified in an operation call's functional options with a value that is // different than the constructed client's Options, the Client's Retryer will be // wrapped to use the operation's specific RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. // // When creating a new API Clients this member will only be used if the Retryer // Options member is nil. This value will be ignored if Retryer is not nil. // // Currently does not support per operation call overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // The auth scheme resolver which determines how to authenticate for each // operation. AuthSchemeResolver AuthSchemeResolver // The list of auth schemes supported by the client. AuthSchemes []smithyhttp.AuthScheme // contains filtered or unexported fields }
func (Options) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
func (Options) GetIdentityResolver ¶
func (o Options) GetIdentityResolver(schemeID string) smithyauth.IdentityResolver
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type RestoreDomainAccessInput ¶
type RestoreDomainAccessOutput ¶
type RestoreDomainAccessOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type RevokeDomainAccessInput ¶
type RevokeDomainAccessOutput ¶
type RevokeDomainAccessOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SignOutUserInput ¶
type SignOutUserOutput ¶
type SignOutUserOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TagResourceInput ¶
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateAuditStreamConfigurationInput ¶
type UpdateAuditStreamConfigurationOutput ¶
type UpdateAuditStreamConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateCompanyNetworkConfigurationInput ¶
type UpdateCompanyNetworkConfigurationInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The security groups associated with access to the provided subnets. // // This member is required. SecurityGroupIds []string // The subnets used for X-ENI connections from Amazon WorkLink rendering // containers. // // This member is required. SubnetIds []string // The VPC with connectivity to associated websites. // // This member is required. VpcId *string // contains filtered or unexported fields }
type UpdateCompanyNetworkConfigurationOutput ¶
type UpdateCompanyNetworkConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateDevicePolicyConfigurationInput ¶
type UpdateDevicePolicyConfigurationInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The certificate chain, including intermediate certificates and the root // certificate authority certificate used to issue device certificates. DeviceCaCertificate *string // contains filtered or unexported fields }
type UpdateDevicePolicyConfigurationOutput ¶
type UpdateDevicePolicyConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateDomainMetadataInput ¶
type UpdateDomainMetadataOutput ¶
type UpdateDomainMetadataOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateFleetMetadataInput ¶
type UpdateFleetMetadataInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The fleet name to display. The existing DisplayName is unset if null is passed. DisplayName *string // The option to optimize for better performance by routing traffic through the // closest AWS Region to users, which may be outside of your home Region. OptimizeForEndUserLocation *bool // contains filtered or unexported fields }
type UpdateFleetMetadataOutput ¶
type UpdateFleetMetadataOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateIdentityProviderConfigurationInput ¶
type UpdateIdentityProviderConfigurationInput struct { // The ARN of the fleet. // // This member is required. FleetArn *string // The type of identity provider. // // This member is required. IdentityProviderType types.IdentityProviderType // The SAML metadata document provided by the customer’s identity provider. The // existing IdentityProviderSamlMetadata is unset if null is passed. IdentityProviderSamlMetadata *string // contains filtered or unexported fields }
type UpdateIdentityProviderConfigurationOutput ¶
type UpdateIdentityProviderConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
- api_client.go
- api_op_AssociateDomain.go
- api_op_AssociateWebsiteAuthorizationProvider.go
- api_op_AssociateWebsiteCertificateAuthority.go
- api_op_CreateFleet.go
- api_op_DeleteFleet.go
- api_op_DescribeAuditStreamConfiguration.go
- api_op_DescribeCompanyNetworkConfiguration.go
- api_op_DescribeDevice.go
- api_op_DescribeDevicePolicyConfiguration.go
- api_op_DescribeDomain.go
- api_op_DescribeFleetMetadata.go
- api_op_DescribeIdentityProviderConfiguration.go
- api_op_DescribeWebsiteCertificateAuthority.go
- api_op_DisassociateDomain.go
- api_op_DisassociateWebsiteAuthorizationProvider.go
- api_op_DisassociateWebsiteCertificateAuthority.go
- api_op_ListDevices.go
- api_op_ListDomains.go
- api_op_ListFleets.go
- api_op_ListTagsForResource.go
- api_op_ListWebsiteAuthorizationProviders.go
- api_op_ListWebsiteCertificateAuthorities.go
- api_op_RestoreDomainAccess.go
- api_op_RevokeDomainAccess.go
- api_op_SignOutUser.go
- api_op_TagResource.go
- api_op_UntagResource.go
- api_op_UpdateAuditStreamConfiguration.go
- api_op_UpdateCompanyNetworkConfiguration.go
- api_op_UpdateDevicePolicyConfiguration.go
- api_op_UpdateDomainMetadata.go
- api_op_UpdateFleetMetadata.go
- api_op_UpdateIdentityProviderConfiguration.go
- auth.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- options.go
- serializers.go
- validators.go