@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
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Describes the status for the given permission set provisioning request.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, DescribePermissionSetProvisioningStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new DescribePermissionSetProvisioningStatusCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribePermissionSetProvisioningStatusCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribePermissionSetProvisioningStatusCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DescribePermissionSetProvisioningStatusCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribePermissionSetProvisioningStatusCommand extends smithy_client_1.Com
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribePermissionSetProvisioningStatusCommand = DescribePermissionSetProvisioningStatusCommand;
|
|
61
|
-
//# sourceMappingURL=DescribePermissionSetProvisioningStatusCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Detaches the attached IAM managed policy ARN from the specified permission set.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, DetachManagedPolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new DetachManagedPolicyFromPermissionSetCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DetachManagedPolicyFromPermissionSetCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DetachManagedPolicyFromPermissionSetCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DetachManagedPolicyFromPermissionSetCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DetachManagedPolicyFromPermissionSetCommand extends smithy_client_1.Comman
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DetachManagedPolicyFromPermissionSetCommand = DetachManagedPolicyFromPermissionSetCommand;
|
|
61
|
-
//# sourceMappingURL=DetachManagedPolicyFromPermissionSetCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Obtains the inline policy assigned to the permission set.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, GetInlinePolicyForPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, GetInlinePolicyForPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new GetInlinePolicyForPermissionSetCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link GetInlinePolicyForPermissionSetCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link GetInlinePolicyForPermissionSetCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class GetInlinePolicyForPermissionSetCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class GetInlinePolicyForPermissionSetCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.GetInlinePolicyForPermissionSetCommand = GetInlinePolicyForPermissionSetCommand;
|
|
61
|
-
//# sourceMappingURL=GetInlinePolicyForPermissionSetCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO
|
|
10
|
-
* instance.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SSOAdminClient, ListAccountAssignmentCreationStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
15
|
-
* // const { SSOAdminClient, ListAccountAssignmentCreationStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
16
|
-
* const client = new SSOAdminClient(config);
|
|
17
|
-
* const command = new ListAccountAssignmentCreationStatusCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListAccountAssignmentCreationStatusCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListAccountAssignmentCreationStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ListAccountAssignmentCreationStatusCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class ListAccountAssignmentCreationStatusCommand extends smithy_client_1.Command
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.ListAccountAssignmentCreationStatusCommand = ListAccountAssignmentCreationStatusCommand;
|
|
62
|
-
//# sourceMappingURL=ListAccountAssignmentCreationStatusCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO
|
|
10
|
-
* instance.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SSOAdminClient, ListAccountAssignmentDeletionStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
15
|
-
* // const { SSOAdminClient, ListAccountAssignmentDeletionStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
16
|
-
* const client = new SSOAdminClient(config);
|
|
17
|
-
* const command = new ListAccountAssignmentDeletionStatusCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListAccountAssignmentDeletionStatusCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListAccountAssignmentDeletionStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ListAccountAssignmentDeletionStatusCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class ListAccountAssignmentDeletionStatusCommand extends smithy_client_1.Command
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.ListAccountAssignmentDeletionStatusCommand = ListAccountAssignmentDeletionStatusCommand;
|
|
62
|
-
//# sourceMappingURL=ListAccountAssignmentDeletionStatusCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the assignee of the specified Amazon Web Services account with the specified permission
|
|
10
|
-
* set.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SSOAdminClient, ListAccountAssignmentsCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
15
|
-
* // const { SSOAdminClient, ListAccountAssignmentsCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
16
|
-
* const client = new SSOAdminClient(config);
|
|
17
|
-
* const command = new ListAccountAssignmentsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListAccountAssignmentsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListAccountAssignmentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ListAccountAssignmentsCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class ListAccountAssignmentsCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.ListAccountAssignmentsCommand = ListAccountAssignmentsCommand;
|
|
62
|
-
//# sourceMappingURL=ListAccountAssignmentsCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists all the Amazon Web Services accounts where the specified permission set is provisioned.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, ListAccountsForProvisionedPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, ListAccountsForProvisionedPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new ListAccountsForProvisionedPermissionSetCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListAccountsForProvisionedPermissionSetCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListAccountsForProvisionedPermissionSetCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListAccountsForProvisionedPermissionSetCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListAccountsForProvisionedPermissionSetCommand extends smithy_client_1.Com
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListAccountsForProvisionedPermissionSetCommand = ListAccountsForProvisionedPermissionSetCommand;
|
|
61
|
-
//# sourceMappingURL=ListAccountsForProvisionedPermissionSetCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the SSO instances that the caller has access to.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, ListInstancesCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, ListInstancesCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new ListInstancesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListInstancesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListInstancesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListInstancesCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListInstancesCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListInstancesCommand = ListInstancesCommand;
|
|
61
|
-
//# sourceMappingURL=ListInstancesCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the IAM managed policy that is attached to a specified permission set.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, ListManagedPoliciesInPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, ListManagedPoliciesInPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new ListManagedPoliciesInPermissionSetCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListManagedPoliciesInPermissionSetCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListManagedPoliciesInPermissionSetCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListManagedPoliciesInPermissionSetCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListManagedPoliciesInPermissionSetCommand extends smithy_client_1.Command
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListManagedPoliciesInPermissionSetCommand = ListManagedPoliciesInPermissionSetCommand;
|
|
61
|
-
//# sourceMappingURL=ListManagedPoliciesInPermissionSetCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the status of the permission set provisioning requests for a specified SSO
|
|
10
|
-
* instance.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SSOAdminClient, ListPermissionSetProvisioningStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
15
|
-
* // const { SSOAdminClient, ListPermissionSetProvisioningStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
16
|
-
* const client = new SSOAdminClient(config);
|
|
17
|
-
* const command = new ListPermissionSetProvisioningStatusCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListPermissionSetProvisioningStatusCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListPermissionSetProvisioningStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ListPermissionSetProvisioningStatusCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class ListPermissionSetProvisioningStatusCommand extends smithy_client_1.Command
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.ListPermissionSetProvisioningStatusCommand = ListPermissionSetProvisioningStatusCommand;
|
|
62
|
-
//# sourceMappingURL=ListPermissionSetProvisioningStatusCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the <a>PermissionSet</a>s in an SSO instance.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, ListPermissionSetsCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, ListPermissionSetsCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new ListPermissionSetsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListPermissionSetsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListPermissionSetsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListPermissionSetsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListPermissionSetsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListPermissionSetsCommand = ListPermissionSetsCommand;
|
|
61
|
-
//# sourceMappingURL=ListPermissionSetsCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services account.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, ListPermissionSetsProvisionedToAccountCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, ListPermissionSetsProvisionedToAccountCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new ListPermissionSetsProvisionedToAccountCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListPermissionSetsProvisionedToAccountCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListPermissionSetsProvisionedToAccountCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListPermissionSetsProvisionedToAccountCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListPermissionSetsProvisionedToAccountCommand extends smithy_client_1.Comm
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListPermissionSetsProvisionedToAccountCommand = ListPermissionSetsProvisionedToAccountCommand;
|
|
61
|
-
//# sourceMappingURL=ListPermissionSetsProvisionedToAccountCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the tags that are attached to a specified resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SSOAdminClient, ListTagsForResourceCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, ListTagsForResourceCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>The process by which a specified permission set is provisioned to the specified
|
|
10
|
-
* target.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { SSOAdminClient, ProvisionPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
15
|
-
* // const { SSOAdminClient, ProvisionPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
16
|
-
* const client = new SSOAdminClient(config);
|
|
17
|
-
* const command = new ProvisionPermissionSetCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ProvisionPermissionSetCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ProvisionPermissionSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ProvisionPermissionSetCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class ProvisionPermissionSetCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.ProvisionPermissionSetCommand = ProvisionPermissionSetCommand;
|
|
62
|
-
//# sourceMappingURL=ProvisionPermissionSetCommand.js.map
|
|
@@ -5,42 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Attaches an IAM inline policy to a permission set.</p>
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>If the permission set is already referenced by one or more account assignments, you will
|
|
12
|
-
* need to call <code>
|
|
13
|
-
* <a>ProvisionPermissionSet</a>
|
|
14
|
-
* </code> after this action to
|
|
15
|
-
* apply the corresponding IAM policy updates to all assigned accounts.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { SSOAdminClient, PutInlinePolicyToPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
21
|
-
* // const { SSOAdminClient, PutInlinePolicyToPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
22
|
-
* const client = new SSOAdminClient(config);
|
|
23
|
-
* const command = new PutInlinePolicyToPermissionSetCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link PutInlinePolicyToPermissionSetCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link PutInlinePolicyToPermissionSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
8
|
class PutInlinePolicyToPermissionSetCommand extends smithy_client_1.Command {
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
9
|
constructor(input) {
|
|
36
|
-
// Start section: command_constructor
|
|
37
10
|
super();
|
|
38
11
|
this.input = input;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +34,3 @@ class PutInlinePolicyToPermissionSetCommand extends smithy_client_1.Command {
|
|
|
65
34
|
}
|
|
66
35
|
}
|
|
67
36
|
exports.PutInlinePolicyToPermissionSetCommand = PutInlinePolicyToPermissionSetCommand;
|
|
68
|
-
//# sourceMappingURL=PutInlinePolicyToPermissionSetCommand.js.map
|