@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,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { SSOAdmin } from "../SSOAdmin";
|
|
3
|
-
import { SSOAdminClient } from "../SSOAdminClient";
|
|
4
|
-
export interface SSOAdminPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { SSOAdmin } from "../SSOAdmin";
|
|
3
|
+
import { SSOAdminClient } from "../SSOAdminClient";
|
|
4
|
+
export interface SSOAdminPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: SSOAdmin | SSOAdminClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountAssignmentCreationStatusCommandInput,
|
|
4
|
+
ListAccountAssignmentCreationStatusCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountAssignmentCreationStatusCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountAssignmentCreationStatus(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListAccountAssignmentCreationStatusCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountAssignmentCreationStatusCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountAssignmentDeletionStatusCommandInput,
|
|
4
|
+
ListAccountAssignmentDeletionStatusCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountAssignmentDeletionStatusCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountAssignmentDeletionStatus(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListAccountAssignmentDeletionStatusCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountAssignmentDeletionStatusCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountAssignmentsCommandInput,
|
|
4
|
+
ListAccountAssignmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountAssignmentsCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountAssignments(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListAccountAssignmentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountAssignmentsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountsForProvisionedPermissionSetCommandInput,
|
|
4
|
+
ListAccountsForProvisionedPermissionSetCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountsForProvisionedPermissionSetCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountsForProvisionedPermissionSet(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListAccountsForProvisionedPermissionSetCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountsForProvisionedPermissionSetCommandOutput>;
|
package/dist-types/ts3.4/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
|
|
4
|
+
ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput,
|
|
5
|
+
} from "../commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCustomerManagedPolicyReferencesInPermissionSet(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstancesCommandInput,
|
|
4
|
+
ListInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListInstancesCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInstances(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListManagedPoliciesInPermissionSetCommandInput,
|
|
4
|
+
ListManagedPoliciesInPermissionSetCommandOutput,
|
|
5
|
+
} from "../commands/ListManagedPoliciesInPermissionSetCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListManagedPoliciesInPermissionSet(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListManagedPoliciesInPermissionSetCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListManagedPoliciesInPermissionSetCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPermissionSetProvisioningStatusCommandInput,
|
|
4
|
+
ListPermissionSetProvisioningStatusCommandOutput,
|
|
5
|
+
} from "../commands/ListPermissionSetProvisioningStatusCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPermissionSetProvisioningStatus(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListPermissionSetProvisioningStatusCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPermissionSetProvisioningStatusCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPermissionSetsCommandInput,
|
|
4
|
+
ListPermissionSetsCommandOutput,
|
|
5
|
+
} from "../commands/ListPermissionSetsCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPermissionSets(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListPermissionSetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPermissionSetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPermissionSetsProvisionedToAccountCommandInput,
|
|
4
|
+
ListPermissionSetsProvisionedToAccountCommandOutput,
|
|
5
|
+
} from "../commands/ListPermissionSetsProvisionedToAccountCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPermissionSetsProvisionedToAccount(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListPermissionSetsProvisionedToAccountCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPermissionSetsProvisionedToAccountCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTagsForResourceCommandInput,
|
|
4
|
+
ListTagsForResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
6
|
+
import { SSOAdminPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTagsForResource(
|
|
8
|
+
config: SSOAdminPaginationConfiguration,
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAccountAssignmentCreationStatusPaginator";
|
|
3
|
-
export * from "./ListAccountAssignmentDeletionStatusPaginator";
|
|
4
|
-
export * from "./ListAccountAssignmentsPaginator";
|
|
5
|
-
export * from "./ListAccountsForProvisionedPermissionSetPaginator";
|
|
6
|
-
export * from "./ListCustomerManagedPolicyReferencesInPermissionSetPaginator";
|
|
7
|
-
export * from "./ListInstancesPaginator";
|
|
8
|
-
export * from "./ListManagedPoliciesInPermissionSetPaginator";
|
|
9
|
-
export * from "./ListPermissionSetProvisioningStatusPaginator";
|
|
10
|
-
export * from "./ListPermissionSetsPaginator";
|
|
11
|
-
export * from "./ListPermissionSetsProvisionedToAccountPaginator";
|
|
12
|
-
export * from "./ListTagsForResourcePaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccountAssignmentCreationStatusPaginator";
|
|
3
|
+
export * from "./ListAccountAssignmentDeletionStatusPaginator";
|
|
4
|
+
export * from "./ListAccountAssignmentsPaginator";
|
|
5
|
+
export * from "./ListAccountsForProvisionedPermissionSetPaginator";
|
|
6
|
+
export * from "./ListCustomerManagedPolicyReferencesInPermissionSetPaginator";
|
|
7
|
+
export * from "./ListInstancesPaginator";
|
|
8
|
+
export * from "./ListManagedPoliciesInPermissionSetPaginator";
|
|
9
|
+
export * from "./ListPermissionSetProvisioningStatusPaginator";
|
|
10
|
+
export * from "./ListPermissionSetsPaginator";
|
|
11
|
+
export * from "./ListPermissionSetsProvisionedToAccountPaginator";
|
|
12
|
+
export * from "./ListTagsForResourcePaginator";
|