@aws-sdk/client-sso-admin 3.863.0 → 3.865.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/README.md +17 -32
- package/dist-cjs/index.js +80 -0
- package/dist-es/SSOAdmin.js +4 -0
- package/dist-es/commands/GetApplicationSessionConfigurationCommand.js +22 -0
- package/dist-es/commands/PutApplicationSessionConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +38 -0
- package/dist-types/SSOAdmin.d.ts +15 -32
- package/dist-types/SSOAdminClient.d.ts +5 -34
- package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +4 -10
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +5 -19
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +5 -32
- package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +4 -10
- package/dist-types/commands/CreateApplicationCommand.d.ts +5 -21
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -16
- package/dist-types/commands/CreateInstanceCommand.d.ts +5 -22
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +5 -16
- package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +5 -16
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +4 -15
- package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +4 -10
- package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -10
- package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -12
- package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -11
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +4 -13
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +2 -4
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +2 -4
- package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -4
- package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -6
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceCommand.d.ts +3 -26
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +2 -4
- package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +3 -7
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +4 -10
- package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationGrantCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationSessionConfigurationCommand.d.ts +87 -0
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +3 -6
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +3 -6
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +3 -6
- package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -7
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +3 -9
- package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationGrantsCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationProvidersCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -9
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListInstancesCommand.d.ts +3 -6
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +3 -6
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +2 -4
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +3 -6
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +2 -4
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +4 -10
- package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +4 -10
- package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +4 -13
- package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +3 -8
- package/dist-types/commands/PutApplicationGrantCommand.d.ts +4 -86
- package/dist-types/commands/PutApplicationSessionConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +5 -19
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +4 -10
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -14
- package/dist-types/commands/UpdateInstanceCommand.d.ts +4 -10
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +4 -14
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -32
- package/dist-types/models/models_0.d.ts +231 -579
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +46 -0
- package/dist-types/ts3.4/SSOAdminClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetApplicationSessionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutApplicationSessionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +5 -5
|
@@ -27,10 +27,7 @@ declare const DeleteInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center
|
|
31
|
-
* instance and deletes all of the attribute mappings that have been configured. Once
|
|
32
|
-
* deleted, any attributes that are received from an identity source and any custom
|
|
33
|
-
* attributes you have 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>IAM Identity Center User Guide</i>.</p>
|
|
30
|
+
* <p>Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have 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>IAM Identity Center User Guide</i>.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -56,21 +53,16 @@ declare const DeleteInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
56
53
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
57
54
|
*
|
|
58
55
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
60
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
61
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
62
|
-
* this exception.</p>
|
|
56
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
63
57
|
*
|
|
64
58
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
66
|
-
* with an internal server.</p>
|
|
59
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
67
60
|
*
|
|
68
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
62
|
* <p>Indicates that a requested resource is not found.</p>
|
|
70
63
|
*
|
|
71
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
73
|
-
* operations.</p>
|
|
65
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
74
66
|
*
|
|
75
67
|
* @throws {@link ValidationException} (client fault)
|
|
76
68
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,9 +27,7 @@ declare const DeleteInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the instance of IAM Identity Center. Only the account that owns the instance can
|
|
31
|
-
* call this API. Neither the delegated administrator nor member account can delete the
|
|
32
|
-
* organization instance, but those roles can delete their own instance.</p>
|
|
30
|
+
* <p>Deletes the instance of IAM Identity Center. Only the account that owns the instance can call this API. Neither the delegated administrator nor member account can delete the organization instance, but those roles can delete their own instance.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -55,18 +53,13 @@ declare const DeleteInstanceCommand_base: {
|
|
|
55
53
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
54
|
*
|
|
57
55
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
59
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
60
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
61
|
-
* this exception.</p>
|
|
56
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
62
57
|
*
|
|
63
58
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
65
|
-
* with an internal server.</p>
|
|
59
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
66
60
|
*
|
|
67
61
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
69
|
-
* operations.</p>
|
|
62
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
70
63
|
*
|
|
71
64
|
* @throws {@link ValidationException} (client fault)
|
|
72
65
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -54,21 +54,16 @@ declare const DeletePermissionSetCommand_base: {
|
|
|
54
54
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ConflictException} (client fault)
|
|
57
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
58
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
59
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
60
|
-
* this exception.</p>
|
|
57
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
61
58
|
*
|
|
62
59
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
64
|
-
* with an internal server.</p>
|
|
60
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
65
61
|
*
|
|
66
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
63
|
* <p>Indicates that a requested resource is not found.</p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
71
|
-
* operations.</p>
|
|
66
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ValidationException} (client fault)
|
|
74
69
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -54,21 +54,16 @@ declare const DeletePermissionsBoundaryFromPermissionSetCommand_base: {
|
|
|
54
54
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ConflictException} (client fault)
|
|
57
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
58
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
59
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
60
|
-
* this exception.</p>
|
|
57
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
61
58
|
*
|
|
62
59
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
64
|
-
* with an internal server.</p>
|
|
60
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
65
61
|
*
|
|
66
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
63
|
* <p>Indicates that a requested resource is not found.</p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
71
|
-
* operations.</p>
|
|
66
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ValidationException} (client fault)
|
|
74
69
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,11 +27,7 @@ declare const DeleteTrustedTokenIssuerCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a trusted token issuer configuration from an instance of IAM Identity Center.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Deleting this trusted token issuer configuration will cause users to lose access to any
|
|
33
|
-
* applications that are configured to use the trusted token issuer.</p>
|
|
34
|
-
* </note>
|
|
30
|
+
* <p>Deletes a trusted token issuer configuration from an instance of IAM Identity Center.</p> <note> <p>Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.</p> </note>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -57,21 +53,16 @@ declare const DeleteTrustedTokenIssuerCommand_base: {
|
|
|
57
53
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
58
54
|
*
|
|
59
55
|
* @throws {@link ConflictException} (client fault)
|
|
60
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
61
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
62
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
63
|
-
* this exception.</p>
|
|
56
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
64
57
|
*
|
|
65
58
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
67
|
-
* with an internal server.</p>
|
|
59
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
68
60
|
*
|
|
69
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
62
|
* <p>Indicates that a requested resource is not found.</p>
|
|
71
63
|
*
|
|
72
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
74
|
-
* operations.</p>
|
|
65
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
75
66
|
*
|
|
76
67
|
* @throws {@link ValidationException} (client fault)
|
|
77
68
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -66,15 +66,13 @@ declare const DescribeAccountAssignmentCreationStatusCommand_base: {
|
|
|
66
66
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link InternalServerException} (server fault)
|
|
69
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
70
|
-
* with an internal server.</p>
|
|
69
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
72
|
* <p>Indicates that a requested resource is not found.</p>
|
|
74
73
|
*
|
|
75
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
77
|
-
* operations.</p>
|
|
75
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
78
76
|
*
|
|
79
77
|
* @throws {@link ValidationException} (client fault)
|
|
80
78
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -66,15 +66,13 @@ declare const DescribeAccountAssignmentDeletionStatusCommand_base: {
|
|
|
66
66
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link InternalServerException} (server fault)
|
|
69
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
70
|
-
* with an internal server.</p>
|
|
69
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
72
|
* <p>Indicates that a requested resource is not found.</p>
|
|
74
73
|
*
|
|
75
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
77
|
-
* operations.</p>
|
|
75
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
78
76
|
*
|
|
79
77
|
* @throws {@link ValidationException} (client fault)
|
|
80
78
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,10 +27,7 @@ declare const DescribeApplicationAssignmentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves a direct assignment of a user or group to an application. If the user
|
|
31
|
-
* doesn’t have a direct assignment to the application, the user may still have access to
|
|
32
|
-
* the application through a group. Therefore, don’t use this API to test access to an
|
|
33
|
-
* application for a user. Instead use <a>ListApplicationAssignmentsForPrincipal</a>.</p>
|
|
30
|
+
* <p>Retrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application, the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user. Instead use <a>ListApplicationAssignmentsForPrincipal</a>.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -62,15 +59,13 @@ declare const DescribeApplicationAssignmentCommand_base: {
|
|
|
62
59
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
63
60
|
*
|
|
64
61
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
66
|
-
* with an internal server.</p>
|
|
62
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
67
63
|
*
|
|
68
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
65
|
* <p>Indicates that a requested resource is not found.</p>
|
|
70
66
|
*
|
|
71
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
73
|
-
* operations.</p>
|
|
68
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
74
69
|
*
|
|
75
70
|
* @throws {@link ValidationException} (client fault)
|
|
76
71
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -69,15 +69,13 @@ declare const DescribeApplicationCommand_base: {
|
|
|
69
69
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link InternalServerException} (server fault)
|
|
72
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
73
|
-
* with an internal server.</p>
|
|
72
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
74
73
|
*
|
|
75
74
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
75
|
* <p>Indicates that a requested resource is not found.</p>
|
|
77
76
|
*
|
|
78
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
80
|
-
* operations.</p>
|
|
78
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
81
79
|
*
|
|
82
80
|
* @throws {@link ValidationException} (client fault)
|
|
83
81
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,8 +27,7 @@ declare const DescribeApplicationProviderCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves details about a provider that can be used to connect an Amazon Web Services managed
|
|
31
|
-
* application or customer managed application to IAM Identity Center.</p>
|
|
30
|
+
* <p>Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -70,15 +69,13 @@ declare const DescribeApplicationProviderCommand_base: {
|
|
|
70
69
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link InternalServerException} (server fault)
|
|
73
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
74
|
-
* with an internal server.</p>
|
|
72
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
75
73
|
*
|
|
76
74
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
75
|
* <p>Indicates that a requested resource is not found.</p>
|
|
78
76
|
*
|
|
79
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
81
|
-
* operations.</p>
|
|
78
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
82
79
|
*
|
|
83
80
|
* @throws {@link ValidationException} (client fault)
|
|
84
81
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,10 +27,7 @@ declare const DescribeInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns the list of IAM Identity Center identity store attributes that have been configured to work
|
|
31
|
-
* with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will
|
|
32
|
-
* not return attributes configured and sent by an external identity provider.
|
|
33
|
-
* For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p>
|
|
30
|
+
* <p>Returns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -71,15 +68,13 @@ declare const DescribeInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
71
68
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
72
69
|
*
|
|
73
70
|
* @throws {@link InternalServerException} (server fault)
|
|
74
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
75
|
-
* with an internal server.</p>
|
|
71
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
76
72
|
*
|
|
77
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
74
|
* <p>Indicates that a requested resource is not found.</p>
|
|
79
75
|
*
|
|
80
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
82
|
-
* operations.</p>
|
|
77
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
83
78
|
*
|
|
84
79
|
* @throws {@link ValidationException} (client fault)
|
|
85
80
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,28 +27,7 @@ declare const DescribeInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns the details of an instance of IAM Identity Center. The status can be one of the
|
|
31
|
-
* following:</p>
|
|
32
|
-
* <ul>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <code>CREATE_IN_PROGRESS</code> - The instance is in the process of being
|
|
36
|
-
* created. When the instance is ready for use, DescribeInstance returns the status
|
|
37
|
-
* of <code>ACTIVE</code>. While the instance is in the
|
|
38
|
-
* <code>CREATE_IN_PROGRESS</code> state, you can call only DescribeInstance
|
|
39
|
-
* and DeleteInstance operations.</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* <li>
|
|
42
|
-
* <p>
|
|
43
|
-
* <code>DELETE_IN_PROGRESS</code> - The instance is being deleted. Returns
|
|
44
|
-
* <code>AccessDeniedException</code> after the delete operation completes.
|
|
45
|
-
* </p>
|
|
46
|
-
* </li>
|
|
47
|
-
* <li>
|
|
48
|
-
* <p>
|
|
49
|
-
* <code>ACTIVE</code> - The instance is active.</p>
|
|
50
|
-
* </li>
|
|
51
|
-
* </ul>
|
|
30
|
+
* <p>Returns the details of an instance of IAM Identity Center. The status can be one of the following:</p> <ul> <li> <p> <code>CREATE_IN_PROGRESS</code> - The instance is in the process of being created. When the instance is ready for use, DescribeInstance returns the status of <code>ACTIVE</code>. While the instance is in the <code>CREATE_IN_PROGRESS</code> state, you can call only DescribeInstance and DeleteInstance operations.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> - The instance is being deleted. Returns <code>AccessDeniedException</code> after the delete operation completes. </p> </li> <li> <p> <code>ACTIVE</code> - The instance is active.</p> </li> </ul>
|
|
52
31
|
* @example
|
|
53
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
54
33
|
* ```javascript
|
|
@@ -81,12 +60,10 @@ declare const DescribeInstanceCommand_base: {
|
|
|
81
60
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
82
61
|
*
|
|
83
62
|
* @throws {@link InternalServerException} (server fault)
|
|
84
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
85
|
-
* with an internal server.</p>
|
|
63
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
86
64
|
*
|
|
87
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
89
|
-
* operations.</p>
|
|
66
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
90
67
|
*
|
|
91
68
|
* @throws {@link ValidationException} (client fault)
|
|
92
69
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -63,15 +63,13 @@ declare const DescribePermissionSetCommand_base: {
|
|
|
63
63
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
67
|
-
* with an internal server.</p>
|
|
66
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
69
|
* <p>Indicates that a requested resource is not found.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
74
|
-
* operations.</p>
|
|
72
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
75
73
|
*
|
|
76
74
|
* @throws {@link ValidationException} (client fault)
|
|
77
75
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -63,15 +63,13 @@ declare const DescribePermissionSetProvisioningStatusCommand_base: {
|
|
|
63
63
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
67
|
-
* with an internal server.</p>
|
|
66
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
69
|
* <p>Indicates that a requested resource is not found.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
74
|
-
* operations.</p>
|
|
72
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
75
73
|
*
|
|
76
74
|
* @throws {@link ValidationException} (client fault)
|
|
77
75
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,9 +27,7 @@ declare const DescribeTrustedTokenIssuerCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details
|
|
31
|
-
* include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and
|
|
32
|
-
* the destination attribute for a trusted token issuer configuration. </p>
|
|
30
|
+
* <p>Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and the destination attribute for a trusted token issuer configuration. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -67,15 +65,13 @@ declare const DescribeTrustedTokenIssuerCommand_base: {
|
|
|
67
65
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
71
|
-
* with an internal server.</p>
|
|
68
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
72
69
|
*
|
|
73
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
71
|
* <p>Indicates that a requested resource is not found.</p>
|
|
75
72
|
*
|
|
76
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
78
|
-
* operations.</p>
|
|
74
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
79
75
|
*
|
|
80
76
|
* @throws {@link ValidationException} (client fault)
|
|
81
77
|
* <p>The request failed because it contains a syntax error.</p>
|
package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts
CHANGED
|
@@ -58,21 +58,16 @@ declare const DetachCustomerManagedPolicyReferenceFromPermissionSetCommand_base:
|
|
|
58
58
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
62
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
63
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
64
|
-
* this exception.</p>
|
|
61
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
65
62
|
*
|
|
66
63
|
* @throws {@link InternalServerException} (server fault)
|
|
67
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
68
|
-
* with an internal server.</p>
|
|
64
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
69
65
|
*
|
|
70
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
67
|
* <p>Indicates that a requested resource is not found.</p>
|
|
72
68
|
*
|
|
73
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
75
|
-
* operations.</p>
|
|
70
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
76
71
|
*
|
|
77
72
|
* @throws {@link ValidationException} (client fault)
|
|
78
73
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,8 +27,7 @@ declare const DetachManagedPolicyFromPermissionSetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Detaches the attached Amazon Web Services managed policy ARN from the specified permission
|
|
31
|
-
* set.</p>
|
|
30
|
+
* <p>Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -56,21 +55,16 @@ declare const DetachManagedPolicyFromPermissionSetCommand_base: {
|
|
|
56
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
57
56
|
*
|
|
58
57
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
60
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
61
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
62
|
-
* this exception.</p>
|
|
58
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
63
59
|
*
|
|
64
60
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
66
|
-
* with an internal server.</p>
|
|
61
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
67
62
|
*
|
|
68
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
64
|
* <p>Indicates that a requested resource is not found.</p>
|
|
70
65
|
*
|
|
71
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
73
|
-
* operations.</p>
|
|
67
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
74
68
|
*
|
|
75
69
|
* @throws {@link ValidationException} (client fault)
|
|
76
70
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -59,15 +59,13 @@ declare const GetApplicationAccessScopeCommand_base: {
|
|
|
59
59
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InternalServerException} (server fault)
|
|
62
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
63
|
-
* with an internal server.</p>
|
|
62
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
64
63
|
*
|
|
65
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
65
|
* <p>Indicates that a requested resource is not found.</p>
|
|
67
66
|
*
|
|
68
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
70
|
-
* operations.</p>
|
|
68
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
71
69
|
*
|
|
72
70
|
* @throws {@link ValidationException} (client fault)
|
|
73
71
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -55,15 +55,13 @@ declare const GetApplicationAssignmentConfigurationCommand_base: {
|
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerException} (server fault)
|
|
58
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
59
|
-
* with an internal server.</p>
|
|
58
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
61
|
* <p>Indicates that a requested resource is not found.</p>
|
|
63
62
|
*
|
|
64
63
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
66
|
-
* operations.</p>
|
|
64
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
67
65
|
*
|
|
68
66
|
* @throws {@link ValidationException} (client fault)
|
|
69
67
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -60,15 +60,13 @@ declare const GetApplicationAuthenticationMethodCommand_base: {
|
|
|
60
60
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
64
|
-
* with an internal server.</p>
|
|
63
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
66
|
* <p>Indicates that a requested resource is not found.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
71
|
-
* operations.</p>
|
|
69
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
72
70
|
*
|
|
73
71
|
* @throws {@link ValidationException} (client fault)
|
|
74
72
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -74,15 +74,13 @@ declare const GetApplicationGrantCommand_base: {
|
|
|
74
74
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link InternalServerException} (server fault)
|
|
77
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
78
|
-
* with an internal server.</p>
|
|
77
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
79
78
|
*
|
|
80
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
80
|
* <p>Indicates that a requested resource is not found.</p>
|
|
82
81
|
*
|
|
83
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
84
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
85
|
-
* operations.</p>
|
|
83
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
86
84
|
*
|
|
87
85
|
* @throws {@link ValidationException} (client fault)
|
|
88
86
|
* <p>The request failed because it contains a syntax error.</p>
|