@aws-sdk/client-sso-admin 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/SSOAdmin.js +1 -12
- package/dist-cjs/SSOAdminClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AttachManagedPolicyToPermissionSetCommand.js +2 -35
- package/dist-cjs/commands/CreateAccountAssignmentCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/CreatePermissionSetCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteAccountAssignmentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteInlinePolicyFromPermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeletePermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountAssignmentCreationStatusCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountAssignmentDeletionStatusCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DescribePermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribePermissionSetProvisioningStatusCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DetachManagedPolicyFromPermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetInlinePolicyForPermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAccountAssignmentCreationStatusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListAccountAssignmentDeletionStatusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListAccountAssignmentsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListAccountsForProvisionedPermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListInstancesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListManagedPoliciesInPermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPermissionSetProvisioningStatusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPermissionSetsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPermissionSetsProvisionedToAccountCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ProvisionPermissionSetCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/PutInlinePolicyToPermissionSetCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/UpdatePermissionSetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -247
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAccountAssignmentCreationStatusPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListAccountAssignmentDeletionStatusPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListAccountAssignmentsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListInstancesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListManagedPoliciesInPermissionSetPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPermissionSetProvisioningStatusPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPermissionSetsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/SSOAdmin.js +1 -2
- package/{dist/es → dist-es}/SSOAdminClient.js +1 -2
- package/{dist/es → dist-es}/commands/AttachManagedPolicyToPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateAccountAssignmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteAccountAssignmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteInlinePolicyFromPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountAssignmentCreationStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccountAssignmentDeletionStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePermissionSetProvisioningStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DetachManagedPolicyFromPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetInlinePolicyForPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAccountAssignmentCreationStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAccountAssignmentDeletionStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAccountAssignmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAccountsForProvisionedPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListInstancesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListManagedPoliciesInPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPermissionSetProvisioningStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPermissionSetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPermissionSetsProvisionedToAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ProvisionPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutInlinePolicyToPermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdatePermissionSetCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAccountAssignmentCreationStatusPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListAccountAssignmentDeletionStatusPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListAccountAssignmentsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListInstancesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListManagedPoliciesInPermissionSetPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPermissionSetProvisioningStatusPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPermissionSetsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/SSOAdmin.d.ts +2 -2
- package/{dist/types → dist-types}/SSOAdminClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateAccountAssignmentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreatePermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteAccountAssignmentCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeletePermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribePermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAccountAssignmentCreationStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAccountAssignmentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListInstancesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListPermissionSetProvisioningStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListPermissionSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ProvisionPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutInlinePolicyToPermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdatePermissionSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAccountAssignmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPermissionSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/SSOAdmin.d.ts +34 -158
- package/{dist/types → dist-types}/ts3.4/SSOAdminClient.d.ts +32 -104
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +909 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAccountAssignmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/SSOAdmin.ts +0 -1222
- package/SSOAdminClient.ts +0 -416
- package/commands/AttachManagedPolicyToPermissionSetCommand.ts +0 -113
- package/commands/CreateAccountAssignmentCommand.ts +0 -108
- package/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +0 -111
- package/commands/CreatePermissionSetCommand.ts +0 -99
- package/commands/DeleteAccountAssignmentCommand.ts +0 -95
- package/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +0 -105
- package/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +0 -112
- package/commands/DeletePermissionSetCommand.ts +0 -94
- package/commands/DescribeAccountAssignmentCreationStatusCommand.ts +0 -109
- package/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +0 -109
- package/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +0 -112
- package/commands/DescribePermissionSetCommand.ts +0 -94
- package/commands/DescribePermissionSetProvisioningStatusCommand.ts +0 -109
- package/commands/DetachManagedPolicyFromPermissionSetCommand.ts +0 -105
- package/commands/GetInlinePolicyForPermissionSetCommand.ts +0 -102
- package/commands/ListAccountAssignmentCreationStatusCommand.ts +0 -106
- package/commands/ListAccountAssignmentDeletionStatusCommand.ts +0 -106
- package/commands/ListAccountAssignmentsCommand.ts +0 -95
- package/commands/ListAccountsForProvisionedPermissionSetCommand.ts +0 -109
- package/commands/ListInstancesCommand.ts +0 -94
- package/commands/ListManagedPoliciesInPermissionSetCommand.ts +0 -105
- package/commands/ListPermissionSetProvisioningStatusCommand.ts +0 -106
- package/commands/ListPermissionSetsCommand.ts +0 -94
- package/commands/ListPermissionSetsProvisionedToAccountCommand.ts +0 -106
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ProvisionPermissionSetCommand.ts +0 -95
- package/commands/PutInlinePolicyToPermissionSetCommand.ts +0 -109
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +0 -114
- package/commands/UpdatePermissionSetCommand.ts +0 -94
- package/dist/cjs/SSOAdmin.js.map +0 -1
- package/dist/cjs/SSOAdminClient.js +0 -51
- package/dist/cjs/SSOAdminClient.js.map +0 -1
- package/dist/cjs/commands/AttachManagedPolicyToPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAccountAssignmentCommand.js +0 -75
- package/dist/cjs/commands/CreateAccountAssignmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccountAssignmentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInlinePolicyFromPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAssignmentCreationStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAssignmentDeletionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePermissionSetProvisioningStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DetachManagedPolicyFromPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetInlinePolicyForPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccountAssignmentCreationStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccountAssignmentDeletionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccountAssignmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccountsForProvisionedPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListManagedPoliciesInPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/ListPermissionSetProvisioningStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ListPermissionSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPermissionSetsProvisionedToAccountCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ProvisionPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/PutInlinePolicyToPermissionSetCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePermissionSetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccountAssignmentCreationStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAccountAssignmentDeletionStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAccountAssignmentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAccountsForProvisionedPermissionSetPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListManagedPoliciesInPermissionSetPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPermissionSetProvisioningStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPermissionSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPermissionSetsProvisionedToAccountPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/SSOAdmin.js.map +0 -1
- package/dist/es/SSOAdminClient.js.map +0 -1
- package/dist/es/commands/AttachManagedPolicyToPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/CreateAccountAssignmentCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreatePermissionSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccountAssignmentCommand.js.map +0 -1
- package/dist/es/commands/DeleteInlinePolicyFromPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePermissionSetCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAssignmentCreationStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAssignmentDeletionStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribePermissionSetCommand.js.map +0 -1
- package/dist/es/commands/DescribePermissionSetProvisioningStatusCommand.js.map +0 -1
- package/dist/es/commands/DetachManagedPolicyFromPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/GetInlinePolicyForPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/ListAccountAssignmentCreationStatusCommand.js.map +0 -1
- package/dist/es/commands/ListAccountAssignmentDeletionStatusCommand.js.map +0 -1
- package/dist/es/commands/ListAccountAssignmentsCommand.js.map +0 -1
- package/dist/es/commands/ListAccountsForProvisionedPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/ListInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListManagedPoliciesInPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/ListPermissionSetProvisioningStatusCommand.js.map +0 -1
- package/dist/es/commands/ListPermissionSetsCommand.js.map +0 -1
- package/dist/es/commands/ListPermissionSetsProvisionedToAccountCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ProvisionPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/PutInlinePolicyToPermissionSetCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdatePermissionSetCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -46
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccountAssignmentCreationStatusPaginator.js.map +0 -1
- package/dist/es/pagination/ListAccountAssignmentDeletionStatusPaginator.js.map +0 -1
- package/dist/es/pagination/ListAccountAssignmentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAccountsForProvisionedPermissionSetPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListManagedPoliciesInPermissionSetPaginator.js.map +0 -1
- package/dist/es/pagination/ListPermissionSetProvisioningStatusPaginator.js.map +0 -1
- package/dist/es/pagination/ListPermissionSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPermissionSetsProvisionedToAccountPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreatePermissionSetCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeletePermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribePermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPermissionSetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1541
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1978
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccountAssignmentCreationStatusPaginator.ts +0 -58
- package/pagination/ListAccountAssignmentDeletionStatusPaginator.ts +0 -58
- package/pagination/ListAccountAssignmentsPaginator.ts +0 -58
- package/pagination/ListAccountsForProvisionedPermissionSetPaginator.ts +0 -58
- package/pagination/ListInstancesPaginator.ts +0 -58
- package/pagination/ListManagedPoliciesInPermissionSetPaginator.ts +0 -58
- package/pagination/ListPermissionSetProvisioningStatusPaginator.ts +0 -58
- package/pagination/ListPermissionSetsPaginator.ts +0 -58
- package/pagination/ListPermissionSetsProvisionedToAccountPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -57
- package/protocols/Aws_json1_1.ts +0 -4739
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput } from "../commands/AttachManagedPolicyToPermissionSetCommand";
|
|
2
4
|
import { CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput } from "../commands/CreateAccountAssignmentCommand";
|
|
3
5
|
import { CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput } from "../commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
@@ -29,8 +31,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
29
31
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
30
32
|
import { UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateInstanceAccessControlAttributeConfigurationCommandOutput } from "../commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
31
33
|
import { UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput } from "../commands/UpdatePermissionSetCommand";
|
|
32
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
33
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
34
34
|
export declare const serializeAws_json1_1AttachManagedPolicyToPermissionSetCommand: (input: AttachManagedPolicyToPermissionSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
35
|
export declare const serializeAws_json1_1CreateAccountAssignmentCommand: (input: CreateAccountAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
36
|
export declare const serializeAws_json1_1CreateInstanceAccessControlAttributeConfigurationCommand: (input: CreateInstanceAccessControlAttributeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: SSOAdminClientConfig) => {
|
|
|
8
8
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
9
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
10
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput } from "./commands/AttachManagedPolicyToPermissionSetCommand";
|
|
3
3
|
import { CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput } from "./commands/CreateAccountAssignmentCommand";
|
|
4
4
|
import { CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
@@ -30,254 +30,130 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
30
30
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
31
31
|
import { UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
32
32
|
import { UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput } from "./commands/UpdatePermissionSetCommand";
|
|
33
|
-
import {
|
|
34
|
-
|
|
35
|
-
* <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
|
|
36
|
-
* access to multiple Amazon Web Services accounts and business applications. This guide provides information on
|
|
37
|
-
* SSO operations which could be used for access management of Amazon Web Services accounts. For information about
|
|
38
|
-
* Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Single Sign-On User Guide</a>.</p>
|
|
39
|
-
* <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
|
|
40
|
-
* principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
|
|
41
|
-
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
|
|
42
|
-
* Reference</a>.</p>
|
|
43
|
-
*/
|
|
33
|
+
import { SSOAdminClient } from "./SSOAdminClient";
|
|
34
|
+
|
|
44
35
|
export declare class SSOAdmin extends SSOAdminClient {
|
|
45
|
-
|
|
46
|
-
* <p>Attaches an IAM managed policy ARN to a permission set.</p>
|
|
47
|
-
* <note>
|
|
48
|
-
* <p>If the permission set is already referenced by one or more account assignments, you will
|
|
49
|
-
* need to call <code>
|
|
50
|
-
* <a>ProvisionPermissionSet</a>
|
|
51
|
-
* </code> after this operation.
|
|
52
|
-
* Calling <code>ProvisionPermissionSet</code> applies the corresponding IAM policy updates to
|
|
53
|
-
* all assigned accounts.</p>
|
|
54
|
-
* </note>
|
|
55
|
-
*/
|
|
36
|
+
|
|
56
37
|
attachManagedPolicyToPermissionSet(args: AttachManagedPolicyToPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<AttachManagedPolicyToPermissionSetCommandOutput>;
|
|
57
38
|
attachManagedPolicyToPermissionSet(args: AttachManagedPolicyToPermissionSetCommandInput, cb: (err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void): void;
|
|
58
39
|
attachManagedPolicyToPermissionSet(args: AttachManagedPolicyToPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void): void;
|
|
59
|
-
|
|
60
|
-
* <p>Assigns access to a principal for a specified Amazon Web Services account using a specified permission
|
|
61
|
-
* set.</p>
|
|
62
|
-
* <note>
|
|
63
|
-
* <p>The term <i>principal</i> here refers to a user or group that is defined
|
|
64
|
-
* in Amazon Web Services SSO.</p>
|
|
65
|
-
* </note>
|
|
66
|
-
* <note>
|
|
67
|
-
* <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
|
|
68
|
-
* permission set will automatically be provisioned to the account in the form of an IAM
|
|
69
|
-
* policy. That policy is attached to the SSO-created IAM role. If the permission set is
|
|
70
|
-
* subsequently updated, the corresponding IAM policies attached to roles in your accounts will
|
|
71
|
-
* not be updated automatically. In this case, you must call <code>
|
|
72
|
-
* <a>ProvisionPermissionSet</a>
|
|
73
|
-
* </code> to make these updates.</p>
|
|
74
|
-
* </note>
|
|
75
|
-
*/
|
|
40
|
+
|
|
76
41
|
createAccountAssignment(args: CreateAccountAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountAssignmentCommandOutput>;
|
|
77
42
|
createAccountAssignment(args: CreateAccountAssignmentCommandInput, cb: (err: any, data?: CreateAccountAssignmentCommandOutput) => void): void;
|
|
78
43
|
createAccountAssignment(args: CreateAccountAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountAssignmentCommandOutput) => void): void;
|
|
79
|
-
|
|
80
|
-
* <p>Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
|
|
81
|
-
* instance. You can also specify new attributes to add to your ABAC configuration during the
|
|
82
|
-
* enabling process. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
83
|
-
*/
|
|
44
|
+
|
|
84
45
|
createInstanceAccessControlAttributeConfiguration(args: CreateInstanceAccessControlAttributeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
85
46
|
createInstanceAccessControlAttributeConfiguration(args: CreateInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
86
47
|
createInstanceAccessControlAttributeConfiguration(args: CreateInstanceAccessControlAttributeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
87
|
-
|
|
88
|
-
* <p>Creates a permission set within a specified SSO instance.</p>
|
|
89
|
-
* <note>
|
|
90
|
-
* <p>To grant users and groups access to Amazon Web Services account resources, use <code>
|
|
91
|
-
* <a>CreateAccountAssignment</a>
|
|
92
|
-
* </code>.</p>
|
|
93
|
-
* </note>
|
|
94
|
-
*/
|
|
48
|
+
|
|
95
49
|
createPermissionSet(args: CreatePermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<CreatePermissionSetCommandOutput>;
|
|
96
50
|
createPermissionSet(args: CreatePermissionSetCommandInput, cb: (err: any, data?: CreatePermissionSetCommandOutput) => void): void;
|
|
97
51
|
createPermissionSet(args: CreatePermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePermissionSetCommandOutput) => void): void;
|
|
98
|
-
|
|
99
|
-
* <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission
|
|
100
|
-
* set.</p>
|
|
101
|
-
*/
|
|
52
|
+
|
|
102
53
|
deleteAccountAssignment(args: DeleteAccountAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountAssignmentCommandOutput>;
|
|
103
54
|
deleteAccountAssignment(args: DeleteAccountAssignmentCommandInput, cb: (err: any, data?: DeleteAccountAssignmentCommandOutput) => void): void;
|
|
104
55
|
deleteAccountAssignment(args: DeleteAccountAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountAssignmentCommandOutput) => void): void;
|
|
105
|
-
|
|
106
|
-
* <p>Deletes the inline policy from a specified permission set.</p>
|
|
107
|
-
*/
|
|
56
|
+
|
|
108
57
|
deleteInlinePolicyFromPermissionSet(args: DeleteInlinePolicyFromPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInlinePolicyFromPermissionSetCommandOutput>;
|
|
109
58
|
deleteInlinePolicyFromPermissionSet(args: DeleteInlinePolicyFromPermissionSetCommandInput, cb: (err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void): void;
|
|
110
59
|
deleteInlinePolicyFromPermissionSet(args: DeleteInlinePolicyFromPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void): void;
|
|
111
|
-
|
|
112
|
-
* <p>Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
|
|
113
|
-
* instance and deletes all of the attribute mappings that have been configured. Once deleted,
|
|
114
|
-
* any attributes that are received from an identity source and any custom attributes you have
|
|
115
|
-
* previously configured will not be passed. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
116
|
-
*/
|
|
60
|
+
|
|
117
61
|
deleteInstanceAccessControlAttributeConfiguration(args: DeleteInstanceAccessControlAttributeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
118
62
|
deleteInstanceAccessControlAttributeConfiguration(args: DeleteInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: DeleteInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
119
63
|
deleteInstanceAccessControlAttributeConfiguration(args: DeleteInstanceAccessControlAttributeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
120
|
-
|
|
121
|
-
* <p>Deletes the specified permission set.</p>
|
|
122
|
-
*/
|
|
64
|
+
|
|
123
65
|
deletePermissionSet(args: DeletePermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<DeletePermissionSetCommandOutput>;
|
|
124
66
|
deletePermissionSet(args: DeletePermissionSetCommandInput, cb: (err: any, data?: DeletePermissionSetCommandOutput) => void): void;
|
|
125
67
|
deletePermissionSet(args: DeletePermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePermissionSetCommandOutput) => void): void;
|
|
126
|
-
|
|
127
|
-
* <p>Describes the status of the assignment creation request.</p>
|
|
128
|
-
*/
|
|
68
|
+
|
|
129
69
|
describeAccountAssignmentCreationStatus(args: DescribeAccountAssignmentCreationStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAssignmentCreationStatusCommandOutput>;
|
|
130
70
|
describeAccountAssignmentCreationStatus(args: DescribeAccountAssignmentCreationStatusCommandInput, cb: (err: any, data?: DescribeAccountAssignmentCreationStatusCommandOutput) => void): void;
|
|
131
71
|
describeAccountAssignmentCreationStatus(args: DescribeAccountAssignmentCreationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAssignmentCreationStatusCommandOutput) => void): void;
|
|
132
|
-
|
|
133
|
-
* <p>Describes the status of the assignment deletion request.</p>
|
|
134
|
-
*/
|
|
72
|
+
|
|
135
73
|
describeAccountAssignmentDeletionStatus(args: DescribeAccountAssignmentDeletionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAssignmentDeletionStatusCommandOutput>;
|
|
136
74
|
describeAccountAssignmentDeletionStatus(args: DescribeAccountAssignmentDeletionStatusCommandInput, cb: (err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void): void;
|
|
137
75
|
describeAccountAssignmentDeletionStatus(args: DescribeAccountAssignmentDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void): void;
|
|
138
|
-
|
|
139
|
-
* <p>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to
|
|
140
|
-
* work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This
|
|
141
|
-
* will not return attributes configured and sent by an external identity provider.
|
|
142
|
-
* For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
143
|
-
*/
|
|
76
|
+
|
|
144
77
|
describeInstanceAccessControlAttributeConfiguration(args: DescribeInstanceAccessControlAttributeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
145
78
|
describeInstanceAccessControlAttributeConfiguration(args: DescribeInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: DescribeInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
146
79
|
describeInstanceAccessControlAttributeConfiguration(args: DescribeInstanceAccessControlAttributeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
147
|
-
|
|
148
|
-
* <p>Gets the details of the permission set.</p>
|
|
149
|
-
*/
|
|
80
|
+
|
|
150
81
|
describePermissionSet(args: DescribePermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribePermissionSetCommandOutput>;
|
|
151
82
|
describePermissionSet(args: DescribePermissionSetCommandInput, cb: (err: any, data?: DescribePermissionSetCommandOutput) => void): void;
|
|
152
83
|
describePermissionSet(args: DescribePermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePermissionSetCommandOutput) => void): void;
|
|
153
|
-
|
|
154
|
-
* <p>Describes the status for the given permission set provisioning request.</p>
|
|
155
|
-
*/
|
|
84
|
+
|
|
156
85
|
describePermissionSetProvisioningStatus(args: DescribePermissionSetProvisioningStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribePermissionSetProvisioningStatusCommandOutput>;
|
|
157
86
|
describePermissionSetProvisioningStatus(args: DescribePermissionSetProvisioningStatusCommandInput, cb: (err: any, data?: DescribePermissionSetProvisioningStatusCommandOutput) => void): void;
|
|
158
87
|
describePermissionSetProvisioningStatus(args: DescribePermissionSetProvisioningStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePermissionSetProvisioningStatusCommandOutput) => void): void;
|
|
159
|
-
|
|
160
|
-
* <p>Detaches the attached IAM managed policy ARN from the specified permission set.</p>
|
|
161
|
-
*/
|
|
88
|
+
|
|
162
89
|
detachManagedPolicyFromPermissionSet(args: DetachManagedPolicyFromPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<DetachManagedPolicyFromPermissionSetCommandOutput>;
|
|
163
90
|
detachManagedPolicyFromPermissionSet(args: DetachManagedPolicyFromPermissionSetCommandInput, cb: (err: any, data?: DetachManagedPolicyFromPermissionSetCommandOutput) => void): void;
|
|
164
91
|
detachManagedPolicyFromPermissionSet(args: DetachManagedPolicyFromPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachManagedPolicyFromPermissionSetCommandOutput) => void): void;
|
|
165
|
-
|
|
166
|
-
* <p>Obtains the inline policy assigned to the permission set.</p>
|
|
167
|
-
*/
|
|
92
|
+
|
|
168
93
|
getInlinePolicyForPermissionSet(args: GetInlinePolicyForPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<GetInlinePolicyForPermissionSetCommandOutput>;
|
|
169
94
|
getInlinePolicyForPermissionSet(args: GetInlinePolicyForPermissionSetCommandInput, cb: (err: any, data?: GetInlinePolicyForPermissionSetCommandOutput) => void): void;
|
|
170
95
|
getInlinePolicyForPermissionSet(args: GetInlinePolicyForPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInlinePolicyForPermissionSetCommandOutput) => void): void;
|
|
171
|
-
|
|
172
|
-
* <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO
|
|
173
|
-
* instance.</p>
|
|
174
|
-
*/
|
|
96
|
+
|
|
175
97
|
listAccountAssignmentCreationStatus(args: ListAccountAssignmentCreationStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssignmentCreationStatusCommandOutput>;
|
|
176
98
|
listAccountAssignmentCreationStatus(args: ListAccountAssignmentCreationStatusCommandInput, cb: (err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void): void;
|
|
177
99
|
listAccountAssignmentCreationStatus(args: ListAccountAssignmentCreationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void): void;
|
|
178
|
-
|
|
179
|
-
* <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO
|
|
180
|
-
* instance.</p>
|
|
181
|
-
*/
|
|
100
|
+
|
|
182
101
|
listAccountAssignmentDeletionStatus(args: ListAccountAssignmentDeletionStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssignmentDeletionStatusCommandOutput>;
|
|
183
102
|
listAccountAssignmentDeletionStatus(args: ListAccountAssignmentDeletionStatusCommandInput, cb: (err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void): void;
|
|
184
103
|
listAccountAssignmentDeletionStatus(args: ListAccountAssignmentDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void): void;
|
|
185
|
-
|
|
186
|
-
* <p>Lists the assignee of the specified Amazon Web Services account with the specified permission
|
|
187
|
-
* set.</p>
|
|
188
|
-
*/
|
|
104
|
+
|
|
189
105
|
listAccountAssignments(args: ListAccountAssignmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssignmentsCommandOutput>;
|
|
190
106
|
listAccountAssignments(args: ListAccountAssignmentsCommandInput, cb: (err: any, data?: ListAccountAssignmentsCommandOutput) => void): void;
|
|
191
107
|
listAccountAssignments(args: ListAccountAssignmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssignmentsCommandOutput) => void): void;
|
|
192
|
-
|
|
193
|
-
* <p>Lists all the Amazon Web Services accounts where the specified permission set is provisioned.</p>
|
|
194
|
-
*/
|
|
108
|
+
|
|
195
109
|
listAccountsForProvisionedPermissionSet(args: ListAccountsForProvisionedPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsForProvisionedPermissionSetCommandOutput>;
|
|
196
110
|
listAccountsForProvisionedPermissionSet(args: ListAccountsForProvisionedPermissionSetCommandInput, cb: (err: any, data?: ListAccountsForProvisionedPermissionSetCommandOutput) => void): void;
|
|
197
111
|
listAccountsForProvisionedPermissionSet(args: ListAccountsForProvisionedPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsForProvisionedPermissionSetCommandOutput) => void): void;
|
|
198
|
-
|
|
199
|
-
* <p>Lists the SSO instances that the caller has access to.</p>
|
|
200
|
-
*/
|
|
112
|
+
|
|
201
113
|
listInstances(args: ListInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstancesCommandOutput>;
|
|
202
114
|
listInstances(args: ListInstancesCommandInput, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
|
|
203
115
|
listInstances(args: ListInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
|
|
204
|
-
|
|
205
|
-
* <p>Lists the IAM managed policy that is attached to a specified permission set.</p>
|
|
206
|
-
*/
|
|
116
|
+
|
|
207
117
|
listManagedPoliciesInPermissionSet(args: ListManagedPoliciesInPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedPoliciesInPermissionSetCommandOutput>;
|
|
208
118
|
listManagedPoliciesInPermissionSet(args: ListManagedPoliciesInPermissionSetCommandInput, cb: (err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void): void;
|
|
209
119
|
listManagedPoliciesInPermissionSet(args: ListManagedPoliciesInPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void): void;
|
|
210
|
-
|
|
211
|
-
* <p>Lists the status of the permission set provisioning requests for a specified SSO
|
|
212
|
-
* instance.</p>
|
|
213
|
-
*/
|
|
120
|
+
|
|
214
121
|
listPermissionSetProvisioningStatus(args: ListPermissionSetProvisioningStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionSetProvisioningStatusCommandOutput>;
|
|
215
122
|
listPermissionSetProvisioningStatus(args: ListPermissionSetProvisioningStatusCommandInput, cb: (err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void): void;
|
|
216
123
|
listPermissionSetProvisioningStatus(args: ListPermissionSetProvisioningStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void): void;
|
|
217
|
-
|
|
218
|
-
* <p>Lists the <a>PermissionSet</a>s in an SSO instance.</p>
|
|
219
|
-
*/
|
|
124
|
+
|
|
220
125
|
listPermissionSets(args: ListPermissionSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionSetsCommandOutput>;
|
|
221
126
|
listPermissionSets(args: ListPermissionSetsCommandInput, cb: (err: any, data?: ListPermissionSetsCommandOutput) => void): void;
|
|
222
127
|
listPermissionSets(args: ListPermissionSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionSetsCommandOutput) => void): void;
|
|
223
|
-
|
|
224
|
-
* <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services account.</p>
|
|
225
|
-
*/
|
|
128
|
+
|
|
226
129
|
listPermissionSetsProvisionedToAccount(args: ListPermissionSetsProvisionedToAccountCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionSetsProvisionedToAccountCommandOutput>;
|
|
227
130
|
listPermissionSetsProvisionedToAccount(args: ListPermissionSetsProvisionedToAccountCommandInput, cb: (err: any, data?: ListPermissionSetsProvisionedToAccountCommandOutput) => void): void;
|
|
228
131
|
listPermissionSetsProvisionedToAccount(args: ListPermissionSetsProvisionedToAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionSetsProvisionedToAccountCommandOutput) => void): void;
|
|
229
|
-
|
|
230
|
-
* <p>Lists the tags that are attached to a specified resource.</p>
|
|
231
|
-
*/
|
|
132
|
+
|
|
232
133
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
233
134
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
234
135
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
235
|
-
|
|
236
|
-
* <p>The process by which a specified permission set is provisioned to the specified
|
|
237
|
-
* target.</p>
|
|
238
|
-
*/
|
|
136
|
+
|
|
239
137
|
provisionPermissionSet(args: ProvisionPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionPermissionSetCommandOutput>;
|
|
240
138
|
provisionPermissionSet(args: ProvisionPermissionSetCommandInput, cb: (err: any, data?: ProvisionPermissionSetCommandOutput) => void): void;
|
|
241
139
|
provisionPermissionSet(args: ProvisionPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionPermissionSetCommandOutput) => void): void;
|
|
242
|
-
|
|
243
|
-
* <p>Attaches an IAM inline policy to a permission set.</p>
|
|
244
|
-
* <note>
|
|
245
|
-
* <p>If the permission set is already referenced by one or more account assignments, you will
|
|
246
|
-
* need to call <code>
|
|
247
|
-
* <a>ProvisionPermissionSet</a>
|
|
248
|
-
* </code> after this action to
|
|
249
|
-
* apply the corresponding IAM policy updates to all assigned accounts.</p>
|
|
250
|
-
* </note>
|
|
251
|
-
*/
|
|
140
|
+
|
|
252
141
|
putInlinePolicyToPermissionSet(args: PutInlinePolicyToPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<PutInlinePolicyToPermissionSetCommandOutput>;
|
|
253
142
|
putInlinePolicyToPermissionSet(args: PutInlinePolicyToPermissionSetCommandInput, cb: (err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void): void;
|
|
254
143
|
putInlinePolicyToPermissionSet(args: PutInlinePolicyToPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void): void;
|
|
255
|
-
|
|
256
|
-
* <p>Associates a set of tags with a specified resource.</p>
|
|
257
|
-
*/
|
|
144
|
+
|
|
258
145
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
259
146
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
260
147
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
261
|
-
|
|
262
|
-
* <p>Disassociates a set of tags from a specified resource.</p>
|
|
263
|
-
*/
|
|
148
|
+
|
|
264
149
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
265
150
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
266
151
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
267
|
-
|
|
268
|
-
* <p>Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO
|
|
269
|
-
* instance for attributes-based access control (ABAC). When using an external identity provider
|
|
270
|
-
* as an identity source, you can pass attributes through the SAML assertion as an alternative to
|
|
271
|
-
* configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of
|
|
272
|
-
* these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO
|
|
273
|
-
* identity store. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
274
|
-
*/
|
|
152
|
+
|
|
275
153
|
updateInstanceAccessControlAttributeConfiguration(args: UpdateInstanceAccessControlAttributeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
276
154
|
updateInstanceAccessControlAttributeConfiguration(args: UpdateInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: UpdateInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
277
155
|
updateInstanceAccessControlAttributeConfiguration(args: UpdateInstanceAccessControlAttributeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
|
|
278
|
-
|
|
279
|
-
* <p>Updates an existing permission set.</p>
|
|
280
|
-
*/
|
|
156
|
+
|
|
281
157
|
updatePermissionSet(args: UpdatePermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePermissionSetCommandOutput>;
|
|
282
158
|
updatePermissionSet(args: UpdatePermissionSetCommandInput, cb: (err: any, data?: UpdatePermissionSetCommandOutput) => void): void;
|
|
283
159
|
updatePermissionSet(args: UpdatePermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePermissionSetCommandOutput) => void): void;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput } from "./commands/AttachManagedPolicyToPermissionSetCommand";
|
|
2
10
|
import { CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput } from "./commands/CreateAccountAssignmentCommand";
|
|
3
11
|
import { CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
@@ -29,142 +37,62 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
29
37
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
30
38
|
import { UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateInstanceAccessControlAttributeConfigurationCommandOutput } from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
31
39
|
import { UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput } from "./commands/UpdatePermissionSetCommand";
|
|
32
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
33
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
34
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
35
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
36
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
37
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
38
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
39
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
40
40
|
export declare type ServiceInputTypes = AttachManagedPolicyToPermissionSetCommandInput | CreateAccountAssignmentCommandInput | CreateInstanceAccessControlAttributeConfigurationCommandInput | CreatePermissionSetCommandInput | DeleteAccountAssignmentCommandInput | DeleteInlinePolicyFromPermissionSetCommandInput | DeleteInstanceAccessControlAttributeConfigurationCommandInput | DeletePermissionSetCommandInput | DescribeAccountAssignmentCreationStatusCommandInput | DescribeAccountAssignmentDeletionStatusCommandInput | DescribeInstanceAccessControlAttributeConfigurationCommandInput | DescribePermissionSetCommandInput | DescribePermissionSetProvisioningStatusCommandInput | DetachManagedPolicyFromPermissionSetCommandInput | GetInlinePolicyForPermissionSetCommandInput | ListAccountAssignmentCreationStatusCommandInput | ListAccountAssignmentDeletionStatusCommandInput | ListAccountAssignmentsCommandInput | ListAccountsForProvisionedPermissionSetCommandInput | ListInstancesCommandInput | ListManagedPoliciesInPermissionSetCommandInput | ListPermissionSetProvisioningStatusCommandInput | ListPermissionSetsCommandInput | ListPermissionSetsProvisionedToAccountCommandInput | ListTagsForResourceCommandInput | ProvisionPermissionSetCommandInput | PutInlinePolicyToPermissionSetCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateInstanceAccessControlAttributeConfigurationCommandInput | UpdatePermissionSetCommandInput;
|
|
41
41
|
export declare type ServiceOutputTypes = AttachManagedPolicyToPermissionSetCommandOutput | CreateAccountAssignmentCommandOutput | CreateInstanceAccessControlAttributeConfigurationCommandOutput | CreatePermissionSetCommandOutput | DeleteAccountAssignmentCommandOutput | DeleteInlinePolicyFromPermissionSetCommandOutput | DeleteInstanceAccessControlAttributeConfigurationCommandOutput | DeletePermissionSetCommandOutput | DescribeAccountAssignmentCreationStatusCommandOutput | DescribeAccountAssignmentDeletionStatusCommandOutput | DescribeInstanceAccessControlAttributeConfigurationCommandOutput | DescribePermissionSetCommandOutput | DescribePermissionSetProvisioningStatusCommandOutput | DetachManagedPolicyFromPermissionSetCommandOutput | GetInlinePolicyForPermissionSetCommandOutput | ListAccountAssignmentCreationStatusCommandOutput | ListAccountAssignmentDeletionStatusCommandOutput | ListAccountAssignmentsCommandOutput | ListAccountsForProvisionedPermissionSetCommandOutput | ListInstancesCommandOutput | ListManagedPoliciesInPermissionSetCommandOutput | ListPermissionSetProvisioningStatusCommandOutput | ListPermissionSetsCommandOutput | ListPermissionSetsProvisionedToAccountCommandOutput | ListTagsForResourceCommandOutput | ProvisionPermissionSetCommandOutput | PutInlinePolicyToPermissionSetCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateInstanceAccessControlAttributeConfigurationCommandOutput | UpdatePermissionSetCommandOutput;
|
|
42
42
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
43
|
-
|
|
44
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
45
|
-
*/
|
|
43
|
+
|
|
46
44
|
requestHandler?: __HttpHandler;
|
|
47
|
-
|
|
48
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
49
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
45
|
+
|
|
52
46
|
sha256?: __HashConstructor;
|
|
53
|
-
|
|
54
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
47
|
+
|
|
57
48
|
urlParser?: __UrlParser;
|
|
58
|
-
|
|
59
|
-
* A function that can calculate the length of a request body.
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
49
|
+
|
|
62
50
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
63
|
-
|
|
64
|
-
* A function that converts a stream into an array of bytes.
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
51
|
+
|
|
67
52
|
streamCollector?: __StreamCollector;
|
|
68
|
-
|
|
69
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
53
|
+
|
|
72
54
|
base64Decoder?: __Decoder;
|
|
73
|
-
|
|
74
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
55
|
+
|
|
77
56
|
base64Encoder?: __Encoder;
|
|
78
|
-
|
|
79
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
57
|
+
|
|
82
58
|
utf8Decoder?: __Decoder;
|
|
83
|
-
|
|
84
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
59
|
+
|
|
87
60
|
utf8Encoder?: __Encoder;
|
|
88
|
-
|
|
89
|
-
* The runtime environment.
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
61
|
+
|
|
92
62
|
runtime?: string;
|
|
93
|
-
|
|
94
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
95
|
-
* trait of an operation.
|
|
96
|
-
*/
|
|
63
|
+
|
|
97
64
|
disableHostPrefix?: boolean;
|
|
98
|
-
|
|
99
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
100
|
-
*/
|
|
65
|
+
|
|
101
66
|
maxAttempts?: number | __Provider<number>;
|
|
102
|
-
|
|
103
|
-
* Specifies which retry algorithm to use.
|
|
104
|
-
*/
|
|
67
|
+
|
|
105
68
|
retryMode?: string | __Provider<string>;
|
|
106
|
-
|
|
107
|
-
* Optional logger for logging debug/info/warn/error.
|
|
108
|
-
*/
|
|
69
|
+
|
|
109
70
|
logger?: __Logger;
|
|
110
|
-
|
|
111
|
-
* Unique service identifier.
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
71
|
+
|
|
114
72
|
serviceId?: string;
|
|
115
|
-
|
|
116
|
-
* The AWS region to which this client will send requests
|
|
117
|
-
*/
|
|
73
|
+
|
|
118
74
|
region?: string | __Provider<string>;
|
|
119
|
-
|
|
120
|
-
* Default credentials provider; Not available in browser runtime.
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
75
|
+
|
|
123
76
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
124
|
-
|
|
125
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
77
|
+
|
|
128
78
|
regionInfoProvider?: RegionInfoProvider;
|
|
129
|
-
|
|
130
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
79
|
+
|
|
133
80
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
134
81
|
}
|
|
135
82
|
declare type SSOAdminClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
136
|
-
|
|
137
|
-
* The configuration interface of SSOAdminClient class constructor that set the region, credentials and other options.
|
|
138
|
-
*/
|
|
83
|
+
|
|
139
84
|
export interface SSOAdminClientConfig extends SSOAdminClientConfigType {
|
|
140
85
|
}
|
|
141
86
|
declare type SSOAdminClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
142
|
-
|
|
143
|
-
* The resolved configuration interface of SSOAdminClient class. This is resolved and normalized from the {@link SSOAdminClientConfig | constructor configuration interface}.
|
|
144
|
-
*/
|
|
87
|
+
|
|
145
88
|
export interface SSOAdminClientResolvedConfig extends SSOAdminClientResolvedConfigType {
|
|
146
89
|
}
|
|
147
|
-
|
|
148
|
-
* <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
|
|
149
|
-
* access to multiple Amazon Web Services accounts and business applications. This guide provides information on
|
|
150
|
-
* SSO operations which could be used for access management of Amazon Web Services accounts. For information about
|
|
151
|
-
* Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Single Sign-On User Guide</a>.</p>
|
|
152
|
-
* <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
|
|
153
|
-
* principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
|
|
154
|
-
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
|
|
155
|
-
* Reference</a>.</p>
|
|
156
|
-
*/
|
|
90
|
+
|
|
157
91
|
export declare class SSOAdminClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig> {
|
|
158
|
-
|
|
159
|
-
* The resolved configuration of SSOAdminClient class. This is resolved and normalized from the {@link SSOAdminClientConfig | constructor configuration interface}.
|
|
160
|
-
*/
|
|
92
|
+
|
|
161
93
|
readonly config: SSOAdminClientResolvedConfig;
|
|
162
94
|
constructor(configuration: SSOAdminClientConfig);
|
|
163
|
-
|
|
164
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
165
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
166
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
167
|
-
*/
|
|
95
|
+
|
|
168
96
|
destroy(): void;
|
|
169
97
|
}
|
|
170
98
|
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AttachManagedPolicyToPermissionSetRequest, AttachManagedPolicyToPermissionSetResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
5
|
+
export interface AttachManagedPolicyToPermissionSetCommandInput extends AttachManagedPolicyToPermissionSetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AttachManagedPolicyToPermissionSetCommandOutput extends AttachManagedPolicyToPermissionSetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AttachManagedPolicyToPermissionSetCommand extends $Command<AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
11
|
+
readonly input: AttachManagedPolicyToPermissionSetCommandInput;
|
|
12
|
+
constructor(input: AttachManagedPolicyToPermissionSetCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateAccountAssignmentRequest, CreateAccountAssignmentResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
5
|
+
export interface CreateAccountAssignmentCommandInput extends CreateAccountAssignmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssignmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateAccountAssignmentCommand extends $Command<CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateAccountAssignmentCommandInput;
|
|
12
|
+
constructor(input: CreateAccountAssignmentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateInstanceAccessControlAttributeConfigurationRequest, CreateInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
5
|
+
export interface CreateInstanceAccessControlAttributeConfigurationCommandInput extends CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput extends CreateInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateInstanceAccessControlAttributeConfigurationCommand extends $Command<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateInstanceAccessControlAttributeConfigurationCommandInput;
|
|
12
|
+
constructor(input: CreateInstanceAccessControlAttributeConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreatePermissionSetRequest, CreatePermissionSetResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
5
|
+
export interface CreatePermissionSetCommandInput extends CreatePermissionSetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreatePermissionSetCommandOutput extends CreatePermissionSetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreatePermissionSetCommand extends $Command<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
11
|
+
readonly input: CreatePermissionSetCommandInput;
|
|
12
|
+
constructor(input: CreatePermissionSetCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAccountAssignmentRequest, DeleteAccountAssignmentResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
5
|
+
export interface DeleteAccountAssignmentCommandInput extends DeleteAccountAssignmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssignmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteAccountAssignmentCommand extends $Command<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteAccountAssignmentCommandInput;
|
|
12
|
+
constructor(input: DeleteAccountAssignmentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|