Documentation
¶
Overview ¶
Package ssoadmin provides the API client, operations, and parameter types for AWS Single Sign-On Admin.
IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size and type. IAM Identity Center uses the sso and identitystore API namespaces. This reference guide provides information on single sign-on operations which could be used for access management of Amazon Web Services accounts. For information about IAM Identity Center features, see the IAM Identity Center User Guide (https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html) . Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as principals. For more information about how to work with principals and principal IDs in IAM Identity Center, see the Identity Store API Reference (https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html) . Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see Tools for Amazon Web Services (http://aws.amazon.com/tools/) .
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)deprecated
- func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
- type AttachCustomerManagedPolicyReferenceToPermissionSetInput
- type AttachCustomerManagedPolicyReferenceToPermissionSetOutput
- type AttachManagedPolicyToPermissionSetInput
- type AttachManagedPolicyToPermissionSetOutput
- type Client
- func (c *Client) AttachCustomerManagedPolicyReferenceToPermissionSet(ctx context.Context, ...) (*AttachCustomerManagedPolicyReferenceToPermissionSetOutput, error)
- func (c *Client) AttachManagedPolicyToPermissionSet(ctx context.Context, params *AttachManagedPolicyToPermissionSetInput, ...) (*AttachManagedPolicyToPermissionSetOutput, error)
- func (c *Client) CreateAccountAssignment(ctx context.Context, params *CreateAccountAssignmentInput, ...) (*CreateAccountAssignmentOutput, error)
- func (c *Client) CreateInstanceAccessControlAttributeConfiguration(ctx context.Context, ...) (*CreateInstanceAccessControlAttributeConfigurationOutput, error)
- func (c *Client) CreatePermissionSet(ctx context.Context, params *CreatePermissionSetInput, ...) (*CreatePermissionSetOutput, error)
- func (c *Client) DeleteAccountAssignment(ctx context.Context, params *DeleteAccountAssignmentInput, ...) (*DeleteAccountAssignmentOutput, error)
- func (c *Client) DeleteInlinePolicyFromPermissionSet(ctx context.Context, params *DeleteInlinePolicyFromPermissionSetInput, ...) (*DeleteInlinePolicyFromPermissionSetOutput, error)
- func (c *Client) DeleteInstanceAccessControlAttributeConfiguration(ctx context.Context, ...) (*DeleteInstanceAccessControlAttributeConfigurationOutput, error)
- func (c *Client) DeletePermissionSet(ctx context.Context, params *DeletePermissionSetInput, ...) (*DeletePermissionSetOutput, error)
- func (c *Client) DeletePermissionsBoundaryFromPermissionSet(ctx context.Context, params *DeletePermissionsBoundaryFromPermissionSetInput, ...) (*DeletePermissionsBoundaryFromPermissionSetOutput, error)
- func (c *Client) DescribeAccountAssignmentCreationStatus(ctx context.Context, params *DescribeAccountAssignmentCreationStatusInput, ...) (*DescribeAccountAssignmentCreationStatusOutput, error)
- func (c *Client) DescribeAccountAssignmentDeletionStatus(ctx context.Context, params *DescribeAccountAssignmentDeletionStatusInput, ...) (*DescribeAccountAssignmentDeletionStatusOutput, error)
- func (c *Client) DescribeInstanceAccessControlAttributeConfiguration(ctx context.Context, ...) (*DescribeInstanceAccessControlAttributeConfigurationOutput, error)
- func (c *Client) DescribePermissionSet(ctx context.Context, params *DescribePermissionSetInput, ...) (*DescribePermissionSetOutput, error)
- func (c *Client) DescribePermissionSetProvisioningStatus(ctx context.Context, params *DescribePermissionSetProvisioningStatusInput, ...) (*DescribePermissionSetProvisioningStatusOutput, error)
- func (c *Client) DetachCustomerManagedPolicyReferenceFromPermissionSet(ctx context.Context, ...) (*DetachCustomerManagedPolicyReferenceFromPermissionSetOutput, error)
- func (c *Client) DetachManagedPolicyFromPermissionSet(ctx context.Context, params *DetachManagedPolicyFromPermissionSetInput, ...) (*DetachManagedPolicyFromPermissionSetOutput, error)
- func (c *Client) GetInlinePolicyForPermissionSet(ctx context.Context, params *GetInlinePolicyForPermissionSetInput, ...) (*GetInlinePolicyForPermissionSetOutput, error)
- func (c *Client) GetPermissionsBoundaryForPermissionSet(ctx context.Context, params *GetPermissionsBoundaryForPermissionSetInput, ...) (*GetPermissionsBoundaryForPermissionSetOutput, error)
- func (c *Client) ListAccountAssignmentCreationStatus(ctx context.Context, params *ListAccountAssignmentCreationStatusInput, ...) (*ListAccountAssignmentCreationStatusOutput, error)
- func (c *Client) ListAccountAssignmentDeletionStatus(ctx context.Context, params *ListAccountAssignmentDeletionStatusInput, ...) (*ListAccountAssignmentDeletionStatusOutput, error)
- func (c *Client) ListAccountAssignments(ctx context.Context, params *ListAccountAssignmentsInput, ...) (*ListAccountAssignmentsOutput, error)
- func (c *Client) ListAccountsForProvisionedPermissionSet(ctx context.Context, params *ListAccountsForProvisionedPermissionSetInput, ...) (*ListAccountsForProvisionedPermissionSetOutput, error)
- func (c *Client) ListCustomerManagedPolicyReferencesInPermissionSet(ctx context.Context, ...) (*ListCustomerManagedPolicyReferencesInPermissionSetOutput, error)
- func (c *Client) ListInstances(ctx context.Context, params *ListInstancesInput, optFns ...func(*Options)) (*ListInstancesOutput, error)
- func (c *Client) ListManagedPoliciesInPermissionSet(ctx context.Context, params *ListManagedPoliciesInPermissionSetInput, ...) (*ListManagedPoliciesInPermissionSetOutput, error)
- func (c *Client) ListPermissionSetProvisioningStatus(ctx context.Context, params *ListPermissionSetProvisioningStatusInput, ...) (*ListPermissionSetProvisioningStatusOutput, error)
- func (c *Client) ListPermissionSets(ctx context.Context, params *ListPermissionSetsInput, optFns ...func(*Options)) (*ListPermissionSetsOutput, error)
- func (c *Client) ListPermissionSetsProvisionedToAccount(ctx context.Context, params *ListPermissionSetsProvisionedToAccountInput, ...) (*ListPermissionSetsProvisionedToAccountOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)
- func (c *Client) ProvisionPermissionSet(ctx context.Context, params *ProvisionPermissionSetInput, ...) (*ProvisionPermissionSetOutput, error)
- func (c *Client) PutInlinePolicyToPermissionSet(ctx context.Context, params *PutInlinePolicyToPermissionSetInput, ...) (*PutInlinePolicyToPermissionSetOutput, error)
- func (c *Client) PutPermissionsBoundaryToPermissionSet(ctx context.Context, params *PutPermissionsBoundaryToPermissionSetInput, ...) (*PutPermissionsBoundaryToPermissionSetOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateInstanceAccessControlAttributeConfiguration(ctx context.Context, ...) (*UpdateInstanceAccessControlAttributeConfigurationOutput, error)
- func (c *Client) UpdatePermissionSet(ctx context.Context, params *UpdatePermissionSetInput, ...) (*UpdatePermissionSetOutput, error)
- type CreateAccountAssignmentInput
- type CreateAccountAssignmentOutput
- type CreateInstanceAccessControlAttributeConfigurationInput
- type CreateInstanceAccessControlAttributeConfigurationOutput
- type CreatePermissionSetInput
- type CreatePermissionSetOutput
- type DeleteAccountAssignmentInput
- type DeleteAccountAssignmentOutput
- type DeleteInlinePolicyFromPermissionSetInput
- type DeleteInlinePolicyFromPermissionSetOutput
- type DeleteInstanceAccessControlAttributeConfigurationInput
- type DeleteInstanceAccessControlAttributeConfigurationOutput
- type DeletePermissionSetInput
- type DeletePermissionSetOutput
- type DeletePermissionsBoundaryFromPermissionSetInput
- type DeletePermissionsBoundaryFromPermissionSetOutput
- type DescribeAccountAssignmentCreationStatusInput
- type DescribeAccountAssignmentCreationStatusOutput
- type DescribeAccountAssignmentDeletionStatusInput
- type DescribeAccountAssignmentDeletionStatusOutput
- type DescribeInstanceAccessControlAttributeConfigurationInput
- type DescribeInstanceAccessControlAttributeConfigurationOutput
- type DescribePermissionSetInput
- type DescribePermissionSetOutput
- type DescribePermissionSetProvisioningStatusInput
- type DescribePermissionSetProvisioningStatusOutput
- type DetachCustomerManagedPolicyReferenceFromPermissionSetInput
- type DetachCustomerManagedPolicyReferenceFromPermissionSetOutput
- type DetachManagedPolicyFromPermissionSetInput
- type DetachManagedPolicyFromPermissionSetOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type GetInlinePolicyForPermissionSetInput
- type GetInlinePolicyForPermissionSetOutput
- type GetPermissionsBoundaryForPermissionSetInput
- type GetPermissionsBoundaryForPermissionSetOutput
- type HTTPClient
- type HTTPSignerV4
- type ListAccountAssignmentCreationStatusAPIClient
- type ListAccountAssignmentCreationStatusInput
- type ListAccountAssignmentCreationStatusOutput
- type ListAccountAssignmentCreationStatusPaginator
- type ListAccountAssignmentCreationStatusPaginatorOptions
- type ListAccountAssignmentDeletionStatusAPIClient
- type ListAccountAssignmentDeletionStatusInput
- type ListAccountAssignmentDeletionStatusOutput
- type ListAccountAssignmentDeletionStatusPaginator
- type ListAccountAssignmentDeletionStatusPaginatorOptions
- type ListAccountAssignmentsAPIClient
- type ListAccountAssignmentsInput
- type ListAccountAssignmentsOutput
- type ListAccountAssignmentsPaginator
- type ListAccountAssignmentsPaginatorOptions
- type ListAccountsForProvisionedPermissionSetAPIClient
- type ListAccountsForProvisionedPermissionSetInput
- type ListAccountsForProvisionedPermissionSetOutput
- type ListAccountsForProvisionedPermissionSetPaginator
- type ListAccountsForProvisionedPermissionSetPaginatorOptions
- type ListCustomerManagedPolicyReferencesInPermissionSetAPIClient
- type ListCustomerManagedPolicyReferencesInPermissionSetInput
- type ListCustomerManagedPolicyReferencesInPermissionSetOutput
- type ListCustomerManagedPolicyReferencesInPermissionSetPaginator
- type ListCustomerManagedPolicyReferencesInPermissionSetPaginatorOptions
- type ListInstancesAPIClient
- type ListInstancesInput
- type ListInstancesOutput
- type ListInstancesPaginator
- type ListInstancesPaginatorOptions
- type ListManagedPoliciesInPermissionSetAPIClient
- type ListManagedPoliciesInPermissionSetInput
- type ListManagedPoliciesInPermissionSetOutput
- type ListManagedPoliciesInPermissionSetPaginator
- type ListManagedPoliciesInPermissionSetPaginatorOptions
- type ListPermissionSetProvisioningStatusAPIClient
- type ListPermissionSetProvisioningStatusInput
- type ListPermissionSetProvisioningStatusOutput
- type ListPermissionSetProvisioningStatusPaginator
- type ListPermissionSetProvisioningStatusPaginatorOptions
- type ListPermissionSetsAPIClient
- type ListPermissionSetsInput
- type ListPermissionSetsOutput
- type ListPermissionSetsPaginator
- type ListPermissionSetsPaginatorOptions
- type ListPermissionSetsProvisionedToAccountAPIClient
- type ListPermissionSetsProvisionedToAccountInput
- type ListPermissionSetsProvisionedToAccountOutput
- type ListPermissionSetsProvisionedToAccountPaginator
- type ListPermissionSetsProvisionedToAccountPaginatorOptions
- type ListTagsForResourceAPIClient
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListTagsForResourcePaginator
- type ListTagsForResourcePaginatorOptions
- type Options
- type ProvisionPermissionSetInput
- type ProvisionPermissionSetOutput
- type PutInlinePolicyToPermissionSetInput
- type PutInlinePolicyToPermissionSetOutput
- type PutPermissionsBoundaryToPermissionSetInput
- type PutPermissionsBoundaryToPermissionSetOutput
- type ResolveEndpoint
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateInstanceAccessControlAttributeConfigurationInput
- type UpdateInstanceAccessControlAttributeConfigurationOutput
- type UpdatePermissionSetInput
- type UpdatePermissionSetOutput
Constants ¶
const ServiceAPIVersion = "2020-07-20"
const ServiceID = "SSO Admin"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶ added in v1.0.0
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver
deprecated
func WithEndpointResolver(v EndpointResolver) func(*Options)
Deprecated: EndpointResolver and WithEndpointResolver. Providing a value for this field will likely prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2 and BaseEndpoint. To migrate an EndpointResolver implementation that uses a custom endpoint, set the client option BaseEndpoint instead.
func WithEndpointResolverV2 ¶ added in v1.17.0
func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
Types ¶
type AttachCustomerManagedPolicyReferenceToPermissionSetInput ¶ added in v1.15.0
type AttachCustomerManagedPolicyReferenceToPermissionSetInput struct { // Specifies the name and path of a customer managed policy. You must have an IAM // policy that matches the name and path in each Amazon Web Services account where // you want to deploy your permission set. // // This member is required. CustomerManagedPolicyReference *types.CustomerManagedPolicyReference // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // The ARN of the PermissionSet . // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type AttachCustomerManagedPolicyReferenceToPermissionSetOutput ¶ added in v1.15.0
type AttachCustomerManagedPolicyReferenceToPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AttachManagedPolicyToPermissionSetInput ¶
type AttachManagedPolicyToPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The Amazon Web Services managed policy ARN to be attached to a permission set. // // This member is required. ManagedPolicyArn *string // The ARN of the PermissionSet that the managed policy should be attached to. // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type AttachManagedPolicyToPermissionSetOutput ¶
type AttachManagedPolicyToPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for AWS Single Sign-On Admin.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AttachCustomerManagedPolicyReferenceToPermissionSet ¶ added in v1.15.0
func (c *Client) AttachCustomerManagedPolicyReferenceToPermissionSet(ctx context.Context, params *AttachCustomerManagedPolicyReferenceToPermissionSetInput, optFns ...func(*Options)) (*AttachCustomerManagedPolicyReferenceToPermissionSetOutput, error)
Attaches the specified customer managed policy to the specified PermissionSet .
func (*Client) AttachManagedPolicyToPermissionSet ¶
func (c *Client) AttachManagedPolicyToPermissionSet(ctx context.Context, params *AttachManagedPolicyToPermissionSetInput, optFns ...func(*Options)) (*AttachManagedPolicyToPermissionSetOutput, error)
Attaches an Amazon Web Services managed policy ARN to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this operation. Calling ProvisionPermissionSet applies the corresponding IAM policy updates to all assigned accounts.
func (*Client) CreateAccountAssignment ¶
func (c *Client) CreateAccountAssignment(ctx context.Context, params *CreateAccountAssignmentInput, optFns ...func(*Options)) (*CreateAccountAssignmentOutput, error)
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in IAM Identity Center. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in IAM Identity Center. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates. After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of an assignment creation request.
func (*Client) CreateInstanceAccessControlAttributeConfiguration ¶ added in v0.3.0
func (c *Client) CreateInstanceAccessControlAttributeConfiguration(ctx context.Context, params *CreateInstanceAccessControlAttributeConfigurationInput, optFns ...func(*Options)) (*CreateInstanceAccessControlAttributeConfigurationOutput, error)
Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide. After a successful response, call DescribeInstanceAccessControlAttributeConfiguration to validate that InstanceAccessControlAttributeConfiguration was created.
func (*Client) CreatePermissionSet ¶
func (c *Client) CreatePermissionSet(ctx context.Context, params *CreatePermissionSetInput, optFns ...func(*Options)) (*CreatePermissionSetOutput, error)
Creates a permission set within a specified IAM Identity Center instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment .
func (*Client) DeleteAccountAssignment ¶
func (c *Client) DeleteAccountAssignment(ctx context.Context, params *DeleteAccountAssignmentInput, optFns ...func(*Options)) (*DeleteAccountAssignmentOutput, error)
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set. After a successful response, call DescribeAccountAssignmentDeletionStatus to describe the status of an assignment deletion request.
func (*Client) DeleteInlinePolicyFromPermissionSet ¶
func (c *Client) DeleteInlinePolicyFromPermissionSet(ctx context.Context, params *DeleteInlinePolicyFromPermissionSetInput, optFns ...func(*Options)) (*DeleteInlinePolicyFromPermissionSetOutput, error)
Deletes the inline policy from a specified permission set.
func (*Client) DeleteInstanceAccessControlAttributeConfiguration ¶ added in v0.3.0
func (c *Client) DeleteInstanceAccessControlAttributeConfiguration(ctx context.Context, params *DeleteInstanceAccessControlAttributeConfigurationInput, optFns ...func(*Options)) (*DeleteInstanceAccessControlAttributeConfigurationOutput, error)
Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
func (*Client) DeletePermissionSet ¶
func (c *Client) DeletePermissionSet(ctx context.Context, params *DeletePermissionSetInput, optFns ...func(*Options)) (*DeletePermissionSetOutput, error)
Deletes the specified permission set.
func (*Client) DeletePermissionsBoundaryFromPermissionSet ¶ added in v1.15.0
func (c *Client) DeletePermissionsBoundaryFromPermissionSet(ctx context.Context, params *DeletePermissionsBoundaryFromPermissionSetInput, optFns ...func(*Options)) (*DeletePermissionsBoundaryFromPermissionSetOutput, error)
Deletes the permissions boundary from a specified PermissionSet .
func (*Client) DescribeAccountAssignmentCreationStatus ¶
func (c *Client) DescribeAccountAssignmentCreationStatus(ctx context.Context, params *DescribeAccountAssignmentCreationStatusInput, optFns ...func(*Options)) (*DescribeAccountAssignmentCreationStatusOutput, error)
Describes the status of the assignment creation request.
func (*Client) DescribeAccountAssignmentDeletionStatus ¶
func (c *Client) DescribeAccountAssignmentDeletionStatus(ctx context.Context, params *DescribeAccountAssignmentDeletionStatusInput, optFns ...func(*Options)) (*DescribeAccountAssignmentDeletionStatusOutput, error)
Describes the status of the assignment deletion request.
func (*Client) DescribeInstanceAccessControlAttributeConfiguration ¶ added in v0.3.0
func (c *Client) DescribeInstanceAccessControlAttributeConfiguration(ctx context.Context, params *DescribeInstanceAccessControlAttributeConfigurationInput, optFns ...func(*Options)) (*DescribeInstanceAccessControlAttributeConfigurationOutput, error)
Returns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
func (*Client) DescribePermissionSet ¶
func (c *Client) DescribePermissionSet(ctx context.Context, params *DescribePermissionSetInput, optFns ...func(*Options)) (*DescribePermissionSetOutput, error)
Gets the details of the permission set.
func (*Client) DescribePermissionSetProvisioningStatus ¶
func (c *Client) DescribePermissionSetProvisioningStatus(ctx context.Context, params *DescribePermissionSetProvisioningStatusInput, optFns ...func(*Options)) (*DescribePermissionSetProvisioningStatusOutput, error)
Describes the status for the given permission set provisioning request.
func (*Client) DetachCustomerManagedPolicyReferenceFromPermissionSet ¶ added in v1.15.0
func (c *Client) DetachCustomerManagedPolicyReferenceFromPermissionSet(ctx context.Context, params *DetachCustomerManagedPolicyReferenceFromPermissionSetInput, optFns ...func(*Options)) (*DetachCustomerManagedPolicyReferenceFromPermissionSetOutput, error)
Detaches the specified customer managed policy from the specified PermissionSet .
func (*Client) DetachManagedPolicyFromPermissionSet ¶
func (c *Client) DetachManagedPolicyFromPermissionSet(ctx context.Context, params *DetachManagedPolicyFromPermissionSetInput, optFns ...func(*Options)) (*DetachManagedPolicyFromPermissionSetOutput, error)
Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
func (*Client) GetInlinePolicyForPermissionSet ¶
func (c *Client) GetInlinePolicyForPermissionSet(ctx context.Context, params *GetInlinePolicyForPermissionSetInput, optFns ...func(*Options)) (*GetInlinePolicyForPermissionSetOutput, error)
Obtains the inline policy assigned to the permission set.
func (*Client) GetPermissionsBoundaryForPermissionSet ¶ added in v1.15.0
func (c *Client) GetPermissionsBoundaryForPermissionSet(ctx context.Context, params *GetPermissionsBoundaryForPermissionSetInput, optFns ...func(*Options)) (*GetPermissionsBoundaryForPermissionSetOutput, error)
Obtains the permissions boundary for a specified PermissionSet .
func (*Client) ListAccountAssignmentCreationStatus ¶
func (c *Client) ListAccountAssignmentCreationStatus(ctx context.Context, params *ListAccountAssignmentCreationStatusInput, optFns ...func(*Options)) (*ListAccountAssignmentCreationStatusOutput, error)
Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
func (*Client) ListAccountAssignmentDeletionStatus ¶
func (c *Client) ListAccountAssignmentDeletionStatus(ctx context.Context, params *ListAccountAssignmentDeletionStatusInput, optFns ...func(*Options)) (*ListAccountAssignmentDeletionStatusOutput, error)
Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
func (*Client) ListAccountAssignments ¶
func (c *Client) ListAccountAssignments(ctx context.Context, params *ListAccountAssignmentsInput, optFns ...func(*Options)) (*ListAccountAssignmentsOutput, error)
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
func (*Client) ListAccountsForProvisionedPermissionSet ¶
func (c *Client) ListAccountsForProvisionedPermissionSet(ctx context.Context, params *ListAccountsForProvisionedPermissionSetInput, optFns ...func(*Options)) (*ListAccountsForProvisionedPermissionSetOutput, error)
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
func (*Client) ListCustomerManagedPolicyReferencesInPermissionSet ¶ added in v1.15.0
func (c *Client) ListCustomerManagedPolicyReferencesInPermissionSet(ctx context.Context, params *ListCustomerManagedPolicyReferencesInPermissionSetInput, optFns ...func(*Options)) (*ListCustomerManagedPolicyReferencesInPermissionSetOutput, error)
Lists all customer managed policies attached to a specified PermissionSet .
func (*Client) ListInstances ¶
func (c *Client) ListInstances(ctx context.Context, params *ListInstancesInput, optFns ...func(*Options)) (*ListInstancesOutput, error)
Lists the IAM Identity Center instances that the caller has access to.
func (*Client) ListManagedPoliciesInPermissionSet ¶
func (c *Client) ListManagedPoliciesInPermissionSet(ctx context.Context, params *ListManagedPoliciesInPermissionSetInput, optFns ...func(*Options)) (*ListManagedPoliciesInPermissionSetOutput, error)
Lists the Amazon Web Services managed policy that is attached to a specified permission set.
func (*Client) ListPermissionSetProvisioningStatus ¶
func (c *Client) ListPermissionSetProvisioningStatus(ctx context.Context, params *ListPermissionSetProvisioningStatusInput, optFns ...func(*Options)) (*ListPermissionSetProvisioningStatusOutput, error)
Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
func (*Client) ListPermissionSets ¶
func (c *Client) ListPermissionSets(ctx context.Context, params *ListPermissionSetsInput, optFns ...func(*Options)) (*ListPermissionSetsOutput, error)
Lists the PermissionSet s in an IAM Identity Center instance.
func (*Client) ListPermissionSetsProvisionedToAccount ¶
func (c *Client) ListPermissionSetsProvisionedToAccount(ctx context.Context, params *ListPermissionSetsProvisionedToAccountInput, optFns ...func(*Options)) (*ListPermissionSetsProvisionedToAccountOutput, error)
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Lists the tags that are attached to a specified resource.
func (*Client) ProvisionPermissionSet ¶
func (c *Client) ProvisionPermissionSet(ctx context.Context, params *ProvisionPermissionSetInput, optFns ...func(*Options)) (*ProvisionPermissionSetOutput, error)
The process by which a specified permission set is provisioned to the specified target.
func (*Client) PutInlinePolicyToPermissionSet ¶
func (c *Client) PutInlinePolicyToPermissionSet(ctx context.Context, params *PutInlinePolicyToPermissionSetInput, optFns ...func(*Options)) (*PutInlinePolicyToPermissionSetOutput, error)
Attaches an inline policy to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this action to apply the corresponding IAM policy updates to all assigned accounts.
func (*Client) PutPermissionsBoundaryToPermissionSet ¶ added in v1.15.0
func (c *Client) PutPermissionsBoundaryToPermissionSet(ctx context.Context, params *PutPermissionsBoundaryToPermissionSetInput, optFns ...func(*Options)) (*PutPermissionsBoundaryToPermissionSetOutput, error)
Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Associates a set of tags with a specified resource.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Disassociates a set of tags from a specified resource.
func (*Client) UpdateInstanceAccessControlAttributeConfiguration ¶ added in v0.3.0
func (c *Client) UpdateInstanceAccessControlAttributeConfiguration(ctx context.Context, params *UpdateInstanceAccessControlAttributeConfigurationInput, optFns ...func(*Options)) (*UpdateInstanceAccessControlAttributeConfigurationOutput, error)
Updates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center replaces the attribute value with the value from the IAM Identity Center identity store. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
func (*Client) UpdatePermissionSet ¶
func (c *Client) UpdatePermissionSet(ctx context.Context, params *UpdatePermissionSetInput, optFns ...func(*Options)) (*UpdatePermissionSetOutput, error)
Updates an existing permission set.
type CreateAccountAssignmentInput ¶
type CreateAccountAssignmentInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set that the admin wants to grant the principal // access to. // // This member is required. PermissionSetArn *string // An identifier for an object in IAM Identity Center, such as a user or group. // PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For // more information about PrincipalIds in IAM Identity Center, see the IAM // Identity Center Identity Store API Reference . // // This member is required. PrincipalId *string // The entity type for which the assignment will be created. // // This member is required. PrincipalType types.PrincipalType // TargetID is an Amazon Web Services account identifier, (For example, // 123456789012). // // This member is required. TargetId *string // The entity type for which the assignment will be created. // // This member is required. TargetType types.TargetType // contains filtered or unexported fields }
type CreateAccountAssignmentOutput ¶
type CreateAccountAssignmentOutput struct { // The status object for the account assignment creation operation. AccountAssignmentCreationStatus *types.AccountAssignmentOperationStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateInstanceAccessControlAttributeConfigurationInput ¶ added in v0.3.0
type CreateInstanceAccessControlAttributeConfigurationInput struct { // Specifies the IAM Identity Center identity store attributes to add to your ABAC // configuration. When using an external identity provider as an identity source, // you can pass attributes through the SAML assertion. Doing so provides an // alternative to configuring attributes from the IAM Identity Center identity // store. If a SAML assertion passes any of these attributes, IAM Identity Center // will replace the attribute value with the value from the IAM Identity Center // identity store. // // This member is required. InstanceAccessControlAttributeConfiguration *types.InstanceAccessControlAttributeConfiguration // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // contains filtered or unexported fields }
type CreateInstanceAccessControlAttributeConfigurationOutput ¶ added in v0.3.0
type CreateInstanceAccessControlAttributeConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreatePermissionSetInput ¶
type CreatePermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The name of the PermissionSet . // // This member is required. Name *string // The description of the PermissionSet . Description *string // Used to redirect users within the application during the federation // authentication process. RelayState *string // The length of time that the application user sessions are valid in the ISO-8601 // standard. SessionDuration *string // The tags to attach to the new PermissionSet . Tags []types.Tag // contains filtered or unexported fields }
type CreatePermissionSetOutput ¶
type CreatePermissionSetOutput struct { // Defines the level of access on an Amazon Web Services account. PermissionSet *types.PermissionSet // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteAccountAssignmentInput ¶
type DeleteAccountAssignmentInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set that will be used to remove access. // // This member is required. PermissionSetArn *string // An identifier for an object in IAM Identity Center, such as a user or group. // PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For // more information about PrincipalIds in IAM Identity Center, see the IAM // Identity Center Identity Store API Reference . // // This member is required. PrincipalId *string // The entity type for which the assignment will be deleted. // // This member is required. PrincipalType types.PrincipalType // TargetID is an Amazon Web Services account identifier, (For example, // 123456789012). // // This member is required. TargetId *string // The entity type for which the assignment will be deleted. // // This member is required. TargetType types.TargetType // contains filtered or unexported fields }
type DeleteAccountAssignmentOutput ¶
type DeleteAccountAssignmentOutput struct { // The status object for the account assignment deletion operation. AccountAssignmentDeletionStatus *types.AccountAssignmentOperationStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteInlinePolicyFromPermissionSetInput ¶
type DeleteInlinePolicyFromPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set that will be used to remove access. // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type DeleteInlinePolicyFromPermissionSetOutput ¶
type DeleteInlinePolicyFromPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteInstanceAccessControlAttributeConfigurationInput ¶ added in v0.3.0
type DeleteInstanceAccessControlAttributeConfigurationInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // contains filtered or unexported fields }
type DeleteInstanceAccessControlAttributeConfigurationOutput ¶ added in v0.3.0
type DeleteInstanceAccessControlAttributeConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeletePermissionSetInput ¶
type DeletePermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set that should be deleted. // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type DeletePermissionSetOutput ¶
type DeletePermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeletePermissionsBoundaryFromPermissionSetInput ¶ added in v1.15.0
type DeletePermissionsBoundaryFromPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // The ARN of the PermissionSet . // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type DeletePermissionsBoundaryFromPermissionSetOutput ¶ added in v1.15.0
type DeletePermissionsBoundaryFromPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeAccountAssignmentCreationStatusInput ¶
type DescribeAccountAssignmentCreationStatusInput struct { // The identifier that is used to track the request operation progress. // // This member is required. AccountAssignmentCreationRequestId *string // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // contains filtered or unexported fields }
type DescribeAccountAssignmentCreationStatusOutput ¶
type DescribeAccountAssignmentCreationStatusOutput struct { // The status object for the account assignment creation operation. AccountAssignmentCreationStatus *types.AccountAssignmentOperationStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeAccountAssignmentDeletionStatusInput ¶
type DescribeAccountAssignmentDeletionStatusInput struct { // The identifier that is used to track the request operation progress. // // This member is required. AccountAssignmentDeletionRequestId *string // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // contains filtered or unexported fields }
type DescribeAccountAssignmentDeletionStatusOutput ¶
type DescribeAccountAssignmentDeletionStatusOutput struct { // The status object for the account assignment deletion operation. AccountAssignmentDeletionStatus *types.AccountAssignmentOperationStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeInstanceAccessControlAttributeConfigurationInput ¶ added in v0.3.0
type DescribeInstanceAccessControlAttributeConfigurationInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // contains filtered or unexported fields }
type DescribeInstanceAccessControlAttributeConfigurationOutput ¶ added in v0.3.0
type DescribeInstanceAccessControlAttributeConfigurationOutput struct { // Gets the list of IAM Identity Center identity store attributes that have been // added to your ABAC configuration. InstanceAccessControlAttributeConfiguration *types.InstanceAccessControlAttributeConfiguration // The status of the attribute configuration process. Status types.InstanceAccessControlAttributeConfigurationStatus // Provides more details about the current status of the specified attribute. StatusReason *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribePermissionSetInput ¶
type DescribePermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set. // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type DescribePermissionSetOutput ¶
type DescribePermissionSetOutput struct { // Describes the level of access on an Amazon Web Services account. PermissionSet *types.PermissionSet // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribePermissionSetProvisioningStatusInput ¶
type DescribePermissionSetProvisioningStatusInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The identifier that is provided by the ProvisionPermissionSet call to retrieve // the current status of the provisioning workflow. // // This member is required. ProvisionPermissionSetRequestId *string // contains filtered or unexported fields }
type DescribePermissionSetProvisioningStatusOutput ¶
type DescribePermissionSetProvisioningStatusOutput struct { // The status object for the permission set provisioning operation. PermissionSetProvisioningStatus *types.PermissionSetProvisioningStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DetachCustomerManagedPolicyReferenceFromPermissionSetInput ¶ added in v1.15.0
type DetachCustomerManagedPolicyReferenceFromPermissionSetInput struct { // Specifies the name and path of a customer managed policy. You must have an IAM // policy that matches the name and path in each Amazon Web Services account where // you want to deploy your permission set. // // This member is required. CustomerManagedPolicyReference *types.CustomerManagedPolicyReference // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // The ARN of the PermissionSet . // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type DetachCustomerManagedPolicyReferenceFromPermissionSetOutput ¶ added in v1.15.0
type DetachCustomerManagedPolicyReferenceFromPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DetachManagedPolicyFromPermissionSetInput ¶
type DetachManagedPolicyFromPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The Amazon Web Services managed policy ARN to be detached from a permission set. // // This member is required. ManagedPolicyArn *string // The ARN of the PermissionSet from which the policy should be detached. // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type DetachManagedPolicyFromPermissionSetOutput ¶
type DetachManagedPolicyFromPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶ added in v1.17.0
type EndpointParameters struct { // The AWS region used to dispatch the request. // // Parameter is // required. // // AWS::Region Region *string // When true, use the dual-stack endpoint. If the configured endpoint does not // support dual-stack, dispatching the request MAY return an error. // // Defaults to // false if no value is provided. // // AWS::UseDualStack UseDualStack *bool // When true, send this request to the FIPS-compliant regional endpoint. If the // configured endpoint does not have a FIPS compliant endpoint, dispatching the // request will return an error. // // Defaults to false if no value is // provided. // // AWS::UseFIPS UseFIPS *bool // Override the endpoint used to send this request // // Parameter is // required. // // SDK::Endpoint Endpoint *string }
EndpointParameters provides the parameters that influence how endpoints are resolved.
func (EndpointParameters) ValidateRequired ¶ added in v1.17.0
func (p EndpointParameters) ValidateRequired() error
ValidateRequired validates required parameters are set.
func (EndpointParameters) WithDefaults ¶ added in v1.17.0
func (p EndpointParameters) WithDefaults() EndpointParameters
WithDefaults returns a shallow copy of EndpointParameterswith default values applied to members where applicable.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶ added in v1.1.0
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type EndpointResolverV2 ¶ added in v1.17.0
type EndpointResolverV2 interface { // ResolveEndpoint attempts to resolve the endpoint with the provided options, // returning the endpoint if found. Otherwise an error is returned. ResolveEndpoint(ctx context.Context, params EndpointParameters) ( smithyendpoints.Endpoint, error, ) }
EndpointResolverV2 provides the interface for resolving service endpoints.
func NewDefaultEndpointResolverV2 ¶ added in v1.17.0
func NewDefaultEndpointResolverV2() EndpointResolverV2
type GetInlinePolicyForPermissionSetInput ¶
type GetInlinePolicyForPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set. // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type GetInlinePolicyForPermissionSetOutput ¶
type GetInlinePolicyForPermissionSetOutput struct { // The inline policy that is attached to the permission set. For Length Constraints // , if a valid ARN is provided for a permission set, it is possible for an empty // inline policy to be returned. InlinePolicy *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetPermissionsBoundaryForPermissionSetInput ¶ added in v1.15.0
type GetPermissionsBoundaryForPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // The ARN of the PermissionSet . // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type GetPermissionsBoundaryForPermissionSetOutput ¶ added in v1.15.0
type GetPermissionsBoundaryForPermissionSetOutput struct { // The permissions boundary attached to the specified permission set. PermissionsBoundary *types.PermissionsBoundary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type ListAccountAssignmentCreationStatusAPIClient ¶ added in v0.2.0
type ListAccountAssignmentCreationStatusAPIClient interface {
ListAccountAssignmentCreationStatus(context.Context, *ListAccountAssignmentCreationStatusInput, ...func(*Options)) (*ListAccountAssignmentCreationStatusOutput, error)
}
ListAccountAssignmentCreationStatusAPIClient is a client that implements the ListAccountAssignmentCreationStatus operation.
type ListAccountAssignmentCreationStatusInput ¶
type ListAccountAssignmentCreationStatusInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // Filters results based on the passed attribute value. Filter *types.OperationStatusFilter // The maximum number of results to display for the assignment. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListAccountAssignmentCreationStatusOutput ¶
type ListAccountAssignmentCreationStatusOutput struct { // The status object for the account assignment creation operation. AccountAssignmentsCreationStatus []types.AccountAssignmentOperationStatusMetadata // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListAccountAssignmentCreationStatusPaginator ¶ added in v0.2.0
type ListAccountAssignmentCreationStatusPaginator struct {
// contains filtered or unexported fields
}
ListAccountAssignmentCreationStatusPaginator is a paginator for ListAccountAssignmentCreationStatus
func NewListAccountAssignmentCreationStatusPaginator ¶ added in v0.2.0
func NewListAccountAssignmentCreationStatusPaginator(client ListAccountAssignmentCreationStatusAPIClient, params *ListAccountAssignmentCreationStatusInput, optFns ...func(*ListAccountAssignmentCreationStatusPaginatorOptions)) *ListAccountAssignmentCreationStatusPaginator
NewListAccountAssignmentCreationStatusPaginator returns a new ListAccountAssignmentCreationStatusPaginator
func (*ListAccountAssignmentCreationStatusPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListAccountAssignmentCreationStatusPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListAccountAssignmentCreationStatusPaginator) NextPage ¶ added in v0.2.0
func (p *ListAccountAssignmentCreationStatusPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAccountAssignmentCreationStatusOutput, error)
NextPage retrieves the next ListAccountAssignmentCreationStatus page.
type ListAccountAssignmentCreationStatusPaginatorOptions ¶ added in v0.2.0
type ListAccountAssignmentCreationStatusPaginatorOptions struct { // The maximum number of results to display for the assignment. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListAccountAssignmentCreationStatusPaginatorOptions is the paginator options for ListAccountAssignmentCreationStatus
type ListAccountAssignmentDeletionStatusAPIClient ¶ added in v0.2.0
type ListAccountAssignmentDeletionStatusAPIClient interface {
ListAccountAssignmentDeletionStatus(context.Context, *ListAccountAssignmentDeletionStatusInput, ...func(*Options)) (*ListAccountAssignmentDeletionStatusOutput, error)
}
ListAccountAssignmentDeletionStatusAPIClient is a client that implements the ListAccountAssignmentDeletionStatus operation.
type ListAccountAssignmentDeletionStatusInput ¶
type ListAccountAssignmentDeletionStatusInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // Filters results based on the passed attribute value. Filter *types.OperationStatusFilter // The maximum number of results to display for the assignment. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListAccountAssignmentDeletionStatusOutput ¶
type ListAccountAssignmentDeletionStatusOutput struct { // The status object for the account assignment deletion operation. AccountAssignmentsDeletionStatus []types.AccountAssignmentOperationStatusMetadata // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListAccountAssignmentDeletionStatusPaginator ¶ added in v0.2.0
type ListAccountAssignmentDeletionStatusPaginator struct {
// contains filtered or unexported fields
}
ListAccountAssignmentDeletionStatusPaginator is a paginator for ListAccountAssignmentDeletionStatus
func NewListAccountAssignmentDeletionStatusPaginator ¶ added in v0.2.0
func NewListAccountAssignmentDeletionStatusPaginator(client ListAccountAssignmentDeletionStatusAPIClient, params *ListAccountAssignmentDeletionStatusInput, optFns ...func(*ListAccountAssignmentDeletionStatusPaginatorOptions)) *ListAccountAssignmentDeletionStatusPaginator
NewListAccountAssignmentDeletionStatusPaginator returns a new ListAccountAssignmentDeletionStatusPaginator
func (*ListAccountAssignmentDeletionStatusPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListAccountAssignmentDeletionStatusPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListAccountAssignmentDeletionStatusPaginator) NextPage ¶ added in v0.2.0
func (p *ListAccountAssignmentDeletionStatusPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAccountAssignmentDeletionStatusOutput, error)
NextPage retrieves the next ListAccountAssignmentDeletionStatus page.
type ListAccountAssignmentDeletionStatusPaginatorOptions ¶ added in v0.2.0
type ListAccountAssignmentDeletionStatusPaginatorOptions struct { // The maximum number of results to display for the assignment. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListAccountAssignmentDeletionStatusPaginatorOptions is the paginator options for ListAccountAssignmentDeletionStatus
type ListAccountAssignmentsAPIClient ¶ added in v0.2.0
type ListAccountAssignmentsAPIClient interface {
ListAccountAssignments(context.Context, *ListAccountAssignmentsInput, ...func(*Options)) (*ListAccountAssignmentsOutput, error)
}
ListAccountAssignmentsAPIClient is a client that implements the ListAccountAssignments operation.
type ListAccountAssignmentsInput ¶
type ListAccountAssignmentsInput struct { // The identifier of the Amazon Web Services account from which to list the // assignments. // // This member is required. AccountId *string // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set from which to list assignments. // // This member is required. PermissionSetArn *string // The maximum number of results to display for the assignment. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListAccountAssignmentsOutput ¶
type ListAccountAssignmentsOutput struct { // The list of assignments that match the input Amazon Web Services account and // permission set. AccountAssignments []types.AccountAssignment // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListAccountAssignmentsPaginator ¶ added in v0.2.0
type ListAccountAssignmentsPaginator struct {
// contains filtered or unexported fields
}
ListAccountAssignmentsPaginator is a paginator for ListAccountAssignments
func NewListAccountAssignmentsPaginator ¶ added in v0.2.0
func NewListAccountAssignmentsPaginator(client ListAccountAssignmentsAPIClient, params *ListAccountAssignmentsInput, optFns ...func(*ListAccountAssignmentsPaginatorOptions)) *ListAccountAssignmentsPaginator
NewListAccountAssignmentsPaginator returns a new ListAccountAssignmentsPaginator
func (*ListAccountAssignmentsPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListAccountAssignmentsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListAccountAssignmentsPaginator) NextPage ¶ added in v0.2.0
func (p *ListAccountAssignmentsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAccountAssignmentsOutput, error)
NextPage retrieves the next ListAccountAssignments page.
type ListAccountAssignmentsPaginatorOptions ¶ added in v0.2.0
type ListAccountAssignmentsPaginatorOptions struct { // The maximum number of results to display for the assignment. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListAccountAssignmentsPaginatorOptions is the paginator options for ListAccountAssignments
type ListAccountsForProvisionedPermissionSetAPIClient ¶ added in v0.2.0
type ListAccountsForProvisionedPermissionSetAPIClient interface {
ListAccountsForProvisionedPermissionSet(context.Context, *ListAccountsForProvisionedPermissionSetInput, ...func(*Options)) (*ListAccountsForProvisionedPermissionSetOutput, error)
}
ListAccountsForProvisionedPermissionSetAPIClient is a client that implements the ListAccountsForProvisionedPermissionSet operation.
type ListAccountsForProvisionedPermissionSetInput ¶
type ListAccountsForProvisionedPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the PermissionSet from which the associated Amazon Web Services // accounts will be listed. // // This member is required. PermissionSetArn *string // The maximum number of results to display for the PermissionSet . MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // The permission set provisioning status for an Amazon Web Services account. ProvisioningStatus types.ProvisioningStatus // contains filtered or unexported fields }
type ListAccountsForProvisionedPermissionSetOutput ¶
type ListAccountsForProvisionedPermissionSetOutput struct { // The list of Amazon Web Services AccountIds . AccountIds []string // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListAccountsForProvisionedPermissionSetPaginator ¶ added in v0.2.0
type ListAccountsForProvisionedPermissionSetPaginator struct {
// contains filtered or unexported fields
}
ListAccountsForProvisionedPermissionSetPaginator is a paginator for ListAccountsForProvisionedPermissionSet
func NewListAccountsForProvisionedPermissionSetPaginator ¶ added in v0.2.0
func NewListAccountsForProvisionedPermissionSetPaginator(client ListAccountsForProvisionedPermissionSetAPIClient, params *ListAccountsForProvisionedPermissionSetInput, optFns ...func(*ListAccountsForProvisionedPermissionSetPaginatorOptions)) *ListAccountsForProvisionedPermissionSetPaginator
NewListAccountsForProvisionedPermissionSetPaginator returns a new ListAccountsForProvisionedPermissionSetPaginator
func (*ListAccountsForProvisionedPermissionSetPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListAccountsForProvisionedPermissionSetPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListAccountsForProvisionedPermissionSetPaginator) NextPage ¶ added in v0.2.0
func (p *ListAccountsForProvisionedPermissionSetPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListAccountsForProvisionedPermissionSetOutput, error)
NextPage retrieves the next ListAccountsForProvisionedPermissionSet page.
type ListAccountsForProvisionedPermissionSetPaginatorOptions ¶ added in v0.2.0
type ListAccountsForProvisionedPermissionSetPaginatorOptions struct { // The maximum number of results to display for the PermissionSet . Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListAccountsForProvisionedPermissionSetPaginatorOptions is the paginator options for ListAccountsForProvisionedPermissionSet
type ListCustomerManagedPolicyReferencesInPermissionSetAPIClient ¶ added in v1.15.0
type ListCustomerManagedPolicyReferencesInPermissionSetAPIClient interface {
ListCustomerManagedPolicyReferencesInPermissionSet(context.Context, *ListCustomerManagedPolicyReferencesInPermissionSetInput, ...func(*Options)) (*ListCustomerManagedPolicyReferencesInPermissionSetOutput, error)
}
ListCustomerManagedPolicyReferencesInPermissionSetAPIClient is a client that implements the ListCustomerManagedPolicyReferencesInPermissionSet operation.
type ListCustomerManagedPolicyReferencesInPermissionSetInput ¶ added in v1.15.0
type ListCustomerManagedPolicyReferencesInPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // The ARN of the PermissionSet . // // This member is required. PermissionSetArn *string // The maximum number of results to display for the list call. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListCustomerManagedPolicyReferencesInPermissionSetOutput ¶ added in v1.15.0
type ListCustomerManagedPolicyReferencesInPermissionSetOutput struct { // Specifies the names and paths of the customer managed policies that you have // attached to your permission set. CustomerManagedPolicyReferences []types.CustomerManagedPolicyReference // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListCustomerManagedPolicyReferencesInPermissionSetPaginator ¶ added in v1.15.0
type ListCustomerManagedPolicyReferencesInPermissionSetPaginator struct {
// contains filtered or unexported fields
}
ListCustomerManagedPolicyReferencesInPermissionSetPaginator is a paginator for ListCustomerManagedPolicyReferencesInPermissionSet
func NewListCustomerManagedPolicyReferencesInPermissionSetPaginator ¶ added in v1.15.0
func NewListCustomerManagedPolicyReferencesInPermissionSetPaginator(client ListCustomerManagedPolicyReferencesInPermissionSetAPIClient, params *ListCustomerManagedPolicyReferencesInPermissionSetInput, optFns ...func(*ListCustomerManagedPolicyReferencesInPermissionSetPaginatorOptions)) *ListCustomerManagedPolicyReferencesInPermissionSetPaginator
NewListCustomerManagedPolicyReferencesInPermissionSetPaginator returns a new ListCustomerManagedPolicyReferencesInPermissionSetPaginator
func (*ListCustomerManagedPolicyReferencesInPermissionSetPaginator) HasMorePages ¶ added in v1.15.0
func (p *ListCustomerManagedPolicyReferencesInPermissionSetPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListCustomerManagedPolicyReferencesInPermissionSetPaginator) NextPage ¶ added in v1.15.0
func (p *ListCustomerManagedPolicyReferencesInPermissionSetPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListCustomerManagedPolicyReferencesInPermissionSetOutput, error)
NextPage retrieves the next ListCustomerManagedPolicyReferencesInPermissionSet page.
type ListCustomerManagedPolicyReferencesInPermissionSetPaginatorOptions ¶ added in v1.15.0
type ListCustomerManagedPolicyReferencesInPermissionSetPaginatorOptions struct { // The maximum number of results to display for the list call. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListCustomerManagedPolicyReferencesInPermissionSetPaginatorOptions is the paginator options for ListCustomerManagedPolicyReferencesInPermissionSet
type ListInstancesAPIClient ¶ added in v0.2.0
type ListInstancesAPIClient interface {
ListInstances(context.Context, *ListInstancesInput, ...func(*Options)) (*ListInstancesOutput, error)
}
ListInstancesAPIClient is a client that implements the ListInstances operation.
type ListInstancesInput ¶
type ListInstancesInput struct { // The maximum number of results to display for the instance. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListInstancesOutput ¶
type ListInstancesOutput struct { // Lists the IAM Identity Center instances that the caller has access to. Instances []types.InstanceMetadata // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListInstancesPaginator ¶ added in v0.2.0
type ListInstancesPaginator struct {
// contains filtered or unexported fields
}
ListInstancesPaginator is a paginator for ListInstances
func NewListInstancesPaginator ¶ added in v0.2.0
func NewListInstancesPaginator(client ListInstancesAPIClient, params *ListInstancesInput, optFns ...func(*ListInstancesPaginatorOptions)) *ListInstancesPaginator
NewListInstancesPaginator returns a new ListInstancesPaginator
func (*ListInstancesPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListInstancesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListInstancesPaginator) NextPage ¶ added in v0.2.0
func (p *ListInstancesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListInstancesOutput, error)
NextPage retrieves the next ListInstances page.
type ListInstancesPaginatorOptions ¶ added in v0.2.0
type ListInstancesPaginatorOptions struct { // The maximum number of results to display for the instance. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListInstancesPaginatorOptions is the paginator options for ListInstances
type ListManagedPoliciesInPermissionSetAPIClient ¶ added in v0.2.0
type ListManagedPoliciesInPermissionSetAPIClient interface {
ListManagedPoliciesInPermissionSet(context.Context, *ListManagedPoliciesInPermissionSetInput, ...func(*Options)) (*ListManagedPoliciesInPermissionSetOutput, error)
}
ListManagedPoliciesInPermissionSetAPIClient is a client that implements the ListManagedPoliciesInPermissionSet operation.
type ListManagedPoliciesInPermissionSetInput ¶
type ListManagedPoliciesInPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the PermissionSet whose managed policies will be listed. // // This member is required. PermissionSetArn *string // The maximum number of results to display for the PermissionSet . MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListManagedPoliciesInPermissionSetOutput ¶
type ListManagedPoliciesInPermissionSetOutput struct { // An array of the AttachedManagedPolicy data type object. AttachedManagedPolicies []types.AttachedManagedPolicy // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListManagedPoliciesInPermissionSetPaginator ¶ added in v0.2.0
type ListManagedPoliciesInPermissionSetPaginator struct {
// contains filtered or unexported fields
}
ListManagedPoliciesInPermissionSetPaginator is a paginator for ListManagedPoliciesInPermissionSet
func NewListManagedPoliciesInPermissionSetPaginator ¶ added in v0.2.0
func NewListManagedPoliciesInPermissionSetPaginator(client ListManagedPoliciesInPermissionSetAPIClient, params *ListManagedPoliciesInPermissionSetInput, optFns ...func(*ListManagedPoliciesInPermissionSetPaginatorOptions)) *ListManagedPoliciesInPermissionSetPaginator
NewListManagedPoliciesInPermissionSetPaginator returns a new ListManagedPoliciesInPermissionSetPaginator
func (*ListManagedPoliciesInPermissionSetPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListManagedPoliciesInPermissionSetPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListManagedPoliciesInPermissionSetPaginator) NextPage ¶ added in v0.2.0
func (p *ListManagedPoliciesInPermissionSetPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListManagedPoliciesInPermissionSetOutput, error)
NextPage retrieves the next ListManagedPoliciesInPermissionSet page.
type ListManagedPoliciesInPermissionSetPaginatorOptions ¶ added in v0.2.0
type ListManagedPoliciesInPermissionSetPaginatorOptions struct { // The maximum number of results to display for the PermissionSet . Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListManagedPoliciesInPermissionSetPaginatorOptions is the paginator options for ListManagedPoliciesInPermissionSet
type ListPermissionSetProvisioningStatusAPIClient ¶ added in v0.2.0
type ListPermissionSetProvisioningStatusAPIClient interface {
ListPermissionSetProvisioningStatus(context.Context, *ListPermissionSetProvisioningStatusInput, ...func(*Options)) (*ListPermissionSetProvisioningStatusOutput, error)
}
ListPermissionSetProvisioningStatusAPIClient is a client that implements the ListPermissionSetProvisioningStatus operation.
type ListPermissionSetProvisioningStatusInput ¶
type ListPermissionSetProvisioningStatusInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // Filters results based on the passed attribute value. Filter *types.OperationStatusFilter // The maximum number of results to display for the assignment. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListPermissionSetProvisioningStatusOutput ¶
type ListPermissionSetProvisioningStatusOutput struct { // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // The status object for the permission set provisioning operation. PermissionSetsProvisioningStatus []types.PermissionSetProvisioningStatusMetadata // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListPermissionSetProvisioningStatusPaginator ¶ added in v0.2.0
type ListPermissionSetProvisioningStatusPaginator struct {
// contains filtered or unexported fields
}
ListPermissionSetProvisioningStatusPaginator is a paginator for ListPermissionSetProvisioningStatus
func NewListPermissionSetProvisioningStatusPaginator ¶ added in v0.2.0
func NewListPermissionSetProvisioningStatusPaginator(client ListPermissionSetProvisioningStatusAPIClient, params *ListPermissionSetProvisioningStatusInput, optFns ...func(*ListPermissionSetProvisioningStatusPaginatorOptions)) *ListPermissionSetProvisioningStatusPaginator
NewListPermissionSetProvisioningStatusPaginator returns a new ListPermissionSetProvisioningStatusPaginator
func (*ListPermissionSetProvisioningStatusPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListPermissionSetProvisioningStatusPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListPermissionSetProvisioningStatusPaginator) NextPage ¶ added in v0.2.0
func (p *ListPermissionSetProvisioningStatusPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPermissionSetProvisioningStatusOutput, error)
NextPage retrieves the next ListPermissionSetProvisioningStatus page.
type ListPermissionSetProvisioningStatusPaginatorOptions ¶ added in v0.2.0
type ListPermissionSetProvisioningStatusPaginatorOptions struct { // The maximum number of results to display for the assignment. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListPermissionSetProvisioningStatusPaginatorOptions is the paginator options for ListPermissionSetProvisioningStatus
type ListPermissionSetsAPIClient ¶ added in v0.2.0
type ListPermissionSetsAPIClient interface {
ListPermissionSets(context.Context, *ListPermissionSetsInput, ...func(*Options)) (*ListPermissionSetsOutput, error)
}
ListPermissionSetsAPIClient is a client that implements the ListPermissionSets operation.
type ListPermissionSetsInput ¶
type ListPermissionSetsInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The maximum number of results to display for the assignment. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListPermissionSetsOutput ¶
type ListPermissionSetsOutput struct { // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Defines the level of access on an Amazon Web Services account. PermissionSets []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListPermissionSetsPaginator ¶ added in v0.2.0
type ListPermissionSetsPaginator struct {
// contains filtered or unexported fields
}
ListPermissionSetsPaginator is a paginator for ListPermissionSets
func NewListPermissionSetsPaginator ¶ added in v0.2.0
func NewListPermissionSetsPaginator(client ListPermissionSetsAPIClient, params *ListPermissionSetsInput, optFns ...func(*ListPermissionSetsPaginatorOptions)) *ListPermissionSetsPaginator
NewListPermissionSetsPaginator returns a new ListPermissionSetsPaginator
func (*ListPermissionSetsPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListPermissionSetsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListPermissionSetsPaginator) NextPage ¶ added in v0.2.0
func (p *ListPermissionSetsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPermissionSetsOutput, error)
NextPage retrieves the next ListPermissionSets page.
type ListPermissionSetsPaginatorOptions ¶ added in v0.2.0
type ListPermissionSetsPaginatorOptions struct { // The maximum number of results to display for the assignment. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListPermissionSetsPaginatorOptions is the paginator options for ListPermissionSets
type ListPermissionSetsProvisionedToAccountAPIClient ¶ added in v0.2.0
type ListPermissionSetsProvisionedToAccountAPIClient interface {
ListPermissionSetsProvisionedToAccount(context.Context, *ListPermissionSetsProvisionedToAccountInput, ...func(*Options)) (*ListPermissionSetsProvisionedToAccountOutput, error)
}
ListPermissionSetsProvisionedToAccountAPIClient is a client that implements the ListPermissionSetsProvisionedToAccount operation.
type ListPermissionSetsProvisionedToAccountInput ¶
type ListPermissionSetsProvisionedToAccountInput struct { // The identifier of the Amazon Web Services account from which to list the // assignments. // // This member is required. AccountId *string // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The maximum number of results to display for the assignment. MaxResults *int32 // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // The status object for the permission set provisioning operation. ProvisioningStatus types.ProvisioningStatus // contains filtered or unexported fields }
type ListPermissionSetsProvisionedToAccountOutput ¶
type ListPermissionSetsProvisionedToAccountOutput struct { // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // Defines the level of access that an Amazon Web Services account has. PermissionSets []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListPermissionSetsProvisionedToAccountPaginator ¶ added in v0.2.0
type ListPermissionSetsProvisionedToAccountPaginator struct {
// contains filtered or unexported fields
}
ListPermissionSetsProvisionedToAccountPaginator is a paginator for ListPermissionSetsProvisionedToAccount
func NewListPermissionSetsProvisionedToAccountPaginator ¶ added in v0.2.0
func NewListPermissionSetsProvisionedToAccountPaginator(client ListPermissionSetsProvisionedToAccountAPIClient, params *ListPermissionSetsProvisionedToAccountInput, optFns ...func(*ListPermissionSetsProvisionedToAccountPaginatorOptions)) *ListPermissionSetsProvisionedToAccountPaginator
NewListPermissionSetsProvisionedToAccountPaginator returns a new ListPermissionSetsProvisionedToAccountPaginator
func (*ListPermissionSetsProvisionedToAccountPaginator) HasMorePages ¶ added in v0.2.0
func (p *ListPermissionSetsProvisionedToAccountPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListPermissionSetsProvisionedToAccountPaginator) NextPage ¶ added in v0.2.0
func (p *ListPermissionSetsProvisionedToAccountPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPermissionSetsProvisionedToAccountOutput, error)
NextPage retrieves the next ListPermissionSetsProvisionedToAccount page.
type ListPermissionSetsProvisionedToAccountPaginatorOptions ¶ added in v0.2.0
type ListPermissionSetsProvisionedToAccountPaginatorOptions struct { // The maximum number of results to display for the assignment. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListPermissionSetsProvisionedToAccountPaginatorOptions is the paginator options for ListPermissionSetsProvisionedToAccount
type ListTagsForResourceAPIClient ¶ added in v0.2.0
type ListTagsForResourceAPIClient interface {
ListTagsForResource(context.Context, *ListTagsForResourceInput, ...func(*Options)) (*ListTagsForResourceOutput, error)
}
ListTagsForResourceAPIClient is a client that implements the ListTagsForResource operation.
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the resource with the tags to be listed. // // This member is required. ResourceArn *string // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The pagination token for the list API. Initially the value is null. Use the // output of previous API calls to make subsequent calls. NextToken *string // A set of key-value pairs that are used to manage the resource. Tags []types.Tag // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListTagsForResourcePaginator ¶ added in v0.2.0
type ListTagsForResourcePaginator struct {
// contains filtered or unexported fields
}
ListTagsForResourcePaginator is a paginator for ListTagsForResource
func NewListTagsForResourcePaginator ¶ added in v0.2.0
func NewListTagsForResourcePaginator(client ListTagsForResourceAPIClient, params *ListTagsForResourceInput, optFns ...func(*ListTagsForResourcePaginatorOptions)) *ListTagsForResourcePaginator
NewListTagsForResourcePaginator returns a new ListTagsForResourcePaginator
func (*ListTagsForResourcePaginator) HasMorePages ¶ added in v0.2.0
func (p *ListTagsForResourcePaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListTagsForResourcePaginator) NextPage ¶ added in v0.2.0
func (p *ListTagsForResourcePaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
NextPage retrieves the next ListTagsForResource page.
type ListTagsForResourcePaginatorOptions ¶ added in v0.2.0
type ListTagsForResourcePaginatorOptions struct { // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListTagsForResourcePaginatorOptions is the paginator options for ListTagsForResource
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // The optional application specific identifier appended to the User-Agent header. AppID string // This endpoint will be given as input to an EndpointResolverV2. It is used for // providing a custom base endpoint that is subject to modifications by the // processing EndpointResolverV2. BaseEndpoint *string // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. // // Deprecated: Deprecated: EndpointResolver and WithEndpointResolver. Providing a // value for this field will likely prevent you from using any endpoint-related // service features released after the introduction of EndpointResolverV2 and // BaseEndpoint. To migrate an EndpointResolver implementation that uses a custom // endpoint, set the client option BaseEndpoint instead. EndpointResolver EndpointResolver // Resolves the endpoint used for a particular service. This should be used over // the deprecated EndpointResolver EndpointResolverV2 EndpointResolverV2 // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. If specified in an operation call's functional // options with a value that is different than the constructed client's Options, // the Client's Retryer will be wrapped to use the operation's specific // RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. Currently does not support per operation call // overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // contains filtered or unexported fields }
type ProvisionPermissionSetInput ¶
type ProvisionPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set. // // This member is required. PermissionSetArn *string // The entity type for which the assignment will be created. // // This member is required. TargetType types.ProvisionTargetType // TargetID is an Amazon Web Services account identifier, (For example, // 123456789012). TargetId *string // contains filtered or unexported fields }
type ProvisionPermissionSetOutput ¶
type ProvisionPermissionSetOutput struct { // The status object for the permission set provisioning operation. PermissionSetProvisioningStatus *types.PermissionSetProvisioningStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type PutInlinePolicyToPermissionSetInput ¶
type PutInlinePolicyToPermissionSetInput struct { // The inline policy to attach to a PermissionSet . // // This member is required. InlinePolicy *string // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set. // // This member is required. PermissionSetArn *string // contains filtered or unexported fields }
type PutInlinePolicyToPermissionSetOutput ¶
type PutInlinePolicyToPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type PutPermissionsBoundaryToPermissionSetInput ¶ added in v1.15.0
type PutPermissionsBoundaryToPermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // The ARN of the PermissionSet . // // This member is required. PermissionSetArn *string // The permissions boundary that you want to attach to a PermissionSet . // // This member is required. PermissionsBoundary *types.PermissionsBoundary // contains filtered or unexported fields }
type PutPermissionsBoundaryToPermissionSetOutput ¶ added in v1.15.0
type PutPermissionsBoundaryToPermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type TagResourceInput ¶
type TagResourceInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the resource with the tags to be listed. // // This member is required. ResourceArn *string // A set of key-value pairs that are used to manage the resource. // // This member is required. Tags []types.Tag // contains filtered or unexported fields }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the resource with the tags to be listed. // // This member is required. ResourceArn *string // The keys of tags that are attached to the resource. // // This member is required. TagKeys []string // contains filtered or unexported fields }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateInstanceAccessControlAttributeConfigurationInput ¶ added in v0.3.0
type UpdateInstanceAccessControlAttributeConfigurationInput struct { // Updates the attributes for your ABAC configuration. // // This member is required. InstanceAccessControlAttributeConfiguration *types.InstanceAccessControlAttributeConfiguration // The ARN of the IAM Identity Center instance under which the operation will be // executed. // // This member is required. InstanceArn *string // contains filtered or unexported fields }
type UpdateInstanceAccessControlAttributeConfigurationOutput ¶ added in v0.3.0
type UpdateInstanceAccessControlAttributeConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdatePermissionSetInput ¶
type UpdatePermissionSetInput struct { // The ARN of the IAM Identity Center instance under which the operation will be // executed. For more information about ARNs, see Amazon Resource Names (ARNs) and // Amazon Web Services Service Namespaces in the Amazon Web Services General // Reference. // // This member is required. InstanceArn *string // The ARN of the permission set. // // This member is required. PermissionSetArn *string // The description of the PermissionSet . Description *string // Used to redirect users within the application during the federation // authentication process. RelayState *string // The length of time that the application user sessions are valid for in the // ISO-8601 standard. SessionDuration *string // contains filtered or unexported fields }
type UpdatePermissionSetOutput ¶
type UpdatePermissionSetOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files
¶
- api_client.go
- api_op_AttachCustomerManagedPolicyReferenceToPermissionSet.go
- api_op_AttachManagedPolicyToPermissionSet.go
- api_op_CreateAccountAssignment.go
- api_op_CreateInstanceAccessControlAttributeConfiguration.go
- api_op_CreatePermissionSet.go
- api_op_DeleteAccountAssignment.go
- api_op_DeleteInlinePolicyFromPermissionSet.go
- api_op_DeleteInstanceAccessControlAttributeConfiguration.go
- api_op_DeletePermissionSet.go
- api_op_DeletePermissionsBoundaryFromPermissionSet.go
- api_op_DescribeAccountAssignmentCreationStatus.go
- api_op_DescribeAccountAssignmentDeletionStatus.go
- api_op_DescribeInstanceAccessControlAttributeConfiguration.go
- api_op_DescribePermissionSet.go
- api_op_DescribePermissionSetProvisioningStatus.go
- api_op_DetachCustomerManagedPolicyReferenceFromPermissionSet.go
- api_op_DetachManagedPolicyFromPermissionSet.go
- api_op_GetInlinePolicyForPermissionSet.go
- api_op_GetPermissionsBoundaryForPermissionSet.go
- api_op_ListAccountAssignmentCreationStatus.go
- api_op_ListAccountAssignmentDeletionStatus.go
- api_op_ListAccountAssignments.go
- api_op_ListAccountsForProvisionedPermissionSet.go
- api_op_ListCustomerManagedPolicyReferencesInPermissionSet.go
- api_op_ListInstances.go
- api_op_ListManagedPoliciesInPermissionSet.go
- api_op_ListPermissionSetProvisioningStatus.go
- api_op_ListPermissionSets.go
- api_op_ListPermissionSetsProvisionedToAccount.go
- api_op_ListTagsForResource.go
- api_op_ProvisionPermissionSet.go
- api_op_PutInlinePolicyToPermissionSet.go
- api_op_PutPermissionsBoundaryToPermissionSet.go
- api_op_TagResource.go
- api_op_UntagResource.go
- api_op_UpdateInstanceAccessControlAttributeConfiguration.go
- api_op_UpdatePermissionSet.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- serializers.go
- validators.go