forked from TrueCloudLab/rclone
vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
99
vendor/github.com/aws/aws-sdk-go/service/directoryservice/api.go
generated
vendored
99
vendor/github.com/aws/aws-sdk-go/service/directoryservice/api.go
generated
vendored
|
@ -3812,7 +3812,6 @@ func (c *DirectoryService) VerifyTrustWithContext(ctx aws.Context, input *Verify
|
|||
return out, req.Send()
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddIpRoutesRequest
|
||||
type AddIpRoutesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3917,7 +3916,6 @@ func (s *AddIpRoutesInput) SetUpdateSecurityGroupForDirectoryControllers(v bool)
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddIpRoutesResult
|
||||
type AddIpRoutesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -3932,7 +3930,6 @@ func (s AddIpRoutesOutput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddTagsToResourceRequest
|
||||
type AddTagsToResourceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3995,7 +3992,6 @@ func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddTagsToResourceResult
|
||||
type AddTagsToResourceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -4011,7 +4007,6 @@ func (s AddTagsToResourceOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents a named directory attribute.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Attribute
|
||||
type Attribute struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4057,7 +4052,6 @@ func (s *Attribute) SetValue(v string) *Attribute {
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CancelSchemaExtensionRequest
|
||||
type CancelSchemaExtensionInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4110,7 +4104,6 @@ func (s *CancelSchemaExtensionInput) SetSchemaExtensionId(v string) *CancelSchem
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CancelSchemaExtensionResult
|
||||
type CancelSchemaExtensionOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -4126,7 +4119,6 @@ func (s CancelSchemaExtensionOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains information about a computer account in a directory.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Computer
|
||||
type Computer struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4172,7 +4164,6 @@ func (s *Computer) SetComputerName(v string) *Computer {
|
|||
// 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.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConditionalForwarder
|
||||
type ConditionalForwarder struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4220,7 +4211,6 @@ func (s *ConditionalForwarder) SetReplicationScope(v string) *ConditionalForward
|
|||
}
|
||||
|
||||
// Contains the inputs for the ConnectDirectory operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConnectDirectoryRequest
|
||||
type ConnectDirectoryInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4329,7 +4319,6 @@ func (s *ConnectDirectoryInput) SetSize(v string) *ConnectDirectoryInput {
|
|||
}
|
||||
|
||||
// Contains the results of the ConnectDirectory operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConnectDirectoryResult
|
||||
type ConnectDirectoryOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4354,7 +4343,6 @@ func (s *ConnectDirectoryOutput) SetDirectoryId(v string) *ConnectDirectoryOutpu
|
|||
}
|
||||
|
||||
// Contains the inputs for the CreateAlias operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateAliasRequest
|
||||
type CreateAliasInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4414,7 +4402,6 @@ func (s *CreateAliasInput) SetDirectoryId(v string) *CreateAliasInput {
|
|||
}
|
||||
|
||||
// Contains the results of the CreateAlias operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateAliasResult
|
||||
type CreateAliasOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4448,7 +4435,6 @@ func (s *CreateAliasOutput) SetDirectoryId(v string) *CreateAliasOutput {
|
|||
}
|
||||
|
||||
// Contains the inputs for the CreateComputer operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateComputerRequest
|
||||
type CreateComputerInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4556,7 +4542,6 @@ func (s *CreateComputerInput) SetPassword(v string) *CreateComputerInput {
|
|||
}
|
||||
|
||||
// Contains the results for the CreateComputer operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateComputerResult
|
||||
type CreateComputerOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4583,7 +4568,6 @@ func (s *CreateComputerOutput) SetComputer(v *Computer) *CreateComputerOutput {
|
|||
// Initiates the creation of a conditional forwarder for your AWS Directory
|
||||
// Service for Microsoft Active Directory. Conditional forwarders are required
|
||||
// in order to set up a trust relationship with another domain.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarderRequest
|
||||
type CreateConditionalForwarderInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4653,7 +4637,6 @@ func (s *CreateConditionalForwarderInput) SetRemoteDomainName(v string) *CreateC
|
|||
}
|
||||
|
||||
// The result of a CreateConditinalForwarder request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarderResult
|
||||
type CreateConditionalForwarderOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -4669,7 +4652,6 @@ func (s CreateConditionalForwarderOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains the inputs for the CreateDirectory operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateDirectoryRequest
|
||||
type CreateDirectoryInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4772,7 +4754,6 @@ func (s *CreateDirectoryInput) SetVpcSettings(v *DirectoryVpcSettings) *CreateDi
|
|||
}
|
||||
|
||||
// Contains the results of the CreateDirectory operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateDirectoryResult
|
||||
type CreateDirectoryOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4797,7 +4778,6 @@ func (s *CreateDirectoryOutput) SetDirectoryId(v string) *CreateDirectoryOutput
|
|||
}
|
||||
|
||||
// Creates a Microsoft AD in the AWS cloud.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateMicrosoftADRequest
|
||||
type CreateMicrosoftADInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4903,7 +4883,6 @@ func (s *CreateMicrosoftADInput) SetVpcSettings(v *DirectoryVpcSettings) *Create
|
|||
}
|
||||
|
||||
// Result of a CreateMicrosoftAD request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateMicrosoftADResult
|
||||
type CreateMicrosoftADOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4928,7 +4907,6 @@ func (s *CreateMicrosoftADOutput) SetDirectoryId(v string) *CreateMicrosoftADOut
|
|||
}
|
||||
|
||||
// Contains the inputs for the CreateSnapshot operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateSnapshotRequest
|
||||
type CreateSnapshotInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4977,7 +4955,6 @@ func (s *CreateSnapshotInput) SetName(v string) *CreateSnapshotInput {
|
|||
}
|
||||
|
||||
// Contains the results of the CreateSnapshot operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateSnapshotResult
|
||||
type CreateSnapshotOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5009,7 +4986,6 @@ func (s *CreateSnapshotOutput) SetSnapshotId(v string) *CreateSnapshotOutput {
|
|||
//
|
||||
// This action initiates the creation of the AWS side of a trust relationship
|
||||
// between a Microsoft AD in the AWS cloud and an external domain.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrustRequest
|
||||
type CreateTrustInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5115,7 +5091,6 @@ func (s *CreateTrustInput) SetTrustType(v string) *CreateTrustInput {
|
|||
}
|
||||
|
||||
// The result of a CreateTrust request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrustResult
|
||||
type CreateTrustOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5140,7 +5115,6 @@ func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput {
|
|||
}
|
||||
|
||||
// Deletes a conditional forwarder.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteConditionalForwarderRequest
|
||||
type DeleteConditionalForwarderInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5195,7 +5169,6 @@ func (s *DeleteConditionalForwarderInput) SetRemoteDomainName(v string) *DeleteC
|
|||
}
|
||||
|
||||
// The result of a DeleteConditionalForwarder request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteConditionalForwarderResult
|
||||
type DeleteConditionalForwarderOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -5211,7 +5184,6 @@ func (s DeleteConditionalForwarderOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains the inputs for the DeleteDirectory operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteDirectoryRequest
|
||||
type DeleteDirectoryInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5251,7 +5223,6 @@ func (s *DeleteDirectoryInput) SetDirectoryId(v string) *DeleteDirectoryInput {
|
|||
}
|
||||
|
||||
// Contains the results of the DeleteDirectory operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteDirectoryResult
|
||||
type DeleteDirectoryOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5276,7 +5247,6 @@ func (s *DeleteDirectoryOutput) SetDirectoryId(v string) *DeleteDirectoryOutput
|
|||
}
|
||||
|
||||
// Contains the inputs for the DeleteSnapshot operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteSnapshotRequest
|
||||
type DeleteSnapshotInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5316,7 +5286,6 @@ func (s *DeleteSnapshotInput) SetSnapshotId(v string) *DeleteSnapshotInput {
|
|||
}
|
||||
|
||||
// Contains the results of the DeleteSnapshot operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteSnapshotResult
|
||||
type DeleteSnapshotOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5342,7 +5311,6 @@ func (s *DeleteSnapshotOutput) SetSnapshotId(v string) *DeleteSnapshotOutput {
|
|||
|
||||
// Deletes the local side of an existing trust relationship between the Microsoft
|
||||
// AD in the AWS cloud and the external domain.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteTrustRequest
|
||||
type DeleteTrustInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5391,7 +5359,6 @@ func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput {
|
|||
}
|
||||
|
||||
// The result of a DeleteTrust request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteTrustResult
|
||||
type DeleteTrustOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5416,7 +5383,6 @@ func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput {
|
|||
}
|
||||
|
||||
// Removes the specified directory as a publisher to the specified SNS topic.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterEventTopicRequest
|
||||
type DeregisterEventTopicInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5474,7 +5440,6 @@ func (s *DeregisterEventTopicInput) SetTopicName(v string) *DeregisterEventTopic
|
|||
}
|
||||
|
||||
// The result of a DeregisterEventTopic request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterEventTopicResult
|
||||
type DeregisterEventTopicOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -5490,7 +5455,6 @@ func (s DeregisterEventTopicOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Describes a conditional forwarder.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwardersRequest
|
||||
type DescribeConditionalForwardersInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5541,7 +5505,6 @@ func (s *DescribeConditionalForwardersInput) SetRemoteDomainNames(v []*string) *
|
|||
}
|
||||
|
||||
// The result of a DescribeConditionalForwarder request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwardersResult
|
||||
type DescribeConditionalForwardersOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5566,7 +5529,6 @@ func (s *DescribeConditionalForwardersOutput) SetConditionalForwarders(v []*Cond
|
|||
}
|
||||
|
||||
// Contains the inputs for the DescribeDirectories operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectoriesRequest
|
||||
type DescribeDirectoriesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5615,7 +5577,6 @@ func (s *DescribeDirectoriesInput) SetNextToken(v string) *DescribeDirectoriesIn
|
|||
}
|
||||
|
||||
// Contains the results of the DescribeDirectories operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectoriesResult
|
||||
type DescribeDirectoriesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5655,7 +5616,6 @@ func (s *DescribeDirectoriesOutput) SetNextToken(v string) *DescribeDirectoriesO
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDomainControllersRequest
|
||||
type DescribeDomainControllersInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5723,7 +5683,6 @@ func (s *DescribeDomainControllersInput) SetNextToken(v string) *DescribeDomainC
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDomainControllersResult
|
||||
type DescribeDomainControllersOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5759,7 +5718,6 @@ func (s *DescribeDomainControllersOutput) SetNextToken(v string) *DescribeDomain
|
|||
}
|
||||
|
||||
// Describes event topics.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeEventTopicsRequest
|
||||
type DescribeEventTopicsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5797,7 +5755,6 @@ func (s *DescribeEventTopicsInput) SetTopicNames(v []*string) *DescribeEventTopi
|
|||
}
|
||||
|
||||
// The result of a DescribeEventTopic request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeEventTopicsResult
|
||||
type DescribeEventTopicsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5823,7 +5780,6 @@ func (s *DescribeEventTopicsOutput) SetEventTopics(v []*EventTopic) *DescribeEve
|
|||
}
|
||||
|
||||
// Contains the inputs for the DescribeSnapshots operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSnapshotsRequest
|
||||
type DescribeSnapshotsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5878,7 +5834,6 @@ func (s *DescribeSnapshotsInput) SetSnapshotIds(v []*string) *DescribeSnapshotsI
|
|||
}
|
||||
|
||||
// Contains the results of the DescribeSnapshots operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSnapshotsResult
|
||||
type DescribeSnapshotsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5920,7 +5875,6 @@ func (s *DescribeSnapshotsOutput) SetSnapshots(v []*Snapshot) *DescribeSnapshots
|
|||
// Describes the trust relationships for a particular Microsoft AD in the AWS
|
||||
// cloud. If no input parameters are are provided, such as directory ID or trust
|
||||
// ID, this request describes all the trust relationships.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrustsRequest
|
||||
type DescribeTrustsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5978,7 +5932,6 @@ func (s *DescribeTrustsInput) SetTrustIds(v []*string) *DescribeTrustsInput {
|
|||
}
|
||||
|
||||
// The result of a DescribeTrust request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrustsResult
|
||||
type DescribeTrustsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6020,7 +5973,6 @@ func (s *DescribeTrustsOutput) SetTrusts(v []*Trust) *DescribeTrustsOutput {
|
|||
|
||||
// Contains information for the ConnectDirectory operation when an AD Connector
|
||||
// directory is being created.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryConnectSettings
|
||||
type DirectoryConnectSettings struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6113,7 +6065,6 @@ func (s *DirectoryConnectSettings) SetVpcId(v string) *DirectoryConnectSettings
|
|||
}
|
||||
|
||||
// Contains information about an AD Connector directory.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryConnectSettingsDescription
|
||||
type DirectoryConnectSettingsDescription struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6183,7 +6134,6 @@ func (s *DirectoryConnectSettingsDescription) SetVpcId(v string) *DirectoryConne
|
|||
}
|
||||
|
||||
// Contains information about an AWS Directory Service directory.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryDescription
|
||||
type DirectoryDescription struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6393,7 +6343,6 @@ func (s *DirectoryDescription) SetVpcSettings(v *DirectoryVpcSettingsDescription
|
|||
}
|
||||
|
||||
// Contains directory limit information for a region.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryLimits
|
||||
type DirectoryLimits struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6490,7 +6439,6 @@ func (s *DirectoryLimits) SetConnectedDirectoriesLimitReached(v bool) *Directory
|
|||
}
|
||||
|
||||
// Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryVpcSettings
|
||||
type DirectoryVpcSettings struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6546,7 +6494,6 @@ func (s *DirectoryVpcSettings) SetVpcId(v string) *DirectoryVpcSettings {
|
|||
}
|
||||
|
||||
// Contains information about the directory.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryVpcSettingsDescription
|
||||
type DirectoryVpcSettingsDescription struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6598,7 +6545,6 @@ func (s *DirectoryVpcSettingsDescription) SetVpcId(v string) *DirectoryVpcSettin
|
|||
}
|
||||
|
||||
// Contains the inputs for the DisableRadius operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableRadiusRequest
|
||||
type DisableRadiusInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6638,7 +6584,6 @@ func (s *DisableRadiusInput) SetDirectoryId(v string) *DisableRadiusInput {
|
|||
}
|
||||
|
||||
// Contains the results of the DisableRadius operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableRadiusResult
|
||||
type DisableRadiusOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -6654,7 +6599,6 @@ func (s DisableRadiusOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains the inputs for the DisableSso operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableSsoRequest
|
||||
type DisableSsoInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6728,7 +6672,6 @@ func (s *DisableSsoInput) SetUserName(v string) *DisableSsoInput {
|
|||
}
|
||||
|
||||
// Contains the results of the DisableSso operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableSsoResult
|
||||
type DisableSsoOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -6744,7 +6687,6 @@ func (s DisableSsoOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains information about the domain controllers for a specified directory.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DomainController
|
||||
type DomainController struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6850,7 +6792,6 @@ func (s *DomainController) SetVpcId(v string) *DomainController {
|
|||
}
|
||||
|
||||
// Contains the inputs for the EnableRadius operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableRadiusRequest
|
||||
type EnableRadiusInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6909,7 +6850,6 @@ func (s *EnableRadiusInput) SetRadiusSettings(v *RadiusSettings) *EnableRadiusIn
|
|||
}
|
||||
|
||||
// Contains the results of the EnableRadius operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableRadiusResult
|
||||
type EnableRadiusOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -6925,7 +6865,6 @@ func (s EnableRadiusOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains the inputs for the EnableSso operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableSsoRequest
|
||||
type EnableSsoInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6999,7 +6938,6 @@ func (s *EnableSsoInput) SetUserName(v string) *EnableSsoInput {
|
|||
}
|
||||
|
||||
// Contains the results of the EnableSso operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableSsoResult
|
||||
type EnableSsoOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -7015,7 +6953,6 @@ func (s EnableSsoOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Information about SNS topic and AWS Directory Service directory associations.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EventTopic
|
||||
type EventTopic struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7077,7 +7014,6 @@ func (s *EventTopic) SetTopicName(v string) *EventTopic {
|
|||
}
|
||||
|
||||
// Contains the inputs for the GetDirectoryLimits operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetDirectoryLimitsRequest
|
||||
type GetDirectoryLimitsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -7093,7 +7029,6 @@ func (s GetDirectoryLimitsInput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains the results of the GetDirectoryLimits operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetDirectoryLimitsResult
|
||||
type GetDirectoryLimitsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7119,7 +7054,6 @@ func (s *GetDirectoryLimitsOutput) SetDirectoryLimits(v *DirectoryLimits) *GetDi
|
|||
}
|
||||
|
||||
// Contains the inputs for the GetSnapshotLimits operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetSnapshotLimitsRequest
|
||||
type GetSnapshotLimitsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7159,7 +7093,6 @@ func (s *GetSnapshotLimitsInput) SetDirectoryId(v string) *GetSnapshotLimitsInpu
|
|||
}
|
||||
|
||||
// Contains the results of the GetSnapshotLimits operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetSnapshotLimitsResult
|
||||
type GetSnapshotLimitsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7186,7 +7119,6 @@ func (s *GetSnapshotLimitsOutput) SetSnapshotLimits(v *SnapshotLimits) *GetSnaps
|
|||
|
||||
// IP address block. This is often the address block of the DNS server used
|
||||
// for your on-premises domain.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/IpRoute
|
||||
type IpRoute struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7222,7 +7154,6 @@ func (s *IpRoute) SetDescription(v string) *IpRoute {
|
|||
}
|
||||
|
||||
// Information about one or more IP address blocks.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/IpRouteInfo
|
||||
type IpRouteInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7291,7 +7222,6 @@ func (s *IpRouteInfo) SetIpRouteStatusReason(v string) *IpRouteInfo {
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListIpRoutesRequest
|
||||
type ListIpRoutesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7350,7 +7280,6 @@ func (s *ListIpRoutesInput) SetNextToken(v string) *ListIpRoutesInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListIpRoutesResult
|
||||
type ListIpRoutesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7385,7 +7314,6 @@ func (s *ListIpRoutesOutput) SetNextToken(v string) *ListIpRoutesOutput {
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListSchemaExtensionsRequest
|
||||
type ListSchemaExtensionsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7444,7 +7372,6 @@ func (s *ListSchemaExtensionsInput) SetNextToken(v string) *ListSchemaExtensions
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListSchemaExtensionsResult
|
||||
type ListSchemaExtensionsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7479,7 +7406,6 @@ func (s *ListSchemaExtensionsOutput) SetSchemaExtensionsInfo(v []*SchemaExtensio
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListTagsForResourceRequest
|
||||
type ListTagsForResourceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7536,7 +7462,6 @@ func (s *ListTagsForResourceInput) SetResourceId(v string) *ListTagsForResourceI
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListTagsForResourceResult
|
||||
type ListTagsForResourceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7571,7 +7496,6 @@ func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
|
|||
|
||||
// Contains information about a Remote Authentication Dial In User Service (RADIUS)
|
||||
// server.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RadiusSettings
|
||||
type RadiusSettings struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7685,7 +7609,6 @@ func (s *RadiusSettings) SetUseSameUsername(v bool) *RadiusSettings {
|
|||
}
|
||||
|
||||
// Registers a new event topic.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterEventTopicRequest
|
||||
type RegisterEventTopicInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7743,7 +7666,6 @@ func (s *RegisterEventTopicInput) SetTopicName(v string) *RegisterEventTopicInpu
|
|||
}
|
||||
|
||||
// The result of a RegisterEventTopic request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterEventTopicResult
|
||||
type RegisterEventTopicOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -7758,7 +7680,6 @@ func (s RegisterEventTopicOutput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutesRequest
|
||||
type RemoveIpRoutesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7811,7 +7732,6 @@ func (s *RemoveIpRoutesInput) SetDirectoryId(v string) *RemoveIpRoutesInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutesResult
|
||||
type RemoveIpRoutesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -7826,7 +7746,6 @@ func (s RemoveIpRoutesOutput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveTagsFromResourceRequest
|
||||
type RemoveTagsFromResourceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7879,7 +7798,6 @@ func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromRes
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveTagsFromResourceResult
|
||||
type RemoveTagsFromResourceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -7895,7 +7813,6 @@ func (s RemoveTagsFromResourceOutput) GoString() string {
|
|||
}
|
||||
|
||||
// An object representing the inputs for the RestoreFromSnapshot operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RestoreFromSnapshotRequest
|
||||
type RestoreFromSnapshotInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7935,7 +7852,6 @@ func (s *RestoreFromSnapshotInput) SetSnapshotId(v string) *RestoreFromSnapshotI
|
|||
}
|
||||
|
||||
// Contains the results of the RestoreFromSnapshot operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RestoreFromSnapshotResult
|
||||
type RestoreFromSnapshotOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -7951,7 +7867,6 @@ func (s RestoreFromSnapshotOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Information about a schema extension.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/SchemaExtensionInfo
|
||||
type SchemaExtensionInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8031,7 +7946,6 @@ func (s *SchemaExtensionInfo) SetStartDateTime(v time.Time) *SchemaExtensionInfo
|
|||
}
|
||||
|
||||
// Describes a directory snapshot.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Snapshot
|
||||
type Snapshot struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8101,7 +8015,6 @@ func (s *Snapshot) SetType(v string) *Snapshot {
|
|||
}
|
||||
|
||||
// Contains manual snapshot limit information for a directory.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/SnapshotLimits
|
||||
type SnapshotLimits struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8143,7 +8056,6 @@ func (s *SnapshotLimits) SetManualSnapshotsLimitReached(v bool) *SnapshotLimits
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/StartSchemaExtensionRequest
|
||||
type StartSchemaExtensionInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8231,7 +8143,6 @@ func (s *StartSchemaExtensionInput) SetLdifContent(v string) *StartSchemaExtensi
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/StartSchemaExtensionResult
|
||||
type StartSchemaExtensionOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8256,7 +8167,6 @@ func (s *StartSchemaExtensionOutput) SetSchemaExtensionId(v string) *StartSchema
|
|||
}
|
||||
|
||||
// Metadata assigned to a directory consisting of a key-value pair.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Tag
|
||||
type Tag struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8318,7 +8228,6 @@ func (s *Tag) SetValue(v string) *Tag {
|
|||
|
||||
// Describes a trust relationship between an Microsoft AD in the AWS cloud and
|
||||
// an external domain.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Trust
|
||||
type Trust struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8425,7 +8334,6 @@ func (s *Trust) SetTrustType(v string) *Trust {
|
|||
}
|
||||
|
||||
// Updates a conditional forwarder.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarderRequest
|
||||
type UpdateConditionalForwarderInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8496,7 +8404,6 @@ func (s *UpdateConditionalForwarderInput) SetRemoteDomainName(v string) *UpdateC
|
|||
}
|
||||
|
||||
// The result of an UpdateConditionalForwarder request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarderResult
|
||||
type UpdateConditionalForwarderOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -8511,7 +8418,6 @@ func (s UpdateConditionalForwarderOutput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateNumberOfDomainControllersRequest
|
||||
type UpdateNumberOfDomainControllersInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8568,7 +8474,6 @@ func (s *UpdateNumberOfDomainControllersInput) SetDirectoryId(v string) *UpdateN
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateNumberOfDomainControllersResult
|
||||
type UpdateNumberOfDomainControllersOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -8584,7 +8489,6 @@ func (s UpdateNumberOfDomainControllersOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Contains the inputs for the UpdateRadius operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateRadiusRequest
|
||||
type UpdateRadiusInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8643,7 +8547,6 @@ func (s *UpdateRadiusInput) SetRadiusSettings(v *RadiusSettings) *UpdateRadiusIn
|
|||
}
|
||||
|
||||
// Contains the results of the UpdateRadius operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateRadiusResult
|
||||
type UpdateRadiusOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -8660,7 +8563,6 @@ func (s UpdateRadiusOutput) GoString() string {
|
|||
|
||||
// Initiates the verification of an existing trust relationship between a Microsoft
|
||||
// AD in the AWS cloud and an external domain.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/VerifyTrustRequest
|
||||
type VerifyTrustInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8700,7 +8602,6 @@ func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput {
|
|||
}
|
||||
|
||||
// Result of a VerifyTrust request.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/VerifyTrustResult
|
||||
type VerifyTrustOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue