Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 Changes in this version + const DecisionAllow + const DecisionDeny + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const OpenIdIssuerCognito + const PolicyTypeStatic + const PolicyTypeTemplateLinked + const ResourceTypeIdentitySource + const ResourceTypePolicy + const ResourceTypePolicyStore + const ResourceTypePolicyTemplate + const ResourceTypeSchema + const ServiceID + const ServiceName + const ValidationModeOff + const ValidationModeStrict + func Decision_Values() []string + func OpenIdIssuer_Values() []string + func PolicyType_Values() []string + func ResourceType_Values() []string + func ValidationMode_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ActionIdentifier struct + ActionId *string + ActionType *string + func (s *ActionIdentifier) SetActionId(v string) *ActionIdentifier + func (s *ActionIdentifier) SetActionType(v string) *ActionIdentifier + func (s *ActionIdentifier) Validate() error + func (s ActionIdentifier) GoString() string + func (s ActionIdentifier) String() string + type AttributeValue struct + Boolean *bool + EntityIdentifier *EntityIdentifier + Long *int64 + Record map[string]*AttributeValue + Set []*AttributeValue + String_ *string + func (s *AttributeValue) SetBoolean(v bool) *AttributeValue + func (s *AttributeValue) SetEntityIdentifier(v *EntityIdentifier) *AttributeValue + func (s *AttributeValue) SetLong(v int64) *AttributeValue + func (s *AttributeValue) SetRecord(v map[string]*AttributeValue) *AttributeValue + func (s *AttributeValue) SetSet(v []*AttributeValue) *AttributeValue + func (s *AttributeValue) SetString_(v string) *AttributeValue + func (s *AttributeValue) Validate() error + func (s AttributeValue) GoString() string + func (s AttributeValue) String() string + type CognitoUserPoolConfiguration struct + ClientIds []*string + UserPoolArn *string + func (s *CognitoUserPoolConfiguration) SetClientIds(v []*string) *CognitoUserPoolConfiguration + func (s *CognitoUserPoolConfiguration) SetUserPoolArn(v string) *CognitoUserPoolConfiguration + func (s *CognitoUserPoolConfiguration) Validate() error + func (s CognitoUserPoolConfiguration) GoString() string + func (s CognitoUserPoolConfiguration) String() string + type Configuration struct + CognitoUserPoolConfiguration *CognitoUserPoolConfiguration + func (s *Configuration) SetCognitoUserPoolConfiguration(v *CognitoUserPoolConfiguration) *Configuration + func (s *Configuration) Validate() error + func (s Configuration) GoString() string + func (s Configuration) String() string + type ConflictException struct + Message_ *string + Resources []*ResourceConflict + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type ContextDefinition struct + ContextMap map[string]*AttributeValue + func (s *ContextDefinition) SetContextMap(v map[string]*AttributeValue) *ContextDefinition + func (s *ContextDefinition) Validate() error + func (s ContextDefinition) GoString() string + func (s ContextDefinition) String() string + type CreateIdentitySourceInput struct + ClientToken *string + Configuration *Configuration + PolicyStoreId *string + PrincipalEntityType *string + func (s *CreateIdentitySourceInput) SetClientToken(v string) *CreateIdentitySourceInput + func (s *CreateIdentitySourceInput) SetConfiguration(v *Configuration) *CreateIdentitySourceInput + func (s *CreateIdentitySourceInput) SetPolicyStoreId(v string) *CreateIdentitySourceInput + func (s *CreateIdentitySourceInput) SetPrincipalEntityType(v string) *CreateIdentitySourceInput + func (s *CreateIdentitySourceInput) Validate() error + func (s CreateIdentitySourceInput) GoString() string + func (s CreateIdentitySourceInput) String() string + type CreateIdentitySourceOutput struct + CreatedDate *time.Time + IdentitySourceId *string + LastUpdatedDate *time.Time + PolicyStoreId *string + func (s *CreateIdentitySourceOutput) SetCreatedDate(v time.Time) *CreateIdentitySourceOutput + func (s *CreateIdentitySourceOutput) SetIdentitySourceId(v string) *CreateIdentitySourceOutput + func (s *CreateIdentitySourceOutput) SetLastUpdatedDate(v time.Time) *CreateIdentitySourceOutput + func (s *CreateIdentitySourceOutput) SetPolicyStoreId(v string) *CreateIdentitySourceOutput + func (s CreateIdentitySourceOutput) GoString() string + func (s CreateIdentitySourceOutput) String() string + type CreatePolicyInput struct + ClientToken *string + Definition *PolicyDefinition + PolicyStoreId *string + func (s *CreatePolicyInput) SetClientToken(v string) *CreatePolicyInput + func (s *CreatePolicyInput) SetDefinition(v *PolicyDefinition) *CreatePolicyInput + func (s *CreatePolicyInput) SetPolicyStoreId(v string) *CreatePolicyInput + func (s *CreatePolicyInput) Validate() error + func (s CreatePolicyInput) GoString() string + func (s CreatePolicyInput) String() string + type CreatePolicyOutput struct + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyId *string + PolicyStoreId *string + PolicyType *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *CreatePolicyOutput) SetCreatedDate(v time.Time) *CreatePolicyOutput + func (s *CreatePolicyOutput) SetLastUpdatedDate(v time.Time) *CreatePolicyOutput + func (s *CreatePolicyOutput) SetPolicyId(v string) *CreatePolicyOutput + func (s *CreatePolicyOutput) SetPolicyStoreId(v string) *CreatePolicyOutput + func (s *CreatePolicyOutput) SetPolicyType(v string) *CreatePolicyOutput + func (s *CreatePolicyOutput) SetPrincipal(v *EntityIdentifier) *CreatePolicyOutput + func (s *CreatePolicyOutput) SetResource(v *EntityIdentifier) *CreatePolicyOutput + func (s CreatePolicyOutput) GoString() string + func (s CreatePolicyOutput) String() string + type CreatePolicyStoreInput struct + ClientToken *string + ValidationSettings *ValidationSettings + func (s *CreatePolicyStoreInput) SetClientToken(v string) *CreatePolicyStoreInput + func (s *CreatePolicyStoreInput) SetValidationSettings(v *ValidationSettings) *CreatePolicyStoreInput + func (s *CreatePolicyStoreInput) Validate() error + func (s CreatePolicyStoreInput) GoString() string + func (s CreatePolicyStoreInput) String() string + type CreatePolicyStoreOutput struct + Arn *string + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyStoreId *string + func (s *CreatePolicyStoreOutput) SetArn(v string) *CreatePolicyStoreOutput + func (s *CreatePolicyStoreOutput) SetCreatedDate(v time.Time) *CreatePolicyStoreOutput + func (s *CreatePolicyStoreOutput) SetLastUpdatedDate(v time.Time) *CreatePolicyStoreOutput + func (s *CreatePolicyStoreOutput) SetPolicyStoreId(v string) *CreatePolicyStoreOutput + func (s CreatePolicyStoreOutput) GoString() string + func (s CreatePolicyStoreOutput) String() string + type CreatePolicyTemplateInput struct + ClientToken *string + Description *string + PolicyStoreId *string + Statement *string + func (s *CreatePolicyTemplateInput) SetClientToken(v string) *CreatePolicyTemplateInput + func (s *CreatePolicyTemplateInput) SetDescription(v string) *CreatePolicyTemplateInput + func (s *CreatePolicyTemplateInput) SetPolicyStoreId(v string) *CreatePolicyTemplateInput + func (s *CreatePolicyTemplateInput) SetStatement(v string) *CreatePolicyTemplateInput + func (s *CreatePolicyTemplateInput) Validate() error + func (s CreatePolicyTemplateInput) GoString() string + func (s CreatePolicyTemplateInput) String() string + type CreatePolicyTemplateOutput struct + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyStoreId *string + PolicyTemplateId *string + func (s *CreatePolicyTemplateOutput) SetCreatedDate(v time.Time) *CreatePolicyTemplateOutput + func (s *CreatePolicyTemplateOutput) SetLastUpdatedDate(v time.Time) *CreatePolicyTemplateOutput + func (s *CreatePolicyTemplateOutput) SetPolicyStoreId(v string) *CreatePolicyTemplateOutput + func (s *CreatePolicyTemplateOutput) SetPolicyTemplateId(v string) *CreatePolicyTemplateOutput + func (s CreatePolicyTemplateOutput) GoString() string + func (s CreatePolicyTemplateOutput) String() string + type DeleteIdentitySourceInput struct + IdentitySourceId *string + PolicyStoreId *string + func (s *DeleteIdentitySourceInput) SetIdentitySourceId(v string) *DeleteIdentitySourceInput + func (s *DeleteIdentitySourceInput) SetPolicyStoreId(v string) *DeleteIdentitySourceInput + func (s *DeleteIdentitySourceInput) Validate() error + func (s DeleteIdentitySourceInput) GoString() string + func (s DeleteIdentitySourceInput) String() string + type DeleteIdentitySourceOutput struct + func (s DeleteIdentitySourceOutput) GoString() string + func (s DeleteIdentitySourceOutput) String() string + type DeletePolicyInput struct + PolicyId *string + PolicyStoreId *string + func (s *DeletePolicyInput) SetPolicyId(v string) *DeletePolicyInput + func (s *DeletePolicyInput) SetPolicyStoreId(v string) *DeletePolicyInput + func (s *DeletePolicyInput) Validate() error + func (s DeletePolicyInput) GoString() string + func (s DeletePolicyInput) String() string + type DeletePolicyOutput struct + func (s DeletePolicyOutput) GoString() string + func (s DeletePolicyOutput) String() string + type DeletePolicyStoreInput struct + PolicyStoreId *string + func (s *DeletePolicyStoreInput) SetPolicyStoreId(v string) *DeletePolicyStoreInput + func (s *DeletePolicyStoreInput) Validate() error + func (s DeletePolicyStoreInput) GoString() string + func (s DeletePolicyStoreInput) String() string + type DeletePolicyStoreOutput struct + func (s DeletePolicyStoreOutput) GoString() string + func (s DeletePolicyStoreOutput) String() string + type DeletePolicyTemplateInput struct + PolicyStoreId *string + PolicyTemplateId *string + func (s *DeletePolicyTemplateInput) SetPolicyStoreId(v string) *DeletePolicyTemplateInput + func (s *DeletePolicyTemplateInput) SetPolicyTemplateId(v string) *DeletePolicyTemplateInput + func (s *DeletePolicyTemplateInput) Validate() error + func (s DeletePolicyTemplateInput) GoString() string + func (s DeletePolicyTemplateInput) String() string + type DeletePolicyTemplateOutput struct + func (s DeletePolicyTemplateOutput) GoString() string + func (s DeletePolicyTemplateOutput) String() string + type DeterminingPolicyItem struct + PolicyId *string + func (s *DeterminingPolicyItem) SetPolicyId(v string) *DeterminingPolicyItem + func (s DeterminingPolicyItem) GoString() string + func (s DeterminingPolicyItem) String() string + type EntitiesDefinition struct + EntityList []*EntityItem + func (s *EntitiesDefinition) SetEntityList(v []*EntityItem) *EntitiesDefinition + func (s *EntitiesDefinition) Validate() error + func (s EntitiesDefinition) GoString() string + func (s EntitiesDefinition) String() string + type EntityIdentifier struct + EntityId *string + EntityType *string + func (s *EntityIdentifier) SetEntityId(v string) *EntityIdentifier + func (s *EntityIdentifier) SetEntityType(v string) *EntityIdentifier + func (s *EntityIdentifier) Validate() error + func (s EntityIdentifier) GoString() string + func (s EntityIdentifier) String() string + type EntityItem struct + Attributes map[string]*AttributeValue + Identifier *EntityIdentifier + Parents []*EntityIdentifier + func (s *EntityItem) SetAttributes(v map[string]*AttributeValue) *EntityItem + func (s *EntityItem) SetIdentifier(v *EntityIdentifier) *EntityItem + func (s *EntityItem) SetParents(v []*EntityIdentifier) *EntityItem + func (s *EntityItem) Validate() error + func (s EntityItem) GoString() string + func (s EntityItem) String() string + type EntityReference struct + Identifier *EntityIdentifier + Unspecified *bool + func (s *EntityReference) SetIdentifier(v *EntityIdentifier) *EntityReference + func (s *EntityReference) SetUnspecified(v bool) *EntityReference + func (s *EntityReference) Validate() error + func (s EntityReference) GoString() string + func (s EntityReference) String() string + type EvaluationErrorItem struct + ErrorDescription *string + func (s *EvaluationErrorItem) SetErrorDescription(v string) *EvaluationErrorItem + func (s EvaluationErrorItem) GoString() string + func (s EvaluationErrorItem) String() string + type GetIdentitySourceInput struct + IdentitySourceId *string + PolicyStoreId *string + func (s *GetIdentitySourceInput) SetIdentitySourceId(v string) *GetIdentitySourceInput + func (s *GetIdentitySourceInput) SetPolicyStoreId(v string) *GetIdentitySourceInput + func (s *GetIdentitySourceInput) Validate() error + func (s GetIdentitySourceInput) GoString() string + func (s GetIdentitySourceInput) String() string + type GetIdentitySourceOutput struct + CreatedDate *time.Time + Details *IdentitySourceDetails + IdentitySourceId *string + LastUpdatedDate *time.Time + PolicyStoreId *string + PrincipalEntityType *string + func (s *GetIdentitySourceOutput) SetCreatedDate(v time.Time) *GetIdentitySourceOutput + func (s *GetIdentitySourceOutput) SetDetails(v *IdentitySourceDetails) *GetIdentitySourceOutput + func (s *GetIdentitySourceOutput) SetIdentitySourceId(v string) *GetIdentitySourceOutput + func (s *GetIdentitySourceOutput) SetLastUpdatedDate(v time.Time) *GetIdentitySourceOutput + func (s *GetIdentitySourceOutput) SetPolicyStoreId(v string) *GetIdentitySourceOutput + func (s *GetIdentitySourceOutput) SetPrincipalEntityType(v string) *GetIdentitySourceOutput + func (s GetIdentitySourceOutput) GoString() string + func (s GetIdentitySourceOutput) String() string + type GetPolicyInput struct + PolicyId *string + PolicyStoreId *string + func (s *GetPolicyInput) SetPolicyId(v string) *GetPolicyInput + func (s *GetPolicyInput) SetPolicyStoreId(v string) *GetPolicyInput + func (s *GetPolicyInput) Validate() error + func (s GetPolicyInput) GoString() string + func (s GetPolicyInput) String() string + type GetPolicyOutput struct + CreatedDate *time.Time + Definition *PolicyDefinitionDetail + LastUpdatedDate *time.Time + PolicyId *string + PolicyStoreId *string + PolicyType *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *GetPolicyOutput) SetCreatedDate(v time.Time) *GetPolicyOutput + func (s *GetPolicyOutput) SetDefinition(v *PolicyDefinitionDetail) *GetPolicyOutput + func (s *GetPolicyOutput) SetLastUpdatedDate(v time.Time) *GetPolicyOutput + func (s *GetPolicyOutput) SetPolicyId(v string) *GetPolicyOutput + func (s *GetPolicyOutput) SetPolicyStoreId(v string) *GetPolicyOutput + func (s *GetPolicyOutput) SetPolicyType(v string) *GetPolicyOutput + func (s *GetPolicyOutput) SetPrincipal(v *EntityIdentifier) *GetPolicyOutput + func (s *GetPolicyOutput) SetResource(v *EntityIdentifier) *GetPolicyOutput + func (s GetPolicyOutput) GoString() string + func (s GetPolicyOutput) String() string + type GetPolicyStoreInput struct + PolicyStoreId *string + func (s *GetPolicyStoreInput) SetPolicyStoreId(v string) *GetPolicyStoreInput + func (s *GetPolicyStoreInput) Validate() error + func (s GetPolicyStoreInput) GoString() string + func (s GetPolicyStoreInput) String() string + type GetPolicyStoreOutput struct + Arn *string + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyStoreId *string + ValidationSettings *ValidationSettings + func (s *GetPolicyStoreOutput) SetArn(v string) *GetPolicyStoreOutput + func (s *GetPolicyStoreOutput) SetCreatedDate(v time.Time) *GetPolicyStoreOutput + func (s *GetPolicyStoreOutput) SetLastUpdatedDate(v time.Time) *GetPolicyStoreOutput + func (s *GetPolicyStoreOutput) SetPolicyStoreId(v string) *GetPolicyStoreOutput + func (s *GetPolicyStoreOutput) SetValidationSettings(v *ValidationSettings) *GetPolicyStoreOutput + func (s GetPolicyStoreOutput) GoString() string + func (s GetPolicyStoreOutput) String() string + type GetPolicyTemplateInput struct + PolicyStoreId *string + PolicyTemplateId *string + func (s *GetPolicyTemplateInput) SetPolicyStoreId(v string) *GetPolicyTemplateInput + func (s *GetPolicyTemplateInput) SetPolicyTemplateId(v string) *GetPolicyTemplateInput + func (s *GetPolicyTemplateInput) Validate() error + func (s GetPolicyTemplateInput) GoString() string + func (s GetPolicyTemplateInput) String() string + type GetPolicyTemplateOutput struct + CreatedDate *time.Time + Description *string + LastUpdatedDate *time.Time + PolicyStoreId *string + PolicyTemplateId *string + Statement *string + func (s *GetPolicyTemplateOutput) SetCreatedDate(v time.Time) *GetPolicyTemplateOutput + func (s *GetPolicyTemplateOutput) SetDescription(v string) *GetPolicyTemplateOutput + func (s *GetPolicyTemplateOutput) SetLastUpdatedDate(v time.Time) *GetPolicyTemplateOutput + func (s *GetPolicyTemplateOutput) SetPolicyStoreId(v string) *GetPolicyTemplateOutput + func (s *GetPolicyTemplateOutput) SetPolicyTemplateId(v string) *GetPolicyTemplateOutput + func (s *GetPolicyTemplateOutput) SetStatement(v string) *GetPolicyTemplateOutput + func (s GetPolicyTemplateOutput) GoString() string + func (s GetPolicyTemplateOutput) String() string + type GetSchemaInput struct + PolicyStoreId *string + func (s *GetSchemaInput) SetPolicyStoreId(v string) *GetSchemaInput + func (s *GetSchemaInput) Validate() error + func (s GetSchemaInput) GoString() string + func (s GetSchemaInput) String() string + type GetSchemaOutput struct + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyStoreId *string + Schema *string + func (s *GetSchemaOutput) SetCreatedDate(v time.Time) *GetSchemaOutput + func (s *GetSchemaOutput) SetLastUpdatedDate(v time.Time) *GetSchemaOutput + func (s *GetSchemaOutput) SetPolicyStoreId(v string) *GetSchemaOutput + func (s *GetSchemaOutput) SetSchema(v string) *GetSchemaOutput + func (s GetSchemaOutput) GoString() string + func (s GetSchemaOutput) String() string + type IdentitySourceDetails struct + ClientIds []*string + DiscoveryUrl *string + OpenIdIssuer *string + UserPoolArn *string + func (s *IdentitySourceDetails) SetClientIds(v []*string) *IdentitySourceDetails + func (s *IdentitySourceDetails) SetDiscoveryUrl(v string) *IdentitySourceDetails + func (s *IdentitySourceDetails) SetOpenIdIssuer(v string) *IdentitySourceDetails + func (s *IdentitySourceDetails) SetUserPoolArn(v string) *IdentitySourceDetails + func (s IdentitySourceDetails) GoString() string + func (s IdentitySourceDetails) String() string + type IdentitySourceFilter struct + PrincipalEntityType *string + func (s *IdentitySourceFilter) SetPrincipalEntityType(v string) *IdentitySourceFilter + func (s *IdentitySourceFilter) Validate() error + func (s IdentitySourceFilter) GoString() string + func (s IdentitySourceFilter) String() string + type IdentitySourceItem struct + CreatedDate *time.Time + Details *IdentitySourceItemDetails + IdentitySourceId *string + LastUpdatedDate *time.Time + PolicyStoreId *string + PrincipalEntityType *string + func (s *IdentitySourceItem) SetCreatedDate(v time.Time) *IdentitySourceItem + func (s *IdentitySourceItem) SetDetails(v *IdentitySourceItemDetails) *IdentitySourceItem + func (s *IdentitySourceItem) SetIdentitySourceId(v string) *IdentitySourceItem + func (s *IdentitySourceItem) SetLastUpdatedDate(v time.Time) *IdentitySourceItem + func (s *IdentitySourceItem) SetPolicyStoreId(v string) *IdentitySourceItem + func (s *IdentitySourceItem) SetPrincipalEntityType(v string) *IdentitySourceItem + func (s IdentitySourceItem) GoString() string + func (s IdentitySourceItem) String() string + type IdentitySourceItemDetails struct + ClientIds []*string + DiscoveryUrl *string + OpenIdIssuer *string + UserPoolArn *string + func (s *IdentitySourceItemDetails) SetClientIds(v []*string) *IdentitySourceItemDetails + func (s *IdentitySourceItemDetails) SetDiscoveryUrl(v string) *IdentitySourceItemDetails + func (s *IdentitySourceItemDetails) SetOpenIdIssuer(v string) *IdentitySourceItemDetails + func (s *IdentitySourceItemDetails) SetUserPoolArn(v string) *IdentitySourceItemDetails + func (s IdentitySourceItemDetails) GoString() string + func (s IdentitySourceItemDetails) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type IsAuthorizedInput struct + Action *ActionIdentifier + Context *ContextDefinition + Entities *EntitiesDefinition + PolicyStoreId *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *IsAuthorizedInput) SetAction(v *ActionIdentifier) *IsAuthorizedInput + func (s *IsAuthorizedInput) SetContext(v *ContextDefinition) *IsAuthorizedInput + func (s *IsAuthorizedInput) SetEntities(v *EntitiesDefinition) *IsAuthorizedInput + func (s *IsAuthorizedInput) SetPolicyStoreId(v string) *IsAuthorizedInput + func (s *IsAuthorizedInput) SetPrincipal(v *EntityIdentifier) *IsAuthorizedInput + func (s *IsAuthorizedInput) SetResource(v *EntityIdentifier) *IsAuthorizedInput + func (s *IsAuthorizedInput) Validate() error + func (s IsAuthorizedInput) GoString() string + func (s IsAuthorizedInput) String() string + type IsAuthorizedOutput struct + Decision *string + DeterminingPolicies []*DeterminingPolicyItem + Errors []*EvaluationErrorItem + func (s *IsAuthorizedOutput) SetDecision(v string) *IsAuthorizedOutput + func (s *IsAuthorizedOutput) SetDeterminingPolicies(v []*DeterminingPolicyItem) *IsAuthorizedOutput + func (s *IsAuthorizedOutput) SetErrors(v []*EvaluationErrorItem) *IsAuthorizedOutput + func (s IsAuthorizedOutput) GoString() string + func (s IsAuthorizedOutput) String() string + type IsAuthorizedWithTokenInput struct + AccessToken *string + Action *ActionIdentifier + Context *ContextDefinition + Entities *EntitiesDefinition + IdentityToken *string + PolicyStoreId *string + Resource *EntityIdentifier + func (s *IsAuthorizedWithTokenInput) SetAccessToken(v string) *IsAuthorizedWithTokenInput + func (s *IsAuthorizedWithTokenInput) SetAction(v *ActionIdentifier) *IsAuthorizedWithTokenInput + func (s *IsAuthorizedWithTokenInput) SetContext(v *ContextDefinition) *IsAuthorizedWithTokenInput + func (s *IsAuthorizedWithTokenInput) SetEntities(v *EntitiesDefinition) *IsAuthorizedWithTokenInput + func (s *IsAuthorizedWithTokenInput) SetIdentityToken(v string) *IsAuthorizedWithTokenInput + func (s *IsAuthorizedWithTokenInput) SetPolicyStoreId(v string) *IsAuthorizedWithTokenInput + func (s *IsAuthorizedWithTokenInput) SetResource(v *EntityIdentifier) *IsAuthorizedWithTokenInput + func (s *IsAuthorizedWithTokenInput) Validate() error + func (s IsAuthorizedWithTokenInput) GoString() string + func (s IsAuthorizedWithTokenInput) String() string + type IsAuthorizedWithTokenOutput struct + Decision *string + DeterminingPolicies []*DeterminingPolicyItem + Errors []*EvaluationErrorItem + func (s *IsAuthorizedWithTokenOutput) SetDecision(v string) *IsAuthorizedWithTokenOutput + func (s *IsAuthorizedWithTokenOutput) SetDeterminingPolicies(v []*DeterminingPolicyItem) *IsAuthorizedWithTokenOutput + func (s *IsAuthorizedWithTokenOutput) SetErrors(v []*EvaluationErrorItem) *IsAuthorizedWithTokenOutput + func (s IsAuthorizedWithTokenOutput) GoString() string + func (s IsAuthorizedWithTokenOutput) String() string + type ListIdentitySourcesInput struct + Filters []*IdentitySourceFilter + MaxResults *int64 + NextToken *string + PolicyStoreId *string + func (s *ListIdentitySourcesInput) SetFilters(v []*IdentitySourceFilter) *ListIdentitySourcesInput + func (s *ListIdentitySourcesInput) SetMaxResults(v int64) *ListIdentitySourcesInput + func (s *ListIdentitySourcesInput) SetNextToken(v string) *ListIdentitySourcesInput + func (s *ListIdentitySourcesInput) SetPolicyStoreId(v string) *ListIdentitySourcesInput + func (s *ListIdentitySourcesInput) Validate() error + func (s ListIdentitySourcesInput) GoString() string + func (s ListIdentitySourcesInput) String() string + type ListIdentitySourcesOutput struct + IdentitySources []*IdentitySourceItem + NextToken *string + func (s *ListIdentitySourcesOutput) SetIdentitySources(v []*IdentitySourceItem) *ListIdentitySourcesOutput + func (s *ListIdentitySourcesOutput) SetNextToken(v string) *ListIdentitySourcesOutput + func (s ListIdentitySourcesOutput) GoString() string + func (s ListIdentitySourcesOutput) String() string + type ListPoliciesInput struct + Filter *PolicyFilter + MaxResults *int64 + NextToken *string + PolicyStoreId *string + func (s *ListPoliciesInput) SetFilter(v *PolicyFilter) *ListPoliciesInput + func (s *ListPoliciesInput) SetMaxResults(v int64) *ListPoliciesInput + func (s *ListPoliciesInput) SetNextToken(v string) *ListPoliciesInput + func (s *ListPoliciesInput) SetPolicyStoreId(v string) *ListPoliciesInput + func (s *ListPoliciesInput) Validate() error + func (s ListPoliciesInput) GoString() string + func (s ListPoliciesInput) String() string + type ListPoliciesOutput struct + NextToken *string + Policies []*PolicyItem + func (s *ListPoliciesOutput) SetNextToken(v string) *ListPoliciesOutput + func (s *ListPoliciesOutput) SetPolicies(v []*PolicyItem) *ListPoliciesOutput + func (s ListPoliciesOutput) GoString() string + func (s ListPoliciesOutput) String() string + type ListPolicyStoresInput struct + MaxResults *int64 + NextToken *string + func (s *ListPolicyStoresInput) SetMaxResults(v int64) *ListPolicyStoresInput + func (s *ListPolicyStoresInput) SetNextToken(v string) *ListPolicyStoresInput + func (s *ListPolicyStoresInput) Validate() error + func (s ListPolicyStoresInput) GoString() string + func (s ListPolicyStoresInput) String() string + type ListPolicyStoresOutput struct + NextToken *string + PolicyStores []*PolicyStoreItem + func (s *ListPolicyStoresOutput) SetNextToken(v string) *ListPolicyStoresOutput + func (s *ListPolicyStoresOutput) SetPolicyStores(v []*PolicyStoreItem) *ListPolicyStoresOutput + func (s ListPolicyStoresOutput) GoString() string + func (s ListPolicyStoresOutput) String() string + type ListPolicyTemplatesInput struct + MaxResults *int64 + NextToken *string + PolicyStoreId *string + func (s *ListPolicyTemplatesInput) SetMaxResults(v int64) *ListPolicyTemplatesInput + func (s *ListPolicyTemplatesInput) SetNextToken(v string) *ListPolicyTemplatesInput + func (s *ListPolicyTemplatesInput) SetPolicyStoreId(v string) *ListPolicyTemplatesInput + func (s *ListPolicyTemplatesInput) Validate() error + func (s ListPolicyTemplatesInput) GoString() string + func (s ListPolicyTemplatesInput) String() string + type ListPolicyTemplatesOutput struct + NextToken *string + PolicyTemplates []*PolicyTemplateItem + func (s *ListPolicyTemplatesOutput) SetNextToken(v string) *ListPolicyTemplatesOutput + func (s *ListPolicyTemplatesOutput) SetPolicyTemplates(v []*PolicyTemplateItem) *ListPolicyTemplatesOutput + func (s ListPolicyTemplatesOutput) GoString() string + func (s ListPolicyTemplatesOutput) String() string + type PolicyDefinition struct + Static *StaticPolicyDefinition + TemplateLinked *TemplateLinkedPolicyDefinition + func (s *PolicyDefinition) SetStatic(v *StaticPolicyDefinition) *PolicyDefinition + func (s *PolicyDefinition) SetTemplateLinked(v *TemplateLinkedPolicyDefinition) *PolicyDefinition + func (s *PolicyDefinition) Validate() error + func (s PolicyDefinition) GoString() string + func (s PolicyDefinition) String() string + type PolicyDefinitionDetail struct + Static *StaticPolicyDefinitionDetail + TemplateLinked *TemplateLinkedPolicyDefinitionDetail + func (s *PolicyDefinitionDetail) SetStatic(v *StaticPolicyDefinitionDetail) *PolicyDefinitionDetail + func (s *PolicyDefinitionDetail) SetTemplateLinked(v *TemplateLinkedPolicyDefinitionDetail) *PolicyDefinitionDetail + func (s PolicyDefinitionDetail) GoString() string + func (s PolicyDefinitionDetail) String() string + type PolicyDefinitionItem struct + Static *StaticPolicyDefinitionItem + TemplateLinked *TemplateLinkedPolicyDefinitionItem + func (s *PolicyDefinitionItem) SetStatic(v *StaticPolicyDefinitionItem) *PolicyDefinitionItem + func (s *PolicyDefinitionItem) SetTemplateLinked(v *TemplateLinkedPolicyDefinitionItem) *PolicyDefinitionItem + func (s PolicyDefinitionItem) GoString() string + func (s PolicyDefinitionItem) String() string + type PolicyFilter struct + PolicyTemplateId *string + PolicyType *string + Principal *EntityReference + Resource *EntityReference + func (s *PolicyFilter) SetPolicyTemplateId(v string) *PolicyFilter + func (s *PolicyFilter) SetPolicyType(v string) *PolicyFilter + func (s *PolicyFilter) SetPrincipal(v *EntityReference) *PolicyFilter + func (s *PolicyFilter) SetResource(v *EntityReference) *PolicyFilter + func (s *PolicyFilter) Validate() error + func (s PolicyFilter) GoString() string + func (s PolicyFilter) String() string + type PolicyItem struct + CreatedDate *time.Time + Definition *PolicyDefinitionItem + LastUpdatedDate *time.Time + PolicyId *string + PolicyStoreId *string + PolicyType *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *PolicyItem) SetCreatedDate(v time.Time) *PolicyItem + func (s *PolicyItem) SetDefinition(v *PolicyDefinitionItem) *PolicyItem + func (s *PolicyItem) SetLastUpdatedDate(v time.Time) *PolicyItem + func (s *PolicyItem) SetPolicyId(v string) *PolicyItem + func (s *PolicyItem) SetPolicyStoreId(v string) *PolicyItem + func (s *PolicyItem) SetPolicyType(v string) *PolicyItem + func (s *PolicyItem) SetPrincipal(v *EntityIdentifier) *PolicyItem + func (s *PolicyItem) SetResource(v *EntityIdentifier) *PolicyItem + func (s PolicyItem) GoString() string + func (s PolicyItem) String() string + type PolicyStoreItem struct + Arn *string + CreatedDate *time.Time + PolicyStoreId *string + func (s *PolicyStoreItem) SetArn(v string) *PolicyStoreItem + func (s *PolicyStoreItem) SetCreatedDate(v time.Time) *PolicyStoreItem + func (s *PolicyStoreItem) SetPolicyStoreId(v string) *PolicyStoreItem + func (s PolicyStoreItem) GoString() string + func (s PolicyStoreItem) String() string + type PolicyTemplateItem struct + CreatedDate *time.Time + Description *string + LastUpdatedDate *time.Time + PolicyStoreId *string + PolicyTemplateId *string + func (s *PolicyTemplateItem) SetCreatedDate(v time.Time) *PolicyTemplateItem + func (s *PolicyTemplateItem) SetDescription(v string) *PolicyTemplateItem + func (s *PolicyTemplateItem) SetLastUpdatedDate(v time.Time) *PolicyTemplateItem + func (s *PolicyTemplateItem) SetPolicyStoreId(v string) *PolicyTemplateItem + func (s *PolicyTemplateItem) SetPolicyTemplateId(v string) *PolicyTemplateItem + func (s PolicyTemplateItem) GoString() string + func (s PolicyTemplateItem) String() string + type PutSchemaInput struct + Definition *SchemaDefinition + PolicyStoreId *string + func (s *PutSchemaInput) SetDefinition(v *SchemaDefinition) *PutSchemaInput + func (s *PutSchemaInput) SetPolicyStoreId(v string) *PutSchemaInput + func (s *PutSchemaInput) Validate() error + func (s PutSchemaInput) GoString() string + func (s PutSchemaInput) String() string + type PutSchemaOutput struct + CreatedDate *time.Time + LastUpdatedDate *time.Time + Namespaces []*string + PolicyStoreId *string + func (s *PutSchemaOutput) SetCreatedDate(v time.Time) *PutSchemaOutput + func (s *PutSchemaOutput) SetLastUpdatedDate(v time.Time) *PutSchemaOutput + func (s *PutSchemaOutput) SetNamespaces(v []*string) *PutSchemaOutput + func (s *PutSchemaOutput) SetPolicyStoreId(v string) *PutSchemaOutput + func (s PutSchemaOutput) GoString() string + func (s PutSchemaOutput) String() string + type ResourceConflict struct + ResourceId *string + ResourceType *string + func (s *ResourceConflict) SetResourceId(v string) *ResourceConflict + func (s *ResourceConflict) SetResourceType(v string) *ResourceConflict + func (s ResourceConflict) GoString() string + func (s ResourceConflict) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type SchemaDefinition struct + CedarJson *string + func (s *SchemaDefinition) SetCedarJson(v string) *SchemaDefinition + func (s *SchemaDefinition) Validate() error + func (s SchemaDefinition) GoString() string + func (s SchemaDefinition) String() string + type ServiceQuotaExceededException struct + Message_ *string + QuotaCode *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StaticPolicyDefinition struct + Description *string + Statement *string + func (s *StaticPolicyDefinition) SetDescription(v string) *StaticPolicyDefinition + func (s *StaticPolicyDefinition) SetStatement(v string) *StaticPolicyDefinition + func (s *StaticPolicyDefinition) Validate() error + func (s StaticPolicyDefinition) GoString() string + func (s StaticPolicyDefinition) String() string + type StaticPolicyDefinitionDetail struct + Description *string + Statement *string + func (s *StaticPolicyDefinitionDetail) SetDescription(v string) *StaticPolicyDefinitionDetail + func (s *StaticPolicyDefinitionDetail) SetStatement(v string) *StaticPolicyDefinitionDetail + func (s StaticPolicyDefinitionDetail) GoString() string + func (s StaticPolicyDefinitionDetail) String() string + type StaticPolicyDefinitionItem struct + Description *string + func (s *StaticPolicyDefinitionItem) SetDescription(v string) *StaticPolicyDefinitionItem + func (s StaticPolicyDefinitionItem) GoString() string + func (s StaticPolicyDefinitionItem) String() string + type TemplateLinkedPolicyDefinition struct + PolicyTemplateId *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *TemplateLinkedPolicyDefinition) SetPolicyTemplateId(v string) *TemplateLinkedPolicyDefinition + func (s *TemplateLinkedPolicyDefinition) SetPrincipal(v *EntityIdentifier) *TemplateLinkedPolicyDefinition + func (s *TemplateLinkedPolicyDefinition) SetResource(v *EntityIdentifier) *TemplateLinkedPolicyDefinition + func (s *TemplateLinkedPolicyDefinition) Validate() error + func (s TemplateLinkedPolicyDefinition) GoString() string + func (s TemplateLinkedPolicyDefinition) String() string + type TemplateLinkedPolicyDefinitionDetail struct + PolicyTemplateId *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *TemplateLinkedPolicyDefinitionDetail) SetPolicyTemplateId(v string) *TemplateLinkedPolicyDefinitionDetail + func (s *TemplateLinkedPolicyDefinitionDetail) SetPrincipal(v *EntityIdentifier) *TemplateLinkedPolicyDefinitionDetail + func (s *TemplateLinkedPolicyDefinitionDetail) SetResource(v *EntityIdentifier) *TemplateLinkedPolicyDefinitionDetail + func (s TemplateLinkedPolicyDefinitionDetail) GoString() string + func (s TemplateLinkedPolicyDefinitionDetail) String() string + type TemplateLinkedPolicyDefinitionItem struct + PolicyTemplateId *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *TemplateLinkedPolicyDefinitionItem) SetPolicyTemplateId(v string) *TemplateLinkedPolicyDefinitionItem + func (s *TemplateLinkedPolicyDefinitionItem) SetPrincipal(v *EntityIdentifier) *TemplateLinkedPolicyDefinitionItem + func (s *TemplateLinkedPolicyDefinitionItem) SetResource(v *EntityIdentifier) *TemplateLinkedPolicyDefinitionItem + func (s TemplateLinkedPolicyDefinitionItem) GoString() string + func (s TemplateLinkedPolicyDefinitionItem) String() string + type ThrottlingException struct + Message_ *string + QuotaCode *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UpdateCognitoUserPoolConfiguration struct + ClientIds []*string + UserPoolArn *string + func (s *UpdateCognitoUserPoolConfiguration) SetClientIds(v []*string) *UpdateCognitoUserPoolConfiguration + func (s *UpdateCognitoUserPoolConfiguration) SetUserPoolArn(v string) *UpdateCognitoUserPoolConfiguration + func (s *UpdateCognitoUserPoolConfiguration) Validate() error + func (s UpdateCognitoUserPoolConfiguration) GoString() string + func (s UpdateCognitoUserPoolConfiguration) String() string + type UpdateConfiguration struct + CognitoUserPoolConfiguration *UpdateCognitoUserPoolConfiguration + func (s *UpdateConfiguration) SetCognitoUserPoolConfiguration(v *UpdateCognitoUserPoolConfiguration) *UpdateConfiguration + func (s *UpdateConfiguration) Validate() error + func (s UpdateConfiguration) GoString() string + func (s UpdateConfiguration) String() string + type UpdateIdentitySourceInput struct + IdentitySourceId *string + PolicyStoreId *string + PrincipalEntityType *string + UpdateConfiguration *UpdateConfiguration + func (s *UpdateIdentitySourceInput) SetIdentitySourceId(v string) *UpdateIdentitySourceInput + func (s *UpdateIdentitySourceInput) SetPolicyStoreId(v string) *UpdateIdentitySourceInput + func (s *UpdateIdentitySourceInput) SetPrincipalEntityType(v string) *UpdateIdentitySourceInput + func (s *UpdateIdentitySourceInput) SetUpdateConfiguration(v *UpdateConfiguration) *UpdateIdentitySourceInput + func (s *UpdateIdentitySourceInput) Validate() error + func (s UpdateIdentitySourceInput) GoString() string + func (s UpdateIdentitySourceInput) String() string + type UpdateIdentitySourceOutput struct + CreatedDate *time.Time + IdentitySourceId *string + LastUpdatedDate *time.Time + PolicyStoreId *string + func (s *UpdateIdentitySourceOutput) SetCreatedDate(v time.Time) *UpdateIdentitySourceOutput + func (s *UpdateIdentitySourceOutput) SetIdentitySourceId(v string) *UpdateIdentitySourceOutput + func (s *UpdateIdentitySourceOutput) SetLastUpdatedDate(v time.Time) *UpdateIdentitySourceOutput + func (s *UpdateIdentitySourceOutput) SetPolicyStoreId(v string) *UpdateIdentitySourceOutput + func (s UpdateIdentitySourceOutput) GoString() string + func (s UpdateIdentitySourceOutput) String() string + type UpdatePolicyDefinition struct + Static *UpdateStaticPolicyDefinition + func (s *UpdatePolicyDefinition) SetStatic(v *UpdateStaticPolicyDefinition) *UpdatePolicyDefinition + func (s *UpdatePolicyDefinition) Validate() error + func (s UpdatePolicyDefinition) GoString() string + func (s UpdatePolicyDefinition) String() string + type UpdatePolicyInput struct + Definition *UpdatePolicyDefinition + PolicyId *string + PolicyStoreId *string + func (s *UpdatePolicyInput) SetDefinition(v *UpdatePolicyDefinition) *UpdatePolicyInput + func (s *UpdatePolicyInput) SetPolicyId(v string) *UpdatePolicyInput + func (s *UpdatePolicyInput) SetPolicyStoreId(v string) *UpdatePolicyInput + func (s *UpdatePolicyInput) Validate() error + func (s UpdatePolicyInput) GoString() string + func (s UpdatePolicyInput) String() string + type UpdatePolicyOutput struct + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyId *string + PolicyStoreId *string + PolicyType *string + Principal *EntityIdentifier + Resource *EntityIdentifier + func (s *UpdatePolicyOutput) SetCreatedDate(v time.Time) *UpdatePolicyOutput + func (s *UpdatePolicyOutput) SetLastUpdatedDate(v time.Time) *UpdatePolicyOutput + func (s *UpdatePolicyOutput) SetPolicyId(v string) *UpdatePolicyOutput + func (s *UpdatePolicyOutput) SetPolicyStoreId(v string) *UpdatePolicyOutput + func (s *UpdatePolicyOutput) SetPolicyType(v string) *UpdatePolicyOutput + func (s *UpdatePolicyOutput) SetPrincipal(v *EntityIdentifier) *UpdatePolicyOutput + func (s *UpdatePolicyOutput) SetResource(v *EntityIdentifier) *UpdatePolicyOutput + func (s UpdatePolicyOutput) GoString() string + func (s UpdatePolicyOutput) String() string + type UpdatePolicyStoreInput struct + PolicyStoreId *string + ValidationSettings *ValidationSettings + func (s *UpdatePolicyStoreInput) SetPolicyStoreId(v string) *UpdatePolicyStoreInput + func (s *UpdatePolicyStoreInput) SetValidationSettings(v *ValidationSettings) *UpdatePolicyStoreInput + func (s *UpdatePolicyStoreInput) Validate() error + func (s UpdatePolicyStoreInput) GoString() string + func (s UpdatePolicyStoreInput) String() string + type UpdatePolicyStoreOutput struct + Arn *string + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyStoreId *string + func (s *UpdatePolicyStoreOutput) SetArn(v string) *UpdatePolicyStoreOutput + func (s *UpdatePolicyStoreOutput) SetCreatedDate(v time.Time) *UpdatePolicyStoreOutput + func (s *UpdatePolicyStoreOutput) SetLastUpdatedDate(v time.Time) *UpdatePolicyStoreOutput + func (s *UpdatePolicyStoreOutput) SetPolicyStoreId(v string) *UpdatePolicyStoreOutput + func (s UpdatePolicyStoreOutput) GoString() string + func (s UpdatePolicyStoreOutput) String() string + type UpdatePolicyTemplateInput struct + Description *string + PolicyStoreId *string + PolicyTemplateId *string + Statement *string + func (s *UpdatePolicyTemplateInput) SetDescription(v string) *UpdatePolicyTemplateInput + func (s *UpdatePolicyTemplateInput) SetPolicyStoreId(v string) *UpdatePolicyTemplateInput + func (s *UpdatePolicyTemplateInput) SetPolicyTemplateId(v string) *UpdatePolicyTemplateInput + func (s *UpdatePolicyTemplateInput) SetStatement(v string) *UpdatePolicyTemplateInput + func (s *UpdatePolicyTemplateInput) Validate() error + func (s UpdatePolicyTemplateInput) GoString() string + func (s UpdatePolicyTemplateInput) String() string + type UpdatePolicyTemplateOutput struct + CreatedDate *time.Time + LastUpdatedDate *time.Time + PolicyStoreId *string + PolicyTemplateId *string + func (s *UpdatePolicyTemplateOutput) SetCreatedDate(v time.Time) *UpdatePolicyTemplateOutput + func (s *UpdatePolicyTemplateOutput) SetLastUpdatedDate(v time.Time) *UpdatePolicyTemplateOutput + func (s *UpdatePolicyTemplateOutput) SetPolicyStoreId(v string) *UpdatePolicyTemplateOutput + func (s *UpdatePolicyTemplateOutput) SetPolicyTemplateId(v string) *UpdatePolicyTemplateOutput + func (s UpdatePolicyTemplateOutput) GoString() string + func (s UpdatePolicyTemplateOutput) String() string + type UpdateStaticPolicyDefinition struct + Description *string + Statement *string + func (s *UpdateStaticPolicyDefinition) SetDescription(v string) *UpdateStaticPolicyDefinition + func (s *UpdateStaticPolicyDefinition) SetStatement(v string) *UpdateStaticPolicyDefinition + func (s *UpdateStaticPolicyDefinition) Validate() error + func (s UpdateStaticPolicyDefinition) GoString() string + func (s UpdateStaticPolicyDefinition) String() string + type ValidationException struct + FieldList []*ValidationExceptionField + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Path *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetPath(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string + type ValidationSettings struct + Mode *string + func (s *ValidationSettings) SetMode(v string) *ValidationSettings + func (s *ValidationSettings) Validate() error + func (s ValidationSettings) GoString() string + func (s ValidationSettings) String() string + type VerifiedPermissions struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *VerifiedPermissions + func (c *VerifiedPermissions) CreateIdentitySource(input *CreateIdentitySourceInput) (*CreateIdentitySourceOutput, error) + func (c *VerifiedPermissions) CreateIdentitySourceRequest(input *CreateIdentitySourceInput) (req *request.Request, output *CreateIdentitySourceOutput) + func (c *VerifiedPermissions) CreateIdentitySourceWithContext(ctx aws.Context, input *CreateIdentitySourceInput, opts ...request.Option) (*CreateIdentitySourceOutput, error) + func (c *VerifiedPermissions) CreatePolicy(input *CreatePolicyInput) (*CreatePolicyOutput, error) + func (c *VerifiedPermissions) CreatePolicyRequest(input *CreatePolicyInput) (req *request.Request, output *CreatePolicyOutput) + func (c *VerifiedPermissions) CreatePolicyStore(input *CreatePolicyStoreInput) (*CreatePolicyStoreOutput, error) + func (c *VerifiedPermissions) CreatePolicyStoreRequest(input *CreatePolicyStoreInput) (req *request.Request, output *CreatePolicyStoreOutput) + func (c *VerifiedPermissions) CreatePolicyStoreWithContext(ctx aws.Context, input *CreatePolicyStoreInput, opts ...request.Option) (*CreatePolicyStoreOutput, error) + func (c *VerifiedPermissions) CreatePolicyTemplate(input *CreatePolicyTemplateInput) (*CreatePolicyTemplateOutput, error) + func (c *VerifiedPermissions) CreatePolicyTemplateRequest(input *CreatePolicyTemplateInput) (req *request.Request, output *CreatePolicyTemplateOutput) + func (c *VerifiedPermissions) CreatePolicyTemplateWithContext(ctx aws.Context, input *CreatePolicyTemplateInput, opts ...request.Option) (*CreatePolicyTemplateOutput, error) + func (c *VerifiedPermissions) CreatePolicyWithContext(ctx aws.Context, input *CreatePolicyInput, opts ...request.Option) (*CreatePolicyOutput, error) + func (c *VerifiedPermissions) DeleteIdentitySource(input *DeleteIdentitySourceInput) (*DeleteIdentitySourceOutput, error) + func (c *VerifiedPermissions) DeleteIdentitySourceRequest(input *DeleteIdentitySourceInput) (req *request.Request, output *DeleteIdentitySourceOutput) + func (c *VerifiedPermissions) DeleteIdentitySourceWithContext(ctx aws.Context, input *DeleteIdentitySourceInput, opts ...request.Option) (*DeleteIdentitySourceOutput, error) + func (c *VerifiedPermissions) DeletePolicy(input *DeletePolicyInput) (*DeletePolicyOutput, error) + func (c *VerifiedPermissions) DeletePolicyRequest(input *DeletePolicyInput) (req *request.Request, output *DeletePolicyOutput) + func (c *VerifiedPermissions) DeletePolicyStore(input *DeletePolicyStoreInput) (*DeletePolicyStoreOutput, error) + func (c *VerifiedPermissions) DeletePolicyStoreRequest(input *DeletePolicyStoreInput) (req *request.Request, output *DeletePolicyStoreOutput) + func (c *VerifiedPermissions) DeletePolicyStoreWithContext(ctx aws.Context, input *DeletePolicyStoreInput, opts ...request.Option) (*DeletePolicyStoreOutput, error) + func (c *VerifiedPermissions) DeletePolicyTemplate(input *DeletePolicyTemplateInput) (*DeletePolicyTemplateOutput, error) + func (c *VerifiedPermissions) DeletePolicyTemplateRequest(input *DeletePolicyTemplateInput) (req *request.Request, output *DeletePolicyTemplateOutput) + func (c *VerifiedPermissions) DeletePolicyTemplateWithContext(ctx aws.Context, input *DeletePolicyTemplateInput, opts ...request.Option) (*DeletePolicyTemplateOutput, error) + func (c *VerifiedPermissions) DeletePolicyWithContext(ctx aws.Context, input *DeletePolicyInput, opts ...request.Option) (*DeletePolicyOutput, error) + func (c *VerifiedPermissions) GetIdentitySource(input *GetIdentitySourceInput) (*GetIdentitySourceOutput, error) + func (c *VerifiedPermissions) GetIdentitySourceRequest(input *GetIdentitySourceInput) (req *request.Request, output *GetIdentitySourceOutput) + func (c *VerifiedPermissions) GetIdentitySourceWithContext(ctx aws.Context, input *GetIdentitySourceInput, opts ...request.Option) (*GetIdentitySourceOutput, error) + func (c *VerifiedPermissions) GetPolicy(input *GetPolicyInput) (*GetPolicyOutput, error) + func (c *VerifiedPermissions) GetPolicyRequest(input *GetPolicyInput) (req *request.Request, output *GetPolicyOutput) + func (c *VerifiedPermissions) GetPolicyStore(input *GetPolicyStoreInput) (*GetPolicyStoreOutput, error) + func (c *VerifiedPermissions) GetPolicyStoreRequest(input *GetPolicyStoreInput) (req *request.Request, output *GetPolicyStoreOutput) + func (c *VerifiedPermissions) GetPolicyStoreWithContext(ctx aws.Context, input *GetPolicyStoreInput, opts ...request.Option) (*GetPolicyStoreOutput, error) + func (c *VerifiedPermissions) GetPolicyTemplate(input *GetPolicyTemplateInput) (*GetPolicyTemplateOutput, error) + func (c *VerifiedPermissions) GetPolicyTemplateRequest(input *GetPolicyTemplateInput) (req *request.Request, output *GetPolicyTemplateOutput) + func (c *VerifiedPermissions) GetPolicyTemplateWithContext(ctx aws.Context, input *GetPolicyTemplateInput, opts ...request.Option) (*GetPolicyTemplateOutput, error) + func (c *VerifiedPermissions) GetPolicyWithContext(ctx aws.Context, input *GetPolicyInput, opts ...request.Option) (*GetPolicyOutput, error) + func (c *VerifiedPermissions) GetSchema(input *GetSchemaInput) (*GetSchemaOutput, error) + func (c *VerifiedPermissions) GetSchemaRequest(input *GetSchemaInput) (req *request.Request, output *GetSchemaOutput) + func (c *VerifiedPermissions) GetSchemaWithContext(ctx aws.Context, input *GetSchemaInput, opts ...request.Option) (*GetSchemaOutput, error) + func (c *VerifiedPermissions) IsAuthorized(input *IsAuthorizedInput) (*IsAuthorizedOutput, error) + func (c *VerifiedPermissions) IsAuthorizedRequest(input *IsAuthorizedInput) (req *request.Request, output *IsAuthorizedOutput) + func (c *VerifiedPermissions) IsAuthorizedWithContext(ctx aws.Context, input *IsAuthorizedInput, opts ...request.Option) (*IsAuthorizedOutput, error) + func (c *VerifiedPermissions) IsAuthorizedWithToken(input *IsAuthorizedWithTokenInput) (*IsAuthorizedWithTokenOutput, error) + func (c *VerifiedPermissions) IsAuthorizedWithTokenRequest(input *IsAuthorizedWithTokenInput) (req *request.Request, output *IsAuthorizedWithTokenOutput) + func (c *VerifiedPermissions) IsAuthorizedWithTokenWithContext(ctx aws.Context, input *IsAuthorizedWithTokenInput, opts ...request.Option) (*IsAuthorizedWithTokenOutput, error) + func (c *VerifiedPermissions) ListIdentitySources(input *ListIdentitySourcesInput) (*ListIdentitySourcesOutput, error) + func (c *VerifiedPermissions) ListIdentitySourcesPages(input *ListIdentitySourcesInput, ...) error + func (c *VerifiedPermissions) ListIdentitySourcesPagesWithContext(ctx aws.Context, input *ListIdentitySourcesInput, ...) error + func (c *VerifiedPermissions) ListIdentitySourcesRequest(input *ListIdentitySourcesInput) (req *request.Request, output *ListIdentitySourcesOutput) + func (c *VerifiedPermissions) ListIdentitySourcesWithContext(ctx aws.Context, input *ListIdentitySourcesInput, opts ...request.Option) (*ListIdentitySourcesOutput, error) + func (c *VerifiedPermissions) ListPolicies(input *ListPoliciesInput) (*ListPoliciesOutput, error) + func (c *VerifiedPermissions) ListPoliciesPages(input *ListPoliciesInput, fn func(*ListPoliciesOutput, bool) bool) error + func (c *VerifiedPermissions) ListPoliciesPagesWithContext(ctx aws.Context, input *ListPoliciesInput, ...) error + func (c *VerifiedPermissions) ListPoliciesRequest(input *ListPoliciesInput) (req *request.Request, output *ListPoliciesOutput) + func (c *VerifiedPermissions) ListPoliciesWithContext(ctx aws.Context, input *ListPoliciesInput, opts ...request.Option) (*ListPoliciesOutput, error) + func (c *VerifiedPermissions) ListPolicyStores(input *ListPolicyStoresInput) (*ListPolicyStoresOutput, error) + func (c *VerifiedPermissions) ListPolicyStoresPages(input *ListPolicyStoresInput, fn func(*ListPolicyStoresOutput, bool) bool) error + func (c *VerifiedPermissions) ListPolicyStoresPagesWithContext(ctx aws.Context, input *ListPolicyStoresInput, ...) error + func (c *VerifiedPermissions) ListPolicyStoresRequest(input *ListPolicyStoresInput) (req *request.Request, output *ListPolicyStoresOutput) + func (c *VerifiedPermissions) ListPolicyStoresWithContext(ctx aws.Context, input *ListPolicyStoresInput, opts ...request.Option) (*ListPolicyStoresOutput, error) + func (c *VerifiedPermissions) ListPolicyTemplates(input *ListPolicyTemplatesInput) (*ListPolicyTemplatesOutput, error) + func (c *VerifiedPermissions) ListPolicyTemplatesPages(input *ListPolicyTemplatesInput, ...) error + func (c *VerifiedPermissions) ListPolicyTemplatesPagesWithContext(ctx aws.Context, input *ListPolicyTemplatesInput, ...) error + func (c *VerifiedPermissions) ListPolicyTemplatesRequest(input *ListPolicyTemplatesInput) (req *request.Request, output *ListPolicyTemplatesOutput) + func (c *VerifiedPermissions) ListPolicyTemplatesWithContext(ctx aws.Context, input *ListPolicyTemplatesInput, opts ...request.Option) (*ListPolicyTemplatesOutput, error) + func (c *VerifiedPermissions) PutSchema(input *PutSchemaInput) (*PutSchemaOutput, error) + func (c *VerifiedPermissions) PutSchemaRequest(input *PutSchemaInput) (req *request.Request, output *PutSchemaOutput) + func (c *VerifiedPermissions) PutSchemaWithContext(ctx aws.Context, input *PutSchemaInput, opts ...request.Option) (*PutSchemaOutput, error) + func (c *VerifiedPermissions) UpdateIdentitySource(input *UpdateIdentitySourceInput) (*UpdateIdentitySourceOutput, error) + func (c *VerifiedPermissions) UpdateIdentitySourceRequest(input *UpdateIdentitySourceInput) (req *request.Request, output *UpdateIdentitySourceOutput) + func (c *VerifiedPermissions) UpdateIdentitySourceWithContext(ctx aws.Context, input *UpdateIdentitySourceInput, opts ...request.Option) (*UpdateIdentitySourceOutput, error) + func (c *VerifiedPermissions) UpdatePolicy(input *UpdatePolicyInput) (*UpdatePolicyOutput, error) + func (c *VerifiedPermissions) UpdatePolicyRequest(input *UpdatePolicyInput) (req *request.Request, output *UpdatePolicyOutput) + func (c *VerifiedPermissions) UpdatePolicyStore(input *UpdatePolicyStoreInput) (*UpdatePolicyStoreOutput, error) + func (c *VerifiedPermissions) UpdatePolicyStoreRequest(input *UpdatePolicyStoreInput) (req *request.Request, output *UpdatePolicyStoreOutput) + func (c *VerifiedPermissions) UpdatePolicyStoreWithContext(ctx aws.Context, input *UpdatePolicyStoreInput, opts ...request.Option) (*UpdatePolicyStoreOutput, error) + func (c *VerifiedPermissions) UpdatePolicyTemplate(input *UpdatePolicyTemplateInput) (*UpdatePolicyTemplateOutput, error) + func (c *VerifiedPermissions) UpdatePolicyTemplateRequest(input *UpdatePolicyTemplateInput) (req *request.Request, output *UpdatePolicyTemplateOutput) + func (c *VerifiedPermissions) UpdatePolicyTemplateWithContext(ctx aws.Context, input *UpdatePolicyTemplateInput, opts ...request.Option) (*UpdatePolicyTemplateOutput, error) + func (c *VerifiedPermissions) UpdatePolicyWithContext(ctx aws.Context, input *UpdatePolicyInput, opts ...request.Option) (*UpdatePolicyOutput, error)