@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.
Files changed (97) hide show
  1. package/README.md +17 -32
  2. package/dist-cjs/index.js +80 -0
  3. package/dist-es/SSOAdmin.js +4 -0
  4. package/dist-es/commands/GetApplicationSessionConfigurationCommand.js +22 -0
  5. package/dist-es/commands/PutApplicationSessionConfigurationCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +4 -0
  8. package/dist-es/protocols/Aws_json1_1.js +38 -0
  9. package/dist-types/SSOAdmin.d.ts +15 -32
  10. package/dist-types/SSOAdminClient.d.ts +5 -34
  11. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +4 -10
  12. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +5 -19
  13. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +5 -32
  14. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +4 -10
  15. package/dist-types/commands/CreateApplicationCommand.d.ts +5 -21
  16. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -16
  17. package/dist-types/commands/CreateInstanceCommand.d.ts +5 -22
  18. package/dist-types/commands/CreatePermissionSetCommand.d.ts +5 -16
  19. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +5 -16
  20. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +4 -15
  21. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +3 -8
  22. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +4 -10
  23. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +3 -8
  24. package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -10
  25. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +3 -8
  26. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +3 -8
  27. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -12
  28. package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -11
  29. package/dist-types/commands/DeletePermissionSetCommand.d.ts +3 -8
  30. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +3 -8
  31. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +4 -13
  32. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +2 -4
  33. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +2 -4
  34. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -4
  36. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -6
  37. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeInstanceCommand.d.ts +3 -26
  39. package/dist-types/commands/DescribePermissionSetCommand.d.ts +2 -4
  40. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +2 -4
  41. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +3 -7
  42. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +3 -8
  43. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +4 -10
  44. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +2 -4
  45. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +2 -4
  46. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +2 -4
  47. package/dist-types/commands/GetApplicationGrantCommand.d.ts +2 -4
  48. package/dist-types/commands/GetApplicationSessionConfigurationCommand.d.ts +87 -0
  49. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +2 -4
  50. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +2 -4
  51. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +3 -6
  52. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +3 -6
  53. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +3 -6
  54. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -7
  55. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +2 -4
  56. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +2 -4
  57. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +2 -4
  58. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +3 -9
  59. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +2 -4
  60. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +2 -4
  61. package/dist-types/commands/ListApplicationProvidersCommand.d.ts +2 -4
  62. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -9
  63. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +2 -4
  64. package/dist-types/commands/ListInstancesCommand.d.ts +3 -6
  65. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +2 -4
  66. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +3 -6
  67. package/dist-types/commands/ListPermissionSetsCommand.d.ts +2 -4
  68. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +3 -6
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
  70. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +2 -4
  71. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +4 -10
  72. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +4 -10
  73. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +4 -13
  74. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +3 -8
  75. package/dist-types/commands/PutApplicationGrantCommand.d.ts +4 -86
  76. package/dist-types/commands/PutApplicationSessionConfigurationCommand.d.ts +89 -0
  77. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +5 -19
  78. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +3 -8
  79. package/dist-types/commands/TagResourceCommand.d.ts +4 -10
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -14
  83. package/dist-types/commands/UpdateInstanceCommand.d.ts +4 -10
  84. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +4 -14
  86. package/dist-types/commands/index.d.ts +2 -0
  87. package/dist-types/index.d.ts +1 -32
  88. package/dist-types/models/models_0.d.ts +231 -579
  89. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  90. package/dist-types/ts3.4/SSOAdmin.d.ts +46 -0
  91. package/dist-types/ts3.4/SSOAdminClient.d.ts +12 -0
  92. package/dist-types/ts3.4/commands/GetApplicationSessionConfigurationCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/PutApplicationSessionConfigurationCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +21 -0
  96. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  97. package/package.json +5 -5
