@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
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
DescribeAccountAssignmentCreationStatusRequest,
|
|
16
|
-
DescribeAccountAssignmentCreationStatusResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
18
|
-
import {
|
|
19
|
-
deserializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand,
|
|
20
|
-
serializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand,
|
|
21
|
-
} from "../protocols/Aws_json1_1";
|
|
22
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
23
|
-
|
|
24
|
-
export interface DescribeAccountAssignmentCreationStatusCommandInput
|
|
25
|
-
extends DescribeAccountAssignmentCreationStatusRequest {}
|
|
26
|
-
export interface DescribeAccountAssignmentCreationStatusCommandOutput
|
|
27
|
-
extends DescribeAccountAssignmentCreationStatusResponse,
|
|
28
|
-
__MetadataBearer {}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* <p>Describes the status of the assignment creation request.</p>
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
36
|
-
* // const { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
37
|
-
* const client = new SSOAdminClient(config);
|
|
38
|
-
* const command = new DescribeAccountAssignmentCreationStatusCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* @see {@link DescribeAccountAssignmentCreationStatusCommandInput} for command's `input` shape.
|
|
43
|
-
* @see {@link DescribeAccountAssignmentCreationStatusCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
export class DescribeAccountAssignmentCreationStatusCommand extends $Command<
|
|
48
|
-
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
49
|
-
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
50
|
-
SSOAdminClientResolvedConfig
|
|
51
|
-
> {
|
|
52
|
-
// Start section: command_properties
|
|
53
|
-
// End section: command_properties
|
|
54
|
-
|
|
55
|
-
constructor(readonly input: DescribeAccountAssignmentCreationStatusCommandInput) {
|
|
56
|
-
// Start section: command_constructor
|
|
57
|
-
super();
|
|
58
|
-
// End section: command_constructor
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(
|
|
65
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
66
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
67
|
-
options?: __HttpHandlerOptions
|
|
68
|
-
): Handler<
|
|
69
|
-
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
70
|
-
DescribeAccountAssignmentCreationStatusCommandOutput
|
|
71
|
-
> {
|
|
72
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
73
|
-
|
|
74
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
75
|
-
|
|
76
|
-
const { logger } = configuration;
|
|
77
|
-
const clientName = "SSOAdminClient";
|
|
78
|
-
const commandName = "DescribeAccountAssignmentCreationStatusCommand";
|
|
79
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
80
|
-
logger,
|
|
81
|
-
clientName,
|
|
82
|
-
commandName,
|
|
83
|
-
inputFilterSensitiveLog: DescribeAccountAssignmentCreationStatusRequest.filterSensitiveLog,
|
|
84
|
-
outputFilterSensitiveLog: DescribeAccountAssignmentCreationStatusResponse.filterSensitiveLog,
|
|
85
|
-
};
|
|
86
|
-
const { requestHandler } = configuration;
|
|
87
|
-
return stack.resolve(
|
|
88
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
89
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
90
|
-
handlerExecutionContext
|
|
91
|
-
);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private serialize(
|
|
95
|
-
input: DescribeAccountAssignmentCreationStatusCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
): Promise<__HttpRequest> {
|
|
98
|
-
return serializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand(input, context);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
private deserialize(
|
|
102
|
-
output: __HttpResponse,
|
|
103
|
-
context: __SerdeContext
|
|
104
|
-
): Promise<DescribeAccountAssignmentCreationStatusCommandOutput> {
|
|
105
|
-
return deserializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand(output, context);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
// Start section: command_body_extra
|
|
109
|
-
// End section: command_body_extra
|
|
110
|
-
}
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
DescribeAccountAssignmentDeletionStatusRequest,
|
|
16
|
-
DescribeAccountAssignmentDeletionStatusResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
18
|
-
import {
|
|
19
|
-
deserializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand,
|
|
20
|
-
serializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand,
|
|
21
|
-
} from "../protocols/Aws_json1_1";
|
|
22
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
23
|
-
|
|
24
|
-
export interface DescribeAccountAssignmentDeletionStatusCommandInput
|
|
25
|
-
extends DescribeAccountAssignmentDeletionStatusRequest {}
|
|
26
|
-
export interface DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
27
|
-
extends DescribeAccountAssignmentDeletionStatusResponse,
|
|
28
|
-
__MetadataBearer {}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* <p>Describes the status of the assignment deletion request.</p>
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
36
|
-
* // const { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
37
|
-
* const client = new SSOAdminClient(config);
|
|
38
|
-
* const command = new DescribeAccountAssignmentDeletionStatusCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* @see {@link DescribeAccountAssignmentDeletionStatusCommandInput} for command's `input` shape.
|
|
43
|
-
* @see {@link DescribeAccountAssignmentDeletionStatusCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
export class DescribeAccountAssignmentDeletionStatusCommand extends $Command<
|
|
48
|
-
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
49
|
-
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
50
|
-
SSOAdminClientResolvedConfig
|
|
51
|
-
> {
|
|
52
|
-
// Start section: command_properties
|
|
53
|
-
// End section: command_properties
|
|
54
|
-
|
|
55
|
-
constructor(readonly input: DescribeAccountAssignmentDeletionStatusCommandInput) {
|
|
56
|
-
// Start section: command_constructor
|
|
57
|
-
super();
|
|
58
|
-
// End section: command_constructor
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(
|
|
65
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
66
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
67
|
-
options?: __HttpHandlerOptions
|
|
68
|
-
): Handler<
|
|
69
|
-
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
70
|
-
DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
71
|
-
> {
|
|
72
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
73
|
-
|
|
74
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
75
|
-
|
|
76
|
-
const { logger } = configuration;
|
|
77
|
-
const clientName = "SSOAdminClient";
|
|
78
|
-
const commandName = "DescribeAccountAssignmentDeletionStatusCommand";
|
|
79
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
80
|
-
logger,
|
|
81
|
-
clientName,
|
|
82
|
-
commandName,
|
|
83
|
-
inputFilterSensitiveLog: DescribeAccountAssignmentDeletionStatusRequest.filterSensitiveLog,
|
|
84
|
-
outputFilterSensitiveLog: DescribeAccountAssignmentDeletionStatusResponse.filterSensitiveLog,
|
|
85
|
-
};
|
|
86
|
-
const { requestHandler } = configuration;
|
|
87
|
-
return stack.resolve(
|
|
88
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
89
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
90
|
-
handlerExecutionContext
|
|
91
|
-
);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private serialize(
|
|
95
|
-
input: DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
): Promise<__HttpRequest> {
|
|
98
|
-
return serializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand(input, context);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
private deserialize(
|
|
102
|
-
output: __HttpResponse,
|
|
103
|
-
context: __SerdeContext
|
|
104
|
-
): Promise<DescribeAccountAssignmentDeletionStatusCommandOutput> {
|
|
105
|
-
return deserializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand(output, context);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
// Start section: command_body_extra
|
|
109
|
-
// End section: command_body_extra
|
|
110
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
DescribeInstanceAccessControlAttributeConfigurationRequest,
|
|
16
|
-
DescribeInstanceAccessControlAttributeConfigurationResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
18
|
-
import {
|
|
19
|
-
deserializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand,
|
|
20
|
-
serializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand,
|
|
21
|
-
} from "../protocols/Aws_json1_1";
|
|
22
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
23
|
-
|
|
24
|
-
export interface DescribeInstanceAccessControlAttributeConfigurationCommandInput
|
|
25
|
-
extends DescribeInstanceAccessControlAttributeConfigurationRequest {}
|
|
26
|
-
export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutput
|
|
27
|
-
extends DescribeInstanceAccessControlAttributeConfigurationResponse,
|
|
28
|
-
__MetadataBearer {}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* <p>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to
|
|
32
|
-
* work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This
|
|
33
|
-
* will not return attributes configured and sent by an external identity provider.
|
|
34
|
-
* 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>
|
|
35
|
-
* @example
|
|
36
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
-
* ```javascript
|
|
38
|
-
* import { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
39
|
-
* // const { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
40
|
-
* const client = new SSOAdminClient(config);
|
|
41
|
-
* const command = new DescribeInstanceAccessControlAttributeConfigurationCommand(input);
|
|
42
|
-
* const response = await client.send(command);
|
|
43
|
-
* ```
|
|
44
|
-
*
|
|
45
|
-
* @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
|
|
46
|
-
* @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
48
|
-
*
|
|
49
|
-
*/
|
|
50
|
-
export class DescribeInstanceAccessControlAttributeConfigurationCommand extends $Command<
|
|
51
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
52
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
53
|
-
SSOAdminClientResolvedConfig
|
|
54
|
-
> {
|
|
55
|
-
// Start section: command_properties
|
|
56
|
-
// End section: command_properties
|
|
57
|
-
|
|
58
|
-
constructor(readonly input: DescribeInstanceAccessControlAttributeConfigurationCommandInput) {
|
|
59
|
-
// Start section: command_constructor
|
|
60
|
-
super();
|
|
61
|
-
// End section: command_constructor
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
resolveMiddleware(
|
|
68
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
69
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
70
|
-
options?: __HttpHandlerOptions
|
|
71
|
-
): Handler<
|
|
72
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
73
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandOutput
|
|
74
|
-
> {
|
|
75
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
76
|
-
|
|
77
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
78
|
-
|
|
79
|
-
const { logger } = configuration;
|
|
80
|
-
const clientName = "SSOAdminClient";
|
|
81
|
-
const commandName = "DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
82
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
83
|
-
logger,
|
|
84
|
-
clientName,
|
|
85
|
-
commandName,
|
|
86
|
-
inputFilterSensitiveLog: DescribeInstanceAccessControlAttributeConfigurationRequest.filterSensitiveLog,
|
|
87
|
-
outputFilterSensitiveLog: DescribeInstanceAccessControlAttributeConfigurationResponse.filterSensitiveLog,
|
|
88
|
-
};
|
|
89
|
-
const { requestHandler } = configuration;
|
|
90
|
-
return stack.resolve(
|
|
91
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
92
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
93
|
-
handlerExecutionContext
|
|
94
|
-
);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
private serialize(
|
|
98
|
-
input: DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
99
|
-
context: __SerdeContext
|
|
100
|
-
): Promise<__HttpRequest> {
|
|
101
|
-
return serializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand(input, context);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
private deserialize(
|
|
105
|
-
output: __HttpResponse,
|
|
106
|
-
context: __SerdeContext
|
|
107
|
-
): Promise<DescribeInstanceAccessControlAttributeConfigurationCommandOutput> {
|
|
108
|
-
return deserializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand(output, context);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// Start section: command_body_extra
|
|
112
|
-
// End section: command_body_extra
|
|
113
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { DescribePermissionSetRequest, DescribePermissionSetResponse } from "../models/models_0";
|
|
15
|
-
import {
|
|
16
|
-
deserializeAws_json1_1DescribePermissionSetCommand,
|
|
17
|
-
serializeAws_json1_1DescribePermissionSetCommand,
|
|
18
|
-
} from "../protocols/Aws_json1_1";
|
|
19
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
20
|
-
|
|
21
|
-
export interface DescribePermissionSetCommandInput extends DescribePermissionSetRequest {}
|
|
22
|
-
export interface DescribePermissionSetCommandOutput extends DescribePermissionSetResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Gets the details of the permission set.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { SSOAdminClient, DescribePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
30
|
-
* // const { SSOAdminClient, DescribePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
31
|
-
* const client = new SSOAdminClient(config);
|
|
32
|
-
* const command = new DescribePermissionSetCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link DescribePermissionSetCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link DescribePermissionSetCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class DescribePermissionSetCommand extends $Command<
|
|
42
|
-
DescribePermissionSetCommandInput,
|
|
43
|
-
DescribePermissionSetCommandOutput,
|
|
44
|
-
SSOAdminClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: DescribePermissionSetCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<DescribePermissionSetCommandInput, DescribePermissionSetCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "SSOAdminClient";
|
|
69
|
-
const commandName = "DescribePermissionSetCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: DescribePermissionSetRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: DescribePermissionSetResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: DescribePermissionSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1DescribePermissionSetCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribePermissionSetCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1DescribePermissionSetCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
DescribePermissionSetProvisioningStatusRequest,
|
|
16
|
-
DescribePermissionSetProvisioningStatusResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
18
|
-
import {
|
|
19
|
-
deserializeAws_json1_1DescribePermissionSetProvisioningStatusCommand,
|
|
20
|
-
serializeAws_json1_1DescribePermissionSetProvisioningStatusCommand,
|
|
21
|
-
} from "../protocols/Aws_json1_1";
|
|
22
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
23
|
-
|
|
24
|
-
export interface DescribePermissionSetProvisioningStatusCommandInput
|
|
25
|
-
extends DescribePermissionSetProvisioningStatusRequest {}
|
|
26
|
-
export interface DescribePermissionSetProvisioningStatusCommandOutput
|
|
27
|
-
extends DescribePermissionSetProvisioningStatusResponse,
|
|
28
|
-
__MetadataBearer {}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* <p>Describes the status for the given permission set provisioning request.</p>
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
36
|
-
* // const { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
37
|
-
* const client = new SSOAdminClient(config);
|
|
38
|
-
* const command = new DescribePermissionSetProvisioningStatusCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* @see {@link DescribePermissionSetProvisioningStatusCommandInput} for command's `input` shape.
|
|
43
|
-
* @see {@link DescribePermissionSetProvisioningStatusCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
export class DescribePermissionSetProvisioningStatusCommand extends $Command<
|
|
48
|
-
DescribePermissionSetProvisioningStatusCommandInput,
|
|
49
|
-
DescribePermissionSetProvisioningStatusCommandOutput,
|
|
50
|
-
SSOAdminClientResolvedConfig
|
|
51
|
-
> {
|
|
52
|
-
// Start section: command_properties
|
|
53
|
-
// End section: command_properties
|
|
54
|
-
|
|
55
|
-
constructor(readonly input: DescribePermissionSetProvisioningStatusCommandInput) {
|
|
56
|
-
// Start section: command_constructor
|
|
57
|
-
super();
|
|
58
|
-
// End section: command_constructor
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(
|
|
65
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
66
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
67
|
-
options?: __HttpHandlerOptions
|
|
68
|
-
): Handler<
|
|
69
|
-
DescribePermissionSetProvisioningStatusCommandInput,
|
|
70
|
-
DescribePermissionSetProvisioningStatusCommandOutput
|
|
71
|
-
> {
|
|
72
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
73
|
-
|
|
74
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
75
|
-
|
|
76
|
-
const { logger } = configuration;
|
|
77
|
-
const clientName = "SSOAdminClient";
|
|
78
|
-
const commandName = "DescribePermissionSetProvisioningStatusCommand";
|
|
79
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
80
|
-
logger,
|
|
81
|
-
clientName,
|
|
82
|
-
commandName,
|
|
83
|
-
inputFilterSensitiveLog: DescribePermissionSetProvisioningStatusRequest.filterSensitiveLog,
|
|
84
|
-
outputFilterSensitiveLog: DescribePermissionSetProvisioningStatusResponse.filterSensitiveLog,
|
|
85
|
-
};
|
|
86
|
-
const { requestHandler } = configuration;
|
|
87
|
-
return stack.resolve(
|
|
88
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
89
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
90
|
-
handlerExecutionContext
|
|
91
|
-
);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private serialize(
|
|
95
|
-
input: DescribePermissionSetProvisioningStatusCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
): Promise<__HttpRequest> {
|
|
98
|
-
return serializeAws_json1_1DescribePermissionSetProvisioningStatusCommand(input, context);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
private deserialize(
|
|
102
|
-
output: __HttpResponse,
|
|
103
|
-
context: __SerdeContext
|
|
104
|
-
): Promise<DescribePermissionSetProvisioningStatusCommandOutput> {
|
|
105
|
-
return deserializeAws_json1_1DescribePermissionSetProvisioningStatusCommand(output, context);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
// Start section: command_body_extra
|
|
109
|
-
// End section: command_body_extra
|
|
110
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
DetachManagedPolicyFromPermissionSetRequest,
|
|
16
|
-
DetachManagedPolicyFromPermissionSetResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
18
|
-
import {
|
|
19
|
-
deserializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand,
|
|
20
|
-
serializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand,
|
|
21
|
-
} from "../protocols/Aws_json1_1";
|
|
22
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
23
|
-
|
|
24
|
-
export interface DetachManagedPolicyFromPermissionSetCommandInput extends DetachManagedPolicyFromPermissionSetRequest {}
|
|
25
|
-
export interface DetachManagedPolicyFromPermissionSetCommandOutput
|
|
26
|
-
extends DetachManagedPolicyFromPermissionSetResponse,
|
|
27
|
-
__MetadataBearer {}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>Detaches the attached IAM managed policy ARN from the specified permission set.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
35
|
-
* // const { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
36
|
-
* const client = new SSOAdminClient(config);
|
|
37
|
-
* const command = new DetachManagedPolicyFromPermissionSetCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link DetachManagedPolicyFromPermissionSetCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link DetachManagedPolicyFromPermissionSetCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class DetachManagedPolicyFromPermissionSetCommand extends $Command<
|
|
47
|
-
DetachManagedPolicyFromPermissionSetCommandInput,
|
|
48
|
-
DetachManagedPolicyFromPermissionSetCommandOutput,
|
|
49
|
-
SSOAdminClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: DetachManagedPolicyFromPermissionSetCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<DetachManagedPolicyFromPermissionSetCommandInput, DetachManagedPolicyFromPermissionSetCommandOutput> {
|
|
68
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
|
-
|
|
70
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
71
|
-
|
|
72
|
-
const { logger } = configuration;
|
|
73
|
-
const clientName = "SSOAdminClient";
|
|
74
|
-
const commandName = "DetachManagedPolicyFromPermissionSetCommand";
|
|
75
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
76
|
-
logger,
|
|
77
|
-
clientName,
|
|
78
|
-
commandName,
|
|
79
|
-
inputFilterSensitiveLog: DetachManagedPolicyFromPermissionSetRequest.filterSensitiveLog,
|
|
80
|
-
outputFilterSensitiveLog: DetachManagedPolicyFromPermissionSetResponse.filterSensitiveLog,
|
|
81
|
-
};
|
|
82
|
-
const { requestHandler } = configuration;
|
|
83
|
-
return stack.resolve(
|
|
84
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
85
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
86
|
-
handlerExecutionContext
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private serialize(
|
|
91
|
-
input: DetachManagedPolicyFromPermissionSetCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
): Promise<__HttpRequest> {
|
|
94
|
-
return serializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand(input, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
private deserialize(
|
|
98
|
-
output: __HttpResponse,
|
|
99
|
-
context: __SerdeContext
|
|
100
|
-
): Promise<DetachManagedPolicyFromPermissionSetCommandOutput> {
|
|
101
|
-
return deserializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand(output, context);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Start section: command_body_extra
|
|
105
|
-
// End section: command_body_extra
|
|
106
|
-
}
|