@aws-sdk/client-sso-admin 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +765 -190
- package/dist-types/ts3.4/SSOAdminClient.d.ts +326 -110
- package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SSOAdminServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +712 -852
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountAssignmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdatePermissionSetRequest,
|
|
10
|
+
UpdatePermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface UpdatePermissionSetCommandInput
|
|
18
|
+
extends UpdatePermissionSetRequest {}
|
|
19
|
+
export interface UpdatePermissionSetCommandOutput
|
|
20
|
+
extends UpdatePermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdatePermissionSetCommand extends $Command<
|
|
23
|
+
UpdatePermissionSetCommandInput,
|
|
24
|
+
UpdatePermissionSetCommandOutput,
|
|
25
|
+
SSOAdminClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdatePermissionSetCommandInput;
|
|
28
|
+
constructor(input: UpdatePermissionSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
export * from "./AttachCustomerManagedPolicyReferenceToPermissionSetCommand";
|
|
2
|
-
export * from "./AttachManagedPolicyToPermissionSetCommand";
|
|
3
|
-
export * from "./CreateAccountAssignmentCommand";
|
|
4
|
-
export * from "./CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
5
|
-
export * from "./CreatePermissionSetCommand";
|
|
6
|
-
export * from "./DeleteAccountAssignmentCommand";
|
|
7
|
-
export * from "./DeleteInlinePolicyFromPermissionSetCommand";
|
|
8
|
-
export * from "./DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
9
|
-
export * from "./DeletePermissionSetCommand";
|
|
10
|
-
export * from "./DeletePermissionsBoundaryFromPermissionSetCommand";
|
|
11
|
-
export * from "./DescribeAccountAssignmentCreationStatusCommand";
|
|
12
|
-
export * from "./DescribeAccountAssignmentDeletionStatusCommand";
|
|
13
|
-
export * from "./DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
14
|
-
export * from "./DescribePermissionSetCommand";
|
|
15
|
-
export * from "./DescribePermissionSetProvisioningStatusCommand";
|
|
16
|
-
export * from "./DetachCustomerManagedPolicyReferenceFromPermissionSetCommand";
|
|
17
|
-
export * from "./DetachManagedPolicyFromPermissionSetCommand";
|
|
18
|
-
export * from "./GetInlinePolicyForPermissionSetCommand";
|
|
19
|
-
export * from "./GetPermissionsBoundaryForPermissionSetCommand";
|
|
20
|
-
export * from "./ListAccountAssignmentCreationStatusCommand";
|
|
21
|
-
export * from "./ListAccountAssignmentDeletionStatusCommand";
|
|
22
|
-
export * from "./ListAccountAssignmentsCommand";
|
|
23
|
-
export * from "./ListAccountsForProvisionedPermissionSetCommand";
|
|
24
|
-
export * from "./ListCustomerManagedPolicyReferencesInPermissionSetCommand";
|
|
25
|
-
export * from "./ListInstancesCommand";
|
|
26
|
-
export * from "./ListManagedPoliciesInPermissionSetCommand";
|
|
27
|
-
export * from "./ListPermissionSetProvisioningStatusCommand";
|
|
28
|
-
export * from "./ListPermissionSetsCommand";
|
|
29
|
-
export * from "./ListPermissionSetsProvisionedToAccountCommand";
|
|
30
|
-
export * from "./ListTagsForResourceCommand";
|
|
31
|
-
export * from "./ProvisionPermissionSetCommand";
|
|
32
|
-
export * from "./PutInlinePolicyToPermissionSetCommand";
|
|
33
|
-
export * from "./PutPermissionsBoundaryToPermissionSetCommand";
|
|
34
|
-
export * from "./TagResourceCommand";
|
|
35
|
-
export * from "./UntagResourceCommand";
|
|
36
|
-
export * from "./UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
37
|
-
export * from "./UpdatePermissionSetCommand";
|
|
1
|
+
export * from "./AttachCustomerManagedPolicyReferenceToPermissionSetCommand";
|
|
2
|
+
export * from "./AttachManagedPolicyToPermissionSetCommand";
|
|
3
|
+
export * from "./CreateAccountAssignmentCommand";
|
|
4
|
+
export * from "./CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
5
|
+
export * from "./CreatePermissionSetCommand";
|
|
6
|
+
export * from "./DeleteAccountAssignmentCommand";
|
|
7
|
+
export * from "./DeleteInlinePolicyFromPermissionSetCommand";
|
|
8
|
+
export * from "./DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
9
|
+
export * from "./DeletePermissionSetCommand";
|
|
10
|
+
export * from "./DeletePermissionsBoundaryFromPermissionSetCommand";
|
|
11
|
+
export * from "./DescribeAccountAssignmentCreationStatusCommand";
|
|
12
|
+
export * from "./DescribeAccountAssignmentDeletionStatusCommand";
|
|
13
|
+
export * from "./DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
14
|
+
export * from "./DescribePermissionSetCommand";
|
|
15
|
+
export * from "./DescribePermissionSetProvisioningStatusCommand";
|
|
16
|
+
export * from "./DetachCustomerManagedPolicyReferenceFromPermissionSetCommand";
|
|
17
|
+
export * from "./DetachManagedPolicyFromPermissionSetCommand";
|
|
18
|
+
export * from "./GetInlinePolicyForPermissionSetCommand";
|
|
19
|
+
export * from "./GetPermissionsBoundaryForPermissionSetCommand";
|
|
20
|
+
export * from "./ListAccountAssignmentCreationStatusCommand";
|
|
21
|
+
export * from "./ListAccountAssignmentDeletionStatusCommand";
|
|
22
|
+
export * from "./ListAccountAssignmentsCommand";
|
|
23
|
+
export * from "./ListAccountsForProvisionedPermissionSetCommand";
|
|
24
|
+
export * from "./ListCustomerManagedPolicyReferencesInPermissionSetCommand";
|
|
25
|
+
export * from "./ListInstancesCommand";
|
|
26
|
+
export * from "./ListManagedPoliciesInPermissionSetCommand";
|
|
27
|
+
export * from "./ListPermissionSetProvisioningStatusCommand";
|
|
28
|
+
export * from "./ListPermissionSetsCommand";
|
|
29
|
+
export * from "./ListPermissionSetsProvisionedToAccountCommand";
|
|
30
|
+
export * from "./ListTagsForResourceCommand";
|
|
31
|
+
export * from "./ProvisionPermissionSetCommand";
|
|
32
|
+
export * from "./PutInlinePolicyToPermissionSetCommand";
|
|
33
|
+
export * from "./PutPermissionsBoundaryToPermissionSetCommand";
|
|
34
|
+
export * from "./TagResourceCommand";
|
|
35
|
+
export * from "./UntagResourceCommand";
|
|
36
|
+
export * from "./UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
37
|
+
export * from "./UpdatePermissionSetCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./SSOAdmin";
|
|
2
|
-
export * from "./SSOAdminClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { SSOAdminServiceException } from "./models/SSOAdminServiceException";
|
|
1
|
+
export * from "./SSOAdmin";
|
|
2
|
+
export * from "./SSOAdminClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { SSOAdminServiceException } from "./models/SSOAdminServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class SSOAdminServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|