@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/SSOAdminClient.ts
DELETED
|
@@ -1,417 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
|
-
RegionInputConfig,
|
|
5
|
-
RegionResolvedConfig,
|
|
6
|
-
resolveEndpointsConfig,
|
|
7
|
-
resolveRegionConfig,
|
|
8
|
-
} from "@aws-sdk/config-resolver";
|
|
9
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
-
import {
|
|
11
|
-
getHostHeaderPlugin,
|
|
12
|
-
HostHeaderInputConfig,
|
|
13
|
-
HostHeaderResolvedConfig,
|
|
14
|
-
resolveHostHeaderConfig,
|
|
15
|
-
} from "@aws-sdk/middleware-host-header";
|
|
16
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
-
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
-
import {
|
|
19
|
-
AwsAuthInputConfig,
|
|
20
|
-
AwsAuthResolvedConfig,
|
|
21
|
-
getAwsAuthPlugin,
|
|
22
|
-
resolveAwsAuthConfig,
|
|
23
|
-
} from "@aws-sdk/middleware-signing";
|
|
24
|
-
import {
|
|
25
|
-
getUserAgentPlugin,
|
|
26
|
-
resolveUserAgentConfig,
|
|
27
|
-
UserAgentInputConfig,
|
|
28
|
-
UserAgentResolvedConfig,
|
|
29
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
30
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
31
|
-
import {
|
|
32
|
-
Client as __Client,
|
|
33
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
34
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
|
-
} from "@aws-sdk/smithy-client";
|
|
36
|
-
import {
|
|
37
|
-
Credentials as __Credentials,
|
|
38
|
-
Decoder as __Decoder,
|
|
39
|
-
Encoder as __Encoder,
|
|
40
|
-
Hash as __Hash,
|
|
41
|
-
HashConstructor as __HashConstructor,
|
|
42
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
-
Logger as __Logger,
|
|
44
|
-
Provider as __Provider,
|
|
45
|
-
Provider,
|
|
46
|
-
RegionInfoProvider,
|
|
47
|
-
StreamCollector as __StreamCollector,
|
|
48
|
-
UrlParser as __UrlParser,
|
|
49
|
-
UserAgent as __UserAgent,
|
|
50
|
-
} from "@aws-sdk/types";
|
|
51
|
-
|
|
52
|
-
import {
|
|
53
|
-
AttachManagedPolicyToPermissionSetCommandInput,
|
|
54
|
-
AttachManagedPolicyToPermissionSetCommandOutput,
|
|
55
|
-
} from "./commands/AttachManagedPolicyToPermissionSetCommand";
|
|
56
|
-
import {
|
|
57
|
-
CreateAccountAssignmentCommandInput,
|
|
58
|
-
CreateAccountAssignmentCommandOutput,
|
|
59
|
-
} from "./commands/CreateAccountAssignmentCommand";
|
|
60
|
-
import {
|
|
61
|
-
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
62
|
-
CreateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
63
|
-
} from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
64
|
-
import {
|
|
65
|
-
CreatePermissionSetCommandInput,
|
|
66
|
-
CreatePermissionSetCommandOutput,
|
|
67
|
-
} from "./commands/CreatePermissionSetCommand";
|
|
68
|
-
import {
|
|
69
|
-
DeleteAccountAssignmentCommandInput,
|
|
70
|
-
DeleteAccountAssignmentCommandOutput,
|
|
71
|
-
} from "./commands/DeleteAccountAssignmentCommand";
|
|
72
|
-
import {
|
|
73
|
-
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
74
|
-
DeleteInlinePolicyFromPermissionSetCommandOutput,
|
|
75
|
-
} from "./commands/DeleteInlinePolicyFromPermissionSetCommand";
|
|
76
|
-
import {
|
|
77
|
-
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
78
|
-
DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
79
|
-
} from "./commands/DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
80
|
-
import {
|
|
81
|
-
DeletePermissionSetCommandInput,
|
|
82
|
-
DeletePermissionSetCommandOutput,
|
|
83
|
-
} from "./commands/DeletePermissionSetCommand";
|
|
84
|
-
import {
|
|
85
|
-
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
86
|
-
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
87
|
-
} from "./commands/DescribeAccountAssignmentCreationStatusCommand";
|
|
88
|
-
import {
|
|
89
|
-
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
90
|
-
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
91
|
-
} from "./commands/DescribeAccountAssignmentDeletionStatusCommand";
|
|
92
|
-
import {
|
|
93
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
94
|
-
DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
95
|
-
} from "./commands/DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
96
|
-
import {
|
|
97
|
-
DescribePermissionSetCommandInput,
|
|
98
|
-
DescribePermissionSetCommandOutput,
|
|
99
|
-
} from "./commands/DescribePermissionSetCommand";
|
|
100
|
-
import {
|
|
101
|
-
DescribePermissionSetProvisioningStatusCommandInput,
|
|
102
|
-
DescribePermissionSetProvisioningStatusCommandOutput,
|
|
103
|
-
} from "./commands/DescribePermissionSetProvisioningStatusCommand";
|
|
104
|
-
import {
|
|
105
|
-
DetachManagedPolicyFromPermissionSetCommandInput,
|
|
106
|
-
DetachManagedPolicyFromPermissionSetCommandOutput,
|
|
107
|
-
} from "./commands/DetachManagedPolicyFromPermissionSetCommand";
|
|
108
|
-
import {
|
|
109
|
-
GetInlinePolicyForPermissionSetCommandInput,
|
|
110
|
-
GetInlinePolicyForPermissionSetCommandOutput,
|
|
111
|
-
} from "./commands/GetInlinePolicyForPermissionSetCommand";
|
|
112
|
-
import {
|
|
113
|
-
ListAccountAssignmentCreationStatusCommandInput,
|
|
114
|
-
ListAccountAssignmentCreationStatusCommandOutput,
|
|
115
|
-
} from "./commands/ListAccountAssignmentCreationStatusCommand";
|
|
116
|
-
import {
|
|
117
|
-
ListAccountAssignmentDeletionStatusCommandInput,
|
|
118
|
-
ListAccountAssignmentDeletionStatusCommandOutput,
|
|
119
|
-
} from "./commands/ListAccountAssignmentDeletionStatusCommand";
|
|
120
|
-
import {
|
|
121
|
-
ListAccountAssignmentsCommandInput,
|
|
122
|
-
ListAccountAssignmentsCommandOutput,
|
|
123
|
-
} from "./commands/ListAccountAssignmentsCommand";
|
|
124
|
-
import {
|
|
125
|
-
ListAccountsForProvisionedPermissionSetCommandInput,
|
|
126
|
-
ListAccountsForProvisionedPermissionSetCommandOutput,
|
|
127
|
-
} from "./commands/ListAccountsForProvisionedPermissionSetCommand";
|
|
128
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
129
|
-
import {
|
|
130
|
-
ListManagedPoliciesInPermissionSetCommandInput,
|
|
131
|
-
ListManagedPoliciesInPermissionSetCommandOutput,
|
|
132
|
-
} from "./commands/ListManagedPoliciesInPermissionSetCommand";
|
|
133
|
-
import {
|
|
134
|
-
ListPermissionSetProvisioningStatusCommandInput,
|
|
135
|
-
ListPermissionSetProvisioningStatusCommandOutput,
|
|
136
|
-
} from "./commands/ListPermissionSetProvisioningStatusCommand";
|
|
137
|
-
import { ListPermissionSetsCommandInput, ListPermissionSetsCommandOutput } from "./commands/ListPermissionSetsCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListPermissionSetsProvisionedToAccountCommandInput,
|
|
140
|
-
ListPermissionSetsProvisionedToAccountCommandOutput,
|
|
141
|
-
} from "./commands/ListPermissionSetsProvisionedToAccountCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListTagsForResourceCommandInput,
|
|
144
|
-
ListTagsForResourceCommandOutput,
|
|
145
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
146
|
-
import {
|
|
147
|
-
ProvisionPermissionSetCommandInput,
|
|
148
|
-
ProvisionPermissionSetCommandOutput,
|
|
149
|
-
} from "./commands/ProvisionPermissionSetCommand";
|
|
150
|
-
import {
|
|
151
|
-
PutInlinePolicyToPermissionSetCommandInput,
|
|
152
|
-
PutInlinePolicyToPermissionSetCommandOutput,
|
|
153
|
-
} from "./commands/PutInlinePolicyToPermissionSetCommand";
|
|
154
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
155
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
156
|
-
import {
|
|
157
|
-
UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
158
|
-
UpdateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
159
|
-
} from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
160
|
-
import {
|
|
161
|
-
UpdatePermissionSetCommandInput,
|
|
162
|
-
UpdatePermissionSetCommandOutput,
|
|
163
|
-
} from "./commands/UpdatePermissionSetCommand";
|
|
164
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
165
|
-
|
|
166
|
-
export type ServiceInputTypes =
|
|
167
|
-
| AttachManagedPolicyToPermissionSetCommandInput
|
|
168
|
-
| CreateAccountAssignmentCommandInput
|
|
169
|
-
| CreateInstanceAccessControlAttributeConfigurationCommandInput
|
|
170
|
-
| CreatePermissionSetCommandInput
|
|
171
|
-
| DeleteAccountAssignmentCommandInput
|
|
172
|
-
| DeleteInlinePolicyFromPermissionSetCommandInput
|
|
173
|
-
| DeleteInstanceAccessControlAttributeConfigurationCommandInput
|
|
174
|
-
| DeletePermissionSetCommandInput
|
|
175
|
-
| DescribeAccountAssignmentCreationStatusCommandInput
|
|
176
|
-
| DescribeAccountAssignmentDeletionStatusCommandInput
|
|
177
|
-
| DescribeInstanceAccessControlAttributeConfigurationCommandInput
|
|
178
|
-
| DescribePermissionSetCommandInput
|
|
179
|
-
| DescribePermissionSetProvisioningStatusCommandInput
|
|
180
|
-
| DetachManagedPolicyFromPermissionSetCommandInput
|
|
181
|
-
| GetInlinePolicyForPermissionSetCommandInput
|
|
182
|
-
| ListAccountAssignmentCreationStatusCommandInput
|
|
183
|
-
| ListAccountAssignmentDeletionStatusCommandInput
|
|
184
|
-
| ListAccountAssignmentsCommandInput
|
|
185
|
-
| ListAccountsForProvisionedPermissionSetCommandInput
|
|
186
|
-
| ListInstancesCommandInput
|
|
187
|
-
| ListManagedPoliciesInPermissionSetCommandInput
|
|
188
|
-
| ListPermissionSetProvisioningStatusCommandInput
|
|
189
|
-
| ListPermissionSetsCommandInput
|
|
190
|
-
| ListPermissionSetsProvisionedToAccountCommandInput
|
|
191
|
-
| ListTagsForResourceCommandInput
|
|
192
|
-
| ProvisionPermissionSetCommandInput
|
|
193
|
-
| PutInlinePolicyToPermissionSetCommandInput
|
|
194
|
-
| TagResourceCommandInput
|
|
195
|
-
| UntagResourceCommandInput
|
|
196
|
-
| UpdateInstanceAccessControlAttributeConfigurationCommandInput
|
|
197
|
-
| UpdatePermissionSetCommandInput;
|
|
198
|
-
|
|
199
|
-
export type ServiceOutputTypes =
|
|
200
|
-
| AttachManagedPolicyToPermissionSetCommandOutput
|
|
201
|
-
| CreateAccountAssignmentCommandOutput
|
|
202
|
-
| CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
203
|
-
| CreatePermissionSetCommandOutput
|
|
204
|
-
| DeleteAccountAssignmentCommandOutput
|
|
205
|
-
| DeleteInlinePolicyFromPermissionSetCommandOutput
|
|
206
|
-
| DeleteInstanceAccessControlAttributeConfigurationCommandOutput
|
|
207
|
-
| DeletePermissionSetCommandOutput
|
|
208
|
-
| DescribeAccountAssignmentCreationStatusCommandOutput
|
|
209
|
-
| DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
210
|
-
| DescribeInstanceAccessControlAttributeConfigurationCommandOutput
|
|
211
|
-
| DescribePermissionSetCommandOutput
|
|
212
|
-
| DescribePermissionSetProvisioningStatusCommandOutput
|
|
213
|
-
| DetachManagedPolicyFromPermissionSetCommandOutput
|
|
214
|
-
| GetInlinePolicyForPermissionSetCommandOutput
|
|
215
|
-
| ListAccountAssignmentCreationStatusCommandOutput
|
|
216
|
-
| ListAccountAssignmentDeletionStatusCommandOutput
|
|
217
|
-
| ListAccountAssignmentsCommandOutput
|
|
218
|
-
| ListAccountsForProvisionedPermissionSetCommandOutput
|
|
219
|
-
| ListInstancesCommandOutput
|
|
220
|
-
| ListManagedPoliciesInPermissionSetCommandOutput
|
|
221
|
-
| ListPermissionSetProvisioningStatusCommandOutput
|
|
222
|
-
| ListPermissionSetsCommandOutput
|
|
223
|
-
| ListPermissionSetsProvisionedToAccountCommandOutput
|
|
224
|
-
| ListTagsForResourceCommandOutput
|
|
225
|
-
| ProvisionPermissionSetCommandOutput
|
|
226
|
-
| PutInlinePolicyToPermissionSetCommandOutput
|
|
227
|
-
| TagResourceCommandOutput
|
|
228
|
-
| UntagResourceCommandOutput
|
|
229
|
-
| UpdateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
230
|
-
| UpdatePermissionSetCommandOutput;
|
|
231
|
-
|
|
232
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
233
|
-
/**
|
|
234
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
235
|
-
*/
|
|
236
|
-
requestHandler?: __HttpHandler;
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
240
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
|
-
sha256?: __HashConstructor;
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
urlParser?: __UrlParser;
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* A function that can calculate the length of a request body.
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
256
|
-
|
|
257
|
-
/**
|
|
258
|
-
* A function that converts a stream into an array of bytes.
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
streamCollector?: __StreamCollector;
|
|
262
|
-
|
|
263
|
-
/**
|
|
264
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
base64Decoder?: __Decoder;
|
|
268
|
-
|
|
269
|
-
/**
|
|
270
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
base64Encoder?: __Encoder;
|
|
274
|
-
|
|
275
|
-
/**
|
|
276
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
|
-
utf8Decoder?: __Decoder;
|
|
280
|
-
|
|
281
|
-
/**
|
|
282
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
utf8Encoder?: __Encoder;
|
|
286
|
-
|
|
287
|
-
/**
|
|
288
|
-
* The runtime environment.
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
runtime?: string;
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
295
|
-
* trait of an operation.
|
|
296
|
-
*/
|
|
297
|
-
disableHostPrefix?: boolean;
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
301
|
-
*/
|
|
302
|
-
maxAttempts?: number | __Provider<number>;
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
* Specifies which retry algorithm to use.
|
|
306
|
-
*/
|
|
307
|
-
retryMode?: string | __Provider<string>;
|
|
308
|
-
|
|
309
|
-
/**
|
|
310
|
-
* Optional logger for logging debug/info/warn/error.
|
|
311
|
-
*/
|
|
312
|
-
logger?: __Logger;
|
|
313
|
-
|
|
314
|
-
/**
|
|
315
|
-
* Unique service identifier.
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
serviceId?: string;
|
|
319
|
-
|
|
320
|
-
/**
|
|
321
|
-
* The AWS region to which this client will send requests
|
|
322
|
-
*/
|
|
323
|
-
region?: string | __Provider<string>;
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* Default credentials provider; Not available in browser runtime.
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
type SSOAdminClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
345
|
-
ClientDefaults &
|
|
346
|
-
RegionInputConfig &
|
|
347
|
-
EndpointsInputConfig &
|
|
348
|
-
RetryInputConfig &
|
|
349
|
-
HostHeaderInputConfig &
|
|
350
|
-
AwsAuthInputConfig &
|
|
351
|
-
UserAgentInputConfig;
|
|
352
|
-
/**
|
|
353
|
-
* The configuration interface of SSOAdminClient class constructor that set the region, credentials and other options.
|
|
354
|
-
*/
|
|
355
|
-
export interface SSOAdminClientConfig extends SSOAdminClientConfigType {}
|
|
356
|
-
|
|
357
|
-
type SSOAdminClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
358
|
-
Required<ClientDefaults> &
|
|
359
|
-
RegionResolvedConfig &
|
|
360
|
-
EndpointsResolvedConfig &
|
|
361
|
-
RetryResolvedConfig &
|
|
362
|
-
HostHeaderResolvedConfig &
|
|
363
|
-
AwsAuthResolvedConfig &
|
|
364
|
-
UserAgentResolvedConfig;
|
|
365
|
-
/**
|
|
366
|
-
* The resolved configuration interface of SSOAdminClient class. This is resolved and normalized from the {@link SSOAdminClientConfig | constructor configuration interface}.
|
|
367
|
-
*/
|
|
368
|
-
export interface SSOAdminClientResolvedConfig extends SSOAdminClientResolvedConfigType {}
|
|
369
|
-
|
|
370
|
-
/**
|
|
371
|
-
* <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
|
|
372
|
-
* access to multiple Amazon Web Services accounts and business applications. This guide provides information on
|
|
373
|
-
* SSO operations which could be used for access management of Amazon Web Services accounts. For information about
|
|
374
|
-
* 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>
|
|
375
|
-
* <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
|
|
376
|
-
* principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
|
|
377
|
-
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
|
|
378
|
-
* Reference</a>.</p>
|
|
379
|
-
*/
|
|
380
|
-
export class SSOAdminClient extends __Client<
|
|
381
|
-
__HttpHandlerOptions,
|
|
382
|
-
ServiceInputTypes,
|
|
383
|
-
ServiceOutputTypes,
|
|
384
|
-
SSOAdminClientResolvedConfig
|
|
385
|
-
> {
|
|
386
|
-
/**
|
|
387
|
-
* The resolved configuration of SSOAdminClient class. This is resolved and normalized from the {@link SSOAdminClientConfig | constructor configuration interface}.
|
|
388
|
-
*/
|
|
389
|
-
readonly config: SSOAdminClientResolvedConfig;
|
|
390
|
-
|
|
391
|
-
constructor(configuration: SSOAdminClientConfig) {
|
|
392
|
-
const _config_0 = __getRuntimeConfig(configuration);
|
|
393
|
-
const _config_1 = resolveRegionConfig(_config_0);
|
|
394
|
-
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
395
|
-
const _config_3 = resolveRetryConfig(_config_2);
|
|
396
|
-
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
397
|
-
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
398
|
-
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
399
|
-
super(_config_6);
|
|
400
|
-
this.config = _config_6;
|
|
401
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
402
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
403
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
404
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
405
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
406
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
411
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
412
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
413
|
-
*/
|
|
414
|
-
destroy(): void {
|
|
415
|
-
super.destroy();
|
|
416
|
-
}
|
|
417
|
-
}
|
|
@@ -1,114 +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
|
-
AttachManagedPolicyToPermissionSetRequest,
|
|
16
|
-
AttachManagedPolicyToPermissionSetResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
18
|
-
import {
|
|
19
|
-
deserializeAws_json1_1AttachManagedPolicyToPermissionSetCommand,
|
|
20
|
-
serializeAws_json1_1AttachManagedPolicyToPermissionSetCommand,
|
|
21
|
-
} from "../protocols/Aws_json1_1";
|
|
22
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
23
|
-
|
|
24
|
-
export interface AttachManagedPolicyToPermissionSetCommandInput extends AttachManagedPolicyToPermissionSetRequest {}
|
|
25
|
-
export interface AttachManagedPolicyToPermissionSetCommandOutput
|
|
26
|
-
extends AttachManagedPolicyToPermissionSetResponse,
|
|
27
|
-
__MetadataBearer {}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>Attaches an IAM managed policy ARN to a permission set.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>If the permission set is already referenced by one or more account assignments, you will
|
|
33
|
-
* need to call <code>
|
|
34
|
-
* <a>ProvisionPermissionSet</a>
|
|
35
|
-
* </code> after this operation.
|
|
36
|
-
* Calling <code>ProvisionPermissionSet</code> applies the corresponding IAM policy updates to
|
|
37
|
-
* all assigned accounts.</p>
|
|
38
|
-
* </note>
|
|
39
|
-
* @example
|
|
40
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
-
* ```javascript
|
|
42
|
-
* import { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
43
|
-
* // const { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
44
|
-
* const client = new SSOAdminClient(config);
|
|
45
|
-
* const command = new AttachManagedPolicyToPermissionSetCommand(input);
|
|
46
|
-
* const response = await client.send(command);
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* @see {@link AttachManagedPolicyToPermissionSetCommandInput} for command's `input` shape.
|
|
50
|
-
* @see {@link AttachManagedPolicyToPermissionSetCommandOutput} for command's `response` shape.
|
|
51
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
52
|
-
*
|
|
53
|
-
*/
|
|
54
|
-
export class AttachManagedPolicyToPermissionSetCommand extends $Command<
|
|
55
|
-
AttachManagedPolicyToPermissionSetCommandInput,
|
|
56
|
-
AttachManagedPolicyToPermissionSetCommandOutput,
|
|
57
|
-
SSOAdminClientResolvedConfig
|
|
58
|
-
> {
|
|
59
|
-
// Start section: command_properties
|
|
60
|
-
// End section: command_properties
|
|
61
|
-
|
|
62
|
-
constructor(readonly input: AttachManagedPolicyToPermissionSetCommandInput) {
|
|
63
|
-
// Start section: command_constructor
|
|
64
|
-
super();
|
|
65
|
-
// End section: command_constructor
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(
|
|
72
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
73
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
74
|
-
options?: __HttpHandlerOptions
|
|
75
|
-
): Handler<AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput> {
|
|
76
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
77
|
-
|
|
78
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
79
|
-
|
|
80
|
-
const { logger } = configuration;
|
|
81
|
-
const clientName = "SSOAdminClient";
|
|
82
|
-
const commandName = "AttachManagedPolicyToPermissionSetCommand";
|
|
83
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
84
|
-
logger,
|
|
85
|
-
clientName,
|
|
86
|
-
commandName,
|
|
87
|
-
inputFilterSensitiveLog: AttachManagedPolicyToPermissionSetRequest.filterSensitiveLog,
|
|
88
|
-
outputFilterSensitiveLog: AttachManagedPolicyToPermissionSetResponse.filterSensitiveLog,
|
|
89
|
-
};
|
|
90
|
-
const { requestHandler } = configuration;
|
|
91
|
-
return stack.resolve(
|
|
92
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
93
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
94
|
-
handlerExecutionContext
|
|
95
|
-
);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
private serialize(
|
|
99
|
-
input: AttachManagedPolicyToPermissionSetCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
): Promise<__HttpRequest> {
|
|
102
|
-
return serializeAws_json1_1AttachManagedPolicyToPermissionSetCommand(input, context);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
private deserialize(
|
|
106
|
-
output: __HttpResponse,
|
|
107
|
-
context: __SerdeContext
|
|
108
|
-
): Promise<AttachManagedPolicyToPermissionSetCommandOutput> {
|
|
109
|
-
return deserializeAws_json1_1AttachManagedPolicyToPermissionSetCommand(output, context);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// Start section: command_body_extra
|
|
113
|
-
// End section: command_body_extra
|
|
114
|
-
}
|
|
@@ -1,109 +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 { CreateAccountAssignmentRequest, CreateAccountAssignmentResponse } from "../models/models_0";
|
|
15
|
-
import {
|
|
16
|
-
deserializeAws_json1_1CreateAccountAssignmentCommand,
|
|
17
|
-
serializeAws_json1_1CreateAccountAssignmentCommand,
|
|
18
|
-
} from "../protocols/Aws_json1_1";
|
|
19
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
20
|
-
|
|
21
|
-
export interface CreateAccountAssignmentCommandInput extends CreateAccountAssignmentRequest {}
|
|
22
|
-
export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssignmentResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Assigns access to a principal for a specified Amazon Web Services account using a specified permission
|
|
26
|
-
* set.</p>
|
|
27
|
-
* <note>
|
|
28
|
-
* <p>The term <i>principal</i> here refers to a user or group that is defined
|
|
29
|
-
* in Amazon Web Services SSO.</p>
|
|
30
|
-
* </note>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
|
|
33
|
-
* permission set will automatically be provisioned to the account in the form of an IAM
|
|
34
|
-
* policy. That policy is attached to the SSO-created IAM role. If the permission set is
|
|
35
|
-
* subsequently updated, the corresponding IAM policies attached to roles in your accounts will
|
|
36
|
-
* not be updated automatically. In this case, you must call <code>
|
|
37
|
-
* <a>ProvisionPermissionSet</a>
|
|
38
|
-
* </code> to make these updates.</p>
|
|
39
|
-
* </note>
|
|
40
|
-
* @example
|
|
41
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
42
|
-
* ```javascript
|
|
43
|
-
* import { SSOAdminClient, CreateAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
44
|
-
* // const { SSOAdminClient, CreateAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
45
|
-
* const client = new SSOAdminClient(config);
|
|
46
|
-
* const command = new CreateAccountAssignmentCommand(input);
|
|
47
|
-
* const response = await client.send(command);
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* @see {@link CreateAccountAssignmentCommandInput} for command's `input` shape.
|
|
51
|
-
* @see {@link CreateAccountAssignmentCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
53
|
-
*
|
|
54
|
-
*/
|
|
55
|
-
export class CreateAccountAssignmentCommand extends $Command<
|
|
56
|
-
CreateAccountAssignmentCommandInput,
|
|
57
|
-
CreateAccountAssignmentCommandOutput,
|
|
58
|
-
SSOAdminClientResolvedConfig
|
|
59
|
-
> {
|
|
60
|
-
// Start section: command_properties
|
|
61
|
-
// End section: command_properties
|
|
62
|
-
|
|
63
|
-
constructor(readonly input: CreateAccountAssignmentCommandInput) {
|
|
64
|
-
// Start section: command_constructor
|
|
65
|
-
super();
|
|
66
|
-
// End section: command_constructor
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(
|
|
73
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
74
|
-
configuration: SSOAdminClientResolvedConfig,
|
|
75
|
-
options?: __HttpHandlerOptions
|
|
76
|
-
): Handler<CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput> {
|
|
77
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
78
|
-
|
|
79
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
80
|
-
|
|
81
|
-
const { logger } = configuration;
|
|
82
|
-
const clientName = "SSOAdminClient";
|
|
83
|
-
const commandName = "CreateAccountAssignmentCommand";
|
|
84
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
85
|
-
logger,
|
|
86
|
-
clientName,
|
|
87
|
-
commandName,
|
|
88
|
-
inputFilterSensitiveLog: CreateAccountAssignmentRequest.filterSensitiveLog,
|
|
89
|
-
outputFilterSensitiveLog: CreateAccountAssignmentResponse.filterSensitiveLog,
|
|
90
|
-
};
|
|
91
|
-
const { requestHandler } = configuration;
|
|
92
|
-
return stack.resolve(
|
|
93
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
94
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
95
|
-
handlerExecutionContext
|
|
96
|
-
);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
private serialize(input: CreateAccountAssignmentCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
100
|
-
return serializeAws_json1_1CreateAccountAssignmentCommand(input, context);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccountAssignmentCommandOutput> {
|
|
104
|
-
return deserializeAws_json1_1CreateAccountAssignmentCommand(output, context);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// Start section: command_body_extra
|
|
108
|
-
// End section: command_body_extra
|
|
109
|
-
}
|