@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
|
@@ -0,0 +1,909 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface AccessControlAttributeValue {
|
|
4
|
+
|
|
5
|
+
Source: string[] | undefined;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace AccessControlAttributeValue {
|
|
8
|
+
|
|
9
|
+
const filterSensitiveLog: (obj: AccessControlAttributeValue) => any;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface AccessControlAttribute {
|
|
13
|
+
|
|
14
|
+
Key: string | undefined;
|
|
15
|
+
|
|
16
|
+
Value: AccessControlAttributeValue | undefined;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace AccessControlAttribute {
|
|
19
|
+
|
|
20
|
+
const filterSensitiveLog: (obj: AccessControlAttribute) => any;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
24
|
+
name: "AccessDeniedException";
|
|
25
|
+
$fault: "client";
|
|
26
|
+
Message?: string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace AccessDeniedException {
|
|
29
|
+
|
|
30
|
+
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
31
|
+
}
|
|
32
|
+
export declare enum PrincipalType {
|
|
33
|
+
GROUP = "GROUP",
|
|
34
|
+
USER = "USER"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface AccountAssignment {
|
|
38
|
+
|
|
39
|
+
AccountId?: string;
|
|
40
|
+
|
|
41
|
+
PermissionSetArn?: string;
|
|
42
|
+
|
|
43
|
+
PrincipalType?: PrincipalType | string;
|
|
44
|
+
|
|
45
|
+
PrincipalId?: string;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace AccountAssignment {
|
|
48
|
+
|
|
49
|
+
const filterSensitiveLog: (obj: AccountAssignment) => any;
|
|
50
|
+
}
|
|
51
|
+
export declare enum StatusValues {
|
|
52
|
+
FAILED = "FAILED",
|
|
53
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
54
|
+
SUCCEEDED = "SUCCEEDED"
|
|
55
|
+
}
|
|
56
|
+
export declare enum TargetType {
|
|
57
|
+
AWS_ACCOUNT = "AWS_ACCOUNT"
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface AccountAssignmentOperationStatus {
|
|
61
|
+
|
|
62
|
+
Status?: StatusValues | string;
|
|
63
|
+
|
|
64
|
+
RequestId?: string;
|
|
65
|
+
|
|
66
|
+
FailureReason?: string;
|
|
67
|
+
|
|
68
|
+
TargetId?: string;
|
|
69
|
+
|
|
70
|
+
TargetType?: TargetType | string;
|
|
71
|
+
|
|
72
|
+
PermissionSetArn?: string;
|
|
73
|
+
|
|
74
|
+
PrincipalType?: PrincipalType | string;
|
|
75
|
+
|
|
76
|
+
PrincipalId?: string;
|
|
77
|
+
|
|
78
|
+
CreatedDate?: Date;
|
|
79
|
+
}
|
|
80
|
+
export declare namespace AccountAssignmentOperationStatus {
|
|
81
|
+
|
|
82
|
+
const filterSensitiveLog: (obj: AccountAssignmentOperationStatus) => any;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export interface AccountAssignmentOperationStatusMetadata {
|
|
86
|
+
|
|
87
|
+
Status?: StatusValues | string;
|
|
88
|
+
|
|
89
|
+
RequestId?: string;
|
|
90
|
+
|
|
91
|
+
CreatedDate?: Date;
|
|
92
|
+
}
|
|
93
|
+
export declare namespace AccountAssignmentOperationStatusMetadata {
|
|
94
|
+
|
|
95
|
+
const filterSensitiveLog: (obj: AccountAssignmentOperationStatusMetadata) => any;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface AttachedManagedPolicy {
|
|
99
|
+
|
|
100
|
+
Name?: string;
|
|
101
|
+
|
|
102
|
+
Arn?: string;
|
|
103
|
+
}
|
|
104
|
+
export declare namespace AttachedManagedPolicy {
|
|
105
|
+
|
|
106
|
+
const filterSensitiveLog: (obj: AttachedManagedPolicy) => any;
|
|
107
|
+
}
|
|
108
|
+
export interface AttachManagedPolicyToPermissionSetRequest {
|
|
109
|
+
|
|
110
|
+
InstanceArn: string | undefined;
|
|
111
|
+
|
|
112
|
+
PermissionSetArn: string | undefined;
|
|
113
|
+
|
|
114
|
+
ManagedPolicyArn: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace AttachManagedPolicyToPermissionSetRequest {
|
|
117
|
+
|
|
118
|
+
const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetRequest) => any;
|
|
119
|
+
}
|
|
120
|
+
export interface AttachManagedPolicyToPermissionSetResponse {
|
|
121
|
+
}
|
|
122
|
+
export declare namespace AttachManagedPolicyToPermissionSetResponse {
|
|
123
|
+
|
|
124
|
+
const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetResponse) => any;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
128
|
+
name: "ConflictException";
|
|
129
|
+
$fault: "client";
|
|
130
|
+
Message?: string;
|
|
131
|
+
}
|
|
132
|
+
export declare namespace ConflictException {
|
|
133
|
+
|
|
134
|
+
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
138
|
+
name: "InternalServerException";
|
|
139
|
+
$fault: "server";
|
|
140
|
+
Message?: string;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace InternalServerException {
|
|
143
|
+
|
|
144
|
+
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
148
|
+
name: "ResourceNotFoundException";
|
|
149
|
+
$fault: "client";
|
|
150
|
+
Message?: string;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace ResourceNotFoundException {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
158
|
+
name: "ServiceQuotaExceededException";
|
|
159
|
+
$fault: "client";
|
|
160
|
+
Message?: string;
|
|
161
|
+
}
|
|
162
|
+
export declare namespace ServiceQuotaExceededException {
|
|
163
|
+
|
|
164
|
+
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
168
|
+
name: "ThrottlingException";
|
|
169
|
+
$fault: "client";
|
|
170
|
+
Message?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare namespace ThrottlingException {
|
|
173
|
+
|
|
174
|
+
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
178
|
+
name: "ValidationException";
|
|
179
|
+
$fault: "client";
|
|
180
|
+
Message?: string;
|
|
181
|
+
}
|
|
182
|
+
export declare namespace ValidationException {
|
|
183
|
+
|
|
184
|
+
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
185
|
+
}
|
|
186
|
+
export interface CreateAccountAssignmentRequest {
|
|
187
|
+
|
|
188
|
+
InstanceArn: string | undefined;
|
|
189
|
+
|
|
190
|
+
TargetId: string | undefined;
|
|
191
|
+
|
|
192
|
+
TargetType: TargetType | string | undefined;
|
|
193
|
+
|
|
194
|
+
PermissionSetArn: string | undefined;
|
|
195
|
+
|
|
196
|
+
PrincipalType: PrincipalType | string | undefined;
|
|
197
|
+
|
|
198
|
+
PrincipalId: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export declare namespace CreateAccountAssignmentRequest {
|
|
201
|
+
|
|
202
|
+
const filterSensitiveLog: (obj: CreateAccountAssignmentRequest) => any;
|
|
203
|
+
}
|
|
204
|
+
export interface CreateAccountAssignmentResponse {
|
|
205
|
+
|
|
206
|
+
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace CreateAccountAssignmentResponse {
|
|
209
|
+
|
|
210
|
+
const filterSensitiveLog: (obj: CreateAccountAssignmentResponse) => any;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface InstanceAccessControlAttributeConfiguration {
|
|
214
|
+
|
|
215
|
+
AccessControlAttributes: AccessControlAttribute[] | undefined;
|
|
216
|
+
}
|
|
217
|
+
export declare namespace InstanceAccessControlAttributeConfiguration {
|
|
218
|
+
|
|
219
|
+
const filterSensitiveLog: (obj: InstanceAccessControlAttributeConfiguration) => any;
|
|
220
|
+
}
|
|
221
|
+
export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
222
|
+
|
|
223
|
+
InstanceArn: string | undefined;
|
|
224
|
+
|
|
225
|
+
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
|
|
226
|
+
}
|
|
227
|
+
export declare namespace CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
228
|
+
|
|
229
|
+
const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
230
|
+
}
|
|
231
|
+
export interface CreateInstanceAccessControlAttributeConfigurationResponse {
|
|
232
|
+
}
|
|
233
|
+
export declare namespace CreateInstanceAccessControlAttributeConfigurationResponse {
|
|
234
|
+
|
|
235
|
+
const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface Tag {
|
|
239
|
+
|
|
240
|
+
Key?: string;
|
|
241
|
+
|
|
242
|
+
Value?: string;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace Tag {
|
|
245
|
+
|
|
246
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
247
|
+
}
|
|
248
|
+
export interface CreatePermissionSetRequest {
|
|
249
|
+
|
|
250
|
+
Name: string | undefined;
|
|
251
|
+
|
|
252
|
+
Description?: string;
|
|
253
|
+
|
|
254
|
+
InstanceArn: string | undefined;
|
|
255
|
+
|
|
256
|
+
SessionDuration?: string;
|
|
257
|
+
|
|
258
|
+
RelayState?: string;
|
|
259
|
+
|
|
260
|
+
Tags?: Tag[];
|
|
261
|
+
}
|
|
262
|
+
export declare namespace CreatePermissionSetRequest {
|
|
263
|
+
|
|
264
|
+
const filterSensitiveLog: (obj: CreatePermissionSetRequest) => any;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
export interface PermissionSet {
|
|
268
|
+
|
|
269
|
+
Name?: string;
|
|
270
|
+
|
|
271
|
+
PermissionSetArn?: string;
|
|
272
|
+
|
|
273
|
+
Description?: string;
|
|
274
|
+
|
|
275
|
+
CreatedDate?: Date;
|
|
276
|
+
|
|
277
|
+
SessionDuration?: string;
|
|
278
|
+
|
|
279
|
+
RelayState?: string;
|
|
280
|
+
}
|
|
281
|
+
export declare namespace PermissionSet {
|
|
282
|
+
|
|
283
|
+
const filterSensitiveLog: (obj: PermissionSet) => any;
|
|
284
|
+
}
|
|
285
|
+
export interface CreatePermissionSetResponse {
|
|
286
|
+
|
|
287
|
+
PermissionSet?: PermissionSet;
|
|
288
|
+
}
|
|
289
|
+
export declare namespace CreatePermissionSetResponse {
|
|
290
|
+
|
|
291
|
+
const filterSensitiveLog: (obj: CreatePermissionSetResponse) => any;
|
|
292
|
+
}
|
|
293
|
+
export interface DeleteAccountAssignmentRequest {
|
|
294
|
+
|
|
295
|
+
InstanceArn: string | undefined;
|
|
296
|
+
|
|
297
|
+
TargetId: string | undefined;
|
|
298
|
+
|
|
299
|
+
TargetType: TargetType | string | undefined;
|
|
300
|
+
|
|
301
|
+
PermissionSetArn: string | undefined;
|
|
302
|
+
|
|
303
|
+
PrincipalType: PrincipalType | string | undefined;
|
|
304
|
+
|
|
305
|
+
PrincipalId: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export declare namespace DeleteAccountAssignmentRequest {
|
|
308
|
+
|
|
309
|
+
const filterSensitiveLog: (obj: DeleteAccountAssignmentRequest) => any;
|
|
310
|
+
}
|
|
311
|
+
export interface DeleteAccountAssignmentResponse {
|
|
312
|
+
|
|
313
|
+
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
314
|
+
}
|
|
315
|
+
export declare namespace DeleteAccountAssignmentResponse {
|
|
316
|
+
|
|
317
|
+
const filterSensitiveLog: (obj: DeleteAccountAssignmentResponse) => any;
|
|
318
|
+
}
|
|
319
|
+
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
320
|
+
|
|
321
|
+
InstanceArn: string | undefined;
|
|
322
|
+
|
|
323
|
+
PermissionSetArn: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export declare namespace DeleteInlinePolicyFromPermissionSetRequest {
|
|
326
|
+
|
|
327
|
+
const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetRequest) => any;
|
|
328
|
+
}
|
|
329
|
+
export interface DeleteInlinePolicyFromPermissionSetResponse {
|
|
330
|
+
}
|
|
331
|
+
export declare namespace DeleteInlinePolicyFromPermissionSetResponse {
|
|
332
|
+
|
|
333
|
+
const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetResponse) => any;
|
|
334
|
+
}
|
|
335
|
+
export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
336
|
+
|
|
337
|
+
InstanceArn: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export declare namespace DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
340
|
+
|
|
341
|
+
const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
342
|
+
}
|
|
343
|
+
export interface DeleteInstanceAccessControlAttributeConfigurationResponse {
|
|
344
|
+
}
|
|
345
|
+
export declare namespace DeleteInstanceAccessControlAttributeConfigurationResponse {
|
|
346
|
+
|
|
347
|
+
const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
348
|
+
}
|
|
349
|
+
export interface DeletePermissionSetRequest {
|
|
350
|
+
|
|
351
|
+
InstanceArn: string | undefined;
|
|
352
|
+
|
|
353
|
+
PermissionSetArn: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export declare namespace DeletePermissionSetRequest {
|
|
356
|
+
|
|
357
|
+
const filterSensitiveLog: (obj: DeletePermissionSetRequest) => any;
|
|
358
|
+
}
|
|
359
|
+
export interface DeletePermissionSetResponse {
|
|
360
|
+
}
|
|
361
|
+
export declare namespace DeletePermissionSetResponse {
|
|
362
|
+
|
|
363
|
+
const filterSensitiveLog: (obj: DeletePermissionSetResponse) => any;
|
|
364
|
+
}
|
|
365
|
+
export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
366
|
+
|
|
367
|
+
InstanceArn: string | undefined;
|
|
368
|
+
|
|
369
|
+
AccountAssignmentCreationRequestId: string | undefined;
|
|
370
|
+
}
|
|
371
|
+
export declare namespace DescribeAccountAssignmentCreationStatusRequest {
|
|
372
|
+
|
|
373
|
+
const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusRequest) => any;
|
|
374
|
+
}
|
|
375
|
+
export interface DescribeAccountAssignmentCreationStatusResponse {
|
|
376
|
+
|
|
377
|
+
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
378
|
+
}
|
|
379
|
+
export declare namespace DescribeAccountAssignmentCreationStatusResponse {
|
|
380
|
+
|
|
381
|
+
const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusResponse) => any;
|
|
382
|
+
}
|
|
383
|
+
export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
384
|
+
|
|
385
|
+
InstanceArn: string | undefined;
|
|
386
|
+
|
|
387
|
+
AccountAssignmentDeletionRequestId: string | undefined;
|
|
388
|
+
}
|
|
389
|
+
export declare namespace DescribeAccountAssignmentDeletionStatusRequest {
|
|
390
|
+
|
|
391
|
+
const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusRequest) => any;
|
|
392
|
+
}
|
|
393
|
+
export interface DescribeAccountAssignmentDeletionStatusResponse {
|
|
394
|
+
|
|
395
|
+
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
396
|
+
}
|
|
397
|
+
export declare namespace DescribeAccountAssignmentDeletionStatusResponse {
|
|
398
|
+
|
|
399
|
+
const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusResponse) => any;
|
|
400
|
+
}
|
|
401
|
+
export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
402
|
+
|
|
403
|
+
InstanceArn: string | undefined;
|
|
404
|
+
}
|
|
405
|
+
export declare namespace DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
406
|
+
|
|
407
|
+
const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
408
|
+
}
|
|
409
|
+
export declare enum InstanceAccessControlAttributeConfigurationStatus {
|
|
410
|
+
CREATION_FAILED = "CREATION_FAILED",
|
|
411
|
+
CREATION_IN_PROGRESS = "CREATION_IN_PROGRESS",
|
|
412
|
+
ENABLED = "ENABLED"
|
|
413
|
+
}
|
|
414
|
+
export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
415
|
+
|
|
416
|
+
Status?: InstanceAccessControlAttributeConfigurationStatus | string;
|
|
417
|
+
|
|
418
|
+
StatusReason?: string;
|
|
419
|
+
|
|
420
|
+
InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
|
|
421
|
+
}
|
|
422
|
+
export declare namespace DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
423
|
+
|
|
424
|
+
const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
425
|
+
}
|
|
426
|
+
export interface DescribePermissionSetRequest {
|
|
427
|
+
|
|
428
|
+
InstanceArn: string | undefined;
|
|
429
|
+
|
|
430
|
+
PermissionSetArn: string | undefined;
|
|
431
|
+
}
|
|
432
|
+
export declare namespace DescribePermissionSetRequest {
|
|
433
|
+
|
|
434
|
+
const filterSensitiveLog: (obj: DescribePermissionSetRequest) => any;
|
|
435
|
+
}
|
|
436
|
+
export interface DescribePermissionSetResponse {
|
|
437
|
+
|
|
438
|
+
PermissionSet?: PermissionSet;
|
|
439
|
+
}
|
|
440
|
+
export declare namespace DescribePermissionSetResponse {
|
|
441
|
+
|
|
442
|
+
const filterSensitiveLog: (obj: DescribePermissionSetResponse) => any;
|
|
443
|
+
}
|
|
444
|
+
export interface DescribePermissionSetProvisioningStatusRequest {
|
|
445
|
+
|
|
446
|
+
InstanceArn: string | undefined;
|
|
447
|
+
|
|
448
|
+
ProvisionPermissionSetRequestId: string | undefined;
|
|
449
|
+
}
|
|
450
|
+
export declare namespace DescribePermissionSetProvisioningStatusRequest {
|
|
451
|
+
|
|
452
|
+
const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusRequest) => any;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
export interface PermissionSetProvisioningStatus {
|
|
456
|
+
|
|
457
|
+
Status?: StatusValues | string;
|
|
458
|
+
|
|
459
|
+
RequestId?: string;
|
|
460
|
+
|
|
461
|
+
AccountId?: string;
|
|
462
|
+
|
|
463
|
+
PermissionSetArn?: string;
|
|
464
|
+
|
|
465
|
+
FailureReason?: string;
|
|
466
|
+
|
|
467
|
+
CreatedDate?: Date;
|
|
468
|
+
}
|
|
469
|
+
export declare namespace PermissionSetProvisioningStatus {
|
|
470
|
+
|
|
471
|
+
const filterSensitiveLog: (obj: PermissionSetProvisioningStatus) => any;
|
|
472
|
+
}
|
|
473
|
+
export interface DescribePermissionSetProvisioningStatusResponse {
|
|
474
|
+
|
|
475
|
+
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
476
|
+
}
|
|
477
|
+
export declare namespace DescribePermissionSetProvisioningStatusResponse {
|
|
478
|
+
|
|
479
|
+
const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusResponse) => any;
|
|
480
|
+
}
|
|
481
|
+
export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
482
|
+
|
|
483
|
+
InstanceArn: string | undefined;
|
|
484
|
+
|
|
485
|
+
PermissionSetArn: string | undefined;
|
|
486
|
+
|
|
487
|
+
ManagedPolicyArn: string | undefined;
|
|
488
|
+
}
|
|
489
|
+
export declare namespace DetachManagedPolicyFromPermissionSetRequest {
|
|
490
|
+
|
|
491
|
+
const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetRequest) => any;
|
|
492
|
+
}
|
|
493
|
+
export interface DetachManagedPolicyFromPermissionSetResponse {
|
|
494
|
+
}
|
|
495
|
+
export declare namespace DetachManagedPolicyFromPermissionSetResponse {
|
|
496
|
+
|
|
497
|
+
const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetResponse) => any;
|
|
498
|
+
}
|
|
499
|
+
export interface GetInlinePolicyForPermissionSetRequest {
|
|
500
|
+
|
|
501
|
+
InstanceArn: string | undefined;
|
|
502
|
+
|
|
503
|
+
PermissionSetArn: string | undefined;
|
|
504
|
+
}
|
|
505
|
+
export declare namespace GetInlinePolicyForPermissionSetRequest {
|
|
506
|
+
|
|
507
|
+
const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetRequest) => any;
|
|
508
|
+
}
|
|
509
|
+
export interface GetInlinePolicyForPermissionSetResponse {
|
|
510
|
+
|
|
511
|
+
InlinePolicy?: string;
|
|
512
|
+
}
|
|
513
|
+
export declare namespace GetInlinePolicyForPermissionSetResponse {
|
|
514
|
+
|
|
515
|
+
const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetResponse) => any;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
export interface InstanceMetadata {
|
|
519
|
+
|
|
520
|
+
InstanceArn?: string;
|
|
521
|
+
|
|
522
|
+
IdentityStoreId?: string;
|
|
523
|
+
}
|
|
524
|
+
export declare namespace InstanceMetadata {
|
|
525
|
+
|
|
526
|
+
const filterSensitiveLog: (obj: InstanceMetadata) => any;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface OperationStatusFilter {
|
|
530
|
+
|
|
531
|
+
Status?: StatusValues | string;
|
|
532
|
+
}
|
|
533
|
+
export declare namespace OperationStatusFilter {
|
|
534
|
+
|
|
535
|
+
const filterSensitiveLog: (obj: OperationStatusFilter) => any;
|
|
536
|
+
}
|
|
537
|
+
export interface ListAccountAssignmentCreationStatusRequest {
|
|
538
|
+
|
|
539
|
+
InstanceArn: string | undefined;
|
|
540
|
+
|
|
541
|
+
MaxResults?: number;
|
|
542
|
+
|
|
543
|
+
NextToken?: string;
|
|
544
|
+
|
|
545
|
+
Filter?: OperationStatusFilter;
|
|
546
|
+
}
|
|
547
|
+
export declare namespace ListAccountAssignmentCreationStatusRequest {
|
|
548
|
+
|
|
549
|
+
const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusRequest) => any;
|
|
550
|
+
}
|
|
551
|
+
export interface ListAccountAssignmentCreationStatusResponse {
|
|
552
|
+
|
|
553
|
+
AccountAssignmentsCreationStatus?: AccountAssignmentOperationStatusMetadata[];
|
|
554
|
+
|
|
555
|
+
NextToken?: string;
|
|
556
|
+
}
|
|
557
|
+
export declare namespace ListAccountAssignmentCreationStatusResponse {
|
|
558
|
+
|
|
559
|
+
const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusResponse) => any;
|
|
560
|
+
}
|
|
561
|
+
export interface ListAccountAssignmentDeletionStatusRequest {
|
|
562
|
+
|
|
563
|
+
InstanceArn: string | undefined;
|
|
564
|
+
|
|
565
|
+
MaxResults?: number;
|
|
566
|
+
|
|
567
|
+
NextToken?: string;
|
|
568
|
+
|
|
569
|
+
Filter?: OperationStatusFilter;
|
|
570
|
+
}
|
|
571
|
+
export declare namespace ListAccountAssignmentDeletionStatusRequest {
|
|
572
|
+
|
|
573
|
+
const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusRequest) => any;
|
|
574
|
+
}
|
|
575
|
+
export interface ListAccountAssignmentDeletionStatusResponse {
|
|
576
|
+
|
|
577
|
+
AccountAssignmentsDeletionStatus?: AccountAssignmentOperationStatusMetadata[];
|
|
578
|
+
|
|
579
|
+
NextToken?: string;
|
|
580
|
+
}
|
|
581
|
+
export declare namespace ListAccountAssignmentDeletionStatusResponse {
|
|
582
|
+
|
|
583
|
+
const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusResponse) => any;
|
|
584
|
+
}
|
|
585
|
+
export interface ListAccountAssignmentsRequest {
|
|
586
|
+
|
|
587
|
+
InstanceArn: string | undefined;
|
|
588
|
+
|
|
589
|
+
AccountId: string | undefined;
|
|
590
|
+
|
|
591
|
+
PermissionSetArn: string | undefined;
|
|
592
|
+
|
|
593
|
+
MaxResults?: number;
|
|
594
|
+
|
|
595
|
+
NextToken?: string;
|
|
596
|
+
}
|
|
597
|
+
export declare namespace ListAccountAssignmentsRequest {
|
|
598
|
+
|
|
599
|
+
const filterSensitiveLog: (obj: ListAccountAssignmentsRequest) => any;
|
|
600
|
+
}
|
|
601
|
+
export interface ListAccountAssignmentsResponse {
|
|
602
|
+
|
|
603
|
+
AccountAssignments?: AccountAssignment[];
|
|
604
|
+
|
|
605
|
+
NextToken?: string;
|
|
606
|
+
}
|
|
607
|
+
export declare namespace ListAccountAssignmentsResponse {
|
|
608
|
+
|
|
609
|
+
const filterSensitiveLog: (obj: ListAccountAssignmentsResponse) => any;
|
|
610
|
+
}
|
|
611
|
+
export declare enum ProvisioningStatus {
|
|
612
|
+
LATEST_PERMISSION_SET_NOT_PROVISIONED = "LATEST_PERMISSION_SET_NOT_PROVISIONED",
|
|
613
|
+
LATEST_PERMISSION_SET_PROVISIONED = "LATEST_PERMISSION_SET_PROVISIONED"
|
|
614
|
+
}
|
|
615
|
+
export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
616
|
+
|
|
617
|
+
InstanceArn: string | undefined;
|
|
618
|
+
|
|
619
|
+
PermissionSetArn: string | undefined;
|
|
620
|
+
|
|
621
|
+
ProvisioningStatus?: ProvisioningStatus | string;
|
|
622
|
+
|
|
623
|
+
MaxResults?: number;
|
|
624
|
+
|
|
625
|
+
NextToken?: string;
|
|
626
|
+
}
|
|
627
|
+
export declare namespace ListAccountsForProvisionedPermissionSetRequest {
|
|
628
|
+
|
|
629
|
+
const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetRequest) => any;
|
|
630
|
+
}
|
|
631
|
+
export interface ListAccountsForProvisionedPermissionSetResponse {
|
|
632
|
+
|
|
633
|
+
AccountIds?: string[];
|
|
634
|
+
|
|
635
|
+
NextToken?: string;
|
|
636
|
+
}
|
|
637
|
+
export declare namespace ListAccountsForProvisionedPermissionSetResponse {
|
|
638
|
+
|
|
639
|
+
const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetResponse) => any;
|
|
640
|
+
}
|
|
641
|
+
export interface ListInstancesRequest {
|
|
642
|
+
|
|
643
|
+
MaxResults?: number;
|
|
644
|
+
|
|
645
|
+
NextToken?: string;
|
|
646
|
+
}
|
|
647
|
+
export declare namespace ListInstancesRequest {
|
|
648
|
+
|
|
649
|
+
const filterSensitiveLog: (obj: ListInstancesRequest) => any;
|
|
650
|
+
}
|
|
651
|
+
export interface ListInstancesResponse {
|
|
652
|
+
|
|
653
|
+
Instances?: InstanceMetadata[];
|
|
654
|
+
|
|
655
|
+
NextToken?: string;
|
|
656
|
+
}
|
|
657
|
+
export declare namespace ListInstancesResponse {
|
|
658
|
+
|
|
659
|
+
const filterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
660
|
+
}
|
|
661
|
+
export interface ListManagedPoliciesInPermissionSetRequest {
|
|
662
|
+
|
|
663
|
+
InstanceArn: string | undefined;
|
|
664
|
+
|
|
665
|
+
PermissionSetArn: string | undefined;
|
|
666
|
+
|
|
667
|
+
MaxResults?: number;
|
|
668
|
+
|
|
669
|
+
NextToken?: string;
|
|
670
|
+
}
|
|
671
|
+
export declare namespace ListManagedPoliciesInPermissionSetRequest {
|
|
672
|
+
|
|
673
|
+
const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetRequest) => any;
|
|
674
|
+
}
|
|
675
|
+
export interface ListManagedPoliciesInPermissionSetResponse {
|
|
676
|
+
|
|
677
|
+
AttachedManagedPolicies?: AttachedManagedPolicy[];
|
|
678
|
+
|
|
679
|
+
NextToken?: string;
|
|
680
|
+
}
|
|
681
|
+
export declare namespace ListManagedPoliciesInPermissionSetResponse {
|
|
682
|
+
|
|
683
|
+
const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetResponse) => any;
|
|
684
|
+
}
|
|
685
|
+
export interface ListPermissionSetProvisioningStatusRequest {
|
|
686
|
+
|
|
687
|
+
InstanceArn: string | undefined;
|
|
688
|
+
|
|
689
|
+
MaxResults?: number;
|
|
690
|
+
|
|
691
|
+
NextToken?: string;
|
|
692
|
+
|
|
693
|
+
Filter?: OperationStatusFilter;
|
|
694
|
+
}
|
|
695
|
+
export declare namespace ListPermissionSetProvisioningStatusRequest {
|
|
696
|
+
|
|
697
|
+
const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusRequest) => any;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export interface PermissionSetProvisioningStatusMetadata {
|
|
701
|
+
|
|
702
|
+
Status?: StatusValues | string;
|
|
703
|
+
|
|
704
|
+
RequestId?: string;
|
|
705
|
+
|
|
706
|
+
CreatedDate?: Date;
|
|
707
|
+
}
|
|
708
|
+
export declare namespace PermissionSetProvisioningStatusMetadata {
|
|
709
|
+
|
|
710
|
+
const filterSensitiveLog: (obj: PermissionSetProvisioningStatusMetadata) => any;
|
|
711
|
+
}
|
|
712
|
+
export interface ListPermissionSetProvisioningStatusResponse {
|
|
713
|
+
|
|
714
|
+
PermissionSetsProvisioningStatus?: PermissionSetProvisioningStatusMetadata[];
|
|
715
|
+
|
|
716
|
+
NextToken?: string;
|
|
717
|
+
}
|
|
718
|
+
export declare namespace ListPermissionSetProvisioningStatusResponse {
|
|
719
|
+
|
|
720
|
+
const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusResponse) => any;
|
|
721
|
+
}
|
|
722
|
+
export interface ListPermissionSetsRequest {
|
|
723
|
+
|
|
724
|
+
InstanceArn: string | undefined;
|
|
725
|
+
|
|
726
|
+
NextToken?: string;
|
|
727
|
+
|
|
728
|
+
MaxResults?: number;
|
|
729
|
+
}
|
|
730
|
+
export declare namespace ListPermissionSetsRequest {
|
|
731
|
+
|
|
732
|
+
const filterSensitiveLog: (obj: ListPermissionSetsRequest) => any;
|
|
733
|
+
}
|
|
734
|
+
export interface ListPermissionSetsResponse {
|
|
735
|
+
|
|
736
|
+
PermissionSets?: string[];
|
|
737
|
+
|
|
738
|
+
NextToken?: string;
|
|
739
|
+
}
|
|
740
|
+
export declare namespace ListPermissionSetsResponse {
|
|
741
|
+
|
|
742
|
+
const filterSensitiveLog: (obj: ListPermissionSetsResponse) => any;
|
|
743
|
+
}
|
|
744
|
+
export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
745
|
+
|
|
746
|
+
InstanceArn: string | undefined;
|
|
747
|
+
|
|
748
|
+
AccountId: string | undefined;
|
|
749
|
+
|
|
750
|
+
ProvisioningStatus?: ProvisioningStatus | string;
|
|
751
|
+
|
|
752
|
+
MaxResults?: number;
|
|
753
|
+
|
|
754
|
+
NextToken?: string;
|
|
755
|
+
}
|
|
756
|
+
export declare namespace ListPermissionSetsProvisionedToAccountRequest {
|
|
757
|
+
|
|
758
|
+
const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountRequest) => any;
|
|
759
|
+
}
|
|
760
|
+
export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
761
|
+
|
|
762
|
+
NextToken?: string;
|
|
763
|
+
|
|
764
|
+
PermissionSets?: string[];
|
|
765
|
+
}
|
|
766
|
+
export declare namespace ListPermissionSetsProvisionedToAccountResponse {
|
|
767
|
+
|
|
768
|
+
const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountResponse) => any;
|
|
769
|
+
}
|
|
770
|
+
export interface ListTagsForResourceRequest {
|
|
771
|
+
|
|
772
|
+
InstanceArn: string | undefined;
|
|
773
|
+
|
|
774
|
+
ResourceArn: string | undefined;
|
|
775
|
+
|
|
776
|
+
NextToken?: string;
|
|
777
|
+
}
|
|
778
|
+
export declare namespace ListTagsForResourceRequest {
|
|
779
|
+
|
|
780
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
781
|
+
}
|
|
782
|
+
export interface ListTagsForResourceResponse {
|
|
783
|
+
|
|
784
|
+
Tags?: Tag[];
|
|
785
|
+
|
|
786
|
+
NextToken?: string;
|
|
787
|
+
}
|
|
788
|
+
export declare namespace ListTagsForResourceResponse {
|
|
789
|
+
|
|
790
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
791
|
+
}
|
|
792
|
+
export declare enum ProvisionTargetType {
|
|
793
|
+
ALL_PROVISIONED_ACCOUNTS = "ALL_PROVISIONED_ACCOUNTS",
|
|
794
|
+
AWS_ACCOUNT = "AWS_ACCOUNT"
|
|
795
|
+
}
|
|
796
|
+
export interface ProvisionPermissionSetRequest {
|
|
797
|
+
|
|
798
|
+
InstanceArn: string | undefined;
|
|
799
|
+
|
|
800
|
+
PermissionSetArn: string | undefined;
|
|
801
|
+
|
|
802
|
+
TargetId?: string;
|
|
803
|
+
|
|
804
|
+
TargetType: ProvisionTargetType | string | undefined;
|
|
805
|
+
}
|
|
806
|
+
export declare namespace ProvisionPermissionSetRequest {
|
|
807
|
+
|
|
808
|
+
const filterSensitiveLog: (obj: ProvisionPermissionSetRequest) => any;
|
|
809
|
+
}
|
|
810
|
+
export interface ProvisionPermissionSetResponse {
|
|
811
|
+
|
|
812
|
+
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
813
|
+
}
|
|
814
|
+
export declare namespace ProvisionPermissionSetResponse {
|
|
815
|
+
|
|
816
|
+
const filterSensitiveLog: (obj: ProvisionPermissionSetResponse) => any;
|
|
817
|
+
}
|
|
818
|
+
export interface PutInlinePolicyToPermissionSetRequest {
|
|
819
|
+
|
|
820
|
+
InstanceArn: string | undefined;
|
|
821
|
+
|
|
822
|
+
PermissionSetArn: string | undefined;
|
|
823
|
+
|
|
824
|
+
InlinePolicy: string | undefined;
|
|
825
|
+
}
|
|
826
|
+
export declare namespace PutInlinePolicyToPermissionSetRequest {
|
|
827
|
+
|
|
828
|
+
const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetRequest) => any;
|
|
829
|
+
}
|
|
830
|
+
export interface PutInlinePolicyToPermissionSetResponse {
|
|
831
|
+
}
|
|
832
|
+
export declare namespace PutInlinePolicyToPermissionSetResponse {
|
|
833
|
+
|
|
834
|
+
const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetResponse) => any;
|
|
835
|
+
}
|
|
836
|
+
export interface TagResourceRequest {
|
|
837
|
+
|
|
838
|
+
InstanceArn: string | undefined;
|
|
839
|
+
|
|
840
|
+
ResourceArn: string | undefined;
|
|
841
|
+
|
|
842
|
+
Tags: Tag[] | undefined;
|
|
843
|
+
}
|
|
844
|
+
export declare namespace TagResourceRequest {
|
|
845
|
+
|
|
846
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
847
|
+
}
|
|
848
|
+
export interface TagResourceResponse {
|
|
849
|
+
}
|
|
850
|
+
export declare namespace TagResourceResponse {
|
|
851
|
+
|
|
852
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
853
|
+
}
|
|
854
|
+
export interface UntagResourceRequest {
|
|
855
|
+
|
|
856
|
+
InstanceArn: string | undefined;
|
|
857
|
+
|
|
858
|
+
ResourceArn: string | undefined;
|
|
859
|
+
|
|
860
|
+
TagKeys: string[] | undefined;
|
|
861
|
+
}
|
|
862
|
+
export declare namespace UntagResourceRequest {
|
|
863
|
+
|
|
864
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
865
|
+
}
|
|
866
|
+
export interface UntagResourceResponse {
|
|
867
|
+
}
|
|
868
|
+
export declare namespace UntagResourceResponse {
|
|
869
|
+
|
|
870
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
871
|
+
}
|
|
872
|
+
export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
873
|
+
|
|
874
|
+
InstanceArn: string | undefined;
|
|
875
|
+
|
|
876
|
+
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
|
|
877
|
+
}
|
|
878
|
+
export declare namespace UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
879
|
+
|
|
880
|
+
const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
881
|
+
}
|
|
882
|
+
export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
|
|
883
|
+
}
|
|
884
|
+
export declare namespace UpdateInstanceAccessControlAttributeConfigurationResponse {
|
|
885
|
+
|
|
886
|
+
const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
887
|
+
}
|
|
888
|
+
export interface UpdatePermissionSetRequest {
|
|
889
|
+
|
|
890
|
+
InstanceArn: string | undefined;
|
|
891
|
+
|
|
892
|
+
PermissionSetArn: string | undefined;
|
|
893
|
+
|
|
894
|
+
Description?: string;
|
|
895
|
+
|
|
896
|
+
SessionDuration?: string;
|
|
897
|
+
|
|
898
|
+
RelayState?: string;
|
|
899
|
+
}
|
|
900
|
+
export declare namespace UpdatePermissionSetRequest {
|
|
901
|
+
|
|
902
|
+
const filterSensitiveLog: (obj: UpdatePermissionSetRequest) => any;
|
|
903
|
+
}
|
|
904
|
+
export interface UpdatePermissionSetResponse {
|
|
905
|
+
}
|
|
906
|
+
export declare namespace UpdatePermissionSetResponse {
|
|
907
|
+
|
|
908
|
+
const filterSensitiveLog: (obj: UpdatePermissionSetResponse) => any;
|
|
909
|
+
}
|