@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
|
@@ -58,25 +58,19 @@ declare const AttachCustomerManagedPolicyReferenceToPermissionSetCommand_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 ServiceQuotaExceededException} (client fault)
|
|
74
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
75
|
-
* created.</p>
|
|
70
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
76
71
|
*
|
|
77
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
79
|
-
* operations.</p>
|
|
73
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
80
74
|
*
|
|
81
75
|
* @throws {@link ValidationException} (client fault)
|
|
82
76
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,15 +27,7 @@ declare const AttachManagedPolicyToPermissionSetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Attaches an Amazon Web Services managed policy ARN to a permission set.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>If the permission set is already referenced by one or more account assignments,
|
|
33
|
-
* you will need to call <code>
|
|
34
|
-
* <a>ProvisionPermissionSet</a>
|
|
35
|
-
* </code> after
|
|
36
|
-
* this operation. Calling <code>ProvisionPermissionSet</code> applies the
|
|
37
|
-
* corresponding IAM policy updates to all assigned accounts.</p>
|
|
38
|
-
* </note>
|
|
30
|
+
* <p>Attaches an Amazon Web Services managed policy ARN to a permission set.</p> <note> <p>If the permission set is already referenced by one or more account assignments, you will need to call <code> <a>ProvisionPermissionSet</a> </code> after this operation. Calling <code>ProvisionPermissionSet</code> applies the corresponding IAM policy updates to all assigned accounts.</p> </note>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -63,25 +55,19 @@ declare const AttachManagedPolicyToPermissionSetCommand_base: {
|
|
|
63
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
64
56
|
*
|
|
65
57
|
* @throws {@link ConflictException} (client fault)
|
|
66
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
67
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
68
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
69
|
-
* 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>
|
|
70
59
|
*
|
|
71
60
|
* @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>
|
|
61
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
74
62
|
*
|
|
75
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
64
|
* <p>Indicates that a requested resource is not found.</p>
|
|
77
65
|
*
|
|
78
66
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
79
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
80
|
-
* created.</p>
|
|
67
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
81
68
|
*
|
|
82
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
83
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
84
|
-
* operations.</p>
|
|
70
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
85
71
|
*
|
|
86
72
|
* @throws {@link ValidationException} (client fault)
|
|
87
73
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,28 +27,7 @@ declare const CreateAccountAssignmentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Assigns access to a principal for a specified Amazon Web Services account using a specified
|
|
31
|
-
* permission set.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>The term <i>principal</i> here refers to a user or group that is
|
|
34
|
-
* defined in IAM Identity Center.</p>
|
|
35
|
-
* </note>
|
|
36
|
-
* <note>
|
|
37
|
-
* <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
|
|
38
|
-
* permission set will automatically be provisioned to the account in the form of an
|
|
39
|
-
* IAM policy. That policy is attached to the IAM role created in IAM Identity Center. If the
|
|
40
|
-
* permission set is subsequently updated, the corresponding IAM policies attached to
|
|
41
|
-
* roles in your accounts will not be updated automatically. In this case, you must
|
|
42
|
-
* call <code>
|
|
43
|
-
* <a>ProvisionPermissionSet</a>
|
|
44
|
-
* </code> to make these
|
|
45
|
-
* updates.</p>
|
|
46
|
-
* </note>
|
|
47
|
-
* <note>
|
|
48
|
-
* <p> After a successful response, call
|
|
49
|
-
* <code>DescribeAccountAssignmentCreationStatus</code> to describe the status of
|
|
50
|
-
* an assignment creation request. </p>
|
|
51
|
-
* </note>
|
|
30
|
+
* <p>Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.</p> <note> <p>The term <i>principal</i> here refers to a user or group that is defined in IAM Identity Center.</p> </note> <note> <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in IAM Identity Center. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call <code> <a>ProvisionPermissionSet</a> </code> to make these updates.</p> </note> <note> <p> After a successful response, call <code>DescribeAccountAssignmentCreationStatus</code> to describe the status of an assignment creation request. </p> </note>
|
|
52
31
|
* @example
|
|
53
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
54
33
|
* ```javascript
|
|
@@ -91,25 +70,19 @@ declare const CreateAccountAssignmentCommand_base: {
|
|
|
91
70
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
92
71
|
*
|
|
93
72
|
* @throws {@link ConflictException} (client fault)
|
|
94
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
95
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
96
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
97
|
-
* this exception.</p>
|
|
73
|
+
* <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>
|
|
98
74
|
*
|
|
99
75
|
* @throws {@link InternalServerException} (server fault)
|
|
100
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
101
|
-
* with an internal server.</p>
|
|
76
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
102
77
|
*
|
|
103
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
104
79
|
* <p>Indicates that a requested resource is not found.</p>
|
|
105
80
|
*
|
|
106
81
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
107
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
108
|
-
* created.</p>
|
|
82
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
109
83
|
*
|
|
110
84
|
* @throws {@link ThrottlingException} (client fault)
|
|
111
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
112
|
-
* operations.</p>
|
|
85
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
113
86
|
*
|
|
114
87
|
* @throws {@link ValidationException} (client fault)
|
|
115
88
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -55,25 +55,19 @@ declare const CreateApplicationAssignmentCommand_base: {
|
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
56
|
*
|
|
57
57
|
* @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>
|
|
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>
|
|
62
59
|
*
|
|
63
60
|
* @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>
|
|
61
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
66
62
|
*
|
|
67
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
64
|
* <p>Indicates that a requested resource is not found.</p>
|
|
69
65
|
*
|
|
70
66
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
71
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
72
|
-
* created.</p>
|
|
67
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
73
68
|
*
|
|
74
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
76
|
-
* operations.</p>
|
|
70
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
77
71
|
*
|
|
78
72
|
* @throws {@link ValidationException} (client fault)
|
|
79
73
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,17 +27,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given
|
|
31
|
-
* application provider.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>This API does not support creating SAML 2.0 customer managed applications or Amazon Web Services
|
|
34
|
-
* managed applications. To learn how to create an Amazon Web Services managed application, see the
|
|
35
|
-
* application user guide. You can create a SAML 2.0 customer managed application in
|
|
36
|
-
* the Amazon Web Services Management Console only. See <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-setup.html">Setting
|
|
37
|
-
* up customer managed SAML 2.0 applications</a>. For more information on these
|
|
38
|
-
* application types, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/awsapps.html">Amazon Web Services managed
|
|
39
|
-
* applications</a>.</p>
|
|
40
|
-
* </note>
|
|
30
|
+
* <p>Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.</p> <note> <p>This API does not support creating SAML 2.0 customer managed applications or Amazon Web Services managed applications. To learn how to create an Amazon Web Services managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the Amazon Web Services Management Console only. See <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-setup.html">Setting up customer managed SAML 2.0 applications</a>. For more information on these application types, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/awsapps.html">Amazon Web Services managed applications</a>.</p> </note>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -83,25 +73,19 @@ declare const CreateApplicationCommand_base: {
|
|
|
83
73
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
84
74
|
*
|
|
85
75
|
* @throws {@link ConflictException} (client fault)
|
|
86
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
87
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
88
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
89
|
-
* this exception.</p>
|
|
76
|
+
* <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>
|
|
90
77
|
*
|
|
91
78
|
* @throws {@link InternalServerException} (server fault)
|
|
92
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
93
|
-
* with an internal server.</p>
|
|
79
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
94
80
|
*
|
|
95
81
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
82
|
* <p>Indicates that a requested resource is not found.</p>
|
|
97
83
|
*
|
|
98
84
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
99
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
100
|
-
* created.</p>
|
|
85
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
101
86
|
*
|
|
102
87
|
* @throws {@link ThrottlingException} (client fault)
|
|
103
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
104
|
-
* operations.</p>
|
|
88
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
105
89
|
*
|
|
106
90
|
* @throws {@link ValidationException} (client fault)
|
|
107
91
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,14 +27,7 @@ declare const CreateInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center
|
|
31
|
-
* instance. You can also specify new attributes to add to your ABAC configuration during
|
|
32
|
-
* the enabling process. 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>
|
|
33
|
-
* <note>
|
|
34
|
-
* <p>After a successful response, call
|
|
35
|
-
* <code>DescribeInstanceAccessControlAttributeConfiguration</code> to validate
|
|
36
|
-
* that <code>InstanceAccessControlAttributeConfiguration</code> was created.</p>
|
|
37
|
-
* </note>
|
|
30
|
+
* <p>Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. 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> <note> <p>After a successful response, call <code>DescribeInstanceAccessControlAttributeConfiguration</code> to validate that <code>InstanceAccessControlAttributeConfiguration</code> was created.</p> </note>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -72,21 +65,16 @@ declare const CreateInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
72
65
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
73
66
|
*
|
|
74
67
|
* @throws {@link ConflictException} (client fault)
|
|
75
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
76
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
77
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
78
|
-
* this exception.</p>
|
|
68
|
+
* <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>
|
|
79
69
|
*
|
|
80
70
|
* @throws {@link InternalServerException} (server fault)
|
|
81
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
82
|
-
* 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>
|
|
83
72
|
*
|
|
84
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
74
|
* <p>Indicates that a requested resource is not found.</p>
|
|
86
75
|
*
|
|
87
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
89
|
-
* operations.</p>
|
|
77
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
90
78
|
*
|
|
91
79
|
* @throws {@link ValidationException} (client fault)
|
|
92
80
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,18 +27,7 @@ declare const CreateInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not
|
|
31
|
-
* managed by Organizations or a member Amazon Web Services account in an organization. You can create only
|
|
32
|
-
* one instance per account and across all Amazon Web Services Regions.</p>
|
|
33
|
-
* <p>The CreateInstance request is rejected if the following apply: </p>
|
|
34
|
-
* <ul>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>The instance is created within the organization management account.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>An instance already exists in the same account.</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* </ul>
|
|
30
|
+
* <p>Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization. You can create only one instance per account and across all Amazon Web Services Regions.</p> <p>The CreateInstance request is rejected if the following apply: </p> <ul> <li> <p>The instance is created within the organization management account.</p> </li> <li> <p>An instance already exists in the same account.</p> </li> </ul>
|
|
42
31
|
* @example
|
|
43
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
33
|
* ```javascript
|
|
@@ -73,22 +62,16 @@ declare const CreateInstanceCommand_base: {
|
|
|
73
62
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
74
63
|
*
|
|
75
64
|
* @throws {@link ConflictException} (client fault)
|
|
76
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
77
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
78
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
79
|
-
* this exception.</p>
|
|
65
|
+
* <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>
|
|
80
66
|
*
|
|
81
67
|
* @throws {@link InternalServerException} (server fault)
|
|
82
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
83
|
-
* 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>
|
|
84
69
|
*
|
|
85
70
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
86
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
87
|
-
* created.</p>
|
|
71
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
88
72
|
*
|
|
89
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
91
|
-
* operations.</p>
|
|
74
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
92
75
|
*
|
|
93
76
|
* @throws {@link ValidationException} (client fault)
|
|
94
77
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,12 +27,7 @@ declare const CreatePermissionSetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a permission set within a specified IAM Identity Center instance.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>To grant users and groups access to Amazon Web Services account resources, use <code>
|
|
33
|
-
* <a>CreateAccountAssignment</a>
|
|
34
|
-
* </code>.</p>
|
|
35
|
-
* </note>
|
|
30
|
+
* <p>Creates a permission set within a specified IAM Identity Center instance.</p> <note> <p>To grant users and groups access to Amazon Web Services account resources, use <code> <a>CreateAccountAssignment</a> </code>.</p> </note>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -77,25 +72,19 @@ declare const CreatePermissionSetCommand_base: {
|
|
|
77
72
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
78
73
|
*
|
|
79
74
|
* @throws {@link ConflictException} (client fault)
|
|
80
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
81
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
82
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
83
|
-
* this exception.</p>
|
|
75
|
+
* <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>
|
|
84
76
|
*
|
|
85
77
|
* @throws {@link InternalServerException} (server fault)
|
|
86
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
87
|
-
* with an internal server.</p>
|
|
78
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
88
79
|
*
|
|
89
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
81
|
* <p>Indicates that a requested resource is not found.</p>
|
|
91
82
|
*
|
|
92
83
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
93
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
94
|
-
* created.</p>
|
|
84
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
95
85
|
*
|
|
96
86
|
* @throws {@link ThrottlingException} (client fault)
|
|
97
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
98
|
-
* operations.</p>
|
|
87
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
99
88
|
*
|
|
100
89
|
* @throws {@link ValidationException} (client fault)
|
|
101
90
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,12 +27,7 @@ declare const CreateTrustedTokenIssuerCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted
|
|
31
|
-
* identity propagation to be used with applications that authenticate outside of
|
|
32
|
-
* Amazon Web Services.</p>
|
|
33
|
-
* <p>This trusted token issuer describes an external identity provider (IdP) that can generate claims or
|
|
34
|
-
* assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center
|
|
35
|
-
* can use these tokens for authentication. </p>
|
|
30
|
+
* <p>Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.</p> <p>This trusted token issuer describes an external identity provider (IdP) that can generate claims or assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center can use these tokens for authentication. </p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -77,22 +72,16 @@ declare const CreateTrustedTokenIssuerCommand_base: {
|
|
|
77
72
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
78
73
|
*
|
|
79
74
|
* @throws {@link ConflictException} (client fault)
|
|
80
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
81
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
82
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
83
|
-
* this exception.</p>
|
|
75
|
+
* <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>
|
|
84
76
|
*
|
|
85
77
|
* @throws {@link InternalServerException} (server fault)
|
|
86
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
87
|
-
* with an internal server.</p>
|
|
78
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
88
79
|
*
|
|
89
80
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
90
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
91
|
-
* created.</p>
|
|
81
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
92
82
|
*
|
|
93
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
94
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
95
|
-
* operations.</p>
|
|
84
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
96
85
|
*
|
|
97
86
|
* @throws {@link ValidationException} (client fault)
|
|
98
87
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -27,13 +27,7 @@ declare const DeleteAccountAssignmentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a principal's access from a specified Amazon Web Services account using a specified
|
|
31
|
-
* permission set.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>After a successful response, call
|
|
34
|
-
* <code>DescribeAccountAssignmentDeletionStatus</code> to describe the status of
|
|
35
|
-
* an assignment deletion request.</p>
|
|
36
|
-
* </note>
|
|
30
|
+
* <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.</p> <note> <p>After a successful response, call <code>DescribeAccountAssignmentDeletionStatus</code> to describe the status of an assignment deletion request.</p> </note>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -76,21 +70,16 @@ declare const DeleteAccountAssignmentCommand_base: {
|
|
|
76
70
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
77
71
|
*
|
|
78
72
|
* @throws {@link ConflictException} (client fault)
|
|
79
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
80
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
81
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
82
|
-
* this exception.</p>
|
|
73
|
+
* <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>
|
|
83
74
|
*
|
|
84
75
|
* @throws {@link InternalServerException} (server fault)
|
|
85
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
86
|
-
* with an internal server.</p>
|
|
76
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
87
77
|
*
|
|
88
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
89
79
|
* <p>Indicates that a requested resource is not found.</p>
|
|
90
80
|
*
|
|
91
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
92
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
93
|
-
* operations.</p>
|
|
82
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
94
83
|
*
|
|
95
84
|
* @throws {@link ValidationException} (client fault)
|
|
96
85
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -54,21 +54,16 @@ declare const DeleteApplicationAccessScopeCommand_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,8 +27,7 @@ declare const DeleteApplicationAssignmentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Revoke application access to an application by deleting application assignments for a
|
|
31
|
-
* user or group.</p>
|
|
30
|
+
* <p>Revoke application access to an application by deleting application assignments for a user or group.</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 DeleteApplicationAssignmentCommand_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>
|
|
@@ -54,21 +54,16 @@ declare const DeleteApplicationAuthenticationMethodCommand_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,8 +27,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the association with the application. The connected service resource still
|
|
31
|
-
* exists.</p>
|
|
30
|
+
* <p>Deletes the association with the application. The connected service resource still exists.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -54,21 +53,16 @@ declare const DeleteApplicationCommand_base: {
|
|
|
54
53
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
54
|
*
|
|
56
55
|
* @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>
|
|
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>
|
|
61
57
|
*
|
|
62
58
|
* @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>
|
|
59
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
65
60
|
*
|
|
66
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
62
|
* <p>Indicates that a requested resource is not found.</p>
|
|
68
63
|
*
|
|
69
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
71
|
-
* operations.</p>
|
|
65
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
72
66
|
*
|
|
73
67
|
* @throws {@link ValidationException} (client fault)
|
|
74
68
|
* <p>The request failed because it contains a syntax error.</p>
|
|
@@ -54,21 +54,16 @@ declare const DeleteApplicationGrantCommand_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 DeleteInlinePolicyFromPermissionSetCommand_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>
|