@aws-sdk/client-sso-admin 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +802 -190
- package/dist-types/ts3.4/SSOAdminClient.d.ts +351 -110
- package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +38 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +955 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
PutPermissionsBoundaryToPermissionSetRequest,
|
|
10
|
+
PutPermissionsBoundaryToPermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface PutPermissionsBoundaryToPermissionSetCommandInput
|
|
18
|
+
extends PutPermissionsBoundaryToPermissionSetRequest {}
|
|
19
|
+
export interface PutPermissionsBoundaryToPermissionSetCommandOutput
|
|
20
|
+
extends PutPermissionsBoundaryToPermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutPermissionsBoundaryToPermissionSetCommand extends $Command<
|
|
24
|
+
PutPermissionsBoundaryToPermissionSetCommandInput,
|
|
25
|
+
PutPermissionsBoundaryToPermissionSetCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutPermissionsBoundaryToPermissionSetCommandInput;
|
|
29
|
+
constructor(input: PutPermissionsBoundaryToPermissionSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutPermissionsBoundaryToPermissionSetCommandInput,
|
|
37
|
+
PutPermissionsBoundaryToPermissionSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SSOAdminClientResolvedConfig,
|
|
13
|
+
} from "../SSOAdminClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
SSOAdminClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
SSOAdminClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts
CHANGED
|
@@ -1,17 +1,43 @@
|
|
|
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
|
+
UpdateInstanceAccessControlAttributeConfigurationRequest,
|
|
10
|
+
UpdateInstanceAccessControlAttributeConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface UpdateInstanceAccessControlAttributeConfigurationCommandInput
|
|
18
|
+
extends UpdateInstanceAccessControlAttributeConfigurationRequest {}
|
|
19
|
+
export interface UpdateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
20
|
+
extends UpdateInstanceAccessControlAttributeConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateInstanceAccessControlAttributeConfigurationCommand extends $Command<
|
|
24
|
+
UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
25
|
+
UpdateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateInstanceAccessControlAttributeConfigurationCommandInput;
|
|
29
|
+
constructor(
|
|
30
|
+
input: UpdateInstanceAccessControlAttributeConfigurationCommandInput
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
39
|
+
UpdateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class UpdatePermissionSetCommand extends $Command<
|
|
24
|
+
UpdatePermissionSetCommandInput,
|
|
25
|
+
UpdatePermissionSetCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdatePermissionSetCommandInput;
|
|
29
|
+
constructor(input: UpdatePermissionSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class SSOAdminServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|