@aws-sdk/client-sso-admin 3.288.0 → 3.290.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/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +28 -0
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +28 -0
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +28 -0
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +28 -0
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +24 -0
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +24 -0
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +24 -0
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +18 -0
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +18 -0
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +18 -0
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +18 -0
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +18 -0
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +24 -0
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +24 -0
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +18 -0
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +18 -0
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +18 -0
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +18 -0
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +18 -0
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +18 -0
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +18 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +15 -0
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +18 -0
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +18 -0
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +18 -0
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +18 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +18 -0
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +24 -0
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +28 -0
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +24 -0
- package/dist-types/commands/TagResourceCommand.d.ts +28 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +24 -0
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +24 -0
- package/package.json +29 -29
|
@@ -29,6 +29,34 @@ export interface AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutpu
|
|
|
29
29
|
* @see {@link AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
50
|
+
* created.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
54
|
+
* operations.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class AttachCustomerManagedPolicyReferenceToPermissionSetCommand extends $Command<AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
62
|
readonly input: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput;
|
|
@@ -37,6 +37,34 @@ export interface AttachManagedPolicyToPermissionSetCommandOutput extends AttachM
|
|
|
37
37
|
* @see {@link AttachManagedPolicyToPermissionSetCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
45
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
46
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
47
|
+
* exception.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerException} (server fault)
|
|
50
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
51
|
+
* an internal server.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
57
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
58
|
+
* created.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
61
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
62
|
+
* operations.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ValidationException} (client fault)
|
|
65
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
40
68
|
*/
|
|
41
69
|
export declare class AttachManagedPolicyToPermissionSetCommand extends $Command<AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
42
70
|
readonly input: AttachManagedPolicyToPermissionSetCommandInput;
|
|
@@ -48,6 +48,34 @@ export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssig
|
|
|
48
48
|
* @see {@link CreateAccountAssignmentCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
52
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
56
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
57
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
58
|
+
* exception.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
62
|
+
* an internal server.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
68
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
69
|
+
* created.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
73
|
+
* operations.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ValidationException} (client fault)
|
|
76
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
51
79
|
*/
|
|
52
80
|
export declare class CreateAccountAssignmentCommand extends $Command<CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig> {
|
|
53
81
|
readonly input: CreateAccountAssignmentCommandInput;
|
|
@@ -35,6 +35,30 @@ export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
|
35
35
|
* @see {@link CreateInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ConflictException} (client fault)
|
|
42
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
43
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
44
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
45
|
+
* exception.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServerException} (server fault)
|
|
48
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
49
|
+
* an internal server.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
55
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
56
|
+
* operations.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ValidationException} (client fault)
|
|
59
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
38
62
|
*/
|
|
39
63
|
export declare class CreateInstanceAccessControlAttributeConfigurationCommand extends $Command<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig> {
|
|
40
64
|
readonly input: CreateInstanceAccessControlAttributeConfigurationCommandInput;
|
|
@@ -34,6 +34,34 @@ export interface CreatePermissionSetCommandOutput extends CreatePermissionSetRes
|
|
|
34
34
|
* @see {@link CreatePermissionSetCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
42
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
43
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
44
|
+
* exception.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
48
|
+
* an internal server.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
54
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
55
|
+
* created.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
59
|
+
* operations.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
37
65
|
*/
|
|
38
66
|
export declare class CreatePermissionSetCommand extends $Command<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
39
67
|
readonly input: CreatePermissionSetCommandInput;
|
|
@@ -33,6 +33,30 @@ export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssig
|
|
|
33
33
|
* @see {@link DeleteAccountAssignmentCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
41
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
42
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
43
|
+
* exception.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
47
|
+
* an internal server.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
54
|
+
* operations.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
36
60
|
*/
|
|
37
61
|
export declare class DeleteAccountAssignmentCommand extends $Command<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig> {
|
|
38
62
|
readonly input: DeleteAccountAssignmentCommandInput;
|
|
@@ -29,6 +29,30 @@ export interface DeleteInlinePolicyFromPermissionSetCommandOutput extends Delete
|
|
|
29
29
|
* @see {@link DeleteInlinePolicyFromPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
50
|
+
* operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class DeleteInlinePolicyFromPermissionSetCommand extends $Command<DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
58
|
readonly input: DeleteInlinePolicyFromPermissionSetCommandInput;
|
|
@@ -32,6 +32,30 @@ export interface DeleteInstanceAccessControlAttributeConfigurationCommandOutput
|
|
|
32
32
|
* @see {@link DeleteInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
40
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
41
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
42
|
+
* exception.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
46
|
+
* an internal server.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
53
|
+
* operations.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
35
59
|
*/
|
|
36
60
|
export declare class DeleteInstanceAccessControlAttributeConfigurationCommand extends $Command<DeleteInstanceAccessControlAttributeConfigurationCommandInput, DeleteInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig> {
|
|
37
61
|
readonly input: DeleteInstanceAccessControlAttributeConfigurationCommandInput;
|
|
@@ -29,6 +29,30 @@ export interface DeletePermissionSetCommandOutput extends DeletePermissionSetRes
|
|
|
29
29
|
* @see {@link DeletePermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
50
|
+
* operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class DeletePermissionSetCommand extends $Command<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
58
|
readonly input: DeletePermissionSetCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface DeletePermissionsBoundaryFromPermissionSetCommandOutput extends
|
|
|
29
29
|
* @see {@link DeletePermissionsBoundaryFromPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class DeletePermissionsBoundaryFromPermissionSetCommand extends $Command<DeletePermissionsBoundaryFromPermissionSetCommandInput, DeletePermissionsBoundaryFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: DeletePermissionsBoundaryFromPermissionSetCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface DescribeAccountAssignmentCreationStatusCommandOutput extends De
|
|
|
29
29
|
* @see {@link DescribeAccountAssignmentCreationStatusCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class DescribeAccountAssignmentCreationStatusCommand extends $Command<DescribeAccountAssignmentCreationStatusCommandInput, DescribeAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: DescribeAccountAssignmentCreationStatusCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface DescribeAccountAssignmentDeletionStatusCommandOutput extends De
|
|
|
29
29
|
* @see {@link DescribeAccountAssignmentDeletionStatusCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class DescribeAccountAssignmentDeletionStatusCommand extends $Command<DescribeAccountAssignmentDeletionStatusCommandInput, DescribeAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: DescribeAccountAssignmentDeletionStatusCommandInput;
|
|
@@ -31,6 +31,24 @@ export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutpu
|
|
|
31
31
|
* @see {@link DescribeInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
39
|
+
* an internal server.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
46
|
+
* operations.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
34
52
|
*/
|
|
35
53
|
export declare class DescribeInstanceAccessControlAttributeConfigurationCommand extends $Command<DescribeInstanceAccessControlAttributeConfigurationCommandInput, DescribeInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig> {
|
|
36
54
|
readonly input: DescribeInstanceAccessControlAttributeConfigurationCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface DescribePermissionSetCommandOutput extends DescribePermissionSe
|
|
|
29
29
|
* @see {@link DescribePermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class DescribePermissionSetCommand extends $Command<DescribePermissionSetCommandInput, DescribePermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: DescribePermissionSetCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface DescribePermissionSetProvisioningStatusCommandOutput extends De
|
|
|
29
29
|
* @see {@link DescribePermissionSetProvisioningStatusCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class DescribePermissionSetProvisioningStatusCommand extends $Command<DescribePermissionSetProvisioningStatusCommandInput, DescribePermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: DescribePermissionSetProvisioningStatusCommandInput;
|
package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts
CHANGED
|
@@ -29,6 +29,30 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOut
|
|
|
29
29
|
* @see {@link DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
50
|
+
* operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class DetachCustomerManagedPolicyReferenceFromPermissionSetCommand extends $Command<DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput, DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
58
|
readonly input: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput;
|
|
@@ -29,6 +29,30 @@ export interface DetachManagedPolicyFromPermissionSetCommandOutput extends Detac
|
|
|
29
29
|
* @see {@link DetachManagedPolicyFromPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
50
|
+
* operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class DetachManagedPolicyFromPermissionSetCommand extends $Command<DetachManagedPolicyFromPermissionSetCommandInput, DetachManagedPolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
58
|
readonly input: DetachManagedPolicyFromPermissionSetCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface GetInlinePolicyForPermissionSetCommandOutput extends GetInlineP
|
|
|
29
29
|
* @see {@link GetInlinePolicyForPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class GetInlinePolicyForPermissionSetCommand extends $Command<GetInlinePolicyForPermissionSetCommandInput, GetInlinePolicyForPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: GetInlinePolicyForPermissionSetCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface GetPermissionsBoundaryForPermissionSetCommandOutput extends Get
|
|
|
29
29
|
* @see {@link GetPermissionsBoundaryForPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class GetPermissionsBoundaryForPermissionSetCommand extends $Command<GetPermissionsBoundaryForPermissionSetCommandInput, GetPermissionsBoundaryForPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: GetPermissionsBoundaryForPermissionSetCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface ListAccountAssignmentCreationStatusCommandOutput extends ListAc
|
|
|
30
30
|
* @see {@link ListAccountAssignmentCreationStatusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
38
|
+
* an internal server.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
45
|
+
* operations.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class ListAccountAssignmentCreationStatusCommand extends $Command<ListAccountAssignmentCreationStatusCommandInput, ListAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig> {
|
|
35
53
|
readonly input: ListAccountAssignmentCreationStatusCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface ListAccountAssignmentDeletionStatusCommandOutput extends ListAc
|
|
|
30
30
|
* @see {@link ListAccountAssignmentDeletionStatusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
38
|
+
* an internal server.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
45
|
+
* operations.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class ListAccountAssignmentDeletionStatusCommand extends $Command<ListAccountAssignmentDeletionStatusCommandInput, ListAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig> {
|
|
35
53
|
readonly input: ListAccountAssignmentDeletionStatusCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListAccountAssignmentsCommandOutput extends ListAccountAssignme
|
|
|
29
29
|
* @see {@link ListAccountAssignmentsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListAccountAssignmentsCommand extends $Command<ListAccountAssignmentsCommandInput, ListAccountAssignmentsCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: ListAccountAssignmentsCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListAccountsForProvisionedPermissionSetCommandOutput extends Li
|
|
|
29
29
|
* @see {@link ListAccountsForProvisionedPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListAccountsForProvisionedPermissionSetCommand extends $Command<ListAccountsForProvisionedPermissionSetCommandInput, ListAccountsForProvisionedPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: ListAccountsForProvisionedPermissionSetCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput
|
|
|
29
29
|
* @see {@link ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListCustomerManagedPolicyReferencesInPermissionSetCommand extends $Command<ListCustomerManagedPolicyReferencesInPermissionSetCommandInput, ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
|
|
|
29
29
|
* @see {@link ListInstancesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
41
|
+
* operations.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
49
|
readonly input: ListInstancesCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListManagedPoliciesInPermissionSetCommandOutput extends ListMan
|
|
|
29
29
|
* @see {@link ListManagedPoliciesInPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListManagedPoliciesInPermissionSetCommand extends $Command<ListManagedPoliciesInPermissionSetCommandInput, ListManagedPoliciesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: ListManagedPoliciesInPermissionSetCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface ListPermissionSetProvisioningStatusCommandOutput extends ListPe
|
|
|
30
30
|
* @see {@link ListPermissionSetProvisioningStatusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
38
|
+
* an internal server.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
45
|
+
* operations.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class ListPermissionSetProvisioningStatusCommand extends $Command<ListPermissionSetProvisioningStatusCommandInput, ListPermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig> {
|
|
35
53
|
readonly input: ListPermissionSetProvisioningStatusCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListPermissionSetsCommandOutput extends ListPermissionSetsRespo
|
|
|
29
29
|
* @see {@link ListPermissionSetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListPermissionSetsCommand extends $Command<ListPermissionSetsCommandInput, ListPermissionSetsCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: ListPermissionSetsCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListPermissionSetsProvisionedToAccountCommandOutput extends Lis
|
|
|
29
29
|
* @see {@link ListPermissionSetsProvisionedToAccountCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListPermissionSetsProvisionedToAccountCommand extends $Command<ListPermissionSetsProvisionedToAccountCommandInput, ListPermissionSetsProvisionedToAccountCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: ListPermissionSetsProvisionedToAccountCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
37
|
+
* an internal server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
44
|
+
* operations.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
52
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -30,6 +30,30 @@ export interface ProvisionPermissionSetCommandOutput extends ProvisionPermission
|
|
|
30
30
|
* @see {@link ProvisionPermissionSetCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
38
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
39
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
40
|
+
* exception.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
44
|
+
* an internal server.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
51
|
+
* operations.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
33
57
|
*/
|
|
34
58
|
export declare class ProvisionPermissionSetCommand extends $Command<ProvisionPermissionSetCommandInput, ProvisionPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
35
59
|
readonly input: ProvisionPermissionSetCommandInput;
|
|
@@ -36,6 +36,34 @@ export interface PutInlinePolicyToPermissionSetCommandOutput extends PutInlinePo
|
|
|
36
36
|
* @see {@link PutInlinePolicyToPermissionSetCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
44
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
45
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
46
|
+
* exception.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InternalServerException} (server fault)
|
|
49
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
50
|
+
* an internal server.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
56
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
57
|
+
* created.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
61
|
+
* operations.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ValidationException} (client fault)
|
|
64
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
39
67
|
*/
|
|
40
68
|
export declare class PutInlinePolicyToPermissionSetCommand extends $Command<PutInlinePolicyToPermissionSetCommandInput, PutInlinePolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
41
69
|
readonly input: PutInlinePolicyToPermissionSetCommandInput;
|
|
@@ -29,6 +29,30 @@ export interface PutPermissionsBoundaryToPermissionSetCommandOutput extends PutP
|
|
|
29
29
|
* @see {@link PutPermissionsBoundaryToPermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
50
|
+
* operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class PutPermissionsBoundaryToPermissionSetCommand extends $Command<PutPermissionsBoundaryToPermissionSetCommandInput, PutPermissionsBoundaryToPermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
58
|
readonly input: PutPermissionsBoundaryToPermissionSetCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
50
|
+
* created.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
54
|
+
* operations.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
62
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,30 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
50
|
+
* operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
58
|
readonly input: UntagResourceCommandInput;
|
|
@@ -34,6 +34,30 @@ export interface UpdateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
|
34
34
|
* @see {@link UpdateInstanceAccessControlAttributeConfigurationCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
42
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
43
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
44
|
+
* exception.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
48
|
+
* an internal server.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
55
|
+
* operations.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
37
61
|
*/
|
|
38
62
|
export declare class UpdateInstanceAccessControlAttributeConfigurationCommand extends $Command<UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig> {
|
|
39
63
|
readonly input: UpdateInstanceAccessControlAttributeConfigurationCommandInput;
|
|
@@ -29,6 +29,30 @@ export interface UpdatePermissionSetCommandOutput extends UpdatePermissionSetRes
|
|
|
29
29
|
* @see {@link UpdatePermissionSetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
37
|
+
* when the previous write did not have time to propagate to the host serving the current
|
|
38
|
+
* request. A retry (with appropriate backoff logic) is the recommended response to this
|
|
39
|
+
* exception.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with
|
|
43
|
+
* an internal server.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Indicates that a requested resource is not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
50
|
+
* operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request failed because it contains a syntax error.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class UpdatePermissionSetCommand extends $Command<UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput, SSOAdminClientResolvedConfig> {
|
|
34
58
|
readonly input: UpdatePermissionSetCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-admin",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Admin Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|