@@ -0,0 +1,87 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetApplicationSessionConfigurationRequest, GetApplicationSessionConfigurationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetApplicationSessionConfigurationCommand}.
14
+ */
15
+ export interface GetApplicationSessionConfigurationCommandInput extends GetApplicationSessionConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetApplicationSessionConfigurationCommand}.
21
+ */
22
+ export interface GetApplicationSessionConfigurationCommandOutput extends GetApplicationSessionConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const GetApplicationSessionConfigurationCommand_base: {
25
+ new (input: GetApplicationSessionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationSessionConfigurationCommandInput, GetApplicationSessionConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetApplicationSessionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationSessionConfigurationCommandInput, GetApplicationSessionConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the session configuration for an application in IAM Identity Center.</p> <p>The session configuration determines how users can access an application. This includes whether user background sessions are enabled. User background sessions allow users to start a job on a supported Amazon Web Services managed application without having to remain signed in to an active session while the job runs.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SSOAdminClient, GetApplicationSessionConfigurationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
35
+ * // const { SSOAdminClient, GetApplicationSessionConfigurationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
36
+ * const client = new SSOAdminClient(config);
37
+ * const input = { // GetApplicationSessionConfigurationRequest
38
+ * ApplicationArn: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new GetApplicationSessionConfigurationCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // GetApplicationSessionConfigurationResponse
43
+ * // UserBackgroundSessionApplicationStatus: "ENABLED" || "DISABLED",
44
+ * // };
45
+ *
46
+ * ```
47
+ *
48
+ * @param GetApplicationSessionConfigurationCommandInput - {@link GetApplicationSessionConfigurationCommandInput}
49
+ * @returns {@link GetApplicationSessionConfigurationCommandOutput}
50
+ * @see {@link GetApplicationSessionConfigurationCommandInput} for command's `input` shape.
51
+ * @see {@link GetApplicationSessionConfigurationCommandOutput} for command's `response` shape.
52
+ * @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>You do not have sufficient access to perform this action.</p>
56
+ *
57
+ * @throws {@link InternalServerException} (server fault)
58
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>Indicates that a requested resource is not found.</p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>The request failed because it contains a syntax error.</p>
68
+ *
69
+ * @throws {@link SSOAdminServiceException}
70
+ * <p>Base exception class for all service exceptions from SSOAdmin service.</p>
71
+ *
72
+ *
73
+ * @public
74
+ */
75
+ export declare class GetApplicationSessionConfigurationCommand extends GetApplicationSessionConfigurationCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetApplicationSessionConfigurationRequest;
80
+ output: GetApplicationSessionConfigurationResponse;
81
+ };
82
+ sdk: {
83
+ input: GetApplicationSessionConfigurationCommandInput;
84
+ output: GetApplicationSessionConfigurationCommandOutput;
85
+ };
86
+ };
87
+ }
@@ -56,15 +56,13 @@ declare const GetInlinePolicyForPermissionSetCommand_base: {
56
56
  * <p>You do not have sufficient access to perform this action.</p>
57
57
  *
58
58
  * @throws {@link InternalServerException} (server fault)
59
- * <p>The request processing has failed because of an unknown error, exception, or failure
60
- * 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>
61
60
  *
62
61
  * @throws {@link ResourceNotFoundException} (client fault)
63
62
  * <p>Indicates that a requested resource is not found.</p>
64
63
  *
65
64
  * @throws {@link ThrottlingException} (client fault)
66
- * <p>Indicates that the principal has crossed the throttling limits of the API
67
- * operations.</p>
65
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
68
66
  *
69
67
  * @throws {@link ValidationException} (client fault)
70
68
  * <p>The request failed because it contains a syntax error.</p>
@@ -62,15 +62,13 @@ declare const GetPermissionsBoundaryForPermissionSetCommand_base: {
62
62
  * <p>You do not have sufficient access to perform this action.</p>
63
63
  *
64
64
  * @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>
65
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
67
66
  *
68
67
  * @throws {@link ResourceNotFoundException} (client fault)
69
68
  * <p>Indicates that a requested resource is not found.</p>
70
69
  *
71
70
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>Indicates that the principal has crossed the throttling limits of the API
73
- * operations.</p>
71
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
74
72
  *
75
73
  * @throws {@link ValidationException} (client fault)
76
74
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,8 +27,7 @@ declare const ListAccountAssignmentCreationStatusCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified
31
- * IAM Identity Center instance.</p>
30
+ * <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -68,15 +67,13 @@ declare const ListAccountAssignmentCreationStatusCommand_base: {
68
67
  * <p>You do not have sufficient access to perform this action.</p>
69
68
  *
70
69
  * @throws {@link InternalServerException} (server fault)
71
- * <p>The request processing has failed because of an unknown error, exception, or failure
72
- * with an internal server.</p>
70
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
73
71
  *
74
72
  * @throws {@link ResourceNotFoundException} (client fault)
75
73
  * <p>Indicates that a requested resource is not found.</p>
76
74
  *
77
75
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>Indicates that the principal has crossed the throttling limits of the API
79
- * operations.</p>
76
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
80
77
  *
81
78
  * @throws {@link ValidationException} (client fault)
82
79
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,8 +27,7 @@ declare const ListAccountAssignmentDeletionStatusCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified
31
- * IAM Identity Center instance.</p>
30
+ * <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -68,15 +67,13 @@ declare const ListAccountAssignmentDeletionStatusCommand_base: {
68
67
  * <p>You do not have sufficient access to perform this action.</p>
69
68
  *
70
69
  * @throws {@link InternalServerException} (server fault)
71
- * <p>The request processing has failed because of an unknown error, exception, or failure
72
- * with an internal server.</p>
70
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
73
71
  *
74
72
  * @throws {@link ResourceNotFoundException} (client fault)
75
73
  * <p>Indicates that a requested resource is not found.</p>
76
74
  *
77
75
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>Indicates that the principal has crossed the throttling limits of the API
79
- * operations.</p>
76
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
80
77
  *
81
78
  * @throws {@link ValidationException} (client fault)
82
79
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,8 +27,7 @@ declare const ListAccountAssignmentsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the assignee of the specified Amazon Web Services account with the specified permission
31
- * set.</p>
30
+ * <p>Lists the assignee of the specified Amazon Web Services account with 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
@@ -68,15 +67,13 @@ declare const ListAccountAssignmentsCommand_base: {
68
67
  * <p>You do not have sufficient access to perform this action.</p>
69
68
  *
70
69
  * @throws {@link InternalServerException} (server fault)
71
- * <p>The request processing has failed because of an unknown error, exception, or failure
72
- * with an internal server.</p>
70
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
73
71
  *
74
72
  * @throws {@link ResourceNotFoundException} (client fault)
75
73
  * <p>Indicates that a requested resource is not found.</p>
76
74
  *
77
75
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>Indicates that the principal has crossed the throttling limits of the API
79
- * operations.</p>
76
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
80
77
  *
81
78
  * @throws {@link ValidationException} (client fault)
82
79
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,9 +27,7 @@ declare const ListAccountAssignmentsForPrincipalCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access
31
- * to. This action must be called from the management account containing your organization
32
- * instance of IAM Identity Center. This action is not valid for account instances of IAM Identity Center.</p>
30
+ * <p>Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to. This action must be called from the management account containing your organization instance of IAM Identity Center. This action is not valid for account instances of IAM Identity Center.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -72,15 +70,13 @@ declare const ListAccountAssignmentsForPrincipalCommand_base: {
72
70
  * <p>You do not have sufficient access to perform this action.</p>
73
71
  *
74
72
  * @throws {@link InternalServerException} (server fault)
75
- * <p>The request processing has failed because of an unknown error, exception, or failure
76
- * with an internal server.</p>
73
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
77
74
  *
78
75
  * @throws {@link ResourceNotFoundException} (client fault)
79
76
  * <p>Indicates that a requested resource is not found.</p>
80
77
  *
81
78
  * @throws {@link ThrottlingException} (client fault)
82
- * <p>Indicates that the principal has crossed the throttling limits of the API
83
- * operations.</p>
79
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
84
80
  *
85
81
  * @throws {@link ValidationException} (client fault)
86
82
  * <p>The request failed because it contains a syntax error.</p>
@@ -62,15 +62,13 @@ declare const ListAccountsForProvisionedPermissionSetCommand_base: {
62
62
  * <p>You do not have sufficient access to perform this action.</p>
63
63
  *
64
64
  * @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>
65
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
67
66
  *
68
67
  * @throws {@link ResourceNotFoundException} (client fault)
69
68
  * <p>Indicates that a requested resource is not found.</p>
70
69
  *
71
70
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>Indicates that the principal has crossed the throttling limits of the API
73
- * operations.</p>
71
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
74
72
  *
75
73
  * @throws {@link ValidationException} (client fault)
76
74
  * <p>The request failed because it contains a syntax error.</p>
@@ -65,15 +65,13 @@ declare const ListApplicationAccessScopesCommand_base: {
65
65
  * <p>You do not have sufficient access to perform this action.</p>
66
66
  *
67
67
  * @throws {@link InternalServerException} (server fault)
68
- * <p>The request processing has failed because of an unknown error, exception, or failure
69
- * 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>
70
69
  *
71
70
  * @throws {@link ResourceNotFoundException} (client fault)
72
71
  * <p>Indicates that a requested resource is not found.</p>
73
72
  *
74
73
  * @throws {@link ThrottlingException} (client fault)
75
- * <p>Indicates that the principal has crossed the throttling limits of the API
76
- * operations.</p>
74
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
77
75
  *
78
76
  * @throws {@link ValidationException} (client fault)
79
77
  * <p>The request failed because it contains a syntax error.</p>
@@ -64,15 +64,13 @@ declare const ListApplicationAssignmentsCommand_base: {
64
64
  * <p>You do not have sufficient access to perform this action.</p>
65
65
  *
66
66
  * @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>
67
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
69
68
  *
70
69
  * @throws {@link ResourceNotFoundException} (client fault)
71
70
  * <p>Indicates that a requested resource is not found.</p>
72
71
  *
73
72
  * @throws {@link ThrottlingException} (client fault)
74
- * <p>Indicates that the principal has crossed the throttling limits of the API
75
- * operations.</p>
73
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
76
74
  *
77
75
  * @throws {@link ValidationException} (client fault)
78
76
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,11 +27,7 @@ declare const ListApplicationAssignmentsForPrincipalCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the applications to which a specified principal is assigned. You must provide a
31
- * filter when calling this action from a member account against your organization instance
32
- * of IAM Identity Center. A filter is not required when called from the management account against an
33
- * organization instance of IAM Identity Center, or from a member account against an account instance of
34
- * IAM Identity Center in the same account.</p>
30
+ * <p>Lists the applications to which a specified principal is assigned. You must provide a filter when calling this action from a member account against your organization instance of IAM Identity Center. A filter is not required when called from the management account against an organization instance of IAM Identity Center, or from a member account against an account instance of IAM Identity Center in the same account.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -73,15 +69,13 @@ declare const ListApplicationAssignmentsForPrincipalCommand_base: {
73
69
  * <p>You do not have sufficient access to perform this action.</p>
74
70
  *
75
71
  * @throws {@link InternalServerException} (server fault)
76
- * <p>The request processing has failed because of an unknown error, exception, or failure
77
- * 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>
78
73
  *
79
74
  * @throws {@link ResourceNotFoundException} (client fault)
80
75
  * <p>Indicates that a requested resource is not found.</p>
81
76
  *
82
77
  * @throws {@link ThrottlingException} (client fault)
83
- * <p>Indicates that the principal has crossed the throttling limits of the API
84
- * operations.</p>
78
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
85
79
  *
86
80
  * @throws {@link ValidationException} (client fault)
87
81
  * <p>The request failed because it contains a syntax error.</p>
@@ -66,15 +66,13 @@ declare const ListApplicationAuthenticationMethodsCommand_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>
@@ -80,15 +80,13 @@ declare const ListApplicationGrantsCommand_base: {
80
80
  * <p>You do not have sufficient access to perform this action.</p>
81
81
  *
82
82
  * @throws {@link InternalServerException} (server fault)
83
- * <p>The request processing has failed because of an unknown error, exception, or failure
84
- * with an internal server.</p>
83
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
85
84
  *
86
85
  * @throws {@link ResourceNotFoundException} (client fault)
87
86
  * <p>Indicates that a requested resource is not found.</p>
88
87
  *
89
88
  * @throws {@link ThrottlingException} (client fault)
90
- * <p>Indicates that the principal has crossed the throttling limits of the API
91
- * operations.</p>
89
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
92
90
  *
93
91
  * @throws {@link ValidationException} (client fault)
94
92
  * <p>The request failed because it contains a syntax error.</p>
@@ -75,12 +75,10 @@ declare const ListApplicationProvidersCommand_base: {
75
75
  * <p>You do not have sufficient access to perform this action.</p>
76
76
  *
77
77
  * @throws {@link InternalServerException} (server fault)
78
- * <p>The request processing has failed because of an unknown error, exception, or failure
79
- * 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>
80
79
  *
81
80
  * @throws {@link ThrottlingException} (client fault)
82
- * <p>Indicates that the principal has crossed the throttling limits of the API
83
- * operations.</p>
81
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
84
82
  *
85
83
  * @throws {@link ValidationException} (client fault)
86
84
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,11 +27,7 @@ declare const ListApplicationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all applications associated with the instance of IAM Identity Center. When listing
31
- * applications for an organization instance in the management account, member accounts
32
- * must use the <code>applicationAccount</code> parameter to filter the list to only
33
- * applications created from that account. When listing applications for an account
34
- * instance in the same member account, a filter is not required.</p>
30
+ * <p>Lists all applications associated with the instance of IAM Identity Center. When listing applications for an organization instance in the management account, member accounts must use the <code>applicationAccount</code> parameter to filter the list to only applications created from that account. When listing applications for an account instance in the same member account, a filter is not required.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -84,12 +80,10 @@ declare const ListApplicationsCommand_base: {
84
80
  * <p>You do not have sufficient access to perform this action.</p>
85
81
  *
86
82
  * @throws {@link InternalServerException} (server fault)
87
- * <p>The request processing has failed because of an unknown error, exception, or failure
88
- * with an internal server.</p>
83
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
89
84
  *
90
85
  * @throws {@link ThrottlingException} (client fault)
91
- * <p>Indicates that the principal has crossed the throttling limits of the API
92
- * operations.</p>
86
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
93
87
  *
94
88
  * @throws {@link ValidationException} (client fault)
95
89
  * <p>The request failed because it contains a syntax error.</p>
@@ -64,15 +64,13 @@ declare const ListCustomerManagedPolicyReferencesInPermissionSetCommand_base: {
64
64
  * <p>You do not have sufficient access to perform this action.</p>
65
65
  *
66
66
  * @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>
67
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
69
68
  *
70
69
  * @throws {@link ResourceNotFoundException} (client fault)
71
70
  * <p>Indicates that a requested resource is not found.</p>
72
71
  *
73
72
  * @throws {@link ThrottlingException} (client fault)
74
- * <p>Indicates that the principal has crossed the throttling limits of the API
75
- * operations.</p>
73
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
76
74
  *
77
75
  * @throws {@link ValidationException} (client fault)
78
76
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,8 +27,7 @@ declare const ListInstancesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the details of the organization and account instances of IAM Identity Center that
31
- * were created in or visible to the account calling this API. </p>
30
+ * <p>Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API. </p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -67,12 +66,10 @@ declare const ListInstancesCommand_base: {
67
66
  * <p>You do not have sufficient access to perform this action.</p>
68
67
  *
69
68
  * @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>
69
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
72
70
  *
73
71
  * @throws {@link ThrottlingException} (client fault)
74
- * <p>Indicates that the principal has crossed the throttling limits of the API
75
- * operations.</p>
72
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
76
73
  *
77
74
  * @throws {@link ValidationException} (client fault)
78
75
  * <p>The request failed because it contains a syntax error.</p>
@@ -64,15 +64,13 @@ declare const ListManagedPoliciesInPermissionSetCommand_base: {
64
64
  * <p>You do not have sufficient access to perform this action.</p>
65
65
  *
66
66
  * @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>
67
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
69
68
  *
70
69
  * @throws {@link ResourceNotFoundException} (client fault)
71
70
  * <p>Indicates that a requested resource is not found.</p>
72
71
  *
73
72
  * @throws {@link ThrottlingException} (client fault)
74
- * <p>Indicates that the principal has crossed the throttling limits of the API
75
- * operations.</p>
73
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
76
74
  *
77
75
  * @throws {@link ValidationException} (client fault)
78
76
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,8 +27,7 @@ declare const ListPermissionSetProvisioningStatusCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the status of the permission set provisioning requests for a specified IAM Identity Center
31
- * instance.</p>
30
+ * <p>Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -68,15 +67,13 @@ declare const ListPermissionSetProvisioningStatusCommand_base: {
68
67
  * <p>You do not have sufficient access to perform this action.</p>
69
68
  *
70
69
  * @throws {@link InternalServerException} (server fault)
71
- * <p>The request processing has failed because of an unknown error, exception, or failure
72
- * with an internal server.</p>
70
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
73
71
  *
74
72
  * @throws {@link ResourceNotFoundException} (client fault)
75
73
  * <p>Indicates that a requested resource is not found.</p>
76
74
  *
77
75
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>Indicates that the principal has crossed the throttling limits of the API
79
- * operations.</p>
76
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
80
77
  *
81
78
  * @throws {@link ValidationException} (client fault)
82
79
  * <p>The request failed because it contains a syntax error.</p>
@@ -60,15 +60,13 @@ declare const ListPermissionSetsCommand_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>
@@ -27,8 +27,7 @@ declare const ListPermissionSetsProvisionedToAccountCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services
31
- * account.</p>
30
+ * <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services account.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -63,15 +62,13 @@ declare const ListPermissionSetsProvisionedToAccountCommand_base: {
63
62
  * <p>You do not have sufficient access to perform this action.</p>
64
63
  *
65
64
  * @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>
65
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
68
66
  *
69
67
  * @throws {@link ResourceNotFoundException} (client fault)
70
68
  * <p>Indicates that a requested resource is not found.</p>
71
69
  *
72
70
  * @throws {@link ThrottlingException} (client fault)
73
- * <p>Indicates that the principal has crossed the throttling limits of the API
74
- * operations.</p>
71
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
75
72
  *
76
73
  * @throws {@link ValidationException} (client fault)
77
74
  * <p>The request failed because it contains a syntax error.</p>
@@ -63,15 +63,13 @@ declare const ListTagsForResourceCommand_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>
@@ -64,12 +64,10 @@ declare const ListTrustedTokenIssuersCommand_base: {
64
64
  * <p>You do not have sufficient access to perform this action.</p>
65
65
  *
66
66
  * @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>
67
+ * <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
69
68
  *
70
69
  * @throws {@link ThrottlingException} (client fault)
71
- * <p>Indicates that the principal has crossed the throttling limits of the API
72
- * operations.</p>
70
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
73
71
  *
74
72
  * @throws {@link ValidationException} (client fault)
75
73
  * <p>The request failed because it contains a syntax error.</p>
@@ -27,8 +27,7 @@ declare const ProvisionPermissionSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>The process by which a specified permission set is provisioned to the specified
31
- * target.</p>
30
+ * <p>The process by which a specified permission set is provisioned to the specified target.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -66,21 +65,16 @@ declare const ProvisionPermissionSetCommand_base: {
66
65
  * <p>You do not have sufficient access to perform this action.</p>
67
66
  *
68
67
  * @throws {@link ConflictException} (client fault)
69
- * <p>Occurs when a conflict with a previous successful write is detected. This generally
70
- * occurs when the previous write did not have time to propagate to the host serving the
71
- * current request. A retry (with appropriate backoff logic) is the recommended response to
72
- * 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>
73
69
  *
74
70
  * @throws {@link InternalServerException} (server fault)
75
- * <p>The request processing has failed because of an unknown error, exception, or failure
76
- * 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>
77
72
  *
78
73
  * @throws {@link ResourceNotFoundException} (client fault)
79
74
  * <p>Indicates that a requested resource is not found.</p>
80
75
  *
81
76
  * @throws {@link ThrottlingException} (client fault)
82
- * <p>Indicates that the principal has crossed the throttling limits of the API
83
- * operations.</p>
77
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
84
78
  *
85
79
  * @throws {@link ValidationException} (client fault)
86
80
  * <p>The request failed because it contains a syntax error.</p>