@aws-sdk/client-clouddirectory 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/CloudDirectory.d.ts +1192 -335
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +526 -139
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.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/UpdateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- 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/CloudDirectoryServiceException.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 +2825 -2534
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +20 -20
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- 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 { CloudDirectory } from "../CloudDirectory";
|
|
3
|
-
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
4
|
-
export interface CloudDirectoryPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { CloudDirectory } from "../CloudDirectory";
|
|
3
|
+
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
4
|
+
export interface CloudDirectoryPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: CloudDirectory | CloudDirectoryClient;
|
|
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
|
+
ListAppliedSchemaArnsCommandInput,
|
|
4
|
+
ListAppliedSchemaArnsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppliedSchemaArnsCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppliedSchemaArns(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListAppliedSchemaArnsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppliedSchemaArnsCommandOutput>;
|
|
@@ -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
|
+
ListAttachedIndicesCommandInput,
|
|
4
|
+
ListAttachedIndicesCommandOutput,
|
|
5
|
+
} from "../commands/ListAttachedIndicesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAttachedIndices(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListAttachedIndicesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAttachedIndicesCommandOutput>;
|
|
@@ -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
|
+
ListDevelopmentSchemaArnsCommandInput,
|
|
4
|
+
ListDevelopmentSchemaArnsCommandOutput,
|
|
5
|
+
} from "../commands/ListDevelopmentSchemaArnsCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDevelopmentSchemaArns(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListDevelopmentSchemaArnsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDevelopmentSchemaArnsCommandOutput>;
|
|
@@ -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
|
+
ListDirectoriesCommandInput,
|
|
4
|
+
ListDirectoriesCommandOutput,
|
|
5
|
+
} from "../commands/ListDirectoriesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDirectories(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListDirectoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDirectoriesCommandOutput>;
|
|
@@ -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
|
+
ListFacetAttributesCommandInput,
|
|
4
|
+
ListFacetAttributesCommandOutput,
|
|
5
|
+
} from "../commands/ListFacetAttributesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFacetAttributes(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListFacetAttributesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFacetAttributesCommandOutput>;
|
|
@@ -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
|
+
ListFacetNamesCommandInput,
|
|
4
|
+
ListFacetNamesCommandOutput,
|
|
5
|
+
} from "../commands/ListFacetNamesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFacetNames(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListFacetNamesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFacetNamesCommandOutput>;
|
|
@@ -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
|
+
ListIndexCommandInput,
|
|
4
|
+
ListIndexCommandOutput,
|
|
5
|
+
} from "../commands/ListIndexCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIndex(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListIndexCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIndexCommandOutput>;
|
|
@@ -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
|
+
ListManagedSchemaArnsCommandInput,
|
|
4
|
+
ListManagedSchemaArnsCommandOutput,
|
|
5
|
+
} from "../commands/ListManagedSchemaArnsCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListManagedSchemaArns(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListManagedSchemaArnsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListManagedSchemaArnsCommandOutput>;
|
|
@@ -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
|
+
ListObjectAttributesCommandInput,
|
|
4
|
+
ListObjectAttributesCommandOutput,
|
|
5
|
+
} from "../commands/ListObjectAttributesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListObjectAttributes(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListObjectAttributesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListObjectAttributesCommandOutput>;
|
|
@@ -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
|
+
ListObjectChildrenCommandInput,
|
|
4
|
+
ListObjectChildrenCommandOutput,
|
|
5
|
+
} from "../commands/ListObjectChildrenCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListObjectChildren(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListObjectChildrenCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListObjectChildrenCommandOutput>;
|
|
@@ -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
|
+
ListObjectParentPathsCommandInput,
|
|
4
|
+
ListObjectParentPathsCommandOutput,
|
|
5
|
+
} from "../commands/ListObjectParentPathsCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListObjectParentPaths(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListObjectParentPathsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListObjectParentPathsCommandOutput>;
|
|
@@ -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
|
+
ListObjectParentsCommandInput,
|
|
4
|
+
ListObjectParentsCommandOutput,
|
|
5
|
+
} from "../commands/ListObjectParentsCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListObjectParents(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListObjectParentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListObjectParentsCommandOutput>;
|
|
@@ -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
|
+
ListObjectPoliciesCommandInput,
|
|
4
|
+
ListObjectPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/ListObjectPoliciesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListObjectPolicies(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListObjectPoliciesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListObjectPoliciesCommandOutput>;
|
|
@@ -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
|
+
ListPolicyAttachmentsCommandInput,
|
|
4
|
+
ListPolicyAttachmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListPolicyAttachmentsCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPolicyAttachments(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListPolicyAttachmentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPolicyAttachmentsCommandOutput>;
|
|
@@ -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
|
+
ListPublishedSchemaArnsCommandInput,
|
|
4
|
+
ListPublishedSchemaArnsCommandOutput,
|
|
5
|
+
} from "../commands/ListPublishedSchemaArnsCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPublishedSchemaArns(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListPublishedSchemaArnsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPublishedSchemaArnsCommandOutput>;
|
|
@@ -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 { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTagsForResource(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -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
|
+
ListTypedLinkFacetAttributesCommandInput,
|
|
4
|
+
ListTypedLinkFacetAttributesCommandOutput,
|
|
5
|
+
} from "../commands/ListTypedLinkFacetAttributesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTypedLinkFacetAttributes(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListTypedLinkFacetAttributesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTypedLinkFacetAttributesCommandOutput>;
|
|
@@ -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
|
+
ListTypedLinkFacetNamesCommandInput,
|
|
4
|
+
ListTypedLinkFacetNamesCommandOutput,
|
|
5
|
+
} from "../commands/ListTypedLinkFacetNamesCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTypedLinkFacetNames(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: ListTypedLinkFacetNamesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTypedLinkFacetNamesCommandOutput>;
|
|
@@ -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
|
+
LookupPolicyCommandInput,
|
|
4
|
+
LookupPolicyCommandOutput,
|
|
5
|
+
} from "../commands/LookupPolicyCommand";
|
|
6
|
+
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateLookupPolicy(
|
|
8
|
+
config: CloudDirectoryPaginationConfiguration,
|
|
9
|
+
input: LookupPolicyCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<LookupPolicyCommandOutput>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAppliedSchemaArnsPaginator";
|
|
3
|
-
export * from "./ListAttachedIndicesPaginator";
|
|
4
|
-
export * from "./ListDevelopmentSchemaArnsPaginator";
|
|
5
|
-
export * from "./ListDirectoriesPaginator";
|
|
6
|
-
export * from "./ListFacetAttributesPaginator";
|
|
7
|
-
export * from "./ListFacetNamesPaginator";
|
|
8
|
-
export * from "./ListIndexPaginator";
|
|
9
|
-
export * from "./ListManagedSchemaArnsPaginator";
|
|
10
|
-
export * from "./ListObjectAttributesPaginator";
|
|
11
|
-
export * from "./ListObjectChildrenPaginator";
|
|
12
|
-
export * from "./ListObjectParentPathsPaginator";
|
|
13
|
-
export * from "./ListObjectParentsPaginator";
|
|
14
|
-
export * from "./ListObjectPoliciesPaginator";
|
|
15
|
-
export * from "./ListPolicyAttachmentsPaginator";
|
|
16
|
-
export * from "./ListPublishedSchemaArnsPaginator";
|
|
17
|
-
export * from "./ListTagsForResourcePaginator";
|
|
18
|
-
export * from "./ListTypedLinkFacetAttributesPaginator";
|
|
19
|
-
export * from "./ListTypedLinkFacetNamesPaginator";
|
|
20
|
-
export * from "./LookupPolicyPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAppliedSchemaArnsPaginator";
|
|
3
|
+
export * from "./ListAttachedIndicesPaginator";
|
|
4
|
+
export * from "./ListDevelopmentSchemaArnsPaginator";
|
|
5
|
+
export * from "./ListDirectoriesPaginator";
|
|
6
|
+
export * from "./ListFacetAttributesPaginator";
|
|
7
|
+
export * from "./ListFacetNamesPaginator";
|
|
8
|
+
export * from "./ListIndexPaginator";
|
|
9
|
+
export * from "./ListManagedSchemaArnsPaginator";
|
|
10
|
+
export * from "./ListObjectAttributesPaginator";
|
|
11
|
+
export * from "./ListObjectChildrenPaginator";
|
|
12
|
+
export * from "./ListObjectParentPathsPaginator";
|
|
13
|
+
export * from "./ListObjectParentsPaginator";
|
|
14
|
+
export * from "./ListObjectPoliciesPaginator";
|
|
15
|
+
export * from "./ListPolicyAttachmentsPaginator";
|
|
16
|
+
export * from "./ListPublishedSchemaArnsPaginator";
|
|
17
|
+
export * from "./ListTagsForResourcePaginator";
|
|
18
|
+
export * from "./ListTypedLinkFacetAttributesPaginator";
|
|
19
|
+
export * from "./ListTypedLinkFacetNamesPaginator";
|
|
20
|
+
export * from "./LookupPolicyPaginator";
|