@aws-sdk/client-sso-admin 3.35.0 → 3.38.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/SSOAdmin.js +0 -11
- package/dist-cjs/SSOAdminClient.js +0 -16
- package/dist-cjs/commands/AttachManagedPolicyToPermissionSetCommand.js +0 -33
- package/dist-cjs/commands/CreateAccountAssignmentCommand.js +0 -39
- package/dist-cjs/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +0 -27
- package/dist-cjs/commands/CreatePermissionSetCommand.js +0 -30
- package/dist-cjs/commands/DeleteAccountAssignmentCommand.js +0 -26
- package/dist-cjs/commands/DeleteInlinePolicyFromPermissionSetCommand.js +0 -25
- package/dist-cjs/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +0 -28
- package/dist-cjs/commands/DeletePermissionSetCommand.js +0 -25
- package/dist-cjs/commands/DescribeAccountAssignmentCreationStatusCommand.js +0 -25
- package/dist-cjs/commands/DescribeAccountAssignmentDeletionStatusCommand.js +0 -25
- package/dist-cjs/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +0 -28
- package/dist-cjs/commands/DescribePermissionSetCommand.js +0 -25
- package/dist-cjs/commands/DescribePermissionSetProvisioningStatusCommand.js +0 -25
- package/dist-cjs/commands/DetachManagedPolicyFromPermissionSetCommand.js +0 -25
- package/dist-cjs/commands/GetInlinePolicyForPermissionSetCommand.js +0 -25
- package/dist-cjs/commands/ListAccountAssignmentCreationStatusCommand.js +0 -26
- package/dist-cjs/commands/ListAccountAssignmentDeletionStatusCommand.js +0 -26
- package/dist-cjs/commands/ListAccountAssignmentsCommand.js +0 -26
- package/dist-cjs/commands/ListAccountsForProvisionedPermissionSetCommand.js +0 -25
- package/dist-cjs/commands/ListInstancesCommand.js +0 -25
- package/dist-cjs/commands/ListManagedPoliciesInPermissionSetCommand.js +0 -25
- package/dist-cjs/commands/ListPermissionSetProvisioningStatusCommand.js +0 -26
- package/dist-cjs/commands/ListPermissionSetsCommand.js +0 -25
- package/dist-cjs/commands/ListPermissionSetsProvisionedToAccountCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ProvisionPermissionSetCommand.js +0 -26
- package/dist-cjs/commands/PutInlinePolicyToPermissionSetCommand.js +0 -32
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +0 -30
- package/dist-cjs/commands/UpdatePermissionSetCommand.js +0 -25
- package/dist-cjs/commands/index.js +34 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -45
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -247
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAccountAssignmentCreationStatusPaginator.js +0 -11
- package/dist-cjs/pagination/ListAccountAssignmentDeletionStatusPaginator.js +0 -11
- package/dist-cjs/pagination/ListAccountAssignmentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +0 -11
- package/dist-cjs/pagination/ListInstancesPaginator.js +0 -11
- package/dist-cjs/pagination/ListManagedPoliciesInPermissionSetPaginator.js +0 -11
- package/dist-cjs/pagination/ListPermissionSetProvisioningStatusPaginator.js +0 -11
- package/dist-cjs/pagination/ListPermissionSetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +0 -11
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/SSOAdmin.js +0 -1
- package/dist-es/SSOAdminClient.js +0 -1
- package/dist-es/commands/AttachManagedPolicyToPermissionSetCommand.js +0 -1
- package/dist-es/commands/CreateAccountAssignmentCommand.js +0 -1
- package/dist-es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +0 -1
- package/dist-es/commands/CreatePermissionSetCommand.js +0 -1
- package/dist-es/commands/DeleteAccountAssignmentCommand.js +0 -1
- package/dist-es/commands/DeleteInlinePolicyFromPermissionSetCommand.js +0 -1
- package/dist-es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +0 -1
- package/dist-es/commands/DeletePermissionSetCommand.js +0 -1
- package/dist-es/commands/DescribeAccountAssignmentCreationStatusCommand.js +0 -1
- package/dist-es/commands/DescribeAccountAssignmentDeletionStatusCommand.js +0 -1
- package/dist-es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +0 -1
- package/dist-es/commands/DescribePermissionSetCommand.js +0 -1
- package/dist-es/commands/DescribePermissionSetProvisioningStatusCommand.js +0 -1
- package/dist-es/commands/DetachManagedPolicyFromPermissionSetCommand.js +0 -1
- package/dist-es/commands/GetInlinePolicyForPermissionSetCommand.js +0 -1
- package/dist-es/commands/ListAccountAssignmentCreationStatusCommand.js +0 -1
- package/dist-es/commands/ListAccountAssignmentDeletionStatusCommand.js +0 -1
- package/dist-es/commands/ListAccountAssignmentsCommand.js +0 -1
- package/dist-es/commands/ListAccountsForProvisionedPermissionSetCommand.js +0 -1
- package/dist-es/commands/ListInstancesCommand.js +0 -1
- package/dist-es/commands/ListManagedPoliciesInPermissionSetCommand.js +0 -1
- package/dist-es/commands/ListPermissionSetProvisioningStatusCommand.js +0 -1
- package/dist-es/commands/ListPermissionSetsCommand.js +0 -1
- package/dist-es/commands/ListPermissionSetsProvisionedToAccountCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ProvisionPermissionSetCommand.js +0 -1
- package/dist-es/commands/PutInlinePolicyToPermissionSetCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +0 -1
- package/dist-es/commands/UpdatePermissionSetCommand.js +0 -1
- package/dist-es/commands/index.js +31 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -45
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAccountAssignmentCreationStatusPaginator.js +0 -1
- package/dist-es/pagination/ListAccountAssignmentDeletionStatusPaginator.js +0 -1
- package/dist-es/pagination/ListAccountAssignmentsPaginator.js +0 -1
- package/dist-es/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +0 -1
- package/dist-es/pagination/ListInstancesPaginator.js +0 -1
- package/dist-es/pagination/ListManagedPoliciesInPermissionSetPaginator.js +0 -1
- package/dist-es/pagination/ListPermissionSetProvisioningStatusPaginator.js +0 -1
- package/dist-es/pagination/ListPermissionSetsPaginator.js +0 -1
- package/dist-es/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +31 -0
- package/dist-types/index.d.ts +4 -44
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +32 -156
- package/dist-types/ts3.4/SSOAdminClient.d.ts +24 -96
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +31 -0
- package/dist-types/ts3.4/index.d.ts +4 -44
- package/dist-types/ts3.4/models/models_0.d.ts +277 -909
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/SSOAdmin.js.map +0 -1
- package/dist-cjs/SSOAdminClient.js.map +0 -1
- package/dist-cjs/commands/AttachManagedPolicyToPermissionSetCommand.js.map +0 -1
- 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/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.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- 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/jest.config.js +0 -4
- package/src/SSOAdmin.ts +0 -1223
- package/src/SSOAdminClient.ts +0 -417
- package/src/commands/AttachManagedPolicyToPermissionSetCommand.ts +0 -114
- package/src/commands/CreateAccountAssignmentCommand.ts +0 -109
- package/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +0 -112
- package/src/commands/CreatePermissionSetCommand.ts +0 -100
- package/src/commands/DeleteAccountAssignmentCommand.ts +0 -96
- package/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +0 -106
- package/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +0 -113
- package/src/commands/DeletePermissionSetCommand.ts +0 -95
- package/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts +0 -110
- package/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +0 -110
- package/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +0 -113
- package/src/commands/DescribePermissionSetCommand.ts +0 -95
- package/src/commands/DescribePermissionSetProvisioningStatusCommand.ts +0 -110
- package/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts +0 -106
- package/src/commands/GetInlinePolicyForPermissionSetCommand.ts +0 -103
- package/src/commands/ListAccountAssignmentCreationStatusCommand.ts +0 -107
- package/src/commands/ListAccountAssignmentDeletionStatusCommand.ts +0 -107
- package/src/commands/ListAccountAssignmentsCommand.ts +0 -96
- package/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts +0 -110
- package/src/commands/ListInstancesCommand.ts +0 -95
- package/src/commands/ListManagedPoliciesInPermissionSetCommand.ts +0 -106
- package/src/commands/ListPermissionSetProvisioningStatusCommand.ts +0 -107
- package/src/commands/ListPermissionSetsCommand.ts +0 -95
- package/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts +0 -107
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ProvisionPermissionSetCommand.ts +0 -96
- package/src/commands/PutInlinePolicyToPermissionSetCommand.ts +0 -110
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +0 -115
- package/src/commands/UpdatePermissionSetCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -45
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1978
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAccountAssignmentCreationStatusPaginator.ts +0 -59
- package/src/pagination/ListAccountAssignmentDeletionStatusPaginator.ts +0 -59
- package/src/pagination/ListAccountAssignmentsPaginator.ts +0 -59
- package/src/pagination/ListAccountsForProvisionedPermissionSetPaginator.ts +0 -59
- package/src/pagination/ListInstancesPaginator.ts +0 -59
- package/src/pagination/ListManagedPoliciesInPermissionSetPaginator.ts +0 -59
- package/src/pagination/ListPermissionSetProvisioningStatusPaginator.ts +0 -59
- package/src/pagination/ListPermissionSetsPaginator.ts +0 -59
- package/src/pagination/ListPermissionSetsProvisionedToAccountPaginator.ts +0 -59
- package/src/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/src/protocols/Aws_json1_1.ts +0 -4740
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/src/SSOAdmin.ts
DELETED
|
@@ -1,1223 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
AttachManagedPolicyToPermissionSetCommand,
|
|
5
|
-
AttachManagedPolicyToPermissionSetCommandInput,
|
|
6
|
-
AttachManagedPolicyToPermissionSetCommandOutput,
|
|
7
|
-
} from "./commands/AttachManagedPolicyToPermissionSetCommand";
|
|
8
|
-
import {
|
|
9
|
-
CreateAccountAssignmentCommand,
|
|
10
|
-
CreateAccountAssignmentCommandInput,
|
|
11
|
-
CreateAccountAssignmentCommandOutput,
|
|
12
|
-
} from "./commands/CreateAccountAssignmentCommand";
|
|
13
|
-
import {
|
|
14
|
-
CreateInstanceAccessControlAttributeConfigurationCommand,
|
|
15
|
-
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
16
|
-
CreateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
17
|
-
} from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreatePermissionSetCommand,
|
|
20
|
-
CreatePermissionSetCommandInput,
|
|
21
|
-
CreatePermissionSetCommandOutput,
|
|
22
|
-
} from "./commands/CreatePermissionSetCommand";
|
|
23
|
-
import {
|
|
24
|
-
DeleteAccountAssignmentCommand,
|
|
25
|
-
DeleteAccountAssignmentCommandInput,
|
|
26
|
-
DeleteAccountAssignmentCommandOutput,
|
|
27
|
-
} from "./commands/DeleteAccountAssignmentCommand";
|
|
28
|
-
import {
|
|
29
|
-
DeleteInlinePolicyFromPermissionSetCommand,
|
|
30
|
-
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
31
|
-
DeleteInlinePolicyFromPermissionSetCommandOutput,
|
|
32
|
-
} from "./commands/DeleteInlinePolicyFromPermissionSetCommand";
|
|
33
|
-
import {
|
|
34
|
-
DeleteInstanceAccessControlAttributeConfigurationCommand,
|
|
35
|
-
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
36
|
-
DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
37
|
-
} from "./commands/DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeletePermissionSetCommand,
|
|
40
|
-
DeletePermissionSetCommandInput,
|
|
41
|
-
DeletePermissionSetCommandOutput,
|
|
42
|
-
} from "./commands/DeletePermissionSetCommand";
|
|
43
|
-
import {
|
|
44
|
-
DescribeAccountAssignmentCreationStatusCommand,
|
|
45
|
-
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
46
|
-
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
47
|
-
} from "./commands/DescribeAccountAssignmentCreationStatusCommand";
|
|
48
|
-
import {
|
|
49
|
-
DescribeAccountAssignmentDeletionStatusCommand,
|
|
50
|
-
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
51
|
-
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
52
|
-
} from "./commands/DescribeAccountAssignmentDeletionStatusCommand";
|
|
53
|
-
import {
|
|
54
|
-
DescribeInstanceAccessControlAttributeConfigurationCommand,
|
|
55
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
56
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
57
|
-
} from "./commands/DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribePermissionSetCommand,
|
|
60
|
-
DescribePermissionSetCommandInput,
|
|
61
|
-
DescribePermissionSetCommandOutput,
|
|
62
|
-
} from "./commands/DescribePermissionSetCommand";
|
|
63
|
-
import {
|
|
64
|
-
DescribePermissionSetProvisioningStatusCommand,
|
|
65
|
-
DescribePermissionSetProvisioningStatusCommandInput,
|
|
66
|
-
DescribePermissionSetProvisioningStatusCommandOutput,
|
|
67
|
-
} from "./commands/DescribePermissionSetProvisioningStatusCommand";
|
|
68
|
-
import {
|
|
69
|
-
DetachManagedPolicyFromPermissionSetCommand,
|
|
70
|
-
DetachManagedPolicyFromPermissionSetCommandInput,
|
|
71
|
-
DetachManagedPolicyFromPermissionSetCommandOutput,
|
|
72
|
-
} from "./commands/DetachManagedPolicyFromPermissionSetCommand";
|
|
73
|
-
import {
|
|
74
|
-
GetInlinePolicyForPermissionSetCommand,
|
|
75
|
-
GetInlinePolicyForPermissionSetCommandInput,
|
|
76
|
-
GetInlinePolicyForPermissionSetCommandOutput,
|
|
77
|
-
} from "./commands/GetInlinePolicyForPermissionSetCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListAccountAssignmentCreationStatusCommand,
|
|
80
|
-
ListAccountAssignmentCreationStatusCommandInput,
|
|
81
|
-
ListAccountAssignmentCreationStatusCommandOutput,
|
|
82
|
-
} from "./commands/ListAccountAssignmentCreationStatusCommand";
|
|
83
|
-
import {
|
|
84
|
-
ListAccountAssignmentDeletionStatusCommand,
|
|
85
|
-
ListAccountAssignmentDeletionStatusCommandInput,
|
|
86
|
-
ListAccountAssignmentDeletionStatusCommandOutput,
|
|
87
|
-
} from "./commands/ListAccountAssignmentDeletionStatusCommand";
|
|
88
|
-
import {
|
|
89
|
-
ListAccountAssignmentsCommand,
|
|
90
|
-
ListAccountAssignmentsCommandInput,
|
|
91
|
-
ListAccountAssignmentsCommandOutput,
|
|
92
|
-
} from "./commands/ListAccountAssignmentsCommand";
|
|
93
|
-
import {
|
|
94
|
-
ListAccountsForProvisionedPermissionSetCommand,
|
|
95
|
-
ListAccountsForProvisionedPermissionSetCommandInput,
|
|
96
|
-
ListAccountsForProvisionedPermissionSetCommandOutput,
|
|
97
|
-
} from "./commands/ListAccountsForProvisionedPermissionSetCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListInstancesCommand,
|
|
100
|
-
ListInstancesCommandInput,
|
|
101
|
-
ListInstancesCommandOutput,
|
|
102
|
-
} from "./commands/ListInstancesCommand";
|
|
103
|
-
import {
|
|
104
|
-
ListManagedPoliciesInPermissionSetCommand,
|
|
105
|
-
ListManagedPoliciesInPermissionSetCommandInput,
|
|
106
|
-
ListManagedPoliciesInPermissionSetCommandOutput,
|
|
107
|
-
} from "./commands/ListManagedPoliciesInPermissionSetCommand";
|
|
108
|
-
import {
|
|
109
|
-
ListPermissionSetProvisioningStatusCommand,
|
|
110
|
-
ListPermissionSetProvisioningStatusCommandInput,
|
|
111
|
-
ListPermissionSetProvisioningStatusCommandOutput,
|
|
112
|
-
} from "./commands/ListPermissionSetProvisioningStatusCommand";
|
|
113
|
-
import {
|
|
114
|
-
ListPermissionSetsCommand,
|
|
115
|
-
ListPermissionSetsCommandInput,
|
|
116
|
-
ListPermissionSetsCommandOutput,
|
|
117
|
-
} from "./commands/ListPermissionSetsCommand";
|
|
118
|
-
import {
|
|
119
|
-
ListPermissionSetsProvisionedToAccountCommand,
|
|
120
|
-
ListPermissionSetsProvisionedToAccountCommandInput,
|
|
121
|
-
ListPermissionSetsProvisionedToAccountCommandOutput,
|
|
122
|
-
} from "./commands/ListPermissionSetsProvisionedToAccountCommand";
|
|
123
|
-
import {
|
|
124
|
-
ListTagsForResourceCommand,
|
|
125
|
-
ListTagsForResourceCommandInput,
|
|
126
|
-
ListTagsForResourceCommandOutput,
|
|
127
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
128
|
-
import {
|
|
129
|
-
ProvisionPermissionSetCommand,
|
|
130
|
-
ProvisionPermissionSetCommandInput,
|
|
131
|
-
ProvisionPermissionSetCommandOutput,
|
|
132
|
-
} from "./commands/ProvisionPermissionSetCommand";
|
|
133
|
-
import {
|
|
134
|
-
PutInlinePolicyToPermissionSetCommand,
|
|
135
|
-
PutInlinePolicyToPermissionSetCommandInput,
|
|
136
|
-
PutInlinePolicyToPermissionSetCommandOutput,
|
|
137
|
-
} from "./commands/PutInlinePolicyToPermissionSetCommand";
|
|
138
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
139
|
-
import {
|
|
140
|
-
UntagResourceCommand,
|
|
141
|
-
UntagResourceCommandInput,
|
|
142
|
-
UntagResourceCommandOutput,
|
|
143
|
-
} from "./commands/UntagResourceCommand";
|
|
144
|
-
import {
|
|
145
|
-
UpdateInstanceAccessControlAttributeConfigurationCommand,
|
|
146
|
-
UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
147
|
-
UpdateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
148
|
-
} from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
149
|
-
import {
|
|
150
|
-
UpdatePermissionSetCommand,
|
|
151
|
-
UpdatePermissionSetCommandInput,
|
|
152
|
-
UpdatePermissionSetCommandOutput,
|
|
153
|
-
} from "./commands/UpdatePermissionSetCommand";
|
|
154
|
-
import { SSOAdminClient } from "./SSOAdminClient";
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
|
|
158
|
-
* access to multiple Amazon Web Services accounts and business applications. This guide provides information on
|
|
159
|
-
* SSO operations which could be used for access management of Amazon Web Services accounts. For information about
|
|
160
|
-
* Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Single Sign-On User Guide</a>.</p>
|
|
161
|
-
* <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
|
|
162
|
-
* principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
|
|
163
|
-
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
|
|
164
|
-
* Reference</a>.</p>
|
|
165
|
-
*/
|
|
166
|
-
export class SSOAdmin extends SSOAdminClient {
|
|
167
|
-
/**
|
|
168
|
-
* <p>Attaches an IAM managed policy ARN to a permission set.</p>
|
|
169
|
-
* <note>
|
|
170
|
-
* <p>If the permission set is already referenced by one or more account assignments, you will
|
|
171
|
-
* need to call <code>
|
|
172
|
-
* <a>ProvisionPermissionSet</a>
|
|
173
|
-
* </code> after this operation.
|
|
174
|
-
* Calling <code>ProvisionPermissionSet</code> applies the corresponding IAM policy updates to
|
|
175
|
-
* all assigned accounts.</p>
|
|
176
|
-
* </note>
|
|
177
|
-
*/
|
|
178
|
-
public attachManagedPolicyToPermissionSet(
|
|
179
|
-
args: AttachManagedPolicyToPermissionSetCommandInput,
|
|
180
|
-
options?: __HttpHandlerOptions
|
|
181
|
-
): Promise<AttachManagedPolicyToPermissionSetCommandOutput>;
|
|
182
|
-
public attachManagedPolicyToPermissionSet(
|
|
183
|
-
args: AttachManagedPolicyToPermissionSetCommandInput,
|
|
184
|
-
cb: (err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void
|
|
185
|
-
): void;
|
|
186
|
-
public attachManagedPolicyToPermissionSet(
|
|
187
|
-
args: AttachManagedPolicyToPermissionSetCommandInput,
|
|
188
|
-
options: __HttpHandlerOptions,
|
|
189
|
-
cb: (err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void
|
|
190
|
-
): void;
|
|
191
|
-
public attachManagedPolicyToPermissionSet(
|
|
192
|
-
args: AttachManagedPolicyToPermissionSetCommandInput,
|
|
193
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void),
|
|
194
|
-
cb?: (err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void
|
|
195
|
-
): Promise<AttachManagedPolicyToPermissionSetCommandOutput> | void {
|
|
196
|
-
const command = new AttachManagedPolicyToPermissionSetCommand(args);
|
|
197
|
-
if (typeof optionsOrCb === "function") {
|
|
198
|
-
this.send(command, optionsOrCb);
|
|
199
|
-
} else if (typeof cb === "function") {
|
|
200
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
201
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
202
|
-
} else {
|
|
203
|
-
return this.send(command, optionsOrCb);
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* <p>Assigns access to a principal for a specified Amazon Web Services account using a specified permission
|
|
209
|
-
* set.</p>
|
|
210
|
-
* <note>
|
|
211
|
-
* <p>The term <i>principal</i> here refers to a user or group that is defined
|
|
212
|
-
* in Amazon Web Services SSO.</p>
|
|
213
|
-
* </note>
|
|
214
|
-
* <note>
|
|
215
|
-
* <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
|
|
216
|
-
* permission set will automatically be provisioned to the account in the form of an IAM
|
|
217
|
-
* policy. That policy is attached to the SSO-created IAM role. If the permission set is
|
|
218
|
-
* subsequently updated, the corresponding IAM policies attached to roles in your accounts will
|
|
219
|
-
* not be updated automatically. In this case, you must call <code>
|
|
220
|
-
* <a>ProvisionPermissionSet</a>
|
|
221
|
-
* </code> to make these updates.</p>
|
|
222
|
-
* </note>
|
|
223
|
-
*/
|
|
224
|
-
public createAccountAssignment(
|
|
225
|
-
args: CreateAccountAssignmentCommandInput,
|
|
226
|
-
options?: __HttpHandlerOptions
|
|
227
|
-
): Promise<CreateAccountAssignmentCommandOutput>;
|
|
228
|
-
public createAccountAssignment(
|
|
229
|
-
args: CreateAccountAssignmentCommandInput,
|
|
230
|
-
cb: (err: any, data?: CreateAccountAssignmentCommandOutput) => void
|
|
231
|
-
): void;
|
|
232
|
-
public createAccountAssignment(
|
|
233
|
-
args: CreateAccountAssignmentCommandInput,
|
|
234
|
-
options: __HttpHandlerOptions,
|
|
235
|
-
cb: (err: any, data?: CreateAccountAssignmentCommandOutput) => void
|
|
236
|
-
): void;
|
|
237
|
-
public createAccountAssignment(
|
|
238
|
-
args: CreateAccountAssignmentCommandInput,
|
|
239
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAccountAssignmentCommandOutput) => void),
|
|
240
|
-
cb?: (err: any, data?: CreateAccountAssignmentCommandOutput) => void
|
|
241
|
-
): Promise<CreateAccountAssignmentCommandOutput> | void {
|
|
242
|
-
const command = new CreateAccountAssignmentCommand(args);
|
|
243
|
-
if (typeof optionsOrCb === "function") {
|
|
244
|
-
this.send(command, optionsOrCb);
|
|
245
|
-
} else if (typeof cb === "function") {
|
|
246
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
247
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
248
|
-
} else {
|
|
249
|
-
return this.send(command, optionsOrCb);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* <p>Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
|
|
255
|
-
* instance. You can also specify new attributes to add to your ABAC configuration during the
|
|
256
|
-
* enabling process. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
257
|
-
*/
|
|
258
|
-
public createInstanceAccessControlAttributeConfiguration(
|
|
259
|
-
args: CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
260
|
-
options?: __HttpHandlerOptions
|
|
261
|
-
): Promise<CreateInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
262
|
-
public createInstanceAccessControlAttributeConfiguration(
|
|
263
|
-
args: CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
264
|
-
cb: (err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
265
|
-
): void;
|
|
266
|
-
public createInstanceAccessControlAttributeConfiguration(
|
|
267
|
-
args: CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
268
|
-
options: __HttpHandlerOptions,
|
|
269
|
-
cb: (err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
270
|
-
): void;
|
|
271
|
-
public createInstanceAccessControlAttributeConfiguration(
|
|
272
|
-
args: CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
273
|
-
optionsOrCb?:
|
|
274
|
-
| __HttpHandlerOptions
|
|
275
|
-
| ((err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void),
|
|
276
|
-
cb?: (err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
277
|
-
): Promise<CreateInstanceAccessControlAttributeConfigurationCommandOutput> | void {
|
|
278
|
-
const command = new CreateInstanceAccessControlAttributeConfigurationCommand(args);
|
|
279
|
-
if (typeof optionsOrCb === "function") {
|
|
280
|
-
this.send(command, optionsOrCb);
|
|
281
|
-
} else if (typeof cb === "function") {
|
|
282
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
283
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
284
|
-
} else {
|
|
285
|
-
return this.send(command, optionsOrCb);
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
/**
|
|
290
|
-
* <p>Creates a permission set within a specified SSO instance.</p>
|
|
291
|
-
* <note>
|
|
292
|
-
* <p>To grant users and groups access to Amazon Web Services account resources, use <code>
|
|
293
|
-
* <a>CreateAccountAssignment</a>
|
|
294
|
-
* </code>.</p>
|
|
295
|
-
* </note>
|
|
296
|
-
*/
|
|
297
|
-
public createPermissionSet(
|
|
298
|
-
args: CreatePermissionSetCommandInput,
|
|
299
|
-
options?: __HttpHandlerOptions
|
|
300
|
-
): Promise<CreatePermissionSetCommandOutput>;
|
|
301
|
-
public createPermissionSet(
|
|
302
|
-
args: CreatePermissionSetCommandInput,
|
|
303
|
-
cb: (err: any, data?: CreatePermissionSetCommandOutput) => void
|
|
304
|
-
): void;
|
|
305
|
-
public createPermissionSet(
|
|
306
|
-
args: CreatePermissionSetCommandInput,
|
|
307
|
-
options: __HttpHandlerOptions,
|
|
308
|
-
cb: (err: any, data?: CreatePermissionSetCommandOutput) => void
|
|
309
|
-
): void;
|
|
310
|
-
public createPermissionSet(
|
|
311
|
-
args: CreatePermissionSetCommandInput,
|
|
312
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePermissionSetCommandOutput) => void),
|
|
313
|
-
cb?: (err: any, data?: CreatePermissionSetCommandOutput) => void
|
|
314
|
-
): Promise<CreatePermissionSetCommandOutput> | void {
|
|
315
|
-
const command = new CreatePermissionSetCommand(args);
|
|
316
|
-
if (typeof optionsOrCb === "function") {
|
|
317
|
-
this.send(command, optionsOrCb);
|
|
318
|
-
} else if (typeof cb === "function") {
|
|
319
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
320
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
321
|
-
} else {
|
|
322
|
-
return this.send(command, optionsOrCb);
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
/**
|
|
327
|
-
* <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission
|
|
328
|
-
* set.</p>
|
|
329
|
-
*/
|
|
330
|
-
public deleteAccountAssignment(
|
|
331
|
-
args: DeleteAccountAssignmentCommandInput,
|
|
332
|
-
options?: __HttpHandlerOptions
|
|
333
|
-
): Promise<DeleteAccountAssignmentCommandOutput>;
|
|
334
|
-
public deleteAccountAssignment(
|
|
335
|
-
args: DeleteAccountAssignmentCommandInput,
|
|
336
|
-
cb: (err: any, data?: DeleteAccountAssignmentCommandOutput) => void
|
|
337
|
-
): void;
|
|
338
|
-
public deleteAccountAssignment(
|
|
339
|
-
args: DeleteAccountAssignmentCommandInput,
|
|
340
|
-
options: __HttpHandlerOptions,
|
|
341
|
-
cb: (err: any, data?: DeleteAccountAssignmentCommandOutput) => void
|
|
342
|
-
): void;
|
|
343
|
-
public deleteAccountAssignment(
|
|
344
|
-
args: DeleteAccountAssignmentCommandInput,
|
|
345
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAccountAssignmentCommandOutput) => void),
|
|
346
|
-
cb?: (err: any, data?: DeleteAccountAssignmentCommandOutput) => void
|
|
347
|
-
): Promise<DeleteAccountAssignmentCommandOutput> | void {
|
|
348
|
-
const command = new DeleteAccountAssignmentCommand(args);
|
|
349
|
-
if (typeof optionsOrCb === "function") {
|
|
350
|
-
this.send(command, optionsOrCb);
|
|
351
|
-
} else if (typeof cb === "function") {
|
|
352
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
353
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
354
|
-
} else {
|
|
355
|
-
return this.send(command, optionsOrCb);
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
/**
|
|
360
|
-
* <p>Deletes the inline policy from a specified permission set.</p>
|
|
361
|
-
*/
|
|
362
|
-
public deleteInlinePolicyFromPermissionSet(
|
|
363
|
-
args: DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
364
|
-
options?: __HttpHandlerOptions
|
|
365
|
-
): Promise<DeleteInlinePolicyFromPermissionSetCommandOutput>;
|
|
366
|
-
public deleteInlinePolicyFromPermissionSet(
|
|
367
|
-
args: DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
368
|
-
cb: (err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void
|
|
369
|
-
): void;
|
|
370
|
-
public deleteInlinePolicyFromPermissionSet(
|
|
371
|
-
args: DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
372
|
-
options: __HttpHandlerOptions,
|
|
373
|
-
cb: (err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void
|
|
374
|
-
): void;
|
|
375
|
-
public deleteInlinePolicyFromPermissionSet(
|
|
376
|
-
args: DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
377
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void),
|
|
378
|
-
cb?: (err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void
|
|
379
|
-
): Promise<DeleteInlinePolicyFromPermissionSetCommandOutput> | void {
|
|
380
|
-
const command = new DeleteInlinePolicyFromPermissionSetCommand(args);
|
|
381
|
-
if (typeof optionsOrCb === "function") {
|
|
382
|
-
this.send(command, optionsOrCb);
|
|
383
|
-
} else if (typeof cb === "function") {
|
|
384
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
385
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
386
|
-
} else {
|
|
387
|
-
return this.send(command, optionsOrCb);
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* <p>Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
|
|
393
|
-
* instance and deletes all of the attribute mappings that have been configured. Once deleted,
|
|
394
|
-
* any attributes that are received from an identity source and any custom attributes you have
|
|
395
|
-
* previously configured will not be passed. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
396
|
-
*/
|
|
397
|
-
public deleteInstanceAccessControlAttributeConfiguration(
|
|
398
|
-
args: DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
399
|
-
options?: __HttpHandlerOptions
|
|
400
|
-
): Promise<DeleteInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
401
|
-
public deleteInstanceAccessControlAttributeConfiguration(
|
|
402
|
-
args: DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
403
|
-
cb: (err: any, data?: DeleteInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
404
|
-
): void;
|
|
405
|
-
public deleteInstanceAccessControlAttributeConfiguration(
|
|
406
|
-
args: DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
407
|
-
options: __HttpHandlerOptions,
|
|
408
|
-
cb: (err: any, data?: DeleteInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
409
|
-
): void;
|
|
410
|
-
public deleteInstanceAccessControlAttributeConfiguration(
|
|
411
|
-
args: DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
412
|
-
optionsOrCb?:
|
|
413
|
-
| __HttpHandlerOptions
|
|
414
|
-
| ((err: any, data?: DeleteInstanceAccessControlAttributeConfigurationCommandOutput) => void),
|
|
415
|
-
cb?: (err: any, data?: DeleteInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
416
|
-
): Promise<DeleteInstanceAccessControlAttributeConfigurationCommandOutput> | void {
|
|
417
|
-
const command = new DeleteInstanceAccessControlAttributeConfigurationCommand(args);
|
|
418
|
-
if (typeof optionsOrCb === "function") {
|
|
419
|
-
this.send(command, optionsOrCb);
|
|
420
|
-
} else if (typeof cb === "function") {
|
|
421
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
423
|
-
} else {
|
|
424
|
-
return this.send(command, optionsOrCb);
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* <p>Deletes the specified permission set.</p>
|
|
430
|
-
*/
|
|
431
|
-
public deletePermissionSet(
|
|
432
|
-
args: DeletePermissionSetCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
434
|
-
): Promise<DeletePermissionSetCommandOutput>;
|
|
435
|
-
public deletePermissionSet(
|
|
436
|
-
args: DeletePermissionSetCommandInput,
|
|
437
|
-
cb: (err: any, data?: DeletePermissionSetCommandOutput) => void
|
|
438
|
-
): void;
|
|
439
|
-
public deletePermissionSet(
|
|
440
|
-
args: DeletePermissionSetCommandInput,
|
|
441
|
-
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: DeletePermissionSetCommandOutput) => void
|
|
443
|
-
): void;
|
|
444
|
-
public deletePermissionSet(
|
|
445
|
-
args: DeletePermissionSetCommandInput,
|
|
446
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePermissionSetCommandOutput) => void),
|
|
447
|
-
cb?: (err: any, data?: DeletePermissionSetCommandOutput) => void
|
|
448
|
-
): Promise<DeletePermissionSetCommandOutput> | void {
|
|
449
|
-
const command = new DeletePermissionSetCommand(args);
|
|
450
|
-
if (typeof optionsOrCb === "function") {
|
|
451
|
-
this.send(command, optionsOrCb);
|
|
452
|
-
} else if (typeof cb === "function") {
|
|
453
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
454
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
455
|
-
} else {
|
|
456
|
-
return this.send(command, optionsOrCb);
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/**
|
|
461
|
-
* <p>Describes the status of the assignment creation request.</p>
|
|
462
|
-
*/
|
|
463
|
-
public describeAccountAssignmentCreationStatus(
|
|
464
|
-
args: DescribeAccountAssignmentCreationStatusCommandInput,
|
|
465
|
-
options?: __HttpHandlerOptions
|
|
466
|
-
): Promise<DescribeAccountAssignmentCreationStatusCommandOutput>;
|
|
467
|
-
public describeAccountAssignmentCreationStatus(
|
|
468
|
-
args: DescribeAccountAssignmentCreationStatusCommandInput,
|
|
469
|
-
cb: (err: any, data?: DescribeAccountAssignmentCreationStatusCommandOutput) => void
|
|
470
|
-
): void;
|
|
471
|
-
public describeAccountAssignmentCreationStatus(
|
|
472
|
-
args: DescribeAccountAssignmentCreationStatusCommandInput,
|
|
473
|
-
options: __HttpHandlerOptions,
|
|
474
|
-
cb: (err: any, data?: DescribeAccountAssignmentCreationStatusCommandOutput) => void
|
|
475
|
-
): void;
|
|
476
|
-
public describeAccountAssignmentCreationStatus(
|
|
477
|
-
args: DescribeAccountAssignmentCreationStatusCommandInput,
|
|
478
|
-
optionsOrCb?:
|
|
479
|
-
| __HttpHandlerOptions
|
|
480
|
-
| ((err: any, data?: DescribeAccountAssignmentCreationStatusCommandOutput) => void),
|
|
481
|
-
cb?: (err: any, data?: DescribeAccountAssignmentCreationStatusCommandOutput) => void
|
|
482
|
-
): Promise<DescribeAccountAssignmentCreationStatusCommandOutput> | void {
|
|
483
|
-
const command = new DescribeAccountAssignmentCreationStatusCommand(args);
|
|
484
|
-
if (typeof optionsOrCb === "function") {
|
|
485
|
-
this.send(command, optionsOrCb);
|
|
486
|
-
} else if (typeof cb === "function") {
|
|
487
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
488
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
489
|
-
} else {
|
|
490
|
-
return this.send(command, optionsOrCb);
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
/**
|
|
495
|
-
* <p>Describes the status of the assignment deletion request.</p>
|
|
496
|
-
*/
|
|
497
|
-
public describeAccountAssignmentDeletionStatus(
|
|
498
|
-
args: DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
499
|
-
options?: __HttpHandlerOptions
|
|
500
|
-
): Promise<DescribeAccountAssignmentDeletionStatusCommandOutput>;
|
|
501
|
-
public describeAccountAssignmentDeletionStatus(
|
|
502
|
-
args: DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
503
|
-
cb: (err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void
|
|
504
|
-
): void;
|
|
505
|
-
public describeAccountAssignmentDeletionStatus(
|
|
506
|
-
args: DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
507
|
-
options: __HttpHandlerOptions,
|
|
508
|
-
cb: (err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void
|
|
509
|
-
): void;
|
|
510
|
-
public describeAccountAssignmentDeletionStatus(
|
|
511
|
-
args: DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
512
|
-
optionsOrCb?:
|
|
513
|
-
| __HttpHandlerOptions
|
|
514
|
-
| ((err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void),
|
|
515
|
-
cb?: (err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void
|
|
516
|
-
): Promise<DescribeAccountAssignmentDeletionStatusCommandOutput> | void {
|
|
517
|
-
const command = new DescribeAccountAssignmentDeletionStatusCommand(args);
|
|
518
|
-
if (typeof optionsOrCb === "function") {
|
|
519
|
-
this.send(command, optionsOrCb);
|
|
520
|
-
} else if (typeof cb === "function") {
|
|
521
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
522
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
523
|
-
} else {
|
|
524
|
-
return this.send(command, optionsOrCb);
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
/**
|
|
529
|
-
* <p>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to
|
|
530
|
-
* work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This
|
|
531
|
-
* will not return attributes configured and sent by an external identity provider.
|
|
532
|
-
* For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
533
|
-
*/
|
|
534
|
-
public describeInstanceAccessControlAttributeConfiguration(
|
|
535
|
-
args: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
536
|
-
options?: __HttpHandlerOptions
|
|
537
|
-
): Promise<DescribeInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
538
|
-
public describeInstanceAccessControlAttributeConfiguration(
|
|
539
|
-
args: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
540
|
-
cb: (err: any, data?: DescribeInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
541
|
-
): void;
|
|
542
|
-
public describeInstanceAccessControlAttributeConfiguration(
|
|
543
|
-
args: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
544
|
-
options: __HttpHandlerOptions,
|
|
545
|
-
cb: (err: any, data?: DescribeInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
546
|
-
): void;
|
|
547
|
-
public describeInstanceAccessControlAttributeConfiguration(
|
|
548
|
-
args: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
549
|
-
optionsOrCb?:
|
|
550
|
-
| __HttpHandlerOptions
|
|
551
|
-
| ((err: any, data?: DescribeInstanceAccessControlAttributeConfigurationCommandOutput) => void),
|
|
552
|
-
cb?: (err: any, data?: DescribeInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
553
|
-
): Promise<DescribeInstanceAccessControlAttributeConfigurationCommandOutput> | void {
|
|
554
|
-
const command = new DescribeInstanceAccessControlAttributeConfigurationCommand(args);
|
|
555
|
-
if (typeof optionsOrCb === "function") {
|
|
556
|
-
this.send(command, optionsOrCb);
|
|
557
|
-
} else if (typeof cb === "function") {
|
|
558
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
559
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
-
} else {
|
|
561
|
-
return this.send(command, optionsOrCb);
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
/**
|
|
566
|
-
* <p>Gets the details of the permission set.</p>
|
|
567
|
-
*/
|
|
568
|
-
public describePermissionSet(
|
|
569
|
-
args: DescribePermissionSetCommandInput,
|
|
570
|
-
options?: __HttpHandlerOptions
|
|
571
|
-
): Promise<DescribePermissionSetCommandOutput>;
|
|
572
|
-
public describePermissionSet(
|
|
573
|
-
args: DescribePermissionSetCommandInput,
|
|
574
|
-
cb: (err: any, data?: DescribePermissionSetCommandOutput) => void
|
|
575
|
-
): void;
|
|
576
|
-
public describePermissionSet(
|
|
577
|
-
args: DescribePermissionSetCommandInput,
|
|
578
|
-
options: __HttpHandlerOptions,
|
|
579
|
-
cb: (err: any, data?: DescribePermissionSetCommandOutput) => void
|
|
580
|
-
): void;
|
|
581
|
-
public describePermissionSet(
|
|
582
|
-
args: DescribePermissionSetCommandInput,
|
|
583
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePermissionSetCommandOutput) => void),
|
|
584
|
-
cb?: (err: any, data?: DescribePermissionSetCommandOutput) => void
|
|
585
|
-
): Promise<DescribePermissionSetCommandOutput> | void {
|
|
586
|
-
const command = new DescribePermissionSetCommand(args);
|
|
587
|
-
if (typeof optionsOrCb === "function") {
|
|
588
|
-
this.send(command, optionsOrCb);
|
|
589
|
-
} else if (typeof cb === "function") {
|
|
590
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
591
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
592
|
-
} else {
|
|
593
|
-
return this.send(command, optionsOrCb);
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
/**
|
|
598
|
-
* <p>Describes the status for the given permission set provisioning request.</p>
|
|
599
|
-
*/
|
|
600
|
-
public describePermissionSetProvisioningStatus(
|
|
601
|
-
args: DescribePermissionSetProvisioningStatusCommandInput,
|
|
602
|
-
options?: __HttpHandlerOptions
|
|
603
|
-
): Promise<DescribePermissionSetProvisioningStatusCommandOutput>;
|
|
604
|
-
public describePermissionSetProvisioningStatus(
|
|
605
|
-
args: DescribePermissionSetProvisioningStatusCommandInput,
|
|
606
|
-
cb: (err: any, data?: DescribePermissionSetProvisioningStatusCommandOutput) => void
|
|
607
|
-
): void;
|
|
608
|
-
public describePermissionSetProvisioningStatus(
|
|
609
|
-
args: DescribePermissionSetProvisioningStatusCommandInput,
|
|
610
|
-
options: __HttpHandlerOptions,
|
|
611
|
-
cb: (err: any, data?: DescribePermissionSetProvisioningStatusCommandOutput) => void
|
|
612
|
-
): void;
|
|
613
|
-
public describePermissionSetProvisioningStatus(
|
|
614
|
-
args: DescribePermissionSetProvisioningStatusCommandInput,
|
|
615
|
-
optionsOrCb?:
|
|
616
|
-
| __HttpHandlerOptions
|
|
617
|
-
| ((err: any, data?: DescribePermissionSetProvisioningStatusCommandOutput) => void),
|
|
618
|
-
cb?: (err: any, data?: DescribePermissionSetProvisioningStatusCommandOutput) => void
|
|
619
|
-
): Promise<DescribePermissionSetProvisioningStatusCommandOutput> | void {
|
|
620
|
-
const command = new DescribePermissionSetProvisioningStatusCommand(args);
|
|
621
|
-
if (typeof optionsOrCb === "function") {
|
|
622
|
-
this.send(command, optionsOrCb);
|
|
623
|
-
} else if (typeof cb === "function") {
|
|
624
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
625
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
626
|
-
} else {
|
|
627
|
-
return this.send(command, optionsOrCb);
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
/**
|
|
632
|
-
* <p>Detaches the attached IAM managed policy ARN from the specified permission set.</p>
|
|
633
|
-
*/
|
|
634
|
-
public detachManagedPolicyFromPermissionSet(
|
|
635
|
-
args: DetachManagedPolicyFromPermissionSetCommandInput,
|
|
636
|
-
options?: __HttpHandlerOptions
|
|
637
|
-
): Promise<DetachManagedPolicyFromPermissionSetCommandOutput>;
|
|
638
|
-
public detachManagedPolicyFromPermissionSet(
|
|
639
|
-
args: DetachManagedPolicyFromPermissionSetCommandInput,
|
|
640
|
-
cb: (err: any, data?: DetachManagedPolicyFromPermissionSetCommandOutput) => void
|
|
641
|
-
): void;
|
|
642
|
-
public detachManagedPolicyFromPermissionSet(
|
|
643
|
-
args: DetachManagedPolicyFromPermissionSetCommandInput,
|
|
644
|
-
options: __HttpHandlerOptions,
|
|
645
|
-
cb: (err: any, data?: DetachManagedPolicyFromPermissionSetCommandOutput) => void
|
|
646
|
-
): void;
|
|
647
|
-
public detachManagedPolicyFromPermissionSet(
|
|
648
|
-
args: DetachManagedPolicyFromPermissionSetCommandInput,
|
|
649
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DetachManagedPolicyFromPermissionSetCommandOutput) => void),
|
|
650
|
-
cb?: (err: any, data?: DetachManagedPolicyFromPermissionSetCommandOutput) => void
|
|
651
|
-
): Promise<DetachManagedPolicyFromPermissionSetCommandOutput> | void {
|
|
652
|
-
const command = new DetachManagedPolicyFromPermissionSetCommand(args);
|
|
653
|
-
if (typeof optionsOrCb === "function") {
|
|
654
|
-
this.send(command, optionsOrCb);
|
|
655
|
-
} else if (typeof cb === "function") {
|
|
656
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
657
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
-
} else {
|
|
659
|
-
return this.send(command, optionsOrCb);
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
/**
|
|
664
|
-
* <p>Obtains the inline policy assigned to the permission set.</p>
|
|
665
|
-
*/
|
|
666
|
-
public getInlinePolicyForPermissionSet(
|
|
667
|
-
args: GetInlinePolicyForPermissionSetCommandInput,
|
|
668
|
-
options?: __HttpHandlerOptions
|
|
669
|
-
): Promise<GetInlinePolicyForPermissionSetCommandOutput>;
|
|
670
|
-
public getInlinePolicyForPermissionSet(
|
|
671
|
-
args: GetInlinePolicyForPermissionSetCommandInput,
|
|
672
|
-
cb: (err: any, data?: GetInlinePolicyForPermissionSetCommandOutput) => void
|
|
673
|
-
): void;
|
|
674
|
-
public getInlinePolicyForPermissionSet(
|
|
675
|
-
args: GetInlinePolicyForPermissionSetCommandInput,
|
|
676
|
-
options: __HttpHandlerOptions,
|
|
677
|
-
cb: (err: any, data?: GetInlinePolicyForPermissionSetCommandOutput) => void
|
|
678
|
-
): void;
|
|
679
|
-
public getInlinePolicyForPermissionSet(
|
|
680
|
-
args: GetInlinePolicyForPermissionSetCommandInput,
|
|
681
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetInlinePolicyForPermissionSetCommandOutput) => void),
|
|
682
|
-
cb?: (err: any, data?: GetInlinePolicyForPermissionSetCommandOutput) => void
|
|
683
|
-
): Promise<GetInlinePolicyForPermissionSetCommandOutput> | void {
|
|
684
|
-
const command = new GetInlinePolicyForPermissionSetCommand(args);
|
|
685
|
-
if (typeof optionsOrCb === "function") {
|
|
686
|
-
this.send(command, optionsOrCb);
|
|
687
|
-
} else if (typeof cb === "function") {
|
|
688
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
689
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
690
|
-
} else {
|
|
691
|
-
return this.send(command, optionsOrCb);
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
/**
|
|
696
|
-
* <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO
|
|
697
|
-
* instance.</p>
|
|
698
|
-
*/
|
|
699
|
-
public listAccountAssignmentCreationStatus(
|
|
700
|
-
args: ListAccountAssignmentCreationStatusCommandInput,
|
|
701
|
-
options?: __HttpHandlerOptions
|
|
702
|
-
): Promise<ListAccountAssignmentCreationStatusCommandOutput>;
|
|
703
|
-
public listAccountAssignmentCreationStatus(
|
|
704
|
-
args: ListAccountAssignmentCreationStatusCommandInput,
|
|
705
|
-
cb: (err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void
|
|
706
|
-
): void;
|
|
707
|
-
public listAccountAssignmentCreationStatus(
|
|
708
|
-
args: ListAccountAssignmentCreationStatusCommandInput,
|
|
709
|
-
options: __HttpHandlerOptions,
|
|
710
|
-
cb: (err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void
|
|
711
|
-
): void;
|
|
712
|
-
public listAccountAssignmentCreationStatus(
|
|
713
|
-
args: ListAccountAssignmentCreationStatusCommandInput,
|
|
714
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void),
|
|
715
|
-
cb?: (err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void
|
|
716
|
-
): Promise<ListAccountAssignmentCreationStatusCommandOutput> | void {
|
|
717
|
-
const command = new ListAccountAssignmentCreationStatusCommand(args);
|
|
718
|
-
if (typeof optionsOrCb === "function") {
|
|
719
|
-
this.send(command, optionsOrCb);
|
|
720
|
-
} else if (typeof cb === "function") {
|
|
721
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
722
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
723
|
-
} else {
|
|
724
|
-
return this.send(command, optionsOrCb);
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
/**
|
|
729
|
-
* <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO
|
|
730
|
-
* instance.</p>
|
|
731
|
-
*/
|
|
732
|
-
public listAccountAssignmentDeletionStatus(
|
|
733
|
-
args: ListAccountAssignmentDeletionStatusCommandInput,
|
|
734
|
-
options?: __HttpHandlerOptions
|
|
735
|
-
): Promise<ListAccountAssignmentDeletionStatusCommandOutput>;
|
|
736
|
-
public listAccountAssignmentDeletionStatus(
|
|
737
|
-
args: ListAccountAssignmentDeletionStatusCommandInput,
|
|
738
|
-
cb: (err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void
|
|
739
|
-
): void;
|
|
740
|
-
public listAccountAssignmentDeletionStatus(
|
|
741
|
-
args: ListAccountAssignmentDeletionStatusCommandInput,
|
|
742
|
-
options: __HttpHandlerOptions,
|
|
743
|
-
cb: (err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void
|
|
744
|
-
): void;
|
|
745
|
-
public listAccountAssignmentDeletionStatus(
|
|
746
|
-
args: ListAccountAssignmentDeletionStatusCommandInput,
|
|
747
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void),
|
|
748
|
-
cb?: (err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void
|
|
749
|
-
): Promise<ListAccountAssignmentDeletionStatusCommandOutput> | void {
|
|
750
|
-
const command = new ListAccountAssignmentDeletionStatusCommand(args);
|
|
751
|
-
if (typeof optionsOrCb === "function") {
|
|
752
|
-
this.send(command, optionsOrCb);
|
|
753
|
-
} else if (typeof cb === "function") {
|
|
754
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
755
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
756
|
-
} else {
|
|
757
|
-
return this.send(command, optionsOrCb);
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
/**
|
|
762
|
-
* <p>Lists the assignee of the specified Amazon Web Services account with the specified permission
|
|
763
|
-
* set.</p>
|
|
764
|
-
*/
|
|
765
|
-
public listAccountAssignments(
|
|
766
|
-
args: ListAccountAssignmentsCommandInput,
|
|
767
|
-
options?: __HttpHandlerOptions
|
|
768
|
-
): Promise<ListAccountAssignmentsCommandOutput>;
|
|
769
|
-
public listAccountAssignments(
|
|
770
|
-
args: ListAccountAssignmentsCommandInput,
|
|
771
|
-
cb: (err: any, data?: ListAccountAssignmentsCommandOutput) => void
|
|
772
|
-
): void;
|
|
773
|
-
public listAccountAssignments(
|
|
774
|
-
args: ListAccountAssignmentsCommandInput,
|
|
775
|
-
options: __HttpHandlerOptions,
|
|
776
|
-
cb: (err: any, data?: ListAccountAssignmentsCommandOutput) => void
|
|
777
|
-
): void;
|
|
778
|
-
public listAccountAssignments(
|
|
779
|
-
args: ListAccountAssignmentsCommandInput,
|
|
780
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAccountAssignmentsCommandOutput) => void),
|
|
781
|
-
cb?: (err: any, data?: ListAccountAssignmentsCommandOutput) => void
|
|
782
|
-
): Promise<ListAccountAssignmentsCommandOutput> | void {
|
|
783
|
-
const command = new ListAccountAssignmentsCommand(args);
|
|
784
|
-
if (typeof optionsOrCb === "function") {
|
|
785
|
-
this.send(command, optionsOrCb);
|
|
786
|
-
} else if (typeof cb === "function") {
|
|
787
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
788
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
789
|
-
} else {
|
|
790
|
-
return this.send(command, optionsOrCb);
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
/**
|
|
795
|
-
* <p>Lists all the Amazon Web Services accounts where the specified permission set is provisioned.</p>
|
|
796
|
-
*/
|
|
797
|
-
public listAccountsForProvisionedPermissionSet(
|
|
798
|
-
args: ListAccountsForProvisionedPermissionSetCommandInput,
|
|
799
|
-
options?: __HttpHandlerOptions
|
|
800
|
-
): Promise<ListAccountsForProvisionedPermissionSetCommandOutput>;
|
|
801
|
-
public listAccountsForProvisionedPermissionSet(
|
|
802
|
-
args: ListAccountsForProvisionedPermissionSetCommandInput,
|
|
803
|
-
cb: (err: any, data?: ListAccountsForProvisionedPermissionSetCommandOutput) => void
|
|
804
|
-
): void;
|
|
805
|
-
public listAccountsForProvisionedPermissionSet(
|
|
806
|
-
args: ListAccountsForProvisionedPermissionSetCommandInput,
|
|
807
|
-
options: __HttpHandlerOptions,
|
|
808
|
-
cb: (err: any, data?: ListAccountsForProvisionedPermissionSetCommandOutput) => void
|
|
809
|
-
): void;
|
|
810
|
-
public listAccountsForProvisionedPermissionSet(
|
|
811
|
-
args: ListAccountsForProvisionedPermissionSetCommandInput,
|
|
812
|
-
optionsOrCb?:
|
|
813
|
-
| __HttpHandlerOptions
|
|
814
|
-
| ((err: any, data?: ListAccountsForProvisionedPermissionSetCommandOutput) => void),
|
|
815
|
-
cb?: (err: any, data?: ListAccountsForProvisionedPermissionSetCommandOutput) => void
|
|
816
|
-
): Promise<ListAccountsForProvisionedPermissionSetCommandOutput> | void {
|
|
817
|
-
const command = new ListAccountsForProvisionedPermissionSetCommand(args);
|
|
818
|
-
if (typeof optionsOrCb === "function") {
|
|
819
|
-
this.send(command, optionsOrCb);
|
|
820
|
-
} else if (typeof cb === "function") {
|
|
821
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
822
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
823
|
-
} else {
|
|
824
|
-
return this.send(command, optionsOrCb);
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
/**
|
|
829
|
-
* <p>Lists the SSO instances that the caller has access to.</p>
|
|
830
|
-
*/
|
|
831
|
-
public listInstances(
|
|
832
|
-
args: ListInstancesCommandInput,
|
|
833
|
-
options?: __HttpHandlerOptions
|
|
834
|
-
): Promise<ListInstancesCommandOutput>;
|
|
835
|
-
public listInstances(
|
|
836
|
-
args: ListInstancesCommandInput,
|
|
837
|
-
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
838
|
-
): void;
|
|
839
|
-
public listInstances(
|
|
840
|
-
args: ListInstancesCommandInput,
|
|
841
|
-
options: __HttpHandlerOptions,
|
|
842
|
-
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
843
|
-
): void;
|
|
844
|
-
public listInstances(
|
|
845
|
-
args: ListInstancesCommandInput,
|
|
846
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstancesCommandOutput) => void),
|
|
847
|
-
cb?: (err: any, data?: ListInstancesCommandOutput) => void
|
|
848
|
-
): Promise<ListInstancesCommandOutput> | void {
|
|
849
|
-
const command = new ListInstancesCommand(args);
|
|
850
|
-
if (typeof optionsOrCb === "function") {
|
|
851
|
-
this.send(command, optionsOrCb);
|
|
852
|
-
} else if (typeof cb === "function") {
|
|
853
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
854
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
855
|
-
} else {
|
|
856
|
-
return this.send(command, optionsOrCb);
|
|
857
|
-
}
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
/**
|
|
861
|
-
* <p>Lists the IAM managed policy that is attached to a specified permission set.</p>
|
|
862
|
-
*/
|
|
863
|
-
public listManagedPoliciesInPermissionSet(
|
|
864
|
-
args: ListManagedPoliciesInPermissionSetCommandInput,
|
|
865
|
-
options?: __HttpHandlerOptions
|
|
866
|
-
): Promise<ListManagedPoliciesInPermissionSetCommandOutput>;
|
|
867
|
-
public listManagedPoliciesInPermissionSet(
|
|
868
|
-
args: ListManagedPoliciesInPermissionSetCommandInput,
|
|
869
|
-
cb: (err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void
|
|
870
|
-
): void;
|
|
871
|
-
public listManagedPoliciesInPermissionSet(
|
|
872
|
-
args: ListManagedPoliciesInPermissionSetCommandInput,
|
|
873
|
-
options: __HttpHandlerOptions,
|
|
874
|
-
cb: (err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void
|
|
875
|
-
): void;
|
|
876
|
-
public listManagedPoliciesInPermissionSet(
|
|
877
|
-
args: ListManagedPoliciesInPermissionSetCommandInput,
|
|
878
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void),
|
|
879
|
-
cb?: (err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void
|
|
880
|
-
): Promise<ListManagedPoliciesInPermissionSetCommandOutput> | void {
|
|
881
|
-
const command = new ListManagedPoliciesInPermissionSetCommand(args);
|
|
882
|
-
if (typeof optionsOrCb === "function") {
|
|
883
|
-
this.send(command, optionsOrCb);
|
|
884
|
-
} else if (typeof cb === "function") {
|
|
885
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
886
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
887
|
-
} else {
|
|
888
|
-
return this.send(command, optionsOrCb);
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
/**
|
|
893
|
-
* <p>Lists the status of the permission set provisioning requests for a specified SSO
|
|
894
|
-
* instance.</p>
|
|
895
|
-
*/
|
|
896
|
-
public listPermissionSetProvisioningStatus(
|
|
897
|
-
args: ListPermissionSetProvisioningStatusCommandInput,
|
|
898
|
-
options?: __HttpHandlerOptions
|
|
899
|
-
): Promise<ListPermissionSetProvisioningStatusCommandOutput>;
|
|
900
|
-
public listPermissionSetProvisioningStatus(
|
|
901
|
-
args: ListPermissionSetProvisioningStatusCommandInput,
|
|
902
|
-
cb: (err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void
|
|
903
|
-
): void;
|
|
904
|
-
public listPermissionSetProvisioningStatus(
|
|
905
|
-
args: ListPermissionSetProvisioningStatusCommandInput,
|
|
906
|
-
options: __HttpHandlerOptions,
|
|
907
|
-
cb: (err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void
|
|
908
|
-
): void;
|
|
909
|
-
public listPermissionSetProvisioningStatus(
|
|
910
|
-
args: ListPermissionSetProvisioningStatusCommandInput,
|
|
911
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void),
|
|
912
|
-
cb?: (err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void
|
|
913
|
-
): Promise<ListPermissionSetProvisioningStatusCommandOutput> | void {
|
|
914
|
-
const command = new ListPermissionSetProvisioningStatusCommand(args);
|
|
915
|
-
if (typeof optionsOrCb === "function") {
|
|
916
|
-
this.send(command, optionsOrCb);
|
|
917
|
-
} else if (typeof cb === "function") {
|
|
918
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
919
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
920
|
-
} else {
|
|
921
|
-
return this.send(command, optionsOrCb);
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
/**
|
|
926
|
-
* <p>Lists the <a>PermissionSet</a>s in an SSO instance.</p>
|
|
927
|
-
*/
|
|
928
|
-
public listPermissionSets(
|
|
929
|
-
args: ListPermissionSetsCommandInput,
|
|
930
|
-
options?: __HttpHandlerOptions
|
|
931
|
-
): Promise<ListPermissionSetsCommandOutput>;
|
|
932
|
-
public listPermissionSets(
|
|
933
|
-
args: ListPermissionSetsCommandInput,
|
|
934
|
-
cb: (err: any, data?: ListPermissionSetsCommandOutput) => void
|
|
935
|
-
): void;
|
|
936
|
-
public listPermissionSets(
|
|
937
|
-
args: ListPermissionSetsCommandInput,
|
|
938
|
-
options: __HttpHandlerOptions,
|
|
939
|
-
cb: (err: any, data?: ListPermissionSetsCommandOutput) => void
|
|
940
|
-
): void;
|
|
941
|
-
public listPermissionSets(
|
|
942
|
-
args: ListPermissionSetsCommandInput,
|
|
943
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPermissionSetsCommandOutput) => void),
|
|
944
|
-
cb?: (err: any, data?: ListPermissionSetsCommandOutput) => void
|
|
945
|
-
): Promise<ListPermissionSetsCommandOutput> | void {
|
|
946
|
-
const command = new ListPermissionSetsCommand(args);
|
|
947
|
-
if (typeof optionsOrCb === "function") {
|
|
948
|
-
this.send(command, optionsOrCb);
|
|
949
|
-
} else if (typeof cb === "function") {
|
|
950
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
951
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
952
|
-
} else {
|
|
953
|
-
return this.send(command, optionsOrCb);
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
/**
|
|
958
|
-
* <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services account.</p>
|
|
959
|
-
*/
|
|
960
|
-
public listPermissionSetsProvisionedToAccount(
|
|
961
|
-
args: ListPermissionSetsProvisionedToAccountCommandInput,
|
|
962
|
-
options?: __HttpHandlerOptions
|
|
963
|
-
): Promise<ListPermissionSetsProvisionedToAccountCommandOutput>;
|
|
964
|
-
public listPermissionSetsProvisionedToAccount(
|
|
965
|
-
args: ListPermissionSetsProvisionedToAccountCommandInput,
|
|
966
|
-
cb: (err: any, data?: ListPermissionSetsProvisionedToAccountCommandOutput) => void
|
|
967
|
-
): void;
|
|
968
|
-
public listPermissionSetsProvisionedToAccount(
|
|
969
|
-
args: ListPermissionSetsProvisionedToAccountCommandInput,
|
|
970
|
-
options: __HttpHandlerOptions,
|
|
971
|
-
cb: (err: any, data?: ListPermissionSetsProvisionedToAccountCommandOutput) => void
|
|
972
|
-
): void;
|
|
973
|
-
public listPermissionSetsProvisionedToAccount(
|
|
974
|
-
args: ListPermissionSetsProvisionedToAccountCommandInput,
|
|
975
|
-
optionsOrCb?:
|
|
976
|
-
| __HttpHandlerOptions
|
|
977
|
-
| ((err: any, data?: ListPermissionSetsProvisionedToAccountCommandOutput) => void),
|
|
978
|
-
cb?: (err: any, data?: ListPermissionSetsProvisionedToAccountCommandOutput) => void
|
|
979
|
-
): Promise<ListPermissionSetsProvisionedToAccountCommandOutput> | void {
|
|
980
|
-
const command = new ListPermissionSetsProvisionedToAccountCommand(args);
|
|
981
|
-
if (typeof optionsOrCb === "function") {
|
|
982
|
-
this.send(command, optionsOrCb);
|
|
983
|
-
} else if (typeof cb === "function") {
|
|
984
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
985
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
986
|
-
} else {
|
|
987
|
-
return this.send(command, optionsOrCb);
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
/**
|
|
992
|
-
* <p>Lists the tags that are attached to a specified resource.</p>
|
|
993
|
-
*/
|
|
994
|
-
public listTagsForResource(
|
|
995
|
-
args: ListTagsForResourceCommandInput,
|
|
996
|
-
options?: __HttpHandlerOptions
|
|
997
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
998
|
-
public listTagsForResource(
|
|
999
|
-
args: ListTagsForResourceCommandInput,
|
|
1000
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1001
|
-
): void;
|
|
1002
|
-
public listTagsForResource(
|
|
1003
|
-
args: ListTagsForResourceCommandInput,
|
|
1004
|
-
options: __HttpHandlerOptions,
|
|
1005
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1006
|
-
): void;
|
|
1007
|
-
public listTagsForResource(
|
|
1008
|
-
args: ListTagsForResourceCommandInput,
|
|
1009
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1010
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1011
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1012
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1013
|
-
if (typeof optionsOrCb === "function") {
|
|
1014
|
-
this.send(command, optionsOrCb);
|
|
1015
|
-
} else if (typeof cb === "function") {
|
|
1016
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1017
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1018
|
-
} else {
|
|
1019
|
-
return this.send(command, optionsOrCb);
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
/**
|
|
1024
|
-
* <p>The process by which a specified permission set is provisioned to the specified
|
|
1025
|
-
* target.</p>
|
|
1026
|
-
*/
|
|
1027
|
-
public provisionPermissionSet(
|
|
1028
|
-
args: ProvisionPermissionSetCommandInput,
|
|
1029
|
-
options?: __HttpHandlerOptions
|
|
1030
|
-
): Promise<ProvisionPermissionSetCommandOutput>;
|
|
1031
|
-
public provisionPermissionSet(
|
|
1032
|
-
args: ProvisionPermissionSetCommandInput,
|
|
1033
|
-
cb: (err: any, data?: ProvisionPermissionSetCommandOutput) => void
|
|
1034
|
-
): void;
|
|
1035
|
-
public provisionPermissionSet(
|
|
1036
|
-
args: ProvisionPermissionSetCommandInput,
|
|
1037
|
-
options: __HttpHandlerOptions,
|
|
1038
|
-
cb: (err: any, data?: ProvisionPermissionSetCommandOutput) => void
|
|
1039
|
-
): void;
|
|
1040
|
-
public provisionPermissionSet(
|
|
1041
|
-
args: ProvisionPermissionSetCommandInput,
|
|
1042
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ProvisionPermissionSetCommandOutput) => void),
|
|
1043
|
-
cb?: (err: any, data?: ProvisionPermissionSetCommandOutput) => void
|
|
1044
|
-
): Promise<ProvisionPermissionSetCommandOutput> | void {
|
|
1045
|
-
const command = new ProvisionPermissionSetCommand(args);
|
|
1046
|
-
if (typeof optionsOrCb === "function") {
|
|
1047
|
-
this.send(command, optionsOrCb);
|
|
1048
|
-
} else if (typeof cb === "function") {
|
|
1049
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1050
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1051
|
-
} else {
|
|
1052
|
-
return this.send(command, optionsOrCb);
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
/**
|
|
1057
|
-
* <p>Attaches an IAM inline policy to a permission set.</p>
|
|
1058
|
-
* <note>
|
|
1059
|
-
* <p>If the permission set is already referenced by one or more account assignments, you will
|
|
1060
|
-
* need to call <code>
|
|
1061
|
-
* <a>ProvisionPermissionSet</a>
|
|
1062
|
-
* </code> after this action to
|
|
1063
|
-
* apply the corresponding IAM policy updates to all assigned accounts.</p>
|
|
1064
|
-
* </note>
|
|
1065
|
-
*/
|
|
1066
|
-
public putInlinePolicyToPermissionSet(
|
|
1067
|
-
args: PutInlinePolicyToPermissionSetCommandInput,
|
|
1068
|
-
options?: __HttpHandlerOptions
|
|
1069
|
-
): Promise<PutInlinePolicyToPermissionSetCommandOutput>;
|
|
1070
|
-
public putInlinePolicyToPermissionSet(
|
|
1071
|
-
args: PutInlinePolicyToPermissionSetCommandInput,
|
|
1072
|
-
cb: (err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void
|
|
1073
|
-
): void;
|
|
1074
|
-
public putInlinePolicyToPermissionSet(
|
|
1075
|
-
args: PutInlinePolicyToPermissionSetCommandInput,
|
|
1076
|
-
options: __HttpHandlerOptions,
|
|
1077
|
-
cb: (err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void
|
|
1078
|
-
): void;
|
|
1079
|
-
public putInlinePolicyToPermissionSet(
|
|
1080
|
-
args: PutInlinePolicyToPermissionSetCommandInput,
|
|
1081
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void),
|
|
1082
|
-
cb?: (err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void
|
|
1083
|
-
): Promise<PutInlinePolicyToPermissionSetCommandOutput> | void {
|
|
1084
|
-
const command = new PutInlinePolicyToPermissionSetCommand(args);
|
|
1085
|
-
if (typeof optionsOrCb === "function") {
|
|
1086
|
-
this.send(command, optionsOrCb);
|
|
1087
|
-
} else if (typeof cb === "function") {
|
|
1088
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1089
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1090
|
-
} else {
|
|
1091
|
-
return this.send(command, optionsOrCb);
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* <p>Associates a set of tags with a specified resource.</p>
|
|
1097
|
-
*/
|
|
1098
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
1099
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1100
|
-
public tagResource(
|
|
1101
|
-
args: TagResourceCommandInput,
|
|
1102
|
-
options: __HttpHandlerOptions,
|
|
1103
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1104
|
-
): void;
|
|
1105
|
-
public tagResource(
|
|
1106
|
-
args: TagResourceCommandInput,
|
|
1107
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
1108
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
1109
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
1110
|
-
const command = new TagResourceCommand(args);
|
|
1111
|
-
if (typeof optionsOrCb === "function") {
|
|
1112
|
-
this.send(command, optionsOrCb);
|
|
1113
|
-
} else if (typeof cb === "function") {
|
|
1114
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1115
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1116
|
-
} else {
|
|
1117
|
-
return this.send(command, optionsOrCb);
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
/**
|
|
1122
|
-
* <p>Disassociates a set of tags from a specified resource.</p>
|
|
1123
|
-
*/
|
|
1124
|
-
public untagResource(
|
|
1125
|
-
args: UntagResourceCommandInput,
|
|
1126
|
-
options?: __HttpHandlerOptions
|
|
1127
|
-
): Promise<UntagResourceCommandOutput>;
|
|
1128
|
-
public untagResource(
|
|
1129
|
-
args: UntagResourceCommandInput,
|
|
1130
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1131
|
-
): void;
|
|
1132
|
-
public untagResource(
|
|
1133
|
-
args: UntagResourceCommandInput,
|
|
1134
|
-
options: __HttpHandlerOptions,
|
|
1135
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1136
|
-
): void;
|
|
1137
|
-
public untagResource(
|
|
1138
|
-
args: UntagResourceCommandInput,
|
|
1139
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
1140
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1141
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
1142
|
-
const command = new UntagResourceCommand(args);
|
|
1143
|
-
if (typeof optionsOrCb === "function") {
|
|
1144
|
-
this.send(command, optionsOrCb);
|
|
1145
|
-
} else if (typeof cb === "function") {
|
|
1146
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1147
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1148
|
-
} else {
|
|
1149
|
-
return this.send(command, optionsOrCb);
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
/**
|
|
1154
|
-
* <p>Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO
|
|
1155
|
-
* instance for attributes-based access control (ABAC). When using an external identity provider
|
|
1156
|
-
* as an identity source, you can pass attributes through the SAML assertion as an alternative to
|
|
1157
|
-
* configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of
|
|
1158
|
-
* these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO
|
|
1159
|
-
* identity store. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
1160
|
-
*/
|
|
1161
|
-
public updateInstanceAccessControlAttributeConfiguration(
|
|
1162
|
-
args: UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
1163
|
-
options?: __HttpHandlerOptions
|
|
1164
|
-
): Promise<UpdateInstanceAccessControlAttributeConfigurationCommandOutput>;
|
|
1165
|
-
public updateInstanceAccessControlAttributeConfiguration(
|
|
1166
|
-
args: UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
1167
|
-
cb: (err: any, data?: UpdateInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
1168
|
-
): void;
|
|
1169
|
-
public updateInstanceAccessControlAttributeConfiguration(
|
|
1170
|
-
args: UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
1171
|
-
options: __HttpHandlerOptions,
|
|
1172
|
-
cb: (err: any, data?: UpdateInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
1173
|
-
): void;
|
|
1174
|
-
public updateInstanceAccessControlAttributeConfiguration(
|
|
1175
|
-
args: UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
1176
|
-
optionsOrCb?:
|
|
1177
|
-
| __HttpHandlerOptions
|
|
1178
|
-
| ((err: any, data?: UpdateInstanceAccessControlAttributeConfigurationCommandOutput) => void),
|
|
1179
|
-
cb?: (err: any, data?: UpdateInstanceAccessControlAttributeConfigurationCommandOutput) => void
|
|
1180
|
-
): Promise<UpdateInstanceAccessControlAttributeConfigurationCommandOutput> | void {
|
|
1181
|
-
const command = new UpdateInstanceAccessControlAttributeConfigurationCommand(args);
|
|
1182
|
-
if (typeof optionsOrCb === "function") {
|
|
1183
|
-
this.send(command, optionsOrCb);
|
|
1184
|
-
} else if (typeof cb === "function") {
|
|
1185
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1186
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1187
|
-
} else {
|
|
1188
|
-
return this.send(command, optionsOrCb);
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
/**
|
|
1193
|
-
* <p>Updates an existing permission set.</p>
|
|
1194
|
-
*/
|
|
1195
|
-
public updatePermissionSet(
|
|
1196
|
-
args: UpdatePermissionSetCommandInput,
|
|
1197
|
-
options?: __HttpHandlerOptions
|
|
1198
|
-
): Promise<UpdatePermissionSetCommandOutput>;
|
|
1199
|
-
public updatePermissionSet(
|
|
1200
|
-
args: UpdatePermissionSetCommandInput,
|
|
1201
|
-
cb: (err: any, data?: UpdatePermissionSetCommandOutput) => void
|
|
1202
|
-
): void;
|
|
1203
|
-
public updatePermissionSet(
|
|
1204
|
-
args: UpdatePermissionSetCommandInput,
|
|
1205
|
-
options: __HttpHandlerOptions,
|
|
1206
|
-
cb: (err: any, data?: UpdatePermissionSetCommandOutput) => void
|
|
1207
|
-
): void;
|
|
1208
|
-
public updatePermissionSet(
|
|
1209
|
-
args: UpdatePermissionSetCommandInput,
|
|
1210
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePermissionSetCommandOutput) => void),
|
|
1211
|
-
cb?: (err: any, data?: UpdatePermissionSetCommandOutput) => void
|
|
1212
|
-
): Promise<UpdatePermissionSetCommandOutput> | void {
|
|
1213
|
-
const command = new UpdatePermissionSetCommand(args);
|
|
1214
|
-
if (typeof optionsOrCb === "function") {
|
|
1215
|
-
this.send(command, optionsOrCb);
|
|
1216
|
-
} else if (typeof cb === "function") {
|
|
1217
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1218
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1219
|
-
} else {
|
|
1220
|
-
return this.send(command, optionsOrCb);
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
}
|