@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
package/models/models_0.ts
DELETED
|
@@ -1,1978 +0,0 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* <p>The value used for mapping a specified attribute to an identity source.</p>
|
|
6
|
-
*/
|
|
7
|
-
export interface AccessControlAttributeValue {
|
|
8
|
-
/**
|
|
9
|
-
* <p>The identity source to use when mapping a specified attribute to Amazon Web Services SSO.</p>
|
|
10
|
-
*/
|
|
11
|
-
Source: string[] | undefined;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export namespace AccessControlAttributeValue {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
|
-
export const filterSensitiveLog = (obj: AccessControlAttributeValue): any => ({
|
|
19
|
-
...obj,
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>These are Amazon Web Services SSO identity store attributes that you can configure for use in
|
|
25
|
-
* attributes-based access control (ABAC). You can create permissions policies that determine who
|
|
26
|
-
* can access your Amazon Web Services resources based upon the configured attribute values. When you enable
|
|
27
|
-
* ABAC and specify <code>AccessControlAttributes</code>, Amazon Web Services SSO passes the attribute values
|
|
28
|
-
* of the authenticated user into IAM for use in policy evaluation.</p>
|
|
29
|
-
*/
|
|
30
|
-
export interface AccessControlAttribute {
|
|
31
|
-
/**
|
|
32
|
-
* <p>The name of the attribute associated with your identities in your identity source. This is
|
|
33
|
-
* used to map a specified attribute in your identity source with an attribute in Amazon Web Services
|
|
34
|
-
* SSO.</p>
|
|
35
|
-
*/
|
|
36
|
-
Key: string | undefined;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* <p>The value used for mapping a specified attribute to an identity source.</p>
|
|
40
|
-
*/
|
|
41
|
-
Value: AccessControlAttributeValue | undefined;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export namespace AccessControlAttribute {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
export const filterSensitiveLog = (obj: AccessControlAttribute): any => ({
|
|
49
|
-
...obj,
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
|
-
*/
|
|
56
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
57
|
-
name: "AccessDeniedException";
|
|
58
|
-
$fault: "client";
|
|
59
|
-
Message?: string;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export namespace AccessDeniedException {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
export const filterSensitiveLog = (obj: AccessDeniedException): any => ({
|
|
67
|
-
...obj,
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export enum PrincipalType {
|
|
72
|
-
GROUP = "GROUP",
|
|
73
|
-
USER = "USER",
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* <p>The assignment that indicates a principal's limited access to a specified Amazon Web Services account
|
|
78
|
-
* with a specified permission set.</p>
|
|
79
|
-
* <note>
|
|
80
|
-
* <p>The term <i>principal</i> here refers to a user or group that is defined
|
|
81
|
-
* in Amazon Web Services SSO.</p>
|
|
82
|
-
* </note>
|
|
83
|
-
*/
|
|
84
|
-
export interface AccountAssignment {
|
|
85
|
-
/**
|
|
86
|
-
* <p>The identifier of the Amazon Web Services account.</p>
|
|
87
|
-
*/
|
|
88
|
-
AccountId?: string;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
92
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
93
|
-
*/
|
|
94
|
-
PermissionSetArn?: string;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* <p>The entity type for which the assignment will be created.</p>
|
|
98
|
-
*/
|
|
99
|
-
PrincipalType?: PrincipalType | string;
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
|
|
103
|
-
*/
|
|
104
|
-
PrincipalId?: string;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
export namespace AccountAssignment {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
export const filterSensitiveLog = (obj: AccountAssignment): any => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
export enum StatusValues {
|
|
117
|
-
FAILED = "FAILED",
|
|
118
|
-
IN_PROGRESS = "IN_PROGRESS",
|
|
119
|
-
SUCCEEDED = "SUCCEEDED",
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export enum TargetType {
|
|
123
|
-
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* <p>The status of the creation or deletion operation of an assignment that a principal needs
|
|
128
|
-
* to access an account.</p>
|
|
129
|
-
*/
|
|
130
|
-
export interface AccountAssignmentOperationStatus {
|
|
131
|
-
/**
|
|
132
|
-
* <p>The status of the permission set provisioning process.</p>
|
|
133
|
-
*/
|
|
134
|
-
Status?: StatusValues | string;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
138
|
-
* unique identifier (UUID) workflow.</p>
|
|
139
|
-
*/
|
|
140
|
-
RequestId?: string;
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* <p>The message that contains an error or exception in case of an operation failure.</p>
|
|
144
|
-
*/
|
|
145
|
-
FailureReason?: string;
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
|
|
149
|
-
*/
|
|
150
|
-
TargetId?: string;
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* <p>The entity type for which the assignment will be created.</p>
|
|
154
|
-
*/
|
|
155
|
-
TargetType?: TargetType | string;
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
159
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
160
|
-
*/
|
|
161
|
-
PermissionSetArn?: string;
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* <p>The entity type for which the assignment will be created.</p>
|
|
165
|
-
*/
|
|
166
|
-
PrincipalType?: PrincipalType | string;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
|
|
170
|
-
*/
|
|
171
|
-
PrincipalId?: string;
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* <p>The date that the permission set was created.</p>
|
|
175
|
-
*/
|
|
176
|
-
CreatedDate?: Date;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
export namespace AccountAssignmentOperationStatus {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
export const filterSensitiveLog = (obj: AccountAssignmentOperationStatus): any => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* <p>Provides information about the <a>AccountAssignment</a> creation
|
|
190
|
-
* request.</p>
|
|
191
|
-
*/
|
|
192
|
-
export interface AccountAssignmentOperationStatusMetadata {
|
|
193
|
-
/**
|
|
194
|
-
* <p>The status of the permission set provisioning process.</p>
|
|
195
|
-
*/
|
|
196
|
-
Status?: StatusValues | string;
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
200
|
-
* unique identifier (UUID) workflow.</p>
|
|
201
|
-
*/
|
|
202
|
-
RequestId?: string;
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* <p>The date that the permission set was created.</p>
|
|
206
|
-
*/
|
|
207
|
-
CreatedDate?: Date;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
export namespace AccountAssignmentOperationStatusMetadata {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
export const filterSensitiveLog = (obj: AccountAssignmentOperationStatusMetadata): any => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* <p>A structure that stores the details of the IAM managed policy.</p>
|
|
221
|
-
*/
|
|
222
|
-
export interface AttachedManagedPolicy {
|
|
223
|
-
/**
|
|
224
|
-
* <p>The name of the IAM managed policy.</p>
|
|
225
|
-
*/
|
|
226
|
-
Name?: string;
|
|
227
|
-
|
|
228
|
-
/**
|
|
229
|
-
* <p>The ARN of the IAM managed policy. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
230
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
231
|
-
*/
|
|
232
|
-
Arn?: string;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
export namespace AttachedManagedPolicy {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
export const filterSensitiveLog = (obj: AttachedManagedPolicy): any => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
export interface AttachManagedPolicyToPermissionSetRequest {
|
|
245
|
-
/**
|
|
246
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
247
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
248
|
-
*/
|
|
249
|
-
InstanceArn: string | undefined;
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* <p>The ARN of the <a>PermissionSet</a> that the managed policy should be attached
|
|
253
|
-
* to.</p>
|
|
254
|
-
*/
|
|
255
|
-
PermissionSetArn: string | undefined;
|
|
256
|
-
|
|
257
|
-
/**
|
|
258
|
-
* <p>The IAM managed policy ARN to be attached to a permission set.</p>
|
|
259
|
-
*/
|
|
260
|
-
ManagedPolicyArn: string | undefined;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
export namespace AttachManagedPolicyToPermissionSetRequest {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
export const filterSensitiveLog = (obj: AttachManagedPolicyToPermissionSetRequest): any => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
export interface AttachManagedPolicyToPermissionSetResponse {}
|
|
273
|
-
|
|
274
|
-
export namespace AttachManagedPolicyToPermissionSetResponse {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
export const filterSensitiveLog = (obj: AttachManagedPolicyToPermissionSetResponse): any => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/**
|
|
284
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
285
|
-
* when the previous write did not have time to propagate to the host serving the current
|
|
286
|
-
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
287
|
-
* exception.</p>
|
|
288
|
-
*/
|
|
289
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
290
|
-
name: "ConflictException";
|
|
291
|
-
$fault: "client";
|
|
292
|
-
Message?: string;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
export namespace ConflictException {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
|
-
export const filterSensitiveLog = (obj: ConflictException): any => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
306
|
-
* an internal server.</p>
|
|
307
|
-
*/
|
|
308
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
309
|
-
name: "InternalServerException";
|
|
310
|
-
$fault: "server";
|
|
311
|
-
Message?: string;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
export namespace InternalServerException {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
export const filterSensitiveLog = (obj: InternalServerException): any => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
/**
|
|
324
|
-
* <p>Indicates that a requested resource is not found.</p>
|
|
325
|
-
*/
|
|
326
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
327
|
-
name: "ResourceNotFoundException";
|
|
328
|
-
$fault: "client";
|
|
329
|
-
Message?: string;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
export namespace ResourceNotFoundException {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
|
-
export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/**
|
|
342
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
343
|
-
* created.</p>
|
|
344
|
-
*/
|
|
345
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
346
|
-
name: "ServiceQuotaExceededException";
|
|
347
|
-
$fault: "client";
|
|
348
|
-
Message?: string;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
export namespace ServiceQuotaExceededException {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
|
-
export const filterSensitiveLog = (obj: ServiceQuotaExceededException): any => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
362
|
-
* operations.</p>
|
|
363
|
-
*/
|
|
364
|
-
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
365
|
-
name: "ThrottlingException";
|
|
366
|
-
$fault: "client";
|
|
367
|
-
Message?: string;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
export namespace ThrottlingException {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
export const filterSensitiveLog = (obj: ThrottlingException): any => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* <p>The request failed because it contains a syntax error.</p>
|
|
381
|
-
*/
|
|
382
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
383
|
-
name: "ValidationException";
|
|
384
|
-
$fault: "client";
|
|
385
|
-
Message?: string;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
export namespace ValidationException {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
|
-
export const filterSensitiveLog = (obj: ValidationException): any => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
export interface CreateAccountAssignmentRequest {
|
|
398
|
-
/**
|
|
399
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
400
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
401
|
-
*/
|
|
402
|
-
InstanceArn: string | undefined;
|
|
403
|
-
|
|
404
|
-
/**
|
|
405
|
-
* <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
|
|
406
|
-
*/
|
|
407
|
-
TargetId: string | undefined;
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* <p>The entity type for which the assignment will be created.</p>
|
|
411
|
-
*/
|
|
412
|
-
TargetType: TargetType | string | undefined;
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
* <p>The ARN of the permission set that the admin wants to grant the principal access
|
|
416
|
-
* to.</p>
|
|
417
|
-
*/
|
|
418
|
-
PermissionSetArn: string | undefined;
|
|
419
|
-
|
|
420
|
-
/**
|
|
421
|
-
* <p>The entity type for which the assignment will be created.</p>
|
|
422
|
-
*/
|
|
423
|
-
PrincipalType: PrincipalType | string | undefined;
|
|
424
|
-
|
|
425
|
-
/**
|
|
426
|
-
* <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
|
|
427
|
-
*/
|
|
428
|
-
PrincipalId: string | undefined;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
export namespace CreateAccountAssignmentRequest {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
export const filterSensitiveLog = (obj: CreateAccountAssignmentRequest): any => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
export interface CreateAccountAssignmentResponse {
|
|
441
|
-
/**
|
|
442
|
-
* <p>The status object for the account assignment creation operation.</p>
|
|
443
|
-
*/
|
|
444
|
-
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
export namespace CreateAccountAssignmentResponse {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
|
-
export const filterSensitiveLog = (obj: CreateAccountAssignmentResponse): any => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
/**
|
|
457
|
-
* <p>Specifies the attributes to add to your attribute-based access control (ABAC)
|
|
458
|
-
* configuration.</p>
|
|
459
|
-
*/
|
|
460
|
-
export interface InstanceAccessControlAttributeConfiguration {
|
|
461
|
-
/**
|
|
462
|
-
* <p>Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO
|
|
463
|
-
* instance.</p>
|
|
464
|
-
*/
|
|
465
|
-
AccessControlAttributes: AccessControlAttribute[] | undefined;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
export namespace InstanceAccessControlAttributeConfiguration {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
|
-
export const filterSensitiveLog = (obj: InstanceAccessControlAttributeConfiguration): any => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
478
|
-
/**
|
|
479
|
-
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
480
|
-
*/
|
|
481
|
-
InstanceArn: string | undefined;
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
* <p>Specifies the Amazon Web Services SSO identity store attributes to add to your ABAC configuration.
|
|
485
|
-
* When using an external identity provider as an identity source, you can pass attributes
|
|
486
|
-
* through the SAML assertion. Doing so provides an alternative to configuring attributes from
|
|
487
|
-
* the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services
|
|
488
|
-
* SSO will replace the attribute value with the value from the Amazon Web Services SSO identity
|
|
489
|
-
* store.</p>
|
|
490
|
-
*/
|
|
491
|
-
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
export namespace CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
export const filterSensitiveLog = (obj: CreateInstanceAccessControlAttributeConfigurationRequest): any => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
export interface CreateInstanceAccessControlAttributeConfigurationResponse {}
|
|
504
|
-
|
|
505
|
-
export namespace CreateInstanceAccessControlAttributeConfigurationResponse {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
|
-
export const filterSensitiveLog = (obj: CreateInstanceAccessControlAttributeConfigurationResponse): any => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
* <p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to
|
|
516
|
-
* permission sets and cannot be applied to corresponding roles that Amazon Web Services SSO creates in Amazon Web Services
|
|
517
|
-
* accounts.</p>
|
|
518
|
-
*/
|
|
519
|
-
export interface Tag {
|
|
520
|
-
/**
|
|
521
|
-
* <p>The key for the tag.</p>
|
|
522
|
-
*/
|
|
523
|
-
Key?: string;
|
|
524
|
-
|
|
525
|
-
/**
|
|
526
|
-
* <p>The value of the tag.</p>
|
|
527
|
-
*/
|
|
528
|
-
Value?: string;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
export namespace Tag {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
|
-
export const filterSensitiveLog = (obj: Tag): any => ({
|
|
536
|
-
...obj,
|
|
537
|
-
});
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
export interface CreatePermissionSetRequest {
|
|
541
|
-
/**
|
|
542
|
-
* <p>The name of the <a>PermissionSet</a>.</p>
|
|
543
|
-
*/
|
|
544
|
-
Name: string | undefined;
|
|
545
|
-
|
|
546
|
-
/**
|
|
547
|
-
* <p>The description of the <a>PermissionSet</a>.</p>
|
|
548
|
-
*/
|
|
549
|
-
Description?: string;
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
553
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
554
|
-
*/
|
|
555
|
-
InstanceArn: string | undefined;
|
|
556
|
-
|
|
557
|
-
/**
|
|
558
|
-
* <p>The length of time that the application user sessions are valid in the ISO-8601
|
|
559
|
-
* standard.</p>
|
|
560
|
-
*/
|
|
561
|
-
SessionDuration?: string;
|
|
562
|
-
|
|
563
|
-
/**
|
|
564
|
-
* <p>Used to redirect users within the application during the federation authentication
|
|
565
|
-
* process.</p>
|
|
566
|
-
*/
|
|
567
|
-
RelayState?: string;
|
|
568
|
-
|
|
569
|
-
/**
|
|
570
|
-
* <p>The tags to attach to the new <a>PermissionSet</a>.</p>
|
|
571
|
-
*/
|
|
572
|
-
Tags?: Tag[];
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
export namespace CreatePermissionSetRequest {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
export const filterSensitiveLog = (obj: CreatePermissionSetRequest): any => ({
|
|
580
|
-
...obj,
|
|
581
|
-
});
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
/**
|
|
585
|
-
* <p>An entity that contains IAM policies.</p>
|
|
586
|
-
*/
|
|
587
|
-
export interface PermissionSet {
|
|
588
|
-
/**
|
|
589
|
-
* <p>The name of the permission set.</p>
|
|
590
|
-
*/
|
|
591
|
-
Name?: string;
|
|
592
|
-
|
|
593
|
-
/**
|
|
594
|
-
* <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
595
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
596
|
-
*/
|
|
597
|
-
PermissionSetArn?: string;
|
|
598
|
-
|
|
599
|
-
/**
|
|
600
|
-
* <p>The description of the <a>PermissionSet</a>.</p>
|
|
601
|
-
*/
|
|
602
|
-
Description?: string;
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* <p>The date that the permission set was created.</p>
|
|
606
|
-
*/
|
|
607
|
-
CreatedDate?: Date;
|
|
608
|
-
|
|
609
|
-
/**
|
|
610
|
-
* <p>The length of time that the application user sessions are valid for in the ISO-8601
|
|
611
|
-
* standard.</p>
|
|
612
|
-
*/
|
|
613
|
-
SessionDuration?: string;
|
|
614
|
-
|
|
615
|
-
/**
|
|
616
|
-
* <p>Used to redirect users within the application during the federation authentication
|
|
617
|
-
* process.</p>
|
|
618
|
-
*/
|
|
619
|
-
RelayState?: string;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
export namespace PermissionSet {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
|
-
export const filterSensitiveLog = (obj: PermissionSet): any => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
export interface CreatePermissionSetResponse {
|
|
632
|
-
/**
|
|
633
|
-
* <p>Defines the level of access on an Amazon Web Services account.</p>
|
|
634
|
-
*/
|
|
635
|
-
PermissionSet?: PermissionSet;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
export namespace CreatePermissionSetResponse {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
|
-
export const filterSensitiveLog = (obj: CreatePermissionSetResponse): any => ({
|
|
643
|
-
...obj,
|
|
644
|
-
});
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
export interface DeleteAccountAssignmentRequest {
|
|
648
|
-
/**
|
|
649
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
650
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
651
|
-
*/
|
|
652
|
-
InstanceArn: string | undefined;
|
|
653
|
-
|
|
654
|
-
/**
|
|
655
|
-
* <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
|
|
656
|
-
*/
|
|
657
|
-
TargetId: string | undefined;
|
|
658
|
-
|
|
659
|
-
/**
|
|
660
|
-
* <p>The entity type for which the assignment will be deleted.</p>
|
|
661
|
-
*/
|
|
662
|
-
TargetType: TargetType | string | undefined;
|
|
663
|
-
|
|
664
|
-
/**
|
|
665
|
-
* <p>The ARN of the permission set that will be used to remove access.</p>
|
|
666
|
-
*/
|
|
667
|
-
PermissionSetArn: string | undefined;
|
|
668
|
-
|
|
669
|
-
/**
|
|
670
|
-
* <p>The entity type for which the assignment will be deleted.</p>
|
|
671
|
-
*/
|
|
672
|
-
PrincipalType: PrincipalType | string | undefined;
|
|
673
|
-
|
|
674
|
-
/**
|
|
675
|
-
* <p>An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API Reference</a>.</p>
|
|
676
|
-
*/
|
|
677
|
-
PrincipalId: string | undefined;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
export namespace DeleteAccountAssignmentRequest {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
|
-
export const filterSensitiveLog = (obj: DeleteAccountAssignmentRequest): any => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
export interface DeleteAccountAssignmentResponse {
|
|
690
|
-
/**
|
|
691
|
-
* <p>The status object for the account assignment deletion operation.</p>
|
|
692
|
-
*/
|
|
693
|
-
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
export namespace DeleteAccountAssignmentResponse {
|
|
697
|
-
/**
|
|
698
|
-
* @internal
|
|
699
|
-
*/
|
|
700
|
-
export const filterSensitiveLog = (obj: DeleteAccountAssignmentResponse): any => ({
|
|
701
|
-
...obj,
|
|
702
|
-
});
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
706
|
-
/**
|
|
707
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
708
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
709
|
-
*/
|
|
710
|
-
InstanceArn: string | undefined;
|
|
711
|
-
|
|
712
|
-
/**
|
|
713
|
-
* <p>The ARN of the permission set that will be used to remove access.</p>
|
|
714
|
-
*/
|
|
715
|
-
PermissionSetArn: string | undefined;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
export namespace DeleteInlinePolicyFromPermissionSetRequest {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
export const filterSensitiveLog = (obj: DeleteInlinePolicyFromPermissionSetRequest): any => ({
|
|
723
|
-
...obj,
|
|
724
|
-
});
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
export interface DeleteInlinePolicyFromPermissionSetResponse {}
|
|
728
|
-
|
|
729
|
-
export namespace DeleteInlinePolicyFromPermissionSetResponse {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
|
-
export const filterSensitiveLog = (obj: DeleteInlinePolicyFromPermissionSetResponse): any => ({
|
|
734
|
-
...obj,
|
|
735
|
-
});
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
739
|
-
/**
|
|
740
|
-
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
741
|
-
*/
|
|
742
|
-
InstanceArn: string | undefined;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
export namespace DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
|
-
export const filterSensitiveLog = (obj: DeleteInstanceAccessControlAttributeConfigurationRequest): any => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
export interface DeleteInstanceAccessControlAttributeConfigurationResponse {}
|
|
755
|
-
|
|
756
|
-
export namespace DeleteInstanceAccessControlAttributeConfigurationResponse {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
|
-
export const filterSensitiveLog = (obj: DeleteInstanceAccessControlAttributeConfigurationResponse): any => ({
|
|
761
|
-
...obj,
|
|
762
|
-
});
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
export interface DeletePermissionSetRequest {
|
|
766
|
-
/**
|
|
767
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
768
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
769
|
-
*/
|
|
770
|
-
InstanceArn: string | undefined;
|
|
771
|
-
|
|
772
|
-
/**
|
|
773
|
-
* <p>The ARN of the permission set that should be deleted.</p>
|
|
774
|
-
*/
|
|
775
|
-
PermissionSetArn: string | undefined;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
export namespace DeletePermissionSetRequest {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
|
-
export const filterSensitiveLog = (obj: DeletePermissionSetRequest): any => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
export interface DeletePermissionSetResponse {}
|
|
788
|
-
|
|
789
|
-
export namespace DeletePermissionSetResponse {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
|
-
export const filterSensitiveLog = (obj: DeletePermissionSetResponse): any => ({
|
|
794
|
-
...obj,
|
|
795
|
-
});
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
799
|
-
/**
|
|
800
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
801
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
802
|
-
*/
|
|
803
|
-
InstanceArn: string | undefined;
|
|
804
|
-
|
|
805
|
-
/**
|
|
806
|
-
* <p>The identifier that is used to track the request operation progress.</p>
|
|
807
|
-
*/
|
|
808
|
-
AccountAssignmentCreationRequestId: string | undefined;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
export namespace DescribeAccountAssignmentCreationStatusRequest {
|
|
812
|
-
/**
|
|
813
|
-
* @internal
|
|
814
|
-
*/
|
|
815
|
-
export const filterSensitiveLog = (obj: DescribeAccountAssignmentCreationStatusRequest): any => ({
|
|
816
|
-
...obj,
|
|
817
|
-
});
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
export interface DescribeAccountAssignmentCreationStatusResponse {
|
|
821
|
-
/**
|
|
822
|
-
* <p>The status object for the account assignment creation operation.</p>
|
|
823
|
-
*/
|
|
824
|
-
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
export namespace DescribeAccountAssignmentCreationStatusResponse {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
export const filterSensitiveLog = (obj: DescribeAccountAssignmentCreationStatusResponse): any => ({
|
|
832
|
-
...obj,
|
|
833
|
-
});
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
837
|
-
/**
|
|
838
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
839
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
840
|
-
*/
|
|
841
|
-
InstanceArn: string | undefined;
|
|
842
|
-
|
|
843
|
-
/**
|
|
844
|
-
* <p>The identifier that is used to track the request operation progress.</p>
|
|
845
|
-
*/
|
|
846
|
-
AccountAssignmentDeletionRequestId: string | undefined;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
export namespace DescribeAccountAssignmentDeletionStatusRequest {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
|
-
export const filterSensitiveLog = (obj: DescribeAccountAssignmentDeletionStatusRequest): any => ({
|
|
854
|
-
...obj,
|
|
855
|
-
});
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
export interface DescribeAccountAssignmentDeletionStatusResponse {
|
|
859
|
-
/**
|
|
860
|
-
* <p>The status object for the account assignment deletion operation.</p>
|
|
861
|
-
*/
|
|
862
|
-
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
export namespace DescribeAccountAssignmentDeletionStatusResponse {
|
|
866
|
-
/**
|
|
867
|
-
* @internal
|
|
868
|
-
*/
|
|
869
|
-
export const filterSensitiveLog = (obj: DescribeAccountAssignmentDeletionStatusResponse): any => ({
|
|
870
|
-
...obj,
|
|
871
|
-
});
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
875
|
-
/**
|
|
876
|
-
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
877
|
-
*/
|
|
878
|
-
InstanceArn: string | undefined;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
export namespace DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
882
|
-
/**
|
|
883
|
-
* @internal
|
|
884
|
-
*/
|
|
885
|
-
export const filterSensitiveLog = (obj: DescribeInstanceAccessControlAttributeConfigurationRequest): any => ({
|
|
886
|
-
...obj,
|
|
887
|
-
});
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
export enum InstanceAccessControlAttributeConfigurationStatus {
|
|
891
|
-
CREATION_FAILED = "CREATION_FAILED",
|
|
892
|
-
CREATION_IN_PROGRESS = "CREATION_IN_PROGRESS",
|
|
893
|
-
ENABLED = "ENABLED",
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
897
|
-
/**
|
|
898
|
-
* <p>The status of the attribute configuration process.</p>
|
|
899
|
-
*/
|
|
900
|
-
Status?: InstanceAccessControlAttributeConfigurationStatus | string;
|
|
901
|
-
|
|
902
|
-
/**
|
|
903
|
-
* <p>Provides more details about the current status of the specified attribute.</p>
|
|
904
|
-
*/
|
|
905
|
-
StatusReason?: string;
|
|
906
|
-
|
|
907
|
-
/**
|
|
908
|
-
* <p>Gets the list of Amazon Web Services SSO identity store attributes that have been added to your ABAC
|
|
909
|
-
* configuration.</p>
|
|
910
|
-
*/
|
|
911
|
-
InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
export namespace DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
export const filterSensitiveLog = (obj: DescribeInstanceAccessControlAttributeConfigurationResponse): any => ({
|
|
919
|
-
...obj,
|
|
920
|
-
});
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
export interface DescribePermissionSetRequest {
|
|
924
|
-
/**
|
|
925
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
926
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
927
|
-
*/
|
|
928
|
-
InstanceArn: string | undefined;
|
|
929
|
-
|
|
930
|
-
/**
|
|
931
|
-
* <p>The ARN of the permission set.</p>
|
|
932
|
-
*/
|
|
933
|
-
PermissionSetArn: string | undefined;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
export namespace DescribePermissionSetRequest {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
|
-
export const filterSensitiveLog = (obj: DescribePermissionSetRequest): any => ({
|
|
941
|
-
...obj,
|
|
942
|
-
});
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
export interface DescribePermissionSetResponse {
|
|
946
|
-
/**
|
|
947
|
-
* <p>Describes the level of access on an Amazon Web Services account.</p>
|
|
948
|
-
*/
|
|
949
|
-
PermissionSet?: PermissionSet;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
export namespace DescribePermissionSetResponse {
|
|
953
|
-
/**
|
|
954
|
-
* @internal
|
|
955
|
-
*/
|
|
956
|
-
export const filterSensitiveLog = (obj: DescribePermissionSetResponse): any => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
export interface DescribePermissionSetProvisioningStatusRequest {
|
|
962
|
-
/**
|
|
963
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
964
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
965
|
-
*/
|
|
966
|
-
InstanceArn: string | undefined;
|
|
967
|
-
|
|
968
|
-
/**
|
|
969
|
-
* <p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call to
|
|
970
|
-
* retrieve the current status of the provisioning workflow.</p>
|
|
971
|
-
*/
|
|
972
|
-
ProvisionPermissionSetRequestId: string | undefined;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
export namespace DescribePermissionSetProvisioningStatusRequest {
|
|
976
|
-
/**
|
|
977
|
-
* @internal
|
|
978
|
-
*/
|
|
979
|
-
export const filterSensitiveLog = (obj: DescribePermissionSetProvisioningStatusRequest): any => ({
|
|
980
|
-
...obj,
|
|
981
|
-
});
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
/**
|
|
985
|
-
* <p>A structure that is used to provide the status of the provisioning operation for a
|
|
986
|
-
* specified permission set.</p>
|
|
987
|
-
*/
|
|
988
|
-
export interface PermissionSetProvisioningStatus {
|
|
989
|
-
/**
|
|
990
|
-
* <p>The status of the permission set provisioning process.</p>
|
|
991
|
-
*/
|
|
992
|
-
Status?: StatusValues | string;
|
|
993
|
-
|
|
994
|
-
/**
|
|
995
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
996
|
-
* unique identifier (UUID) workflow.</p>
|
|
997
|
-
*/
|
|
998
|
-
RequestId?: string;
|
|
999
|
-
|
|
1000
|
-
/**
|
|
1001
|
-
* <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
|
|
1002
|
-
*/
|
|
1003
|
-
AccountId?: string;
|
|
1004
|
-
|
|
1005
|
-
/**
|
|
1006
|
-
* <p>The ARN of the permission set that is being provisioned. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1007
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1008
|
-
*/
|
|
1009
|
-
PermissionSetArn?: string;
|
|
1010
|
-
|
|
1011
|
-
/**
|
|
1012
|
-
* <p>The message that contains an error or exception in case of an operation failure.</p>
|
|
1013
|
-
*/
|
|
1014
|
-
FailureReason?: string;
|
|
1015
|
-
|
|
1016
|
-
/**
|
|
1017
|
-
* <p>The date that the permission set was created.</p>
|
|
1018
|
-
*/
|
|
1019
|
-
CreatedDate?: Date;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
export namespace PermissionSetProvisioningStatus {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
export const filterSensitiveLog = (obj: PermissionSetProvisioningStatus): any => ({
|
|
1027
|
-
...obj,
|
|
1028
|
-
});
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
export interface DescribePermissionSetProvisioningStatusResponse {
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>The status object for the permission set provisioning operation.</p>
|
|
1034
|
-
*/
|
|
1035
|
-
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
export namespace DescribePermissionSetProvisioningStatusResponse {
|
|
1039
|
-
/**
|
|
1040
|
-
* @internal
|
|
1041
|
-
*/
|
|
1042
|
-
export const filterSensitiveLog = (obj: DescribePermissionSetProvisioningStatusResponse): any => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
1048
|
-
/**
|
|
1049
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1050
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1051
|
-
*/
|
|
1052
|
-
InstanceArn: string | undefined;
|
|
1053
|
-
|
|
1054
|
-
/**
|
|
1055
|
-
* <p>The ARN of the <a>PermissionSet</a> from which the policy should be
|
|
1056
|
-
* detached.</p>
|
|
1057
|
-
*/
|
|
1058
|
-
PermissionSetArn: string | undefined;
|
|
1059
|
-
|
|
1060
|
-
/**
|
|
1061
|
-
* <p>The IAM managed policy ARN to be attached to a permission set.</p>
|
|
1062
|
-
*/
|
|
1063
|
-
ManagedPolicyArn: string | undefined;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
export namespace DetachManagedPolicyFromPermissionSetRequest {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
export const filterSensitiveLog = (obj: DetachManagedPolicyFromPermissionSetRequest): any => ({
|
|
1071
|
-
...obj,
|
|
1072
|
-
});
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
export interface DetachManagedPolicyFromPermissionSetResponse {}
|
|
1076
|
-
|
|
1077
|
-
export namespace DetachManagedPolicyFromPermissionSetResponse {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
|
-
export const filterSensitiveLog = (obj: DetachManagedPolicyFromPermissionSetResponse): any => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
export interface GetInlinePolicyForPermissionSetRequest {
|
|
1087
|
-
/**
|
|
1088
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1089
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1090
|
-
*/
|
|
1091
|
-
InstanceArn: string | undefined;
|
|
1092
|
-
|
|
1093
|
-
/**
|
|
1094
|
-
* <p>The ARN of the permission set.</p>
|
|
1095
|
-
*/
|
|
1096
|
-
PermissionSetArn: string | undefined;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
export namespace GetInlinePolicyForPermissionSetRequest {
|
|
1100
|
-
/**
|
|
1101
|
-
* @internal
|
|
1102
|
-
*/
|
|
1103
|
-
export const filterSensitiveLog = (obj: GetInlinePolicyForPermissionSetRequest): any => ({
|
|
1104
|
-
...obj,
|
|
1105
|
-
});
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
export interface GetInlinePolicyForPermissionSetResponse {
|
|
1109
|
-
/**
|
|
1110
|
-
* <p>The IAM inline policy that is attached to the permission set.</p>
|
|
1111
|
-
*/
|
|
1112
|
-
InlinePolicy?: string;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
export namespace GetInlinePolicyForPermissionSetResponse {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
export const filterSensitiveLog = (obj: GetInlinePolicyForPermissionSetResponse): any => ({
|
|
1120
|
-
...obj,
|
|
1121
|
-
...(obj.InlinePolicy && { InlinePolicy: SENSITIVE_STRING }),
|
|
1122
|
-
});
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
/**
|
|
1126
|
-
* <p>Provides information about the SSO instance.</p>
|
|
1127
|
-
*/
|
|
1128
|
-
export interface InstanceMetadata {
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1131
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1132
|
-
*/
|
|
1133
|
-
InstanceArn?: string;
|
|
1134
|
-
|
|
1135
|
-
/**
|
|
1136
|
-
* <p>The identifier of the identity store that is connected to the SSO instance.</p>
|
|
1137
|
-
*/
|
|
1138
|
-
IdentityStoreId?: string;
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
export namespace InstanceMetadata {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
|
-
export const filterSensitiveLog = (obj: InstanceMetadata): any => ({
|
|
1146
|
-
...obj,
|
|
1147
|
-
});
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
/**
|
|
1151
|
-
* <p>Filters he operation status list based on the passed attribute value.</p>
|
|
1152
|
-
*/
|
|
1153
|
-
export interface OperationStatusFilter {
|
|
1154
|
-
/**
|
|
1155
|
-
* <p>Filters the list operations result based on the status attribute.</p>
|
|
1156
|
-
*/
|
|
1157
|
-
Status?: StatusValues | string;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
export namespace OperationStatusFilter {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
export const filterSensitiveLog = (obj: OperationStatusFilter): any => ({
|
|
1165
|
-
...obj,
|
|
1166
|
-
});
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
export interface ListAccountAssignmentCreationStatusRequest {
|
|
1170
|
-
/**
|
|
1171
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1172
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1173
|
-
*/
|
|
1174
|
-
InstanceArn: string | undefined;
|
|
1175
|
-
|
|
1176
|
-
/**
|
|
1177
|
-
* <p>The maximum number of results to display for the assignment.</p>
|
|
1178
|
-
*/
|
|
1179
|
-
MaxResults?: number;
|
|
1180
|
-
|
|
1181
|
-
/**
|
|
1182
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1183
|
-
*/
|
|
1184
|
-
NextToken?: string;
|
|
1185
|
-
|
|
1186
|
-
/**
|
|
1187
|
-
* <p>Filters results based on the passed attribute value.</p>
|
|
1188
|
-
*/
|
|
1189
|
-
Filter?: OperationStatusFilter;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
export namespace ListAccountAssignmentCreationStatusRequest {
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
1196
|
-
export const filterSensitiveLog = (obj: ListAccountAssignmentCreationStatusRequest): any => ({
|
|
1197
|
-
...obj,
|
|
1198
|
-
});
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
export interface ListAccountAssignmentCreationStatusResponse {
|
|
1202
|
-
/**
|
|
1203
|
-
* <p>The status object for the account assignment creation operation.</p>
|
|
1204
|
-
*/
|
|
1205
|
-
AccountAssignmentsCreationStatus?: AccountAssignmentOperationStatusMetadata[];
|
|
1206
|
-
|
|
1207
|
-
/**
|
|
1208
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1209
|
-
*/
|
|
1210
|
-
NextToken?: string;
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
export namespace ListAccountAssignmentCreationStatusResponse {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
|
-
export const filterSensitiveLog = (obj: ListAccountAssignmentCreationStatusResponse): any => ({
|
|
1218
|
-
...obj,
|
|
1219
|
-
});
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
export interface ListAccountAssignmentDeletionStatusRequest {
|
|
1223
|
-
/**
|
|
1224
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1225
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1226
|
-
*/
|
|
1227
|
-
InstanceArn: string | undefined;
|
|
1228
|
-
|
|
1229
|
-
/**
|
|
1230
|
-
* <p>The maximum number of results to display for the assignment.</p>
|
|
1231
|
-
*/
|
|
1232
|
-
MaxResults?: number;
|
|
1233
|
-
|
|
1234
|
-
/**
|
|
1235
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1236
|
-
*/
|
|
1237
|
-
NextToken?: string;
|
|
1238
|
-
|
|
1239
|
-
/**
|
|
1240
|
-
* <p>Filters results based on the passed attribute value.</p>
|
|
1241
|
-
*/
|
|
1242
|
-
Filter?: OperationStatusFilter;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
export namespace ListAccountAssignmentDeletionStatusRequest {
|
|
1246
|
-
/**
|
|
1247
|
-
* @internal
|
|
1248
|
-
*/
|
|
1249
|
-
export const filterSensitiveLog = (obj: ListAccountAssignmentDeletionStatusRequest): any => ({
|
|
1250
|
-
...obj,
|
|
1251
|
-
});
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
export interface ListAccountAssignmentDeletionStatusResponse {
|
|
1255
|
-
/**
|
|
1256
|
-
* <p>The status object for the account assignment deletion operation.</p>
|
|
1257
|
-
*/
|
|
1258
|
-
AccountAssignmentsDeletionStatus?: AccountAssignmentOperationStatusMetadata[];
|
|
1259
|
-
|
|
1260
|
-
/**
|
|
1261
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1262
|
-
*/
|
|
1263
|
-
NextToken?: string;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
export namespace ListAccountAssignmentDeletionStatusResponse {
|
|
1267
|
-
/**
|
|
1268
|
-
* @internal
|
|
1269
|
-
*/
|
|
1270
|
-
export const filterSensitiveLog = (obj: ListAccountAssignmentDeletionStatusResponse): any => ({
|
|
1271
|
-
...obj,
|
|
1272
|
-
});
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
export interface ListAccountAssignmentsRequest {
|
|
1276
|
-
/**
|
|
1277
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1278
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1279
|
-
*/
|
|
1280
|
-
InstanceArn: string | undefined;
|
|
1281
|
-
|
|
1282
|
-
/**
|
|
1283
|
-
* <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
|
|
1284
|
-
*/
|
|
1285
|
-
AccountId: string | undefined;
|
|
1286
|
-
|
|
1287
|
-
/**
|
|
1288
|
-
* <p>The ARN of the permission set from which to list assignments.</p>
|
|
1289
|
-
*/
|
|
1290
|
-
PermissionSetArn: string | undefined;
|
|
1291
|
-
|
|
1292
|
-
/**
|
|
1293
|
-
* <p>The maximum number of results to display for the assignment.</p>
|
|
1294
|
-
*/
|
|
1295
|
-
MaxResults?: number;
|
|
1296
|
-
|
|
1297
|
-
/**
|
|
1298
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1299
|
-
*/
|
|
1300
|
-
NextToken?: string;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
export namespace ListAccountAssignmentsRequest {
|
|
1304
|
-
/**
|
|
1305
|
-
* @internal
|
|
1306
|
-
*/
|
|
1307
|
-
export const filterSensitiveLog = (obj: ListAccountAssignmentsRequest): any => ({
|
|
1308
|
-
...obj,
|
|
1309
|
-
});
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
export interface ListAccountAssignmentsResponse {
|
|
1313
|
-
/**
|
|
1314
|
-
* <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
|
|
1315
|
-
*/
|
|
1316
|
-
AccountAssignments?: AccountAssignment[];
|
|
1317
|
-
|
|
1318
|
-
/**
|
|
1319
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1320
|
-
*/
|
|
1321
|
-
NextToken?: string;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
export namespace ListAccountAssignmentsResponse {
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
|
-
export const filterSensitiveLog = (obj: ListAccountAssignmentsResponse): any => ({
|
|
1329
|
-
...obj,
|
|
1330
|
-
});
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
export enum ProvisioningStatus {
|
|
1334
|
-
LATEST_PERMISSION_SET_NOT_PROVISIONED = "LATEST_PERMISSION_SET_NOT_PROVISIONED",
|
|
1335
|
-
LATEST_PERMISSION_SET_PROVISIONED = "LATEST_PERMISSION_SET_PROVISIONED",
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
1339
|
-
/**
|
|
1340
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1341
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1342
|
-
*/
|
|
1343
|
-
InstanceArn: string | undefined;
|
|
1344
|
-
|
|
1345
|
-
/**
|
|
1346
|
-
* <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services accounts
|
|
1347
|
-
* will be listed.</p>
|
|
1348
|
-
*/
|
|
1349
|
-
PermissionSetArn: string | undefined;
|
|
1350
|
-
|
|
1351
|
-
/**
|
|
1352
|
-
* <p>The permission set provisioning status for an Amazon Web Services account.</p>
|
|
1353
|
-
*/
|
|
1354
|
-
ProvisioningStatus?: ProvisioningStatus | string;
|
|
1355
|
-
|
|
1356
|
-
/**
|
|
1357
|
-
* <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
|
|
1358
|
-
*/
|
|
1359
|
-
MaxResults?: number;
|
|
1360
|
-
|
|
1361
|
-
/**
|
|
1362
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1363
|
-
*/
|
|
1364
|
-
NextToken?: string;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
export namespace ListAccountsForProvisionedPermissionSetRequest {
|
|
1368
|
-
/**
|
|
1369
|
-
* @internal
|
|
1370
|
-
*/
|
|
1371
|
-
export const filterSensitiveLog = (obj: ListAccountsForProvisionedPermissionSetRequest): any => ({
|
|
1372
|
-
...obj,
|
|
1373
|
-
});
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
export interface ListAccountsForProvisionedPermissionSetResponse {
|
|
1377
|
-
/**
|
|
1378
|
-
* <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
|
|
1379
|
-
*/
|
|
1380
|
-
AccountIds?: string[];
|
|
1381
|
-
|
|
1382
|
-
/**
|
|
1383
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1384
|
-
*/
|
|
1385
|
-
NextToken?: string;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
export namespace ListAccountsForProvisionedPermissionSetResponse {
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
|
-
export const filterSensitiveLog = (obj: ListAccountsForProvisionedPermissionSetResponse): any => ({
|
|
1393
|
-
...obj,
|
|
1394
|
-
});
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
export interface ListInstancesRequest {
|
|
1398
|
-
/**
|
|
1399
|
-
* <p>The maximum number of results to display for the instance.</p>
|
|
1400
|
-
*/
|
|
1401
|
-
MaxResults?: number;
|
|
1402
|
-
|
|
1403
|
-
/**
|
|
1404
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1405
|
-
*/
|
|
1406
|
-
NextToken?: string;
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
export namespace ListInstancesRequest {
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
export const filterSensitiveLog = (obj: ListInstancesRequest): any => ({
|
|
1414
|
-
...obj,
|
|
1415
|
-
});
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
export interface ListInstancesResponse {
|
|
1419
|
-
/**
|
|
1420
|
-
* <p>Lists the SSO instances that the caller has access to.</p>
|
|
1421
|
-
*/
|
|
1422
|
-
Instances?: InstanceMetadata[];
|
|
1423
|
-
|
|
1424
|
-
/**
|
|
1425
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1426
|
-
*/
|
|
1427
|
-
NextToken?: string;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
export namespace ListInstancesResponse {
|
|
1431
|
-
/**
|
|
1432
|
-
* @internal
|
|
1433
|
-
*/
|
|
1434
|
-
export const filterSensitiveLog = (obj: ListInstancesResponse): any => ({
|
|
1435
|
-
...obj,
|
|
1436
|
-
});
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
export interface ListManagedPoliciesInPermissionSetRequest {
|
|
1440
|
-
/**
|
|
1441
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1442
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1443
|
-
*/
|
|
1444
|
-
InstanceArn: string | undefined;
|
|
1445
|
-
|
|
1446
|
-
/**
|
|
1447
|
-
* <p>The ARN of the <a>PermissionSet</a> whose managed policies will be
|
|
1448
|
-
* listed.</p>
|
|
1449
|
-
*/
|
|
1450
|
-
PermissionSetArn: string | undefined;
|
|
1451
|
-
|
|
1452
|
-
/**
|
|
1453
|
-
* <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
|
|
1454
|
-
*/
|
|
1455
|
-
MaxResults?: number;
|
|
1456
|
-
|
|
1457
|
-
/**
|
|
1458
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1459
|
-
*/
|
|
1460
|
-
NextToken?: string;
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
export namespace ListManagedPoliciesInPermissionSetRequest {
|
|
1464
|
-
/**
|
|
1465
|
-
* @internal
|
|
1466
|
-
*/
|
|
1467
|
-
export const filterSensitiveLog = (obj: ListManagedPoliciesInPermissionSetRequest): any => ({
|
|
1468
|
-
...obj,
|
|
1469
|
-
});
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
export interface ListManagedPoliciesInPermissionSetResponse {
|
|
1473
|
-
/**
|
|
1474
|
-
* <p>The array of the <a>AttachedManagedPolicy</a> data type object.</p>
|
|
1475
|
-
*/
|
|
1476
|
-
AttachedManagedPolicies?: AttachedManagedPolicy[];
|
|
1477
|
-
|
|
1478
|
-
/**
|
|
1479
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1480
|
-
*/
|
|
1481
|
-
NextToken?: string;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
export namespace ListManagedPoliciesInPermissionSetResponse {
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
|
-
export const filterSensitiveLog = (obj: ListManagedPoliciesInPermissionSetResponse): any => ({
|
|
1489
|
-
...obj,
|
|
1490
|
-
});
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
export interface ListPermissionSetProvisioningStatusRequest {
|
|
1494
|
-
/**
|
|
1495
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1496
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1497
|
-
*/
|
|
1498
|
-
InstanceArn: string | undefined;
|
|
1499
|
-
|
|
1500
|
-
/**
|
|
1501
|
-
* <p>The maximum number of results to display for the assignment.</p>
|
|
1502
|
-
*/
|
|
1503
|
-
MaxResults?: number;
|
|
1504
|
-
|
|
1505
|
-
/**
|
|
1506
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1507
|
-
*/
|
|
1508
|
-
NextToken?: string;
|
|
1509
|
-
|
|
1510
|
-
/**
|
|
1511
|
-
* <p>Filters results based on the passed attribute value.</p>
|
|
1512
|
-
*/
|
|
1513
|
-
Filter?: OperationStatusFilter;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
export namespace ListPermissionSetProvisioningStatusRequest {
|
|
1517
|
-
/**
|
|
1518
|
-
* @internal
|
|
1519
|
-
*/
|
|
1520
|
-
export const filterSensitiveLog = (obj: ListPermissionSetProvisioningStatusRequest): any => ({
|
|
1521
|
-
...obj,
|
|
1522
|
-
});
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
/**
|
|
1526
|
-
* <p>Provides information about the permission set provisioning status.</p>
|
|
1527
|
-
*/
|
|
1528
|
-
export interface PermissionSetProvisioningStatusMetadata {
|
|
1529
|
-
/**
|
|
1530
|
-
* <p>The status of the permission set provisioning process.</p>
|
|
1531
|
-
*/
|
|
1532
|
-
Status?: StatusValues | string;
|
|
1533
|
-
|
|
1534
|
-
/**
|
|
1535
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
1536
|
-
* unique identifier (UUID) workflow.</p>
|
|
1537
|
-
*/
|
|
1538
|
-
RequestId?: string;
|
|
1539
|
-
|
|
1540
|
-
/**
|
|
1541
|
-
* <p>The date that the permission set was created.</p>
|
|
1542
|
-
*/
|
|
1543
|
-
CreatedDate?: Date;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
export namespace PermissionSetProvisioningStatusMetadata {
|
|
1547
|
-
/**
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
1550
|
-
export const filterSensitiveLog = (obj: PermissionSetProvisioningStatusMetadata): any => ({
|
|
1551
|
-
...obj,
|
|
1552
|
-
});
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
export interface ListPermissionSetProvisioningStatusResponse {
|
|
1556
|
-
/**
|
|
1557
|
-
* <p>The status object for the permission set provisioning operation.</p>
|
|
1558
|
-
*/
|
|
1559
|
-
PermissionSetsProvisioningStatus?: PermissionSetProvisioningStatusMetadata[];
|
|
1560
|
-
|
|
1561
|
-
/**
|
|
1562
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1563
|
-
*/
|
|
1564
|
-
NextToken?: string;
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
export namespace ListPermissionSetProvisioningStatusResponse {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
export const filterSensitiveLog = (obj: ListPermissionSetProvisioningStatusResponse): any => ({
|
|
1572
|
-
...obj,
|
|
1573
|
-
});
|
|
1574
|
-
}
|
|
1575
|
-
|
|
1576
|
-
export interface ListPermissionSetsRequest {
|
|
1577
|
-
/**
|
|
1578
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1579
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1580
|
-
*/
|
|
1581
|
-
InstanceArn: string | undefined;
|
|
1582
|
-
|
|
1583
|
-
/**
|
|
1584
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1585
|
-
*/
|
|
1586
|
-
NextToken?: string;
|
|
1587
|
-
|
|
1588
|
-
/**
|
|
1589
|
-
* <p>The maximum number of results to display for the assignment.</p>
|
|
1590
|
-
*/
|
|
1591
|
-
MaxResults?: number;
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
export namespace ListPermissionSetsRequest {
|
|
1595
|
-
/**
|
|
1596
|
-
* @internal
|
|
1597
|
-
*/
|
|
1598
|
-
export const filterSensitiveLog = (obj: ListPermissionSetsRequest): any => ({
|
|
1599
|
-
...obj,
|
|
1600
|
-
});
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
export interface ListPermissionSetsResponse {
|
|
1604
|
-
/**
|
|
1605
|
-
* <p>Defines the level of access on an Amazon Web Services account.</p>
|
|
1606
|
-
*/
|
|
1607
|
-
PermissionSets?: string[];
|
|
1608
|
-
|
|
1609
|
-
/**
|
|
1610
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1611
|
-
*/
|
|
1612
|
-
NextToken?: string;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
export namespace ListPermissionSetsResponse {
|
|
1616
|
-
/**
|
|
1617
|
-
* @internal
|
|
1618
|
-
*/
|
|
1619
|
-
export const filterSensitiveLog = (obj: ListPermissionSetsResponse): any => ({
|
|
1620
|
-
...obj,
|
|
1621
|
-
});
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
1625
|
-
/**
|
|
1626
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1627
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1628
|
-
*/
|
|
1629
|
-
InstanceArn: string | undefined;
|
|
1630
|
-
|
|
1631
|
-
/**
|
|
1632
|
-
* <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
|
|
1633
|
-
*/
|
|
1634
|
-
AccountId: string | undefined;
|
|
1635
|
-
|
|
1636
|
-
/**
|
|
1637
|
-
* <p>The status object for the permission set provisioning operation.</p>
|
|
1638
|
-
*/
|
|
1639
|
-
ProvisioningStatus?: ProvisioningStatus | string;
|
|
1640
|
-
|
|
1641
|
-
/**
|
|
1642
|
-
* <p>The maximum number of results to display for the assignment.</p>
|
|
1643
|
-
*/
|
|
1644
|
-
MaxResults?: number;
|
|
1645
|
-
|
|
1646
|
-
/**
|
|
1647
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1648
|
-
*/
|
|
1649
|
-
NextToken?: string;
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
export namespace ListPermissionSetsProvisionedToAccountRequest {
|
|
1653
|
-
/**
|
|
1654
|
-
* @internal
|
|
1655
|
-
*/
|
|
1656
|
-
export const filterSensitiveLog = (obj: ListPermissionSetsProvisionedToAccountRequest): any => ({
|
|
1657
|
-
...obj,
|
|
1658
|
-
});
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
1662
|
-
/**
|
|
1663
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1664
|
-
*/
|
|
1665
|
-
NextToken?: string;
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* <p>Defines the level of access that an Amazon Web Services account has.</p>
|
|
1669
|
-
*/
|
|
1670
|
-
PermissionSets?: string[];
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
export namespace ListPermissionSetsProvisionedToAccountResponse {
|
|
1674
|
-
/**
|
|
1675
|
-
* @internal
|
|
1676
|
-
*/
|
|
1677
|
-
export const filterSensitiveLog = (obj: ListPermissionSetsProvisionedToAccountResponse): any => ({
|
|
1678
|
-
...obj,
|
|
1679
|
-
});
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
export interface ListTagsForResourceRequest {
|
|
1683
|
-
/**
|
|
1684
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1685
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1686
|
-
*/
|
|
1687
|
-
InstanceArn: string | undefined;
|
|
1688
|
-
|
|
1689
|
-
/**
|
|
1690
|
-
* <p>The ARN of the resource with the tags to be listed.</p>
|
|
1691
|
-
*/
|
|
1692
|
-
ResourceArn: string | undefined;
|
|
1693
|
-
|
|
1694
|
-
/**
|
|
1695
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1696
|
-
*/
|
|
1697
|
-
NextToken?: string;
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
export namespace ListTagsForResourceRequest {
|
|
1701
|
-
/**
|
|
1702
|
-
* @internal
|
|
1703
|
-
*/
|
|
1704
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
|
|
1705
|
-
...obj,
|
|
1706
|
-
});
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
export interface ListTagsForResourceResponse {
|
|
1710
|
-
/**
|
|
1711
|
-
* <p>A set of key-value pairs that are used to manage the resource.</p>
|
|
1712
|
-
*/
|
|
1713
|
-
Tags?: Tag[];
|
|
1714
|
-
|
|
1715
|
-
/**
|
|
1716
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
1717
|
-
*/
|
|
1718
|
-
NextToken?: string;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
export namespace ListTagsForResourceResponse {
|
|
1722
|
-
/**
|
|
1723
|
-
* @internal
|
|
1724
|
-
*/
|
|
1725
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
|
|
1726
|
-
...obj,
|
|
1727
|
-
});
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
export enum ProvisionTargetType {
|
|
1731
|
-
ALL_PROVISIONED_ACCOUNTS = "ALL_PROVISIONED_ACCOUNTS",
|
|
1732
|
-
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
export interface ProvisionPermissionSetRequest {
|
|
1736
|
-
/**
|
|
1737
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1738
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1739
|
-
*/
|
|
1740
|
-
InstanceArn: string | undefined;
|
|
1741
|
-
|
|
1742
|
-
/**
|
|
1743
|
-
* <p>The ARN of the permission set.</p>
|
|
1744
|
-
*/
|
|
1745
|
-
PermissionSetArn: string | undefined;
|
|
1746
|
-
|
|
1747
|
-
/**
|
|
1748
|
-
* <p>TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).</p>
|
|
1749
|
-
*/
|
|
1750
|
-
TargetId?: string;
|
|
1751
|
-
|
|
1752
|
-
/**
|
|
1753
|
-
* <p>The entity type for which the assignment will be created.</p>
|
|
1754
|
-
*/
|
|
1755
|
-
TargetType: ProvisionTargetType | string | undefined;
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
export namespace ProvisionPermissionSetRequest {
|
|
1759
|
-
/**
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
1762
|
-
export const filterSensitiveLog = (obj: ProvisionPermissionSetRequest): any => ({
|
|
1763
|
-
...obj,
|
|
1764
|
-
});
|
|
1765
|
-
}
|
|
1766
|
-
|
|
1767
|
-
export interface ProvisionPermissionSetResponse {
|
|
1768
|
-
/**
|
|
1769
|
-
* <p>The status object for the permission set provisioning operation.</p>
|
|
1770
|
-
*/
|
|
1771
|
-
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
export namespace ProvisionPermissionSetResponse {
|
|
1775
|
-
/**
|
|
1776
|
-
* @internal
|
|
1777
|
-
*/
|
|
1778
|
-
export const filterSensitiveLog = (obj: ProvisionPermissionSetResponse): any => ({
|
|
1779
|
-
...obj,
|
|
1780
|
-
});
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
export interface PutInlinePolicyToPermissionSetRequest {
|
|
1784
|
-
/**
|
|
1785
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1786
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1787
|
-
*/
|
|
1788
|
-
InstanceArn: string | undefined;
|
|
1789
|
-
|
|
1790
|
-
/**
|
|
1791
|
-
* <p>The ARN of the permission set.</p>
|
|
1792
|
-
*/
|
|
1793
|
-
PermissionSetArn: string | undefined;
|
|
1794
|
-
|
|
1795
|
-
/**
|
|
1796
|
-
* <p>The IAM inline policy to attach to a <a>PermissionSet</a>.</p>
|
|
1797
|
-
*/
|
|
1798
|
-
InlinePolicy: string | undefined;
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
export namespace PutInlinePolicyToPermissionSetRequest {
|
|
1802
|
-
/**
|
|
1803
|
-
* @internal
|
|
1804
|
-
*/
|
|
1805
|
-
export const filterSensitiveLog = (obj: PutInlinePolicyToPermissionSetRequest): any => ({
|
|
1806
|
-
...obj,
|
|
1807
|
-
...(obj.InlinePolicy && { InlinePolicy: SENSITIVE_STRING }),
|
|
1808
|
-
});
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
export interface PutInlinePolicyToPermissionSetResponse {}
|
|
1812
|
-
|
|
1813
|
-
export namespace PutInlinePolicyToPermissionSetResponse {
|
|
1814
|
-
/**
|
|
1815
|
-
* @internal
|
|
1816
|
-
*/
|
|
1817
|
-
export const filterSensitiveLog = (obj: PutInlinePolicyToPermissionSetResponse): any => ({
|
|
1818
|
-
...obj,
|
|
1819
|
-
});
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
export interface TagResourceRequest {
|
|
1823
|
-
/**
|
|
1824
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1825
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1826
|
-
*/
|
|
1827
|
-
InstanceArn: string | undefined;
|
|
1828
|
-
|
|
1829
|
-
/**
|
|
1830
|
-
* <p>The ARN of the resource with the tags to be listed.</p>
|
|
1831
|
-
*/
|
|
1832
|
-
ResourceArn: string | undefined;
|
|
1833
|
-
|
|
1834
|
-
/**
|
|
1835
|
-
* <p>A set of key-value pairs that are used to manage the resource.</p>
|
|
1836
|
-
*/
|
|
1837
|
-
Tags: Tag[] | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
export namespace TagResourceRequest {
|
|
1841
|
-
/**
|
|
1842
|
-
* @internal
|
|
1843
|
-
*/
|
|
1844
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
1845
|
-
...obj,
|
|
1846
|
-
});
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
export interface TagResourceResponse {}
|
|
1850
|
-
|
|
1851
|
-
export namespace TagResourceResponse {
|
|
1852
|
-
/**
|
|
1853
|
-
* @internal
|
|
1854
|
-
*/
|
|
1855
|
-
export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
|
|
1856
|
-
...obj,
|
|
1857
|
-
});
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
export interface UntagResourceRequest {
|
|
1861
|
-
/**
|
|
1862
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1863
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1864
|
-
*/
|
|
1865
|
-
InstanceArn: string | undefined;
|
|
1866
|
-
|
|
1867
|
-
/**
|
|
1868
|
-
* <p>The ARN of the resource with the tags to be listed.</p>
|
|
1869
|
-
*/
|
|
1870
|
-
ResourceArn: string | undefined;
|
|
1871
|
-
|
|
1872
|
-
/**
|
|
1873
|
-
* <p>The keys of tags that are attached to the resource.</p>
|
|
1874
|
-
*/
|
|
1875
|
-
TagKeys: string[] | undefined;
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
export namespace UntagResourceRequest {
|
|
1879
|
-
/**
|
|
1880
|
-
* @internal
|
|
1881
|
-
*/
|
|
1882
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
1883
|
-
...obj,
|
|
1884
|
-
});
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
export interface UntagResourceResponse {}
|
|
1888
|
-
|
|
1889
|
-
export namespace UntagResourceResponse {
|
|
1890
|
-
/**
|
|
1891
|
-
* @internal
|
|
1892
|
-
*/
|
|
1893
|
-
export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
|
|
1894
|
-
...obj,
|
|
1895
|
-
});
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
1899
|
-
/**
|
|
1900
|
-
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
1901
|
-
*/
|
|
1902
|
-
InstanceArn: string | undefined;
|
|
1903
|
-
|
|
1904
|
-
/**
|
|
1905
|
-
* <p>Updates the attributes for your ABAC configuration.</p>
|
|
1906
|
-
*/
|
|
1907
|
-
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
export namespace UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
1911
|
-
/**
|
|
1912
|
-
* @internal
|
|
1913
|
-
*/
|
|
1914
|
-
export const filterSensitiveLog = (obj: UpdateInstanceAccessControlAttributeConfigurationRequest): any => ({
|
|
1915
|
-
...obj,
|
|
1916
|
-
});
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
export interface UpdateInstanceAccessControlAttributeConfigurationResponse {}
|
|
1920
|
-
|
|
1921
|
-
export namespace UpdateInstanceAccessControlAttributeConfigurationResponse {
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
export const filterSensitiveLog = (obj: UpdateInstanceAccessControlAttributeConfigurationResponse): any => ({
|
|
1926
|
-
...obj,
|
|
1927
|
-
});
|
|
1928
|
-
}
|
|
1929
|
-
|
|
1930
|
-
export interface UpdatePermissionSetRequest {
|
|
1931
|
-
/**
|
|
1932
|
-
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1933
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1934
|
-
*/
|
|
1935
|
-
InstanceArn: string | undefined;
|
|
1936
|
-
|
|
1937
|
-
/**
|
|
1938
|
-
* <p>The ARN of the permission set.</p>
|
|
1939
|
-
*/
|
|
1940
|
-
PermissionSetArn: string | undefined;
|
|
1941
|
-
|
|
1942
|
-
/**
|
|
1943
|
-
* <p>The description of the <a>PermissionSet</a>.</p>
|
|
1944
|
-
*/
|
|
1945
|
-
Description?: string;
|
|
1946
|
-
|
|
1947
|
-
/**
|
|
1948
|
-
* <p>The length of time that the application user sessions are valid for in the ISO-8601
|
|
1949
|
-
* standard.</p>
|
|
1950
|
-
*/
|
|
1951
|
-
SessionDuration?: string;
|
|
1952
|
-
|
|
1953
|
-
/**
|
|
1954
|
-
* <p>Used to redirect users within the application during the federation authentication
|
|
1955
|
-
* process.</p>
|
|
1956
|
-
*/
|
|
1957
|
-
RelayState?: string;
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
export namespace UpdatePermissionSetRequest {
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
export const filterSensitiveLog = (obj: UpdatePermissionSetRequest): any => ({
|
|
1965
|
-
...obj,
|
|
1966
|
-
});
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
export interface UpdatePermissionSetResponse {}
|
|
1970
|
-
|
|
1971
|
-
export namespace UpdatePermissionSetResponse {
|
|
1972
|
-
/**
|
|
1973
|
-
* @internal
|
|
1974
|
-
*/
|
|
1975
|
-
export const filterSensitiveLog = (obj: UpdatePermissionSetResponse): any => ({
|
|
1976
|
-
...obj,
|
|
1977
|
-
});
|
|
1978
|
-
}
|