@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,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
|
+
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
|
+
|
|
23
|
+
export declare class ListObjectParentPathsCommand extends $Command<
|
|
24
|
+
ListObjectParentPathsCommandInput,
|
|
25
|
+
ListObjectParentPathsCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListObjectParentPathsCommandInput;
|
|
29
|
+
constructor(input: ListObjectParentPathsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListObjectParentPathsCommandInput,
|
|
37
|
+
ListObjectParentPathsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
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
|
+
|
|
23
|
+
export declare class ListObjectParentsCommand extends $Command<
|
|
24
|
+
ListObjectParentsCommandInput,
|
|
25
|
+
ListObjectParentsCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListObjectParentsCommandInput;
|
|
29
|
+
constructor(input: ListObjectParentsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListObjectParentsCommandInput, ListObjectParentsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListObjectPoliciesRequest,
|
|
15
|
+
ListObjectPoliciesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListObjectPoliciesCommandInput
|
|
18
|
+
extends ListObjectPoliciesRequest {}
|
|
19
|
+
export interface ListObjectPoliciesCommandOutput
|
|
20
|
+
extends ListObjectPoliciesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListObjectPoliciesCommand extends $Command<
|
|
24
|
+
ListObjectPoliciesCommandInput,
|
|
25
|
+
ListObjectPoliciesCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListObjectPoliciesCommandInput;
|
|
29
|
+
constructor(input: ListObjectPoliciesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput>;
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListOutgoingTypedLinksRequest,
|
|
15
|
+
ListOutgoingTypedLinksResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListOutgoingTypedLinksCommandInput
|
|
18
|
+
extends ListOutgoingTypedLinksRequest {}
|
|
19
|
+
export interface ListOutgoingTypedLinksCommandOutput
|
|
20
|
+
extends ListOutgoingTypedLinksResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListOutgoingTypedLinksCommand extends $Command<
|
|
24
|
+
ListOutgoingTypedLinksCommandInput,
|
|
25
|
+
ListOutgoingTypedLinksCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOutgoingTypedLinksCommandInput;
|
|
29
|
+
constructor(input: ListOutgoingTypedLinksCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListOutgoingTypedLinksCommandInput,
|
|
37
|
+
ListOutgoingTypedLinksCommandOutput
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListPolicyAttachmentsRequest,
|
|
15
|
+
ListPolicyAttachmentsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPolicyAttachmentsCommandInput
|
|
18
|
+
extends ListPolicyAttachmentsRequest {}
|
|
19
|
+
export interface ListPolicyAttachmentsCommandOutput
|
|
20
|
+
extends ListPolicyAttachmentsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPolicyAttachmentsCommand extends $Command<
|
|
24
|
+
ListPolicyAttachmentsCommandInput,
|
|
25
|
+
ListPolicyAttachmentsCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPolicyAttachmentsCommandInput;
|
|
29
|
+
constructor(input: ListPolicyAttachmentsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPolicyAttachmentsCommandInput,
|
|
37
|
+
ListPolicyAttachmentsCommandOutput
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListPublishedSchemaArnsRequest,
|
|
15
|
+
ListPublishedSchemaArnsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPublishedSchemaArnsCommandInput
|
|
18
|
+
extends ListPublishedSchemaArnsRequest {}
|
|
19
|
+
export interface ListPublishedSchemaArnsCommandOutput
|
|
20
|
+
extends ListPublishedSchemaArnsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPublishedSchemaArnsCommand extends $Command<
|
|
24
|
+
ListPublishedSchemaArnsCommandInput,
|
|
25
|
+
ListPublishedSchemaArnsCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPublishedSchemaArnsCommandInput;
|
|
29
|
+
constructor(input: ListPublishedSchemaArnsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPublishedSchemaArnsCommandInput,
|
|
37
|
+
ListPublishedSchemaArnsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTypedLinkFacetAttributesRequest,
|
|
15
|
+
ListTypedLinkFacetAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTypedLinkFacetAttributesCommandInput
|
|
18
|
+
extends ListTypedLinkFacetAttributesRequest {}
|
|
19
|
+
export interface ListTypedLinkFacetAttributesCommandOutput
|
|
20
|
+
extends ListTypedLinkFacetAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTypedLinkFacetAttributesCommand extends $Command<
|
|
24
|
+
ListTypedLinkFacetAttributesCommandInput,
|
|
25
|
+
ListTypedLinkFacetAttributesCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTypedLinkFacetAttributesCommandInput;
|
|
29
|
+
constructor(input: ListTypedLinkFacetAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTypedLinkFacetAttributesCommandInput,
|
|
37
|
+
ListTypedLinkFacetAttributesCommandOutput
|
|
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
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTypedLinkFacetNamesRequest,
|
|
15
|
+
ListTypedLinkFacetNamesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTypedLinkFacetNamesCommandInput
|
|
18
|
+
extends ListTypedLinkFacetNamesRequest {}
|
|
19
|
+
export interface ListTypedLinkFacetNamesCommandOutput
|
|
20
|
+
extends ListTypedLinkFacetNamesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTypedLinkFacetNamesCommand extends $Command<
|
|
24
|
+
ListTypedLinkFacetNamesCommandInput,
|
|
25
|
+
ListTypedLinkFacetNamesCommandOutput,
|
|
26
|
+
CloudDirectoryClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTypedLinkFacetNamesCommandInput;
|
|
29
|
+
constructor(input: ListTypedLinkFacetNamesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTypedLinkFacetNamesCommandInput,
|
|
37
|
+
ListTypedLinkFacetNamesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0";
|
|
14
|
+
export interface LookupPolicyCommandInput extends LookupPolicyRequest {}
|
|
15
|
+
export interface LookupPolicyCommandOutput
|
|
16
|
+
extends LookupPolicyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class LookupPolicyCommand extends $Command<
|
|
20
|
+
LookupPolicyCommandInput,
|
|
21
|
+
LookupPolicyCommandOutput,
|
|
22
|
+
CloudDirectoryClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: LookupPolicyCommandInput;
|
|
25
|
+
constructor(input: LookupPolicyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<LookupPolicyCommandInput, LookupPolicyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudDirectoryClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudDirectoryClient";
|
|
13
|
+
import {
|
|
14
|
+
PublishSchemaRequest,
|
|
15
|
+
PublishSchemaResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PublishSchemaCommandInput extends PublishSchemaRequest {}
|
|
18
|
+
export interface PublishSchemaCommandOutput
|
|
19
|
+
extends PublishSchemaResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class PublishSchemaCommand extends $Command<
|
|
23
|
+
PublishSchemaCommandInput,
|
|
24
|
+
PublishSchemaCommandOutput,
|
|
25
|
+
CloudDirectoryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PublishSchemaCommandInput;
|
|
28
|
+
constructor(input: PublishSchemaCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudDirectoryClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<PublishSchemaCommandInput, PublishSchemaCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|