@aws-sdk/client-clouddirectory 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/CloudDirectory.d.ts +1126 -335
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +501 -139
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.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/UpdateFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2083 -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 +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,39 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListDevelopmentSchemaArnsRequest,
|
|
15
|
+
ListDevelopmentSchemaArnsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDevelopmentSchemaArnsCommandInput
|
|
18
|
+
extends ListDevelopmentSchemaArnsRequest {}
|
|
19
|
+
export interface ListDevelopmentSchemaArnsCommandOutput
|
|
20
|
+
extends ListDevelopmentSchemaArnsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDevelopmentSchemaArnsCommand extends $Command<
|
|
23
|
+
ListDevelopmentSchemaArnsCommandInput,
|
|
24
|
+
ListDevelopmentSchemaArnsCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDevelopmentSchemaArnsCommandInput;
|
|
28
|
+
constructor(input: ListDevelopmentSchemaArnsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDevelopmentSchemaArnsCommandInput,
|
|
35
|
+
ListDevelopmentSchemaArnsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListDirectoriesRequest,
|
|
15
|
+
ListDirectoriesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDirectoriesCommandInput extends ListDirectoriesRequest {}
|
|
18
|
+
export interface ListDirectoriesCommandOutput
|
|
19
|
+
extends ListDirectoriesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListDirectoriesCommand extends $Command<
|
|
22
|
+
ListDirectoriesCommandInput,
|
|
23
|
+
ListDirectoriesCommandOutput,
|
|
24
|
+
CloudDirectoryClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListDirectoriesCommandInput;
|
|
27
|
+
constructor(input: ListDirectoriesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListDirectoriesCommandInput, ListDirectoriesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListFacetAttributesRequest,
|
|
15
|
+
ListFacetAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListFacetAttributesCommandInput
|
|
18
|
+
extends ListFacetAttributesRequest {}
|
|
19
|
+
export interface ListFacetAttributesCommandOutput
|
|
20
|
+
extends ListFacetAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListFacetAttributesCommand extends $Command<
|
|
23
|
+
ListFacetAttributesCommandInput,
|
|
24
|
+
ListFacetAttributesCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListFacetAttributesCommandInput;
|
|
28
|
+
constructor(input: ListFacetAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListFacetNamesRequest,
|
|
15
|
+
ListFacetNamesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListFacetNamesCommandInput extends ListFacetNamesRequest {}
|
|
18
|
+
export interface ListFacetNamesCommandOutput
|
|
19
|
+
extends ListFacetNamesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListFacetNamesCommand extends $Command<
|
|
22
|
+
ListFacetNamesCommandInput,
|
|
23
|
+
ListFacetNamesCommandOutput,
|
|
24
|
+
CloudDirectoryClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListFacetNamesCommandInput;
|
|
27
|
+
constructor(input: ListFacetNamesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListFacetNamesCommandInput, ListFacetNamesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListIncomingTypedLinksRequest,
|
|
15
|
+
ListIncomingTypedLinksResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListIncomingTypedLinksCommandInput
|
|
18
|
+
extends ListIncomingTypedLinksRequest {}
|
|
19
|
+
export interface ListIncomingTypedLinksCommandOutput
|
|
20
|
+
extends ListIncomingTypedLinksResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListIncomingTypedLinksCommand extends $Command<
|
|
23
|
+
ListIncomingTypedLinksCommandInput,
|
|
24
|
+
ListIncomingTypedLinksCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListIncomingTypedLinksCommandInput;
|
|
28
|
+
constructor(input: ListIncomingTypedLinksCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListIncomingTypedLinksCommandInput,
|
|
35
|
+
ListIncomingTypedLinksCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import { ListIndexRequest, ListIndexResponse } from "../models/models_0";
|
|
14
|
+
export interface ListIndexCommandInput extends ListIndexRequest {}
|
|
15
|
+
export interface ListIndexCommandOutput
|
|
16
|
+
extends ListIndexResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListIndexCommand extends $Command<
|
|
19
|
+
ListIndexCommandInput,
|
|
20
|
+
ListIndexCommandOutput,
|
|
21
|
+
CloudDirectoryClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListIndexCommandInput;
|
|
24
|
+
constructor(input: ListIndexCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListIndexCommandInput, ListIndexCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListManagedSchemaArnsRequest,
|
|
15
|
+
ListManagedSchemaArnsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListManagedSchemaArnsCommandInput
|
|
18
|
+
extends ListManagedSchemaArnsRequest {}
|
|
19
|
+
export interface ListManagedSchemaArnsCommandOutput
|
|
20
|
+
extends ListManagedSchemaArnsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListManagedSchemaArnsCommand extends $Command<
|
|
23
|
+
ListManagedSchemaArnsCommandInput,
|
|
24
|
+
ListManagedSchemaArnsCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListManagedSchemaArnsCommandInput;
|
|
28
|
+
constructor(input: ListManagedSchemaArnsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListManagedSchemaArnsCommandInput,
|
|
35
|
+
ListManagedSchemaArnsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListObjectAttributesRequest,
|
|
15
|
+
ListObjectAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListObjectAttributesCommandInput
|
|
18
|
+
extends ListObjectAttributesRequest {}
|
|
19
|
+
export interface ListObjectAttributesCommandOutput
|
|
20
|
+
extends ListObjectAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListObjectAttributesCommand extends $Command<
|
|
23
|
+
ListObjectAttributesCommandInput,
|
|
24
|
+
ListObjectAttributesCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListObjectAttributesCommandInput;
|
|
28
|
+
constructor(input: ListObjectAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListObjectAttributesCommandInput,
|
|
35
|
+
ListObjectAttributesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListObjectChildrenRequest,
|
|
15
|
+
ListObjectChildrenResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListObjectChildrenCommandInput
|
|
18
|
+
extends ListObjectChildrenRequest {}
|
|
19
|
+
export interface ListObjectChildrenCommandOutput
|
|
20
|
+
extends ListObjectChildrenResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListObjectChildrenCommand extends $Command<
|
|
23
|
+
ListObjectChildrenCommandInput,
|
|
24
|
+
ListObjectChildrenCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListObjectChildrenCommandInput;
|
|
28
|
+
constructor(input: ListObjectChildrenCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListObjectParentPathsRequest,
|
|
15
|
+
ListObjectParentPathsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListObjectParentPathsCommandInput
|
|
18
|
+
extends ListObjectParentPathsRequest {}
|
|
19
|
+
export interface ListObjectParentPathsCommandOutput
|
|
20
|
+
extends ListObjectParentPathsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListObjectParentPathsCommand extends $Command<
|
|
23
|
+
ListObjectParentPathsCommandInput,
|
|
24
|
+
ListObjectParentPathsCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListObjectParentPathsCommandInput;
|
|
28
|
+
constructor(input: ListObjectParentPathsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListObjectParentPathsCommandInput,
|
|
35
|
+
ListObjectParentPathsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListObjectParentsRequest,
|
|
15
|
+
ListObjectParentsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListObjectParentsCommandInput
|
|
18
|
+
extends ListObjectParentsRequest {}
|
|
19
|
+
export interface ListObjectParentsCommandOutput
|
|
20
|
+
extends ListObjectParentsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListObjectParentsCommand extends $Command<
|
|
23
|
+
ListObjectParentsCommandInput,
|
|
24
|
+
ListObjectParentsCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListObjectParentsCommandInput;
|
|
28
|
+
constructor(input: ListObjectParentsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListObjectParentsCommandInput, ListObjectParentsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|