Struct aws_sdk_ssoadmin::client::Client [−][src]
pub struct Client<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
An ergonomic service client for SWBExternalService.
This client allows ergonomic access to a SWBExternalService-shaped service.
Each method corresponds to an endpoint defined in the service’s Smithy model,
and the request and response shapes are auto-generated from that same model.
Using a Client
Once you have a client set up, you can access the service’s endpoints
by calling the appropriate method on Client. Each such method
returns a request builder for that endpoint, with methods for setting
the various fields of the request. Once your request is complete, use
the send method to send the request. send returns a future, which
you then have to .await to get the service’s response.
Implementations
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub fn attach_managed_policy_to_permission_set(
&self
) -> AttachManagedPolicyToPermissionSet<C, M, R>
pub fn attach_managed_policy_to_permission_set(
&self
) -> AttachManagedPolicyToPermissionSet<C, M, R>
Constructs a fluent builder for the AttachManagedPolicyToPermissionSet operation.
See AttachManagedPolicyToPermissionSet for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateAccountAssignment operation.
See CreateAccountAssignment for more information about the
operation and its arguments.
pub fn create_instance_access_control_attribute_configuration(
&self
) -> CreateInstanceAccessControlAttributeConfiguration<C, M, R>
pub fn create_instance_access_control_attribute_configuration(
&self
) -> CreateInstanceAccessControlAttributeConfiguration<C, M, R>
Constructs a fluent builder for the CreateInstanceAccessControlAttributeConfiguration operation.
See CreateInstanceAccessControlAttributeConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the CreatePermissionSet operation.
See CreatePermissionSet for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteAccountAssignment operation.
See DeleteAccountAssignment for more information about the
operation and its arguments.
pub fn delete_inline_policy_from_permission_set(
&self
) -> DeleteInlinePolicyFromPermissionSet<C, M, R>
pub fn delete_inline_policy_from_permission_set(
&self
) -> DeleteInlinePolicyFromPermissionSet<C, M, R>
Constructs a fluent builder for the DeleteInlinePolicyFromPermissionSet operation.
See DeleteInlinePolicyFromPermissionSet for more information about the
operation and its arguments.
pub fn delete_instance_access_control_attribute_configuration(
&self
) -> DeleteInstanceAccessControlAttributeConfiguration<C, M, R>
pub fn delete_instance_access_control_attribute_configuration(
&self
) -> DeleteInstanceAccessControlAttributeConfiguration<C, M, R>
Constructs a fluent builder for the DeleteInstanceAccessControlAttributeConfiguration operation.
See DeleteInstanceAccessControlAttributeConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the DeletePermissionSet operation.
See DeletePermissionSet for more information about the
operation and its arguments.
pub fn describe_account_assignment_creation_status(
&self
) -> DescribeAccountAssignmentCreationStatus<C, M, R>
pub fn describe_account_assignment_creation_status(
&self
) -> DescribeAccountAssignmentCreationStatus<C, M, R>
Constructs a fluent builder for the DescribeAccountAssignmentCreationStatus operation.
See DescribeAccountAssignmentCreationStatus for more information about the
operation and its arguments.
pub fn describe_account_assignment_deletion_status(
&self
) -> DescribeAccountAssignmentDeletionStatus<C, M, R>
pub fn describe_account_assignment_deletion_status(
&self
) -> DescribeAccountAssignmentDeletionStatus<C, M, R>
Constructs a fluent builder for the DescribeAccountAssignmentDeletionStatus operation.
See DescribeAccountAssignmentDeletionStatus for more information about the
operation and its arguments.
pub fn describe_instance_access_control_attribute_configuration(
&self
) -> DescribeInstanceAccessControlAttributeConfiguration<C, M, R>
pub fn describe_instance_access_control_attribute_configuration(
&self
) -> DescribeInstanceAccessControlAttributeConfiguration<C, M, R>
Constructs a fluent builder for the DescribeInstanceAccessControlAttributeConfiguration operation.
See DescribeInstanceAccessControlAttributeConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribePermissionSet operation.
See DescribePermissionSet for more information about the
operation and its arguments.
pub fn describe_permission_set_provisioning_status(
&self
) -> DescribePermissionSetProvisioningStatus<C, M, R>
pub fn describe_permission_set_provisioning_status(
&self
) -> DescribePermissionSetProvisioningStatus<C, M, R>
Constructs a fluent builder for the DescribePermissionSetProvisioningStatus operation.
See DescribePermissionSetProvisioningStatus for more information about the
operation and its arguments.
pub fn detach_managed_policy_from_permission_set(
&self
) -> DetachManagedPolicyFromPermissionSet<C, M, R>
pub fn detach_managed_policy_from_permission_set(
&self
) -> DetachManagedPolicyFromPermissionSet<C, M, R>
Constructs a fluent builder for the DetachManagedPolicyFromPermissionSet operation.
See DetachManagedPolicyFromPermissionSet for more information about the
operation and its arguments.
pub fn get_inline_policy_for_permission_set(
&self
) -> GetInlinePolicyForPermissionSet<C, M, R>
pub fn get_inline_policy_for_permission_set(
&self
) -> GetInlinePolicyForPermissionSet<C, M, R>
Constructs a fluent builder for the GetInlinePolicyForPermissionSet operation.
See GetInlinePolicyForPermissionSet for more information about the
operation and its arguments.
pub fn list_account_assignment_creation_status(
&self
) -> ListAccountAssignmentCreationStatus<C, M, R>
pub fn list_account_assignment_creation_status(
&self
) -> ListAccountAssignmentCreationStatus<C, M, R>
Constructs a fluent builder for the ListAccountAssignmentCreationStatus operation.
See ListAccountAssignmentCreationStatus for more information about the
operation and its arguments.
pub fn list_account_assignment_deletion_status(
&self
) -> ListAccountAssignmentDeletionStatus<C, M, R>
pub fn list_account_assignment_deletion_status(
&self
) -> ListAccountAssignmentDeletionStatus<C, M, R>
Constructs a fluent builder for the ListAccountAssignmentDeletionStatus operation.
See ListAccountAssignmentDeletionStatus for more information about the
operation and its arguments.
Constructs a fluent builder for the ListAccountAssignments operation.
See ListAccountAssignments for more information about the
operation and its arguments.
pub fn list_accounts_for_provisioned_permission_set(
&self
) -> ListAccountsForProvisionedPermissionSet<C, M, R>
pub fn list_accounts_for_provisioned_permission_set(
&self
) -> ListAccountsForProvisionedPermissionSet<C, M, R>
Constructs a fluent builder for the ListAccountsForProvisionedPermissionSet operation.
See ListAccountsForProvisionedPermissionSet for more information about the
operation and its arguments.
Constructs a fluent builder for the ListInstances operation.
See ListInstances for more information about the
operation and its arguments.
pub fn list_managed_policies_in_permission_set(
&self
) -> ListManagedPoliciesInPermissionSet<C, M, R>
pub fn list_managed_policies_in_permission_set(
&self
) -> ListManagedPoliciesInPermissionSet<C, M, R>
Constructs a fluent builder for the ListManagedPoliciesInPermissionSet operation.
See ListManagedPoliciesInPermissionSet for more information about the
operation and its arguments.
pub fn list_permission_set_provisioning_status(
&self
) -> ListPermissionSetProvisioningStatus<C, M, R>
pub fn list_permission_set_provisioning_status(
&self
) -> ListPermissionSetProvisioningStatus<C, M, R>
Constructs a fluent builder for the ListPermissionSetProvisioningStatus operation.
See ListPermissionSetProvisioningStatus for more information about the
operation and its arguments.
Constructs a fluent builder for the ListPermissionSets operation.
See ListPermissionSets for more information about the
operation and its arguments.
pub fn list_permission_sets_provisioned_to_account(
&self
) -> ListPermissionSetsProvisionedToAccount<C, M, R>
pub fn list_permission_sets_provisioned_to_account(
&self
) -> ListPermissionSetsProvisionedToAccount<C, M, R>
Constructs a fluent builder for the ListPermissionSetsProvisionedToAccount operation.
See ListPermissionSetsProvisionedToAccount for more information about the
operation and its arguments.
Constructs a fluent builder for the ListTagsForResource operation.
See ListTagsForResource for more information about the
operation and its arguments.
Constructs a fluent builder for the ProvisionPermissionSet operation.
See ProvisionPermissionSet for more information about the
operation and its arguments.
Constructs a fluent builder for the PutInlinePolicyToPermissionSet operation.
See PutInlinePolicyToPermissionSet for more information about the
operation and its arguments.
Constructs a fluent builder for the TagResource operation.
See TagResource for more information about the
operation and its arguments.
Constructs a fluent builder for the UntagResource operation.
See UntagResource for more information about the
operation and its arguments.
pub fn update_instance_access_control_attribute_configuration(
&self
) -> UpdateInstanceAccessControlAttributeConfiguration<C, M, R>
pub fn update_instance_access_control_attribute_configuration(
&self
) -> UpdateInstanceAccessControlAttributeConfiguration<C, M, R>
Constructs a fluent builder for the UpdateInstanceAccessControlAttributeConfiguration operation.
See UpdateInstanceAccessControlAttributeConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdatePermissionSet operation.
See UpdatePermissionSet for more information about the
operation and its arguments.
Creates a client with the given service config and connector override.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for Client<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for Client<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more