...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/directoryservice"
Overview
Constants

Overview ▾

Package directoryservice provides the client and types for making API requests to AWS Directory Service.

Directory Service is a web service that makes it easy for you to setup and run directories in the Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active Directory. This guide provides detailed information about Directory Service operations, data types, parameters, and errors. For information about Directory Services features, see Directory Service (https://aws.amazon.com/directoryservice/) and the Directory Service Administration Guide (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/what_is.html).

Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to Directory Service and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see Tools for Amazon Web Services (http://aws.amazon.com/tools/).

See https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16 for more information on this service.

See directoryservice package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/directoryservice/

Using the Client

To contact AWS Directory Service 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 AWS Directory Service client DirectoryService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/directoryservice/#New

The stub package, directoryserviceiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type DirectoryService
func New(p client.ConfigProvider, cfgs ...*aws.Config) *DirectoryService
func (c *DirectoryService) AcceptSharedDirectory(input *AcceptSharedDirectoryInput) (*AcceptSharedDirectoryOutput, error)
func (c *DirectoryService) AcceptSharedDirectoryRequest(input *AcceptSharedDirectoryInput) (req *request.Request, output *AcceptSharedDirectoryOutput)
func (c *DirectoryService) AcceptSharedDirectoryWithContext(ctx aws.Context, input *AcceptSharedDirectoryInput, opts ...request.Option) (*AcceptSharedDirectoryOutput, error)
func (c *DirectoryService) AddIpRoutes(input *AddIpRoutesInput) (*AddIpRoutesOutput, error)
func (c *DirectoryService) AddIpRoutesRequest(input *AddIpRoutesInput) (req *request.Request, output *AddIpRoutesOutput)
func (c *DirectoryService) AddIpRoutesWithContext(ctx aws.Context, input *AddIpRoutesInput, opts ...request.Option) (*AddIpRoutesOutput, error)
func (c *DirectoryService) AddRegion(input *AddRegionInput) (*AddRegionOutput, error)
func (c *DirectoryService) AddRegionRequest(input *AddRegionInput) (req *request.Request, output *AddRegionOutput)
func (c *DirectoryService) AddRegionWithContext(ctx aws.Context, input *AddRegionInput, opts ...request.Option) (*AddRegionOutput, error)
func (c *DirectoryService) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
func (c *DirectoryService) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)
func (c *DirectoryService) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)
func (c *DirectoryService) CancelSchemaExtension(input *CancelSchemaExtensionInput) (*CancelSchemaExtensionOutput, error)
func (c *DirectoryService) CancelSchemaExtensionRequest(input *CancelSchemaExtensionInput) (req *request.Request, output *CancelSchemaExtensionOutput)
func (c *DirectoryService) CancelSchemaExtensionWithContext(ctx aws.Context, input *CancelSchemaExtensionInput, opts ...request.Option) (*CancelSchemaExtensionOutput, error)
func (c *DirectoryService) ConnectDirectory(input *ConnectDirectoryInput) (*ConnectDirectoryOutput, error)
func (c *DirectoryService) ConnectDirectoryRequest(input *ConnectDirectoryInput) (req *request.Request, output *ConnectDirectoryOutput)
func (c *DirectoryService) ConnectDirectoryWithContext(ctx aws.Context, input *ConnectDirectoryInput, opts ...request.Option) (*ConnectDirectoryOutput, error)
func (c *DirectoryService) CreateAlias(input *CreateAliasInput) (*CreateAliasOutput, error)
func (c *DirectoryService) CreateAliasRequest(input *CreateAliasInput) (req *request.Request, output *CreateAliasOutput)
func (c *DirectoryService) CreateAliasWithContext(ctx aws.Context, input *CreateAliasInput, opts ...request.Option) (*CreateAliasOutput, error)
func (c *DirectoryService) CreateComputer(input *CreateComputerInput) (*CreateComputerOutput, error)
func (c *DirectoryService) CreateComputerRequest(input *CreateComputerInput) (req *request.Request, output *CreateComputerOutput)
func (c *DirectoryService) CreateComputerWithContext(ctx aws.Context, input *CreateComputerInput, opts ...request.Option) (*CreateComputerOutput, error)
func (c *DirectoryService) CreateConditionalForwarder(input *CreateConditionalForwarderInput) (*CreateConditionalForwarderOutput, error)
func (c *DirectoryService) CreateConditionalForwarderRequest(input *CreateConditionalForwarderInput) (req *request.Request, output *CreateConditionalForwarderOutput)
func (c *DirectoryService) CreateConditionalForwarderWithContext(ctx aws.Context, input *CreateConditionalForwarderInput, opts ...request.Option) (*CreateConditionalForwarderOutput, error)
func (c *DirectoryService) CreateDirectory(input *CreateDirectoryInput) (*CreateDirectoryOutput, error)
func (c *DirectoryService) CreateDirectoryRequest(input *CreateDirectoryInput) (req *request.Request, output *CreateDirectoryOutput)
func (c *DirectoryService) CreateDirectoryWithContext(ctx aws.Context, input *CreateDirectoryInput, opts ...request.Option) (*CreateDirectoryOutput, error)
func (c *DirectoryService) CreateLogSubscription(input *CreateLogSubscriptionInput) (*CreateLogSubscriptionOutput, error)
func (c *DirectoryService) CreateLogSubscriptionRequest(input *CreateLogSubscriptionInput) (req *request.Request, output *CreateLogSubscriptionOutput)
func (c *DirectoryService) CreateLogSubscriptionWithContext(ctx aws.Context, input *CreateLogSubscriptionInput, opts ...request.Option) (*CreateLogSubscriptionOutput, error)
func (c *DirectoryService) CreateMicrosoftAD(input *CreateMicrosoftADInput) (*CreateMicrosoftADOutput, error)
func (c *DirectoryService) CreateMicrosoftADRequest(input *CreateMicrosoftADInput) (req *request.Request, output *CreateMicrosoftADOutput)
func (c *DirectoryService) CreateMicrosoftADWithContext(ctx aws.Context, input *CreateMicrosoftADInput, opts ...request.Option) (*CreateMicrosoftADOutput, error)
func (c *DirectoryService) CreateSnapshot(input *CreateSnapshotInput) (*CreateSnapshotOutput, error)
func (c *DirectoryService) CreateSnapshotRequest(input *CreateSnapshotInput) (req *request.Request, output *CreateSnapshotOutput)
func (c *DirectoryService) CreateSnapshotWithContext(ctx aws.Context, input *CreateSnapshotInput, opts ...request.Option) (*CreateSnapshotOutput, error)
func (c *DirectoryService) CreateTrust(input *CreateTrustInput) (*CreateTrustOutput, error)
func (c *DirectoryService) CreateTrustRequest(input *CreateTrustInput) (req *request.Request, output *CreateTrustOutput)
func (c *DirectoryService) CreateTrustWithContext(ctx aws.Context, input *CreateTrustInput, opts ...request.Option) (*CreateTrustOutput, error)
func (c *DirectoryService) DeleteConditionalForwarder(input *DeleteConditionalForwarderInput) (*DeleteConditionalForwarderOutput, error)
func (c *DirectoryService) DeleteConditionalForwarderRequest(input *DeleteConditionalForwarderInput) (req *request.Request, output *DeleteConditionalForwarderOutput)
func (c *DirectoryService) DeleteConditionalForwarderWithContext(ctx aws.Context, input *DeleteConditionalForwarderInput, opts ...request.Option) (*DeleteConditionalForwarderOutput, error)
func (c *DirectoryService) DeleteDirectory(input *DeleteDirectoryInput) (*DeleteDirectoryOutput, error)
func (c *DirectoryService) DeleteDirectoryRequest(input *DeleteDirectoryInput) (req *request.Request, output *DeleteDirectoryOutput)
func (c *DirectoryService) DeleteDirectoryWithContext(ctx aws.Context, input *DeleteDirectoryInput, opts ...request.Option) (*DeleteDirectoryOutput, error)
func (c *DirectoryService) DeleteLogSubscription(input *DeleteLogSubscriptionInput) (*DeleteLogSubscriptionOutput, error)
func (c *DirectoryService) DeleteLogSubscriptionRequest(input *DeleteLogSubscriptionInput) (req *request.Request, output *DeleteLogSubscriptionOutput)
func (c *DirectoryService) DeleteLogSubscriptionWithContext(ctx aws.Context, input *DeleteLogSubscriptionInput, opts ...request.Option) (*DeleteLogSubscriptionOutput, error)
func (c *DirectoryService) DeleteSnapshot(input *DeleteSnapshotInput) (*DeleteSnapshotOutput, error)
func (c *DirectoryService) DeleteSnapshotRequest(input *DeleteSnapshotInput) (req *request.Request, output *DeleteSnapshotOutput)
func (c *DirectoryService) DeleteSnapshotWithContext(ctx aws.Context, input *DeleteSnapshotInput, opts ...request.Option) (*DeleteSnapshotOutput, error)
func (c *DirectoryService) DeleteTrust(input *DeleteTrustInput) (*DeleteTrustOutput, error)
func (c *DirectoryService) DeleteTrustRequest(input *DeleteTrustInput) (req *request.Request, output *DeleteTrustOutput)
func (c *DirectoryService) DeleteTrustWithContext(ctx aws.Context, input *DeleteTrustInput, opts ...request.Option) (*DeleteTrustOutput, error)
func (c *DirectoryService) DeregisterCertificate(input *DeregisterCertificateInput) (*DeregisterCertificateOutput, error)
func (c *DirectoryService) DeregisterCertificateRequest(input *DeregisterCertificateInput) (req *request.Request, output *DeregisterCertificateOutput)
func (c *DirectoryService) DeregisterCertificateWithContext(ctx aws.Context, input *DeregisterCertificateInput, opts ...request.Option) (*DeregisterCertificateOutput, error)
func (c *DirectoryService) DeregisterEventTopic(input *DeregisterEventTopicInput) (*DeregisterEventTopicOutput, error)
func (c *DirectoryService) DeregisterEventTopicRequest(input *DeregisterEventTopicInput) (req *request.Request, output *DeregisterEventTopicOutput)
func (c *DirectoryService) DeregisterEventTopicWithContext(ctx aws.Context, input *DeregisterEventTopicInput, opts ...request.Option) (*DeregisterEventTopicOutput, error)
func (c *DirectoryService) DescribeCertificate(input *DescribeCertificateInput) (*DescribeCertificateOutput, error)
func (c *DirectoryService) DescribeCertificateRequest(input *DescribeCertificateInput) (req *request.Request, output *DescribeCertificateOutput)
func (c *DirectoryService) DescribeCertificateWithContext(ctx aws.Context, input *DescribeCertificateInput, opts ...request.Option) (*DescribeCertificateOutput, error)
func (c *DirectoryService) DescribeClientAuthenticationSettings(input *DescribeClientAuthenticationSettingsInput) (*DescribeClientAuthenticationSettingsOutput, error)
func (c *DirectoryService) DescribeClientAuthenticationSettingsPages(input *DescribeClientAuthenticationSettingsInput, fn func(*DescribeClientAuthenticationSettingsOutput, bool) bool) error
func (c *DirectoryService) DescribeClientAuthenticationSettingsPagesWithContext(ctx aws.Context, input *DescribeClientAuthenticationSettingsInput, fn func(*DescribeClientAuthenticationSettingsOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeClientAuthenticationSettingsRequest(input *DescribeClientAuthenticationSettingsInput) (req *request.Request, output *DescribeClientAuthenticationSettingsOutput)
func (c *DirectoryService) DescribeClientAuthenticationSettingsWithContext(ctx aws.Context, input *DescribeClientAuthenticationSettingsInput, opts ...request.Option) (*DescribeClientAuthenticationSettingsOutput, error)
func (c *DirectoryService) DescribeConditionalForwarders(input *DescribeConditionalForwardersInput) (*DescribeConditionalForwardersOutput, error)
func (c *DirectoryService) DescribeConditionalForwardersRequest(input *DescribeConditionalForwardersInput) (req *request.Request, output *DescribeConditionalForwardersOutput)
func (c *DirectoryService) DescribeConditionalForwardersWithContext(ctx aws.Context, input *DescribeConditionalForwardersInput, opts ...request.Option) (*DescribeConditionalForwardersOutput, error)
func (c *DirectoryService) DescribeDirectories(input *DescribeDirectoriesInput) (*DescribeDirectoriesOutput, error)
func (c *DirectoryService) DescribeDirectoriesPages(input *DescribeDirectoriesInput, fn func(*DescribeDirectoriesOutput, bool) bool) error
func (c *DirectoryService) DescribeDirectoriesPagesWithContext(ctx aws.Context, input *DescribeDirectoriesInput, fn func(*DescribeDirectoriesOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeDirectoriesRequest(input *DescribeDirectoriesInput) (req *request.Request, output *DescribeDirectoriesOutput)
func (c *DirectoryService) DescribeDirectoriesWithContext(ctx aws.Context, input *DescribeDirectoriesInput, opts ...request.Option) (*DescribeDirectoriesOutput, error)
func (c *DirectoryService) DescribeDomainControllers(input *DescribeDomainControllersInput) (*DescribeDomainControllersOutput, error)
func (c *DirectoryService) DescribeDomainControllersPages(input *DescribeDomainControllersInput, fn func(*DescribeDomainControllersOutput, bool) bool) error
func (c *DirectoryService) DescribeDomainControllersPagesWithContext(ctx aws.Context, input *DescribeDomainControllersInput, fn func(*DescribeDomainControllersOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeDomainControllersRequest(input *DescribeDomainControllersInput) (req *request.Request, output *DescribeDomainControllersOutput)
func (c *DirectoryService) DescribeDomainControllersWithContext(ctx aws.Context, input *DescribeDomainControllersInput, opts ...request.Option) (*DescribeDomainControllersOutput, error)
func (c *DirectoryService) DescribeEventTopics(input *DescribeEventTopicsInput) (*DescribeEventTopicsOutput, error)
func (c *DirectoryService) DescribeEventTopicsRequest(input *DescribeEventTopicsInput) (req *request.Request, output *DescribeEventTopicsOutput)
func (c *DirectoryService) DescribeEventTopicsWithContext(ctx aws.Context, input *DescribeEventTopicsInput, opts ...request.Option) (*DescribeEventTopicsOutput, error)
func (c *DirectoryService) DescribeLDAPSSettings(input *DescribeLDAPSSettingsInput) (*DescribeLDAPSSettingsOutput, error)
func (c *DirectoryService) DescribeLDAPSSettingsPages(input *DescribeLDAPSSettingsInput, fn func(*DescribeLDAPSSettingsOutput, bool) bool) error
func (c *DirectoryService) DescribeLDAPSSettingsPagesWithContext(ctx aws.Context, input *DescribeLDAPSSettingsInput, fn func(*DescribeLDAPSSettingsOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeLDAPSSettingsRequest(input *DescribeLDAPSSettingsInput) (req *request.Request, output *DescribeLDAPSSettingsOutput)
func (c *DirectoryService) DescribeLDAPSSettingsWithContext(ctx aws.Context, input *DescribeLDAPSSettingsInput, opts ...request.Option) (*DescribeLDAPSSettingsOutput, error)
func (c *DirectoryService) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
func (c *DirectoryService) DescribeRegionsPages(input *DescribeRegionsInput, fn func(*DescribeRegionsOutput, bool) bool) error
func (c *DirectoryService) DescribeRegionsPagesWithContext(ctx aws.Context, input *DescribeRegionsInput, fn func(*DescribeRegionsOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
func (c *DirectoryService) DescribeRegionsWithContext(ctx aws.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
func (c *DirectoryService) DescribeSettings(input *DescribeSettingsInput) (*DescribeSettingsOutput, error)
func (c *DirectoryService) DescribeSettingsRequest(input *DescribeSettingsInput) (req *request.Request, output *DescribeSettingsOutput)
func (c *DirectoryService) DescribeSettingsWithContext(ctx aws.Context, input *DescribeSettingsInput, opts ...request.Option) (*DescribeSettingsOutput, error)
func (c *DirectoryService) DescribeSharedDirectories(input *DescribeSharedDirectoriesInput) (*DescribeSharedDirectoriesOutput, error)
func (c *DirectoryService) DescribeSharedDirectoriesPages(input *DescribeSharedDirectoriesInput, fn func(*DescribeSharedDirectoriesOutput, bool) bool) error
func (c *DirectoryService) DescribeSharedDirectoriesPagesWithContext(ctx aws.Context, input *DescribeSharedDirectoriesInput, fn func(*DescribeSharedDirectoriesOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeSharedDirectoriesRequest(input *DescribeSharedDirectoriesInput) (req *request.Request, output *DescribeSharedDirectoriesOutput)
func (c *DirectoryService) DescribeSharedDirectoriesWithContext(ctx aws.Context, input *DescribeSharedDirectoriesInput, opts ...request.Option) (*DescribeSharedDirectoriesOutput, error)
func (c *DirectoryService) DescribeSnapshots(input *DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error)
func (c *DirectoryService) DescribeSnapshotsPages(input *DescribeSnapshotsInput, fn func(*DescribeSnapshotsOutput, bool) bool) error
func (c *DirectoryService) DescribeSnapshotsPagesWithContext(ctx aws.Context, input *DescribeSnapshotsInput, fn func(*DescribeSnapshotsOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeSnapshotsRequest(input *DescribeSnapshotsInput) (req *request.Request, output *DescribeSnapshotsOutput)
func (c *DirectoryService) DescribeSnapshotsWithContext(ctx aws.Context, input *DescribeSnapshotsInput, opts ...request.Option) (*DescribeSnapshotsOutput, error)
func (c *DirectoryService) DescribeTrusts(input *DescribeTrustsInput) (*DescribeTrustsOutput, error)
func (c *DirectoryService) DescribeTrustsPages(input *DescribeTrustsInput, fn func(*DescribeTrustsOutput, bool) bool) error
func (c *DirectoryService) DescribeTrustsPagesWithContext(ctx aws.Context, input *DescribeTrustsInput, fn func(*DescribeTrustsOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeTrustsRequest(input *DescribeTrustsInput) (req *request.Request, output *DescribeTrustsOutput)
func (c *DirectoryService) DescribeTrustsWithContext(ctx aws.Context, input *DescribeTrustsInput, opts ...request.Option) (*DescribeTrustsOutput, error)
func (c *DirectoryService) DescribeUpdateDirectory(input *DescribeUpdateDirectoryInput) (*DescribeUpdateDirectoryOutput, error)
func (c *DirectoryService) DescribeUpdateDirectoryPages(input *DescribeUpdateDirectoryInput, fn func(*DescribeUpdateDirectoryOutput, bool) bool) error
func (c *DirectoryService) DescribeUpdateDirectoryPagesWithContext(ctx aws.Context, input *DescribeUpdateDirectoryInput, fn func(*DescribeUpdateDirectoryOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) DescribeUpdateDirectoryRequest(input *DescribeUpdateDirectoryInput) (req *request.Request, output *DescribeUpdateDirectoryOutput)
func (c *DirectoryService) DescribeUpdateDirectoryWithContext(ctx aws.Context, input *DescribeUpdateDirectoryInput, opts ...request.Option) (*DescribeUpdateDirectoryOutput, error)
func (c *DirectoryService) DisableClientAuthentication(input *DisableClientAuthenticationInput) (*DisableClientAuthenticationOutput, error)
func (c *DirectoryService) DisableClientAuthenticationRequest(input *DisableClientAuthenticationInput) (req *request.Request, output *DisableClientAuthenticationOutput)
func (c *DirectoryService) DisableClientAuthenticationWithContext(ctx aws.Context, input *DisableClientAuthenticationInput, opts ...request.Option) (*DisableClientAuthenticationOutput, error)
func (c *DirectoryService) DisableLDAPS(input *DisableLDAPSInput) (*DisableLDAPSOutput, error)
func (c *DirectoryService) DisableLDAPSRequest(input *DisableLDAPSInput) (req *request.Request, output *DisableLDAPSOutput)
func (c *DirectoryService) DisableLDAPSWithContext(ctx aws.Context, input *DisableLDAPSInput, opts ...request.Option) (*DisableLDAPSOutput, error)
func (c *DirectoryService) DisableRadius(input *DisableRadiusInput) (*DisableRadiusOutput, error)
func (c *DirectoryService) DisableRadiusRequest(input *DisableRadiusInput) (req *request.Request, output *DisableRadiusOutput)
func (c *DirectoryService) DisableRadiusWithContext(ctx aws.Context, input *DisableRadiusInput, opts ...request.Option) (*DisableRadiusOutput, error)
func (c *DirectoryService) DisableSso(input *DisableSsoInput) (*DisableSsoOutput, error)
func (c *DirectoryService) DisableSsoRequest(input *DisableSsoInput) (req *request.Request, output *DisableSsoOutput)
func (c *DirectoryService) DisableSsoWithContext(ctx aws.Context, input *DisableSsoInput, opts ...request.Option) (*DisableSsoOutput, error)
func (c *DirectoryService) EnableClientAuthentication(input *EnableClientAuthenticationInput) (*EnableClientAuthenticationOutput, error)
func (c *DirectoryService) EnableClientAuthenticationRequest(input *EnableClientAuthenticationInput) (req *request.Request, output *EnableClientAuthenticationOutput)
func (c *DirectoryService) EnableClientAuthenticationWithContext(ctx aws.Context, input *EnableClientAuthenticationInput, opts ...request.Option) (*EnableClientAuthenticationOutput, error)
func (c *DirectoryService) EnableLDAPS(input *EnableLDAPSInput) (*EnableLDAPSOutput, error)
func (c *DirectoryService) EnableLDAPSRequest(input *EnableLDAPSInput) (req *request.Request, output *EnableLDAPSOutput)
func (c *DirectoryService) EnableLDAPSWithContext(ctx aws.Context, input *EnableLDAPSInput, opts ...request.Option) (*EnableLDAPSOutput, error)
func (c *DirectoryService) EnableRadius(input *EnableRadiusInput) (*EnableRadiusOutput, error)
func (c *DirectoryService) EnableRadiusRequest(input *EnableRadiusInput) (req *request.Request, output *EnableRadiusOutput)
func (c *DirectoryService) EnableRadiusWithContext(ctx aws.Context, input *EnableRadiusInput, opts ...request.Option) (*EnableRadiusOutput, error)
func (c *DirectoryService) EnableSso(input *EnableSsoInput) (*EnableSsoOutput, error)
func (c *DirectoryService) EnableSsoRequest(input *EnableSsoInput) (req *request.Request, output *EnableSsoOutput)
func (c *DirectoryService) EnableSsoWithContext(ctx aws.Context, input *EnableSsoInput, opts ...request.Option) (*EnableSsoOutput, error)
func (c *DirectoryService) GetDirectoryLimits(input *GetDirectoryLimitsInput) (*GetDirectoryLimitsOutput, error)
func (c *DirectoryService) GetDirectoryLimitsRequest(input *GetDirectoryLimitsInput) (req *request.Request, output *GetDirectoryLimitsOutput)
func (c *DirectoryService) GetDirectoryLimitsWithContext(ctx aws.Context, input *GetDirectoryLimitsInput, opts ...request.Option) (*GetDirectoryLimitsOutput, error)
func (c *DirectoryService) GetSnapshotLimits(input *GetSnapshotLimitsInput) (*GetSnapshotLimitsOutput, error)
func (c *DirectoryService) GetSnapshotLimitsRequest(input *GetSnapshotLimitsInput) (req *request.Request, output *GetSnapshotLimitsOutput)
func (c *DirectoryService) GetSnapshotLimitsWithContext(ctx aws.Context, input *GetSnapshotLimitsInput, opts ...request.Option) (*GetSnapshotLimitsOutput, error)
func (c *DirectoryService) ListCertificates(input *ListCertificatesInput) (*ListCertificatesOutput, error)
func (c *DirectoryService) ListCertificatesPages(input *ListCertificatesInput, fn func(*ListCertificatesOutput, bool) bool) error
func (c *DirectoryService) ListCertificatesPagesWithContext(ctx aws.Context, input *ListCertificatesInput, fn func(*ListCertificatesOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) ListCertificatesRequest(input *ListCertificatesInput) (req *request.Request, output *ListCertificatesOutput)
func (c *DirectoryService) ListCertificatesWithContext(ctx aws.Context, input *ListCertificatesInput, opts ...request.Option) (*ListCertificatesOutput, error)
func (c *DirectoryService) ListIpRoutes(input *ListIpRoutesInput) (*ListIpRoutesOutput, error)
func (c *DirectoryService) ListIpRoutesPages(input *ListIpRoutesInput, fn func(*ListIpRoutesOutput, bool) bool) error
func (c *DirectoryService) ListIpRoutesPagesWithContext(ctx aws.Context, input *ListIpRoutesInput, fn func(*ListIpRoutesOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) ListIpRoutesRequest(input *ListIpRoutesInput) (req *request.Request, output *ListIpRoutesOutput)
func (c *DirectoryService) ListIpRoutesWithContext(ctx aws.Context, input *ListIpRoutesInput, opts ...request.Option) (*ListIpRoutesOutput, error)
func (c *DirectoryService) ListLogSubscriptions(input *ListLogSubscriptionsInput) (*ListLogSubscriptionsOutput, error)
func (c *DirectoryService) ListLogSubscriptionsPages(input *ListLogSubscriptionsInput, fn func(*ListLogSubscriptionsOutput, bool) bool) error
func (c *DirectoryService) ListLogSubscriptionsPagesWithContext(ctx aws.Context, input *ListLogSubscriptionsInput, fn func(*ListLogSubscriptionsOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) ListLogSubscriptionsRequest(input *ListLogSubscriptionsInput) (req *request.Request, output *ListLogSubscriptionsOutput)
func (c *DirectoryService) ListLogSubscriptionsWithContext(ctx aws.Context, input *ListLogSubscriptionsInput, opts ...request.Option) (*ListLogSubscriptionsOutput, error)
func (c *DirectoryService) ListSchemaExtensions(input *ListSchemaExtensionsInput) (*ListSchemaExtensionsOutput, error)
func (c *DirectoryService) ListSchemaExtensionsPages(input *ListSchemaExtensionsInput, fn func(*ListSchemaExtensionsOutput, bool) bool) error
func (c *DirectoryService) ListSchemaExtensionsPagesWithContext(ctx aws.Context, input *ListSchemaExtensionsInput, fn func(*ListSchemaExtensionsOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) ListSchemaExtensionsRequest(input *ListSchemaExtensionsInput) (req *request.Request, output *ListSchemaExtensionsOutput)
func (c *DirectoryService) ListSchemaExtensionsWithContext(ctx aws.Context, input *ListSchemaExtensionsInput, opts ...request.Option) (*ListSchemaExtensionsOutput, error)
func (c *DirectoryService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *DirectoryService) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error
func (c *DirectoryService) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...request.Option) error
func (c *DirectoryService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *DirectoryService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *DirectoryService) RegisterCertificate(input *RegisterCertificateInput) (*RegisterCertificateOutput, error)
func (c *DirectoryService) RegisterCertificateRequest(input *RegisterCertificateInput) (req *request.Request, output *RegisterCertificateOutput)
func (c *DirectoryService) RegisterCertificateWithContext(ctx aws.Context, input *RegisterCertificateInput, opts ...request.Option) (*RegisterCertificateOutput, error)
func (c *DirectoryService) RegisterEventTopic(input *RegisterEventTopicInput) (*RegisterEventTopicOutput, error)
func (c *DirectoryService) RegisterEventTopicRequest(input *RegisterEventTopicInput) (req *request.Request, output *RegisterEventTopicOutput)
func (c *DirectoryService) RegisterEventTopicWithContext(ctx aws.Context, input *RegisterEventTopicInput, opts ...request.Option) (*RegisterEventTopicOutput, error)
func (c *DirectoryService) RejectSharedDirectory(input *RejectSharedDirectoryInput) (*RejectSharedDirectoryOutput, error)
func (c *DirectoryService) RejectSharedDirectoryRequest(input *RejectSharedDirectoryInput) (req *request.Request, output *RejectSharedDirectoryOutput)
func (c *DirectoryService) RejectSharedDirectoryWithContext(ctx aws.Context, input *RejectSharedDirectoryInput, opts ...request.Option) (*RejectSharedDirectoryOutput, error)
func (c *DirectoryService) RemoveIpRoutes(input *RemoveIpRoutesInput) (*RemoveIpRoutesOutput, error)
func (c *DirectoryService) RemoveIpRoutesRequest(input *RemoveIpRoutesInput) (req *request.Request, output *RemoveIpRoutesOutput)
func (c *DirectoryService) RemoveIpRoutesWithContext(ctx aws.Context, input *RemoveIpRoutesInput, opts ...request.Option) (*RemoveIpRoutesOutput, error)
func (c *DirectoryService) RemoveRegion(input *RemoveRegionInput) (*RemoveRegionOutput, error)
func (c *DirectoryService) RemoveRegionRequest(input *RemoveRegionInput) (req *request.Request, output *RemoveRegionOutput)
func (c *DirectoryService) RemoveRegionWithContext(ctx aws.Context, input *RemoveRegionInput, opts ...request.Option) (*RemoveRegionOutput, error)
func (c *DirectoryService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
func (c *DirectoryService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)
func (c *DirectoryService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)
func (c *DirectoryService) ResetUserPassword(input *ResetUserPasswordInput) (*ResetUserPasswordOutput, error)
func (c *DirectoryService) ResetUserPasswordRequest(input *ResetUserPasswordInput) (req *request.Request, output *ResetUserPasswordOutput)
func (c *DirectoryService) ResetUserPasswordWithContext(ctx aws.Context, input *ResetUserPasswordInput, opts ...request.Option) (*ResetUserPasswordOutput, error)
func (c *DirectoryService) RestoreFromSnapshot(input *RestoreFromSnapshotInput) (*RestoreFromSnapshotOutput, error)
func (c *DirectoryService) RestoreFromSnapshotRequest(input *RestoreFromSnapshotInput) (req *request.Request, output *RestoreFromSnapshotOutput)
func (c *DirectoryService) RestoreFromSnapshotWithContext(ctx aws.Context, input *RestoreFromSnapshotInput, opts ...request.Option) (*RestoreFromSnapshotOutput, error)
func (c *DirectoryService) ShareDirectory(input *ShareDirectoryInput) (*ShareDirectoryOutput, error)
func (c *DirectoryService) ShareDirectoryRequest(input *ShareDirectoryInput) (req *request.Request, output *ShareDirectoryOutput)
func (c *DirectoryService) ShareDirectoryWithContext(ctx aws.Context, input *ShareDirectoryInput, opts ...request.Option) (*ShareDirectoryOutput, error)
func (c *DirectoryService) StartSchemaExtension(input *StartSchemaExtensionInput) (*StartSchemaExtensionOutput, error)
func (c *DirectoryService) StartSchemaExtensionRequest(input *StartSchemaExtensionInput) (req *request.Request, output *StartSchemaExtensionOutput)
func (c *DirectoryService) StartSchemaExtensionWithContext(ctx aws.Context, input *StartSchemaExtensionInput, opts ...request.Option) (*StartSchemaExtensionOutput, error)
func (c *DirectoryService) UnshareDirectory(input *UnshareDirectoryInput) (*UnshareDirectoryOutput, error)
func (c *DirectoryService) UnshareDirectoryRequest(input *UnshareDirectoryInput) (req *request.Request, output *UnshareDirectoryOutput)
func (c *DirectoryService) UnshareDirectoryWithContext(ctx aws.Context, input *UnshareDirectoryInput, opts ...request.Option) (*UnshareDirectoryOutput, error)
func (c *DirectoryService) UpdateConditionalForwarder(input *UpdateConditionalForwarderInput) (*UpdateConditionalForwarderOutput, error)
func (c *DirectoryService) UpdateConditionalForwarderRequest(input *UpdateConditionalForwarderInput) (req *request.Request, output *UpdateConditionalForwarderOutput)
func (c *DirectoryService) UpdateConditionalForwarderWithContext(ctx aws.Context, input *UpdateConditionalForwarderInput, opts ...request.Option) (*UpdateConditionalForwarderOutput, error)
func (c *DirectoryService) UpdateDirectorySetup(input *UpdateDirectorySetupInput) (*UpdateDirectorySetupOutput, error)
func (c *DirectoryService) UpdateDirectorySetupRequest(input *UpdateDirectorySetupInput) (req *request.Request, output *UpdateDirectorySetupOutput)
func (c *DirectoryService) UpdateDirectorySetupWithContext(ctx aws.Context, input *UpdateDirectorySetupInput, opts ...request.Option) (*UpdateDirectorySetupOutput, error)
func (c *DirectoryService) UpdateNumberOfDomainControllers(input *UpdateNumberOfDomainControllersInput) (*UpdateNumberOfDomainControllersOutput, error)
func (c *DirectoryService) UpdateNumberOfDomainControllersRequest(input *UpdateNumberOfDomainControllersInput) (req *request.Request, output *UpdateNumberOfDomainControllersOutput)
func (c *DirectoryService) UpdateNumberOfDomainControllersWithContext(ctx aws.Context, input *UpdateNumberOfDomainControllersInput, opts ...request.Option) (*UpdateNumberOfDomainControllersOutput, error)
func (c *DirectoryService) UpdateRadius(input *UpdateRadiusInput) (*UpdateRadiusOutput, error)
func (c *DirectoryService) UpdateRadiusRequest(input *UpdateRadiusInput) (req *request.Request, output *UpdateRadiusOutput)
func (c *DirectoryService) UpdateRadiusWithContext(ctx aws.Context, input *UpdateRadiusInput, opts ...request.Option) (*UpdateRadiusOutput, error)
func (c *DirectoryService) UpdateSettings(input *UpdateSettingsInput) (*UpdateSettingsOutput, error)
func (c *DirectoryService) UpdateSettingsRequest(input *UpdateSettingsInput) (req *request.Request, output *UpdateSettingsOutput)
func (c *DirectoryService) UpdateSettingsWithContext(ctx aws.Context, input *UpdateSettingsInput, opts ...request.Option) (*UpdateSettingsOutput, error)
func (c *DirectoryService) UpdateTrust(input *UpdateTrustInput) (*UpdateTrustOutput, error)
func (c *DirectoryService) UpdateTrustRequest(input *UpdateTrustInput) (req *request.Request, output *UpdateTrustOutput)
func (c *DirectoryService) UpdateTrustWithContext(ctx aws.Context, input *UpdateTrustInput, opts ...request.Option) (*UpdateTrustOutput, error)
func (c *DirectoryService) VerifyTrust(input *VerifyTrustInput) (*VerifyTrustOutput, error)
func (c *DirectoryService) VerifyTrustRequest(input *VerifyTrustInput) (req *request.Request, output *VerifyTrustOutput)
func (c *DirectoryService) VerifyTrustWithContext(ctx aws.Context, input *VerifyTrustInput, opts ...request.Option) (*VerifyTrustOutput, error)
func CertificateState_Values() []string
func CertificateType_Values() []string
func ClientAuthenticationStatus_Values() []string
func ClientAuthenticationType_Values() []string
func DirectoryConfigurationStatus_Values() []string
func DirectoryEdition_Values() []string
func DirectorySize_Values() []string
func DirectoryStage_Values() []string
func DirectoryType_Values() []string
func DomainControllerStatus_Values() []string
func IpRouteStatusMsg_Values() []string
func LDAPSStatus_Values() []string
func LDAPSType_Values() []string
func OSVersion_Values() []string
func RadiusAuthenticationProtocol_Values() []string
func RadiusStatus_Values() []string
func RegionType_Values() []string
func ReplicationScope_Values() []string
func SchemaExtensionStatus_Values() []string
func SelectiveAuth_Values() []string
func ShareMethod_Values() []string
func ShareStatus_Values() []string
func SnapshotStatus_Values() []string
func SnapshotType_Values() []string
func TargetType_Values() []string
func TopicStatus_Values() []string
func TrustDirection_Values() []string
func TrustState_Values() []string
func TrustType_Values() []string
func UpdateStatus_Values() []string
func UpdateType_Values() []string
type AcceptSharedDirectoryInput
type AcceptSharedDirectoryOutput
type AccessDeniedException
type AddIpRoutesInput
type AddIpRoutesOutput
type AddRegionInput
type AddRegionOutput
type AddTagsToResourceInput
type AddTagsToResourceOutput
type Attribute
type AuthenticationFailedException
type CancelSchemaExtensionInput
type CancelSchemaExtensionOutput
type Certificate
type CertificateAlreadyExistsException
type CertificateDoesNotExistException
type CertificateInUseException
type CertificateInfo
type CertificateLimitExceededException
type ClientAuthenticationSettingInfo
type ClientCertAuthSettings
type ClientException
type Computer
type ConditionalForwarder
type ConnectDirectoryInput
type ConnectDirectoryOutput
type CreateAliasInput
type CreateAliasOutput
type CreateComputerInput
type CreateComputerOutput
type CreateConditionalForwarderInput
type CreateConditionalForwarderOutput
type CreateDirectoryInput
type CreateDirectoryOutput
type CreateLogSubscriptionInput
type CreateLogSubscriptionOutput
type CreateMicrosoftADInput
type CreateMicrosoftADOutput
type CreateSnapshotInput
type CreateSnapshotOutput
type CreateTrustInput
type CreateTrustOutput
type DeleteConditionalForwarderInput
type DeleteConditionalForwarderOutput
type DeleteDirectoryInput
type DeleteDirectoryOutput
type DeleteLogSubscriptionInput
type DeleteLogSubscriptionOutput
type DeleteSnapshotInput
type DeleteSnapshotOutput
type DeleteTrustInput
type DeleteTrustOutput
type DeregisterCertificateInput
type DeregisterCertificateOutput
type DeregisterEventTopicInput
type DeregisterEventTopicOutput
type DescribeCertificateInput
type DescribeCertificateOutput
type DescribeClientAuthenticationSettingsInput
type DescribeClientAuthenticationSettingsOutput
type DescribeConditionalForwardersInput
type DescribeConditionalForwardersOutput
type DescribeDirectoriesInput
type DescribeDirectoriesOutput
type DescribeDomainControllersInput
type DescribeDomainControllersOutput
type DescribeEventTopicsInput
type DescribeEventTopicsOutput
type DescribeLDAPSSettingsInput
type DescribeLDAPSSettingsOutput
type DescribeRegionsInput
type DescribeRegionsOutput
type DescribeSettingsInput
type DescribeSettingsOutput
type DescribeSharedDirectoriesInput
type DescribeSharedDirectoriesOutput
type DescribeSnapshotsInput
type DescribeSnapshotsOutput
type DescribeTrustsInput
type DescribeTrustsOutput
type DescribeUpdateDirectoryInput
type DescribeUpdateDirectoryOutput
type DirectoryAlreadyInRegionException
type DirectoryAlreadySharedException
type DirectoryConnectSettings
type DirectoryConnectSettingsDescription
type DirectoryDescription
type DirectoryDoesNotExistException
type DirectoryInDesiredStateException
type DirectoryLimitExceededException
type DirectoryLimits
type DirectoryNotSharedException
type DirectoryUnavailableException
type DirectoryVpcSettings
type DirectoryVpcSettingsDescription
type DisableClientAuthenticationInput
type DisableClientAuthenticationOutput
type DisableLDAPSInput
type DisableLDAPSOutput
type DisableRadiusInput
type DisableRadiusOutput
type DisableSsoInput
type DisableSsoOutput
type DomainController
type DomainControllerLimitExceededException
type EnableClientAuthenticationInput
type EnableClientAuthenticationOutput
type EnableLDAPSInput
type EnableLDAPSOutput
type EnableRadiusInput
type EnableRadiusOutput
type EnableSsoInput
type EnableSsoOutput
type EntityAlreadyExistsException
type EntityDoesNotExistException
type EventTopic
type GetDirectoryLimitsInput
type GetDirectoryLimitsOutput
type GetSnapshotLimitsInput
type GetSnapshotLimitsOutput
type IncompatibleSettingsException
type InsufficientPermissionsException
type InvalidCertificateException
type InvalidClientAuthStatusException
type InvalidLDAPSStatusException
type InvalidNextTokenException
type InvalidParameterException
type InvalidPasswordException
type InvalidTargetException
type IpRoute
type IpRouteInfo
type IpRouteLimitExceededException
type LDAPSSettingInfo
type ListCertificatesInput
type ListCertificatesOutput
type ListIpRoutesInput
type ListIpRoutesOutput
type ListLogSubscriptionsInput
type ListLogSubscriptionsOutput
type ListSchemaExtensionsInput
type ListSchemaExtensionsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type LogSubscription
type NoAvailableCertificateException
type OSUpdateSettings
type OrganizationsException
type OwnerDirectoryDescription
type RadiusSettings
type RegionDescription
type RegionLimitExceededException
type RegionsInfo
type RegisterCertificateInput
type RegisterCertificateOutput
type RegisterEventTopicInput
type RegisterEventTopicOutput
type RejectSharedDirectoryInput
type RejectSharedDirectoryOutput
type RemoveIpRoutesInput
type RemoveIpRoutesOutput
type RemoveRegionInput
type RemoveRegionOutput
type RemoveTagsFromResourceInput
type RemoveTagsFromResourceOutput
type ResetUserPasswordInput
type ResetUserPasswordOutput
type RestoreFromSnapshotInput
type RestoreFromSnapshotOutput
type SchemaExtensionInfo
type ServiceException
type Setting
type SettingEntry
type ShareDirectoryInput
type ShareDirectoryOutput
type ShareLimitExceededException
type ShareTarget
type SharedDirectory
type Snapshot
type SnapshotLimitExceededException
type SnapshotLimits
type StartSchemaExtensionInput
type StartSchemaExtensionOutput
type Tag
type TagLimitExceededException
type Trust
type UnshareDirectoryInput
type UnshareDirectoryOutput
type UnshareTarget
type UnsupportedOperationException
type UnsupportedSettingsException
type UpdateConditionalForwarderInput
type UpdateConditionalForwarderOutput
type UpdateDirectorySetupInput
type UpdateDirectorySetupOutput
type UpdateInfoEntry
type UpdateNumberOfDomainControllersInput
type UpdateNumberOfDomainControllersOutput
type UpdateRadiusInput
type UpdateRadiusOutput
type UpdateSettingsInput
type UpdateSettingsOutput
type UpdateTrustInput
type UpdateTrustOutput
type UpdateValue
type UserDoesNotExistException
type VerifyTrustInput
type VerifyTrustOutput

Constants ▾

const (
    // CertificateStateRegistering is a CertificateState enum value
    CertificateStateRegistering = "Registering"

    // CertificateStateRegistered is a CertificateState enum value
    CertificateStateRegistered = "Registered"

    // CertificateStateRegisterFailed is a CertificateState enum value
    CertificateStateRegisterFailed = "RegisterFailed"

    // CertificateStateDeregistering is a CertificateState enum value
    CertificateStateDeregistering = "Deregistering"

    // CertificateStateDeregistered is a CertificateState enum value
    CertificateStateDeregistered = "Deregistered"

    // CertificateStateDeregisterFailed is a CertificateState enum value
    CertificateStateDeregisterFailed = "DeregisterFailed"
)
const (
    // CertificateTypeClientCertAuth is a CertificateType enum value
    CertificateTypeClientCertAuth = "ClientCertAuth"

    // CertificateTypeClientLdaps is a CertificateType enum value
    CertificateTypeClientLdaps = "ClientLDAPS"
)
const (
    // ClientAuthenticationStatusEnabled is a ClientAuthenticationStatus enum value
    ClientAuthenticationStatusEnabled = "Enabled"

    // ClientAuthenticationStatusDisabled is a ClientAuthenticationStatus enum value
    ClientAuthenticationStatusDisabled = "Disabled"
)
const (
    // ClientAuthenticationTypeSmartCard is a ClientAuthenticationType enum value
    ClientAuthenticationTypeSmartCard = "SmartCard"

    // ClientAuthenticationTypeSmartCardOrPassword is a ClientAuthenticationType enum value
    ClientAuthenticationTypeSmartCardOrPassword = "SmartCardOrPassword"
)
const (
    // DirectoryConfigurationStatusRequested is a DirectoryConfigurationStatus enum value
    DirectoryConfigurationStatusRequested = "Requested"

    // DirectoryConfigurationStatusUpdating is a DirectoryConfigurationStatus enum value
    DirectoryConfigurationStatusUpdating = "Updating"

    // DirectoryConfigurationStatusUpdated is a DirectoryConfigurationStatus enum value
    DirectoryConfigurationStatusUpdated = "Updated"

    // DirectoryConfigurationStatusFailed is a DirectoryConfigurationStatus enum value
    DirectoryConfigurationStatusFailed = "Failed"

    // DirectoryConfigurationStatusDefault is a DirectoryConfigurationStatus enum value
    DirectoryConfigurationStatusDefault = "Default"
)
const (
    // DirectoryEditionEnterprise is a DirectoryEdition enum value
    DirectoryEditionEnterprise = "Enterprise"

    // DirectoryEditionStandard is a DirectoryEdition enum value
    DirectoryEditionStandard = "Standard"
)
const (
    // DirectorySizeSmall is a DirectorySize enum value
    DirectorySizeSmall = "Small"

    // DirectorySizeLarge is a DirectorySize enum value
    DirectorySizeLarge = "Large"
)
const (
    // DirectoryStageRequested is a DirectoryStage enum value
    DirectoryStageRequested = "Requested"

    // DirectoryStageCreating is a DirectoryStage enum value
    DirectoryStageCreating = "Creating"

    // DirectoryStageCreated is a DirectoryStage enum value
    DirectoryStageCreated = "Created"

    // DirectoryStageActive is a DirectoryStage enum value
    DirectoryStageActive = "Active"

    // DirectoryStageInoperable is a DirectoryStage enum value
    DirectoryStageInoperable = "Inoperable"

    // DirectoryStageImpaired is a DirectoryStage enum value
    DirectoryStageImpaired = "Impaired"

    // DirectoryStageRestoring is a DirectoryStage enum value
    DirectoryStageRestoring = "Restoring"

    // DirectoryStageRestoreFailed is a DirectoryStage enum value
    DirectoryStageRestoreFailed = "RestoreFailed"

    // DirectoryStageDeleting is a DirectoryStage enum value
    DirectoryStageDeleting = "Deleting"

    // DirectoryStageDeleted is a DirectoryStage enum value
    DirectoryStageDeleted = "Deleted"

    // DirectoryStageFailed is a DirectoryStage enum value
    DirectoryStageFailed = "Failed"
)
const (
    // DirectoryTypeSimpleAd is a DirectoryType enum value
    DirectoryTypeSimpleAd = "SimpleAD"

    // DirectoryTypeAdconnector is a DirectoryType enum value
    DirectoryTypeAdconnector = "ADConnector"

    // DirectoryTypeMicrosoftAd is a DirectoryType enum value
    DirectoryTypeMicrosoftAd = "MicrosoftAD"

    // DirectoryTypeSharedMicrosoftAd is a DirectoryType enum value
    DirectoryTypeSharedMicrosoftAd = "SharedMicrosoftAD"
)
const (
    // DomainControllerStatusCreating is a DomainControllerStatus enum value
    DomainControllerStatusCreating = "Creating"

    // DomainControllerStatusActive is a DomainControllerStatus enum value
    DomainControllerStatusActive = "Active"

    // DomainControllerStatusImpaired is a DomainControllerStatus enum value
    DomainControllerStatusImpaired = "Impaired"

    // DomainControllerStatusRestoring is a DomainControllerStatus enum value
    DomainControllerStatusRestoring = "Restoring"

    // DomainControllerStatusDeleting is a DomainControllerStatus enum value
    DomainControllerStatusDeleting = "Deleting"

    // DomainControllerStatusDeleted is a DomainControllerStatus enum value
    DomainControllerStatusDeleted = "Deleted"

    // DomainControllerStatusFailed is a DomainControllerStatus enum value
    DomainControllerStatusFailed = "Failed"
)
const (
    // IpRouteStatusMsgAdding is a IpRouteStatusMsg enum value
    IpRouteStatusMsgAdding = "Adding"

    // IpRouteStatusMsgAdded is a IpRouteStatusMsg enum value
    IpRouteStatusMsgAdded = "Added"

    // IpRouteStatusMsgRemoving is a IpRouteStatusMsg enum value
    IpRouteStatusMsgRemoving = "Removing"

    // IpRouteStatusMsgRemoved is a IpRouteStatusMsg enum value
    IpRouteStatusMsgRemoved = "Removed"

    // IpRouteStatusMsgAddFailed is a IpRouteStatusMsg enum value
    IpRouteStatusMsgAddFailed = "AddFailed"

    // IpRouteStatusMsgRemoveFailed is a IpRouteStatusMsg enum value
    IpRouteStatusMsgRemoveFailed = "RemoveFailed"
)
const (
    // LDAPSStatusEnabling is a LDAPSStatus enum value
    LDAPSStatusEnabling = "Enabling"

    // LDAPSStatusEnabled is a LDAPSStatus enum value
    LDAPSStatusEnabled = "Enabled"

    // LDAPSStatusEnableFailed is a LDAPSStatus enum value
    LDAPSStatusEnableFailed = "EnableFailed"

    // LDAPSStatusDisabled is a LDAPSStatus enum value
    LDAPSStatusDisabled = "Disabled"
)
const (
    // OSVersionServer2012 is a OSVersion enum value
    OSVersionServer2012 = "SERVER_2012"

    // OSVersionServer2019 is a OSVersion enum value
    OSVersionServer2019 = "SERVER_2019"
)
const (
    // RadiusAuthenticationProtocolPap is a RadiusAuthenticationProtocol enum value
    RadiusAuthenticationProtocolPap = "PAP"

    // RadiusAuthenticationProtocolChap is a RadiusAuthenticationProtocol enum value
    RadiusAuthenticationProtocolChap = "CHAP"

    // RadiusAuthenticationProtocolMsChapv1 is a RadiusAuthenticationProtocol enum value
    RadiusAuthenticationProtocolMsChapv1 = "MS-CHAPv1"

    // RadiusAuthenticationProtocolMsChapv2 is a RadiusAuthenticationProtocol enum value
    RadiusAuthenticationProtocolMsChapv2 = "MS-CHAPv2"
)
const (
    // RadiusStatusCreating is a RadiusStatus enum value
    RadiusStatusCreating = "Creating"

    // RadiusStatusCompleted is a RadiusStatus enum value
    RadiusStatusCompleted = "Completed"

    // RadiusStatusFailed is a RadiusStatus enum value
    RadiusStatusFailed = "Failed"
)
const (
    // RegionTypePrimary is a RegionType enum value
    RegionTypePrimary = "Primary"

    // RegionTypeAdditional is a RegionType enum value
    RegionTypeAdditional = "Additional"
)
const (
    // SchemaExtensionStatusInitializing is a SchemaExtensionStatus enum value
    SchemaExtensionStatusInitializing = "Initializing"

    // SchemaExtensionStatusCreatingSnapshot is a SchemaExtensionStatus enum value
    SchemaExtensionStatusCreatingSnapshot = "CreatingSnapshot"

    // SchemaExtensionStatusUpdatingSchema is a SchemaExtensionStatus enum value
    SchemaExtensionStatusUpdatingSchema = "UpdatingSchema"

    // SchemaExtensionStatusReplicating is a SchemaExtensionStatus enum value
    SchemaExtensionStatusReplicating = "Replicating"

    // SchemaExtensionStatusCancelInProgress is a SchemaExtensionStatus enum value
    SchemaExtensionStatusCancelInProgress = "CancelInProgress"

    // SchemaExtensionStatusRollbackInProgress is a SchemaExtensionStatus enum value
    SchemaExtensionStatusRollbackInProgress = "RollbackInProgress"

    // SchemaExtensionStatusCancelled is a SchemaExtensionStatus enum value
    SchemaExtensionStatusCancelled = "Cancelled"

    // SchemaExtensionStatusFailed is a SchemaExtensionStatus enum value
    SchemaExtensionStatusFailed = "Failed"

    // SchemaExtensionStatusCompleted is a SchemaExtensionStatus enum value
    SchemaExtensionStatusCompleted = "Completed"
)
const (
    // SelectiveAuthEnabled is a SelectiveAuth enum value
    SelectiveAuthEnabled = "Enabled"

    // SelectiveAuthDisabled is a SelectiveAuth enum value
    SelectiveAuthDisabled = "Disabled"
)
const (
    // ShareMethodOrganizations is a ShareMethod enum value
    ShareMethodOrganizations = "ORGANIZATIONS"

    // ShareMethodHandshake is a ShareMethod enum value
    ShareMethodHandshake = "HANDSHAKE"
)
const (
    // ShareStatusShared is a ShareStatus enum value
    ShareStatusShared = "Shared"

    // ShareStatusPendingAcceptance is a ShareStatus enum value
    ShareStatusPendingAcceptance = "PendingAcceptance"

    // ShareStatusRejected is a ShareStatus enum value
    ShareStatusRejected = "Rejected"

    // ShareStatusRejecting is a ShareStatus enum value
    ShareStatusRejecting = "Rejecting"

    // ShareStatusRejectFailed is a ShareStatus enum value
    ShareStatusRejectFailed = "RejectFailed"

    // ShareStatusSharing is a ShareStatus enum value
    ShareStatusSharing = "Sharing"

    // ShareStatusShareFailed is a ShareStatus enum value
    ShareStatusShareFailed = "ShareFailed"

    // ShareStatusDeleted is a ShareStatus enum value
    ShareStatusDeleted = "Deleted"

    // ShareStatusDeleting is a ShareStatus enum value
    ShareStatusDeleting = "Deleting"
)
const (
    // SnapshotStatusCreating is a SnapshotStatus enum value
    SnapshotStatusCreating = "Creating"

    // SnapshotStatusCompleted is a SnapshotStatus enum value
    SnapshotStatusCompleted = "Completed"

    // SnapshotStatusFailed is a SnapshotStatus enum value
    SnapshotStatusFailed = "Failed"
)
const (
    // SnapshotTypeAuto is a SnapshotType enum value
    SnapshotTypeAuto = "Auto"

    // SnapshotTypeManual is a SnapshotType enum value
    SnapshotTypeManual = "Manual"
)
const (
    // TopicStatusRegistered is a TopicStatus enum value
    TopicStatusRegistered = "Registered"

    // TopicStatusTopicnotfound is a TopicStatus enum value
    TopicStatusTopicnotfound = "Topic not found"

    // TopicStatusFailed is a TopicStatus enum value
    TopicStatusFailed = "Failed"

    // TopicStatusDeleted is a TopicStatus enum value
    TopicStatusDeleted = "Deleted"
)
const (
    // TrustDirectionOneWayOutgoing is a TrustDirection enum value
    TrustDirectionOneWayOutgoing = "One-Way: Outgoing"

    // TrustDirectionOneWayIncoming is a TrustDirection enum value
    TrustDirectionOneWayIncoming = "One-Way: Incoming"

    // TrustDirectionTwoWay is a TrustDirection enum value
    TrustDirectionTwoWay = "Two-Way"
)
const (
    // TrustStateCreating is a TrustState enum value
    TrustStateCreating = "Creating"

    // TrustStateCreated is a TrustState enum value
    TrustStateCreated = "Created"

    // TrustStateVerifying is a TrustState enum value
    TrustStateVerifying = "Verifying"

    // TrustStateVerifyFailed is a TrustState enum value
    TrustStateVerifyFailed = "VerifyFailed"

    // TrustStateVerified is a TrustState enum value
    TrustStateVerified = "Verified"

    // TrustStateUpdating is a TrustState enum value
    TrustStateUpdating = "Updating"

    // TrustStateUpdateFailed is a TrustState enum value
    TrustStateUpdateFailed = "UpdateFailed"

    // TrustStateUpdated is a TrustState enum value
    TrustStateUpdated = "Updated"

    // TrustStateDeleting is a TrustState enum value
    TrustStateDeleting = "Deleting"

    // TrustStateDeleted is a TrustState enum value
    TrustStateDeleted = "Deleted"

    // TrustStateFailed is a TrustState enum value
    TrustStateFailed = "Failed"
)
const (
    // TrustTypeForest is a TrustType enum value
    TrustTypeForest = "Forest"

    // TrustTypeExternal is a TrustType enum value
    TrustTypeExternal = "External"
)
const (
    // UpdateStatusUpdated is a UpdateStatus enum value
    UpdateStatusUpdated = "Updated"

    // UpdateStatusUpdating is a UpdateStatus enum value
    UpdateStatusUpdating = "Updating"

    // UpdateStatusUpdateFailed is a UpdateStatus enum value
    UpdateStatusUpdateFailed = "UpdateFailed"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // Client authentication is not available in this region at this time.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeAuthenticationFailedException for service response error code
    // "AuthenticationFailedException".
    //
    // An authentication error occurred.
    ErrCodeAuthenticationFailedException = "AuthenticationFailedException"

    // ErrCodeCertificateAlreadyExistsException for service response error code
    // "CertificateAlreadyExistsException".
    //
    // The certificate has already been registered into the system.
    ErrCodeCertificateAlreadyExistsException = "CertificateAlreadyExistsException"

    // ErrCodeCertificateDoesNotExistException for service response error code
    // "CertificateDoesNotExistException".
    //
    // The certificate is not present in the system for describe or deregister activities.
    ErrCodeCertificateDoesNotExistException = "CertificateDoesNotExistException"

    // ErrCodeCertificateInUseException for service response error code
    // "CertificateInUseException".
    //
    // The certificate is being used for the LDAP security connection and cannot
    // be removed without disabling LDAP security.
    ErrCodeCertificateInUseException = "CertificateInUseException"

    // ErrCodeCertificateLimitExceededException for service response error code
    // "CertificateLimitExceededException".
    //
    // The certificate could not be added because the certificate limit has been
    // reached.
    ErrCodeCertificateLimitExceededException = "CertificateLimitExceededException"

    // ErrCodeClientException for service response error code
    // "ClientException".
    //
    // A client exception has occurred.
    ErrCodeClientException = "ClientException"

    // ErrCodeDirectoryAlreadyInRegionException for service response error code
    // "DirectoryAlreadyInRegionException".
    //
    // The Region you specified is the same Region where the Managed Microsoft AD
    // directory was created. Specify a different Region and try again.
    ErrCodeDirectoryAlreadyInRegionException = "DirectoryAlreadyInRegionException"

    // ErrCodeDirectoryAlreadySharedException for service response error code
    // "DirectoryAlreadySharedException".
    //
    // The specified directory has already been shared with this Amazon Web Services
    // account.
    ErrCodeDirectoryAlreadySharedException = "DirectoryAlreadySharedException"

    // ErrCodeDirectoryDoesNotExistException for service response error code
    // "DirectoryDoesNotExistException".
    //
    // The specified directory does not exist in the system.
    ErrCodeDirectoryDoesNotExistException = "DirectoryDoesNotExistException"

    // ErrCodeDirectoryInDesiredStateException for service response error code
    // "DirectoryInDesiredStateException".
    //
    // The directory is already updated to desired update type settings.
    ErrCodeDirectoryInDesiredStateException = "DirectoryInDesiredStateException"

    // ErrCodeDirectoryLimitExceededException for service response error code
    // "DirectoryLimitExceededException".
    //
    // The maximum number of directories in the region has been reached. You can
    // use the GetDirectoryLimits operation to determine your directory limits in
    // the region.
    ErrCodeDirectoryLimitExceededException = "DirectoryLimitExceededException"

    // ErrCodeDirectoryNotSharedException for service response error code
    // "DirectoryNotSharedException".
    //
    // The specified directory has not been shared with this Amazon Web Services
    // account.
    ErrCodeDirectoryNotSharedException = "DirectoryNotSharedException"

    // ErrCodeDirectoryUnavailableException for service response error code
    // "DirectoryUnavailableException".
    //
    // The specified directory is unavailable or could not be found.
    ErrCodeDirectoryUnavailableException = "DirectoryUnavailableException"

    // ErrCodeDomainControllerLimitExceededException for service response error code
    // "DomainControllerLimitExceededException".
    //
    // The maximum allowed number of domain controllers per directory was exceeded.
    // The default limit per directory is 20 domain controllers.
    ErrCodeDomainControllerLimitExceededException = "DomainControllerLimitExceededException"

    // ErrCodeEntityAlreadyExistsException for service response error code
    // "EntityAlreadyExistsException".
    //
    // The specified entity already exists.
    ErrCodeEntityAlreadyExistsException = "EntityAlreadyExistsException"

    // ErrCodeEntityDoesNotExistException for service response error code
    // "EntityDoesNotExistException".
    //
    // The specified entity could not be found.
    ErrCodeEntityDoesNotExistException = "EntityDoesNotExistException"

    // ErrCodeIncompatibleSettingsException for service response error code
    // "IncompatibleSettingsException".
    //
    // The specified directory setting is not compatible with other settings.
    ErrCodeIncompatibleSettingsException = "IncompatibleSettingsException"

    // ErrCodeInsufficientPermissionsException for service response error code
    // "InsufficientPermissionsException".
    //
    // The account does not have sufficient permission to perform the operation.
    ErrCodeInsufficientPermissionsException = "InsufficientPermissionsException"

    // ErrCodeInvalidCertificateException for service response error code
    // "InvalidCertificateException".
    //
    // The certificate PEM that was provided has incorrect encoding.
    ErrCodeInvalidCertificateException = "InvalidCertificateException"

    // ErrCodeInvalidClientAuthStatusException for service response error code
    // "InvalidClientAuthStatusException".
    //
    // Client authentication is already enabled.
    ErrCodeInvalidClientAuthStatusException = "InvalidClientAuthStatusException"

    // ErrCodeInvalidLDAPSStatusException for service response error code
    // "InvalidLDAPSStatusException".
    //
    // The LDAP activities could not be performed because they are limited by the
    // LDAPS status.
    ErrCodeInvalidLDAPSStatusException = "InvalidLDAPSStatusException"

    // ErrCodeInvalidNextTokenException for service response error code
    // "InvalidNextTokenException".
    //
    // The NextToken value is not valid.
    ErrCodeInvalidNextTokenException = "InvalidNextTokenException"

    // ErrCodeInvalidParameterException for service response error code
    // "InvalidParameterException".
    //
    // One or more parameters are not valid.
    ErrCodeInvalidParameterException = "InvalidParameterException"

    // ErrCodeInvalidPasswordException for service response error code
    // "InvalidPasswordException".
    //
    // The new password provided by the user does not meet the password complexity
    // requirements defined in your directory.
    ErrCodeInvalidPasswordException = "InvalidPasswordException"

    // ErrCodeInvalidTargetException for service response error code
    // "InvalidTargetException".
    //
    // The specified shared target is not valid.
    ErrCodeInvalidTargetException = "InvalidTargetException"

    // ErrCodeIpRouteLimitExceededException for service response error code
    // "IpRouteLimitExceededException".
    //
    // The maximum allowed number of IP addresses was exceeded. The default limit
    // is 100 IP address blocks.
    ErrCodeIpRouteLimitExceededException = "IpRouteLimitExceededException"

    // ErrCodeNoAvailableCertificateException for service response error code
    // "NoAvailableCertificateException".
    //
    // Client authentication setup could not be completed because at least one valid
    // certificate must be registered in the system.
    ErrCodeNoAvailableCertificateException = "NoAvailableCertificateException"

    // ErrCodeOrganizationsException for service response error code
    // "OrganizationsException".
    //
    // Exception encountered while trying to access your Amazon Web Services organization.
    ErrCodeOrganizationsException = "OrganizationsException"

    // ErrCodeRegionLimitExceededException for service response error code
    // "RegionLimitExceededException".
    //
    // You have reached the limit for maximum number of simultaneous Region replications
    // per directory.
    ErrCodeRegionLimitExceededException = "RegionLimitExceededException"

    // ErrCodeServiceException for service response error code
    // "ServiceException".
    //
    // An exception has occurred in Directory Service.
    ErrCodeServiceException = "ServiceException"

    // ErrCodeShareLimitExceededException for service response error code
    // "ShareLimitExceededException".
    //
    // The maximum number of Amazon Web Services accounts that you can share with
    // this directory has been reached.
    ErrCodeShareLimitExceededException = "ShareLimitExceededException"

    // ErrCodeSnapshotLimitExceededException for service response error code
    // "SnapshotLimitExceededException".
    //
    // The maximum number of manual snapshots for the directory has been reached.
    // You can use the GetSnapshotLimits operation to determine the snapshot limits
    // for a directory.
    ErrCodeSnapshotLimitExceededException = "SnapshotLimitExceededException"

    // ErrCodeTagLimitExceededException for service response error code
    // "TagLimitExceededException".
    //
    // The maximum allowed number of tags was exceeded.
    ErrCodeTagLimitExceededException = "TagLimitExceededException"

    // ErrCodeUnsupportedOperationException for service response error code
    // "UnsupportedOperationException".
    //
    // The operation is not supported.
    ErrCodeUnsupportedOperationException = "UnsupportedOperationException"

    // ErrCodeUnsupportedSettingsException for service response error code
    // "UnsupportedSettingsException".
    //
    // The specified directory setting is not supported.
    ErrCodeUnsupportedSettingsException = "UnsupportedSettingsException"

    // ErrCodeUserDoesNotExistException for service response error code
    // "UserDoesNotExistException".
    //
    // The user provided a username that does not exist in your directory.
    ErrCodeUserDoesNotExistException = "UserDoesNotExistException"
)
const (
    ServiceName = "ds"                // Name of service.
    EndpointsID = ServiceName         // ID to lookup a service endpoint with.
    ServiceID   = "Directory Service" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // LDAPSTypeClient is a LDAPSType enum value
    LDAPSTypeClient = "Client"
)
const (
    // ReplicationScopeDomain is a ReplicationScope enum value
    ReplicationScopeDomain = "Domain"
)
const (
    // TargetTypeAccount is a TargetType enum value
    TargetTypeAccount = "ACCOUNT"
)
const (
    // UpdateTypeOs is a UpdateType enum value
    UpdateTypeOs = "OS"
)

func CertificateState_Values

func CertificateState_Values() []string

CertificateState_Values returns all elements of the CertificateState enum

func CertificateType_Values

func CertificateType_Values() []string

CertificateType_Values returns all elements of the CertificateType enum

func ClientAuthenticationStatus_Values

func ClientAuthenticationStatus_Values() []string

ClientAuthenticationStatus_Values returns all elements of the ClientAuthenticationStatus enum

func ClientAuthenticationType_Values

func ClientAuthenticationType_Values() []string

ClientAuthenticationType_Values returns all elements of the ClientAuthenticationType enum

func DirectoryConfigurationStatus_Values

func DirectoryConfigurationStatus_Values() []string

DirectoryConfigurationStatus_Values returns all elements of the DirectoryConfigurationStatus enum

func DirectoryEdition_Values

func DirectoryEdition_Values() []string

DirectoryEdition_Values returns all elements of the DirectoryEdition enum

func DirectorySize_Values

func DirectorySize_Values() []string

DirectorySize_Values returns all elements of the DirectorySize enum

func DirectoryStage_Values

func DirectoryStage_Values() []string

DirectoryStage_Values returns all elements of the DirectoryStage enum

func DirectoryType_Values

func DirectoryType_Values() []string

DirectoryType_Values returns all elements of the DirectoryType enum

func DomainControllerStatus_Values

func DomainControllerStatus_Values() []string

DomainControllerStatus_Values returns all elements of the DomainControllerStatus enum

func IpRouteStatusMsg_Values

func IpRouteStatusMsg_Values() []string

IpRouteStatusMsg_Values returns all elements of the IpRouteStatusMsg enum

func LDAPSStatus_Values

func LDAPSStatus_Values() []string

LDAPSStatus_Values returns all elements of the LDAPSStatus enum

func LDAPSType_Values

func LDAPSType_Values() []string

LDAPSType_Values returns all elements of the LDAPSType enum

func OSVersion_Values

func OSVersion_Values() []string

OSVersion_Values returns all elements of the OSVersion enum

func RadiusAuthenticationProtocol_Values

func RadiusAuthenticationProtocol_Values() []string

RadiusAuthenticationProtocol_Values returns all elements of the RadiusAuthenticationProtocol enum

func RadiusStatus_Values

func RadiusStatus_Values() []string

RadiusStatus_Values returns all elements of the RadiusStatus enum

func RegionType_Values

func RegionType_Values() []string

RegionType_Values returns all elements of the RegionType enum

func ReplicationScope_Values

func ReplicationScope_Values() []string

ReplicationScope_Values returns all elements of the ReplicationScope enum

func SchemaExtensionStatus_Values

func SchemaExtensionStatus_Values() []string

SchemaExtensionStatus_Values returns all elements of the SchemaExtensionStatus enum

func SelectiveAuth_Values

func SelectiveAuth_Values() []string

SelectiveAuth_Values returns all elements of the SelectiveAuth enum

func ShareMethod_Values

func ShareMethod_Values() []string

ShareMethod_Values returns all elements of the ShareMethod enum

func ShareStatus_Values

func ShareStatus_Values() []string

ShareStatus_Values returns all elements of the ShareStatus enum

func SnapshotStatus_Values

func SnapshotStatus_Values() []string

SnapshotStatus_Values returns all elements of the SnapshotStatus enum

func SnapshotType_Values

func SnapshotType_Values() []string

SnapshotType_Values returns all elements of the SnapshotType enum

func TargetType_Values

func TargetType_Values() []string

TargetType_Values returns all elements of the TargetType enum

func TopicStatus_Values

func TopicStatus_Values() []string

TopicStatus_Values returns all elements of the TopicStatus enum

func TrustDirection_Values

func TrustDirection_Values() []string

TrustDirection_Values returns all elements of the TrustDirection enum

func TrustState_Values

func TrustState_Values() []string

TrustState_Values returns all elements of the TrustState enum

func TrustType_Values

func TrustType_Values() []string

TrustType_Values returns all elements of the TrustType enum

func UpdateStatus_Values

func UpdateStatus_Values() []string

UpdateStatus_Values returns all elements of the UpdateStatus enum

func UpdateType_Values

func UpdateType_Values() []string

UpdateType_Values returns all elements of the UpdateType enum

type AcceptSharedDirectoryInput

type AcceptSharedDirectoryInput struct {

    // Identifier of the shared directory in the directory consumer account. This
    // identifier is different for each directory owner account.
    //
    // SharedDirectoryId is a required field
    SharedDirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AcceptSharedDirectoryInput) GoString

func (s AcceptSharedDirectoryInput) 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 (*AcceptSharedDirectoryInput) SetSharedDirectoryId

func (s *AcceptSharedDirectoryInput) SetSharedDirectoryId(v string) *AcceptSharedDirectoryInput

SetSharedDirectoryId sets the SharedDirectoryId field's value.

func (AcceptSharedDirectoryInput) String

func (s AcceptSharedDirectoryInput) 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 (*AcceptSharedDirectoryInput) Validate

func (s *AcceptSharedDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptSharedDirectoryOutput

type AcceptSharedDirectoryOutput struct {

    // The shared directory in the directory consumer account.
    SharedDirectory *SharedDirectory `type:"structure"`
    // contains filtered or unexported fields
}

func (AcceptSharedDirectoryOutput) GoString

func (s AcceptSharedDirectoryOutput) 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 (*AcceptSharedDirectoryOutput) SetSharedDirectory

func (s *AcceptSharedDirectoryOutput) SetSharedDirectory(v *SharedDirectory) *AcceptSharedDirectoryOutput

SetSharedDirectory sets the SharedDirectory field's value.

func (AcceptSharedDirectoryOutput) String

func (s AcceptSharedDirectoryOutput) 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 AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

Client authentication is not available in this region at this time.

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 AddIpRoutesInput

type AddIpRoutesInput struct {

    // Identifier (ID) of the directory to which to add the address block.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // IP address blocks, using CIDR format, of the traffic to route. This is often
    // the IP address block of the DNS server used for your self-managed domain.
    //
    // IpRoutes is a required field
    IpRoutes []*IpRoute `type:"list" required:"true"`

    // If set to true, updates the inbound and outbound rules of the security group
    // that has the description: "Amazon Web Services created security group for
    // directory ID directory controllers." Following are the new rules:
    //
    // Inbound:
    //
    //    * Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source: 0.0.0.0/0
    //
    //    * Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source: 0.0.0.0/0
    //
    //    * Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source: 0.0.0.0/0
    //
    //    * Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source: 0.0.0.0/0
    //
    //    * Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source: 0.0.0.0/0
    //
    //    * Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source: 0.0.0.0/0
    //
    //    * Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source: 0.0.0.0/0
    //
    //    * Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source: 0.0.0.0/0
    //
    //    * Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source: 0.0.0.0/0
    //
    //    * Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source: 0.0.0.0/0
    //
    //    * Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source: 0.0.0.0/0
    //
    //    * Type: Custom TCP Rule, Protocol: TCP, Range: 1024-65535, Source: 0.0.0.0/0
    //
    //    * Type: Custom TCP Rule, Protocol: TCP, Range: 3268-33269, Source: 0.0.0.0/0
    //
    //    * Type: DNS (UDP), Protocol: UDP, Range: 53, Source: 0.0.0.0/0
    //
    //    * Type: DNS (TCP), Protocol: TCP, Range: 53, Source: 0.0.0.0/0
    //
    //    * Type: LDAP, Protocol: TCP, Range: 389, Source: 0.0.0.0/0
    //
    //    * Type: All ICMP, Protocol: All, Range: N/A, Source: 0.0.0.0/0
    //
    // Outbound:
    //
    //    * Type: All traffic, Protocol: All, Range: All, Destination: 0.0.0.0/0
    //
    // These security rules impact an internal network interface that is not exposed
    // publicly.
    UpdateSecurityGroupForDirectoryControllers *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (AddIpRoutesInput) GoString

func (s AddIpRoutesInput) 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 (*AddIpRoutesInput) SetDirectoryId

func (s *AddIpRoutesInput) SetDirectoryId(v string) *AddIpRoutesInput

SetDirectoryId sets the DirectoryId field's value.

func (*AddIpRoutesInput) SetIpRoutes

func (s *AddIpRoutesInput) SetIpRoutes(v []*IpRoute) *AddIpRoutesInput

SetIpRoutes sets the IpRoutes field's value.

func (*AddIpRoutesInput) SetUpdateSecurityGroupForDirectoryControllers

func (s *AddIpRoutesInput) SetUpdateSecurityGroupForDirectoryControllers(v bool) *AddIpRoutesInput

SetUpdateSecurityGroupForDirectoryControllers sets the UpdateSecurityGroupForDirectoryControllers field's value.

func (AddIpRoutesInput) String

func (s AddIpRoutesInput) 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 (*AddIpRoutesInput) Validate

func (s *AddIpRoutesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddIpRoutesOutput

type AddIpRoutesOutput struct {
    // contains filtered or unexported fields
}

func (AddIpRoutesOutput) GoString

func (s AddIpRoutesOutput) 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 (AddIpRoutesOutput) String

func (s AddIpRoutesOutput) 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 AddRegionInput

type AddRegionInput struct {

    // The identifier of the directory to which you want to add Region replication.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The name of the Region where you want to add domain controllers for replication.
    // For example, us-east-1.
    //
    // RegionName is a required field
    RegionName *string `min:"8" type:"string" required:"true"`

    // Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
    //
    // VPCSettings is a required field
    VPCSettings *DirectoryVpcSettings `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (AddRegionInput) GoString

func (s AddRegionInput) 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 (*AddRegionInput) SetDirectoryId

func (s *AddRegionInput) SetDirectoryId(v string) *AddRegionInput

SetDirectoryId sets the DirectoryId field's value.

func (*AddRegionInput) SetRegionName

func (s *AddRegionInput) SetRegionName(v string) *AddRegionInput

SetRegionName sets the RegionName field's value.

func (*AddRegionInput) SetVPCSettings

func (s *AddRegionInput) SetVPCSettings(v *DirectoryVpcSettings) *AddRegionInput

SetVPCSettings sets the VPCSettings field's value.

func (AddRegionInput) String

func (s AddRegionInput) 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 (*AddRegionInput) Validate

func (s *AddRegionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddRegionOutput

type AddRegionOutput struct {
    // contains filtered or unexported fields
}

func (AddRegionOutput) GoString

func (s AddRegionOutput) 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 (AddRegionOutput) String

func (s AddRegionOutput) 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 AddTagsToResourceInput

type AddTagsToResourceInput struct {

    // Identifier (ID) for the directory to which to add the tag.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // The tags to be assigned to the directory.
    //
    // Tags is a required field
    Tags []*Tag `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (AddTagsToResourceInput) GoString

func (s AddTagsToResourceInput) 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 (*AddTagsToResourceInput) SetResourceId

func (s *AddTagsToResourceInput) SetResourceId(v string) *AddTagsToResourceInput

SetResourceId sets the ResourceId field's value.

func (*AddTagsToResourceInput) SetTags

func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput

SetTags sets the Tags field's value.

func (AddTagsToResourceInput) String

func (s AddTagsToResourceInput) 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 (*AddTagsToResourceInput) Validate

func (s *AddTagsToResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddTagsToResourceOutput

type AddTagsToResourceOutput struct {
    // contains filtered or unexported fields
}

func (AddTagsToResourceOutput) GoString

func (s AddTagsToResourceOutput) 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 (AddTagsToResourceOutput) String

func (s AddTagsToResourceOutput) 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 Attribute

type Attribute struct {

    // The name of the attribute.
    Name *string `min:"1" type:"string"`

    // The value of the attribute.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

Represents a named directory attribute.

func (Attribute) GoString

func (s Attribute) 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 (*Attribute) SetName

func (s *Attribute) SetName(v string) *Attribute

SetName sets the Name field's value.

func (*Attribute) SetValue

func (s *Attribute) SetValue(v string) *Attribute

SetValue sets the Value field's value.

func (Attribute) String

func (s Attribute) 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 (*Attribute) Validate

func (s *Attribute) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AuthenticationFailedException

type AuthenticationFailedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The textual message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The identifier of the request that caused the exception.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

An authentication error occurred.

func (*AuthenticationFailedException) Code

func (s *AuthenticationFailedException) Code() string

Code returns the exception type name.

func (*AuthenticationFailedException) Error

func (s *AuthenticationFailedException) Error() string

func (AuthenticationFailedException) GoString

func (s AuthenticationFailedException) 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 (*AuthenticationFailedException) Message

func (s *AuthenticationFailedException) Message() string

Message returns the exception's message.

func (*AuthenticationFailedException) OrigErr

func (s *AuthenticationFailedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AuthenticationFailedException) RequestID

func (s *AuthenticationFailedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AuthenticationFailedException) StatusCode

func (s *AuthenticationFailedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AuthenticationFailedException) String

func (s AuthenticationFailedException) 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 CancelSchemaExtensionInput

type CancelSchemaExtensionInput struct {

    // The identifier of the directory whose schema extension will be canceled.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The identifier of the schema extension that will be canceled.
    //
    // SchemaExtensionId is a required field
    SchemaExtensionId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CancelSchemaExtensionInput) GoString

func (s CancelSchemaExtensionInput) 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 (*CancelSchemaExtensionInput) SetDirectoryId

func (s *CancelSchemaExtensionInput) SetDirectoryId(v string) *CancelSchemaExtensionInput

SetDirectoryId sets the DirectoryId field's value.

func (*CancelSchemaExtensionInput) SetSchemaExtensionId

func (s *CancelSchemaExtensionInput) SetSchemaExtensionId(v string) *CancelSchemaExtensionInput

SetSchemaExtensionId sets the SchemaExtensionId field's value.

func (CancelSchemaExtensionInput) String

func (s CancelSchemaExtensionInput) 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 (*CancelSchemaExtensionInput) Validate

func (s *CancelSchemaExtensionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelSchemaExtensionOutput

type CancelSchemaExtensionOutput struct {
    // contains filtered or unexported fields
}

func (CancelSchemaExtensionOutput) GoString

func (s CancelSchemaExtensionOutput) 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 (CancelSchemaExtensionOutput) String

func (s CancelSchemaExtensionOutput) 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 Certificate

type Certificate struct {

    // The identifier of the certificate.
    CertificateId *string `type:"string"`

    // A ClientCertAuthSettings object that contains client certificate authentication
    // settings.
    ClientCertAuthSettings *ClientCertAuthSettings `type:"structure"`

    // The common name for the certificate.
    CommonName *string `type:"string"`

    // The date and time when the certificate will expire.
    ExpiryDateTime *time.Time `type:"timestamp"`

    // The date and time that the certificate was registered.
    RegisteredDateTime *time.Time `type:"timestamp"`

    // The state of the certificate.
    State *string `type:"string" enum:"CertificateState"`

    // Describes a state change for the certificate.
    StateReason *string `type:"string"`

    // The function that the registered certificate performs. Valid values include
    // ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
    Type *string `type:"string" enum:"CertificateType"`
    // contains filtered or unexported fields
}

Information about the certificate.

func (Certificate) GoString

func (s Certificate) 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 (*Certificate) SetCertificateId

func (s *Certificate) SetCertificateId(v string) *Certificate

SetCertificateId sets the CertificateId field's value.

func (*Certificate) SetClientCertAuthSettings

func (s *Certificate) SetClientCertAuthSettings(v *ClientCertAuthSettings) *Certificate

SetClientCertAuthSettings sets the ClientCertAuthSettings field's value.

func (*Certificate) SetCommonName

func (s *Certificate) SetCommonName(v string) *Certificate

SetCommonName sets the CommonName field's value.

func (*Certificate) SetExpiryDateTime

func (s *Certificate) SetExpiryDateTime(v time.Time) *Certificate

SetExpiryDateTime sets the ExpiryDateTime field's value.

func (*Certificate) SetRegisteredDateTime

func (s *Certificate) SetRegisteredDateTime(v time.Time) *Certificate

SetRegisteredDateTime sets the RegisteredDateTime field's value.

func (*Certificate) SetState

func (s *Certificate) SetState(v string) *Certificate

SetState sets the State field's value.

func (*Certificate) SetStateReason

func (s *Certificate) SetStateReason(v string) *Certificate

SetStateReason sets the StateReason field's value.

func (*Certificate) SetType

func (s *Certificate) SetType(v string) *Certificate

SetType sets the Type field's value.

func (Certificate) String

func (s Certificate) 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 CertificateAlreadyExistsException

type CertificateAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The certificate has already been registered into the system.

func (*CertificateAlreadyExistsException) Code

func (s *CertificateAlreadyExistsException) Code() string

Code returns the exception type name.

func (*CertificateAlreadyExistsException) Error

func (s *CertificateAlreadyExistsException) Error() string

func (CertificateAlreadyExistsException) GoString

func (s CertificateAlreadyExistsException) 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 (*CertificateAlreadyExistsException) Message

func (s *CertificateAlreadyExistsException) Message() string

Message returns the exception's message.

func (*CertificateAlreadyExistsException) OrigErr

func (s *CertificateAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CertificateAlreadyExistsException) RequestID

func (s *CertificateAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CertificateAlreadyExistsException) StatusCode

func (s *CertificateAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (CertificateAlreadyExistsException) String

func (s CertificateAlreadyExistsException) 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 CertificateDoesNotExistException

type CertificateDoesNotExistException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The certificate is not present in the system for describe or deregister activities.

func (*CertificateDoesNotExistException) Code

func (s *CertificateDoesNotExistException) Code() string

Code returns the exception type name.

func (*CertificateDoesNotExistException) Error

func (s *CertificateDoesNotExistException) Error() string

func (CertificateDoesNotExistException) GoString

func (s CertificateDoesNotExistException) 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 (*CertificateDoesNotExistException) Message

func (s *CertificateDoesNotExistException) Message() string

Message returns the exception's message.

func (*CertificateDoesNotExistException) OrigErr

func (s *CertificateDoesNotExistException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CertificateDoesNotExistException) RequestID

func (s *CertificateDoesNotExistException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CertificateDoesNotExistException) StatusCode

func (s *CertificateDoesNotExistException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (CertificateDoesNotExistException) String

func (s CertificateDoesNotExistException) 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 CertificateInUseException

type CertificateInUseException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The certificate is being used for the LDAP security connection and cannot be removed without disabling LDAP security.

func (*CertificateInUseException) Code

func (s *CertificateInUseException) Code() string

Code returns the exception type name.

func (*CertificateInUseException) Error

func (s *CertificateInUseException) Error() string

func (CertificateInUseException) GoString

func (s CertificateInUseException) 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 (*CertificateInUseException) Message

func (s *CertificateInUseException) Message() string

Message returns the exception's message.

func (*CertificateInUseException) OrigErr

func (s *CertificateInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CertificateInUseException) RequestID

func (s *CertificateInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CertificateInUseException) StatusCode

func (s *CertificateInUseException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (CertificateInUseException) String

func (s CertificateInUseException) 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 CertificateInfo

type CertificateInfo struct {

    // The identifier of the certificate.
    CertificateId *string `type:"string"`

    // The common name for the certificate.
    CommonName *string `type:"string"`

    // The date and time when the certificate will expire.
    ExpiryDateTime *time.Time `type:"timestamp"`

    // The state of the certificate.
    State *string `type:"string" enum:"CertificateState"`

    // The function that the registered certificate performs. Valid values include
    // ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
    Type *string `type:"string" enum:"CertificateType"`
    // contains filtered or unexported fields
}

Contains general information about a certificate.

func (CertificateInfo) GoString

func (s CertificateInfo) 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 (*CertificateInfo) SetCertificateId

func (s *CertificateInfo) SetCertificateId(v string) *CertificateInfo

SetCertificateId sets the CertificateId field's value.

func (*CertificateInfo) SetCommonName

func (s *CertificateInfo) SetCommonName(v string) *CertificateInfo

SetCommonName sets the CommonName field's value.

func (*CertificateInfo) SetExpiryDateTime

func (s *CertificateInfo) SetExpiryDateTime(v time.Time) *CertificateInfo

SetExpiryDateTime sets the ExpiryDateTime field's value.

func (*CertificateInfo) SetState

func (s *CertificateInfo) SetState(v string) *CertificateInfo

SetState sets the State field's value.

func (*CertificateInfo) SetType

func (s *CertificateInfo) SetType(v string) *CertificateInfo

SetType sets the Type field's value.

func (CertificateInfo) String

func (s CertificateInfo) 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 CertificateLimitExceededException

type CertificateLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The certificate could not be added because the certificate limit has been reached.

func (*CertificateLimitExceededException) Code

func (s *CertificateLimitExceededException) Code() string

Code returns the exception type name.

func (*CertificateLimitExceededException) Error

func (s *CertificateLimitExceededException) Error() string

func (CertificateLimitExceededException) GoString

func (s CertificateLimitExceededException) 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 (*CertificateLimitExceededException) Message

func (s *CertificateLimitExceededException) Message() string

Message returns the exception's message.

func (*CertificateLimitExceededException) OrigErr

func (s *CertificateLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CertificateLimitExceededException) RequestID

func (s *CertificateLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CertificateLimitExceededException) StatusCode

func (s *CertificateLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (CertificateLimitExceededException) String

func (s CertificateLimitExceededException) 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 ClientAuthenticationSettingInfo

type ClientAuthenticationSettingInfo struct {

    // The date and time when the status of the client authentication type was last
    // updated.
    LastUpdatedDateTime *time.Time `type:"timestamp"`

    // Whether the client authentication type is enabled or disabled for the specified
    // directory.
    Status *string `type:"string" enum:"ClientAuthenticationStatus"`

    // The type of client authentication for the specified directory. If no type
    // is specified, a list of all client authentication types that are supported
    // for the directory is retrieved.
    Type *string `type:"string" enum:"ClientAuthenticationType"`
    // contains filtered or unexported fields
}

Contains information about a client authentication method for a directory.

func (ClientAuthenticationSettingInfo) GoString

func (s ClientAuthenticationSettingInfo) 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 (*ClientAuthenticationSettingInfo) SetLastUpdatedDateTime

func (s *ClientAuthenticationSettingInfo) SetLastUpdatedDateTime(v time.Time) *ClientAuthenticationSettingInfo

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*ClientAuthenticationSettingInfo) SetStatus

func (s *ClientAuthenticationSettingInfo) SetStatus(v string) *ClientAuthenticationSettingInfo

SetStatus sets the Status field's value.

func (*ClientAuthenticationSettingInfo) SetType

func (s *ClientAuthenticationSettingInfo) SetType(v string) *ClientAuthenticationSettingInfo

SetType sets the Type field's value.

func (ClientAuthenticationSettingInfo) String

func (s ClientAuthenticationSettingInfo) 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 ClientCertAuthSettings

type ClientCertAuthSettings struct {

    // Specifies the URL of the default OCSP server used to check for revocation
    // status. A secondary value to any OCSP address found in the AIA extension
    // of the user certificate.
    OCSPUrl *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains information about the client certificate authentication settings for the RegisterCertificate and DescribeCertificate operations.

func (ClientCertAuthSettings) GoString

func (s ClientCertAuthSettings) 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 (*ClientCertAuthSettings) SetOCSPUrl

func (s *ClientCertAuthSettings) SetOCSPUrl(v string) *ClientCertAuthSettings

SetOCSPUrl sets the OCSPUrl field's value.

func (ClientCertAuthSettings) String

func (s ClientCertAuthSettings) 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 (*ClientCertAuthSettings) Validate

func (s *ClientCertAuthSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ClientException

type ClientException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

A client exception has occurred.

func (*ClientException) Code

func (s *ClientException) Code() string

Code returns the exception type name.

func (*ClientException) Error

func (s *ClientException) Error() string

func (ClientException) GoString

func (s ClientException) 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 (*ClientException) Message

func (s *ClientException) Message() string

Message returns the exception's message.

func (*ClientException) OrigErr

func (s *ClientException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ClientException) RequestID

func (s *ClientException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ClientException) StatusCode

func (s *ClientException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ClientException) String

func (s ClientException) 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 Computer

type Computer struct {

    // An array of Attribute objects containing the LDAP attributes that belong
    // to the computer account.
    ComputerAttributes []*Attribute `type:"list"`

    // The identifier of the computer.
    ComputerId *string `min:"1" type:"string"`

    // The computer name.
    ComputerName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains information about a computer account in a directory.

func (Computer) GoString

func (s Computer) 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 (*Computer) SetComputerAttributes

func (s *Computer) SetComputerAttributes(v []*Attribute) *Computer

SetComputerAttributes sets the ComputerAttributes field's value.

func (*Computer) SetComputerId

func (s *Computer) SetComputerId(v string) *Computer

SetComputerId sets the ComputerId field's value.

func (*Computer) SetComputerName

func (s *Computer) SetComputerName(v string) *Computer

SetComputerName sets the ComputerName field's value.

func (Computer) String

func (s Computer) 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 ConditionalForwarder

type ConditionalForwarder struct {

    // The IP addresses of the remote DNS server associated with RemoteDomainName.
    // This is the IP address of the DNS server that your conditional forwarder
    // points to.
    DnsIpAddrs []*string `type:"list"`

    // The fully qualified domain name (FQDN) of the remote domains pointed to by
    // the conditional forwarder.
    RemoteDomainName *string `type:"string"`

    // The replication scope of the conditional forwarder. The only allowed value
    // is Domain, which will replicate the conditional forwarder to all of the domain
    // controllers for your Amazon Web Services directory.
    ReplicationScope *string `type:"string" enum:"ReplicationScope"`
    // contains filtered or unexported fields
}

Points to a remote domain with which you are setting up a trust relationship. Conditional forwarders are required in order to set up a trust relationship with another domain.

func (ConditionalForwarder) GoString

func (s ConditionalForwarder) 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 (*ConditionalForwarder) SetDnsIpAddrs

func (s *ConditionalForwarder) SetDnsIpAddrs(v []*string) *ConditionalForwarder

SetDnsIpAddrs sets the DnsIpAddrs field's value.

func (*ConditionalForwarder) SetRemoteDomainName

func (s *ConditionalForwarder) SetRemoteDomainName(v string) *ConditionalForwarder

SetRemoteDomainName sets the RemoteDomainName field's value.

func (*ConditionalForwarder) SetReplicationScope

func (s *ConditionalForwarder) SetReplicationScope(v string) *ConditionalForwarder

SetReplicationScope sets the ReplicationScope field's value.

func (ConditionalForwarder) String

func (s ConditionalForwarder) 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 ConnectDirectoryInput

type ConnectDirectoryInput struct {

    // A DirectoryConnectSettings object that contains additional information for
    // the operation.
    //
    // ConnectSettings is a required field
    ConnectSettings *DirectoryConnectSettings `type:"structure" required:"true"`

    // A description for the directory.
    Description *string `type:"string"`

    // The fully qualified name of your self-managed directory, such as corp.example.com.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The password for your self-managed user account.
    //
    // Password is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ConnectDirectoryInput's
    // String and GoString methods.
    //
    // Password is a required field
    Password *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // The NetBIOS name of your self-managed directory, such as CORP.
    ShortName *string `type:"string"`

    // The size of the directory.
    //
    // Size is a required field
    Size *string `type:"string" required:"true" enum:"DirectorySize"`

    // The tags to be assigned to AD Connector.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

Contains the inputs for the ConnectDirectory operation.

func (ConnectDirectoryInput) GoString

func (s ConnectDirectoryInput) 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 (*ConnectDirectoryInput) SetConnectSettings

func (s *ConnectDirectoryInput) SetConnectSettings(v *DirectoryConnectSettings) *ConnectDirectoryInput

SetConnectSettings sets the ConnectSettings field's value.

func (*ConnectDirectoryInput) SetDescription

func (s *ConnectDirectoryInput) SetDescription(v string) *ConnectDirectoryInput

SetDescription sets the Description field's value.

func (*ConnectDirectoryInput) SetName

func (s *ConnectDirectoryInput) SetName(v string) *ConnectDirectoryInput

SetName sets the Name field's value.

func (*ConnectDirectoryInput) SetPassword

func (s *ConnectDirectoryInput) SetPassword(v string) *ConnectDirectoryInput

SetPassword sets the Password field's value.

func (*ConnectDirectoryInput) SetShortName

func (s *ConnectDirectoryInput) SetShortName(v string) *ConnectDirectoryInput

SetShortName sets the ShortName field's value.

func (*ConnectDirectoryInput) SetSize

func (s *ConnectDirectoryInput) SetSize(v string) *ConnectDirectoryInput

SetSize sets the Size field's value.

func (*ConnectDirectoryInput) SetTags

func (s *ConnectDirectoryInput) SetTags(v []*Tag) *ConnectDirectoryInput

SetTags sets the Tags field's value.

func (ConnectDirectoryInput) String

func (s ConnectDirectoryInput) 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 (*ConnectDirectoryInput) Validate

func (s *ConnectDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConnectDirectoryOutput

type ConnectDirectoryOutput struct {

    // The identifier of the new directory.
    DirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the results of the ConnectDirectory operation.

func (ConnectDirectoryOutput) GoString

func (s ConnectDirectoryOutput) 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 (*ConnectDirectoryOutput) SetDirectoryId

func (s *ConnectDirectoryOutput) SetDirectoryId(v string) *ConnectDirectoryOutput

SetDirectoryId sets the DirectoryId field's value.

func (ConnectDirectoryOutput) String

func (s ConnectDirectoryOutput) 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 CreateAliasInput

type CreateAliasInput struct {

    // The requested alias.
    //
    // The alias must be unique amongst all aliases in Amazon Web Services. This
    // operation throws an EntityAlreadyExistsException error if the alias already
    // exists.
    //
    // Alias is a required field
    Alias *string `min:"1" type:"string" required:"true"`

    // The identifier of the directory for which to create the alias.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the CreateAlias operation.

func (CreateAliasInput) GoString

func (s CreateAliasInput) 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 (*CreateAliasInput) SetAlias

func (s *CreateAliasInput) SetAlias(v string) *CreateAliasInput

SetAlias sets the Alias field's value.

func (*CreateAliasInput) SetDirectoryId

func (s *CreateAliasInput) SetDirectoryId(v string) *CreateAliasInput

SetDirectoryId sets the DirectoryId field's value.

func (CreateAliasInput) String

func (s CreateAliasInput) 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 (*CreateAliasInput) Validate

func (s *CreateAliasInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAliasOutput

type CreateAliasOutput struct {

    // The alias for the directory.
    Alias *string `min:"1" type:"string"`

    // The identifier of the directory.
    DirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the results of the CreateAlias operation.

func (CreateAliasOutput) GoString

func (s CreateAliasOutput) 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 (*CreateAliasOutput) SetAlias

func (s *CreateAliasOutput) SetAlias(v string) *CreateAliasOutput

SetAlias sets the Alias field's value.

func (*CreateAliasOutput) SetDirectoryId

func (s *CreateAliasOutput) SetDirectoryId(v string) *CreateAliasOutput

SetDirectoryId sets the DirectoryId field's value.

func (CreateAliasOutput) String

func (s CreateAliasOutput) 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 CreateComputerInput

type CreateComputerInput struct {

    // An array of Attribute objects that contain any LDAP attributes to apply to
    // the computer account.
    ComputerAttributes []*Attribute `type:"list"`

    // The name of the computer account.
    //
    // ComputerName is a required field
    ComputerName *string `min:"1" type:"string" required:"true"`

    // The identifier of the directory in which to create the computer account.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The fully-qualified distinguished name of the organizational unit to place
    // the computer account in.
    OrganizationalUnitDistinguishedName *string `min:"1" type:"string"`

    // A one-time password that is used to join the computer to the directory. You
    // should generate a random, strong password to use for this parameter.
    //
    // Password is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateComputerInput's
    // String and GoString methods.
    //
    // Password is a required field
    Password *string `min:"8" type:"string" required:"true" sensitive:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the CreateComputer operation.

func (CreateComputerInput) GoString

func (s CreateComputerInput) 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 (*CreateComputerInput) SetComputerAttributes

func (s *CreateComputerInput) SetComputerAttributes(v []*Attribute) *CreateComputerInput

SetComputerAttributes sets the ComputerAttributes field's value.

func (*CreateComputerInput) SetComputerName

func (s *CreateComputerInput) SetComputerName(v string) *CreateComputerInput

SetComputerName sets the ComputerName field's value.

func (*CreateComputerInput) SetDirectoryId

func (s *CreateComputerInput) SetDirectoryId(v string) *CreateComputerInput

SetDirectoryId sets the DirectoryId field's value.

func (*CreateComputerInput) SetOrganizationalUnitDistinguishedName

func (s *CreateComputerInput) SetOrganizationalUnitDistinguishedName(v string) *CreateComputerInput

SetOrganizationalUnitDistinguishedName sets the OrganizationalUnitDistinguishedName field's value.

func (*CreateComputerInput) SetPassword

func (s *CreateComputerInput) SetPassword(v string) *CreateComputerInput

SetPassword sets the Password field's value.

func (CreateComputerInput) String

func (s CreateComputerInput) 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 (*CreateComputerInput) Validate

func (s *CreateComputerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateComputerOutput

type CreateComputerOutput struct {

    // A Computer object that represents the computer account.
    Computer *Computer `type:"structure"`
    // contains filtered or unexported fields
}

Contains the results for the CreateComputer operation.

func (CreateComputerOutput) GoString

func (s CreateComputerOutput) 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 (*CreateComputerOutput) SetComputer

func (s *CreateComputerOutput) SetComputer(v *Computer) *CreateComputerOutput

SetComputer sets the Computer field's value.

func (CreateComputerOutput) String

func (s CreateComputerOutput) 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 CreateConditionalForwarderInput

type CreateConditionalForwarderInput struct {

    // The directory ID of the Amazon Web Services directory for which you are creating
    // the conditional forwarder.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The IP addresses of the remote DNS server associated with RemoteDomainName.
    //
    // DnsIpAddrs is a required field
    DnsIpAddrs []*string `type:"list" required:"true"`

    // The fully qualified domain name (FQDN) of the remote domain with which you
    // will set up a trust relationship.
    //
    // RemoteDomainName is a required field
    RemoteDomainName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.

func (CreateConditionalForwarderInput) GoString

func (s CreateConditionalForwarderInput) 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 (*CreateConditionalForwarderInput) SetDirectoryId

func (s *CreateConditionalForwarderInput) SetDirectoryId(v string) *CreateConditionalForwarderInput

SetDirectoryId sets the DirectoryId field's value.

func (*CreateConditionalForwarderInput) SetDnsIpAddrs

func (s *CreateConditionalForwarderInput) SetDnsIpAddrs(v []*string) *CreateConditionalForwarderInput

SetDnsIpAddrs sets the DnsIpAddrs field's value.

func (*CreateConditionalForwarderInput) SetRemoteDomainName

func (s *CreateConditionalForwarderInput) SetRemoteDomainName(v string) *CreateConditionalForwarderInput

SetRemoteDomainName sets the RemoteDomainName field's value.

func (CreateConditionalForwarderInput) String

func (s CreateConditionalForwarderInput) 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 (*CreateConditionalForwarderInput) Validate

func (s *CreateConditionalForwarderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateConditionalForwarderOutput

type CreateConditionalForwarderOutput struct {
    // contains filtered or unexported fields
}

The result of a CreateConditinalForwarder request.

func (CreateConditionalForwarderOutput) GoString

func (s CreateConditionalForwarderOutput) 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 (CreateConditionalForwarderOutput) String

func (s CreateConditionalForwarderOutput) 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 CreateDirectoryInput

type CreateDirectoryInput struct {

    // A description for the directory.
    Description *string `type:"string"`

    // The fully qualified name for the directory, such as corp.example.com.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The password for the directory administrator. The directory creation process
    // creates a directory administrator account with the user name Administrator
    // and this password.
    //
    // If you need to change the password for the administrator account, you can
    // use the ResetUserPassword API call.
    //
    // The regex pattern for this string is made up of the following conditions:
    //
    //    * Length (?=^.{8,64}$) – Must be between 8 and 64 characters
    //
    // AND any 3 of the following password complexity rules required by Active Directory:
    //
    //    * Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
    //
    //    * Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
    //
    //    * Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
    //
    //    * Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
    //
    // For additional information about how Active Directory passwords are enforced,
    // see Password must meet complexity requirements (https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/password-must-meet-complexity-requirements)
    // on the Microsoft website.
    //
    // Password is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateDirectoryInput's
    // String and GoString methods.
    //
    // Password is a required field
    Password *string `type:"string" required:"true" sensitive:"true"`

    // The NetBIOS name of the directory, such as CORP.
    ShortName *string `type:"string"`

    // The size of the directory.
    //
    // Size is a required field
    Size *string `type:"string" required:"true" enum:"DirectorySize"`

    // The tags to be assigned to the Simple AD directory.
    Tags []*Tag `type:"list"`

    // A DirectoryVpcSettings object that contains additional information for the
    // operation.
    VpcSettings *DirectoryVpcSettings `type:"structure"`
    // contains filtered or unexported fields
}

Contains the inputs for the CreateDirectory operation.

func (CreateDirectoryInput) GoString

func (s CreateDirectoryInput) 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 (*CreateDirectoryInput) SetDescription

func (s *CreateDirectoryInput) SetDescription(v string) *CreateDirectoryInput

SetDescription sets the Description field's value.

func (*CreateDirectoryInput) SetName

func (s *CreateDirectoryInput) SetName(v string) *CreateDirectoryInput

SetName sets the Name field's value.

func (*CreateDirectoryInput) SetPassword

func (s *CreateDirectoryInput) SetPassword(v string) *CreateDirectoryInput

SetPassword sets the Password field's value.

func (*CreateDirectoryInput) SetShortName

func (s *CreateDirectoryInput) SetShortName(v string) *CreateDirectoryInput

SetShortName sets the ShortName field's value.

func (*CreateDirectoryInput) SetSize

func (s *CreateDirectoryInput) SetSize(v string) *CreateDirectoryInput

SetSize sets the Size field's value.

func (*CreateDirectoryInput) SetTags

func (s *CreateDirectoryInput) SetTags(v []*Tag) *CreateDirectoryInput

SetTags sets the Tags field's value.

func (*CreateDirectoryInput) SetVpcSettings

func (s *CreateDirectoryInput) SetVpcSettings(v *DirectoryVpcSettings) *CreateDirectoryInput

SetVpcSettings sets the VpcSettings field's value.

func (CreateDirectoryInput) String

func (s CreateDirectoryInput) 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 (*CreateDirectoryInput) Validate

func (s *CreateDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDirectoryOutput

type CreateDirectoryOutput struct {

    // The identifier of the directory that was created.
    DirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the results of the CreateDirectory operation.

func (CreateDirectoryOutput) GoString

func (s CreateDirectoryOutput) 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 (*CreateDirectoryOutput) SetDirectoryId

func (s *CreateDirectoryOutput) SetDirectoryId(v string) *CreateDirectoryOutput

SetDirectoryId sets the DirectoryId field's value.

func (CreateDirectoryOutput) String

func (s CreateDirectoryOutput) 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 CreateLogSubscriptionInput

type CreateLogSubscriptionInput struct {

    // Identifier of the directory to which you want to subscribe and receive real-time
    // logs to your specified CloudWatch log group.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The name of the CloudWatch log group where the real-time domain controller
    // logs are forwarded.
    //
    // LogGroupName is a required field
    LogGroupName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateLogSubscriptionInput) GoString

func (s CreateLogSubscriptionInput) 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 (*CreateLogSubscriptionInput) SetDirectoryId

func (s *CreateLogSubscriptionInput) SetDirectoryId(v string) *CreateLogSubscriptionInput

SetDirectoryId sets the DirectoryId field's value.

func (*CreateLogSubscriptionInput) SetLogGroupName

func (s *CreateLogSubscriptionInput) SetLogGroupName(v string) *CreateLogSubscriptionInput

SetLogGroupName sets the LogGroupName field's value.

func (CreateLogSubscriptionInput) String

func (s CreateLogSubscriptionInput) 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 (*CreateLogSubscriptionInput) Validate

func (s *CreateLogSubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLogSubscriptionOutput

type CreateLogSubscriptionOutput struct {
    // contains filtered or unexported fields
}

func (CreateLogSubscriptionOutput) GoString

func (s CreateLogSubscriptionOutput) 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 (CreateLogSubscriptionOutput) String

func (s CreateLogSubscriptionOutput) 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 CreateMicrosoftADInput

type CreateMicrosoftADInput struct {

    // A description for the directory. This label will appear on the Amazon Web
    // Services console Directory Details page after the directory is created.
    Description *string `type:"string"`

    // Managed Microsoft AD is available in two editions: Standard and Enterprise.
    // Enterprise is the default.
    Edition *string `type:"string" enum:"DirectoryEdition"`

    // The fully qualified domain name for the Managed Microsoft AD directory, such
    // as corp.example.com. This name will resolve inside your VPC only. It does
    // not need to be publicly resolvable.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The password for the default administrative user named Admin.
    //
    // If you need to change the password for the administrator account, you can
    // use the ResetUserPassword API call.
    //
    // Password is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateMicrosoftADInput's
    // String and GoString methods.
    //
    // Password is a required field
    Password *string `type:"string" required:"true" sensitive:"true"`

    // The NetBIOS name for your domain, such as CORP. If you don't specify a NetBIOS
    // name, it will default to the first part of your directory DNS. For example,
    // CORP for the directory DNS corp.example.com.
    ShortName *string `type:"string"`

    // The tags to be assigned to the Managed Microsoft AD directory.
    Tags []*Tag `type:"list"`

    // Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
    //
    // VpcSettings is a required field
    VpcSettings *DirectoryVpcSettings `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Creates an Managed Microsoft AD directory.

func (CreateMicrosoftADInput) GoString

func (s CreateMicrosoftADInput) 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 (*CreateMicrosoftADInput) SetDescription

func (s *CreateMicrosoftADInput) SetDescription(v string) *CreateMicrosoftADInput

SetDescription sets the Description field's value.

func (*CreateMicrosoftADInput) SetEdition

func (s *CreateMicrosoftADInput) SetEdition(v string) *CreateMicrosoftADInput

SetEdition sets the Edition field's value.

func (*CreateMicrosoftADInput) SetName

func (s *CreateMicrosoftADInput) SetName(v string) *CreateMicrosoftADInput

SetName sets the Name field's value.

func (*CreateMicrosoftADInput) SetPassword

func (s *CreateMicrosoftADInput) SetPassword(v string) *CreateMicrosoftADInput

SetPassword sets the Password field's value.

func (*CreateMicrosoftADInput) SetShortName

func (s *CreateMicrosoftADInput) SetShortName(v string) *CreateMicrosoftADInput

SetShortName sets the ShortName field's value.

func (*CreateMicrosoftADInput) SetTags

func (s *CreateMicrosoftADInput) SetTags(v []*Tag) *CreateMicrosoftADInput

SetTags sets the Tags field's value.

func (*CreateMicrosoftADInput) SetVpcSettings

func (s *CreateMicrosoftADInput) SetVpcSettings(v *DirectoryVpcSettings) *CreateMicrosoftADInput

SetVpcSettings sets the VpcSettings field's value.

func (CreateMicrosoftADInput) String

func (s CreateMicrosoftADInput) 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 (*CreateMicrosoftADInput) Validate

func (s *CreateMicrosoftADInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMicrosoftADOutput

type CreateMicrosoftADOutput struct {

    // The identifier of the directory that was created.
    DirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

Result of a CreateMicrosoftAD request.

func (CreateMicrosoftADOutput) GoString

func (s CreateMicrosoftADOutput) 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 (*CreateMicrosoftADOutput) SetDirectoryId

func (s *CreateMicrosoftADOutput) SetDirectoryId(v string) *CreateMicrosoftADOutput

SetDirectoryId sets the DirectoryId field's value.

func (CreateMicrosoftADOutput) String

func (s CreateMicrosoftADOutput) 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 CreateSnapshotInput

type CreateSnapshotInput struct {

    // The identifier of the directory of which to take a snapshot.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The descriptive name to apply to the snapshot.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the inputs for the CreateSnapshot operation.

func (CreateSnapshotInput) GoString

func (s CreateSnapshotInput) 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 (*CreateSnapshotInput) SetDirectoryId

func (s *CreateSnapshotInput) SetDirectoryId(v string) *CreateSnapshotInput

SetDirectoryId sets the DirectoryId field's value.

func (*CreateSnapshotInput) SetName

func (s *CreateSnapshotInput) SetName(v string) *CreateSnapshotInput

SetName sets the Name field's value.

func (CreateSnapshotInput) String

func (s CreateSnapshotInput) 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 (*CreateSnapshotInput) Validate

func (s *CreateSnapshotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSnapshotOutput

type CreateSnapshotOutput struct {

    // The identifier of the snapshot that was created.
    SnapshotId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the results of the CreateSnapshot operation.

func (CreateSnapshotOutput) GoString

func (s CreateSnapshotOutput) 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 (*CreateSnapshotOutput) SetSnapshotId

func (s *CreateSnapshotOutput) SetSnapshotId(v string) *CreateSnapshotOutput

SetSnapshotId sets the SnapshotId field's value.

func (CreateSnapshotOutput) String

func (s CreateSnapshotOutput) 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 CreateTrustInput

type CreateTrustInput struct {

    // The IP addresses of the remote DNS server associated with RemoteDomainName.
    ConditionalForwarderIpAddrs []*string `type:"list"`

    // The Directory ID of the Managed Microsoft AD directory for which to establish
    // the trust relationship.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The Fully Qualified Domain Name (FQDN) of the external domain for which to
    // create the trust relationship.
    //
    // RemoteDomainName is a required field
    RemoteDomainName *string `type:"string" required:"true"`

    // Optional parameter to enable selective authentication for the trust.
    SelectiveAuth *string `type:"string" enum:"SelectiveAuth"`

    // The direction of the trust relationship.
    //
    // TrustDirection is a required field
    TrustDirection *string `type:"string" required:"true" enum:"TrustDirection"`

    // The trust password. The must be the same password that was used when creating
    // the trust relationship on the external domain.
    //
    // TrustPassword is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateTrustInput's
    // String and GoString methods.
    //
    // TrustPassword is a required field
    TrustPassword *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // The trust relationship type. Forest is the default.
    TrustType *string `type:"string" enum:"TrustType"`
    // contains filtered or unexported fields
}

Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

This action initiates the creation of the Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory and an external domain.

func (CreateTrustInput) GoString

func (s CreateTrustInput) 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 (*CreateTrustInput) SetConditionalForwarderIpAddrs

func (s *CreateTrustInput) SetConditionalForwarderIpAddrs(v []*string) *CreateTrustInput

SetConditionalForwarderIpAddrs sets the ConditionalForwarderIpAddrs field's value.

func (*CreateTrustInput) SetDirectoryId

func (s *CreateTrustInput) SetDirectoryId(v string) *CreateTrustInput

SetDirectoryId sets the DirectoryId field's value.

func (*CreateTrustInput) SetRemoteDomainName

func (s *CreateTrustInput) SetRemoteDomainName(v string) *CreateTrustInput

SetRemoteDomainName sets the RemoteDomainName field's value.

func (*CreateTrustInput) SetSelectiveAuth

func (s *CreateTrustInput) SetSelectiveAuth(v string) *CreateTrustInput

SetSelectiveAuth sets the SelectiveAuth field's value.

func (*CreateTrustInput) SetTrustDirection

func (s *CreateTrustInput) SetTrustDirection(v string) *CreateTrustInput

SetTrustDirection sets the TrustDirection field's value.

func (*CreateTrustInput) SetTrustPassword

func (s *CreateTrustInput) SetTrustPassword(v string) *CreateTrustInput

SetTrustPassword sets the TrustPassword field's value.

func (*CreateTrustInput) SetTrustType

func (s *CreateTrustInput) SetTrustType(v string) *CreateTrustInput

SetTrustType sets the TrustType field's value.

func (CreateTrustInput) String

func (s CreateTrustInput) 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 (*CreateTrustInput) Validate

func (s *CreateTrustInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTrustOutput

type CreateTrustOutput struct {

    // A unique identifier for the trust relationship that was created.
    TrustId *string `type:"string"`
    // contains filtered or unexported fields
}

The result of a CreateTrust request.

func (CreateTrustOutput) GoString

func (s CreateTrustOutput) 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 (*CreateTrustOutput) SetTrustId

func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput

SetTrustId sets the TrustId field's value.

func (CreateTrustOutput) String

func (s CreateTrustOutput) 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 DeleteConditionalForwarderInput

type DeleteConditionalForwarderInput struct {

    // The directory ID for which you are deleting the conditional forwarder.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The fully qualified domain name (FQDN) of the remote domain with which you
    // are deleting the conditional forwarder.
    //
    // RemoteDomainName is a required field
    RemoteDomainName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Deletes a conditional forwarder.

func (DeleteConditionalForwarderInput) GoString

func (s DeleteConditionalForwarderInput) 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 (*DeleteConditionalForwarderInput) SetDirectoryId

func (s *DeleteConditionalForwarderInput) SetDirectoryId(v string) *DeleteConditionalForwarderInput

SetDirectoryId sets the DirectoryId field's value.

func (*DeleteConditionalForwarderInput) SetRemoteDomainName

func (s *DeleteConditionalForwarderInput) SetRemoteDomainName(v string) *DeleteConditionalForwarderInput

SetRemoteDomainName sets the RemoteDomainName field's value.

func (DeleteConditionalForwarderInput) String

func (s DeleteConditionalForwarderInput) 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 (*DeleteConditionalForwarderInput) Validate

func (s *DeleteConditionalForwarderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteConditionalForwarderOutput

type DeleteConditionalForwarderOutput struct {
    // contains filtered or unexported fields
}

The result of a DeleteConditionalForwarder request.

func (DeleteConditionalForwarderOutput) GoString

func (s DeleteConditionalForwarderOutput) 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 (DeleteConditionalForwarderOutput) String

func (s DeleteConditionalForwarderOutput) 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 DeleteDirectoryInput

type DeleteDirectoryInput struct {

    // The identifier of the directory to delete.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the DeleteDirectory operation.

func (DeleteDirectoryInput) GoString

func (s DeleteDirectoryInput) 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 (*DeleteDirectoryInput) SetDirectoryId

func (s *DeleteDirectoryInput) SetDirectoryId(v string) *DeleteDirectoryInput

SetDirectoryId sets the DirectoryId field's value.

func (DeleteDirectoryInput) String

func (s DeleteDirectoryInput) 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 (*DeleteDirectoryInput) Validate

func (s *DeleteDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDirectoryOutput

type DeleteDirectoryOutput struct {

    // The directory identifier.
    DirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the results of the DeleteDirectory operation.

func (DeleteDirectoryOutput) GoString

func (s DeleteDirectoryOutput) 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 (*DeleteDirectoryOutput) SetDirectoryId

func (s *DeleteDirectoryOutput) SetDirectoryId(v string) *DeleteDirectoryOutput

SetDirectoryId sets the DirectoryId field's value.

func (DeleteDirectoryOutput) String

func (s DeleteDirectoryOutput) 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 DeleteLogSubscriptionInput

type DeleteLogSubscriptionInput struct {

    // Identifier of the directory whose log subscription you want to delete.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteLogSubscriptionInput) GoString

func (s DeleteLogSubscriptionInput) 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 (*DeleteLogSubscriptionInput) SetDirectoryId

func (s *DeleteLogSubscriptionInput) SetDirectoryId(v string) *DeleteLogSubscriptionInput

SetDirectoryId sets the DirectoryId field's value.

func (DeleteLogSubscriptionInput) String

func (s DeleteLogSubscriptionInput) 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 (*DeleteLogSubscriptionInput) Validate

func (s *DeleteLogSubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteLogSubscriptionOutput

type DeleteLogSubscriptionOutput struct {
    // contains filtered or unexported fields
}

func (DeleteLogSubscriptionOutput) GoString

func (s DeleteLogSubscriptionOutput) 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 (DeleteLogSubscriptionOutput) String

func (s DeleteLogSubscriptionOutput) 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 DeleteSnapshotInput

type DeleteSnapshotInput struct {

    // The identifier of the directory snapshot to be deleted.
    //
    // SnapshotId is a required field
    SnapshotId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the DeleteSnapshot operation.

func (DeleteSnapshotInput) GoString

func (s DeleteSnapshotInput) 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 (*DeleteSnapshotInput) SetSnapshotId

func (s *DeleteSnapshotInput) SetSnapshotId(v string) *DeleteSnapshotInput

SetSnapshotId sets the SnapshotId field's value.

func (DeleteSnapshotInput) String

func (s DeleteSnapshotInput) 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 (*DeleteSnapshotInput) Validate

func (s *DeleteSnapshotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSnapshotOutput

type DeleteSnapshotOutput struct {

    // The identifier of the directory snapshot that was deleted.
    SnapshotId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the results of the DeleteSnapshot operation.

func (DeleteSnapshotOutput) GoString

func (s DeleteSnapshotOutput) 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 (*DeleteSnapshotOutput) SetSnapshotId

func (s *DeleteSnapshotOutput) SetSnapshotId(v string) *DeleteSnapshotOutput

SetSnapshotId sets the SnapshotId field's value.

func (DeleteSnapshotOutput) String

func (s DeleteSnapshotOutput) 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 DeleteTrustInput

type DeleteTrustInput struct {

    // Delete a conditional forwarder as part of a DeleteTrustRequest.
    DeleteAssociatedConditionalForwarder *bool `type:"boolean"`

    // The Trust ID of the trust relationship to be deleted.
    //
    // TrustId is a required field
    TrustId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Deletes the local side of an existing trust relationship between the Managed Microsoft AD directory and the external domain.

func (DeleteTrustInput) GoString

func (s DeleteTrustInput) 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 (*DeleteTrustInput) SetDeleteAssociatedConditionalForwarder

func (s *DeleteTrustInput) SetDeleteAssociatedConditionalForwarder(v bool) *DeleteTrustInput

SetDeleteAssociatedConditionalForwarder sets the DeleteAssociatedConditionalForwarder field's value.

func (*DeleteTrustInput) SetTrustId

func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput

SetTrustId sets the TrustId field's value.

func (DeleteTrustInput) String

func (s DeleteTrustInput) 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 (*DeleteTrustInput) Validate

func (s *DeleteTrustInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTrustOutput

type DeleteTrustOutput struct {

    // The Trust ID of the trust relationship that was deleted.
    TrustId *string `type:"string"`
    // contains filtered or unexported fields
}

The result of a DeleteTrust request.

func (DeleteTrustOutput) GoString

func (s DeleteTrustOutput) 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 (*DeleteTrustOutput) SetTrustId

func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput

SetTrustId sets the TrustId field's value.

func (DeleteTrustOutput) String

func (s DeleteTrustOutput) 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 DeregisterCertificateInput

type DeregisterCertificateInput struct {

    // The identifier of the certificate.
    //
    // CertificateId is a required field
    CertificateId *string `type:"string" required:"true"`

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterCertificateInput) GoString

func (s DeregisterCertificateInput) 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 (*DeregisterCertificateInput) SetCertificateId

func (s *DeregisterCertificateInput) SetCertificateId(v string) *DeregisterCertificateInput

SetCertificateId sets the CertificateId field's value.

func (*DeregisterCertificateInput) SetDirectoryId

func (s *DeregisterCertificateInput) SetDirectoryId(v string) *DeregisterCertificateInput

SetDirectoryId sets the DirectoryId field's value.

func (DeregisterCertificateInput) String

func (s DeregisterCertificateInput) 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 (*DeregisterCertificateInput) Validate

func (s *DeregisterCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterCertificateOutput

type DeregisterCertificateOutput struct {
    // contains filtered or unexported fields
}

func (DeregisterCertificateOutput) GoString

func (s DeregisterCertificateOutput) 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 (DeregisterCertificateOutput) String

func (s DeregisterCertificateOutput) 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 DeregisterEventTopicInput

type DeregisterEventTopicInput struct {

    // The Directory ID to remove as a publisher. This directory will no longer
    // send messages to the specified Amazon SNS topic.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The name of the Amazon SNS topic from which to remove the directory as a
    // publisher.
    //
    // TopicName is a required field
    TopicName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Removes the specified directory as a publisher to the specified Amazon SNS topic.

func (DeregisterEventTopicInput) GoString

func (s DeregisterEventTopicInput) 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 (*DeregisterEventTopicInput) SetDirectoryId

func (s *DeregisterEventTopicInput) SetDirectoryId(v string) *DeregisterEventTopicInput

SetDirectoryId sets the DirectoryId field's value.

func (*DeregisterEventTopicInput) SetTopicName

func (s *DeregisterEventTopicInput) SetTopicName(v string) *DeregisterEventTopicInput

SetTopicName sets the TopicName field's value.

func (DeregisterEventTopicInput) String

func (s DeregisterEventTopicInput) 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 (*DeregisterEventTopicInput) Validate

func (s *DeregisterEventTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterEventTopicOutput

type DeregisterEventTopicOutput struct {
    // contains filtered or unexported fields
}

The result of a DeregisterEventTopic request.

func (DeregisterEventTopicOutput) GoString

func (s DeregisterEventTopicOutput) 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 (DeregisterEventTopicOutput) String

func (s DeregisterEventTopicOutput) 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 DescribeCertificateInput

type DescribeCertificateInput struct {

    // The identifier of the certificate.
    //
    // CertificateId is a required field
    CertificateId *string `type:"string" required:"true"`

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCertificateInput) GoString

func (s DescribeCertificateInput) 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 (*DescribeCertificateInput) SetCertificateId

func (s *DescribeCertificateInput) SetCertificateId(v string) *DescribeCertificateInput

SetCertificateId sets the CertificateId field's value.

func (*DescribeCertificateInput) SetDirectoryId

func (s *DescribeCertificateInput) SetDirectoryId(v string) *DescribeCertificateInput

SetDirectoryId sets the DirectoryId field's value.

func (DescribeCertificateInput) String

func (s DescribeCertificateInput) 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 (*DescribeCertificateInput) Validate

func (s *DescribeCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCertificateOutput

type DescribeCertificateOutput struct {

    // Information about the certificate, including registered date time, certificate
    // state, the reason for the state, expiration date time, and certificate common
    // name.
    Certificate *Certificate `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeCertificateOutput) GoString

func (s DescribeCertificateOutput) 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 (*DescribeCertificateOutput) SetCertificate

func (s *DescribeCertificateOutput) SetCertificate(v *Certificate) *DescribeCertificateOutput

SetCertificate sets the Certificate field's value.

func (DescribeCertificateOutput) String

func (s DescribeCertificateOutput) 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 DescribeClientAuthenticationSettingsInput

type DescribeClientAuthenticationSettingsInput struct {

    // The identifier of the directory for which to retrieve information.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The maximum number of items to return. If this value is zero, the maximum
    // number of items is specified by the limitations of the operation.
    Limit *int64 `min:"1" type:"integer"`

    // The DescribeClientAuthenticationSettingsResult.NextToken value from a previous
    // call to DescribeClientAuthenticationSettings. Pass null if this is the first
    // call.
    NextToken *string `type:"string"`

    // The type of client authentication for which to retrieve information. If no
    // type is specified, a list of all client authentication types that are supported
    // for the specified directory is retrieved.
    Type *string `type:"string" enum:"ClientAuthenticationType"`
    // contains filtered or unexported fields
}

func (DescribeClientAuthenticationSettingsInput) GoString

func (s DescribeClientAuthenticationSettingsInput) 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 (*DescribeClientAuthenticationSettingsInput) SetDirectoryId

func (s *DescribeClientAuthenticationSettingsInput) SetDirectoryId(v string) *DescribeClientAuthenticationSettingsInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeClientAuthenticationSettingsInput) SetLimit

func (s *DescribeClientAuthenticationSettingsInput) SetLimit(v int64) *DescribeClientAuthenticationSettingsInput

SetLimit sets the Limit field's value.

func (*DescribeClientAuthenticationSettingsInput) SetNextToken

func (s *DescribeClientAuthenticationSettingsInput) SetNextToken(v string) *DescribeClientAuthenticationSettingsInput

SetNextToken sets the NextToken field's value.

func (*DescribeClientAuthenticationSettingsInput) SetType

func (s *DescribeClientAuthenticationSettingsInput) SetType(v string) *DescribeClientAuthenticationSettingsInput

SetType sets the Type field's value.

func (DescribeClientAuthenticationSettingsInput) String

func (s DescribeClientAuthenticationSettingsInput) 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 (*DescribeClientAuthenticationSettingsInput) Validate

func (s *DescribeClientAuthenticationSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeClientAuthenticationSettingsOutput

type DescribeClientAuthenticationSettingsOutput struct {

    // Information about the type of client authentication for the specified directory.
    // The following information is retrieved: The date and time when the status
    // of the client authentication type was last updated, whether the client authentication
    // type is enabled or disabled, and the type of client authentication.
    ClientAuthenticationSettingsInfo []*ClientAuthenticationSettingInfo `type:"list"`

    // The next token used to retrieve the client authentication settings if the
    // number of setting types exceeds page limit and there is another page.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeClientAuthenticationSettingsOutput) GoString

func (s DescribeClientAuthenticationSettingsOutput) 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 (*DescribeClientAuthenticationSettingsOutput) SetClientAuthenticationSettingsInfo

func (s *DescribeClientAuthenticationSettingsOutput) SetClientAuthenticationSettingsInfo(v []*ClientAuthenticationSettingInfo) *DescribeClientAuthenticationSettingsOutput

SetClientAuthenticationSettingsInfo sets the ClientAuthenticationSettingsInfo field's value.

func (*DescribeClientAuthenticationSettingsOutput) SetNextToken

func (s *DescribeClientAuthenticationSettingsOutput) SetNextToken(v string) *DescribeClientAuthenticationSettingsOutput

SetNextToken sets the NextToken field's value.

func (DescribeClientAuthenticationSettingsOutput) String

func (s DescribeClientAuthenticationSettingsOutput) 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 DescribeConditionalForwardersInput

type DescribeConditionalForwardersInput struct {

    // The directory ID for which to get the list of associated conditional forwarders.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The fully qualified domain names (FQDN) of the remote domains for which to
    // get the list of associated conditional forwarders. If this member is null,
    // all conditional forwarders are returned.
    RemoteDomainNames []*string `type:"list"`
    // contains filtered or unexported fields
}

Describes a conditional forwarder.

func (DescribeConditionalForwardersInput) GoString

func (s DescribeConditionalForwardersInput) 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 (*DescribeConditionalForwardersInput) SetDirectoryId

func (s *DescribeConditionalForwardersInput) SetDirectoryId(v string) *DescribeConditionalForwardersInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeConditionalForwardersInput) SetRemoteDomainNames

func (s *DescribeConditionalForwardersInput) SetRemoteDomainNames(v []*string) *DescribeConditionalForwardersInput

SetRemoteDomainNames sets the RemoteDomainNames field's value.

func (DescribeConditionalForwardersInput) String

func (s DescribeConditionalForwardersInput) 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 (*DescribeConditionalForwardersInput) Validate

func (s *DescribeConditionalForwardersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeConditionalForwardersOutput

type DescribeConditionalForwardersOutput struct {

    // The list of conditional forwarders that have been created.
    ConditionalForwarders []*ConditionalForwarder `type:"list"`
    // contains filtered or unexported fields
}

The result of a DescribeConditionalForwarder request.

func (DescribeConditionalForwardersOutput) GoString

func (s DescribeConditionalForwardersOutput) 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 (*DescribeConditionalForwardersOutput) SetConditionalForwarders

func (s *DescribeConditionalForwardersOutput) SetConditionalForwarders(v []*ConditionalForwarder) *DescribeConditionalForwardersOutput

SetConditionalForwarders sets the ConditionalForwarders field's value.

func (DescribeConditionalForwardersOutput) String

func (s DescribeConditionalForwardersOutput) 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 DescribeDirectoriesInput

type DescribeDirectoriesInput struct {

    // A list of identifiers of the directories for which to obtain the information.
    // If this member is null, all directories that belong to the current account
    // are returned.
    //
    // An empty list results in an InvalidParameterException being thrown.
    DirectoryIds []*string `type:"list"`

    // The maximum number of items to return. If this value is zero, the maximum
    // number of items is specified by the limitations of the operation.
    Limit *int64 `type:"integer"`

    // The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories.
    // Pass null if this is the first call.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the inputs for the DescribeDirectories operation.

func (DescribeDirectoriesInput) GoString

func (s DescribeDirectoriesInput) 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 (*DescribeDirectoriesInput) SetDirectoryIds

func (s *DescribeDirectoriesInput) SetDirectoryIds(v []*string) *DescribeDirectoriesInput

SetDirectoryIds sets the DirectoryIds field's value.

func (*DescribeDirectoriesInput) SetLimit

func (s *DescribeDirectoriesInput) SetLimit(v int64) *DescribeDirectoriesInput

SetLimit sets the Limit field's value.

func (*DescribeDirectoriesInput) SetNextToken

func (s *DescribeDirectoriesInput) SetNextToken(v string) *DescribeDirectoriesInput

SetNextToken sets the NextToken field's value.

func (DescribeDirectoriesInput) String

func (s DescribeDirectoriesInput) 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 DescribeDirectoriesOutput

type DescribeDirectoriesOutput struct {

    // The list of DirectoryDescription objects that were retrieved.
    //
    // It is possible that this list contains less than the number of items specified
    // in the Limit member of the request. This occurs if there are less than the
    // requested number of items left to retrieve, or if the limitations of the
    // operation have been exceeded.
    DirectoryDescriptions []*DirectoryDescription `type:"list"`

    // If not null, more results are available. Pass this value for the NextToken
    // parameter in a subsequent call to DescribeDirectories to retrieve the next
    // set of items.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Contains the results of the DescribeDirectories operation.

func (DescribeDirectoriesOutput) GoString

func (s DescribeDirectoriesOutput) 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 (*DescribeDirectoriesOutput) SetDirectoryDescriptions

func (s *DescribeDirectoriesOutput) SetDirectoryDescriptions(v []*DirectoryDescription) *DescribeDirectoriesOutput

SetDirectoryDescriptions sets the DirectoryDescriptions field's value.

func (*DescribeDirectoriesOutput) SetNextToken

func (s *DescribeDirectoriesOutput) SetNextToken(v string) *DescribeDirectoriesOutput

SetNextToken sets the NextToken field's value.

func (DescribeDirectoriesOutput) String

func (s DescribeDirectoriesOutput) 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 DescribeDomainControllersInput

type DescribeDomainControllersInput struct {

    // Identifier of the directory for which to retrieve the domain controller information.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // A list of identifiers for the domain controllers whose information will be
    // provided.
    DomainControllerIds []*string `type:"list"`

    // The maximum number of items to return.
    Limit *int64 `type:"integer"`

    // The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers.
    // Pass null if this is the first call.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDomainControllersInput) GoString

func (s DescribeDomainControllersInput) 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 (*DescribeDomainControllersInput) SetDirectoryId

func (s *DescribeDomainControllersInput) SetDirectoryId(v string) *DescribeDomainControllersInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeDomainControllersInput) SetDomainControllerIds

func (s *DescribeDomainControllersInput) SetDomainControllerIds(v []*string) *DescribeDomainControllersInput

SetDomainControllerIds sets the DomainControllerIds field's value.

func (*DescribeDomainControllersInput) SetLimit

func (s *DescribeDomainControllersInput) SetLimit(v int64) *DescribeDomainControllersInput

SetLimit sets the Limit field's value.

func (*DescribeDomainControllersInput) SetNextToken

func (s *DescribeDomainControllersInput) SetNextToken(v string) *DescribeDomainControllersInput

SetNextToken sets the NextToken field's value.

func (DescribeDomainControllersInput) String

func (s DescribeDomainControllersInput) 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 (*DescribeDomainControllersInput) Validate

func (s *DescribeDomainControllersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDomainControllersOutput

type DescribeDomainControllersOutput struct {

    // List of the DomainController objects that were retrieved.
    DomainControllers []*DomainController `type:"list"`

    // If not null, more results are available. Pass this value for the NextToken
    // parameter in a subsequent call to DescribeDomainControllers retrieve the
    // next set of items.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDomainControllersOutput) GoString

func (s DescribeDomainControllersOutput) 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 (*DescribeDomainControllersOutput) SetDomainControllers

func (s *DescribeDomainControllersOutput) SetDomainControllers(v []*DomainController) *DescribeDomainControllersOutput

SetDomainControllers sets the DomainControllers field's value.

func (*DescribeDomainControllersOutput) SetNextToken

func (s *DescribeDomainControllersOutput) SetNextToken(v string) *DescribeDomainControllersOutput

SetNextToken sets the NextToken field's value.

func (DescribeDomainControllersOutput) String

func (s DescribeDomainControllersOutput) 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 DescribeEventTopicsInput

type DescribeEventTopicsInput struct {

    // The Directory ID for which to get the list of associated Amazon SNS topics.
    // If this member is null, associations for all Directory IDs are returned.
    DirectoryId *string `type:"string"`

    // A list of Amazon SNS topic names for which to obtain the information. If
    // this member is null, all associations for the specified Directory ID are
    // returned.
    //
    // An empty list results in an InvalidParameterException being thrown.
    TopicNames []*string `type:"list"`
    // contains filtered or unexported fields
}

Describes event topics.

func (DescribeEventTopicsInput) GoString

func (s DescribeEventTopicsInput) 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 (*DescribeEventTopicsInput) SetDirectoryId

func (s *DescribeEventTopicsInput) SetDirectoryId(v string) *DescribeEventTopicsInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeEventTopicsInput) SetTopicNames

func (s *DescribeEventTopicsInput) SetTopicNames(v []*string) *DescribeEventTopicsInput

SetTopicNames sets the TopicNames field's value.

func (DescribeEventTopicsInput) String

func (s DescribeEventTopicsInput) 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 DescribeEventTopicsOutput

type DescribeEventTopicsOutput struct {

    // A list of Amazon SNS topic names that receive status messages from the specified
    // Directory ID.
    EventTopics []*EventTopic `type:"list"`
    // contains filtered or unexported fields
}

The result of a DescribeEventTopic request.

func (DescribeEventTopicsOutput) GoString

func (s DescribeEventTopicsOutput) 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 (*DescribeEventTopicsOutput) SetEventTopics

func (s *DescribeEventTopicsOutput) SetEventTopics(v []*EventTopic) *DescribeEventTopicsOutput

SetEventTopics sets the EventTopics field's value.

func (DescribeEventTopicsOutput) String

func (s DescribeEventTopicsOutput) 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 DescribeLDAPSSettingsInput

type DescribeLDAPSSettingsInput struct {

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // Specifies the number of items that should be displayed on one page.
    Limit *int64 `min:"1" type:"integer"`

    // The type of next token used for pagination.
    NextToken *string `type:"string"`

    // The type of LDAP security to enable. Currently only the value Client is supported.
    Type *string `type:"string" enum:"LDAPSType"`
    // contains filtered or unexported fields
}

func (DescribeLDAPSSettingsInput) GoString

func (s DescribeLDAPSSettingsInput) 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 (*DescribeLDAPSSettingsInput) SetDirectoryId

func (s *DescribeLDAPSSettingsInput) SetDirectoryId(v string) *DescribeLDAPSSettingsInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeLDAPSSettingsInput) SetLimit

func (s *DescribeLDAPSSettingsInput) SetLimit(v int64) *DescribeLDAPSSettingsInput

SetLimit sets the Limit field's value.

func (*DescribeLDAPSSettingsInput) SetNextToken

func (s *DescribeLDAPSSettingsInput) SetNextToken(v string) *DescribeLDAPSSettingsInput

SetNextToken sets the NextToken field's value.

func (*DescribeLDAPSSettingsInput) SetType

func (s *DescribeLDAPSSettingsInput) SetType(v string) *DescribeLDAPSSettingsInput

SetType sets the Type field's value.

func (DescribeLDAPSSettingsInput) String

func (s DescribeLDAPSSettingsInput) 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 (*DescribeLDAPSSettingsInput) Validate

func (s *DescribeLDAPSSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeLDAPSSettingsOutput

type DescribeLDAPSSettingsOutput struct {

    // Information about LDAP security for the specified directory, including status
    // of enablement, state last updated date time, and the reason for the state.
    LDAPSSettingsInfo []*LDAPSSettingInfo `type:"list"`

    // The next token used to retrieve the LDAPS settings if the number of setting
    // types exceeds page limit and there is another page.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeLDAPSSettingsOutput) GoString

func (s DescribeLDAPSSettingsOutput) 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 (*DescribeLDAPSSettingsOutput) SetLDAPSSettingsInfo

func (s *DescribeLDAPSSettingsOutput) SetLDAPSSettingsInfo(v []*LDAPSSettingInfo) *DescribeLDAPSSettingsOutput

SetLDAPSSettingsInfo sets the LDAPSSettingsInfo field's value.

func (*DescribeLDAPSSettingsOutput) SetNextToken

func (s *DescribeLDAPSSettingsOutput) SetNextToken(v string) *DescribeLDAPSSettingsOutput

SetNextToken sets the NextToken field's value.

func (DescribeLDAPSSettingsOutput) String

func (s DescribeLDAPSSettingsOutput) 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 DescribeRegionsInput

type DescribeRegionsInput struct {

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The DescribeRegionsResult.NextToken value from a previous call to DescribeRegions.
    // Pass null if this is the first call.
    NextToken *string `type:"string"`

    // The name of the Region. For example, us-east-1.
    RegionName *string `min:"8" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeRegionsInput) GoString

func (s DescribeRegionsInput) 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 (*DescribeRegionsInput) SetDirectoryId

func (s *DescribeRegionsInput) SetDirectoryId(v string) *DescribeRegionsInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeRegionsInput) SetNextToken

func (s *DescribeRegionsInput) SetNextToken(v string) *DescribeRegionsInput

SetNextToken sets the NextToken field's value.

func (*DescribeRegionsInput) SetRegionName

func (s *DescribeRegionsInput) SetRegionName(v string) *DescribeRegionsInput

SetRegionName sets the RegionName field's value.

func (DescribeRegionsInput) String

func (s DescribeRegionsInput) 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 (*DescribeRegionsInput) Validate

func (s *DescribeRegionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRegionsOutput

type DescribeRegionsOutput struct {

    // If not null, more results are available. Pass this value for the NextToken
    // parameter in a subsequent call to DescribeRegions to retrieve the next set
    // of items.
    NextToken *string `type:"string"`

    // List of Region information related to the directory for each replicated Region.
    RegionsDescription []*RegionDescription `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) 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 (*DescribeRegionsOutput) SetNextToken

func (s *DescribeRegionsOutput) SetNextToken(v string) *DescribeRegionsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeRegionsOutput) SetRegionsDescription

func (s *DescribeRegionsOutput) SetRegionsDescription(v []*RegionDescription) *DescribeRegionsOutput

SetRegionsDescription sets the RegionsDescription field's value.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) 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 DescribeSettingsInput

type DescribeSettingsInput struct {

    // The identifier of the directory for which to retrieve information.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The DescribeSettingsResult.NextToken value from a previous call to DescribeSettings.
    // Pass null if this is the first call.
    NextToken *string `type:"string"`

    // The status of the directory settings for which to retrieve information.
    Status *string `type:"string" enum:"DirectoryConfigurationStatus"`
    // contains filtered or unexported fields
}

func (DescribeSettingsInput) GoString

func (s DescribeSettingsInput) 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 (*DescribeSettingsInput) SetDirectoryId

func (s *DescribeSettingsInput) SetDirectoryId(v string) *DescribeSettingsInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeSettingsInput) SetNextToken

func (s *DescribeSettingsInput) SetNextToken(v string) *DescribeSettingsInput

SetNextToken sets the NextToken field's value.

func (*DescribeSettingsInput) SetStatus

func (s *DescribeSettingsInput) SetStatus(v string) *DescribeSettingsInput

SetStatus sets the Status field's value.

func (DescribeSettingsInput) String

func (s DescribeSettingsInput) 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 (*DescribeSettingsInput) Validate

func (s *DescribeSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSettingsOutput

type DescribeSettingsOutput struct {

    // The identifier of the directory.
    DirectoryId *string `type:"string"`

    // If not null, token that indicates that more results are available. Pass this
    // value for the NextToken parameter in a subsequent call to DescribeSettings
    // to retrieve the next set of items.
    NextToken *string `type:"string"`

    // The list of SettingEntry objects that were retrieved.
    //
    // It is possible that this list contains less than the number of items specified
    // in the Limit member of the request. This occurs if there are less than the
    // requested number of items left to retrieve, or if the limitations of the
    // operation have been exceeded.
    SettingEntries []*SettingEntry `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeSettingsOutput) GoString

func (s DescribeSettingsOutput) 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 (*DescribeSettingsOutput) SetDirectoryId

func (s *DescribeSettingsOutput) SetDirectoryId(v string) *DescribeSettingsOutput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeSettingsOutput) SetNextToken

func (s *DescribeSettingsOutput) SetNextToken(v string) *DescribeSettingsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeSettingsOutput) SetSettingEntries

func (s *DescribeSettingsOutput) SetSettingEntries(v []*SettingEntry) *DescribeSettingsOutput

SetSettingEntries sets the SettingEntries field's value.

func (DescribeSettingsOutput) String

func (s DescribeSettingsOutput) 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 DescribeSharedDirectoriesInput

type DescribeSharedDirectoriesInput struct {

    // The number of shared directories to return in the response object.
    Limit *int64 `type:"integer"`

    // The DescribeSharedDirectoriesResult.NextToken value from a previous call
    // to DescribeSharedDirectories. Pass null if this is the first call.
    NextToken *string `type:"string"`

    // Returns the identifier of the directory in the directory owner account.
    //
    // OwnerDirectoryId is a required field
    OwnerDirectoryId *string `type:"string" required:"true"`

    // A list of identifiers of all shared directories in your account.
    SharedDirectoryIds []*string `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeSharedDirectoriesInput) GoString

func (s DescribeSharedDirectoriesInput) 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 (*DescribeSharedDirectoriesInput) SetLimit

func (s *DescribeSharedDirectoriesInput) SetLimit(v int64) *DescribeSharedDirectoriesInput

SetLimit sets the Limit field's value.

func (*DescribeSharedDirectoriesInput) SetNextToken

func (s *DescribeSharedDirectoriesInput) SetNextToken(v string) *DescribeSharedDirectoriesInput

SetNextToken sets the NextToken field's value.

func (*DescribeSharedDirectoriesInput) SetOwnerDirectoryId

func (s *DescribeSharedDirectoriesInput) SetOwnerDirectoryId(v string) *DescribeSharedDirectoriesInput

SetOwnerDirectoryId sets the OwnerDirectoryId field's value.

func (*DescribeSharedDirectoriesInput) SetSharedDirectoryIds

func (s *DescribeSharedDirectoriesInput) SetSharedDirectoryIds(v []*string) *DescribeSharedDirectoriesInput

SetSharedDirectoryIds sets the SharedDirectoryIds field's value.

func (DescribeSharedDirectoriesInput) String

func (s DescribeSharedDirectoriesInput) 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 (*DescribeSharedDirectoriesInput) Validate

func (s *DescribeSharedDirectoriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSharedDirectoriesOutput

type DescribeSharedDirectoriesOutput struct {

    // If not null, token that indicates that more results are available. Pass this
    // value for the NextToken parameter in a subsequent call to DescribeSharedDirectories
    // to retrieve the next set of items.
    NextToken *string `type:"string"`

    // A list of all shared directories in your account.
    SharedDirectories []*SharedDirectory `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeSharedDirectoriesOutput) GoString

func (s DescribeSharedDirectoriesOutput) 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 (*DescribeSharedDirectoriesOutput) SetNextToken

func (s *DescribeSharedDirectoriesOutput) SetNextToken(v string) *DescribeSharedDirectoriesOutput

SetNextToken sets the NextToken field's value.

func (*DescribeSharedDirectoriesOutput) SetSharedDirectories

func (s *DescribeSharedDirectoriesOutput) SetSharedDirectories(v []*SharedDirectory) *DescribeSharedDirectoriesOutput

SetSharedDirectories sets the SharedDirectories field's value.

func (DescribeSharedDirectoriesOutput) String

func (s DescribeSharedDirectoriesOutput) 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 DescribeSnapshotsInput

type DescribeSnapshotsInput struct {

    // The identifier of the directory for which to retrieve snapshot information.
    DirectoryId *string `type:"string"`

    // The maximum number of objects to return.
    Limit *int64 `type:"integer"`

    // The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots.
    // Pass null if this is the first call.
    NextToken *string `type:"string"`

    // A list of identifiers of the snapshots to obtain the information for. If
    // this member is null or empty, all snapshots are returned using the Limit
    // and NextToken members.
    SnapshotIds []*string `type:"list"`
    // contains filtered or unexported fields
}

Contains the inputs for the DescribeSnapshots operation.

func (DescribeSnapshotsInput) GoString

func (s DescribeSnapshotsInput) 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 (*DescribeSnapshotsInput) SetDirectoryId

func (s *DescribeSnapshotsInput) SetDirectoryId(v string) *DescribeSnapshotsInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeSnapshotsInput) SetLimit

func (s *DescribeSnapshotsInput) SetLimit(v int64) *DescribeSnapshotsInput

SetLimit sets the Limit field's value.

func (*DescribeSnapshotsInput) SetNextToken

func (s *DescribeSnapshotsInput) SetNextToken(v string) *DescribeSnapshotsInput

SetNextToken sets the NextToken field's value.

func (*DescribeSnapshotsInput) SetSnapshotIds

func (s *DescribeSnapshotsInput) SetSnapshotIds(v []*string) *DescribeSnapshotsInput

SetSnapshotIds sets the SnapshotIds field's value.

func (DescribeSnapshotsInput) String

func (s DescribeSnapshotsInput) 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 DescribeSnapshotsOutput

type DescribeSnapshotsOutput struct {

    // If not null, more results are available. Pass this value in the NextToken
    // member of a subsequent call to DescribeSnapshots.
    NextToken *string `type:"string"`

    // The list of Snapshot objects that were retrieved.
    //
    // It is possible that this list contains less than the number of items specified
    // in the Limit member of the request. This occurs if there are less than the
    // requested number of items left to retrieve, or if the limitations of the
    // operation have been exceeded.
    Snapshots []*Snapshot `type:"list"`
    // contains filtered or unexported fields
}

Contains the results of the DescribeSnapshots operation.

func (DescribeSnapshotsOutput) GoString

func (s DescribeSnapshotsOutput) 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 (*DescribeSnapshotsOutput) SetNextToken

func (s *DescribeSnapshotsOutput) SetNextToken(v string) *DescribeSnapshotsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeSnapshotsOutput) SetSnapshots

func (s *DescribeSnapshotsOutput) SetSnapshots(v []*Snapshot) *DescribeSnapshotsOutput

SetSnapshots sets the Snapshots field's value.

func (DescribeSnapshotsOutput) String

func (s DescribeSnapshotsOutput) 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 DescribeTrustsInput

type DescribeTrustsInput struct {

    // The Directory ID of the Amazon Web Services directory that is a part of the
    // requested trust relationship.
    DirectoryId *string `type:"string"`

    // The maximum number of objects to return.
    Limit *int64 `type:"integer"`

    // The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts.
    // Pass null if this is the first call.
    NextToken *string `type:"string"`

    // A list of identifiers of the trust relationships for which to obtain the
    // information. If this member is null, all trust relationships that belong
    // to the current account are returned.
    //
    // An empty list results in an InvalidParameterException being thrown.
    TrustIds []*string `type:"list"`
    // contains filtered or unexported fields
}

Describes the trust relationships for a particular Managed Microsoft AD directory. If no input parameters are provided, such as directory ID or trust ID, this request describes all the trust relationships.

func (DescribeTrustsInput) GoString

func (s DescribeTrustsInput) 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 (*DescribeTrustsInput) SetDirectoryId

func (s *DescribeTrustsInput) SetDirectoryId(v string) *DescribeTrustsInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeTrustsInput) SetLimit

func (s *DescribeTrustsInput) SetLimit(v int64) *DescribeTrustsInput

SetLimit sets the Limit field's value.

func (*DescribeTrustsInput) SetNextToken

func (s *DescribeTrustsInput) SetNextToken(v string) *DescribeTrustsInput

SetNextToken sets the NextToken field's value.

func (*DescribeTrustsInput) SetTrustIds

func (s *DescribeTrustsInput) SetTrustIds(v []*string) *DescribeTrustsInput

SetTrustIds sets the TrustIds field's value.

func (DescribeTrustsInput) String

func (s DescribeTrustsInput) 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 DescribeTrustsOutput

type DescribeTrustsOutput struct {

    // If not null, more results are available. Pass this value for the NextToken
    // parameter in a subsequent call to DescribeTrusts to retrieve the next set
    // of items.
    NextToken *string `type:"string"`

    // The list of Trust objects that were retrieved.
    //
    // It is possible that this list contains less than the number of items specified
    // in the Limit member of the request. This occurs if there are less than the
    // requested number of items left to retrieve, or if the limitations of the
    // operation have been exceeded.
    Trusts []*Trust `type:"list"`
    // contains filtered or unexported fields
}

The result of a DescribeTrust request.

func (DescribeTrustsOutput) GoString

func (s DescribeTrustsOutput) 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 (*DescribeTrustsOutput) SetNextToken

func (s *DescribeTrustsOutput) SetNextToken(v string) *DescribeTrustsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeTrustsOutput) SetTrusts

func (s *DescribeTrustsOutput) SetTrusts(v []*Trust) *DescribeTrustsOutput

SetTrusts sets the Trusts field's value.

func (DescribeTrustsOutput) String

func (s DescribeTrustsOutput) 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 DescribeUpdateDirectoryInput

type DescribeUpdateDirectoryInput struct {

    // The unique identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The DescribeUpdateDirectoryResult. NextToken value from a previous call to
    // DescribeUpdateDirectory. Pass null if this is the first call.
    NextToken *string `type:"string"`

    // The name of the Region.
    RegionName *string `min:"8" type:"string"`

    // The type of updates you want to describe for the directory.
    //
    // UpdateType is a required field
    UpdateType *string `type:"string" required:"true" enum:"UpdateType"`
    // contains filtered or unexported fields
}

func (DescribeUpdateDirectoryInput) GoString

func (s DescribeUpdateDirectoryInput) 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 (*DescribeUpdateDirectoryInput) SetDirectoryId

func (s *DescribeUpdateDirectoryInput) SetDirectoryId(v string) *DescribeUpdateDirectoryInput

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeUpdateDirectoryInput) SetNextToken

func (s *DescribeUpdateDirectoryInput) SetNextToken(v string) *DescribeUpdateDirectoryInput

SetNextToken sets the NextToken field's value.

func (*DescribeUpdateDirectoryInput) SetRegionName

func (s *DescribeUpdateDirectoryInput) SetRegionName(v string) *DescribeUpdateDirectoryInput

SetRegionName sets the RegionName field's value.

func (*DescribeUpdateDirectoryInput) SetUpdateType

func (s *DescribeUpdateDirectoryInput) SetUpdateType(v string) *DescribeUpdateDirectoryInput

SetUpdateType sets the UpdateType field's value.

func (DescribeUpdateDirectoryInput) String

func (s DescribeUpdateDirectoryInput) 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 (*DescribeUpdateDirectoryInput) Validate

func (s *DescribeUpdateDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeUpdateDirectoryOutput

type DescribeUpdateDirectoryOutput struct {

    // If not null, more results are available. Pass this value for the NextToken
    // parameter.
    NextToken *string `type:"string"`

    // The list of update activities on a directory for the requested update type.
    UpdateActivities []*UpdateInfoEntry `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeUpdateDirectoryOutput) GoString

func (s DescribeUpdateDirectoryOutput) 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 (*DescribeUpdateDirectoryOutput) SetNextToken

func (s *DescribeUpdateDirectoryOutput) SetNextToken(v string) *DescribeUpdateDirectoryOutput

SetNextToken sets the NextToken field's value.

func (*DescribeUpdateDirectoryOutput) SetUpdateActivities

func (s *DescribeUpdateDirectoryOutput) SetUpdateActivities(v []*UpdateInfoEntry) *DescribeUpdateDirectoryOutput

SetUpdateActivities sets the UpdateActivities field's value.

func (DescribeUpdateDirectoryOutput) String

func (s DescribeUpdateDirectoryOutput) 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 DirectoryAlreadyInRegionException

type DirectoryAlreadyInRegionException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The Region you specified is the same Region where the Managed Microsoft AD directory was created. Specify a different Region and try again.

func (*DirectoryAlreadyInRegionException) Code

func (s *DirectoryAlreadyInRegionException) Code() string

Code returns the exception type name.

func (*DirectoryAlreadyInRegionException) Error

func (s *DirectoryAlreadyInRegionException) Error() string

func (DirectoryAlreadyInRegionException) GoString

func (s DirectoryAlreadyInRegionException) 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 (*DirectoryAlreadyInRegionException) Message

func (s *DirectoryAlreadyInRegionException) Message() string

Message returns the exception's message.

func (*DirectoryAlreadyInRegionException) OrigErr

func (s *DirectoryAlreadyInRegionException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DirectoryAlreadyInRegionException) RequestID

func (s *DirectoryAlreadyInRegionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DirectoryAlreadyInRegionException) StatusCode

func (s *DirectoryAlreadyInRegionException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DirectoryAlreadyInRegionException) String

func (s DirectoryAlreadyInRegionException) 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 DirectoryAlreadySharedException

type DirectoryAlreadySharedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified directory has already been shared with this Amazon Web Services account.

func (*DirectoryAlreadySharedException) Code

func (s *DirectoryAlreadySharedException) Code() string

Code returns the exception type name.

func (*DirectoryAlreadySharedException) Error

func (s *DirectoryAlreadySharedException) Error() string

func (DirectoryAlreadySharedException) GoString

func (s DirectoryAlreadySharedException) 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 (*DirectoryAlreadySharedException) Message

func (s *DirectoryAlreadySharedException) Message() string

Message returns the exception's message.

func (*DirectoryAlreadySharedException) OrigErr

func (s *DirectoryAlreadySharedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DirectoryAlreadySharedException) RequestID

func (s *DirectoryAlreadySharedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DirectoryAlreadySharedException) StatusCode

func (s *DirectoryAlreadySharedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DirectoryAlreadySharedException) String

func (s DirectoryAlreadySharedException) 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 DirectoryConnectSettings

type DirectoryConnectSettings struct {

    // A list of one or more IP addresses of DNS servers or domain controllers in
    // your self-managed directory.
    //
    // CustomerDnsIps is a required field
    CustomerDnsIps []*string `type:"list" required:"true"`

    // The user name of an account in your self-managed directory that is used to
    // connect to the directory. This account must have the following permissions:
    //
    //    * Read users and groups
    //
    //    * Create computer objects
    //
    //    * Join computers to the domain
    //
    // CustomerUserName is a required field
    CustomerUserName *string `min:"1" type:"string" required:"true"`

    // A list of subnet identifiers in the VPC in which the AD Connector is created.
    //
    // SubnetIds is a required field
    SubnetIds []*string `type:"list" required:"true"`

    // The identifier of the VPC in which the AD Connector is created.
    //
    // VpcId is a required field
    VpcId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information for the ConnectDirectory operation when an AD Connector directory is being created.

func (DirectoryConnectSettings) GoString

func (s DirectoryConnectSettings) 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 (*DirectoryConnectSettings) SetCustomerDnsIps

func (s *DirectoryConnectSettings) SetCustomerDnsIps(v []*string) *DirectoryConnectSettings

SetCustomerDnsIps sets the CustomerDnsIps field's value.

func (*DirectoryConnectSettings) SetCustomerUserName

func (s *DirectoryConnectSettings) SetCustomerUserName(v string) *DirectoryConnectSettings

SetCustomerUserName sets the CustomerUserName field's value.

func (*DirectoryConnectSettings) SetSubnetIds

func (s *DirectoryConnectSettings) SetSubnetIds(v []*string) *DirectoryConnectSettings

SetSubnetIds sets the SubnetIds field's value.

func (*DirectoryConnectSettings) SetVpcId

func (s *DirectoryConnectSettings) SetVpcId(v string) *DirectoryConnectSettings

SetVpcId sets the VpcId field's value.

func (DirectoryConnectSettings) String

func (s DirectoryConnectSettings) 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 (*DirectoryConnectSettings) Validate

func (s *DirectoryConnectSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DirectoryConnectSettingsDescription

type DirectoryConnectSettingsDescription struct {

    // A list of the Availability Zones that the directory is in.
    AvailabilityZones []*string `type:"list"`

    // The IP addresses of the AD Connector servers.
    ConnectIps []*string `type:"list"`

    // The user name of the service account in your self-managed directory.
    CustomerUserName *string `min:"1" type:"string"`

    // The security group identifier for the AD Connector directory.
    SecurityGroupId *string `type:"string"`

    // A list of subnet identifiers in the VPC that the AD Connector is in.
    SubnetIds []*string `type:"list"`

    // The identifier of the VPC that the AD Connector is in.
    VpcId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information about an AD Connector directory.

func (DirectoryConnectSettingsDescription) GoString

func (s DirectoryConnectSettingsDescription) 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 (*DirectoryConnectSettingsDescription) SetAvailabilityZones

func (s *DirectoryConnectSettingsDescription) SetAvailabilityZones(v []*string) *DirectoryConnectSettingsDescription

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*DirectoryConnectSettingsDescription) SetConnectIps

func (s *DirectoryConnectSettingsDescription) SetConnectIps(v []*string) *DirectoryConnectSettingsDescription

SetConnectIps sets the ConnectIps field's value.

func (*DirectoryConnectSettingsDescription) SetCustomerUserName

func (s *DirectoryConnectSettingsDescription) SetCustomerUserName(v string) *DirectoryConnectSettingsDescription

SetCustomerUserName sets the CustomerUserName field's value.

func (*DirectoryConnectSettingsDescription) SetSecurityGroupId

func (s *DirectoryConnectSettingsDescription) SetSecurityGroupId(v string) *DirectoryConnectSettingsDescription

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*DirectoryConnectSettingsDescription) SetSubnetIds

func (s *DirectoryConnectSettingsDescription) SetSubnetIds(v []*string) *DirectoryConnectSettingsDescription

SetSubnetIds sets the SubnetIds field's value.

func (*DirectoryConnectSettingsDescription) SetVpcId

func (s *DirectoryConnectSettingsDescription) SetVpcId(v string) *DirectoryConnectSettingsDescription

SetVpcId sets the VpcId field's value.

func (DirectoryConnectSettingsDescription) String

func (s DirectoryConnectSettingsDescription) 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 DirectoryDescription

type DirectoryDescription struct {

    // The access URL for the directory, such as http://<alias>.awsapps.com. If
    // no alias has been created for the directory, <alias> is the directory identifier,
    // such as d-XXXXXXXXXX.
    AccessUrl *string `min:"1" type:"string"`

    // The alias for the directory. If no alias has been created for the directory,
    // the alias is the directory identifier, such as d-XXXXXXXXXX.
    Alias *string `min:"1" type:"string"`

    // A DirectoryConnectSettingsDescription object that contains additional information
    // about an AD Connector directory. This member is only present if the directory
    // is an AD Connector directory.
    ConnectSettings *DirectoryConnectSettingsDescription `type:"structure"`

    // The description for the directory.
    Description *string `type:"string"`

    // The desired number of domain controllers in the directory if the directory
    // is Microsoft AD.
    DesiredNumberOfDomainControllers *int64 `min:"2" type:"integer"`

    // The directory identifier.
    DirectoryId *string `type:"string"`

    // The IP addresses of the DNS servers for the directory. For a Simple AD or
    // Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft
    // AD directory servers. For an AD Connector directory, these are the IP addresses
    // of the DNS servers or domain controllers in your self-managed directory to
    // which the AD Connector is connected.
    DnsIpAddrs []*string `type:"list"`

    // The edition associated with this directory.
    Edition *string `type:"string" enum:"DirectoryEdition"`

    // Specifies when the directory was created.
    LaunchTime *time.Time `type:"timestamp"`

    // The fully qualified name of the directory.
    Name *string `type:"string"`

    // The operating system (OS) version of the directory.
    OsVersion *string `type:"string" enum:"OSVersion"`

    // Describes the Managed Microsoft AD directory in the directory owner account.
    OwnerDirectoryDescription *OwnerDirectoryDescription `type:"structure"`

    // A RadiusSettings object that contains information about the RADIUS server
    // configured for this directory.
    RadiusSettings *RadiusSettings `type:"structure"`

    // The status of the RADIUS MFA server connection.
    RadiusStatus *string `type:"string" enum:"RadiusStatus"`

    // Lists the Regions where the directory has replicated.
    RegionsInfo *RegionsInfo `type:"structure"`

    // The method used when sharing a directory to determine whether the directory
    // should be shared within your Amazon Web Services organization (ORGANIZATIONS)
    // or with any Amazon Web Services account by sending a shared directory request
    // (HANDSHAKE).
    ShareMethod *string `type:"string" enum:"ShareMethod"`

    // A directory share request that is sent by the directory owner to the directory
    // consumer. The request includes a typed message to help the directory consumer
    // administrator determine whether to approve or reject the share invitation.
    //
    // ShareNotes is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by DirectoryDescription's
    // String and GoString methods.
    ShareNotes *string `type:"string" sensitive:"true"`

    // Current directory status of the shared Managed Microsoft AD directory.
    ShareStatus *string `type:"string" enum:"ShareStatus"`

    // The short name of the directory.
    ShortName *string `type:"string"`

    // The directory size.
    Size *string `type:"string" enum:"DirectorySize"`

    // Indicates if single sign-on is enabled for the directory. For more information,
    // see EnableSso and DisableSso.
    SsoEnabled *bool `type:"boolean"`

    // The current stage of the directory.
    Stage *string `type:"string" enum:"DirectoryStage"`

    // The date and time that the stage was last updated.
    StageLastUpdatedDateTime *time.Time `type:"timestamp"`

    // Additional information about the directory stage.
    StageReason *string `type:"string"`

    // The directory size.
    Type *string `type:"string" enum:"DirectoryType"`

    // A DirectoryVpcSettingsDescription object that contains additional information
    // about a directory. This member is only present if the directory is a Simple
    // AD or Managed Microsoft AD directory.
    VpcSettings *DirectoryVpcSettingsDescription `type:"structure"`
    // contains filtered or unexported fields
}

Contains information about an Directory Service directory.

func (DirectoryDescription) GoString

func (s DirectoryDescription) 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 (*DirectoryDescription) SetAccessUrl

func (s *DirectoryDescription) SetAccessUrl(v string) *DirectoryDescription

SetAccessUrl sets the AccessUrl field's value.

func (*DirectoryDescription) SetAlias

func (s *DirectoryDescription) SetAlias(v string) *DirectoryDescription

SetAlias sets the Alias field's value.

func (*DirectoryDescription) SetConnectSettings

func (s *DirectoryDescription) SetConnectSettings(v *DirectoryConnectSettingsDescription) *DirectoryDescription

SetConnectSettings sets the ConnectSettings field's value.

func (*DirectoryDescription) SetDescription

func (s *DirectoryDescription) SetDescription(v string) *DirectoryDescription

SetDescription sets the Description field's value.

func (*DirectoryDescription) SetDesiredNumberOfDomainControllers

func (s *DirectoryDescription) SetDesiredNumberOfDomainControllers(v int64) *DirectoryDescription

SetDesiredNumberOfDomainControllers sets the DesiredNumberOfDomainControllers field's value.

func (*DirectoryDescription) SetDirectoryId

func (s *DirectoryDescription) SetDirectoryId(v string) *DirectoryDescription

SetDirectoryId sets the DirectoryId field's value.

func (*DirectoryDescription) SetDnsIpAddrs

func (s *DirectoryDescription) SetDnsIpAddrs(v []*string) *DirectoryDescription

SetDnsIpAddrs sets the DnsIpAddrs field's value.

func (*DirectoryDescription) SetEdition

func (s *DirectoryDescription) SetEdition(v string) *DirectoryDescription

SetEdition sets the Edition field's value.

func (*DirectoryDescription) SetLaunchTime

func (s *DirectoryDescription) SetLaunchTime(v time.Time) *DirectoryDescription

SetLaunchTime sets the LaunchTime field's value.

func (*DirectoryDescription) SetName

func (s *DirectoryDescription) SetName(v string) *DirectoryDescription

SetName sets the Name field's value.

func (*DirectoryDescription) SetOsVersion

func (s *DirectoryDescription) SetOsVersion(v string) *DirectoryDescription

SetOsVersion sets the OsVersion field's value.

func (*DirectoryDescription) SetOwnerDirectoryDescription

func (s *DirectoryDescription) SetOwnerDirectoryDescription(v *OwnerDirectoryDescription) *DirectoryDescription

SetOwnerDirectoryDescription sets the OwnerDirectoryDescription field's value.

func (*DirectoryDescription) SetRadiusSettings

func (s *DirectoryDescription) SetRadiusSettings(v *RadiusSettings) *DirectoryDescription

SetRadiusSettings sets the RadiusSettings field's value.

func (*DirectoryDescription) SetRadiusStatus

func (s *DirectoryDescription) SetRadiusStatus(v string) *DirectoryDescription

SetRadiusStatus sets the RadiusStatus field's value.

func (*DirectoryDescription) SetRegionsInfo

func (s *DirectoryDescription) SetRegionsInfo(v *RegionsInfo) *DirectoryDescription

SetRegionsInfo sets the RegionsInfo field's value.

func (*DirectoryDescription) SetShareMethod

func (s *DirectoryDescription) SetShareMethod(v string) *DirectoryDescription

SetShareMethod sets the ShareMethod field's value.

func (*DirectoryDescription) SetShareNotes

func (s *DirectoryDescription) SetShareNotes(v string) *DirectoryDescription

SetShareNotes sets the ShareNotes field's value.

func (*DirectoryDescription) SetShareStatus

func (s *DirectoryDescription) SetShareStatus(v string) *DirectoryDescription

SetShareStatus sets the ShareStatus field's value.

func (*DirectoryDescription) SetShortName

func (s *DirectoryDescription) SetShortName(v string) *DirectoryDescription

SetShortName sets the ShortName field's value.

func (*DirectoryDescription) SetSize

func (s *DirectoryDescription) SetSize(v string) *DirectoryDescription

SetSize sets the Size field's value.

func (*DirectoryDescription) SetSsoEnabled

func (s *DirectoryDescription) SetSsoEnabled(v bool) *DirectoryDescription

SetSsoEnabled sets the SsoEnabled field's value.

func (*DirectoryDescription) SetStage

func (s *DirectoryDescription) SetStage(v string) *DirectoryDescription

SetStage sets the Stage field's value.

func (*DirectoryDescription) SetStageLastUpdatedDateTime

func (s *DirectoryDescription) SetStageLastUpdatedDateTime(v time.Time) *DirectoryDescription

SetStageLastUpdatedDateTime sets the StageLastUpdatedDateTime field's value.

func (*DirectoryDescription) SetStageReason

func (s *DirectoryDescription) SetStageReason(v string) *DirectoryDescription

SetStageReason sets the StageReason field's value.

func (*DirectoryDescription) SetType

func (s *DirectoryDescription) SetType(v string) *DirectoryDescription

SetType sets the Type field's value.

func (*DirectoryDescription) SetVpcSettings

func (s *DirectoryDescription) SetVpcSettings(v *DirectoryVpcSettingsDescription) *DirectoryDescription

SetVpcSettings sets the VpcSettings field's value.

func (DirectoryDescription) String

func (s DirectoryDescription) 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 DirectoryDoesNotExistException

type DirectoryDoesNotExistException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified directory does not exist in the system.

func (*DirectoryDoesNotExistException) Code

func (s *DirectoryDoesNotExistException) Code() string

Code returns the exception type name.

func (*DirectoryDoesNotExistException) Error

func (s *DirectoryDoesNotExistException) Error() string

func (DirectoryDoesNotExistException) GoString

func (s DirectoryDoesNotExistException) 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 (*DirectoryDoesNotExistException) Message

func (s *DirectoryDoesNotExistException) Message() string

Message returns the exception's message.

func (*DirectoryDoesNotExistException) OrigErr

func (s *DirectoryDoesNotExistException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DirectoryDoesNotExistException) RequestID

func (s *DirectoryDoesNotExistException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DirectoryDoesNotExistException) StatusCode

func (s *DirectoryDoesNotExistException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DirectoryDoesNotExistException) String

func (s DirectoryDoesNotExistException) 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 DirectoryInDesiredStateException

type DirectoryInDesiredStateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The directory is already updated to desired update type settings.

func (*DirectoryInDesiredStateException) Code

func (s *DirectoryInDesiredStateException) Code() string

Code returns the exception type name.

func (*DirectoryInDesiredStateException) Error

func (s *DirectoryInDesiredStateException) Error() string

func (DirectoryInDesiredStateException) GoString

func (s DirectoryInDesiredStateException) 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 (*DirectoryInDesiredStateException) Message

func (s *DirectoryInDesiredStateException) Message() string

Message returns the exception's message.

func (*DirectoryInDesiredStateException) OrigErr

func (s *DirectoryInDesiredStateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DirectoryInDesiredStateException) RequestID

func (s *DirectoryInDesiredStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DirectoryInDesiredStateException) StatusCode

func (s *DirectoryInDesiredStateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DirectoryInDesiredStateException) String

func (s DirectoryInDesiredStateException) 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 DirectoryLimitExceededException

type DirectoryLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

func (*DirectoryLimitExceededException) Code

func (s *DirectoryLimitExceededException) Code() string

Code returns the exception type name.

func (*DirectoryLimitExceededException) Error

func (s *DirectoryLimitExceededException) Error() string

func (DirectoryLimitExceededException) GoString

func (s DirectoryLimitExceededException) 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 (*DirectoryLimitExceededException) Message

func (s *DirectoryLimitExceededException) Message() string

Message returns the exception's message.

func (*DirectoryLimitExceededException) OrigErr

func (s *DirectoryLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DirectoryLimitExceededException) RequestID

func (s *DirectoryLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DirectoryLimitExceededException) StatusCode

func (s *DirectoryLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DirectoryLimitExceededException) String

func (s DirectoryLimitExceededException) 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 DirectoryLimits

type DirectoryLimits struct {

    // The current number of cloud directories in the Region.
    CloudOnlyDirectoriesCurrentCount *int64 `type:"integer"`

    // The maximum number of cloud directories allowed in the Region.
    CloudOnlyDirectoriesLimit *int64 `type:"integer"`

    // Indicates if the cloud directory limit has been reached.
    CloudOnlyDirectoriesLimitReached *bool `type:"boolean"`

    // The current number of Managed Microsoft AD directories in the region.
    CloudOnlyMicrosoftADCurrentCount *int64 `type:"integer"`

    // The maximum number of Managed Microsoft AD directories allowed in the region.
    CloudOnlyMicrosoftADLimit *int64 `type:"integer"`

    // Indicates if the Managed Microsoft AD directory limit has been reached.
    CloudOnlyMicrosoftADLimitReached *bool `type:"boolean"`

    // The current number of connected directories in the Region.
    ConnectedDirectoriesCurrentCount *int64 `type:"integer"`

    // The maximum number of connected directories allowed in the Region.
    ConnectedDirectoriesLimit *int64 `type:"integer"`

    // Indicates if the connected directory limit has been reached.
    ConnectedDirectoriesLimitReached *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Contains directory limit information for a Region.

func (DirectoryLimits) GoString

func (s DirectoryLimits) 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 (*DirectoryLimits) SetCloudOnlyDirectoriesCurrentCount

func (s *DirectoryLimits) SetCloudOnlyDirectoriesCurrentCount(v int64) *DirectoryLimits

SetCloudOnlyDirectoriesCurrentCount sets the CloudOnlyDirectoriesCurrentCount field's value.

func (*DirectoryLimits) SetCloudOnlyDirectoriesLimit

func (s *DirectoryLimits) SetCloudOnlyDirectoriesLimit(v int64) *DirectoryLimits

SetCloudOnlyDirectoriesLimit sets the CloudOnlyDirectoriesLimit field's value.

func (*DirectoryLimits) SetCloudOnlyDirectoriesLimitReached

func (s *DirectoryLimits) SetCloudOnlyDirectoriesLimitReached(v bool) *DirectoryLimits

SetCloudOnlyDirectoriesLimitReached sets the CloudOnlyDirectoriesLimitReached field's value.

func (*DirectoryLimits) SetCloudOnlyMicrosoftADCurrentCount

func (s *DirectoryLimits) SetCloudOnlyMicrosoftADCurrentCount(v int64) *DirectoryLimits

SetCloudOnlyMicrosoftADCurrentCount sets the CloudOnlyMicrosoftADCurrentCount field's value.

func (*DirectoryLimits) SetCloudOnlyMicrosoftADLimit

func (s *DirectoryLimits) SetCloudOnlyMicrosoftADLimit(v int64) *DirectoryLimits

SetCloudOnlyMicrosoftADLimit sets the CloudOnlyMicrosoftADLimit field's value.

func (*DirectoryLimits) SetCloudOnlyMicrosoftADLimitReached

func (s *DirectoryLimits) SetCloudOnlyMicrosoftADLimitReached(v bool) *DirectoryLimits

SetCloudOnlyMicrosoftADLimitReached sets the CloudOnlyMicrosoftADLimitReached field's value.

func (*DirectoryLimits) SetConnectedDirectoriesCurrentCount

func (s *DirectoryLimits) SetConnectedDirectoriesCurrentCount(v int64) *DirectoryLimits

SetConnectedDirectoriesCurrentCount sets the ConnectedDirectoriesCurrentCount field's value.

func (*DirectoryLimits) SetConnectedDirectoriesLimit

func (s *DirectoryLimits) SetConnectedDirectoriesLimit(v int64) *DirectoryLimits

SetConnectedDirectoriesLimit sets the ConnectedDirectoriesLimit field's value.

func (*DirectoryLimits) SetConnectedDirectoriesLimitReached

func (s *DirectoryLimits) SetConnectedDirectoriesLimitReached(v bool) *DirectoryLimits

SetConnectedDirectoriesLimitReached sets the ConnectedDirectoriesLimitReached field's value.

func (DirectoryLimits) String

func (s DirectoryLimits) 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 DirectoryNotSharedException

type DirectoryNotSharedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified directory has not been shared with this Amazon Web Services account.

func (*DirectoryNotSharedException) Code

func (s *DirectoryNotSharedException) Code() string

Code returns the exception type name.

func (*DirectoryNotSharedException) Error

func (s *DirectoryNotSharedException) Error() string

func (DirectoryNotSharedException) GoString

func (s DirectoryNotSharedException) 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 (*DirectoryNotSharedException) Message

func (s *DirectoryNotSharedException) Message() string

Message returns the exception's message.

func (*DirectoryNotSharedException) OrigErr

func (s *DirectoryNotSharedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DirectoryNotSharedException) RequestID

func (s *DirectoryNotSharedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DirectoryNotSharedException) StatusCode

func (s *DirectoryNotSharedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DirectoryNotSharedException) String

func (s DirectoryNotSharedException) 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 DirectoryService

type DirectoryService struct {
    *client.Client
}

DirectoryService provides the API operation methods for making requests to AWS Directory Service. See this package's package overview docs for details on the service.

DirectoryService 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) *DirectoryService

New creates a new instance of the DirectoryService 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 DirectoryService client from just a session.
svc := directoryservice.New(mySession)

// Create a DirectoryService client with additional configuration
svc := directoryservice.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*DirectoryService) AcceptSharedDirectory

func (c *DirectoryService) AcceptSharedDirectory(input *AcceptSharedDirectoryInput) (*AcceptSharedDirectoryOutput, error)

AcceptSharedDirectory API operation for AWS Directory Service.

Accepts a directory sharing request that was sent from the directory owner account.

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 AWS Directory Service's API operation AcceptSharedDirectory for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters are not valid.

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryAlreadySharedException The specified directory has already been shared with this Amazon Web Services account.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AcceptSharedDirectory

func (*DirectoryService) AcceptSharedDirectoryRequest

func (c *DirectoryService) AcceptSharedDirectoryRequest(input *AcceptSharedDirectoryInput) (req *request.Request, output *AcceptSharedDirectoryOutput)

AcceptSharedDirectoryRequest generates a "aws/request.Request" representing the client's request for the AcceptSharedDirectory 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 AcceptSharedDirectory for more information on using the AcceptSharedDirectory 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 AcceptSharedDirectoryRequest method.
req, resp := client.AcceptSharedDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AcceptSharedDirectory

func (*DirectoryService) AcceptSharedDirectoryWithContext

func (c *DirectoryService) AcceptSharedDirectoryWithContext(ctx aws.Context, input *AcceptSharedDirectoryInput, opts ...request.Option) (*AcceptSharedDirectoryOutput, error)

AcceptSharedDirectoryWithContext is the same as AcceptSharedDirectory with the addition of the ability to pass a context and additional request options.

See AcceptSharedDirectory 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 (*DirectoryService) AddIpRoutes

func (c *DirectoryService) AddIpRoutes(input *AddIpRoutesInput) (*AddIpRoutesOutput, error)

AddIpRoutes API operation for AWS Directory Service.

If the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services. AddIpRoutes adds this address block. You can also use AddIpRoutes to facilitate routing traffic that uses public IP ranges from your Microsoft AD on Amazon Web Services to a peer VPC.

Before you call AddIpRoutes, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the AddIpRoutes operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.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 AWS Directory Service's API operation AddIpRoutes for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • EntityAlreadyExistsException The specified entity already exists.

  • InvalidParameterException One or more parameters are not valid.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • IpRouteLimitExceededException The maximum allowed number of IP addresses was exceeded. The default limit is 100 IP address blocks.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddIpRoutes

func (*DirectoryService) AddIpRoutesRequest

func (c *DirectoryService) AddIpRoutesRequest(input *AddIpRoutesInput) (req *request.Request, output *AddIpRoutesOutput)

AddIpRoutesRequest generates a "aws/request.Request" representing the client's request for the AddIpRoutes 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 AddIpRoutes for more information on using the AddIpRoutes 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 AddIpRoutesRequest method.
req, resp := client.AddIpRoutesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddIpRoutes

func (*DirectoryService) AddIpRoutesWithContext

func (c *DirectoryService) AddIpRoutesWithContext(ctx aws.Context, input *AddIpRoutesInput, opts ...request.Option) (*AddIpRoutesOutput, error)

AddIpRoutesWithContext is the same as AddIpRoutes with the addition of the ability to pass a context and additional request options.

See AddIpRoutes 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 (*DirectoryService) AddRegion

func (c *DirectoryService) AddRegion(input *AddRegionInput) (*AddRegionOutput, error)

AddRegion API operation for AWS Directory Service.

Adds two domain controllers in the specified Region for the specified directory.

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 AWS Directory Service's API operation AddRegion for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryAlreadyInRegionException The Region you specified is the same Region where the Managed Microsoft AD directory was created. Specify a different Region and try again.

  • UnsupportedOperationException The operation is not supported.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • RegionLimitExceededException You have reached the limit for maximum number of simultaneous Region replications per directory.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddRegion

func (*DirectoryService) AddRegionRequest

func (c *DirectoryService) AddRegionRequest(input *AddRegionInput) (req *request.Request, output *AddRegionOutput)

AddRegionRequest generates a "aws/request.Request" representing the client's request for the AddRegion 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 AddRegion for more information on using the AddRegion 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 AddRegionRequest method.
req, resp := client.AddRegionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddRegion

func (*DirectoryService) AddRegionWithContext

func (c *DirectoryService) AddRegionWithContext(ctx aws.Context, input *AddRegionInput, opts ...request.Option) (*AddRegionOutput, error)

AddRegionWithContext is the same as AddRegion with the addition of the ability to pass a context and additional request options.

See AddRegion 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 (*DirectoryService) AddTagsToResource

func (c *DirectoryService) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)

AddTagsToResource API operation for AWS Directory Service.

Adds or overwrites one or more tags for the specified directory. Each directory can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique to each 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 AWS Directory Service's API operation AddTagsToResource for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • TagLimitExceededException The maximum allowed number of tags was exceeded.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddTagsToResource

func (*DirectoryService) AddTagsToResourceRequest

func (c *DirectoryService) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)

AddTagsToResourceRequest generates a "aws/request.Request" representing the client's request for the AddTagsToResource 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 AddTagsToResource for more information on using the AddTagsToResource 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 AddTagsToResourceRequest method.
req, resp := client.AddTagsToResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddTagsToResource

func (*DirectoryService) AddTagsToResourceWithContext

func (c *DirectoryService) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)

AddTagsToResourceWithContext is the same as AddTagsToResource with the addition of the ability to pass a context and additional request options.

See AddTagsToResource 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 (*DirectoryService) CancelSchemaExtension

func (c *DirectoryService) CancelSchemaExtension(input *CancelSchemaExtensionInput) (*CancelSchemaExtensionOutput, error)

CancelSchemaExtension API operation for AWS Directory Service.

Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled during any of the following states; Initializing, CreatingSnapshot, and UpdatingSchema.

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 AWS Directory Service's API operation CancelSchemaExtension for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CancelSchemaExtension

func (*DirectoryService) CancelSchemaExtensionRequest

func (c *DirectoryService) CancelSchemaExtensionRequest(input *CancelSchemaExtensionInput) (req *request.Request, output *CancelSchemaExtensionOutput)

CancelSchemaExtensionRequest generates a "aws/request.Request" representing the client's request for the CancelSchemaExtension 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 CancelSchemaExtension for more information on using the CancelSchemaExtension 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 CancelSchemaExtensionRequest method.
req, resp := client.CancelSchemaExtensionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CancelSchemaExtension

func (*DirectoryService) CancelSchemaExtensionWithContext

func (c *DirectoryService) CancelSchemaExtensionWithContext(ctx aws.Context, input *CancelSchemaExtensionInput, opts ...request.Option) (*CancelSchemaExtensionOutput, error)

CancelSchemaExtensionWithContext is the same as CancelSchemaExtension with the addition of the ability to pass a context and additional request options.

See CancelSchemaExtension 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 (*DirectoryService) ConnectDirectory

func (c *DirectoryService) ConnectDirectory(input *ConnectDirectoryInput) (*ConnectDirectoryOutput, error)

ConnectDirectory API operation for AWS Directory Service.

Creates an AD Connector to connect to a self-managed directory.

Before you call ConnectDirectory, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the ConnectDirectory operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.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 AWS Directory Service's API operation ConnectDirectory for usage and error information.

Returned Error Types:

  • DirectoryLimitExceededException The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConnectDirectory

func (*DirectoryService) ConnectDirectoryRequest

func (c *DirectoryService) ConnectDirectoryRequest(input *ConnectDirectoryInput) (req *request.Request, output *ConnectDirectoryOutput)

ConnectDirectoryRequest generates a "aws/request.Request" representing the client's request for the ConnectDirectory 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 ConnectDirectory for more information on using the ConnectDirectory 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 ConnectDirectoryRequest method.
req, resp := client.ConnectDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConnectDirectory

func (*DirectoryService) ConnectDirectoryWithContext

func (c *DirectoryService) ConnectDirectoryWithContext(ctx aws.Context, input *ConnectDirectoryInput, opts ...request.Option) (*ConnectDirectoryOutput, error)

ConnectDirectoryWithContext is the same as ConnectDirectory with the addition of the ability to pass a context and additional request options.

See ConnectDirectory 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 (*DirectoryService) CreateAlias

func (c *DirectoryService) CreateAlias(input *CreateAliasInput) (*CreateAliasOutput, error)

CreateAlias API operation for AWS Directory Service.

Creates an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as http://<alias>.awsapps.com.

After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.

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 AWS Directory Service's API operation CreateAlias for usage and error information.

Returned Error Types:

  • EntityAlreadyExistsException The specified entity already exists.

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateAlias

func (*DirectoryService) CreateAliasRequest

func (c *DirectoryService) CreateAliasRequest(input *CreateAliasInput) (req *request.Request, output *CreateAliasOutput)

CreateAliasRequest generates a "aws/request.Request" representing the client's request for the CreateAlias 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 CreateAlias for more information on using the CreateAlias 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 CreateAliasRequest method.
req, resp := client.CreateAliasRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateAlias

func (*DirectoryService) CreateAliasWithContext

func (c *DirectoryService) CreateAliasWithContext(ctx aws.Context, input *CreateAliasInput, opts ...request.Option) (*CreateAliasOutput, error)

CreateAliasWithContext is the same as CreateAlias with the addition of the ability to pass a context and additional request options.

See CreateAlias 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 (*DirectoryService) CreateComputer

func (c *DirectoryService) CreateComputer(input *CreateComputerInput) (*CreateComputerOutput, error)

CreateComputer API operation for AWS Directory Service.

Creates an Active Directory computer object in the specified directory.

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 AWS Directory Service's API operation CreateComputer for usage and error information.

Returned Error Types:

  • AuthenticationFailedException An authentication error occurred.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • EntityAlreadyExistsException The specified entity already exists.

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateComputer

func (*DirectoryService) CreateComputerRequest

func (c *DirectoryService) CreateComputerRequest(input *CreateComputerInput) (req *request.Request, output *CreateComputerOutput)

CreateComputerRequest generates a "aws/request.Request" representing the client's request for the CreateComputer 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 CreateComputer for more information on using the CreateComputer 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 CreateComputerRequest method.
req, resp := client.CreateComputerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateComputer

func (*DirectoryService) CreateComputerWithContext

func (c *DirectoryService) CreateComputerWithContext(ctx aws.Context, input *CreateComputerInput, opts ...request.Option) (*CreateComputerOutput, error)

CreateComputerWithContext is the same as CreateComputer with the addition of the ability to pass a context and additional request options.

See CreateComputer 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 (*DirectoryService) CreateConditionalForwarder

func (c *DirectoryService) CreateConditionalForwarder(input *CreateConditionalForwarderInput) (*CreateConditionalForwarderOutput, error)

CreateConditionalForwarder API operation for AWS Directory Service.

Creates a conditional forwarder associated with your Amazon Web Services directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

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 AWS Directory Service's API operation CreateConditionalForwarder for usage and error information.

Returned Error Types:

  • EntityAlreadyExistsException The specified entity already exists.

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarder

func (*DirectoryService) CreateConditionalForwarderRequest

func (c *DirectoryService) CreateConditionalForwarderRequest(input *CreateConditionalForwarderInput) (req *request.Request, output *CreateConditionalForwarderOutput)

CreateConditionalForwarderRequest generates a "aws/request.Request" representing the client's request for the CreateConditionalForwarder 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 CreateConditionalForwarder for more information on using the CreateConditionalForwarder 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 CreateConditionalForwarderRequest method.
req, resp := client.CreateConditionalForwarderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarder

func (*DirectoryService) CreateConditionalForwarderWithContext

func (c *DirectoryService) CreateConditionalForwarderWithContext(ctx aws.Context, input *CreateConditionalForwarderInput, opts ...request.Option) (*CreateConditionalForwarderOutput, error)

CreateConditionalForwarderWithContext is the same as CreateConditionalForwarder with the addition of the ability to pass a context and additional request options.

See CreateConditionalForwarder 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 (*DirectoryService) CreateDirectory

func (c *DirectoryService) CreateDirectory(input *CreateDirectoryInput) (*CreateDirectoryOutput, error)

CreateDirectory API operation for AWS Directory Service.

Creates a Simple AD directory. For more information, see Simple Active Directory (https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) in the Directory Service Admin Guide.

Before you call CreateDirectory, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateDirectory operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.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 AWS Directory Service's API operation CreateDirectory for usage and error information.

Returned Error Types:

  • DirectoryLimitExceededException The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateDirectory

func (*DirectoryService) CreateDirectoryRequest

func (c *DirectoryService) CreateDirectoryRequest(input *CreateDirectoryInput) (req *request.Request, output *CreateDirectoryOutput)

CreateDirectoryRequest generates a "aws/request.Request" representing the client's request for the CreateDirectory 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 CreateDirectory for more information on using the CreateDirectory 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 CreateDirectoryRequest method.
req, resp := client.CreateDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateDirectory

func (*DirectoryService) CreateDirectoryWithContext

func (c *DirectoryService) CreateDirectoryWithContext(ctx aws.Context, input *CreateDirectoryInput, opts ...request.Option) (*CreateDirectoryOutput, error)

CreateDirectoryWithContext is the same as CreateDirectory with the addition of the ability to pass a context and additional request options.

See CreateDirectory 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 (*DirectoryService) CreateLogSubscription

func (c *DirectoryService) CreateLogSubscription(input *CreateLogSubscriptionInput) (*CreateLogSubscriptionOutput, error)

CreateLogSubscription API operation for AWS Directory Service.

Creates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.

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 AWS Directory Service's API operation CreateLogSubscription for usage and error information.

Returned Error Types:

  • EntityAlreadyExistsException The specified entity already exists.

  • EntityDoesNotExistException The specified entity could not be found.

  • UnsupportedOperationException The operation is not supported.

  • InsufficientPermissionsException The account does not have sufficient permission to perform the operation.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateLogSubscription

func (*DirectoryService) CreateLogSubscriptionRequest

func (c *DirectoryService) CreateLogSubscriptionRequest(input *CreateLogSubscriptionInput) (req *request.Request, output *CreateLogSubscriptionOutput)

CreateLogSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateLogSubscription 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 CreateLogSubscription for more information on using the CreateLogSubscription 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 CreateLogSubscriptionRequest method.
req, resp := client.CreateLogSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateLogSubscription

func (*DirectoryService) CreateLogSubscriptionWithContext

func (c *DirectoryService) CreateLogSubscriptionWithContext(ctx aws.Context, input *CreateLogSubscriptionInput, opts ...request.Option) (*CreateLogSubscriptionOutput, error)

CreateLogSubscriptionWithContext is the same as CreateLogSubscription with the addition of the ability to pass a context and additional request options.

See CreateLogSubscription 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 (*DirectoryService) CreateMicrosoftAD

func (c *DirectoryService) CreateMicrosoftAD(input *CreateMicrosoftADInput) (*CreateMicrosoftADOutput, error)

CreateMicrosoftAD API operation for AWS Directory Service.

Creates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see Managed Microsoft AD (https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) in the Directory Service Admin Guide.

Before you call CreateMicrosoftAD, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateMicrosoftAD operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.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 AWS Directory Service's API operation CreateMicrosoftAD for usage and error information.

Returned Error Types:

  • DirectoryLimitExceededException The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

  • UnsupportedOperationException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateMicrosoftAD

func (*DirectoryService) CreateMicrosoftADRequest

func (c *DirectoryService) CreateMicrosoftADRequest(input *CreateMicrosoftADInput) (req *request.Request, output *CreateMicrosoftADOutput)

CreateMicrosoftADRequest generates a "aws/request.Request" representing the client's request for the CreateMicrosoftAD 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 CreateMicrosoftAD for more information on using the CreateMicrosoftAD 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 CreateMicrosoftADRequest method.
req, resp := client.CreateMicrosoftADRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateMicrosoftAD

func (*DirectoryService) CreateMicrosoftADWithContext

func (c *DirectoryService) CreateMicrosoftADWithContext(ctx aws.Context, input *CreateMicrosoftADInput, opts ...request.Option) (*CreateMicrosoftADOutput, error)

CreateMicrosoftADWithContext is the same as CreateMicrosoftAD with the addition of the ability to pass a context and additional request options.

See CreateMicrosoftAD 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 (*DirectoryService) CreateSnapshot

func (c *DirectoryService) CreateSnapshot(input *CreateSnapshotInput) (*CreateSnapshotOutput, error)

CreateSnapshot API operation for AWS Directory Service.

Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.

You cannot take snapshots of AD Connector directories.

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 AWS Directory Service's API operation CreateSnapshot for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • SnapshotLimitExceededException The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateSnapshot

func (*DirectoryService) CreateSnapshotRequest

func (c *DirectoryService) CreateSnapshotRequest(input *CreateSnapshotInput) (req *request.Request, output *CreateSnapshotOutput)

CreateSnapshotRequest generates a "aws/request.Request" representing the client's request for the CreateSnapshot 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 CreateSnapshot for more information on using the CreateSnapshot 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 CreateSnapshotRequest method.
req, resp := client.CreateSnapshotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateSnapshot

func (*DirectoryService) CreateSnapshotWithContext

func (c *DirectoryService) CreateSnapshotWithContext(ctx aws.Context, input *CreateSnapshotInput, opts ...request.Option) (*CreateSnapshotOutput, error)

CreateSnapshotWithContext is the same as CreateSnapshot with the addition of the ability to pass a context and additional request options.

See CreateSnapshot 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 (*DirectoryService) CreateTrust

func (c *DirectoryService) CreateTrust(input *CreateTrustInput) (*CreateTrustOutput, error)

CreateTrust API operation for AWS Directory Service.

Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

This action initiates the creation of the Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory and an external domain. You can create either a forest trust or an external trust.

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 AWS Directory Service's API operation CreateTrust for usage and error information.

Returned Error Types:

  • EntityAlreadyExistsException The specified entity already exists.

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

  • UnsupportedOperationException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrust

func (*DirectoryService) CreateTrustRequest

func (c *DirectoryService) CreateTrustRequest(input *CreateTrustInput) (req *request.Request, output *CreateTrustOutput)

CreateTrustRequest generates a "aws/request.Request" representing the client's request for the CreateTrust 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 CreateTrust for more information on using the CreateTrust 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 CreateTrustRequest method.
req, resp := client.CreateTrustRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrust

func (*DirectoryService) CreateTrustWithContext

func (c *DirectoryService) CreateTrustWithContext(ctx aws.Context, input *CreateTrustInput, opts ...request.Option) (*CreateTrustOutput, error)

CreateTrustWithContext is the same as CreateTrust with the addition of the ability to pass a context and additional request options.

See CreateTrust 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 (*DirectoryService) DeleteConditionalForwarder

func (c *DirectoryService) DeleteConditionalForwarder(input *DeleteConditionalForwarderInput) (*DeleteConditionalForwarderOutput, error)

DeleteConditionalForwarder API operation for AWS Directory Service.

Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.

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 AWS Directory Service's API operation DeleteConditionalForwarder for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteConditionalForwarder

func (*DirectoryService) DeleteConditionalForwarderRequest

func (c *DirectoryService) DeleteConditionalForwarderRequest(input *DeleteConditionalForwarderInput) (req *request.Request, output *DeleteConditionalForwarderOutput)

DeleteConditionalForwarderRequest generates a "aws/request.Request" representing the client's request for the DeleteConditionalForwarder 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 DeleteConditionalForwarder for more information on using the DeleteConditionalForwarder 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 DeleteConditionalForwarderRequest method.
req, resp := client.DeleteConditionalForwarderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteConditionalForwarder

func (*DirectoryService) DeleteConditionalForwarderWithContext

func (c *DirectoryService) DeleteConditionalForwarderWithContext(ctx aws.Context, input *DeleteConditionalForwarderInput, opts ...request.Option) (*DeleteConditionalForwarderOutput, error)

DeleteConditionalForwarderWithContext is the same as DeleteConditionalForwarder with the addition of the ability to pass a context and additional request options.

See DeleteConditionalForwarder 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 (*DirectoryService) DeleteDirectory

func (c *DirectoryService) DeleteDirectory(input *DeleteDirectoryInput) (*DeleteDirectoryOutput, error)

DeleteDirectory API operation for AWS Directory Service.

Deletes an Directory Service directory.

Before you call DeleteDirectory, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the DeleteDirectory operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference (http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.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 AWS Directory Service's API operation DeleteDirectory for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteDirectory

func (*DirectoryService) DeleteDirectoryRequest

func (c *DirectoryService) DeleteDirectoryRequest(input *DeleteDirectoryInput) (req *request.Request, output *DeleteDirectoryOutput)

DeleteDirectoryRequest generates a "aws/request.Request" representing the client's request for the DeleteDirectory 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 DeleteDirectory for more information on using the DeleteDirectory 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 DeleteDirectoryRequest method.
req, resp := client.DeleteDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteDirectory

func (*DirectoryService) DeleteDirectoryWithContext

func (c *DirectoryService) DeleteDirectoryWithContext(ctx aws.Context, input *DeleteDirectoryInput, opts ...request.Option) (*DeleteDirectoryOutput, error)

DeleteDirectoryWithContext is the same as DeleteDirectory with the addition of the ability to pass a context and additional request options.

See DeleteDirectory 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 (*DirectoryService) DeleteLogSubscription

func (c *DirectoryService) DeleteLogSubscription(input *DeleteLogSubscriptionInput) (*DeleteLogSubscriptionOutput, error)

DeleteLogSubscription API operation for AWS Directory Service.

Deletes the specified log subscription.

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 AWS Directory Service's API operation DeleteLogSubscription for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteLogSubscription

func (*DirectoryService) DeleteLogSubscriptionRequest

func (c *DirectoryService) DeleteLogSubscriptionRequest(input *DeleteLogSubscriptionInput) (req *request.Request, output *DeleteLogSubscriptionOutput)

DeleteLogSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteLogSubscription 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 DeleteLogSubscription for more information on using the DeleteLogSubscription 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 DeleteLogSubscriptionRequest method.
req, resp := client.DeleteLogSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteLogSubscription

func (*DirectoryService) DeleteLogSubscriptionWithContext

func (c *DirectoryService) DeleteLogSubscriptionWithContext(ctx aws.Context, input *DeleteLogSubscriptionInput, opts ...request.Option) (*DeleteLogSubscriptionOutput, error)

DeleteLogSubscriptionWithContext is the same as DeleteLogSubscription with the addition of the ability to pass a context and additional request options.

See DeleteLogSubscription 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 (*DirectoryService) DeleteSnapshot

func (c *DirectoryService) DeleteSnapshot(input *DeleteSnapshotInput) (*DeleteSnapshotOutput, error)

DeleteSnapshot API operation for AWS Directory Service.

Deletes a directory snapshot.

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 AWS Directory Service's API operation DeleteSnapshot for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteSnapshot

func (*DirectoryService) DeleteSnapshotRequest

func (c *DirectoryService) DeleteSnapshotRequest(input *DeleteSnapshotInput) (req *request.Request, output *DeleteSnapshotOutput)

DeleteSnapshotRequest generates a "aws/request.Request" representing the client's request for the DeleteSnapshot 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 DeleteSnapshot for more information on using the DeleteSnapshot 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 DeleteSnapshotRequest method.
req, resp := client.DeleteSnapshotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteSnapshot

func (*DirectoryService) DeleteSnapshotWithContext

func (c *DirectoryService) DeleteSnapshotWithContext(ctx aws.Context, input *DeleteSnapshotInput, opts ...request.Option) (*DeleteSnapshotOutput, error)

DeleteSnapshotWithContext is the same as DeleteSnapshot with the addition of the ability to pass a context and additional request options.

See DeleteSnapshot 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 (*DirectoryService) DeleteTrust

func (c *DirectoryService) DeleteTrust(input *DeleteTrustInput) (*DeleteTrustOutput, error)

DeleteTrust API operation for AWS Directory Service.

Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.

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 AWS Directory Service's API operation DeleteTrust for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

  • UnsupportedOperationException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteTrust

func (*DirectoryService) DeleteTrustRequest

func (c *DirectoryService) DeleteTrustRequest(input *DeleteTrustInput) (req *request.Request, output *DeleteTrustOutput)

DeleteTrustRequest generates a "aws/request.Request" representing the client's request for the DeleteTrust 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 DeleteTrust for more information on using the DeleteTrust 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 DeleteTrustRequest method.
req, resp := client.DeleteTrustRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteTrust

func (*DirectoryService) DeleteTrustWithContext

func (c *DirectoryService) DeleteTrustWithContext(ctx aws.Context, input *DeleteTrustInput, opts ...request.Option) (*DeleteTrustOutput, error)

DeleteTrustWithContext is the same as DeleteTrust with the addition of the ability to pass a context and additional request options.

See DeleteTrust 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 (*DirectoryService) DeregisterCertificate

func (c *DirectoryService) DeregisterCertificate(input *DeregisterCertificateInput) (*DeregisterCertificateOutput, error)

DeregisterCertificate API operation for AWS Directory Service.

Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.

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 AWS Directory Service's API operation DeregisterCertificate for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • CertificateDoesNotExistException The certificate is not present in the system for describe or deregister activities.

  • CertificateInUseException The certificate is being used for the LDAP security connection and cannot be removed without disabling LDAP security.

  • UnsupportedOperationException The operation is not supported.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterCertificate

func (*DirectoryService) DeregisterCertificateRequest

func (c *DirectoryService) DeregisterCertificateRequest(input *DeregisterCertificateInput) (req *request.Request, output *DeregisterCertificateOutput)

DeregisterCertificateRequest generates a "aws/request.Request" representing the client's request for the DeregisterCertificate 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 DeregisterCertificate for more information on using the DeregisterCertificate 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 DeregisterCertificateRequest method.
req, resp := client.DeregisterCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterCertificate

func (*DirectoryService) DeregisterCertificateWithContext

func (c *DirectoryService) DeregisterCertificateWithContext(ctx aws.Context, input *DeregisterCertificateInput, opts ...request.Option) (*DeregisterCertificateOutput, error)

DeregisterCertificateWithContext is the same as DeregisterCertificate with the addition of the ability to pass a context and additional request options.

See DeregisterCertificate 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 (*DirectoryService) DeregisterEventTopic

func (c *DirectoryService) DeregisterEventTopic(input *DeregisterEventTopicInput) (*DeregisterEventTopicOutput, error)

DeregisterEventTopic API operation for AWS Directory Service.

Removes the specified directory as a publisher to the specified Amazon SNS topic.

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 AWS Directory Service's API operation DeregisterEventTopic for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterEventTopic

func (*DirectoryService) DeregisterEventTopicRequest

func (c *DirectoryService) DeregisterEventTopicRequest(input *DeregisterEventTopicInput) (req *request.Request, output *DeregisterEventTopicOutput)

DeregisterEventTopicRequest generates a "aws/request.Request" representing the client's request for the DeregisterEventTopic 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 DeregisterEventTopic for more information on using the DeregisterEventTopic 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 DeregisterEventTopicRequest method.
req, resp := client.DeregisterEventTopicRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterEventTopic

func (*DirectoryService) DeregisterEventTopicWithContext

func (c *DirectoryService) DeregisterEventTopicWithContext(ctx aws.Context, input *DeregisterEventTopicInput, opts ...request.Option) (*DeregisterEventTopicOutput, error)

DeregisterEventTopicWithContext is the same as DeregisterEventTopic with the addition of the ability to pass a context and additional request options.

See DeregisterEventTopic 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 (*DirectoryService) DescribeCertificate

func (c *DirectoryService) DescribeCertificate(input *DescribeCertificateInput) (*DescribeCertificateOutput, error)

DescribeCertificate API operation for AWS Directory Service.

Displays information about the certificate registered for secure LDAP or client certificate authentication.

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 AWS Directory Service's API operation DescribeCertificate for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • CertificateDoesNotExistException The certificate is not present in the system for describe or deregister activities.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeCertificate

func (*DirectoryService) DescribeCertificateRequest

func (c *DirectoryService) DescribeCertificateRequest(input *DescribeCertificateInput) (req *request.Request, output *DescribeCertificateOutput)

DescribeCertificateRequest generates a "aws/request.Request" representing the client's request for the DescribeCertificate 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 DescribeCertificate for more information on using the DescribeCertificate 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 DescribeCertificateRequest method.
req, resp := client.DescribeCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeCertificate

func (*DirectoryService) DescribeCertificateWithContext

func (c *DirectoryService) DescribeCertificateWithContext(ctx aws.Context, input *DescribeCertificateInput, opts ...request.Option) (*DescribeCertificateOutput, error)

DescribeCertificateWithContext is the same as DescribeCertificate with the addition of the ability to pass a context and additional request options.

See DescribeCertificate 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 (*DirectoryService) DescribeClientAuthenticationSettings

func (c *DirectoryService) DescribeClientAuthenticationSettings(input *DescribeClientAuthenticationSettingsInput) (*DescribeClientAuthenticationSettingsOutput, error)

DescribeClientAuthenticationSettings API operation for AWS Directory Service.

Retrieves information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only SmartCard is supported.

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 AWS Directory Service's API operation DescribeClientAuthenticationSettings for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeClientAuthenticationSettings

func (*DirectoryService) DescribeClientAuthenticationSettingsPages

func (c *DirectoryService) DescribeClientAuthenticationSettingsPages(input *DescribeClientAuthenticationSettingsInput, fn func(*DescribeClientAuthenticationSettingsOutput, bool) bool) error

DescribeClientAuthenticationSettingsPages iterates over the pages of a DescribeClientAuthenticationSettings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeClientAuthenticationSettings 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 DescribeClientAuthenticationSettings operation.
pageNum := 0
err := client.DescribeClientAuthenticationSettingsPages(params,
    func(page *directoryservice.DescribeClientAuthenticationSettingsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeClientAuthenticationSettingsPagesWithContext

func (c *DirectoryService) DescribeClientAuthenticationSettingsPagesWithContext(ctx aws.Context, input *DescribeClientAuthenticationSettingsInput, fn func(*DescribeClientAuthenticationSettingsOutput, bool) bool, opts ...request.Option) error

DescribeClientAuthenticationSettingsPagesWithContext same as DescribeClientAuthenticationSettingsPages 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 (*DirectoryService) DescribeClientAuthenticationSettingsRequest

func (c *DirectoryService) DescribeClientAuthenticationSettingsRequest(input *DescribeClientAuthenticationSettingsInput) (req *request.Request, output *DescribeClientAuthenticationSettingsOutput)

DescribeClientAuthenticationSettingsRequest generates a "aws/request.Request" representing the client's request for the DescribeClientAuthenticationSettings 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 DescribeClientAuthenticationSettings for more information on using the DescribeClientAuthenticationSettings 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 DescribeClientAuthenticationSettingsRequest method.
req, resp := client.DescribeClientAuthenticationSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeClientAuthenticationSettings

func (*DirectoryService) DescribeClientAuthenticationSettingsWithContext

func (c *DirectoryService) DescribeClientAuthenticationSettingsWithContext(ctx aws.Context, input *DescribeClientAuthenticationSettingsInput, opts ...request.Option) (*DescribeClientAuthenticationSettingsOutput, error)

DescribeClientAuthenticationSettingsWithContext is the same as DescribeClientAuthenticationSettings with the addition of the ability to pass a context and additional request options.

See DescribeClientAuthenticationSettings 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 (*DirectoryService) DescribeConditionalForwarders

func (c *DirectoryService) DescribeConditionalForwarders(input *DescribeConditionalForwardersInput) (*DescribeConditionalForwardersOutput, error)

DescribeConditionalForwarders API operation for AWS Directory Service.

Obtains information about the conditional forwarders for this account.

If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.

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 AWS Directory Service's API operation DescribeConditionalForwarders for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwarders

func (*DirectoryService) DescribeConditionalForwardersRequest

func (c *DirectoryService) DescribeConditionalForwardersRequest(input *DescribeConditionalForwardersInput) (req *request.Request, output *DescribeConditionalForwardersOutput)

DescribeConditionalForwardersRequest generates a "aws/request.Request" representing the client's request for the DescribeConditionalForwarders 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 DescribeConditionalForwarders for more information on using the DescribeConditionalForwarders 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 DescribeConditionalForwardersRequest method.
req, resp := client.DescribeConditionalForwardersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwarders

func (*DirectoryService) DescribeConditionalForwardersWithContext

func (c *DirectoryService) DescribeConditionalForwardersWithContext(ctx aws.Context, input *DescribeConditionalForwardersInput, opts ...request.Option) (*DescribeConditionalForwardersOutput, error)

DescribeConditionalForwardersWithContext is the same as DescribeConditionalForwarders with the addition of the ability to pass a context and additional request options.

See DescribeConditionalForwarders 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 (*DirectoryService) DescribeDirectories

func (c *DirectoryService) DescribeDirectories(input *DescribeDirectoriesInput) (*DescribeDirectoriesOutput, error)

DescribeDirectories API operation for AWS Directory Service.

Obtains information about the directories that belong to this account.

You can retrieve information about specific directories by passing the directory identifiers in the DirectoryIds parameter. Otherwise, all directories that belong to the current account are returned.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeDirectoriesResult.NextToken member contains a token that you pass in the next call to DescribeDirectories to retrieve the next set of items.

You can also specify a maximum number of return results with the Limit parameter.

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 AWS Directory Service's API operation DescribeDirectories for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • InvalidNextTokenException The NextToken value is not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectories

func (*DirectoryService) DescribeDirectoriesPages

func (c *DirectoryService) DescribeDirectoriesPages(input *DescribeDirectoriesInput, fn func(*DescribeDirectoriesOutput, bool) bool) error

DescribeDirectoriesPages iterates over the pages of a DescribeDirectories operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeDirectories 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 DescribeDirectories operation.
pageNum := 0
err := client.DescribeDirectoriesPages(params,
    func(page *directoryservice.DescribeDirectoriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeDirectoriesPagesWithContext

func (c *DirectoryService) DescribeDirectoriesPagesWithContext(ctx aws.Context, input *DescribeDirectoriesInput, fn func(*DescribeDirectoriesOutput, bool) bool, opts ...request.Option) error

DescribeDirectoriesPagesWithContext same as DescribeDirectoriesPages 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 (*DirectoryService) DescribeDirectoriesRequest

func (c *DirectoryService) DescribeDirectoriesRequest(input *DescribeDirectoriesInput) (req *request.Request, output *DescribeDirectoriesOutput)

DescribeDirectoriesRequest generates a "aws/request.Request" representing the client's request for the DescribeDirectories 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 DescribeDirectories for more information on using the DescribeDirectories 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 DescribeDirectoriesRequest method.
req, resp := client.DescribeDirectoriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectories

func (*DirectoryService) DescribeDirectoriesWithContext

func (c *DirectoryService) DescribeDirectoriesWithContext(ctx aws.Context, input *DescribeDirectoriesInput, opts ...request.Option) (*DescribeDirectoriesOutput, error)

DescribeDirectoriesWithContext is the same as DescribeDirectories with the addition of the ability to pass a context and additional request options.

See DescribeDirectories 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 (*DirectoryService) DescribeDomainControllers

func (c *DirectoryService) DescribeDomainControllers(input *DescribeDomainControllersInput) (*DescribeDomainControllersOutput, error)

DescribeDomainControllers API operation for AWS Directory Service.

Provides information about any domain controllers in your directory.

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 AWS Directory Service's API operation DescribeDomainControllers for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidNextTokenException The NextToken value is not valid.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

  • UnsupportedOperationException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDomainControllers

func (*DirectoryService) DescribeDomainControllersPages

func (c *DirectoryService) DescribeDomainControllersPages(input *DescribeDomainControllersInput, fn func(*DescribeDomainControllersOutput, bool) bool) error

DescribeDomainControllersPages iterates over the pages of a DescribeDomainControllers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeDomainControllers 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 DescribeDomainControllers operation.
pageNum := 0
err := client.DescribeDomainControllersPages(params,
    func(page *directoryservice.DescribeDomainControllersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeDomainControllersPagesWithContext

func (c *DirectoryService) DescribeDomainControllersPagesWithContext(ctx aws.Context, input *DescribeDomainControllersInput, fn func(*DescribeDomainControllersOutput, bool) bool, opts ...request.Option) error

DescribeDomainControllersPagesWithContext same as DescribeDomainControllersPages 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 (*DirectoryService) DescribeDomainControllersRequest

func (c *DirectoryService) DescribeDomainControllersRequest(input *DescribeDomainControllersInput) (req *request.Request, output *DescribeDomainControllersOutput)

DescribeDomainControllersRequest generates a "aws/request.Request" representing the client's request for the DescribeDomainControllers 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 DescribeDomainControllers for more information on using the DescribeDomainControllers 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 DescribeDomainControllersRequest method.
req, resp := client.DescribeDomainControllersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDomainControllers

func (*DirectoryService) DescribeDomainControllersWithContext

func (c *DirectoryService) DescribeDomainControllersWithContext(ctx aws.Context, input *DescribeDomainControllersInput, opts ...request.Option) (*DescribeDomainControllersOutput, error)

DescribeDomainControllersWithContext is the same as DescribeDomainControllers with the addition of the ability to pass a context and additional request options.

See DescribeDomainControllers 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 (*DirectoryService) DescribeEventTopics

func (c *DirectoryService) DescribeEventTopics(input *DescribeEventTopicsInput) (*DescribeEventTopicsOutput, error)

DescribeEventTopics API operation for AWS Directory Service.

Obtains information about which Amazon SNS topics receive status messages from the specified directory.

If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.

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 AWS Directory Service's API operation DescribeEventTopics for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeEventTopics

func (*DirectoryService) DescribeEventTopicsRequest

func (c *DirectoryService) DescribeEventTopicsRequest(input *DescribeEventTopicsInput) (req *request.Request, output *DescribeEventTopicsOutput)

DescribeEventTopicsRequest generates a "aws/request.Request" representing the client's request for the DescribeEventTopics 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 DescribeEventTopics for more information on using the DescribeEventTopics 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 DescribeEventTopicsRequest method.
req, resp := client.DescribeEventTopicsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeEventTopics

func (*DirectoryService) DescribeEventTopicsWithContext

func (c *DirectoryService) DescribeEventTopicsWithContext(ctx aws.Context, input *DescribeEventTopicsInput, opts ...request.Option) (*DescribeEventTopicsOutput, error)

DescribeEventTopicsWithContext is the same as DescribeEventTopics with the addition of the ability to pass a context and additional request options.

See DescribeEventTopics 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 (*DirectoryService) DescribeLDAPSSettings

func (c *DirectoryService) DescribeLDAPSSettings(input *DescribeLDAPSSettingsInput) (*DescribeLDAPSSettingsOutput, error)

DescribeLDAPSSettings API operation for AWS Directory Service.

Describes the status of LDAP security for the specified directory.

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 AWS Directory Service's API operation DescribeLDAPSSettings for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • InvalidNextTokenException The NextToken value is not valid.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeLDAPSSettings

func (*DirectoryService) DescribeLDAPSSettingsPages

func (c *DirectoryService) DescribeLDAPSSettingsPages(input *DescribeLDAPSSettingsInput, fn func(*DescribeLDAPSSettingsOutput, bool) bool) error

DescribeLDAPSSettingsPages iterates over the pages of a DescribeLDAPSSettings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeLDAPSSettings 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 DescribeLDAPSSettings operation.
pageNum := 0
err := client.DescribeLDAPSSettingsPages(params,
    func(page *directoryservice.DescribeLDAPSSettingsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeLDAPSSettingsPagesWithContext

func (c *DirectoryService) DescribeLDAPSSettingsPagesWithContext(ctx aws.Context, input *DescribeLDAPSSettingsInput, fn func(*DescribeLDAPSSettingsOutput, bool) bool, opts ...request.Option) error

DescribeLDAPSSettingsPagesWithContext same as DescribeLDAPSSettingsPages 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 (*DirectoryService) DescribeLDAPSSettingsRequest

func (c *DirectoryService) DescribeLDAPSSettingsRequest(input *DescribeLDAPSSettingsInput) (req *request.Request, output *DescribeLDAPSSettingsOutput)

DescribeLDAPSSettingsRequest generates a "aws/request.Request" representing the client's request for the DescribeLDAPSSettings 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 DescribeLDAPSSettings for more information on using the DescribeLDAPSSettings 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 DescribeLDAPSSettingsRequest method.
req, resp := client.DescribeLDAPSSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeLDAPSSettings

func (*DirectoryService) DescribeLDAPSSettingsWithContext

func (c *DirectoryService) DescribeLDAPSSettingsWithContext(ctx aws.Context, input *DescribeLDAPSSettingsInput, opts ...request.Option) (*DescribeLDAPSSettingsOutput, error)

DescribeLDAPSSettingsWithContext is the same as DescribeLDAPSSettings with the addition of the ability to pass a context and additional request options.

See DescribeLDAPSSettings 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 (*DirectoryService) DescribeRegions

func (c *DirectoryService) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for AWS Directory Service.

Provides information about the Regions that are configured for multi-Region replication.

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 AWS Directory Service's API operation DescribeRegions for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters are not valid.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • InvalidNextTokenException The NextToken value is not valid.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeRegions

func (*DirectoryService) DescribeRegionsPages

func (c *DirectoryService) DescribeRegionsPages(input *DescribeRegionsInput, fn func(*DescribeRegionsOutput, bool) bool) error

DescribeRegionsPages iterates over the pages of a DescribeRegions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeRegions 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 DescribeRegions operation.
pageNum := 0
err := client.DescribeRegionsPages(params,
    func(page *directoryservice.DescribeRegionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeRegionsPagesWithContext

func (c *DirectoryService) DescribeRegionsPagesWithContext(ctx aws.Context, input *DescribeRegionsInput, fn func(*DescribeRegionsOutput, bool) bool, opts ...request.Option) error

DescribeRegionsPagesWithContext same as DescribeRegionsPages 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 (*DirectoryService) DescribeRegionsRequest

func (c *DirectoryService) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)

DescribeRegionsRequest generates a "aws/request.Request" representing the client's request for the DescribeRegions 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 DescribeRegions for more information on using the DescribeRegions 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 DescribeRegionsRequest method.
req, resp := client.DescribeRegionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeRegions

func (*DirectoryService) DescribeRegionsWithContext

func (c *DirectoryService) DescribeRegionsWithContext(ctx aws.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)

DescribeRegionsWithContext is the same as DescribeRegions with the addition of the ability to pass a context and additional request options.

See DescribeRegions 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 (*DirectoryService) DescribeSettings

func (c *DirectoryService) DescribeSettings(input *DescribeSettingsInput) (*DescribeSettingsOutput, error)

DescribeSettings API operation for AWS Directory Service.

Retrieves information about the configurable settings for the specified directory.

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 AWS Directory Service's API operation DescribeSettings for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • InvalidParameterException One or more parameters are not valid.

  • InvalidNextTokenException The NextToken value is not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSettings

func (*DirectoryService) DescribeSettingsRequest

func (c *DirectoryService) DescribeSettingsRequest(input *DescribeSettingsInput) (req *request.Request, output *DescribeSettingsOutput)

DescribeSettingsRequest generates a "aws/request.Request" representing the client's request for the DescribeSettings 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 DescribeSettings for more information on using the DescribeSettings 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 DescribeSettingsRequest method.
req, resp := client.DescribeSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSettings

func (*DirectoryService) DescribeSettingsWithContext

func (c *DirectoryService) DescribeSettingsWithContext(ctx aws.Context, input *DescribeSettingsInput, opts ...request.Option) (*DescribeSettingsOutput, error)

DescribeSettingsWithContext is the same as DescribeSettings with the addition of the ability to pass a context and additional request options.

See DescribeSettings 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 (*DirectoryService) DescribeSharedDirectories

func (c *DirectoryService) DescribeSharedDirectories(input *DescribeSharedDirectoriesInput) (*DescribeSharedDirectoriesOutput, error)

DescribeSharedDirectories API operation for AWS Directory Service.

Returns the shared directories in your account.

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 AWS Directory Service's API operation DescribeSharedDirectories for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidNextTokenException The NextToken value is not valid.

  • InvalidParameterException One or more parameters are not valid.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSharedDirectories

func (*DirectoryService) DescribeSharedDirectoriesPages

func (c *DirectoryService) DescribeSharedDirectoriesPages(input *DescribeSharedDirectoriesInput, fn func(*DescribeSharedDirectoriesOutput, bool) bool) error

DescribeSharedDirectoriesPages iterates over the pages of a DescribeSharedDirectories operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeSharedDirectories 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 DescribeSharedDirectories operation.
pageNum := 0
err := client.DescribeSharedDirectoriesPages(params,
    func(page *directoryservice.DescribeSharedDirectoriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeSharedDirectoriesPagesWithContext

func (c *DirectoryService) DescribeSharedDirectoriesPagesWithContext(ctx aws.Context, input *DescribeSharedDirectoriesInput, fn func(*DescribeSharedDirectoriesOutput, bool) bool, opts ...request.Option) error

DescribeSharedDirectoriesPagesWithContext same as DescribeSharedDirectoriesPages 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 (*DirectoryService) DescribeSharedDirectoriesRequest

func (c *DirectoryService) DescribeSharedDirectoriesRequest(input *DescribeSharedDirectoriesInput) (req *request.Request, output *DescribeSharedDirectoriesOutput)

DescribeSharedDirectoriesRequest generates a "aws/request.Request" representing the client's request for the DescribeSharedDirectories 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 DescribeSharedDirectories for more information on using the DescribeSharedDirectories 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 DescribeSharedDirectoriesRequest method.
req, resp := client.DescribeSharedDirectoriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSharedDirectories

func (*DirectoryService) DescribeSharedDirectoriesWithContext

func (c *DirectoryService) DescribeSharedDirectoriesWithContext(ctx aws.Context, input *DescribeSharedDirectoriesInput, opts ...request.Option) (*DescribeSharedDirectoriesOutput, error)

DescribeSharedDirectoriesWithContext is the same as DescribeSharedDirectories with the addition of the ability to pass a context and additional request options.

See DescribeSharedDirectories 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 (*DirectoryService) DescribeSnapshots

func (c *DirectoryService) DescribeSnapshots(input *DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error)

DescribeSnapshots API operation for AWS Directory Service.

Obtains information about the directory snapshots that belong to this account.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeSnapshots.NextToken member contains a token that you pass in the next call to DescribeSnapshots to retrieve the next set of items.

You can also specify a maximum number of return results with the Limit parameter.

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 AWS Directory Service's API operation DescribeSnapshots for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • InvalidNextTokenException The NextToken value is not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSnapshots

func (*DirectoryService) DescribeSnapshotsPages

func (c *DirectoryService) DescribeSnapshotsPages(input *DescribeSnapshotsInput, fn func(*DescribeSnapshotsOutput, bool) bool) error

DescribeSnapshotsPages iterates over the pages of a DescribeSnapshots operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeSnapshots 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 DescribeSnapshots operation.
pageNum := 0
err := client.DescribeSnapshotsPages(params,
    func(page *directoryservice.DescribeSnapshotsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeSnapshotsPagesWithContext

func (c *DirectoryService) DescribeSnapshotsPagesWithContext(ctx aws.Context, input *DescribeSnapshotsInput, fn func(*DescribeSnapshotsOutput, bool) bool, opts ...request.Option) error

DescribeSnapshotsPagesWithContext same as DescribeSnapshotsPages 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 (*DirectoryService) DescribeSnapshotsRequest

func (c *DirectoryService) DescribeSnapshotsRequest(input *DescribeSnapshotsInput) (req *request.Request, output *DescribeSnapshotsOutput)

DescribeSnapshotsRequest generates a "aws/request.Request" representing the client's request for the DescribeSnapshots 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 DescribeSnapshots for more information on using the DescribeSnapshots 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 DescribeSnapshotsRequest method.
req, resp := client.DescribeSnapshotsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSnapshots

func (*DirectoryService) DescribeSnapshotsWithContext

func (c *DirectoryService) DescribeSnapshotsWithContext(ctx aws.Context, input *DescribeSnapshotsInput, opts ...request.Option) (*DescribeSnapshotsOutput, error)

DescribeSnapshotsWithContext is the same as DescribeSnapshots with the addition of the ability to pass a context and additional request options.

See DescribeSnapshots 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 (*DirectoryService) DescribeTrusts

func (c *DirectoryService) DescribeTrusts(input *DescribeTrustsInput) (*DescribeTrustsOutput, error)

DescribeTrusts API operation for AWS Directory Service.

Obtains information about the trust relationships for this account.

If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.

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 AWS Directory Service's API operation DescribeTrusts for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidNextTokenException The NextToken value is not valid.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

  • UnsupportedOperationException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrusts

func (*DirectoryService) DescribeTrustsPages

func (c *DirectoryService) DescribeTrustsPages(input *DescribeTrustsInput, fn func(*DescribeTrustsOutput, bool) bool) error

DescribeTrustsPages iterates over the pages of a DescribeTrusts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeTrusts 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 DescribeTrusts operation.
pageNum := 0
err := client.DescribeTrustsPages(params,
    func(page *directoryservice.DescribeTrustsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeTrustsPagesWithContext

func (c *DirectoryService) DescribeTrustsPagesWithContext(ctx aws.Context, input *DescribeTrustsInput, fn func(*DescribeTrustsOutput, bool) bool, opts ...request.Option) error

DescribeTrustsPagesWithContext same as DescribeTrustsPages 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 (*DirectoryService) DescribeTrustsRequest

func (c *DirectoryService) DescribeTrustsRequest(input *DescribeTrustsInput) (req *request.Request, output *DescribeTrustsOutput)

DescribeTrustsRequest generates a "aws/request.Request" representing the client's request for the DescribeTrusts 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 DescribeTrusts for more information on using the DescribeTrusts 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 DescribeTrustsRequest method.
req, resp := client.DescribeTrustsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrusts

func (*DirectoryService) DescribeTrustsWithContext

func (c *DirectoryService) DescribeTrustsWithContext(ctx aws.Context, input *DescribeTrustsInput, opts ...request.Option) (*DescribeTrustsOutput, error)

DescribeTrustsWithContext is the same as DescribeTrusts with the addition of the ability to pass a context and additional request options.

See DescribeTrusts 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 (*DirectoryService) DescribeUpdateDirectory

func (c *DirectoryService) DescribeUpdateDirectory(input *DescribeUpdateDirectoryInput) (*DescribeUpdateDirectoryOutput, error)

DescribeUpdateDirectory API operation for AWS Directory Service.

Describes the updates of a directory for a particular update type.

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 AWS Directory Service's API operation DescribeUpdateDirectory for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • InvalidParameterException One or more parameters are not valid.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

  • InvalidNextTokenException The NextToken value is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeUpdateDirectory

func (*DirectoryService) DescribeUpdateDirectoryPages

func (c *DirectoryService) DescribeUpdateDirectoryPages(input *DescribeUpdateDirectoryInput, fn func(*DescribeUpdateDirectoryOutput, bool) bool) error

DescribeUpdateDirectoryPages iterates over the pages of a DescribeUpdateDirectory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeUpdateDirectory 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 DescribeUpdateDirectory operation.
pageNum := 0
err := client.DescribeUpdateDirectoryPages(params,
    func(page *directoryservice.DescribeUpdateDirectoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) DescribeUpdateDirectoryPagesWithContext

func (c *DirectoryService) DescribeUpdateDirectoryPagesWithContext(ctx aws.Context, input *DescribeUpdateDirectoryInput, fn func(*DescribeUpdateDirectoryOutput, bool) bool, opts ...request.Option) error

DescribeUpdateDirectoryPagesWithContext same as DescribeUpdateDirectoryPages 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 (*DirectoryService) DescribeUpdateDirectoryRequest

func (c *DirectoryService) DescribeUpdateDirectoryRequest(input *DescribeUpdateDirectoryInput) (req *request.Request, output *DescribeUpdateDirectoryOutput)

DescribeUpdateDirectoryRequest generates a "aws/request.Request" representing the client's request for the DescribeUpdateDirectory 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 DescribeUpdateDirectory for more information on using the DescribeUpdateDirectory 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 DescribeUpdateDirectoryRequest method.
req, resp := client.DescribeUpdateDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeUpdateDirectory

func (*DirectoryService) DescribeUpdateDirectoryWithContext

func (c *DirectoryService) DescribeUpdateDirectoryWithContext(ctx aws.Context, input *DescribeUpdateDirectoryInput, opts ...request.Option) (*DescribeUpdateDirectoryOutput, error)

DescribeUpdateDirectoryWithContext is the same as DescribeUpdateDirectory with the addition of the ability to pass a context and additional request options.

See DescribeUpdateDirectory 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 (*DirectoryService) DisableClientAuthentication

func (c *DirectoryService) DisableClientAuthentication(input *DisableClientAuthenticationInput) (*DisableClientAuthenticationOutput, error)

DisableClientAuthentication API operation for AWS Directory Service.

Disables alternative client authentication methods for the specified directory.

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 AWS Directory Service's API operation DisableClientAuthentication for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • InvalidClientAuthStatusException Client authentication is already enabled.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableClientAuthentication

func (*DirectoryService) DisableClientAuthenticationRequest

func (c *DirectoryService) DisableClientAuthenticationRequest(input *DisableClientAuthenticationInput) (req *request.Request, output *DisableClientAuthenticationOutput)

DisableClientAuthenticationRequest generates a "aws/request.Request" representing the client's request for the DisableClientAuthentication 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 DisableClientAuthentication for more information on using the DisableClientAuthentication 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 DisableClientAuthenticationRequest method.
req, resp := client.DisableClientAuthenticationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableClientAuthentication

func (*DirectoryService) DisableClientAuthenticationWithContext

func (c *DirectoryService) DisableClientAuthenticationWithContext(ctx aws.Context, input *DisableClientAuthenticationInput, opts ...request.Option) (*DisableClientAuthenticationOutput, error)

DisableClientAuthenticationWithContext is the same as DisableClientAuthentication with the addition of the ability to pass a context and additional request options.

See DisableClientAuthentication 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 (*DirectoryService) DisableLDAPS

func (c *DirectoryService) DisableLDAPS(input *DisableLDAPSInput) (*DisableLDAPSOutput, error)

DisableLDAPS API operation for AWS Directory Service.

Deactivates LDAP secure calls for the specified directory.

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 AWS Directory Service's API operation DisableLDAPS for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • InvalidLDAPSStatusException The LDAP activities could not be performed because they are limited by the LDAPS status.

  • UnsupportedOperationException The operation is not supported.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableLDAPS

func (*DirectoryService) DisableLDAPSRequest

func (c *DirectoryService) DisableLDAPSRequest(input *DisableLDAPSInput) (req *request.Request, output *DisableLDAPSOutput)

DisableLDAPSRequest generates a "aws/request.Request" representing the client's request for the DisableLDAPS 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 DisableLDAPS for more information on using the DisableLDAPS 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 DisableLDAPSRequest method.
req, resp := client.DisableLDAPSRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableLDAPS

func (*DirectoryService) DisableLDAPSWithContext

func (c *DirectoryService) DisableLDAPSWithContext(ctx aws.Context, input *DisableLDAPSInput, opts ...request.Option) (*DisableLDAPSOutput, error)

DisableLDAPSWithContext is the same as DisableLDAPS with the addition of the ability to pass a context and additional request options.

See DisableLDAPS 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 (*DirectoryService) DisableRadius

func (c *DirectoryService) DisableRadius(input *DisableRadiusInput) (*DisableRadiusOutput, error)

DisableRadius API operation for AWS Directory Service.

Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.

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 AWS Directory Service's API operation DisableRadius for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableRadius

func (*DirectoryService) DisableRadiusRequest

func (c *DirectoryService) DisableRadiusRequest(input *DisableRadiusInput) (req *request.Request, output *DisableRadiusOutput)

DisableRadiusRequest generates a "aws/request.Request" representing the client's request for the DisableRadius 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 DisableRadius for more information on using the DisableRadius 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 DisableRadiusRequest method.
req, resp := client.DisableRadiusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableRadius

func (*DirectoryService) DisableRadiusWithContext

func (c *DirectoryService) DisableRadiusWithContext(ctx aws.Context, input *DisableRadiusInput, opts ...request.Option) (*DisableRadiusOutput, error)

DisableRadiusWithContext is the same as DisableRadius with the addition of the ability to pass a context and additional request options.

See DisableRadius 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 (*DirectoryService) DisableSso

func (c *DirectoryService) DisableSso(input *DisableSsoInput) (*DisableSsoOutput, error)

DisableSso API operation for AWS Directory Service.

Disables single-sign on for a directory.

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 AWS Directory Service's API operation DisableSso for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InsufficientPermissionsException The account does not have sufficient permission to perform the operation.

  • AuthenticationFailedException An authentication error occurred.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableSso

func (*DirectoryService) DisableSsoRequest

func (c *DirectoryService) DisableSsoRequest(input *DisableSsoInput) (req *request.Request, output *DisableSsoOutput)

DisableSsoRequest generates a "aws/request.Request" representing the client's request for the DisableSso 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 DisableSso for more information on using the DisableSso 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 DisableSsoRequest method.
req, resp := client.DisableSsoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableSso

func (*DirectoryService) DisableSsoWithContext

func (c *DirectoryService) DisableSsoWithContext(ctx aws.Context, input *DisableSsoInput, opts ...request.Option) (*DisableSsoOutput, error)

DisableSsoWithContext is the same as DisableSso with the addition of the ability to pass a context and additional request options.

See DisableSso 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 (*DirectoryService) EnableClientAuthentication

func (c *DirectoryService) EnableClientAuthentication(input *EnableClientAuthenticationInput) (*EnableClientAuthenticationOutput, error)

EnableClientAuthentication API operation for AWS Directory Service.

Enables alternative client authentication methods for the specified directory.

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 AWS Directory Service's API operation EnableClientAuthentication for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • InvalidClientAuthStatusException Client authentication is already enabled.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • NoAvailableCertificateException Client authentication setup could not be completed because at least one valid certificate must be registered in the system.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableClientAuthentication

func (*DirectoryService) EnableClientAuthenticationRequest

func (c *DirectoryService) EnableClientAuthenticationRequest(input *EnableClientAuthenticationInput) (req *request.Request, output *EnableClientAuthenticationOutput)

EnableClientAuthenticationRequest generates a "aws/request.Request" representing the client's request for the EnableClientAuthentication 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 EnableClientAuthentication for more information on using the EnableClientAuthentication 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 EnableClientAuthenticationRequest method.
req, resp := client.EnableClientAuthenticationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableClientAuthentication

func (*DirectoryService) EnableClientAuthenticationWithContext

func (c *DirectoryService) EnableClientAuthenticationWithContext(ctx aws.Context, input *EnableClientAuthenticationInput, opts ...request.Option) (*EnableClientAuthenticationOutput, error)

EnableClientAuthenticationWithContext is the same as EnableClientAuthentication with the addition of the ability to pass a context and additional request options.

See EnableClientAuthentication 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 (*DirectoryService) EnableLDAPS

func (c *DirectoryService) EnableLDAPS(input *EnableLDAPSInput) (*EnableLDAPSOutput, error)

EnableLDAPS API operation for AWS Directory Service.

Activates the switch for the specific directory to always use LDAP secure calls.

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 AWS Directory Service's API operation EnableLDAPS for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • NoAvailableCertificateException Client authentication setup could not be completed because at least one valid certificate must be registered in the system.

  • InvalidLDAPSStatusException The LDAP activities could not be performed because they are limited by the LDAPS status.

  • UnsupportedOperationException The operation is not supported.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableLDAPS

func (*DirectoryService) EnableLDAPSRequest

func (c *DirectoryService) EnableLDAPSRequest(input *EnableLDAPSInput) (req *request.Request, output *EnableLDAPSOutput)

EnableLDAPSRequest generates a "aws/request.Request" representing the client's request for the EnableLDAPS 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 EnableLDAPS for more information on using the EnableLDAPS 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 EnableLDAPSRequest method.
req, resp := client.EnableLDAPSRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableLDAPS

func (*DirectoryService) EnableLDAPSWithContext

func (c *DirectoryService) EnableLDAPSWithContext(ctx aws.Context, input *EnableLDAPSInput, opts ...request.Option) (*EnableLDAPSOutput, error)

EnableLDAPSWithContext is the same as EnableLDAPS with the addition of the ability to pass a context and additional request options.

See EnableLDAPS 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 (*DirectoryService) EnableRadius

func (c *DirectoryService) EnableRadius(input *EnableRadiusInput) (*EnableRadiusOutput, error)

EnableRadius API operation for AWS Directory Service.

Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.

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 AWS Directory Service's API operation EnableRadius for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters are not valid.

  • EntityAlreadyExistsException The specified entity already exists.

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableRadius

func (*DirectoryService) EnableRadiusRequest

func (c *DirectoryService) EnableRadiusRequest(input *EnableRadiusInput) (req *request.Request, output *EnableRadiusOutput)

EnableRadiusRequest generates a "aws/request.Request" representing the client's request for the EnableRadius 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 EnableRadius for more information on using the EnableRadius 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 EnableRadiusRequest method.
req, resp := client.EnableRadiusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableRadius

func (*DirectoryService) EnableRadiusWithContext

func (c *DirectoryService) EnableRadiusWithContext(ctx aws.Context, input *EnableRadiusInput, opts ...request.Option) (*EnableRadiusOutput, error)

EnableRadiusWithContext is the same as EnableRadius with the addition of the ability to pass a context and additional request options.

See EnableRadius 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 (*DirectoryService) EnableSso

func (c *DirectoryService) EnableSso(input *EnableSsoInput) (*EnableSsoOutput, error)

EnableSso API operation for AWS Directory Service.

Enables single sign-on for a directory. Single sign-on allows users in your directory to access certain Amazon Web Services services from a computer joined to the directory without having to enter their credentials separately.

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 AWS Directory Service's API operation EnableSso for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InsufficientPermissionsException The account does not have sufficient permission to perform the operation.

  • AuthenticationFailedException An authentication error occurred.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableSso

func (*DirectoryService) EnableSsoRequest

func (c *DirectoryService) EnableSsoRequest(input *EnableSsoInput) (req *request.Request, output *EnableSsoOutput)

EnableSsoRequest generates a "aws/request.Request" representing the client's request for the EnableSso 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 EnableSso for more information on using the EnableSso 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 EnableSsoRequest method.
req, resp := client.EnableSsoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableSso

func (*DirectoryService) EnableSsoWithContext

func (c *DirectoryService) EnableSsoWithContext(ctx aws.Context, input *EnableSsoInput, opts ...request.Option) (*EnableSsoOutput, error)

EnableSsoWithContext is the same as EnableSso with the addition of the ability to pass a context and additional request options.

See EnableSso 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 (*DirectoryService) GetDirectoryLimits

func (c *DirectoryService) GetDirectoryLimits(input *GetDirectoryLimitsInput) (*GetDirectoryLimitsOutput, error)

GetDirectoryLimits API operation for AWS Directory Service.

Obtains directory limit information for the current Region.

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 AWS Directory Service's API operation GetDirectoryLimits for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetDirectoryLimits

func (*DirectoryService) GetDirectoryLimitsRequest

func (c *DirectoryService) GetDirectoryLimitsRequest(input *GetDirectoryLimitsInput) (req *request.Request, output *GetDirectoryLimitsOutput)

GetDirectoryLimitsRequest generates a "aws/request.Request" representing the client's request for the GetDirectoryLimits 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 GetDirectoryLimits for more information on using the GetDirectoryLimits 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 GetDirectoryLimitsRequest method.
req, resp := client.GetDirectoryLimitsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetDirectoryLimits

func (*DirectoryService) GetDirectoryLimitsWithContext

func (c *DirectoryService) GetDirectoryLimitsWithContext(ctx aws.Context, input *GetDirectoryLimitsInput, opts ...request.Option) (*GetDirectoryLimitsOutput, error)

GetDirectoryLimitsWithContext is the same as GetDirectoryLimits with the addition of the ability to pass a context and additional request options.

See GetDirectoryLimits 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 (*DirectoryService) GetSnapshotLimits

func (c *DirectoryService) GetSnapshotLimits(input *GetSnapshotLimitsInput) (*GetSnapshotLimitsOutput, error)

GetSnapshotLimits API operation for AWS Directory Service.

Obtains the manual snapshot limits for a directory.

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 AWS Directory Service's API operation GetSnapshotLimits for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetSnapshotLimits

func (*DirectoryService) GetSnapshotLimitsRequest

func (c *DirectoryService) GetSnapshotLimitsRequest(input *GetSnapshotLimitsInput) (req *request.Request, output *GetSnapshotLimitsOutput)

GetSnapshotLimitsRequest generates a "aws/request.Request" representing the client's request for the GetSnapshotLimits 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 GetSnapshotLimits for more information on using the GetSnapshotLimits 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 GetSnapshotLimitsRequest method.
req, resp := client.GetSnapshotLimitsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetSnapshotLimits

func (*DirectoryService) GetSnapshotLimitsWithContext

func (c *DirectoryService) GetSnapshotLimitsWithContext(ctx aws.Context, input *GetSnapshotLimitsInput, opts ...request.Option) (*GetSnapshotLimitsOutput, error)

GetSnapshotLimitsWithContext is the same as GetSnapshotLimits with the addition of the ability to pass a context and additional request options.

See GetSnapshotLimits 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 (*DirectoryService) ListCertificates

func (c *DirectoryService) ListCertificates(input *ListCertificatesInput) (*ListCertificatesOutput, error)

ListCertificates API operation for AWS Directory Service.

For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.

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 AWS Directory Service's API operation ListCertificates for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • InvalidParameterException One or more parameters are not valid.

  • InvalidNextTokenException The NextToken value is not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListCertificates

func (*DirectoryService) ListCertificatesPages

func (c *DirectoryService) ListCertificatesPages(input *ListCertificatesInput, fn func(*ListCertificatesOutput, bool) bool) error

ListCertificatesPages iterates over the pages of a ListCertificates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCertificates 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 ListCertificates operation.
pageNum := 0
err := client.ListCertificatesPages(params,
    func(page *directoryservice.ListCertificatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) ListCertificatesPagesWithContext

func (c *DirectoryService) ListCertificatesPagesWithContext(ctx aws.Context, input *ListCertificatesInput, fn func(*ListCertificatesOutput, bool) bool, opts ...request.Option) error

ListCertificatesPagesWithContext same as ListCertificatesPages 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 (*DirectoryService) ListCertificatesRequest

func (c *DirectoryService) ListCertificatesRequest(input *ListCertificatesInput) (req *request.Request, output *ListCertificatesOutput)

ListCertificatesRequest generates a "aws/request.Request" representing the client's request for the ListCertificates 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 ListCertificates for more information on using the ListCertificates 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 ListCertificatesRequest method.
req, resp := client.ListCertificatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListCertificates

func (*DirectoryService) ListCertificatesWithContext

func (c *DirectoryService) ListCertificatesWithContext(ctx aws.Context, input *ListCertificatesInput, opts ...request.Option) (*ListCertificatesOutput, error)

ListCertificatesWithContext is the same as ListCertificates with the addition of the ability to pass a context and additional request options.

See ListCertificates 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 (*DirectoryService) ListIpRoutes

func (c *DirectoryService) ListIpRoutes(input *ListIpRoutesInput) (*ListIpRoutesOutput, error)

ListIpRoutes API operation for AWS Directory Service.

Lists the address blocks that you have added to a directory.

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 AWS Directory Service's API operation ListIpRoutes for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidNextTokenException The NextToken value is not valid.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListIpRoutes

func (*DirectoryService) ListIpRoutesPages

func (c *DirectoryService) ListIpRoutesPages(input *ListIpRoutesInput, fn func(*ListIpRoutesOutput, bool) bool) error

ListIpRoutesPages iterates over the pages of a ListIpRoutes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListIpRoutes 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 ListIpRoutes operation.
pageNum := 0
err := client.ListIpRoutesPages(params,
    func(page *directoryservice.ListIpRoutesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) ListIpRoutesPagesWithContext

func (c *DirectoryService) ListIpRoutesPagesWithContext(ctx aws.Context, input *ListIpRoutesInput, fn func(*ListIpRoutesOutput, bool) bool, opts ...request.Option) error

ListIpRoutesPagesWithContext same as ListIpRoutesPages 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 (*DirectoryService) ListIpRoutesRequest

func (c *DirectoryService) ListIpRoutesRequest(input *ListIpRoutesInput) (req *request.Request, output *ListIpRoutesOutput)

ListIpRoutesRequest generates a "aws/request.Request" representing the client's request for the ListIpRoutes 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 ListIpRoutes for more information on using the ListIpRoutes 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 ListIpRoutesRequest method.
req, resp := client.ListIpRoutesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListIpRoutes

func (*DirectoryService) ListIpRoutesWithContext

func (c *DirectoryService) ListIpRoutesWithContext(ctx aws.Context, input *ListIpRoutesInput, opts ...request.Option) (*ListIpRoutesOutput, error)

ListIpRoutesWithContext is the same as ListIpRoutes with the addition of the ability to pass a context and additional request options.

See ListIpRoutes 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 (*DirectoryService) ListLogSubscriptions

func (c *DirectoryService) ListLogSubscriptions(input *ListLogSubscriptionsInput) (*ListLogSubscriptionsOutput, error)

ListLogSubscriptions API operation for AWS Directory Service.

Lists the active log subscriptions for the Amazon Web Services account.

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 AWS Directory Service's API operation ListLogSubscriptions for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidNextTokenException The NextToken value is not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListLogSubscriptions

func (*DirectoryService) ListLogSubscriptionsPages

func (c *DirectoryService) ListLogSubscriptionsPages(input *ListLogSubscriptionsInput, fn func(*ListLogSubscriptionsOutput, bool) bool) error

ListLogSubscriptionsPages iterates over the pages of a ListLogSubscriptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLogSubscriptions 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 ListLogSubscriptions operation.
pageNum := 0
err := client.ListLogSubscriptionsPages(params,
    func(page *directoryservice.ListLogSubscriptionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) ListLogSubscriptionsPagesWithContext

func (c *DirectoryService) ListLogSubscriptionsPagesWithContext(ctx aws.Context, input *ListLogSubscriptionsInput, fn func(*ListLogSubscriptionsOutput, bool) bool, opts ...request.Option) error

ListLogSubscriptionsPagesWithContext same as ListLogSubscriptionsPages 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 (*DirectoryService) ListLogSubscriptionsRequest

func (c *DirectoryService) ListLogSubscriptionsRequest(input *ListLogSubscriptionsInput) (req *request.Request, output *ListLogSubscriptionsOutput)

ListLogSubscriptionsRequest generates a "aws/request.Request" representing the client's request for the ListLogSubscriptions 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 ListLogSubscriptions for more information on using the ListLogSubscriptions 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 ListLogSubscriptionsRequest method.
req, resp := client.ListLogSubscriptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListLogSubscriptions

func (*DirectoryService) ListLogSubscriptionsWithContext

func (c *DirectoryService) ListLogSubscriptionsWithContext(ctx aws.Context, input *ListLogSubscriptionsInput, opts ...request.Option) (*ListLogSubscriptionsOutput, error)

ListLogSubscriptionsWithContext is the same as ListLogSubscriptions with the addition of the ability to pass a context and additional request options.

See ListLogSubscriptions 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 (*DirectoryService) ListSchemaExtensions

func (c *DirectoryService) ListSchemaExtensions(input *ListSchemaExtensionsInput) (*ListSchemaExtensionsOutput, error)

ListSchemaExtensions API operation for AWS Directory Service.

Lists all schema extensions applied to a Microsoft AD Directory.

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 AWS Directory Service's API operation ListSchemaExtensions for usage and error information.

Returned Error Types:

  • InvalidNextTokenException The NextToken value is not valid.

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListSchemaExtensions

func (*DirectoryService) ListSchemaExtensionsPages

func (c *DirectoryService) ListSchemaExtensionsPages(input *ListSchemaExtensionsInput, fn func(*ListSchemaExtensionsOutput, bool) bool) error

ListSchemaExtensionsPages iterates over the pages of a ListSchemaExtensions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSchemaExtensions 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 ListSchemaExtensions operation.
pageNum := 0
err := client.ListSchemaExtensionsPages(params,
    func(page *directoryservice.ListSchemaExtensionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) ListSchemaExtensionsPagesWithContext

func (c *DirectoryService) ListSchemaExtensionsPagesWithContext(ctx aws.Context, input *ListSchemaExtensionsInput, fn func(*ListSchemaExtensionsOutput, bool) bool, opts ...request.Option) error

ListSchemaExtensionsPagesWithContext same as ListSchemaExtensionsPages 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 (*DirectoryService) ListSchemaExtensionsRequest

func (c *DirectoryService) ListSchemaExtensionsRequest(input *ListSchemaExtensionsInput) (req *request.Request, output *ListSchemaExtensionsOutput)

ListSchemaExtensionsRequest generates a "aws/request.Request" representing the client's request for the ListSchemaExtensions 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 ListSchemaExtensions for more information on using the ListSchemaExtensions 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 ListSchemaExtensionsRequest method.
req, resp := client.ListSchemaExtensionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListSchemaExtensions

func (*DirectoryService) ListSchemaExtensionsWithContext

func (c *DirectoryService) ListSchemaExtensionsWithContext(ctx aws.Context, input *ListSchemaExtensionsInput, opts ...request.Option) (*ListSchemaExtensionsOutput, error)

ListSchemaExtensionsWithContext is the same as ListSchemaExtensions with the addition of the ability to pass a context and additional request options.

See ListSchemaExtensions 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 (*DirectoryService) ListTagsForResource

func (c *DirectoryService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS Directory Service.

Lists all tags on a directory.

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 AWS Directory Service's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidNextTokenException The NextToken value is not valid.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListTagsForResource

func (*DirectoryService) ListTagsForResourcePages

func (c *DirectoryService) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages iterates over the pages of a ListTagsForResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTagsForResource 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 ListTagsForResource operation.
pageNum := 0
err := client.ListTagsForResourcePages(params,
    func(page *directoryservice.ListTagsForResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DirectoryService) ListTagsForResourcePagesWithContext

func (c *DirectoryService) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...request.Option) error

ListTagsForResourcePagesWithContext same as ListTagsForResourcePages 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 (*DirectoryService) ListTagsForResourceRequest

func (c *DirectoryService) 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/ds-2015-04-16/ListTagsForResource

func (*DirectoryService) ListTagsForResourceWithContext

func (c *DirectoryService) 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 (*DirectoryService) RegisterCertificate

func (c *DirectoryService) RegisterCertificate(input *RegisterCertificateInput) (*RegisterCertificateOutput, error)

RegisterCertificate API operation for AWS Directory Service.

Registers a certificate for a secure LDAP or client certificate authentication.

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 AWS Directory Service's API operation RegisterCertificate for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • InvalidCertificateException The certificate PEM that was provided has incorrect encoding.

  • CertificateLimitExceededException The certificate could not be added because the certificate limit has been reached.

  • CertificateAlreadyExistsException The certificate has already been registered into the system.

  • UnsupportedOperationException The operation is not supported.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterCertificate

func (*DirectoryService) RegisterCertificateRequest

func (c *DirectoryService) RegisterCertificateRequest(input *RegisterCertificateInput) (req *request.Request, output *RegisterCertificateOutput)

RegisterCertificateRequest generates a "aws/request.Request" representing the client's request for the RegisterCertificate 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 RegisterCertificate for more information on using the RegisterCertificate 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 RegisterCertificateRequest method.
req, resp := client.RegisterCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterCertificate

func (*DirectoryService) RegisterCertificateWithContext

func (c *DirectoryService) RegisterCertificateWithContext(ctx aws.Context, input *RegisterCertificateInput, opts ...request.Option) (*RegisterCertificateOutput, error)

RegisterCertificateWithContext is the same as RegisterCertificate with the addition of the ability to pass a context and additional request options.

See RegisterCertificate 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 (*DirectoryService) RegisterEventTopic

func (c *DirectoryService) RegisterEventTopic(input *RegisterEventTopicInput) (*RegisterEventTopicOutput, error)

RegisterEventTopic API operation for AWS Directory Service.

Associates a directory with an Amazon SNS topic. This establishes the directory as a publisher to the specified Amazon SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.

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 AWS Directory Service's API operation RegisterEventTopic for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterEventTopic

func (*DirectoryService) RegisterEventTopicRequest

func (c *DirectoryService) RegisterEventTopicRequest(input *RegisterEventTopicInput) (req *request.Request, output *RegisterEventTopicOutput)

RegisterEventTopicRequest generates a "aws/request.Request" representing the client's request for the RegisterEventTopic 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 RegisterEventTopic for more information on using the RegisterEventTopic 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 RegisterEventTopicRequest method.
req, resp := client.RegisterEventTopicRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterEventTopic

func (*DirectoryService) RegisterEventTopicWithContext

func (c *DirectoryService) RegisterEventTopicWithContext(ctx aws.Context, input *RegisterEventTopicInput, opts ...request.Option) (*RegisterEventTopicOutput, error)

RegisterEventTopicWithContext is the same as RegisterEventTopic with the addition of the ability to pass a context and additional request options.

See RegisterEventTopic 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 (*DirectoryService) RejectSharedDirectory

func (c *DirectoryService) RejectSharedDirectory(input *RejectSharedDirectoryInput) (*RejectSharedDirectoryOutput, error)

RejectSharedDirectory API operation for AWS Directory Service.

Rejects a directory sharing request that was sent from the directory owner account.

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 AWS Directory Service's API operation RejectSharedDirectory for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters are not valid.

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryAlreadySharedException The specified directory has already been shared with this Amazon Web Services account.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RejectSharedDirectory

func (*DirectoryService) RejectSharedDirectoryRequest

func (c *DirectoryService) RejectSharedDirectoryRequest(input *RejectSharedDirectoryInput) (req *request.Request, output *RejectSharedDirectoryOutput)

RejectSharedDirectoryRequest generates a "aws/request.Request" representing the client's request for the RejectSharedDirectory 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 RejectSharedDirectory for more information on using the RejectSharedDirectory 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 RejectSharedDirectoryRequest method.
req, resp := client.RejectSharedDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RejectSharedDirectory

func (*DirectoryService) RejectSharedDirectoryWithContext

func (c *DirectoryService) RejectSharedDirectoryWithContext(ctx aws.Context, input *RejectSharedDirectoryInput, opts ...request.Option) (*RejectSharedDirectoryOutput, error)

RejectSharedDirectoryWithContext is the same as RejectSharedDirectory with the addition of the ability to pass a context and additional request options.

See RejectSharedDirectory 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 (*DirectoryService) RemoveIpRoutes

func (c *DirectoryService) RemoveIpRoutes(input *RemoveIpRoutesInput) (*RemoveIpRoutesOutput, error)

RemoveIpRoutes API operation for AWS Directory Service.

Removes IP address blocks from a directory.

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 AWS Directory Service's API operation RemoveIpRoutes for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutes

func (*DirectoryService) RemoveIpRoutesRequest

func (c *DirectoryService) RemoveIpRoutesRequest(input *RemoveIpRoutesInput) (req *request.Request, output *RemoveIpRoutesOutput)

RemoveIpRoutesRequest generates a "aws/request.Request" representing the client's request for the RemoveIpRoutes 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 RemoveIpRoutes for more information on using the RemoveIpRoutes 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 RemoveIpRoutesRequest method.
req, resp := client.RemoveIpRoutesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutes

func (*DirectoryService) RemoveIpRoutesWithContext

func (c *DirectoryService) RemoveIpRoutesWithContext(ctx aws.Context, input *RemoveIpRoutesInput, opts ...request.Option) (*RemoveIpRoutesOutput, error)

RemoveIpRoutesWithContext is the same as RemoveIpRoutes with the addition of the ability to pass a context and additional request options.

See RemoveIpRoutes 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 (*DirectoryService) RemoveRegion

func (c *DirectoryService) RemoveRegion(input *RemoveRegionInput) (*RemoveRegionOutput, error)

RemoveRegion API operation for AWS Directory Service.

Stops all replication and removes the domain controllers from the specified Region. You cannot remove the primary Region with this operation. Instead, use the DeleteDirectory API.

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 AWS Directory Service's API operation RemoveRegion for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveRegion

func (*DirectoryService) RemoveRegionRequest

func (c *DirectoryService) RemoveRegionRequest(input *RemoveRegionInput) (req *request.Request, output *RemoveRegionOutput)

RemoveRegionRequest generates a "aws/request.Request" representing the client's request for the RemoveRegion 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 RemoveRegion for more information on using the RemoveRegion 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 RemoveRegionRequest method.
req, resp := client.RemoveRegionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveRegion

func (*DirectoryService) RemoveRegionWithContext

func (c *DirectoryService) RemoveRegionWithContext(ctx aws.Context, input *RemoveRegionInput, opts ...request.Option) (*RemoveRegionOutput, error)

RemoveRegionWithContext is the same as RemoveRegion with the addition of the ability to pass a context and additional request options.

See RemoveRegion 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 (*DirectoryService) RemoveTagsFromResource

func (c *DirectoryService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for AWS Directory Service.

Removes tags from a directory.

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 AWS Directory Service's API operation RemoveTagsFromResource for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveTagsFromResource

func (*DirectoryService) RemoveTagsFromResourceRequest

func (c *DirectoryService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest generates a "aws/request.Request" representing the client's request for the RemoveTagsFromResource 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 RemoveTagsFromResource for more information on using the RemoveTagsFromResource 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 RemoveTagsFromResourceRequest method.
req, resp := client.RemoveTagsFromResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveTagsFromResource

func (*DirectoryService) RemoveTagsFromResourceWithContext

func (c *DirectoryService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of the ability to pass a context and additional request options.

See RemoveTagsFromResource 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 (*DirectoryService) ResetUserPassword

func (c *DirectoryService) ResetUserPassword(input *ResetUserPasswordInput) (*ResetUserPasswordOutput, error)

ResetUserPassword API operation for AWS Directory Service.

Resets the password for any user in your Managed Microsoft AD or Simple AD directory.

You can reset the password for any user in your directory with the following exceptions:

  • For Simple AD, you cannot reset the password for any user that is a member of either the Domain Admins or Enterprise Admins group except for the administrator user.

  • For Managed Microsoft AD, you can only reset the password for a user that is in an OU based off of the NetBIOS name that you typed when you created your directory. For example, you cannot reset the password for a user in the Amazon Web Services Reserved OU. For more information about the OU structure for an Managed Microsoft AD directory, see What Gets Created (https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_getting_started_what_gets_created.html) in the Directory Service Administration 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 AWS Directory Service's API operation ResetUserPassword for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • UserDoesNotExistException The user provided a username that does not exist in your directory.

  • InvalidPasswordException The new password provided by the user does not meet the password complexity requirements defined in your directory.

  • UnsupportedOperationException The operation is not supported.

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ResetUserPassword

func (*DirectoryService) ResetUserPasswordRequest

func (c *DirectoryService) ResetUserPasswordRequest(input *ResetUserPasswordInput) (req *request.Request, output *ResetUserPasswordOutput)

ResetUserPasswordRequest generates a "aws/request.Request" representing the client's request for the ResetUserPassword 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 ResetUserPassword for more information on using the ResetUserPassword 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 ResetUserPasswordRequest method.
req, resp := client.ResetUserPasswordRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ResetUserPassword

func (*DirectoryService) ResetUserPasswordWithContext

func (c *DirectoryService) ResetUserPasswordWithContext(ctx aws.Context, input *ResetUserPasswordInput, opts ...request.Option) (*ResetUserPasswordOutput, error)

ResetUserPasswordWithContext is the same as ResetUserPassword with the addition of the ability to pass a context and additional request options.

See ResetUserPassword 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 (*DirectoryService) RestoreFromSnapshot

func (c *DirectoryService) RestoreFromSnapshot(input *RestoreFromSnapshotInput) (*RestoreFromSnapshotOutput, error)

RestoreFromSnapshot API operation for AWS Directory Service.

Restores a directory using an existing directory snapshot.

When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.

This action returns as soon as the restore operation is initiated. You can monitor the progress of the restore operation by calling the DescribeDirectories operation with the directory identifier. When the DirectoryDescription.Stage value changes to Active, the restore operation is complete.

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 AWS Directory Service's API operation RestoreFromSnapshot for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RestoreFromSnapshot

func (*DirectoryService) RestoreFromSnapshotRequest

func (c *DirectoryService) RestoreFromSnapshotRequest(input *RestoreFromSnapshotInput) (req *request.Request, output *RestoreFromSnapshotOutput)

RestoreFromSnapshotRequest generates a "aws/request.Request" representing the client's request for the RestoreFromSnapshot 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 RestoreFromSnapshot for more information on using the RestoreFromSnapshot 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 RestoreFromSnapshotRequest method.
req, resp := client.RestoreFromSnapshotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RestoreFromSnapshot

func (*DirectoryService) RestoreFromSnapshotWithContext

func (c *DirectoryService) RestoreFromSnapshotWithContext(ctx aws.Context, input *RestoreFromSnapshotInput, opts ...request.Option) (*RestoreFromSnapshotOutput, error)

RestoreFromSnapshotWithContext is the same as RestoreFromSnapshot with the addition of the ability to pass a context and additional request options.

See RestoreFromSnapshot 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 (*DirectoryService) ShareDirectory

func (c *DirectoryService) ShareDirectory(input *ShareDirectoryInput) (*ShareDirectoryOutput, error)

ShareDirectory API operation for AWS Directory Service.

Shares a specified directory (DirectoryId) in your Amazon Web Services account (directory owner) with another Amazon Web Services account (directory consumer). With this operation you can use your directory from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.

When you share your Managed Microsoft AD directory, Directory Service creates a shared directory in the directory consumer account. This shared directory contains the metadata to provide access to the directory within the directory owner account. The shared directory is visible in all VPCs in the directory consumer account.

The ShareMethod parameter determines whether the specified directory can be shared between Amazon Web Services accounts inside the same Amazon Web Services organization (ORGANIZATIONS). It also determines whether you can share the directory with any other Amazon Web Services account either inside or outside of the organization (HANDSHAKE).

The ShareNotes parameter is only used when HANDSHAKE is called, which sends a directory sharing request to the directory consumer.

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 AWS Directory Service's API operation ShareDirectory for usage and error information.

Returned Error Types:

  • DirectoryAlreadySharedException The specified directory has already been shared with this Amazon Web Services account.

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidTargetException The specified shared target is not valid.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ShareLimitExceededException The maximum number of Amazon Web Services accounts that you can share with this directory has been reached.

  • OrganizationsException Exception encountered while trying to access your Amazon Web Services organization.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • UnsupportedOperationException The operation is not supported.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ShareDirectory

func (*DirectoryService) ShareDirectoryRequest

func (c *DirectoryService) ShareDirectoryRequest(input *ShareDirectoryInput) (req *request.Request, output *ShareDirectoryOutput)

ShareDirectoryRequest generates a "aws/request.Request" representing the client's request for the ShareDirectory 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 ShareDirectory for more information on using the ShareDirectory 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 ShareDirectoryRequest method.
req, resp := client.ShareDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ShareDirectory

func (*DirectoryService) ShareDirectoryWithContext

func (c *DirectoryService) ShareDirectoryWithContext(ctx aws.Context, input *ShareDirectoryInput, opts ...request.Option) (*ShareDirectoryOutput, error)

ShareDirectoryWithContext is the same as ShareDirectory with the addition of the ability to pass a context and additional request options.

See ShareDirectory 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 (*DirectoryService) StartSchemaExtension

func (c *DirectoryService) StartSchemaExtension(input *StartSchemaExtensionInput) (*StartSchemaExtensionOutput, error)

StartSchemaExtension API operation for AWS Directory Service.

Applies a schema extension to a Microsoft AD directory.

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 AWS Directory Service's API operation StartSchemaExtension for usage and error information.

Returned Error Types:

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • SnapshotLimitExceededException The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/StartSchemaExtension

func (*DirectoryService) StartSchemaExtensionRequest

func (c *DirectoryService) StartSchemaExtensionRequest(input *StartSchemaExtensionInput) (req *request.Request, output *StartSchemaExtensionOutput)

StartSchemaExtensionRequest generates a "aws/request.Request" representing the client's request for the StartSchemaExtension 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 StartSchemaExtension for more information on using the StartSchemaExtension 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 StartSchemaExtensionRequest method.
req, resp := client.StartSchemaExtensionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/StartSchemaExtension

func (*DirectoryService) StartSchemaExtensionWithContext

func (c *DirectoryService) StartSchemaExtensionWithContext(ctx aws.Context, input *StartSchemaExtensionInput, opts ...request.Option) (*StartSchemaExtensionOutput, error)

StartSchemaExtensionWithContext is the same as StartSchemaExtension with the addition of the ability to pass a context and additional request options.

See StartSchemaExtension 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 (*DirectoryService) UnshareDirectory

func (c *DirectoryService) UnshareDirectory(input *UnshareDirectoryInput) (*UnshareDirectoryOutput, error)

UnshareDirectory API operation for AWS Directory Service.

Stops the directory sharing between the directory owner and consumer accounts.

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 AWS Directory Service's API operation UnshareDirectory for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidTargetException The specified shared target is not valid.

  • DirectoryNotSharedException The specified directory has not been shared with this Amazon Web Services account.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UnshareDirectory

func (*DirectoryService) UnshareDirectoryRequest

func (c *DirectoryService) UnshareDirectoryRequest(input *UnshareDirectoryInput) (req *request.Request, output *UnshareDirectoryOutput)

UnshareDirectoryRequest generates a "aws/request.Request" representing the client's request for the UnshareDirectory 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 UnshareDirectory for more information on using the UnshareDirectory 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 UnshareDirectoryRequest method.
req, resp := client.UnshareDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UnshareDirectory

func (*DirectoryService) UnshareDirectoryWithContext

func (c *DirectoryService) UnshareDirectoryWithContext(ctx aws.Context, input *UnshareDirectoryInput, opts ...request.Option) (*UnshareDirectoryOutput, error)

UnshareDirectoryWithContext is the same as UnshareDirectory with the addition of the ability to pass a context and additional request options.

See UnshareDirectory 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 (*DirectoryService) UpdateConditionalForwarder

func (c *DirectoryService) UpdateConditionalForwarder(input *UpdateConditionalForwarderInput) (*UpdateConditionalForwarderOutput, error)

UpdateConditionalForwarder API operation for AWS Directory Service.

Updates a conditional forwarder that has been set up for your Amazon Web Services directory.

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 AWS Directory Service's API operation UpdateConditionalForwarder for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarder

func (*DirectoryService) UpdateConditionalForwarderRequest

func (c *DirectoryService) UpdateConditionalForwarderRequest(input *UpdateConditionalForwarderInput) (req *request.Request, output *UpdateConditionalForwarderOutput)

UpdateConditionalForwarderRequest generates a "aws/request.Request" representing the client's request for the UpdateConditionalForwarder 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 UpdateConditionalForwarder for more information on using the UpdateConditionalForwarder 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 UpdateConditionalForwarderRequest method.
req, resp := client.UpdateConditionalForwarderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarder

func (*DirectoryService) UpdateConditionalForwarderWithContext

func (c *DirectoryService) UpdateConditionalForwarderWithContext(ctx aws.Context, input *UpdateConditionalForwarderInput, opts ...request.Option) (*UpdateConditionalForwarderOutput, error)

UpdateConditionalForwarderWithContext is the same as UpdateConditionalForwarder with the addition of the ability to pass a context and additional request options.

See UpdateConditionalForwarder 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 (*DirectoryService) UpdateDirectorySetup

func (c *DirectoryService) UpdateDirectorySetup(input *UpdateDirectorySetupInput) (*UpdateDirectorySetupOutput, error)

UpdateDirectorySetup API operation for AWS Directory Service.

Updates the directory for a particular update type.

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 AWS Directory Service's API operation UpdateDirectorySetup for usage and error information.

Returned Error Types:

  • UnsupportedOperationException The operation is not supported.

  • DirectoryInDesiredStateException The directory is already updated to desired update type settings.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • SnapshotLimitExceededException The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.

  • InvalidParameterException One or more parameters are not valid.

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • AccessDeniedException Client authentication is not available in this region at this time.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateDirectorySetup

func (*DirectoryService) UpdateDirectorySetupRequest

func (c *DirectoryService) UpdateDirectorySetupRequest(input *UpdateDirectorySetupInput) (req *request.Request, output *UpdateDirectorySetupOutput)

UpdateDirectorySetupRequest generates a "aws/request.Request" representing the client's request for the UpdateDirectorySetup 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 UpdateDirectorySetup for more information on using the UpdateDirectorySetup 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 UpdateDirectorySetupRequest method.
req, resp := client.UpdateDirectorySetupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateDirectorySetup

func (*DirectoryService) UpdateDirectorySetupWithContext

func (c *DirectoryService) UpdateDirectorySetupWithContext(ctx aws.Context, input *UpdateDirectorySetupInput, opts ...request.Option) (*UpdateDirectorySetupOutput, error)

UpdateDirectorySetupWithContext is the same as UpdateDirectorySetup with the addition of the ability to pass a context and additional request options.

See UpdateDirectorySetup 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 (*DirectoryService) UpdateNumberOfDomainControllers

func (c *DirectoryService) UpdateNumberOfDomainControllers(input *UpdateNumberOfDomainControllersInput) (*UpdateNumberOfDomainControllersOutput, error)

UpdateNumberOfDomainControllers API operation for AWS Directory Service.

Adds or removes domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request.

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 AWS Directory Service's API operation UpdateNumberOfDomainControllers for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • DomainControllerLimitExceededException The maximum allowed number of domain controllers per directory was exceeded. The default limit per directory is 20 domain controllers.

  • InvalidParameterException One or more parameters are not valid.

  • UnsupportedOperationException The operation is not supported.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateNumberOfDomainControllers

func (*DirectoryService) UpdateNumberOfDomainControllersRequest

func (c *DirectoryService) UpdateNumberOfDomainControllersRequest(input *UpdateNumberOfDomainControllersInput) (req *request.Request, output *UpdateNumberOfDomainControllersOutput)

UpdateNumberOfDomainControllersRequest generates a "aws/request.Request" representing the client's request for the UpdateNumberOfDomainControllers 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 UpdateNumberOfDomainControllers for more information on using the UpdateNumberOfDomainControllers 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 UpdateNumberOfDomainControllersRequest method.
req, resp := client.UpdateNumberOfDomainControllersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateNumberOfDomainControllers

func (*DirectoryService) UpdateNumberOfDomainControllersWithContext

func (c *DirectoryService) UpdateNumberOfDomainControllersWithContext(ctx aws.Context, input *UpdateNumberOfDomainControllersInput, opts ...request.Option) (*UpdateNumberOfDomainControllersOutput, error)

UpdateNumberOfDomainControllersWithContext is the same as UpdateNumberOfDomainControllers with the addition of the ability to pass a context and additional request options.

See UpdateNumberOfDomainControllers 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 (*DirectoryService) UpdateRadius

func (c *DirectoryService) UpdateRadius(input *UpdateRadiusInput) (*UpdateRadiusOutput, error)

UpdateRadius API operation for AWS Directory Service.

Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or Microsoft AD directory.

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 AWS Directory Service's API operation UpdateRadius for usage and error information.

Returned Error Types:

  • InvalidParameterException One or more parameters are not valid.

  • EntityDoesNotExistException The specified entity could not be found.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateRadius

func (*DirectoryService) UpdateRadiusRequest

func (c *DirectoryService) UpdateRadiusRequest(input *UpdateRadiusInput) (req *request.Request, output *UpdateRadiusOutput)

UpdateRadiusRequest generates a "aws/request.Request" representing the client's request for the UpdateRadius 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 UpdateRadius for more information on using the UpdateRadius 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 UpdateRadiusRequest method.
req, resp := client.UpdateRadiusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateRadius

func (*DirectoryService) UpdateRadiusWithContext

func (c *DirectoryService) UpdateRadiusWithContext(ctx aws.Context, input *UpdateRadiusInput, opts ...request.Option) (*UpdateRadiusOutput, error)

UpdateRadiusWithContext is the same as UpdateRadius with the addition of the ability to pass a context and additional request options.

See UpdateRadius 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 (*DirectoryService) UpdateSettings

func (c *DirectoryService) UpdateSettings(input *UpdateSettingsInput) (*UpdateSettingsOutput, error)

UpdateSettings API operation for AWS Directory Service.

Updates the configurable settings for the specified directory.

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 AWS Directory Service's API operation UpdateSettings for usage and error information.

Returned Error Types:

  • DirectoryDoesNotExistException The specified directory does not exist in the system.

  • UnsupportedOperationException The operation is not supported.

  • DirectoryUnavailableException The specified directory is unavailable or could not be found.

  • IncompatibleSettingsException The specified directory setting is not compatible with other settings.

  • UnsupportedSettingsException The specified directory setting is not supported.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateSettings

func (*DirectoryService) UpdateSettingsRequest

func (c *DirectoryService) UpdateSettingsRequest(input *UpdateSettingsInput) (req *request.Request, output *UpdateSettingsOutput)

UpdateSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateSettings 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 UpdateSettings for more information on using the UpdateSettings 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 UpdateSettingsRequest method.
req, resp := client.UpdateSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateSettings

func (*DirectoryService) UpdateSettingsWithContext

func (c *DirectoryService) UpdateSettingsWithContext(ctx aws.Context, input *UpdateSettingsInput, opts ...request.Option) (*UpdateSettingsOutput, error)

UpdateSettingsWithContext is the same as UpdateSettings with the addition of the ability to pass a context and additional request options.

See UpdateSettings 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 (*DirectoryService) UpdateTrust

func (c *DirectoryService) UpdateTrust(input *UpdateTrustInput) (*UpdateTrustOutput, error)

UpdateTrust API operation for AWS Directory Service.

Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.

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 AWS Directory Service's API operation UpdateTrust for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateTrust

func (*DirectoryService) UpdateTrustRequest

func (c *DirectoryService) UpdateTrustRequest(input *UpdateTrustInput) (req *request.Request, output *UpdateTrustOutput)

UpdateTrustRequest generates a "aws/request.Request" representing the client's request for the UpdateTrust 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 UpdateTrust for more information on using the UpdateTrust 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 UpdateTrustRequest method.
req, resp := client.UpdateTrustRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateTrust

func (*DirectoryService) UpdateTrustWithContext

func (c *DirectoryService) UpdateTrustWithContext(ctx aws.Context, input *UpdateTrustInput, opts ...request.Option) (*UpdateTrustOutput, error)

UpdateTrustWithContext is the same as UpdateTrust with the addition of the ability to pass a context and additional request options.

See UpdateTrust 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 (*DirectoryService) VerifyTrust

func (c *DirectoryService) VerifyTrust(input *VerifyTrustInput) (*VerifyTrustOutput, error)

VerifyTrust API operation for AWS Directory Service.

Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

This action verifies a trust relationship between your Managed Microsoft AD directory and an external domain.

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 AWS Directory Service's API operation VerifyTrust for usage and error information.

Returned Error Types:

  • EntityDoesNotExistException The specified entity could not be found.

  • InvalidParameterException One or more parameters are not valid.

  • ClientException A client exception has occurred.

  • ServiceException An exception has occurred in Directory Service.

  • UnsupportedOperationException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/VerifyTrust

func (*DirectoryService) VerifyTrustRequest

func (c *DirectoryService) VerifyTrustRequest(input *VerifyTrustInput) (req *request.Request, output *VerifyTrustOutput)

VerifyTrustRequest generates a "aws/request.Request" representing the client's request for the VerifyTrust 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 VerifyTrust for more information on using the VerifyTrust 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 VerifyTrustRequest method.
req, resp := client.VerifyTrustRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/VerifyTrust

func (*DirectoryService) VerifyTrustWithContext

func (c *DirectoryService) VerifyTrustWithContext(ctx aws.Context, input *VerifyTrustInput, opts ...request.Option) (*VerifyTrustOutput, error)

VerifyTrustWithContext is the same as VerifyTrust with the addition of the ability to pass a context and additional request options.

See VerifyTrust 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 DirectoryUnavailableException

type DirectoryUnavailableException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified directory is unavailable or could not be found.

func (*DirectoryUnavailableException) Code

func (s *DirectoryUnavailableException) Code() string

Code returns the exception type name.

func (*DirectoryUnavailableException) Error

func (s *DirectoryUnavailableException) Error() string

func (DirectoryUnavailableException) GoString

func (s DirectoryUnavailableException) 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 (*DirectoryUnavailableException) Message

func (s *DirectoryUnavailableException) Message() string

Message returns the exception's message.

func (*DirectoryUnavailableException) OrigErr

func (s *DirectoryUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DirectoryUnavailableException) RequestID

func (s *DirectoryUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DirectoryUnavailableException) StatusCode

func (s *DirectoryUnavailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DirectoryUnavailableException) String

func (s DirectoryUnavailableException) 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 DirectoryVpcSettings

type DirectoryVpcSettings struct {

    // The identifiers of the subnets for the directory servers. The two subnets
    // must be in different Availability Zones. Directory Service creates a directory
    // server and a DNS server in each of these subnets.
    //
    // SubnetIds is a required field
    SubnetIds []*string `type:"list" required:"true"`

    // The identifier of the VPC in which to create the directory.
    //
    // VpcId is a required field
    VpcId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

func (DirectoryVpcSettings) GoString

func (s DirectoryVpcSettings) 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 (*DirectoryVpcSettings) SetSubnetIds

func (s *DirectoryVpcSettings) SetSubnetIds(v []*string) *DirectoryVpcSettings

SetSubnetIds sets the SubnetIds field's value.

func (*DirectoryVpcSettings) SetVpcId

func (s *DirectoryVpcSettings) SetVpcId(v string) *DirectoryVpcSettings

SetVpcId sets the VpcId field's value.

func (DirectoryVpcSettings) String

func (s DirectoryVpcSettings) 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 (*DirectoryVpcSettings) Validate

func (s *DirectoryVpcSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DirectoryVpcSettingsDescription

type DirectoryVpcSettingsDescription struct {

    // The list of Availability Zones that the directory is in.
    AvailabilityZones []*string `type:"list"`

    // The domain controller security group identifier for the directory.
    SecurityGroupId *string `type:"string"`

    // The identifiers of the subnets for the directory servers.
    SubnetIds []*string `type:"list"`

    // The identifier of the VPC that the directory is in.
    VpcId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information about the directory.

func (DirectoryVpcSettingsDescription) GoString

func (s DirectoryVpcSettingsDescription) 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 (*DirectoryVpcSettingsDescription) SetAvailabilityZones

func (s *DirectoryVpcSettingsDescription) SetAvailabilityZones(v []*string) *DirectoryVpcSettingsDescription

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*DirectoryVpcSettingsDescription) SetSecurityGroupId

func (s *DirectoryVpcSettingsDescription) SetSecurityGroupId(v string) *DirectoryVpcSettingsDescription

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*DirectoryVpcSettingsDescription) SetSubnetIds

func (s *DirectoryVpcSettingsDescription) SetSubnetIds(v []*string) *DirectoryVpcSettingsDescription

SetSubnetIds sets the SubnetIds field's value.

func (*DirectoryVpcSettingsDescription) SetVpcId

func (s *DirectoryVpcSettingsDescription) SetVpcId(v string) *DirectoryVpcSettingsDescription

SetVpcId sets the VpcId field's value.

func (DirectoryVpcSettingsDescription) String

func (s DirectoryVpcSettingsDescription) 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 DisableClientAuthenticationInput

type DisableClientAuthenticationInput struct {

    // The identifier of the directory
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The type of client authentication to disable. Currently, only the parameter,
    // SmartCard is supported.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"ClientAuthenticationType"`
    // contains filtered or unexported fields
}

func (DisableClientAuthenticationInput) GoString

func (s DisableClientAuthenticationInput) 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 (*DisableClientAuthenticationInput) SetDirectoryId

func (s *DisableClientAuthenticationInput) SetDirectoryId(v string) *DisableClientAuthenticationInput

SetDirectoryId sets the DirectoryId field's value.

func (*DisableClientAuthenticationInput) SetType

func (s *DisableClientAuthenticationInput) SetType(v string) *DisableClientAuthenticationInput

SetType sets the Type field's value.

func (DisableClientAuthenticationInput) String

func (s DisableClientAuthenticationInput) 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 (*DisableClientAuthenticationInput) Validate

func (s *DisableClientAuthenticationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisableClientAuthenticationOutput

type DisableClientAuthenticationOutput struct {
    // contains filtered or unexported fields
}

func (DisableClientAuthenticationOutput) GoString

func (s DisableClientAuthenticationOutput) 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 (DisableClientAuthenticationOutput) String

func (s DisableClientAuthenticationOutput) 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 DisableLDAPSInput

type DisableLDAPSInput struct {

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The type of LDAP security to enable. Currently only the value Client is supported.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"LDAPSType"`
    // contains filtered or unexported fields
}

func (DisableLDAPSInput) GoString

func (s DisableLDAPSInput) 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 (*DisableLDAPSInput) SetDirectoryId

func (s *DisableLDAPSInput) SetDirectoryId(v string) *DisableLDAPSInput

SetDirectoryId sets the DirectoryId field's value.

func (*DisableLDAPSInput) SetType

func (s *DisableLDAPSInput) SetType(v string) *DisableLDAPSInput

SetType sets the Type field's value.

func (DisableLDAPSInput) String

func (s DisableLDAPSInput) 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 (*DisableLDAPSInput) Validate

func (s *DisableLDAPSInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisableLDAPSOutput

type DisableLDAPSOutput struct {
    // contains filtered or unexported fields
}

func (DisableLDAPSOutput) GoString

func (s DisableLDAPSOutput) 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 (DisableLDAPSOutput) String

func (s DisableLDAPSOutput) 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 DisableRadiusInput

type DisableRadiusInput struct {

    // The identifier of the directory for which to disable MFA.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the DisableRadius operation.

func (DisableRadiusInput) GoString

func (s DisableRadiusInput) 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 (*DisableRadiusInput) SetDirectoryId

func (s *DisableRadiusInput) SetDirectoryId(v string) *DisableRadiusInput

SetDirectoryId sets the DirectoryId field's value.

func (DisableRadiusInput) String

func (s DisableRadiusInput) 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 (*DisableRadiusInput) Validate

func (s *DisableRadiusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisableRadiusOutput

type DisableRadiusOutput struct {
    // contains filtered or unexported fields
}

Contains the results of the DisableRadius operation.

func (DisableRadiusOutput) GoString

func (s DisableRadiusOutput) 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 (DisableRadiusOutput) String

func (s DisableRadiusOutput) 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 DisableSsoInput

type DisableSsoInput struct {

    // The identifier of the directory for which to disable single-sign on.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The password of an alternate account to use to disable single-sign on. This
    // is only used for AD Connector directories. For more information, see the
    // UserName parameter.
    //
    // Password is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by DisableSsoInput's
    // String and GoString methods.
    Password *string `min:"1" type:"string" sensitive:"true"`

    // The username of an alternate account to use to disable single-sign on. This
    // is only used for AD Connector directories. This account must have privileges
    // to remove a service principal name.
    //
    // If the AD Connector service account does not have privileges to remove a
    // service principal name, you can specify an alternate account with the UserName
    // and Password parameters. These credentials are only used to disable single
    // sign-on and are not stored by the service. The AD Connector service account
    // is not changed.
    UserName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains the inputs for the DisableSso operation.

func (DisableSsoInput) GoString

func (s DisableSsoInput) 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 (*DisableSsoInput) SetDirectoryId

func (s *DisableSsoInput) SetDirectoryId(v string) *DisableSsoInput

SetDirectoryId sets the DirectoryId field's value.

func (*DisableSsoInput) SetPassword

func (s *DisableSsoInput) SetPassword(v string) *DisableSsoInput

SetPassword sets the Password field's value.

func (*DisableSsoInput) SetUserName

func (s *DisableSsoInput) SetUserName(v string) *DisableSsoInput

SetUserName sets the UserName field's value.

func (DisableSsoInput) String

func (s DisableSsoInput) 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 (*DisableSsoInput) Validate

func (s *DisableSsoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisableSsoOutput

type DisableSsoOutput struct {
    // contains filtered or unexported fields
}

Contains the results of the DisableSso operation.

func (DisableSsoOutput) GoString

func (s DisableSsoOutput) 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 (DisableSsoOutput) String

func (s DisableSsoOutput) 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 DomainController

type DomainController struct {

    // The Availability Zone where the domain controller is located.
    AvailabilityZone *string `type:"string"`

    // Identifier of the directory where the domain controller resides.
    DirectoryId *string `type:"string"`

    // The IP address of the domain controller.
    DnsIpAddr *string `type:"string"`

    // Identifies a specific domain controller in the directory.
    DomainControllerId *string `type:"string"`

    // Specifies when the domain controller was created.
    LaunchTime *time.Time `type:"timestamp"`

    // The status of the domain controller.
    Status *string `type:"string" enum:"DomainControllerStatus"`

    // The date and time that the status was last updated.
    StatusLastUpdatedDateTime *time.Time `type:"timestamp"`

    // A description of the domain controller state.
    StatusReason *string `type:"string"`

    // Identifier of the subnet in the VPC that contains the domain controller.
    SubnetId *string `type:"string"`

    // The identifier of the VPC that contains the domain controller.
    VpcId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information about the domain controllers for a specified directory.

func (DomainController) GoString

func (s DomainController) 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 (*DomainController) SetAvailabilityZone

func (s *DomainController) SetAvailabilityZone(v string) *DomainController

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*DomainController) SetDirectoryId

func (s *DomainController) SetDirectoryId(v string) *DomainController

SetDirectoryId sets the DirectoryId field's value.

func (*DomainController) SetDnsIpAddr

func (s *DomainController) SetDnsIpAddr(v string) *DomainController

SetDnsIpAddr sets the DnsIpAddr field's value.

func (*DomainController) SetDomainControllerId

func (s *DomainController) SetDomainControllerId(v string) *DomainController

SetDomainControllerId sets the DomainControllerId field's value.

func (*DomainController) SetLaunchTime

func (s *DomainController) SetLaunchTime(v time.Time) *DomainController

SetLaunchTime sets the LaunchTime field's value.

func (*DomainController) SetStatus

func (s *DomainController) SetStatus(v string) *DomainController

SetStatus sets the Status field's value.

func (*DomainController) SetStatusLastUpdatedDateTime

func (s *DomainController) SetStatusLastUpdatedDateTime(v time.Time) *DomainController

SetStatusLastUpdatedDateTime sets the StatusLastUpdatedDateTime field's value.

func (*DomainController) SetStatusReason

func (s *DomainController) SetStatusReason(v string) *DomainController

SetStatusReason sets the StatusReason field's value.

func (*DomainController) SetSubnetId

func (s *DomainController) SetSubnetId(v string) *DomainController

SetSubnetId sets the SubnetId field's value.

func (*DomainController) SetVpcId

func (s *DomainController) SetVpcId(v string) *DomainController

SetVpcId sets the VpcId field's value.

func (DomainController) String

func (s DomainController) 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 DomainControllerLimitExceededException

type DomainControllerLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The maximum allowed number of domain controllers per directory was exceeded. The default limit per directory is 20 domain controllers.

func (*DomainControllerLimitExceededException) Code

func (s *DomainControllerLimitExceededException) Code() string

Code returns the exception type name.

func (*DomainControllerLimitExceededException) Error

func (s *DomainControllerLimitExceededException) Error() string

func (DomainControllerLimitExceededException) GoString

func (s DomainControllerLimitExceededException) 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 (*DomainControllerLimitExceededException) Message

func (s *DomainControllerLimitExceededException) Message() string

Message returns the exception's message.

func (*DomainControllerLimitExceededException) OrigErr

func (s *DomainControllerLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DomainControllerLimitExceededException) RequestID

func (s *DomainControllerLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DomainControllerLimitExceededException) StatusCode

func (s *DomainControllerLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DomainControllerLimitExceededException) String

func (s DomainControllerLimitExceededException) 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 EnableClientAuthenticationInput

type EnableClientAuthenticationInput struct {

    // The identifier of the specified directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The type of client authentication to enable. Currently only the value SmartCard
    // is supported. Smart card authentication in AD Connector requires that you
    // enable Kerberos Constrained Delegation for the Service User to the LDAP service
    // in your self-managed AD.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"ClientAuthenticationType"`
    // contains filtered or unexported fields
}

func (EnableClientAuthenticationInput) GoString

func (s EnableClientAuthenticationInput) 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 (*EnableClientAuthenticationInput) SetDirectoryId

func (s *EnableClientAuthenticationInput) SetDirectoryId(v string) *EnableClientAuthenticationInput

SetDirectoryId sets the DirectoryId field's value.

func (*EnableClientAuthenticationInput) SetType

func (s *EnableClientAuthenticationInput) SetType(v string) *EnableClientAuthenticationInput

SetType sets the Type field's value.

func (EnableClientAuthenticationInput) String

func (s EnableClientAuthenticationInput) 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 (*EnableClientAuthenticationInput) Validate

func (s *EnableClientAuthenticationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EnableClientAuthenticationOutput

type EnableClientAuthenticationOutput struct {
    // contains filtered or unexported fields
}

func (EnableClientAuthenticationOutput) GoString

func (s EnableClientAuthenticationOutput) 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 (EnableClientAuthenticationOutput) String

func (s EnableClientAuthenticationOutput) 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 EnableLDAPSInput

type EnableLDAPSInput struct {

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The type of LDAP security to enable. Currently only the value Client is supported.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"LDAPSType"`
    // contains filtered or unexported fields
}

func (EnableLDAPSInput) GoString

func (s EnableLDAPSInput) 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 (*EnableLDAPSInput) SetDirectoryId

func (s *EnableLDAPSInput) SetDirectoryId(v string) *EnableLDAPSInput

SetDirectoryId sets the DirectoryId field's value.

func (*EnableLDAPSInput) SetType

func (s *EnableLDAPSInput) SetType(v string) *EnableLDAPSInput

SetType sets the Type field's value.

func (EnableLDAPSInput) String

func (s EnableLDAPSInput) 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 (*EnableLDAPSInput) Validate

func (s *EnableLDAPSInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EnableLDAPSOutput

type EnableLDAPSOutput struct {
    // contains filtered or unexported fields
}

func (EnableLDAPSOutput) GoString

func (s EnableLDAPSOutput) 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 (EnableLDAPSOutput) String

func (s EnableLDAPSOutput) 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 EnableRadiusInput

type EnableRadiusInput struct {

    // The identifier of the directory for which to enable MFA.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // A RadiusSettings object that contains information about the RADIUS server.
    //
    // RadiusSettings is a required field
    RadiusSettings *RadiusSettings `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the EnableRadius operation.

func (EnableRadiusInput) GoString

func (s EnableRadiusInput) 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 (*EnableRadiusInput) SetDirectoryId

func (s *EnableRadiusInput) SetDirectoryId(v string) *EnableRadiusInput

SetDirectoryId sets the DirectoryId field's value.

func (*EnableRadiusInput) SetRadiusSettings

func (s *EnableRadiusInput) SetRadiusSettings(v *RadiusSettings) *EnableRadiusInput

SetRadiusSettings sets the RadiusSettings field's value.

func (EnableRadiusInput) String

func (s EnableRadiusInput) 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 (*EnableRadiusInput) Validate

func (s *EnableRadiusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EnableRadiusOutput

type EnableRadiusOutput struct {
    // contains filtered or unexported fields
}

Contains the results of the EnableRadius operation.

func (EnableRadiusOutput) GoString

func (s EnableRadiusOutput) 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 (EnableRadiusOutput) String

func (s EnableRadiusOutput) 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 EnableSsoInput

type EnableSsoInput struct {

    // The identifier of the directory for which to enable single-sign on.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The password of an alternate account to use to enable single-sign on. This
    // is only used for AD Connector directories. For more information, see the
    // UserName parameter.
    //
    // Password is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by EnableSsoInput's
    // String and GoString methods.
    Password *string `min:"1" type:"string" sensitive:"true"`

    // The username of an alternate account to use to enable single-sign on. This
    // is only used for AD Connector directories. This account must have privileges
    // to add a service principal name.
    //
    // If the AD Connector service account does not have privileges to add a service
    // principal name, you can specify an alternate account with the UserName and
    // Password parameters. These credentials are only used to enable single sign-on
    // and are not stored by the service. The AD Connector service account is not
    // changed.
    UserName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Contains the inputs for the EnableSso operation.

func (EnableSsoInput) GoString

func (s EnableSsoInput) 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 (*EnableSsoInput) SetDirectoryId

func (s *EnableSsoInput) SetDirectoryId(v string) *EnableSsoInput

SetDirectoryId sets the DirectoryId field's value.

func (*EnableSsoInput) SetPassword

func (s *EnableSsoInput) SetPassword(v string) *EnableSsoInput

SetPassword sets the Password field's value.

func (*EnableSsoInput) SetUserName

func (s *EnableSsoInput) SetUserName(v string) *EnableSsoInput

SetUserName sets the UserName field's value.

func (EnableSsoInput) String

func (s EnableSsoInput) 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 (*EnableSsoInput) Validate

func (s *EnableSsoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EnableSsoOutput

type EnableSsoOutput struct {
    // contains filtered or unexported fields
}

Contains the results of the EnableSso operation.

func (EnableSsoOutput) GoString

func (s EnableSsoOutput) 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 (EnableSsoOutput) String

func (s EnableSsoOutput) 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 EntityAlreadyExistsException

type EntityAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified entity already exists.

func (*EntityAlreadyExistsException) Code

func (s *EntityAlreadyExistsException) Code() string

Code returns the exception type name.

func (*EntityAlreadyExistsException) Error

func (s *EntityAlreadyExistsException) Error() string

func (EntityAlreadyExistsException) GoString

func (s EntityAlreadyExistsException) 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 (*EntityAlreadyExistsException) Message

func (s *EntityAlreadyExistsException) Message() string

Message returns the exception's message.

func (*EntityAlreadyExistsException) OrigErr

func (s *EntityAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*EntityAlreadyExistsException) RequestID

func (s *EntityAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*EntityAlreadyExistsException) StatusCode

func (s *EntityAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (EntityAlreadyExistsException) String

func (s EntityAlreadyExistsException) 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 EntityDoesNotExistException

type EntityDoesNotExistException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified entity could not be found.

func (*EntityDoesNotExistException) Code

func (s *EntityDoesNotExistException) Code() string

Code returns the exception type name.

func (*EntityDoesNotExistException) Error

func (s *EntityDoesNotExistException) Error() string

func (EntityDoesNotExistException) GoString

func (s EntityDoesNotExistException) 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 (*EntityDoesNotExistException) Message

func (s *EntityDoesNotExistException) Message() string

Message returns the exception's message.

func (*EntityDoesNotExistException) OrigErr

func (s *EntityDoesNotExistException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*EntityDoesNotExistException) RequestID

func (s *EntityDoesNotExistException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*EntityDoesNotExistException) StatusCode

func (s *EntityDoesNotExistException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (EntityDoesNotExistException) String

func (s EntityDoesNotExistException) 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 EventTopic

type EventTopic struct {

    // The date and time of when you associated your directory with the Amazon SNS
    // topic.
    CreatedDateTime *time.Time `type:"timestamp"`

    // The Directory ID of an Directory Service directory that will publish status
    // messages to an Amazon SNS topic.
    DirectoryId *string `type:"string"`

    // The topic registration status.
    Status *string `type:"string" enum:"TopicStatus"`

    // The Amazon SNS topic ARN (Amazon Resource Name).
    TopicArn *string `type:"string"`

    // The name of an Amazon SNS topic the receives status messages from the directory.
    TopicName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Information about Amazon SNS topic and Directory Service directory associations.

func (EventTopic) GoString

func (s EventTopic) 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 (*EventTopic) SetCreatedDateTime

func (s *EventTopic) SetCreatedDateTime(v time.Time) *EventTopic

SetCreatedDateTime sets the CreatedDateTime field's value.

func (*EventTopic) SetDirectoryId

func (s *EventTopic) SetDirectoryId(v string) *EventTopic

SetDirectoryId sets the DirectoryId field's value.

func (*EventTopic) SetStatus

func (s *EventTopic) SetStatus(v string) *EventTopic

SetStatus sets the Status field's value.

func (*EventTopic) SetTopicArn

func (s *EventTopic) SetTopicArn(v string) *EventTopic

SetTopicArn sets the TopicArn field's value.

func (*EventTopic) SetTopicName

func (s *EventTopic) SetTopicName(v string) *EventTopic

SetTopicName sets the TopicName field's value.

func (EventTopic) String

func (s EventTopic) 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 GetDirectoryLimitsInput

type GetDirectoryLimitsInput struct {
    // contains filtered or unexported fields
}

Contains the inputs for the GetDirectoryLimits operation.

func (GetDirectoryLimitsInput) GoString

func (s GetDirectoryLimitsInput) 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 (GetDirectoryLimitsInput) String

func (s GetDirectoryLimitsInput) 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 GetDirectoryLimitsOutput

type GetDirectoryLimitsOutput struct {

    // A DirectoryLimits object that contains the directory limits for the current
    // Region.
    DirectoryLimits *DirectoryLimits `type:"structure"`
    // contains filtered or unexported fields
}

Contains the results of the GetDirectoryLimits operation.

func (GetDirectoryLimitsOutput) GoString

func (s GetDirectoryLimitsOutput) 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 (*GetDirectoryLimitsOutput) SetDirectoryLimits

func (s *GetDirectoryLimitsOutput) SetDirectoryLimits(v *DirectoryLimits) *GetDirectoryLimitsOutput

SetDirectoryLimits sets the DirectoryLimits field's value.

func (GetDirectoryLimitsOutput) String

func (s GetDirectoryLimitsOutput) 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 GetSnapshotLimitsInput

type GetSnapshotLimitsInput struct {

    // Contains the identifier of the directory to obtain the limits for.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the GetSnapshotLimits operation.

func (GetSnapshotLimitsInput) GoString

func (s GetSnapshotLimitsInput) 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 (*GetSnapshotLimitsInput) SetDirectoryId

func (s *GetSnapshotLimitsInput) SetDirectoryId(v string) *GetSnapshotLimitsInput

SetDirectoryId sets the DirectoryId field's value.

func (GetSnapshotLimitsInput) String

func (s GetSnapshotLimitsInput) 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 (*GetSnapshotLimitsInput) Validate

func (s *GetSnapshotLimitsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSnapshotLimitsOutput

type GetSnapshotLimitsOutput struct {

    // A SnapshotLimits object that contains the manual snapshot limits for the
    // specified directory.
    SnapshotLimits *SnapshotLimits `type:"structure"`
    // contains filtered or unexported fields
}

Contains the results of the GetSnapshotLimits operation.

func (GetSnapshotLimitsOutput) GoString

func (s GetSnapshotLimitsOutput) 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 (*GetSnapshotLimitsOutput) SetSnapshotLimits

func (s *GetSnapshotLimitsOutput) SetSnapshotLimits(v *SnapshotLimits) *GetSnapshotLimitsOutput

SetSnapshotLimits sets the SnapshotLimits field's value.

func (GetSnapshotLimitsOutput) String

func (s GetSnapshotLimitsOutput) 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 IncompatibleSettingsException

type IncompatibleSettingsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified directory setting is not compatible with other settings.

func (*IncompatibleSettingsException) Code

func (s *IncompatibleSettingsException) Code() string

Code returns the exception type name.

func (*IncompatibleSettingsException) Error

func (s *IncompatibleSettingsException) Error() string

func (IncompatibleSettingsException) GoString

func (s IncompatibleSettingsException) 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 (*IncompatibleSettingsException) Message

func (s *IncompatibleSettingsException) Message() string

Message returns the exception's message.

func (*IncompatibleSettingsException) OrigErr

func (s *IncompatibleSettingsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IncompatibleSettingsException) RequestID

func (s *IncompatibleSettingsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IncompatibleSettingsException) StatusCode

func (s *IncompatibleSettingsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (IncompatibleSettingsException) String

func (s IncompatibleSettingsException) 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 InsufficientPermissionsException

type InsufficientPermissionsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The account does not have sufficient permission to perform the operation.

func (*InsufficientPermissionsException) Code

func (s *InsufficientPermissionsException) Code() string

Code returns the exception type name.

func (*InsufficientPermissionsException) Error

func (s *InsufficientPermissionsException) Error() string

func (InsufficientPermissionsException) GoString

func (s InsufficientPermissionsException) 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 (*InsufficientPermissionsException) Message

func (s *InsufficientPermissionsException) Message() string

Message returns the exception's message.

func (*InsufficientPermissionsException) OrigErr

func (s *InsufficientPermissionsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InsufficientPermissionsException) RequestID

func (s *InsufficientPermissionsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InsufficientPermissionsException) StatusCode

func (s *InsufficientPermissionsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InsufficientPermissionsException) String

func (s InsufficientPermissionsException) 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 InvalidCertificateException

type InvalidCertificateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The certificate PEM that was provided has incorrect encoding.

func (*InvalidCertificateException) Code

func (s *InvalidCertificateException) Code() string

Code returns the exception type name.

func (*InvalidCertificateException) Error

func (s *InvalidCertificateException) Error() string

func (InvalidCertificateException) GoString

func (s InvalidCertificateException) 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 (*InvalidCertificateException) Message

func (s *InvalidCertificateException) Message() string

Message returns the exception's message.

func (*InvalidCertificateException) OrigErr

func (s *InvalidCertificateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidCertificateException) RequestID

func (s *InvalidCertificateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidCertificateException) StatusCode

func (s *InvalidCertificateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidCertificateException) String

func (s InvalidCertificateException) 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 InvalidClientAuthStatusException

type InvalidClientAuthStatusException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

Client authentication is already enabled.

func (*InvalidClientAuthStatusException) Code

func (s *InvalidClientAuthStatusException) Code() string

Code returns the exception type name.

func (*InvalidClientAuthStatusException) Error

func (s *InvalidClientAuthStatusException) Error() string

func (InvalidClientAuthStatusException) GoString

func (s InvalidClientAuthStatusException) 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 (*InvalidClientAuthStatusException) Message

func (s *InvalidClientAuthStatusException) Message() string

Message returns the exception's message.

func (*InvalidClientAuthStatusException) OrigErr

func (s *InvalidClientAuthStatusException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidClientAuthStatusException) RequestID

func (s *InvalidClientAuthStatusException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidClientAuthStatusException) StatusCode

func (s *InvalidClientAuthStatusException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidClientAuthStatusException) String

func (s InvalidClientAuthStatusException) 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 InvalidLDAPSStatusException

type InvalidLDAPSStatusException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The LDAP activities could not be performed because they are limited by the LDAPS status.

func (*InvalidLDAPSStatusException) Code

func (s *InvalidLDAPSStatusException) Code() string

Code returns the exception type name.

func (*InvalidLDAPSStatusException) Error

func (s *InvalidLDAPSStatusException) Error() string

func (InvalidLDAPSStatusException) GoString

func (s InvalidLDAPSStatusException) 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 (*InvalidLDAPSStatusException) Message

func (s *InvalidLDAPSStatusException) Message() string

Message returns the exception's message.

func (*InvalidLDAPSStatusException) OrigErr

func (s *InvalidLDAPSStatusException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidLDAPSStatusException) RequestID

func (s *InvalidLDAPSStatusException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidLDAPSStatusException) StatusCode

func (s *InvalidLDAPSStatusException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidLDAPSStatusException) String

func (s InvalidLDAPSStatusException) 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 InvalidNextTokenException

type InvalidNextTokenException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The NextToken value is not valid.

func (*InvalidNextTokenException) Code

func (s *InvalidNextTokenException) Code() string

Code returns the exception type name.

func (*InvalidNextTokenException) Error

func (s *InvalidNextTokenException) Error() string

func (InvalidNextTokenException) GoString

func (s InvalidNextTokenException) 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 (*InvalidNextTokenException) Message

func (s *InvalidNextTokenException) Message() string

Message returns the exception's message.

func (*InvalidNextTokenException) OrigErr

func (s *InvalidNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextTokenException) RequestID

func (s *InvalidNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextTokenException) StatusCode

func (s *InvalidNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextTokenException) String

func (s InvalidNextTokenException) 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 InvalidParameterException

type InvalidParameterException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

One or more parameters are not valid.

func (*InvalidParameterException) Code

func (s *InvalidParameterException) Code() string

Code returns the exception type name.

func (*InvalidParameterException) Error

func (s *InvalidParameterException) Error() string

func (InvalidParameterException) GoString

func (s InvalidParameterException) 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 (*InvalidParameterException) Message

func (s *InvalidParameterException) Message() string

Message returns the exception's message.

func (*InvalidParameterException) OrigErr

func (s *InvalidParameterException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameterException) RequestID

func (s *InvalidParameterException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameterException) StatusCode

func (s *InvalidParameterException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParameterException) String

func (s InvalidParameterException) 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 InvalidPasswordException

type InvalidPasswordException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The new password provided by the user does not meet the password complexity requirements defined in your directory.

func (*InvalidPasswordException) Code

func (s *InvalidPasswordException) Code() string

Code returns the exception type name.

func (*InvalidPasswordException) Error

func (s *InvalidPasswordException) Error() string

func (InvalidPasswordException) GoString

func (s InvalidPasswordException) 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 (*InvalidPasswordException) Message

func (s *InvalidPasswordException) Message() string

Message returns the exception's message.

func (*InvalidPasswordException) OrigErr

func (s *InvalidPasswordException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPasswordException) RequestID

func (s *InvalidPasswordException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPasswordException) StatusCode

func (s *InvalidPasswordException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPasswordException) String

func (s InvalidPasswordException) 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 InvalidTargetException

type InvalidTargetException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified shared target is not valid.

func (*InvalidTargetException) Code

func (s *InvalidTargetException) Code() string

Code returns the exception type name.

func (*InvalidTargetException) Error

func (s *InvalidTargetException) Error() string

func (InvalidTargetException) GoString

func (s InvalidTargetException) 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 (*InvalidTargetException) Message

func (s *InvalidTargetException) Message() string

Message returns the exception's message.

func (*InvalidTargetException) OrigErr

func (s *InvalidTargetException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTargetException) RequestID

func (s *InvalidTargetException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTargetException) StatusCode

func (s *InvalidTargetException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidTargetException) String

func (s InvalidTargetException) 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 IpRoute

type IpRoute struct {

    // IP address block using CIDR format, for example 10.0.0.0/24. This is often
    // the address block of the DNS server used for your self-managed domain. For
    // a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.
    CidrIp *string `type:"string"`

    // Description of the address block.
    Description *string `type:"string"`
    // contains filtered or unexported fields
}

IP address block. This is often the address block of the DNS server used for your self-managed domain.

func (IpRoute) GoString

func (s IpRoute) 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 (*IpRoute) SetCidrIp

func (s *IpRoute) SetCidrIp(v string) *IpRoute

SetCidrIp sets the CidrIp field's value.

func (*IpRoute) SetDescription

func (s *IpRoute) SetDescription(v string) *IpRoute

SetDescription sets the Description field's value.

func (IpRoute) String

func (s IpRoute) 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 IpRouteInfo

type IpRouteInfo struct {

    // The date and time the address block was added to the directory.
    AddedDateTime *time.Time `type:"timestamp"`

    // IP address block in the IpRoute.
    CidrIp *string `type:"string"`

    // Description of the IpRouteInfo.
    Description *string `type:"string"`

    // Identifier (ID) of the directory associated with the IP addresses.
    DirectoryId *string `type:"string"`

    // The status of the IP address block.
    IpRouteStatusMsg *string `type:"string" enum:"IpRouteStatusMsg"`

    // The reason for the IpRouteStatusMsg.
    IpRouteStatusReason *string `type:"string"`
    // contains filtered or unexported fields
}

Information about one or more IP address blocks.

func (IpRouteInfo) GoString

func (s IpRouteInfo) 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 (*IpRouteInfo) SetAddedDateTime

func (s *IpRouteInfo) SetAddedDateTime(v time.Time) *IpRouteInfo

SetAddedDateTime sets the AddedDateTime field's value.

func (*IpRouteInfo) SetCidrIp

func (s *IpRouteInfo) SetCidrIp(v string) *IpRouteInfo

SetCidrIp sets the CidrIp field's value.

func (*IpRouteInfo) SetDescription

func (s *IpRouteInfo) SetDescription(v string) *IpRouteInfo

SetDescription sets the Description field's value.

func (*IpRouteInfo) SetDirectoryId

func (s *IpRouteInfo) SetDirectoryId(v string) *IpRouteInfo

SetDirectoryId sets the DirectoryId field's value.

func (*IpRouteInfo) SetIpRouteStatusMsg

func (s *IpRouteInfo) SetIpRouteStatusMsg(v string) *IpRouteInfo

SetIpRouteStatusMsg sets the IpRouteStatusMsg field's value.

func (*IpRouteInfo) SetIpRouteStatusReason

func (s *IpRouteInfo) SetIpRouteStatusReason(v string) *IpRouteInfo

SetIpRouteStatusReason sets the IpRouteStatusReason field's value.

func (IpRouteInfo) String

func (s IpRouteInfo) 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 IpRouteLimitExceededException

type IpRouteLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The maximum allowed number of IP addresses was exceeded. The default limit is 100 IP address blocks.

func (*IpRouteLimitExceededException) Code

func (s *IpRouteLimitExceededException) Code() string

Code returns the exception type name.

func (*IpRouteLimitExceededException) Error

func (s *IpRouteLimitExceededException) Error() string

func (IpRouteLimitExceededException) GoString

func (s IpRouteLimitExceededException) 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 (*IpRouteLimitExceededException) Message

func (s *IpRouteLimitExceededException) Message() string

Message returns the exception's message.

func (*IpRouteLimitExceededException) OrigErr

func (s *IpRouteLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IpRouteLimitExceededException) RequestID

func (s *IpRouteLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IpRouteLimitExceededException) StatusCode

func (s *IpRouteLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (IpRouteLimitExceededException) String

func (s IpRouteLimitExceededException) 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 LDAPSSettingInfo

type LDAPSSettingInfo struct {

    // The state of the LDAPS settings.
    LDAPSStatus *string `type:"string" enum:"LDAPSStatus"`

    // Describes a state change for LDAPS.
    LDAPSStatusReason *string `type:"string"`

    // The date and time when the LDAPS settings were last updated.
    LastUpdatedDateTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Contains general information about the LDAPS settings.

func (LDAPSSettingInfo) GoString

func (s LDAPSSettingInfo) 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 (*LDAPSSettingInfo) SetLDAPSStatus

func (s *LDAPSSettingInfo) SetLDAPSStatus(v string) *LDAPSSettingInfo

SetLDAPSStatus sets the LDAPSStatus field's value.

func (*LDAPSSettingInfo) SetLDAPSStatusReason

func (s *LDAPSSettingInfo) SetLDAPSStatusReason(v string) *LDAPSSettingInfo

SetLDAPSStatusReason sets the LDAPSStatusReason field's value.

func (*LDAPSSettingInfo) SetLastUpdatedDateTime

func (s *LDAPSSettingInfo) SetLastUpdatedDateTime(v time.Time) *LDAPSSettingInfo

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (LDAPSSettingInfo) String

func (s LDAPSSettingInfo) 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 ListCertificatesInput

type ListCertificatesInput struct {

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The number of items that should show up on one page
    Limit *int64 `min:"1" type:"integer"`

    // A token for requesting another page of certificates if the NextToken response
    // element indicates that more certificates are available. Use the value of
    // the returned NextToken element in your request until the token comes back
    // as null. Pass null if this is the first call.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCertificatesInput) GoString

func (s ListCertificatesInput) 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 (*ListCertificatesInput) SetDirectoryId

func (s *ListCertificatesInput) SetDirectoryId(v string) *ListCertificatesInput

SetDirectoryId sets the DirectoryId field's value.

func (*ListCertificatesInput) SetLimit

func (s *ListCertificatesInput) SetLimit(v int64) *ListCertificatesInput

SetLimit sets the Limit field's value.

func (*ListCertificatesInput) SetNextToken

func (s *ListCertificatesInput) SetNextToken(v string) *ListCertificatesInput

SetNextToken sets the NextToken field's value.

func (ListCertificatesInput) String

func (s ListCertificatesInput) 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 (*ListCertificatesInput) Validate

func (s *ListCertificatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCertificatesOutput

type ListCertificatesOutput struct {

    // A list of certificates with basic details including certificate ID, certificate
    // common name, certificate state.
    CertificatesInfo []*CertificateInfo `type:"list"`

    // Indicates whether another page of certificates is available when the number
    // of available certificates exceeds the page limit.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCertificatesOutput) GoString

func (s ListCertificatesOutput) 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 (*ListCertificatesOutput) SetCertificatesInfo

func (s *ListCertificatesOutput) SetCertificatesInfo(v []*CertificateInfo) *ListCertificatesOutput

SetCertificatesInfo sets the CertificatesInfo field's value.

func (*ListCertificatesOutput) SetNextToken

func (s *ListCertificatesOutput) SetNextToken(v string) *ListCertificatesOutput

SetNextToken sets the NextToken field's value.

func (ListCertificatesOutput) String

func (s ListCertificatesOutput) 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 ListIpRoutesInput

type ListIpRoutesInput struct {

    // Identifier (ID) of the directory for which you want to retrieve the IP addresses.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // Maximum number of items to return. If this value is zero, the maximum number
    // of items is specified by the limitations of the operation.
    Limit *int64 `type:"integer"`

    // The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass
    // null if this is the first call.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListIpRoutesInput) GoString

func (s ListIpRoutesInput) 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 (*ListIpRoutesInput) SetDirectoryId

func (s *ListIpRoutesInput) SetDirectoryId(v string) *ListIpRoutesInput

SetDirectoryId sets the DirectoryId field's value.

func (*ListIpRoutesInput) SetLimit

func (s *ListIpRoutesInput) SetLimit(v int64) *ListIpRoutesInput

SetLimit sets the Limit field's value.

func (*ListIpRoutesInput) SetNextToken

func (s *ListIpRoutesInput) SetNextToken(v string) *ListIpRoutesInput

SetNextToken sets the NextToken field's value.

func (ListIpRoutesInput) String

func (s ListIpRoutesInput) 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 (*ListIpRoutesInput) Validate

func (s *ListIpRoutesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListIpRoutesOutput

type ListIpRoutesOutput struct {

    // A list of IpRoutes.
    IpRoutesInfo []*IpRouteInfo `type:"list"`

    // If not null, more results are available. Pass this value for the NextToken
    // parameter in a subsequent call to ListIpRoutes to retrieve the next set of
    // items.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListIpRoutesOutput) GoString

func (s ListIpRoutesOutput) 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 (*ListIpRoutesOutput) SetIpRoutesInfo

func (s *ListIpRoutesOutput) SetIpRoutesInfo(v []*IpRouteInfo) *ListIpRoutesOutput

SetIpRoutesInfo sets the IpRoutesInfo field's value.

func (*ListIpRoutesOutput) SetNextToken

func (s *ListIpRoutesOutput) SetNextToken(v string) *ListIpRoutesOutput

SetNextToken sets the NextToken field's value.

func (ListIpRoutesOutput) String

func (s ListIpRoutesOutput) 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 ListLogSubscriptionsInput

type ListLogSubscriptionsInput struct {

    // If a DirectoryID is provided, lists only the log subscription associated
    // with that directory. If no DirectoryId is provided, lists all log subscriptions
    // associated with your Amazon Web Services account. If there are no log subscriptions
    // for the Amazon Web Services account or the directory, an empty list will
    // be returned.
    DirectoryId *string `type:"string"`

    // The maximum number of items returned.
    Limit *int64 `type:"integer"`

    // The token for the next set of items to return.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListLogSubscriptionsInput) GoString

func (s ListLogSubscriptionsInput) 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 (*ListLogSubscriptionsInput) SetDirectoryId

func (s *ListLogSubscriptionsInput) SetDirectoryId(v string) *ListLogSubscriptionsInput

SetDirectoryId sets the DirectoryId field's value.

func (*ListLogSubscriptionsInput) SetLimit

func (s *ListLogSubscriptionsInput) SetLimit(v int64) *ListLogSubscriptionsInput

SetLimit sets the Limit field's value.

func (*ListLogSubscriptionsInput) SetNextToken

func (s *ListLogSubscriptionsInput) SetNextToken(v string) *ListLogSubscriptionsInput

SetNextToken sets the NextToken field's value.

func (ListLogSubscriptionsInput) String

func (s ListLogSubscriptionsInput) 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 ListLogSubscriptionsOutput

type ListLogSubscriptionsOutput struct {

    // A list of active LogSubscription objects for calling the Amazon Web Services
    // account.
    LogSubscriptions []*LogSubscription `type:"list"`

    // The token for the next set of items to return.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListLogSubscriptionsOutput) GoString

func (s ListLogSubscriptionsOutput) 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 (*ListLogSubscriptionsOutput) SetLogSubscriptions

func (s *ListLogSubscriptionsOutput) SetLogSubscriptions(v []*LogSubscription) *ListLogSubscriptionsOutput

SetLogSubscriptions sets the LogSubscriptions field's value.

func (*ListLogSubscriptionsOutput) SetNextToken

func (s *ListLogSubscriptionsOutput) SetNextToken(v string) *ListLogSubscriptionsOutput

SetNextToken sets the NextToken field's value.

func (ListLogSubscriptionsOutput) String

func (s ListLogSubscriptionsOutput) 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 ListSchemaExtensionsInput

type ListSchemaExtensionsInput struct {

    // The identifier of the directory from which to retrieve the schema extension
    // information.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The maximum number of items to return.
    Limit *int64 `type:"integer"`

    // The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions.
    // Pass null if this is the first call.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListSchemaExtensionsInput) GoString

func (s ListSchemaExtensionsInput) 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 (*ListSchemaExtensionsInput) SetDirectoryId

func (s *ListSchemaExtensionsInput) SetDirectoryId(v string) *ListSchemaExtensionsInput

SetDirectoryId sets the DirectoryId field's value.

func (*ListSchemaExtensionsInput) SetLimit

func (s *ListSchemaExtensionsInput) SetLimit(v int64) *ListSchemaExtensionsInput

SetLimit sets the Limit field's value.

func (*ListSchemaExtensionsInput) SetNextToken

func (s *ListSchemaExtensionsInput) SetNextToken(v string) *ListSchemaExtensionsInput

SetNextToken sets the NextToken field's value.

func (ListSchemaExtensionsInput) String

func (s ListSchemaExtensionsInput) 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 (*ListSchemaExtensionsInput) Validate

func (s *ListSchemaExtensionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSchemaExtensionsOutput

type ListSchemaExtensionsOutput struct {

    // If not null, more results are available. Pass this value for the NextToken
    // parameter in a subsequent call to ListSchemaExtensions to retrieve the next
    // set of items.
    NextToken *string `type:"string"`

    // Information about the schema extensions applied to the directory.
    SchemaExtensionsInfo []*SchemaExtensionInfo `type:"list"`
    // contains filtered or unexported fields
}

func (ListSchemaExtensionsOutput) GoString

func (s ListSchemaExtensionsOutput) 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 (*ListSchemaExtensionsOutput) SetNextToken

func (s *ListSchemaExtensionsOutput) SetNextToken(v string) *ListSchemaExtensionsOutput

SetNextToken sets the NextToken field's value.

func (*ListSchemaExtensionsOutput) SetSchemaExtensionsInfo

func (s *ListSchemaExtensionsOutput) SetSchemaExtensionsInfo(v []*SchemaExtensionInfo) *ListSchemaExtensionsOutput

SetSchemaExtensionsInfo sets the SchemaExtensionsInfo field's value.

func (ListSchemaExtensionsOutput) String

func (s ListSchemaExtensionsOutput) 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

type ListTagsForResourceInput struct {

    // Reserved for future use.
    Limit *int64 `type:"integer"`

    // Reserved for future use.
    NextToken *string `type:"string"`

    // Identifier (ID) of the directory for which you want to retrieve tags.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

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) SetLimit

func (s *ListTagsForResourceInput) SetLimit(v int64) *ListTagsForResourceInput

SetLimit sets the Limit field's value.

func (*ListTagsForResourceInput) SetNextToken

func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourceInput) SetResourceId

func (s *ListTagsForResourceInput) SetResourceId(v string) *ListTagsForResourceInput

SetResourceId sets the ResourceId field's value.

func (ListTagsForResourceInput) String

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

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // Reserved for future use.
    NextToken *string `type:"string"`

    // List of tags returned by the ListTagsForResource operation.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

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) SetNextToken

func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

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 LogSubscription

type LogSubscription struct {

    // Identifier (ID) of the directory that you want to associate with the log
    // subscription.
    DirectoryId *string `type:"string"`

    // The name of the log group.
    LogGroupName *string `min:"1" type:"string"`

    // The date and time that the log subscription was created.
    SubscriptionCreatedDateTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Represents a log subscription, which tracks real-time data from a chosen log group to a specified destination.

func (LogSubscription) GoString

func (s LogSubscription) 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 (*LogSubscription) SetDirectoryId

func (s *LogSubscription) SetDirectoryId(v string) *LogSubscription

SetDirectoryId sets the DirectoryId field's value.

func (*LogSubscription) SetLogGroupName

func (s *LogSubscription) SetLogGroupName(v string) *LogSubscription

SetLogGroupName sets the LogGroupName field's value.

func (*LogSubscription) SetSubscriptionCreatedDateTime

func (s *LogSubscription) SetSubscriptionCreatedDateTime(v time.Time) *LogSubscription

SetSubscriptionCreatedDateTime sets the SubscriptionCreatedDateTime field's value.

func (LogSubscription) String

func (s LogSubscription) 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 NoAvailableCertificateException

type NoAvailableCertificateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

Client authentication setup could not be completed because at least one valid certificate must be registered in the system.

func (*NoAvailableCertificateException) Code

func (s *NoAvailableCertificateException) Code() string

Code returns the exception type name.

func (*NoAvailableCertificateException) Error

func (s *NoAvailableCertificateException) Error() string

func (NoAvailableCertificateException) GoString

func (s NoAvailableCertificateException) 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 (*NoAvailableCertificateException) Message

func (s *NoAvailableCertificateException) Message() string

Message returns the exception's message.

func (*NoAvailableCertificateException) OrigErr

func (s *NoAvailableCertificateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*NoAvailableCertificateException) RequestID

func (s *NoAvailableCertificateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*NoAvailableCertificateException) StatusCode

func (s *NoAvailableCertificateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (NoAvailableCertificateException) String

func (s NoAvailableCertificateException) 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 OSUpdateSettings

type OSUpdateSettings struct {

    // OS version that the directory needs to be updated to.
    OSVersion *string `type:"string" enum:"OSVersion"`
    // contains filtered or unexported fields
}

OS version that the directory needs to be updated to.

func (OSUpdateSettings) GoString

func (s OSUpdateSettings) 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 (*OSUpdateSettings) SetOSVersion

func (s *OSUpdateSettings) SetOSVersion(v string) *OSUpdateSettings

SetOSVersion sets the OSVersion field's value.

func (OSUpdateSettings) String

func (s OSUpdateSettings) 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 OrganizationsException

type OrganizationsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

Exception encountered while trying to access your Amazon Web Services organization.

func (*OrganizationsException) Code

func (s *OrganizationsException) Code() string

Code returns the exception type name.

func (*OrganizationsException) Error

func (s *OrganizationsException) Error() string

func (OrganizationsException) GoString

func (s OrganizationsException) 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 (*OrganizationsException) Message

func (s *OrganizationsException) Message() string

Message returns the exception's message.

func (*OrganizationsException) OrigErr

func (s *OrganizationsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OrganizationsException) RequestID

func (s *OrganizationsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OrganizationsException) StatusCode

func (s *OrganizationsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OrganizationsException) String

func (s OrganizationsException) 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 OwnerDirectoryDescription

type OwnerDirectoryDescription struct {

    // Identifier of the directory owner account.
    AccountId *string `type:"string"`

    // Identifier of the Managed Microsoft AD directory in the directory owner account.
    DirectoryId *string `type:"string"`

    // IP address of the directory’s domain controllers.
    DnsIpAddrs []*string `type:"list"`

    // A RadiusSettings object that contains information about the RADIUS server.
    RadiusSettings *RadiusSettings `type:"structure"`

    // Information about the status of the RADIUS server.
    RadiusStatus *string `type:"string" enum:"RadiusStatus"`

    // Information about the VPC settings for the directory.
    VpcSettings *DirectoryVpcSettingsDescription `type:"structure"`
    // contains filtered or unexported fields
}

Describes the directory owner account details that have been shared to the directory consumer account.

func (OwnerDirectoryDescription) GoString

func (s OwnerDirectoryDescription) 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 (*OwnerDirectoryDescription) SetAccountId

func (s *OwnerDirectoryDescription) SetAccountId(v string) *OwnerDirectoryDescription

SetAccountId sets the AccountId field's value.

func (*OwnerDirectoryDescription) SetDirectoryId

func (s *OwnerDirectoryDescription) SetDirectoryId(v string) *OwnerDirectoryDescription

SetDirectoryId sets the DirectoryId field's value.

func (*OwnerDirectoryDescription) SetDnsIpAddrs

func (s *OwnerDirectoryDescription) SetDnsIpAddrs(v []*string) *OwnerDirectoryDescription

SetDnsIpAddrs sets the DnsIpAddrs field's value.

func (*OwnerDirectoryDescription) SetRadiusSettings

func (s *OwnerDirectoryDescription) SetRadiusSettings(v *RadiusSettings) *OwnerDirectoryDescription

SetRadiusSettings sets the RadiusSettings field's value.

func (*OwnerDirectoryDescription) SetRadiusStatus

func (s *OwnerDirectoryDescription) SetRadiusStatus(v string) *OwnerDirectoryDescription

SetRadiusStatus sets the RadiusStatus field's value.

func (*OwnerDirectoryDescription) SetVpcSettings

func (s *OwnerDirectoryDescription) SetVpcSettings(v *DirectoryVpcSettingsDescription) *OwnerDirectoryDescription

SetVpcSettings sets the VpcSettings field's value.

func (OwnerDirectoryDescription) String

func (s OwnerDirectoryDescription) 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 RadiusSettings

type RadiusSettings struct {

    // The protocol specified for your RADIUS endpoints.
    AuthenticationProtocol *string `type:"string" enum:"RadiusAuthenticationProtocol"`

    // Not currently used.
    DisplayLabel *string `min:"1" type:"string"`

    // The port that your RADIUS server is using for communications. Your self-managed
    // network must allow inbound traffic over this port from the Directory Service
    // servers.
    RadiusPort *int64 `min:"1025" type:"integer"`

    // The maximum number of times that communication with the RADIUS server is
    // attempted.
    RadiusRetries *int64 `type:"integer"`

    // An array of strings that contains the fully qualified domain name (FQDN)
    // or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses
    // of your RADIUS server load balancer.
    RadiusServers []*string `type:"list"`

    // The amount of time, in seconds, to wait for the RADIUS server to respond.
    RadiusTimeout *int64 `min:"1" type:"integer"`

    // Required for enabling RADIUS on the directory.
    //
    // SharedSecret is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RadiusSettings's
    // String and GoString methods.
    SharedSecret *string `min:"8" type:"string" sensitive:"true"`

    // Not currently used.
    UseSameUsername *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Contains information about a Remote Authentication Dial In User Service (RADIUS) server.

func (RadiusSettings) GoString

func (s RadiusSettings) 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 (*RadiusSettings) SetAuthenticationProtocol

func (s *RadiusSettings) SetAuthenticationProtocol(v string) *RadiusSettings

SetAuthenticationProtocol sets the AuthenticationProtocol field's value.

func (*RadiusSettings) SetDisplayLabel

func (s *RadiusSettings) SetDisplayLabel(v string) *RadiusSettings

SetDisplayLabel sets the DisplayLabel field's value.

func (*RadiusSettings) SetRadiusPort

func (s *RadiusSettings) SetRadiusPort(v int64) *RadiusSettings

SetRadiusPort sets the RadiusPort field's value.

func (*RadiusSettings) SetRadiusRetries

func (s *RadiusSettings) SetRadiusRetries(v int64) *RadiusSettings

SetRadiusRetries sets the RadiusRetries field's value.

func (*RadiusSettings) SetRadiusServers

func (s *RadiusSettings) SetRadiusServers(v []*string) *RadiusSettings

SetRadiusServers sets the RadiusServers field's value.

func (*RadiusSettings) SetRadiusTimeout

func (s *RadiusSettings) SetRadiusTimeout(v int64) *RadiusSettings

SetRadiusTimeout sets the RadiusTimeout field's value.

func (*RadiusSettings) SetSharedSecret

func (s *RadiusSettings) SetSharedSecret(v string) *RadiusSettings

SetSharedSecret sets the SharedSecret field's value.

func (*RadiusSettings) SetUseSameUsername

func (s *RadiusSettings) SetUseSameUsername(v bool) *RadiusSettings

SetUseSameUsername sets the UseSameUsername field's value.

func (RadiusSettings) String

func (s RadiusSettings) 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 (*RadiusSettings) Validate

func (s *RadiusSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegionDescription

type RegionDescription struct {

    // The desired number of domain controllers in the specified Region for the
    // specified directory.
    DesiredNumberOfDomainControllers *int64 `min:"2" type:"integer"`

    // The identifier of the directory.
    DirectoryId *string `type:"string"`

    // The date and time that the Region description was last updated.
    LastUpdatedDateTime *time.Time `type:"timestamp"`

    // Specifies when the Region replication began.
    LaunchTime *time.Time `type:"timestamp"`

    // The name of the Region. For example, us-east-1.
    RegionName *string `min:"8" type:"string"`

    // Specifies whether the Region is the primary Region or an additional Region.
    RegionType *string `type:"string" enum:"RegionType"`

    // The status of the replication process for the specified Region.
    Status *string `type:"string" enum:"DirectoryStage"`

    // The date and time that the Region status was last updated.
    StatusLastUpdatedDateTime *time.Time `type:"timestamp"`

    // Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
    VpcSettings *DirectoryVpcSettings `type:"structure"`
    // contains filtered or unexported fields
}

The replicated Region information for a directory.

func (RegionDescription) GoString

func (s RegionDescription) 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 (*RegionDescription) SetDesiredNumberOfDomainControllers

func (s *RegionDescription) SetDesiredNumberOfDomainControllers(v int64) *RegionDescription

SetDesiredNumberOfDomainControllers sets the DesiredNumberOfDomainControllers field's value.

func (*RegionDescription) SetDirectoryId

func (s *RegionDescription) SetDirectoryId(v string) *RegionDescription

SetDirectoryId sets the DirectoryId field's value.

func (*RegionDescription) SetLastUpdatedDateTime

func (s *RegionDescription) SetLastUpdatedDateTime(v time.Time) *RegionDescription

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*RegionDescription) SetLaunchTime

func (s *RegionDescription) SetLaunchTime(v time.Time) *RegionDescription

SetLaunchTime sets the LaunchTime field's value.

func (*RegionDescription) SetRegionName

func (s *RegionDescription) SetRegionName(v string) *RegionDescription

SetRegionName sets the RegionName field's value.

func (*RegionDescription) SetRegionType

func (s *RegionDescription) SetRegionType(v string) *RegionDescription

SetRegionType sets the RegionType field's value.

func (*RegionDescription) SetStatus

func (s *RegionDescription) SetStatus(v string) *RegionDescription

SetStatus sets the Status field's value.

func (*RegionDescription) SetStatusLastUpdatedDateTime

func (s *RegionDescription) SetStatusLastUpdatedDateTime(v time.Time) *RegionDescription

SetStatusLastUpdatedDateTime sets the StatusLastUpdatedDateTime field's value.

func (*RegionDescription) SetVpcSettings

func (s *RegionDescription) SetVpcSettings(v *DirectoryVpcSettings) *RegionDescription

SetVpcSettings sets the VpcSettings field's value.

func (RegionDescription) String

func (s RegionDescription) 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 RegionLimitExceededException

type RegionLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

You have reached the limit for maximum number of simultaneous Region replications per directory.

func (*RegionLimitExceededException) Code

func (s *RegionLimitExceededException) Code() string

Code returns the exception type name.

func (*RegionLimitExceededException) Error

func (s *RegionLimitExceededException) Error() string

func (RegionLimitExceededException) GoString

func (s RegionLimitExceededException) 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 (*RegionLimitExceededException) Message

func (s *RegionLimitExceededException) Message() string

Message returns the exception's message.

func (*RegionLimitExceededException) OrigErr

func (s *RegionLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*RegionLimitExceededException) RequestID

func (s *RegionLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*RegionLimitExceededException) StatusCode

func (s *RegionLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (RegionLimitExceededException) String

func (s RegionLimitExceededException) 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 RegionsInfo

type RegionsInfo struct {

    // Lists the Regions where the directory has been replicated, excluding the
    // primary Region.
    AdditionalRegions []*string `type:"list"`

    // The Region where the Managed Microsoft AD directory was originally created.
    PrimaryRegion *string `min:"8" type:"string"`
    // contains filtered or unexported fields
}

Provides information about the Regions that are configured for multi-Region replication.

func (RegionsInfo) GoString

func (s RegionsInfo) 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 (*RegionsInfo) SetAdditionalRegions

func (s *RegionsInfo) SetAdditionalRegions(v []*string) *RegionsInfo

SetAdditionalRegions sets the AdditionalRegions field's value.

func (*RegionsInfo) SetPrimaryRegion

func (s *RegionsInfo) SetPrimaryRegion(v string) *RegionsInfo

SetPrimaryRegion sets the PrimaryRegion field's value.

func (RegionsInfo) String

func (s RegionsInfo) 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 RegisterCertificateInput

type RegisterCertificateInput struct {

    // The certificate PEM string that needs to be registered.
    //
    // CertificateData is a required field
    CertificateData *string `min:"1" type:"string" required:"true"`

    // A ClientCertAuthSettings object that contains client certificate authentication
    // settings.
    ClientCertAuthSettings *ClientCertAuthSettings `type:"structure"`

    // The identifier of the directory.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The function that the registered certificate performs. Valid values include
    // ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
    Type *string `type:"string" enum:"CertificateType"`
    // contains filtered or unexported fields
}

func (RegisterCertificateInput) GoString

func (s RegisterCertificateInput) 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 (*RegisterCertificateInput) SetCertificateData

func (s *RegisterCertificateInput) SetCertificateData(v string) *RegisterCertificateInput

SetCertificateData sets the CertificateData field's value.

func (*RegisterCertificateInput) SetClientCertAuthSettings

func (s *RegisterCertificateInput) SetClientCertAuthSettings(v *ClientCertAuthSettings) *RegisterCertificateInput

SetClientCertAuthSettings sets the ClientCertAuthSettings field's value.

func (*RegisterCertificateInput) SetDirectoryId

func (s *RegisterCertificateInput) SetDirectoryId(v string) *RegisterCertificateInput

SetDirectoryId sets the DirectoryId field's value.

func (*RegisterCertificateInput) SetType

func (s *RegisterCertificateInput) SetType(v string) *RegisterCertificateInput

SetType sets the Type field's value.

func (RegisterCertificateInput) String

func (s RegisterCertificateInput) 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 (*RegisterCertificateInput) Validate

func (s *RegisterCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterCertificateOutput

type RegisterCertificateOutput struct {

    // The identifier of the certificate.
    CertificateId *string `type:"string"`
    // contains filtered or unexported fields
}

func (RegisterCertificateOutput) GoString

func (s RegisterCertificateOutput) 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 (*RegisterCertificateOutput) SetCertificateId

func (s *RegisterCertificateOutput) SetCertificateId(v string) *RegisterCertificateOutput

SetCertificateId sets the CertificateId field's value.

func (RegisterCertificateOutput) String

func (s RegisterCertificateOutput) 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 RegisterEventTopicInput

type RegisterEventTopicInput struct {

    // The Directory ID that will publish status messages to the Amazon SNS topic.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The Amazon SNS topic name to which the directory will publish status messages.
    // This Amazon SNS topic must be in the same region as the specified Directory
    // ID.
    //
    // TopicName is a required field
    TopicName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Registers a new event topic.

func (RegisterEventTopicInput) GoString

func (s RegisterEventTopicInput) 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 (*RegisterEventTopicInput) SetDirectoryId

func (s *RegisterEventTopicInput) SetDirectoryId(v string) *RegisterEventTopicInput

SetDirectoryId sets the DirectoryId field's value.

func (*RegisterEventTopicInput) SetTopicName

func (s *RegisterEventTopicInput) SetTopicName(v string) *RegisterEventTopicInput

SetTopicName sets the TopicName field's value.

func (RegisterEventTopicInput) String

func (s RegisterEventTopicInput) 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 (*RegisterEventTopicInput) Validate

func (s *RegisterEventTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterEventTopicOutput

type RegisterEventTopicOutput struct {
    // contains filtered or unexported fields
}

The result of a RegisterEventTopic request.

func (RegisterEventTopicOutput) GoString

func (s RegisterEventTopicOutput) 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 (RegisterEventTopicOutput) String

func (s RegisterEventTopicOutput) 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 RejectSharedDirectoryInput

type RejectSharedDirectoryInput struct {

    // Identifier of the shared directory in the directory consumer account. This
    // identifier is different for each directory owner account.
    //
    // SharedDirectoryId is a required field
    SharedDirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RejectSharedDirectoryInput) GoString

func (s RejectSharedDirectoryInput) 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 (*RejectSharedDirectoryInput) SetSharedDirectoryId

func (s *RejectSharedDirectoryInput) SetSharedDirectoryId(v string) *RejectSharedDirectoryInput

SetSharedDirectoryId sets the SharedDirectoryId field's value.

func (RejectSharedDirectoryInput) String

func (s RejectSharedDirectoryInput) 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 (*RejectSharedDirectoryInput) Validate

func (s *RejectSharedDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RejectSharedDirectoryOutput

type RejectSharedDirectoryOutput struct {

    // Identifier of the shared directory in the directory consumer account.
    SharedDirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

func (RejectSharedDirectoryOutput) GoString

func (s RejectSharedDirectoryOutput) 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 (*RejectSharedDirectoryOutput) SetSharedDirectoryId

func (s *RejectSharedDirectoryOutput) SetSharedDirectoryId(v string) *RejectSharedDirectoryOutput

SetSharedDirectoryId sets the SharedDirectoryId field's value.

func (RejectSharedDirectoryOutput) String

func (s RejectSharedDirectoryOutput) 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 RemoveIpRoutesInput

type RemoveIpRoutesInput struct {

    // IP address blocks that you want to remove.
    //
    // CidrIps is a required field
    CidrIps []*string `type:"list" required:"true"`

    // Identifier (ID) of the directory from which you want to remove the IP addresses.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveIpRoutesInput) GoString

func (s RemoveIpRoutesInput) 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 (*RemoveIpRoutesInput) SetCidrIps

func (s *RemoveIpRoutesInput) SetCidrIps(v []*string) *RemoveIpRoutesInput

SetCidrIps sets the CidrIps field's value.

func (*RemoveIpRoutesInput) SetDirectoryId

func (s *RemoveIpRoutesInput) SetDirectoryId(v string) *RemoveIpRoutesInput

SetDirectoryId sets the DirectoryId field's value.

func (RemoveIpRoutesInput) String

func (s RemoveIpRoutesInput) 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 (*RemoveIpRoutesInput) Validate

func (s *RemoveIpRoutesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveIpRoutesOutput

type RemoveIpRoutesOutput struct {
    // contains filtered or unexported fields
}

func (RemoveIpRoutesOutput) GoString

func (s RemoveIpRoutesOutput) 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 (RemoveIpRoutesOutput) String

func (s RemoveIpRoutesOutput) 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 RemoveRegionInput

type RemoveRegionInput struct {

    // The identifier of the directory for which you want to remove Region replication.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveRegionInput) GoString

func (s RemoveRegionInput) 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 (*RemoveRegionInput) SetDirectoryId

func (s *RemoveRegionInput) SetDirectoryId(v string) *RemoveRegionInput

SetDirectoryId sets the DirectoryId field's value.

func (RemoveRegionInput) String

func (s RemoveRegionInput) 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 (*RemoveRegionInput) Validate

func (s *RemoveRegionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveRegionOutput

type RemoveRegionOutput struct {
    // contains filtered or unexported fields
}

func (RemoveRegionOutput) GoString

func (s RemoveRegionOutput) 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 (RemoveRegionOutput) String

func (s RemoveRegionOutput) 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 RemoveTagsFromResourceInput

type RemoveTagsFromResourceInput struct {

    // Identifier (ID) of the directory from which to remove the tag.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // The tag key (name) of the tag to be removed.
    //
    // TagKeys is a required field
    TagKeys []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveTagsFromResourceInput) GoString

func (s RemoveTagsFromResourceInput) 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 (*RemoveTagsFromResourceInput) SetResourceId

func (s *RemoveTagsFromResourceInput) SetResourceId(v string) *RemoveTagsFromResourceInput

SetResourceId sets the ResourceId field's value.

func (*RemoveTagsFromResourceInput) SetTagKeys

func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsFromResourceInput) String

func (s RemoveTagsFromResourceInput) 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 (*RemoveTagsFromResourceInput) Validate

func (s *RemoveTagsFromResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveTagsFromResourceOutput

type RemoveTagsFromResourceOutput struct {
    // contains filtered or unexported fields
}

func (RemoveTagsFromResourceOutput) GoString

func (s RemoveTagsFromResourceOutput) 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 (RemoveTagsFromResourceOutput) String

func (s RemoveTagsFromResourceOutput) 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 ResetUserPasswordInput

type ResetUserPasswordInput struct {

    // Identifier of the Managed Microsoft AD or Simple AD directory in which the
    // user resides.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The new password that will be reset.
    //
    // NewPassword is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ResetUserPasswordInput's
    // String and GoString methods.
    //
    // NewPassword is a required field
    NewPassword *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // The user name of the user whose password will be reset.
    //
    // UserName is a required field
    UserName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ResetUserPasswordInput) GoString

func (s ResetUserPasswordInput) 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 (*ResetUserPasswordInput) SetDirectoryId

func (s *ResetUserPasswordInput) SetDirectoryId(v string) *ResetUserPasswordInput

SetDirectoryId sets the DirectoryId field's value.

func (*ResetUserPasswordInput) SetNewPassword

func (s *ResetUserPasswordInput) SetNewPassword(v string) *ResetUserPasswordInput

SetNewPassword sets the NewPassword field's value.

func (*ResetUserPasswordInput) SetUserName

func (s *ResetUserPasswordInput) SetUserName(v string) *ResetUserPasswordInput

SetUserName sets the UserName field's value.

func (ResetUserPasswordInput) String

func (s ResetUserPasswordInput) 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 (*ResetUserPasswordInput) Validate

func (s *ResetUserPasswordInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetUserPasswordOutput

type ResetUserPasswordOutput struct {
    // contains filtered or unexported fields
}

func (ResetUserPasswordOutput) GoString

func (s ResetUserPasswordOutput) 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 (ResetUserPasswordOutput) String

func (s ResetUserPasswordOutput) 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 RestoreFromSnapshotInput

type RestoreFromSnapshotInput struct {

    // The identifier of the snapshot to restore from.
    //
    // SnapshotId is a required field
    SnapshotId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

An object representing the inputs for the RestoreFromSnapshot operation.

func (RestoreFromSnapshotInput) GoString

func (s RestoreFromSnapshotInput) 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 (*RestoreFromSnapshotInput) SetSnapshotId

func (s *RestoreFromSnapshotInput) SetSnapshotId(v string) *RestoreFromSnapshotInput

SetSnapshotId sets the SnapshotId field's value.

func (RestoreFromSnapshotInput) String

func (s RestoreFromSnapshotInput) 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 (*RestoreFromSnapshotInput) Validate

func (s *RestoreFromSnapshotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreFromSnapshotOutput

type RestoreFromSnapshotOutput struct {
    // contains filtered or unexported fields
}

Contains the results of the RestoreFromSnapshot operation.

func (RestoreFromSnapshotOutput) GoString

func (s RestoreFromSnapshotOutput) 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 (RestoreFromSnapshotOutput) String

func (s RestoreFromSnapshotOutput) 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 SchemaExtensionInfo

type SchemaExtensionInfo struct {

    // A description of the schema extension.
    Description *string `type:"string"`

    // The identifier of the directory to which the schema extension is applied.
    DirectoryId *string `type:"string"`

    // The date and time that the schema extension was completed.
    EndDateTime *time.Time `type:"timestamp"`

    // The identifier of the schema extension.
    SchemaExtensionId *string `type:"string"`

    // The current status of the schema extension.
    SchemaExtensionStatus *string `type:"string" enum:"SchemaExtensionStatus"`

    // The reason for the SchemaExtensionStatus.
    SchemaExtensionStatusReason *string `type:"string"`

    // The date and time that the schema extension started being applied to the
    // directory.
    StartDateTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Information about a schema extension.

func (SchemaExtensionInfo) GoString

func (s SchemaExtensionInfo) 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 (*SchemaExtensionInfo) SetDescription

func (s *SchemaExtensionInfo) SetDescription(v string) *SchemaExtensionInfo

SetDescription sets the Description field's value.

func (*SchemaExtensionInfo) SetDirectoryId

func (s *SchemaExtensionInfo) SetDirectoryId(v string) *SchemaExtensionInfo

SetDirectoryId sets the DirectoryId field's value.

func (*SchemaExtensionInfo) SetEndDateTime

func (s *SchemaExtensionInfo) SetEndDateTime(v time.Time) *SchemaExtensionInfo

SetEndDateTime sets the EndDateTime field's value.

func (*SchemaExtensionInfo) SetSchemaExtensionId

func (s *SchemaExtensionInfo) SetSchemaExtensionId(v string) *SchemaExtensionInfo

SetSchemaExtensionId sets the SchemaExtensionId field's value.

func (*SchemaExtensionInfo) SetSchemaExtensionStatus

func (s *SchemaExtensionInfo) SetSchemaExtensionStatus(v string) *SchemaExtensionInfo

SetSchemaExtensionStatus sets the SchemaExtensionStatus field's value.

func (*SchemaExtensionInfo) SetSchemaExtensionStatusReason

func (s *SchemaExtensionInfo) SetSchemaExtensionStatusReason(v string) *SchemaExtensionInfo

SetSchemaExtensionStatusReason sets the SchemaExtensionStatusReason field's value.

func (*SchemaExtensionInfo) SetStartDateTime

func (s *SchemaExtensionInfo) SetStartDateTime(v time.Time) *SchemaExtensionInfo

SetStartDateTime sets the StartDateTime field's value.

func (SchemaExtensionInfo) String

func (s SchemaExtensionInfo) 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 ServiceException

type ServiceException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

An exception has occurred in Directory Service.

func (*ServiceException) Code

func (s *ServiceException) Code() string

Code returns the exception type name.

func (*ServiceException) Error

func (s *ServiceException) Error() string

func (ServiceException) GoString

func (s ServiceException) 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 (*ServiceException) Message

func (s *ServiceException) Message() string

Message returns the exception's message.

func (*ServiceException) OrigErr

func (s *ServiceException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceException) RequestID

func (s *ServiceException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceException) StatusCode

func (s *ServiceException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceException) String

func (s ServiceException) 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 Setting

type Setting struct {

    // The name of the directory setting. For example:
    //
    // TLS_1_0
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The value of the directory setting for which to retrieve information. For
    // example, for TLS_1_0, the valid values are: Enable and Disable.
    //
    // Value is a required field
    Value *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about the configurable settings for a directory.

func (Setting) GoString

func (s Setting) 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 (*Setting) SetName

func (s *Setting) SetName(v string) *Setting

SetName sets the Name field's value.

func (*Setting) SetValue

func (s *Setting) SetValue(v string) *Setting

SetValue sets the Value field's value.

func (Setting) String

func (s Setting) 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 (*Setting) Validate

func (s *Setting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SettingEntry

type SettingEntry struct {

    // The valid range of values for the directory setting. These values depend
    // on the DataType of your directory.
    AllowedValues *string `type:"string"`

    // The value of the directory setting that is applied to the directory.
    AppliedValue *string `min:"1" type:"string"`

    // The data type of a directory setting. This is used to define the AllowedValues
    // of a setting. For example a data type can be Boolean, DurationInSeconds,
    // or Enum.
    DataType *string `type:"string"`

    // The date and time when the request to update a directory setting was last
    // submitted.
    LastRequestedDateTime *time.Time `type:"timestamp"`

    // The date and time when the directory setting was last updated.
    LastUpdatedDateTime *time.Time `type:"timestamp"`

    // The name of the directory setting. For example:
    //
    // TLS_1_0
    Name *string `min:"1" type:"string"`

    // Details about the status of the request to update the directory setting.
    // If the directory setting is deployed in more than one region, status is returned
    // for the request in each region where the setting is deployed.
    RequestDetailedStatus map[string]*string `type:"map"`

    // The overall status of the request to update the directory setting request.
    // If the directory setting is deployed in more than one region, and the request
    // fails in any region, the overall status is Failed.
    RequestStatus *string `type:"string" enum:"DirectoryConfigurationStatus"`

    // The last status message for the directory status request.
    RequestStatusMessage *string `type:"string"`

    // The value that was last requested for the directory setting.
    RequestedValue *string `min:"1" type:"string"`

    // The type, or category, of a directory setting. Similar settings have the
    // same type. For example, Protocol, Cipher, or Certificate-Based Authentication.
    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information about the specified configurable setting for a directory.

func (SettingEntry) GoString

func (s SettingEntry) 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 (*SettingEntry) SetAllowedValues

func (s *SettingEntry) SetAllowedValues(v string) *SettingEntry

SetAllowedValues sets the AllowedValues field's value.

func (*SettingEntry) SetAppliedValue

func (s *SettingEntry) SetAppliedValue(v string) *SettingEntry

SetAppliedValue sets the AppliedValue field's value.

func (*SettingEntry) SetDataType

func (s *SettingEntry) SetDataType(v string) *SettingEntry

SetDataType sets the DataType field's value.

func (*SettingEntry) SetLastRequestedDateTime

func (s *SettingEntry) SetLastRequestedDateTime(v time.Time) *SettingEntry

SetLastRequestedDateTime sets the LastRequestedDateTime field's value.

func (*SettingEntry) SetLastUpdatedDateTime

func (s *SettingEntry) SetLastUpdatedDateTime(v time.Time) *SettingEntry

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*SettingEntry) SetName

func (s *SettingEntry) SetName(v string) *SettingEntry

SetName sets the Name field's value.

func (*SettingEntry) SetRequestDetailedStatus

func (s *SettingEntry) SetRequestDetailedStatus(v map[string]*string) *SettingEntry

SetRequestDetailedStatus sets the RequestDetailedStatus field's value.

func (*SettingEntry) SetRequestStatus

func (s *SettingEntry) SetRequestStatus(v string) *SettingEntry

SetRequestStatus sets the RequestStatus field's value.

func (*SettingEntry) SetRequestStatusMessage

func (s *SettingEntry) SetRequestStatusMessage(v string) *SettingEntry

SetRequestStatusMessage sets the RequestStatusMessage field's value.

func (*SettingEntry) SetRequestedValue

func (s *SettingEntry) SetRequestedValue(v string) *SettingEntry

SetRequestedValue sets the RequestedValue field's value.

func (*SettingEntry) SetType

func (s *SettingEntry) SetType(v string) *SettingEntry

SetType sets the Type field's value.

func (SettingEntry) String

func (s SettingEntry) 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 ShareDirectoryInput

type ShareDirectoryInput struct {

    // Identifier of the Managed Microsoft AD directory that you want to share with
    // other Amazon Web Services accounts.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The method used when sharing a directory to determine whether the directory
    // should be shared within your Amazon Web Services organization (ORGANIZATIONS)
    // or with any Amazon Web Services account by sending a directory sharing request
    // (HANDSHAKE).
    //
    // ShareMethod is a required field
    ShareMethod *string `type:"string" required:"true" enum:"ShareMethod"`

    // A directory share request that is sent by the directory owner to the directory
    // consumer. The request includes a typed message to help the directory consumer
    // administrator determine whether to approve or reject the share invitation.
    //
    // ShareNotes is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ShareDirectoryInput's
    // String and GoString methods.
    ShareNotes *string `type:"string" sensitive:"true"`

    // Identifier for the directory consumer account with whom the directory is
    // to be shared.
    //
    // ShareTarget is a required field
    ShareTarget *ShareTarget `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (ShareDirectoryInput) GoString

func (s ShareDirectoryInput) 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 (*ShareDirectoryInput) SetDirectoryId

func (s *ShareDirectoryInput) SetDirectoryId(v string) *ShareDirectoryInput

SetDirectoryId sets the DirectoryId field's value.

func (*ShareDirectoryInput) SetShareMethod

func (s *ShareDirectoryInput) SetShareMethod(v string) *ShareDirectoryInput

SetShareMethod sets the ShareMethod field's value.

func (*ShareDirectoryInput) SetShareNotes

func (s *ShareDirectoryInput) SetShareNotes(v string) *ShareDirectoryInput

SetShareNotes sets the ShareNotes field's value.

func (*ShareDirectoryInput) SetShareTarget

func (s *ShareDirectoryInput) SetShareTarget(v *ShareTarget) *ShareDirectoryInput

SetShareTarget sets the ShareTarget field's value.

func (ShareDirectoryInput) String

func (s ShareDirectoryInput) 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 (*ShareDirectoryInput) Validate

func (s *ShareDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ShareDirectoryOutput

type ShareDirectoryOutput struct {

    // Identifier of the directory that is stored in the directory consumer account
    // that is shared from the specified directory (DirectoryId).
    SharedDirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

func (ShareDirectoryOutput) GoString

func (s ShareDirectoryOutput) 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 (*ShareDirectoryOutput) SetSharedDirectoryId

func (s *ShareDirectoryOutput) SetSharedDirectoryId(v string) *ShareDirectoryOutput

SetSharedDirectoryId sets the SharedDirectoryId field's value.

func (ShareDirectoryOutput) String

func (s ShareDirectoryOutput) 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 ShareLimitExceededException

type ShareLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The maximum number of Amazon Web Services accounts that you can share with this directory has been reached.

func (*ShareLimitExceededException) Code

func (s *ShareLimitExceededException) Code() string

Code returns the exception type name.

func (*ShareLimitExceededException) Error

func (s *ShareLimitExceededException) Error() string

func (ShareLimitExceededException) GoString

func (s ShareLimitExceededException) 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 (*ShareLimitExceededException) Message

func (s *ShareLimitExceededException) Message() string

Message returns the exception's message.

func (*ShareLimitExceededException) OrigErr

func (s *ShareLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ShareLimitExceededException) RequestID

func (s *ShareLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ShareLimitExceededException) StatusCode

func (s *ShareLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ShareLimitExceededException) String

func (s ShareLimitExceededException) 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 ShareTarget

type ShareTarget struct {

    // Identifier of the directory consumer account.
    //
    // Id is a required field
    Id *string `min:"1" type:"string" required:"true"`

    // Type of identifier to be used in the Id field.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"TargetType"`
    // contains filtered or unexported fields
}

Identifier that contains details about the directory consumer account.

func (ShareTarget) GoString

func (s ShareTarget) 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 (*ShareTarget) SetId

func (s *ShareTarget) SetId(v string) *ShareTarget

SetId sets the Id field's value.

func (*ShareTarget) SetType

func (s *ShareTarget) SetType(v string) *ShareTarget

SetType sets the Type field's value.

func (ShareTarget) String

func (s ShareTarget) 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 (*ShareTarget) Validate

func (s *ShareTarget) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SharedDirectory

type SharedDirectory struct {

    // The date and time that the shared directory was created.
    CreatedDateTime *time.Time `type:"timestamp"`

    // The date and time that the shared directory was last updated.
    LastUpdatedDateTime *time.Time `type:"timestamp"`

    // Identifier of the directory owner account, which contains the directory that
    // has been shared to the consumer account.
    OwnerAccountId *string `type:"string"`

    // Identifier of the directory in the directory owner account.
    OwnerDirectoryId *string `type:"string"`

    // The method used when sharing a directory to determine whether the directory
    // should be shared within your Amazon Web Services organization (ORGANIZATIONS)
    // or with any Amazon Web Services account by sending a shared directory request
    // (HANDSHAKE).
    ShareMethod *string `type:"string" enum:"ShareMethod"`

    // A directory share request that is sent by the directory owner to the directory
    // consumer. The request includes a typed message to help the directory consumer
    // administrator determine whether to approve or reject the share invitation.
    //
    // ShareNotes is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by SharedDirectory's
    // String and GoString methods.
    ShareNotes *string `type:"string" sensitive:"true"`

    // Current directory status of the shared Managed Microsoft AD directory.
    ShareStatus *string `type:"string" enum:"ShareStatus"`

    // Identifier of the directory consumer account that has access to the shared
    // directory (OwnerDirectoryId) in the directory owner account.
    SharedAccountId *string `type:"string"`

    // Identifier of the shared directory in the directory consumer account. This
    // identifier is different for each directory owner account.
    SharedDirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

Details about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.

func (SharedDirectory) GoString

func (s SharedDirectory) 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 (*SharedDirectory) SetCreatedDateTime

func (s *SharedDirectory) SetCreatedDateTime(v time.Time) *SharedDirectory

SetCreatedDateTime sets the CreatedDateTime field's value.

func (*SharedDirectory) SetLastUpdatedDateTime

func (s *SharedDirectory) SetLastUpdatedDateTime(v time.Time) *SharedDirectory

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*SharedDirectory) SetOwnerAccountId

func (s *SharedDirectory) SetOwnerAccountId(v string) *SharedDirectory

SetOwnerAccountId sets the OwnerAccountId field's value.

func (*SharedDirectory) SetOwnerDirectoryId

func (s *SharedDirectory) SetOwnerDirectoryId(v string) *SharedDirectory

SetOwnerDirectoryId sets the OwnerDirectoryId field's value.

func (*SharedDirectory) SetShareMethod

func (s *SharedDirectory) SetShareMethod(v string) *SharedDirectory

SetShareMethod sets the ShareMethod field's value.

func (*SharedDirectory) SetShareNotes

func (s *SharedDirectory) SetShareNotes(v string) *SharedDirectory

SetShareNotes sets the ShareNotes field's value.

func (*SharedDirectory) SetShareStatus

func (s *SharedDirectory) SetShareStatus(v string) *SharedDirectory

SetShareStatus sets the ShareStatus field's value.

func (*SharedDirectory) SetSharedAccountId

func (s *SharedDirectory) SetSharedAccountId(v string) *SharedDirectory

SetSharedAccountId sets the SharedAccountId field's value.

func (*SharedDirectory) SetSharedDirectoryId

func (s *SharedDirectory) SetSharedDirectoryId(v string) *SharedDirectory

SetSharedDirectoryId sets the SharedDirectoryId field's value.

func (SharedDirectory) String

func (s SharedDirectory) 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 Snapshot

type Snapshot struct {

    // The directory identifier.
    DirectoryId *string `type:"string"`

    // The descriptive name of the snapshot.
    Name *string `type:"string"`

    // The snapshot identifier.
    SnapshotId *string `type:"string"`

    // The date and time that the snapshot was taken.
    StartTime *time.Time `type:"timestamp"`

    // The snapshot status.
    Status *string `type:"string" enum:"SnapshotStatus"`

    // The snapshot type.
    Type *string `type:"string" enum:"SnapshotType"`
    // contains filtered or unexported fields
}

Describes a directory snapshot.

func (Snapshot) GoString

func (s Snapshot) 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 (*Snapshot) SetDirectoryId

func (s *Snapshot) SetDirectoryId(v string) *Snapshot

SetDirectoryId sets the DirectoryId field's value.

func (*Snapshot) SetName

func (s *Snapshot) SetName(v string) *Snapshot

SetName sets the Name field's value.

func (*Snapshot) SetSnapshotId

func (s *Snapshot) SetSnapshotId(v string) *Snapshot

SetSnapshotId sets the SnapshotId field's value.

func (*Snapshot) SetStartTime

func (s *Snapshot) SetStartTime(v time.Time) *Snapshot

SetStartTime sets the StartTime field's value.

func (*Snapshot) SetStatus

func (s *Snapshot) SetStatus(v string) *Snapshot

SetStatus sets the Status field's value.

func (*Snapshot) SetType

func (s *Snapshot) SetType(v string) *Snapshot

SetType sets the Type field's value.

func (Snapshot) String

func (s Snapshot) 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 SnapshotLimitExceededException

type SnapshotLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.

func (*SnapshotLimitExceededException) Code

func (s *SnapshotLimitExceededException) Code() string

Code returns the exception type name.

func (*SnapshotLimitExceededException) Error

func (s *SnapshotLimitExceededException) Error() string

func (SnapshotLimitExceededException) GoString

func (s SnapshotLimitExceededException) 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 (*SnapshotLimitExceededException) Message

func (s *SnapshotLimitExceededException) Message() string

Message returns the exception's message.

func (*SnapshotLimitExceededException) OrigErr

func (s *SnapshotLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SnapshotLimitExceededException) RequestID

func (s *SnapshotLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SnapshotLimitExceededException) StatusCode

func (s *SnapshotLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (SnapshotLimitExceededException) String

func (s SnapshotLimitExceededException) 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 SnapshotLimits

type SnapshotLimits struct {

    // The current number of manual snapshots of the directory.
    ManualSnapshotsCurrentCount *int64 `type:"integer"`

    // The maximum number of manual snapshots allowed.
    ManualSnapshotsLimit *int64 `type:"integer"`

    // Indicates if the manual snapshot limit has been reached.
    ManualSnapshotsLimitReached *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Contains manual snapshot limit information for a directory.

func (SnapshotLimits) GoString

func (s SnapshotLimits) 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 (*SnapshotLimits) SetManualSnapshotsCurrentCount

func (s *SnapshotLimits) SetManualSnapshotsCurrentCount(v int64) *SnapshotLimits

SetManualSnapshotsCurrentCount sets the ManualSnapshotsCurrentCount field's value.

func (*SnapshotLimits) SetManualSnapshotsLimit

func (s *SnapshotLimits) SetManualSnapshotsLimit(v int64) *SnapshotLimits

SetManualSnapshotsLimit sets the ManualSnapshotsLimit field's value.

func (*SnapshotLimits) SetManualSnapshotsLimitReached

func (s *SnapshotLimits) SetManualSnapshotsLimitReached(v bool) *SnapshotLimits

SetManualSnapshotsLimitReached sets the ManualSnapshotsLimitReached field's value.

func (SnapshotLimits) String

func (s SnapshotLimits) 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 StartSchemaExtensionInput

type StartSchemaExtensionInput struct {

    // If true, creates a snapshot of the directory before applying the schema extension.
    //
    // CreateSnapshotBeforeSchemaExtension is a required field
    CreateSnapshotBeforeSchemaExtension *bool `type:"boolean" required:"true"`

    // A description of the schema extension.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // The identifier of the directory for which the schema extension will be applied
    // to.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The LDIF file represented as a string. To construct the LdifContent string,
    // precede each line as it would be formatted in an ldif file with \n. See the
    // example request below for more details. The file size can be no larger than
    // 1MB.
    //
    // LdifContent is a required field
    LdifContent *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartSchemaExtensionInput) GoString

func (s StartSchemaExtensionInput) 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 (*StartSchemaExtensionInput) SetCreateSnapshotBeforeSchemaExtension

func (s *StartSchemaExtensionInput) SetCreateSnapshotBeforeSchemaExtension(v bool) *StartSchemaExtensionInput

SetCreateSnapshotBeforeSchemaExtension sets the CreateSnapshotBeforeSchemaExtension field's value.

func (*StartSchemaExtensionInput) SetDescription

func (s *StartSchemaExtensionInput) SetDescription(v string) *StartSchemaExtensionInput

SetDescription sets the Description field's value.

func (*StartSchemaExtensionInput) SetDirectoryId

func (s *StartSchemaExtensionInput) SetDirectoryId(v string) *StartSchemaExtensionInput

SetDirectoryId sets the DirectoryId field's value.

func (*StartSchemaExtensionInput) SetLdifContent

func (s *StartSchemaExtensionInput) SetLdifContent(v string) *StartSchemaExtensionInput

SetLdifContent sets the LdifContent field's value.

func (StartSchemaExtensionInput) String

func (s StartSchemaExtensionInput) 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 (*StartSchemaExtensionInput) Validate

func (s *StartSchemaExtensionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartSchemaExtensionOutput

type StartSchemaExtensionOutput struct {

    // The identifier of the schema extension that will be applied.
    SchemaExtensionId *string `type:"string"`
    // contains filtered or unexported fields
}

func (StartSchemaExtensionOutput) GoString

func (s StartSchemaExtensionOutput) 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 (*StartSchemaExtensionOutput) SetSchemaExtensionId

func (s *StartSchemaExtensionOutput) SetSchemaExtensionId(v string) *StartSchemaExtensionOutput

SetSchemaExtensionId sets the SchemaExtensionId field's value.

func (StartSchemaExtensionOutput) String

func (s StartSchemaExtensionOutput) 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 Tag

type Tag struct {

    // Required name of the tag. The string value can be Unicode characters and
    // cannot be prefixed with "aws:". The string can contain only the set of Unicode
    // letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The optional value of the tag. The string value can be Unicode characters.
    // The string can contain only the set of Unicode letters, digits, white-space,
    // '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Metadata assigned to a directory consisting of a key-value pair.

func (Tag) GoString

func (s Tag) 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 (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) 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 (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagLimitExceededException

type TagLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The maximum allowed number of tags was exceeded.

func (*TagLimitExceededException) Code

func (s *TagLimitExceededException) Code() string

Code returns the exception type name.

func (*TagLimitExceededException) Error

func (s *TagLimitExceededException) Error() string

func (TagLimitExceededException) GoString

func (s TagLimitExceededException) 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 (*TagLimitExceededException) Message

func (s *TagLimitExceededException) Message() string

Message returns the exception's message.

func (*TagLimitExceededException) OrigErr

func (s *TagLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TagLimitExceededException) RequestID

func (s *TagLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TagLimitExceededException) StatusCode

func (s *TagLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TagLimitExceededException) String

func (s TagLimitExceededException) 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 Trust

type Trust struct {

    // The date and time that the trust relationship was created.
    CreatedDateTime *time.Time `type:"timestamp"`

    // The Directory ID of the Amazon Web Services directory involved in the trust
    // relationship.
    DirectoryId *string `type:"string"`

    // The date and time that the trust relationship was last updated.
    LastUpdatedDateTime *time.Time `type:"timestamp"`

    // The Fully Qualified Domain Name (FQDN) of the external domain involved in
    // the trust relationship.
    RemoteDomainName *string `type:"string"`

    // Current state of selective authentication for the trust.
    SelectiveAuth *string `type:"string" enum:"SelectiveAuth"`

    // The date and time that the TrustState was last updated.
    StateLastUpdatedDateTime *time.Time `type:"timestamp"`

    // The trust relationship direction.
    TrustDirection *string `type:"string" enum:"TrustDirection"`

    // The unique ID of the trust relationship.
    TrustId *string `type:"string"`

    // The trust relationship state.
    TrustState *string `type:"string" enum:"TrustState"`

    // The reason for the TrustState.
    TrustStateReason *string `type:"string"`

    // The trust relationship type. Forest is the default.
    TrustType *string `type:"string" enum:"TrustType"`
    // contains filtered or unexported fields
}

Describes a trust relationship between an Managed Microsoft AD directory and an external domain.

func (Trust) GoString

func (s Trust) 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 (*Trust) SetCreatedDateTime

func (s *Trust) SetCreatedDateTime(v time.Time) *Trust

SetCreatedDateTime sets the CreatedDateTime field's value.

func (*Trust) SetDirectoryId

func (s *Trust) SetDirectoryId(v string) *Trust

SetDirectoryId sets the DirectoryId field's value.

func (*Trust) SetLastUpdatedDateTime

func (s *Trust) SetLastUpdatedDateTime(v time.Time) *Trust

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*Trust) SetRemoteDomainName

func (s *Trust) SetRemoteDomainName(v string) *Trust

SetRemoteDomainName sets the RemoteDomainName field's value.

func (*Trust) SetSelectiveAuth

func (s *Trust) SetSelectiveAuth(v string) *Trust

SetSelectiveAuth sets the SelectiveAuth field's value.

func (*Trust) SetStateLastUpdatedDateTime

func (s *Trust) SetStateLastUpdatedDateTime(v time.Time) *Trust

SetStateLastUpdatedDateTime sets the StateLastUpdatedDateTime field's value.

func (*Trust) SetTrustDirection

func (s *Trust) SetTrustDirection(v string) *Trust

SetTrustDirection sets the TrustDirection field's value.

func (*Trust) SetTrustId

func (s *Trust) SetTrustId(v string) *Trust

SetTrustId sets the TrustId field's value.

func (*Trust) SetTrustState

func (s *Trust) SetTrustState(v string) *Trust

SetTrustState sets the TrustState field's value.

func (*Trust) SetTrustStateReason

func (s *Trust) SetTrustStateReason(v string) *Trust

SetTrustStateReason sets the TrustStateReason field's value.

func (*Trust) SetTrustType

func (s *Trust) SetTrustType(v string) *Trust

SetTrustType sets the TrustType field's value.

func (Trust) String

func (s Trust) 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 UnshareDirectoryInput

type UnshareDirectoryInput struct {

    // The identifier of the Managed Microsoft AD directory that you want to stop
    // sharing.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // Identifier for the directory consumer account with whom the directory has
    // to be unshared.
    //
    // UnshareTarget is a required field
    UnshareTarget *UnshareTarget `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UnshareDirectoryInput) GoString

func (s UnshareDirectoryInput) 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 (*UnshareDirectoryInput) SetDirectoryId

func (s *UnshareDirectoryInput) SetDirectoryId(v string) *UnshareDirectoryInput

SetDirectoryId sets the DirectoryId field's value.

func (*UnshareDirectoryInput) SetUnshareTarget

func (s *UnshareDirectoryInput) SetUnshareTarget(v *UnshareTarget) *UnshareDirectoryInput

SetUnshareTarget sets the UnshareTarget field's value.

func (UnshareDirectoryInput) String

func (s UnshareDirectoryInput) 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 (*UnshareDirectoryInput) Validate

func (s *UnshareDirectoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnshareDirectoryOutput

type UnshareDirectoryOutput struct {

    // Identifier of the directory stored in the directory consumer account that
    // is to be unshared from the specified directory (DirectoryId).
    SharedDirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

func (UnshareDirectoryOutput) GoString

func (s UnshareDirectoryOutput) 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 (*UnshareDirectoryOutput) SetSharedDirectoryId

func (s *UnshareDirectoryOutput) SetSharedDirectoryId(v string) *UnshareDirectoryOutput

SetSharedDirectoryId sets the SharedDirectoryId field's value.

func (UnshareDirectoryOutput) String

func (s UnshareDirectoryOutput) 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 UnshareTarget

type UnshareTarget struct {

    // Identifier of the directory consumer account.
    //
    // Id is a required field
    Id *string `min:"1" type:"string" required:"true"`

    // Type of identifier to be used in the Id field.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"TargetType"`
    // contains filtered or unexported fields
}

Identifier that contains details about the directory consumer account with whom the directory is being unshared.

func (UnshareTarget) GoString

func (s UnshareTarget) 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 (*UnshareTarget) SetId

func (s *UnshareTarget) SetId(v string) *UnshareTarget

SetId sets the Id field's value.

func (*UnshareTarget) SetType

func (s *UnshareTarget) SetType(v string) *UnshareTarget

SetType sets the Type field's value.

func (UnshareTarget) String

func (s UnshareTarget) 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 (*UnshareTarget) Validate

func (s *UnshareTarget) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnsupportedOperationException

type UnsupportedOperationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The operation is not supported.

func (*UnsupportedOperationException) Code

func (s *UnsupportedOperationException) Code() string

Code returns the exception type name.

func (*UnsupportedOperationException) Error

func (s *UnsupportedOperationException) Error() string

func (UnsupportedOperationException) GoString

func (s UnsupportedOperationException) 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 (*UnsupportedOperationException) Message

func (s *UnsupportedOperationException) Message() string

Message returns the exception's message.

func (*UnsupportedOperationException) OrigErr

func (s *UnsupportedOperationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedOperationException) RequestID

func (s *UnsupportedOperationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedOperationException) StatusCode

func (s *UnsupportedOperationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedOperationException) String

func (s UnsupportedOperationException) 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 UnsupportedSettingsException

type UnsupportedSettingsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The specified directory setting is not supported.

func (*UnsupportedSettingsException) Code

func (s *UnsupportedSettingsException) Code() string

Code returns the exception type name.

func (*UnsupportedSettingsException) Error

func (s *UnsupportedSettingsException) Error() string

func (UnsupportedSettingsException) GoString

func (s UnsupportedSettingsException) 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 (*UnsupportedSettingsException) Message

func (s *UnsupportedSettingsException) Message() string

Message returns the exception's message.

func (*UnsupportedSettingsException) OrigErr

func (s *UnsupportedSettingsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedSettingsException) RequestID

func (s *UnsupportedSettingsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedSettingsException) StatusCode

func (s *UnsupportedSettingsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedSettingsException) String

func (s UnsupportedSettingsException) 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 UpdateConditionalForwarderInput

type UpdateConditionalForwarderInput struct {

    // The directory ID of the Amazon Web Services directory for which to update
    // the conditional forwarder.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The updated IP addresses of the remote DNS server associated with the conditional
    // forwarder.
    //
    // DnsIpAddrs is a required field
    DnsIpAddrs []*string `type:"list" required:"true"`

    // The fully qualified domain name (FQDN) of the remote domain with which you
    // will set up a trust relationship.
    //
    // RemoteDomainName is a required field
    RemoteDomainName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Updates a conditional forwarder.

func (UpdateConditionalForwarderInput) GoString

func (s UpdateConditionalForwarderInput) 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 (*UpdateConditionalForwarderInput) SetDirectoryId

func (s *UpdateConditionalForwarderInput) SetDirectoryId(v string) *UpdateConditionalForwarderInput

SetDirectoryId sets the DirectoryId field's value.

func (*UpdateConditionalForwarderInput) SetDnsIpAddrs

func (s *UpdateConditionalForwarderInput) SetDnsIpAddrs(v []*string) *UpdateConditionalForwarderInput

SetDnsIpAddrs sets the DnsIpAddrs field's value.

func (*UpdateConditionalForwarderInput) SetRemoteDomainName

func (s *UpdateConditionalForwarderInput) SetRemoteDomainName(v string) *UpdateConditionalForwarderInput

SetRemoteDomainName sets the RemoteDomainName field's value.

func (UpdateConditionalForwarderInput) String

func (s UpdateConditionalForwarderInput) 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 (*UpdateConditionalForwarderInput) Validate

func (s *UpdateConditionalForwarderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateConditionalForwarderOutput

type UpdateConditionalForwarderOutput struct {
    // contains filtered or unexported fields
}

The result of an UpdateConditionalForwarder request.

func (UpdateConditionalForwarderOutput) GoString

func (s UpdateConditionalForwarderOutput) 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 (UpdateConditionalForwarderOutput) String

func (s UpdateConditionalForwarderOutput) 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 UpdateDirectorySetupInput

type UpdateDirectorySetupInput struct {

    // The boolean that specifies if a snapshot for the directory needs to be taken
    // before updating the directory.
    CreateSnapshotBeforeUpdate *bool `type:"boolean"`

    // The identifier of the directory on which you want to perform the update.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The settings for the OS update that needs to be performed on the directory.
    OSUpdateSettings *OSUpdateSettings `type:"structure"`

    // The type of update that needs to be performed on the directory. For example,
    // OS.
    //
    // UpdateType is a required field
    UpdateType *string `type:"string" required:"true" enum:"UpdateType"`
    // contains filtered or unexported fields
}

func (UpdateDirectorySetupInput) GoString

func (s UpdateDirectorySetupInput) 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 (*UpdateDirectorySetupInput) SetCreateSnapshotBeforeUpdate

func (s *UpdateDirectorySetupInput) SetCreateSnapshotBeforeUpdate(v bool) *UpdateDirectorySetupInput

SetCreateSnapshotBeforeUpdate sets the CreateSnapshotBeforeUpdate field's value.

func (*UpdateDirectorySetupInput) SetDirectoryId

func (s *UpdateDirectorySetupInput) SetDirectoryId(v string) *UpdateDirectorySetupInput

SetDirectoryId sets the DirectoryId field's value.

func (*UpdateDirectorySetupInput) SetOSUpdateSettings

func (s *UpdateDirectorySetupInput) SetOSUpdateSettings(v *OSUpdateSettings) *UpdateDirectorySetupInput

SetOSUpdateSettings sets the OSUpdateSettings field's value.

func (*UpdateDirectorySetupInput) SetUpdateType

func (s *UpdateDirectorySetupInput) SetUpdateType(v string) *UpdateDirectorySetupInput

SetUpdateType sets the UpdateType field's value.

func (UpdateDirectorySetupInput) String

func (s UpdateDirectorySetupInput) 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 (*UpdateDirectorySetupInput) Validate

func (s *UpdateDirectorySetupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDirectorySetupOutput

type UpdateDirectorySetupOutput struct {
    // contains filtered or unexported fields
}

func (UpdateDirectorySetupOutput) GoString

func (s UpdateDirectorySetupOutput) 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 (UpdateDirectorySetupOutput) String

func (s UpdateDirectorySetupOutput) 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 UpdateInfoEntry

type UpdateInfoEntry struct {

    // This specifies if the update was initiated by the customer or by the service
    // team.
    InitiatedBy *string `type:"string"`

    // The last updated date and time of a particular directory setting.
    LastUpdatedDateTime *time.Time `type:"timestamp"`

    // The new value of the target setting.
    NewValue *UpdateValue `type:"structure"`

    // The old value of the target setting.
    PreviousValue *UpdateValue `type:"structure"`

    // The name of the Region.
    Region *string `min:"8" type:"string"`

    // The start time of the UpdateDirectorySetup for the particular type.
    StartTime *time.Time `type:"timestamp"`

    // The status of the update performed on the directory.
    Status *string `type:"string" enum:"UpdateStatus"`

    // The reason for the current status of the update type activity.
    StatusReason *string `type:"string"`
    // contains filtered or unexported fields
}

An entry of update information related to a requested update type.

func (UpdateInfoEntry) GoString

func (s UpdateInfoEntry) 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 (*UpdateInfoEntry) SetInitiatedBy

func (s *UpdateInfoEntry) SetInitiatedBy(v string) *UpdateInfoEntry

SetInitiatedBy sets the InitiatedBy field's value.

func (*UpdateInfoEntry) SetLastUpdatedDateTime

func (s *UpdateInfoEntry) SetLastUpdatedDateTime(v time.Time) *UpdateInfoEntry

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*UpdateInfoEntry) SetNewValue

func (s *UpdateInfoEntry) SetNewValue(v *UpdateValue) *UpdateInfoEntry

SetNewValue sets the NewValue field's value.

func (*UpdateInfoEntry) SetPreviousValue

func (s *UpdateInfoEntry) SetPreviousValue(v *UpdateValue) *UpdateInfoEntry

SetPreviousValue sets the PreviousValue field's value.

func (*UpdateInfoEntry) SetRegion

func (s *UpdateInfoEntry) SetRegion(v string) *UpdateInfoEntry

SetRegion sets the Region field's value.

func (*UpdateInfoEntry) SetStartTime

func (s *UpdateInfoEntry) SetStartTime(v time.Time) *UpdateInfoEntry

SetStartTime sets the StartTime field's value.

func (*UpdateInfoEntry) SetStatus

func (s *UpdateInfoEntry) SetStatus(v string) *UpdateInfoEntry

SetStatus sets the Status field's value.

func (*UpdateInfoEntry) SetStatusReason

func (s *UpdateInfoEntry) SetStatusReason(v string) *UpdateInfoEntry

SetStatusReason sets the StatusReason field's value.

func (UpdateInfoEntry) String

func (s UpdateInfoEntry) 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 UpdateNumberOfDomainControllersInput

type UpdateNumberOfDomainControllersInput struct {

    // The number of domain controllers desired in the directory.
    //
    // DesiredNumber is a required field
    DesiredNumber *int64 `min:"2" type:"integer" required:"true"`

    // Identifier of the directory to which the domain controllers will be added
    // or removed.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateNumberOfDomainControllersInput) GoString

func (s UpdateNumberOfDomainControllersInput) 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 (*UpdateNumberOfDomainControllersInput) SetDesiredNumber

func (s *UpdateNumberOfDomainControllersInput) SetDesiredNumber(v int64) *UpdateNumberOfDomainControllersInput

SetDesiredNumber sets the DesiredNumber field's value.

func (*UpdateNumberOfDomainControllersInput) SetDirectoryId

func (s *UpdateNumberOfDomainControllersInput) SetDirectoryId(v string) *UpdateNumberOfDomainControllersInput

SetDirectoryId sets the DirectoryId field's value.

func (UpdateNumberOfDomainControllersInput) String

func (s UpdateNumberOfDomainControllersInput) 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 (*UpdateNumberOfDomainControllersInput) Validate

func (s *UpdateNumberOfDomainControllersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateNumberOfDomainControllersOutput

type UpdateNumberOfDomainControllersOutput struct {
    // contains filtered or unexported fields
}

func (UpdateNumberOfDomainControllersOutput) GoString

func (s UpdateNumberOfDomainControllersOutput) 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 (UpdateNumberOfDomainControllersOutput) String

func (s UpdateNumberOfDomainControllersOutput) 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 UpdateRadiusInput

type UpdateRadiusInput struct {

    // The identifier of the directory for which to update the RADIUS server information.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // A RadiusSettings object that contains information about the RADIUS server.
    //
    // RadiusSettings is a required field
    RadiusSettings *RadiusSettings `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Contains the inputs for the UpdateRadius operation.

func (UpdateRadiusInput) GoString

func (s UpdateRadiusInput) 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 (*UpdateRadiusInput) SetDirectoryId

func (s *UpdateRadiusInput) SetDirectoryId(v string) *UpdateRadiusInput

SetDirectoryId sets the DirectoryId field's value.

func (*UpdateRadiusInput) SetRadiusSettings

func (s *UpdateRadiusInput) SetRadiusSettings(v *RadiusSettings) *UpdateRadiusInput

SetRadiusSettings sets the RadiusSettings field's value.

func (UpdateRadiusInput) String

func (s UpdateRadiusInput) 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 (*UpdateRadiusInput) Validate

func (s *UpdateRadiusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateRadiusOutput

type UpdateRadiusOutput struct {
    // contains filtered or unexported fields
}

Contains the results of the UpdateRadius operation.

func (UpdateRadiusOutput) GoString

func (s UpdateRadiusOutput) 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 (UpdateRadiusOutput) String

func (s UpdateRadiusOutput) 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 UpdateSettingsInput

type UpdateSettingsInput struct {

    // The identifier of the directory for which to update settings.
    //
    // DirectoryId is a required field
    DirectoryId *string `type:"string" required:"true"`

    // The list of Setting objects.
    //
    // Settings is a required field
    Settings []*Setting `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateSettingsInput) GoString

func (s UpdateSettingsInput) 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 (*UpdateSettingsInput) SetDirectoryId

func (s *UpdateSettingsInput) SetDirectoryId(v string) *UpdateSettingsInput

SetDirectoryId sets the DirectoryId field's value.

func (*UpdateSettingsInput) SetSettings

func (s *UpdateSettingsInput) SetSettings(v []*Setting) *UpdateSettingsInput

SetSettings sets the Settings field's value.

func (UpdateSettingsInput) String

func (s UpdateSettingsInput) 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 (*UpdateSettingsInput) Validate

func (s *UpdateSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateSettingsOutput

type UpdateSettingsOutput struct {

    // The identifier of the directory.
    DirectoryId *string `type:"string"`
    // contains filtered or unexported fields
}

func (UpdateSettingsOutput) GoString

func (s UpdateSettingsOutput) 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 (*UpdateSettingsOutput) SetDirectoryId

func (s *UpdateSettingsOutput) SetDirectoryId(v string) *UpdateSettingsOutput

SetDirectoryId sets the DirectoryId field's value.

func (UpdateSettingsOutput) String

func (s UpdateSettingsOutput) 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 UpdateTrustInput

type UpdateTrustInput struct {

    // Updates selective authentication for the trust.
    SelectiveAuth *string `type:"string" enum:"SelectiveAuth"`

    // Identifier of the trust relationship.
    //
    // TrustId is a required field
    TrustId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateTrustInput) GoString

func (s UpdateTrustInput) 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 (*UpdateTrustInput) SetSelectiveAuth

func (s *UpdateTrustInput) SetSelectiveAuth(v string) *UpdateTrustInput

SetSelectiveAuth sets the SelectiveAuth field's value.

func (*UpdateTrustInput) SetTrustId

func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput

SetTrustId sets the TrustId field's value.

func (UpdateTrustInput) String

func (s UpdateTrustInput) 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 (*UpdateTrustInput) Validate

func (s *UpdateTrustInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTrustOutput

type UpdateTrustOutput struct {

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`

    // Identifier of the trust relationship.
    TrustId *string `type:"string"`
    // contains filtered or unexported fields
}

func (UpdateTrustOutput) GoString

func (s UpdateTrustOutput) 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 (*UpdateTrustOutput) SetRequestId

func (s *UpdateTrustOutput) SetRequestId(v string) *UpdateTrustOutput

SetRequestId sets the RequestId field's value.

func (*UpdateTrustOutput) SetTrustId

func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput

SetTrustId sets the TrustId field's value.

func (UpdateTrustOutput) String

func (s UpdateTrustOutput) 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 UpdateValue

type UpdateValue struct {

    // The OS update related settings.
    OSUpdateSettings *OSUpdateSettings `type:"structure"`
    // contains filtered or unexported fields
}

The value for a given type of UpdateSettings.

func (UpdateValue) GoString

func (s UpdateValue) 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 (*UpdateValue) SetOSUpdateSettings

func (s *UpdateValue) SetOSUpdateSettings(v *OSUpdateSettings) *UpdateValue

SetOSUpdateSettings sets the OSUpdateSettings field's value.

func (UpdateValue) String

func (s UpdateValue) 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 UserDoesNotExistException

type UserDoesNotExistException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The descriptive message for the exception.
    Message_ *string `locationName:"Message" type:"string"`

    // The Amazon Web Services request identifier.
    RequestId *string `type:"string"`
    // contains filtered or unexported fields
}

The user provided a username that does not exist in your directory.

func (*UserDoesNotExistException) Code

func (s *UserDoesNotExistException) Code() string

Code returns the exception type name.

func (*UserDoesNotExistException) Error

func (s *UserDoesNotExistException) Error() string

func (UserDoesNotExistException) GoString

func (s UserDoesNotExistException) 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 (*UserDoesNotExistException) Message

func (s *UserDoesNotExistException) Message() string

Message returns the exception's message.

func (*UserDoesNotExistException) OrigErr

func (s *UserDoesNotExistException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UserDoesNotExistException) RequestID

func (s *UserDoesNotExistException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UserDoesNotExistException) StatusCode

func (s *UserDoesNotExistException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UserDoesNotExistException) String

func (s UserDoesNotExistException) 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 VerifyTrustInput

type VerifyTrustInput struct {

    // The unique Trust ID of the trust relationship to verify.
    //
    // TrustId is a required field
    TrustId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Initiates the verification of an existing trust relationship between an Managed Microsoft AD directory and an external domain.

func (VerifyTrustInput) GoString

func (s VerifyTrustInput) 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 (*VerifyTrustInput) SetTrustId

func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput

SetTrustId sets the TrustId field's value.

func (VerifyTrustInput) String

func (s VerifyTrustInput) 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 (*VerifyTrustInput) Validate

func (s *VerifyTrustInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VerifyTrustOutput

type VerifyTrustOutput struct {

    // The unique Trust ID of the trust relationship that was verified.
    TrustId *string `type:"string"`
    // contains filtered or unexported fields
}

Result of a VerifyTrust request.

func (VerifyTrustOutput) GoString

func (s VerifyTrustOutput) 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 (*VerifyTrustOutput) SetTrustId

func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput

SetTrustId sets the TrustId field's value.

func (VerifyTrustOutput) String

func (s VerifyTrustOutput) 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".