@aws-sdk/client-sso-admin 3.168.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 +16 -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
|
+
CreateAccountAssignmentRequest,
|
|
10
|
+
CreateAccountAssignmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface CreateAccountAssignmentCommandInput
|
|
18
|
+
extends CreateAccountAssignmentRequest {}
|
|
19
|
+
export interface CreateAccountAssignmentCommandOutput
|
|
20
|
+
extends CreateAccountAssignmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateAccountAssignmentCommand extends $Command<
|
|
24
|
+
CreateAccountAssignmentCommandInput,
|
|
25
|
+
CreateAccountAssignmentCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAccountAssignmentCommandInput;
|
|
29
|
+
constructor(input: CreateAccountAssignmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateAccountAssignmentCommandInput,
|
|
37
|
+
CreateAccountAssignmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.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
|
+
CreateInstanceAccessControlAttributeConfigurationRequest,
|
|
10
|
+
CreateInstanceAccessControlAttributeConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface CreateInstanceAccessControlAttributeConfigurationCommandInput
|
|
18
|
+
extends CreateInstanceAccessControlAttributeConfigurationRequest {}
|
|
19
|
+
export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
20
|
+
extends CreateInstanceAccessControlAttributeConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateInstanceAccessControlAttributeConfigurationCommand extends $Command<
|
|
24
|
+
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
25
|
+
CreateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateInstanceAccessControlAttributeConfigurationCommandInput;
|
|
29
|
+
constructor(
|
|
30
|
+
input: CreateInstanceAccessControlAttributeConfigurationCommandInput
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
39
|
+
CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
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
|
+
CreatePermissionSetRequest,
|
|
10
|
+
CreatePermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface CreatePermissionSetCommandInput
|
|
18
|
+
extends CreatePermissionSetRequest {}
|
|
19
|
+
export interface CreatePermissionSetCommandOutput
|
|
20
|
+
extends CreatePermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePermissionSetCommand extends $Command<
|
|
24
|
+
CreatePermissionSetCommandInput,
|
|
25
|
+
CreatePermissionSetCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePermissionSetCommandInput;
|
|
29
|
+
constructor(input: CreatePermissionSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DeleteAccountAssignmentRequest,
|
|
10
|
+
DeleteAccountAssignmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface DeleteAccountAssignmentCommandInput
|
|
18
|
+
extends DeleteAccountAssignmentRequest {}
|
|
19
|
+
export interface DeleteAccountAssignmentCommandOutput
|
|
20
|
+
extends DeleteAccountAssignmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteAccountAssignmentCommand extends $Command<
|
|
24
|
+
DeleteAccountAssignmentCommandInput,
|
|
25
|
+
DeleteAccountAssignmentCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAccountAssignmentCommandInput;
|
|
29
|
+
constructor(input: DeleteAccountAssignmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteAccountAssignmentCommandInput,
|
|
37
|
+
DeleteAccountAssignmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DeleteInlinePolicyFromPermissionSetRequest,
|
|
10
|
+
DeleteInlinePolicyFromPermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface DeleteInlinePolicyFromPermissionSetCommandInput
|
|
18
|
+
extends DeleteInlinePolicyFromPermissionSetRequest {}
|
|
19
|
+
export interface DeleteInlinePolicyFromPermissionSetCommandOutput
|
|
20
|
+
extends DeleteInlinePolicyFromPermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteInlinePolicyFromPermissionSetCommand extends $Command<
|
|
24
|
+
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
25
|
+
DeleteInlinePolicyFromPermissionSetCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteInlinePolicyFromPermissionSetCommandInput;
|
|
29
|
+
constructor(input: DeleteInlinePolicyFromPermissionSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
37
|
+
DeleteInlinePolicyFromPermissionSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.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
|
+
DeleteInstanceAccessControlAttributeConfigurationRequest,
|
|
10
|
+
DeleteInstanceAccessControlAttributeConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface DeleteInstanceAccessControlAttributeConfigurationCommandInput
|
|
18
|
+
extends DeleteInstanceAccessControlAttributeConfigurationRequest {}
|
|
19
|
+
export interface DeleteInstanceAccessControlAttributeConfigurationCommandOutput
|
|
20
|
+
extends DeleteInstanceAccessControlAttributeConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteInstanceAccessControlAttributeConfigurationCommand extends $Command<
|
|
24
|
+
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
25
|
+
DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteInstanceAccessControlAttributeConfigurationCommandInput;
|
|
29
|
+
constructor(
|
|
30
|
+
input: DeleteInstanceAccessControlAttributeConfigurationCommandInput
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
39
|
+
DeleteInstanceAccessControlAttributeConfigurationCommandOutput
|
|
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
|
+
DeletePermissionSetRequest,
|
|
10
|
+
DeletePermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface DeletePermissionSetCommandInput
|
|
18
|
+
extends DeletePermissionSetRequest {}
|
|
19
|
+
export interface DeletePermissionSetCommandOutput
|
|
20
|
+
extends DeletePermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeletePermissionSetCommand extends $Command<
|
|
24
|
+
DeletePermissionSetCommandInput,
|
|
25
|
+
DeletePermissionSetCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeletePermissionSetCommandInput;
|
|
29
|
+
constructor(input: DeletePermissionSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DeletePermissionsBoundaryFromPermissionSetRequest,
|
|
10
|
+
DeletePermissionsBoundaryFromPermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface DeletePermissionsBoundaryFromPermissionSetCommandInput
|
|
18
|
+
extends DeletePermissionsBoundaryFromPermissionSetRequest {}
|
|
19
|
+
export interface DeletePermissionsBoundaryFromPermissionSetCommandOutput
|
|
20
|
+
extends DeletePermissionsBoundaryFromPermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeletePermissionsBoundaryFromPermissionSetCommand extends $Command<
|
|
24
|
+
DeletePermissionsBoundaryFromPermissionSetCommandInput,
|
|
25
|
+
DeletePermissionsBoundaryFromPermissionSetCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeletePermissionsBoundaryFromPermissionSetCommandInput;
|
|
29
|
+
constructor(input: DeletePermissionsBoundaryFromPermissionSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeletePermissionsBoundaryFromPermissionSetCommandInput,
|
|
37
|
+
DeletePermissionsBoundaryFromPermissionSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribeAccountAssignmentCreationStatusRequest,
|
|
10
|
+
DescribeAccountAssignmentCreationStatusResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface DescribeAccountAssignmentCreationStatusCommandInput
|
|
18
|
+
extends DescribeAccountAssignmentCreationStatusRequest {}
|
|
19
|
+
export interface DescribeAccountAssignmentCreationStatusCommandOutput
|
|
20
|
+
extends DescribeAccountAssignmentCreationStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAccountAssignmentCreationStatusCommand extends $Command<
|
|
24
|
+
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
25
|
+
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAccountAssignmentCreationStatusCommandInput;
|
|
29
|
+
constructor(input: DescribeAccountAssignmentCreationStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
37
|
+
DescribeAccountAssignmentCreationStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribeAccountAssignmentDeletionStatusRequest,
|
|
10
|
+
DescribeAccountAssignmentDeletionStatusResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface DescribeAccountAssignmentDeletionStatusCommandInput
|
|
18
|
+
extends DescribeAccountAssignmentDeletionStatusRequest {}
|
|
19
|
+
export interface DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
20
|
+
extends DescribeAccountAssignmentDeletionStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAccountAssignmentDeletionStatusCommand extends $Command<
|
|
24
|
+
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
25
|
+
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
26
|
+
SSOAdminClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAccountAssignmentDeletionStatusCommandInput;
|
|
29
|
+
constructor(input: DescribeAccountAssignmentDeletionStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
37
|
+
DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|