@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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
46
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
47
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
7
54
|
|
|
8
55
|
|
package/dist-cjs/SSOAdmin.js
CHANGED
|
@@ -33,16 +33,6 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
|
33
33
|
const UpdateInstanceAccessControlAttributeConfigurationCommand_1 = require("./commands/UpdateInstanceAccessControlAttributeConfigurationCommand");
|
|
34
34
|
const UpdatePermissionSetCommand_1 = require("./commands/UpdatePermissionSetCommand");
|
|
35
35
|
const SSOAdminClient_1 = require("./SSOAdminClient");
|
|
36
|
-
/**
|
|
37
|
-
* <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
|
|
38
|
-
* access to multiple Amazon Web Services accounts and business applications. This guide provides information on
|
|
39
|
-
* SSO operations which could be used for access management of Amazon Web Services accounts. For information about
|
|
40
|
-
* 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>
|
|
41
|
-
* <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
|
|
42
|
-
* principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
|
|
43
|
-
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
|
|
44
|
-
* Reference</a>.</p>
|
|
45
|
-
*/
|
|
46
36
|
class SSOAdmin extends SSOAdminClient_1.SSOAdminClient {
|
|
47
37
|
attachManagedPolicyToPermissionSet(args, optionsOrCb, cb) {
|
|
48
38
|
const command = new AttachManagedPolicyToPermissionSetCommand_1.AttachManagedPolicyToPermissionSetCommand(args);
|
|
@@ -480,4 +470,3 @@ class SSOAdmin extends SSOAdminClient_1.SSOAdminClient {
|
|
|
480
470
|
}
|
|
481
471
|
}
|
|
482
472
|
exports.SSOAdmin = SSOAdmin;
|
|
483
|
-
//# sourceMappingURL=SSOAdmin.js.map
|
|
@@ -10,16 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
|
10
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
|
-
/**
|
|
14
|
-
* <p>Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO
|
|
15
|
-
* access to multiple Amazon Web Services accounts and business applications. This guide provides information on
|
|
16
|
-
* SSO operations which could be used for access management of Amazon Web Services accounts. For information about
|
|
17
|
-
* 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>
|
|
18
|
-
* <p>Many operations in the SSO APIs rely on identifiers for users and groups, known as
|
|
19
|
-
* principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
|
|
20
|
-
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Amazon Web Services SSO Identity Store API
|
|
21
|
-
* Reference</a>.</p>
|
|
22
|
-
*/
|
|
23
13
|
class SSOAdminClient extends smithy_client_1.Client {
|
|
24
14
|
constructor(configuration) {
|
|
25
15
|
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
@@ -38,14 +28,8 @@ class SSOAdminClient extends smithy_client_1.Client {
|
|
|
38
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
39
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
40
30
|
}
|
|
41
|
-
/**
|
|
42
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
43
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
44
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
45
|
-
*/
|
|
46
31
|
destroy() {
|
|
47
32
|
super.destroy();
|
|
48
33
|
}
|
|
49
34
|
}
|
|
50
35
|
exports.SSOAdminClient = SSOAdminClient;
|
|
51
|
-
//# sourceMappingURL=SSOAdminClient.js.map
|
|
@@ -5,43 +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 managed policy ARN 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 operation.
|
|
15
|
-
* Calling <code>ProvisionPermissionSet</code> applies the corresponding IAM policy updates to
|
|
16
|
-
* all assigned accounts.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
22
|
-
* // const { SSOAdminClient, AttachManagedPolicyToPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
23
|
-
* const client = new SSOAdminClient(config);
|
|
24
|
-
* const command = new AttachManagedPolicyToPermissionSetCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link AttachManagedPolicyToPermissionSetCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link AttachManagedPolicyToPermissionSetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
8
|
class AttachManagedPolicyToPermissionSetCommand extends smithy_client_1.Command {
|
|
34
|
-
// Start section: command_properties
|
|
35
|
-
// End section: command_properties
|
|
36
9
|
constructor(input) {
|
|
37
|
-
// Start section: command_constructor
|
|
38
10
|
super();
|
|
39
11
|
this.input = input;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -66,4 +34,3 @@ class AttachManagedPolicyToPermissionSetCommand extends smithy_client_1.Command
|
|
|
66
34
|
}
|
|
67
35
|
}
|
|
68
36
|
exports.AttachManagedPolicyToPermissionSetCommand = AttachManagedPolicyToPermissionSetCommand;
|
|
69
|
-
//# sourceMappingURL=AttachManagedPolicyToPermissionSetCommand.js.map
|
|
@@ -5,49 +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>Assigns access to a principal for a specified Amazon Web Services account using a specified permission
|
|
10
|
-
* set.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>The term <i>principal</i> here refers to a user or group that is defined
|
|
13
|
-
* in Amazon Web Services SSO.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
|
|
17
|
-
* permission set will automatically be provisioned to the account in the form of an IAM
|
|
18
|
-
* policy. That policy is attached to the SSO-created IAM role. If the permission set is
|
|
19
|
-
* subsequently updated, the corresponding IAM policies attached to roles in your accounts will
|
|
20
|
-
* not be updated automatically. In this case, you must call <code>
|
|
21
|
-
* <a>ProvisionPermissionSet</a>
|
|
22
|
-
* </code> to make these updates.</p>
|
|
23
|
-
* </note>
|
|
24
|
-
* @example
|
|
25
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
-
* ```javascript
|
|
27
|
-
* import { SSOAdminClient, CreateAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
28
|
-
* // const { SSOAdminClient, CreateAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
29
|
-
* const client = new SSOAdminClient(config);
|
|
30
|
-
* const command = new CreateAccountAssignmentCommand(input);
|
|
31
|
-
* const response = await client.send(command);
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @see {@link CreateAccountAssignmentCommandInput} for command's `input` shape.
|
|
35
|
-
* @see {@link CreateAccountAssignmentCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
8
|
class CreateAccountAssignmentCommand extends smithy_client_1.Command {
|
|
40
|
-
// Start section: command_properties
|
|
41
|
-
// End section: command_properties
|
|
42
9
|
constructor(input) {
|
|
43
|
-
// Start section: command_constructor
|
|
44
10
|
super();
|
|
45
11
|
this.input = input;
|
|
46
|
-
// End section: command_constructor
|
|
47
12
|
}
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
52
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
53
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -72,4 +34,3 @@ class CreateAccountAssignmentCommand extends smithy_client_1.Command {
|
|
|
72
34
|
}
|
|
73
35
|
}
|
|
74
36
|
exports.CreateAccountAssignmentCommand = CreateAccountAssignmentCommand;
|
|
75
|
-
//# sourceMappingURL=CreateAccountAssignmentCommand.js.map
|
|
@@ -5,37 +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>Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
|
|
10
|
-
* instance. You can also specify new attributes to add to your ABAC configuration during the
|
|
11
|
-
* enabling process. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
16
|
-
* // const { SSOAdminClient, CreateInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
17
|
-
* const client = new SSOAdminClient(config);
|
|
18
|
-
* const command = new CreateInstanceAccessControlAttributeConfigurationCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class CreateInstanceAccessControlAttributeConfigurationCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class CreateInstanceAccessControlAttributeConfigurationCommand extends smithy_cl
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.CreateInstanceAccessControlAttributeConfigurationCommand = CreateInstanceAccessControlAttributeConfigurationCommand;
|
|
63
|
-
//# sourceMappingURL=CreateInstanceAccessControlAttributeConfigurationCommand.js.map
|
|
@@ -5,40 +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>Creates a permission set within a specified SSO instance.</p>
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>To grant users and groups access to Amazon Web Services account resources, use <code>
|
|
12
|
-
* <a>CreateAccountAssignment</a>
|
|
13
|
-
* </code>.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { SSOAdminClient, CreatePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
19
|
-
* // const { SSOAdminClient, CreatePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
20
|
-
* const client = new SSOAdminClient(config);
|
|
21
|
-
* const command = new CreatePermissionSetCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link CreatePermissionSetCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link CreatePermissionSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
8
|
class CreatePermissionSetCommand extends smithy_client_1.Command {
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
9
|
constructor(input) {
|
|
34
|
-
// Start section: command_constructor
|
|
35
10
|
super();
|
|
36
11
|
this.input = input;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +34,3 @@ class CreatePermissionSetCommand extends smithy_client_1.Command {
|
|
|
63
34
|
}
|
|
64
35
|
}
|
|
65
36
|
exports.CreatePermissionSetCommand = CreatePermissionSetCommand;
|
|
66
|
-
//# sourceMappingURL=CreatePermissionSetCommand.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>Deletes a principal's access from a specified Amazon Web Services account using a 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, DeleteAccountAssignmentCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
15
|
-
* // const { SSOAdminClient, DeleteAccountAssignmentCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
16
|
-
* const client = new SSOAdminClient(config);
|
|
17
|
-
* const command = new DeleteAccountAssignmentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteAccountAssignmentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteAccountAssignmentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DeleteAccountAssignmentCommand 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 DeleteAccountAssignmentCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DeleteAccountAssignmentCommand = DeleteAccountAssignmentCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteAccountAssignmentCommand.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>Deletes the inline policy from 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, DeleteInlinePolicyFromPermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, DeleteInlinePolicyFromPermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new DeleteInlinePolicyFromPermissionSetCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteInlinePolicyFromPermissionSetCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteInlinePolicyFromPermissionSetCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DeleteInlinePolicyFromPermissionSetCommand 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 DeleteInlinePolicyFromPermissionSetCommand extends smithy_client_1.Command
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteInlinePolicyFromPermissionSetCommand = DeleteInlinePolicyFromPermissionSetCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteInlinePolicyFromPermissionSetCommand.js.map
|
|
@@ -5,38 +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>Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
|
|
10
|
-
* instance and deletes all of the attribute mappings that have been configured. Once deleted,
|
|
11
|
-
* any attributes that are received from an identity source and any custom attributes you have
|
|
12
|
-
* previously configured will not be passed. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
17
|
-
* // const { SSOAdminClient, DeleteInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
18
|
-
* const client = new SSOAdminClient(config);
|
|
19
|
-
* const command = new DeleteInstanceAccessControlAttributeConfigurationCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DeleteInstanceAccessControlAttributeConfigurationCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DeleteInstanceAccessControlAttributeConfigurationCommand extends smithy_cl
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DeleteInstanceAccessControlAttributeConfigurationCommand = DeleteInstanceAccessControlAttributeConfigurationCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteInstanceAccessControlAttributeConfigurationCommand.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>Deletes 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, DeletePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, DeletePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new DeletePermissionSetCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeletePermissionSetCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeletePermissionSetCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DeletePermissionSetCommand 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 DeletePermissionSetCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeletePermissionSetCommand = DeletePermissionSetCommand;
|
|
61
|
-
//# sourceMappingURL=DeletePermissionSetCommand.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>Describes the status of the assignment creation 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, DescribeAccountAssignmentCreationStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, DescribeAccountAssignmentCreationStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new DescribeAccountAssignmentCreationStatusCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeAccountAssignmentCreationStatusCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeAccountAssignmentCreationStatusCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DescribeAccountAssignmentCreationStatusCommand 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 DescribeAccountAssignmentCreationStatusCommand extends smithy_client_1.Com
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeAccountAssignmentCreationStatusCommand = DescribeAccountAssignmentCreationStatusCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeAccountAssignmentCreationStatusCommand.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>Describes the status of the assignment deletion 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, DescribeAccountAssignmentDeletionStatusCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, DescribeAccountAssignmentDeletionStatusCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new DescribeAccountAssignmentDeletionStatusCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeAccountAssignmentDeletionStatusCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeAccountAssignmentDeletionStatusCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DescribeAccountAssignmentDeletionStatusCommand 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 DescribeAccountAssignmentDeletionStatusCommand extends smithy_client_1.Com
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeAccountAssignmentDeletionStatusCommand = DescribeAccountAssignmentDeletionStatusCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeAccountAssignmentDeletionStatusCommand.js.map
|
|
@@ -5,38 +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>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to
|
|
10
|
-
* work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This
|
|
11
|
-
* will not return attributes configured and sent by an external identity provider.
|
|
12
|
-
* For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
17
|
-
* // const { SSOAdminClient, DescribeInstanceAccessControlAttributeConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
18
|
-
* const client = new SSOAdminClient(config);
|
|
19
|
-
* const command = new DescribeInstanceAccessControlAttributeConfigurationCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class DescribeInstanceAccessControlAttributeConfigurationCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DescribeInstanceAccessControlAttributeConfigurationCommand extends smithy_
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DescribeInstanceAccessControlAttributeConfigurationCommand = DescribeInstanceAccessControlAttributeConfigurationCommand;
|
|
64
|
-
//# sourceMappingURL=DescribeInstanceAccessControlAttributeConfigurationCommand.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>Gets the details of 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, DescribePermissionSetCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
|
|
14
|
-
* // const { SSOAdminClient, DescribePermissionSetCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
|
|
15
|
-
* const client = new SSOAdminClient(config);
|
|
16
|
-
* const command = new DescribePermissionSetCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribePermissionSetCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribePermissionSetCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SSOAdminClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DescribePermissionSetCommand 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 DescribePermissionSetCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribePermissionSetCommand = DescribePermissionSetCommand;
|
|
61
|
-
//# sourceMappingURL=DescribePermissionSetCommand.js.map
|