@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.
Files changed (102) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudDirectory.d.ts +1126 -335
  3. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +501 -139
  4. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2083 -2534
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/index.d.ts +20 -20
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  102. package/package.json +34 -34
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0";
5
- export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {
6
- }
7
- export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddFacetToObjectCommand extends $Command<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AddFacetToObjectCommandInput;
12
- constructor(input: AddFacetToObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ AddFacetToObjectRequest,
15
+ AddFacetToObjectResponse,
16
+ } from "../models/models_0";
17
+ export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {}
18
+ export interface AddFacetToObjectCommandOutput
19
+ extends AddFacetToObjectResponse,
20
+ __MetadataBearer {}
21
+ export declare class AddFacetToObjectCommand extends $Command<
22
+ AddFacetToObjectCommandInput,
23
+ AddFacetToObjectCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: AddFacetToObjectCommandInput;
27
+ constructor(input: AddFacetToObjectCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
5
- export interface ApplySchemaCommandInput extends ApplySchemaRequest {
6
- }
7
- export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ApplySchemaCommand extends $Command<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ApplySchemaCommandInput;
12
- constructor(input: ApplySchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplySchemaCommandInput, ApplySchemaCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
14
+ export interface ApplySchemaCommandInput extends ApplySchemaRequest {}
15
+ export interface ApplySchemaCommandOutput
16
+ extends ApplySchemaResponse,
17
+ __MetadataBearer {}
18
+ export declare class ApplySchemaCommand extends $Command<
19
+ ApplySchemaCommandInput,
20
+ ApplySchemaCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: ApplySchemaCommandInput;
24
+ constructor(input: ApplySchemaCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ApplySchemaCommandInput, ApplySchemaCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
5
- export interface AttachObjectCommandInput extends AttachObjectRequest {
6
- }
7
- export interface AttachObjectCommandOutput extends AttachObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachObjectCommand extends $Command<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachObjectCommandInput;
12
- constructor(input: AttachObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachObjectCommandInput, AttachObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
14
+ export interface AttachObjectCommandInput extends AttachObjectRequest {}
15
+ export interface AttachObjectCommandOutput
16
+ extends AttachObjectResponse,
17
+ __MetadataBearer {}
18
+ export declare class AttachObjectCommand extends $Command<
19
+ AttachObjectCommandInput,
20
+ AttachObjectCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: AttachObjectCommandInput;
24
+ constructor(input: AttachObjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AttachObjectCommandInput, AttachObjectCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
5
- export interface AttachPolicyCommandInput extends AttachPolicyRequest {
6
- }
7
- export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachPolicyCommand extends $Command<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachPolicyCommandInput;
12
- constructor(input: AttachPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
14
+ export interface AttachPolicyCommandInput extends AttachPolicyRequest {}
15
+ export interface AttachPolicyCommandOutput
16
+ extends AttachPolicyResponse,
17
+ __MetadataBearer {}
18
+ export declare class AttachPolicyCommand extends $Command<
19
+ AttachPolicyCommandInput,
20
+ AttachPolicyCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: AttachPolicyCommandInput;
24
+ constructor(input: AttachPolicyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0";
5
- export interface AttachToIndexCommandInput extends AttachToIndexRequest {
6
- }
7
- export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachToIndexCommand extends $Command<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachToIndexCommandInput;
12
- constructor(input: AttachToIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachToIndexCommandInput, AttachToIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ AttachToIndexRequest,
15
+ AttachToIndexResponse,
16
+ } from "../models/models_0";
17
+ export interface AttachToIndexCommandInput extends AttachToIndexRequest {}
18
+ export interface AttachToIndexCommandOutput
19
+ extends AttachToIndexResponse,
20
+ __MetadataBearer {}
21
+ export declare class AttachToIndexCommand extends $Command<
22
+ AttachToIndexCommandInput,
23
+ AttachToIndexCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: AttachToIndexCommandInput;
27
+ constructor(input: AttachToIndexCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<AttachToIndexCommandInput, AttachToIndexCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0";
5
- export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {
6
- }
7
- export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachTypedLinkCommand extends $Command<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachTypedLinkCommandInput;
12
- constructor(input: AttachTypedLinkCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ AttachTypedLinkRequest,
15
+ AttachTypedLinkResponse,
16
+ } from "../models/models_0";
17
+ export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {}
18
+ export interface AttachTypedLinkCommandOutput
19
+ extends AttachTypedLinkResponse,
20
+ __MetadataBearer {}
21
+ export declare class AttachTypedLinkCommand extends $Command<
22
+ AttachTypedLinkCommandInput,
23
+ AttachTypedLinkCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: AttachTypedLinkCommandInput;
27
+ constructor(input: AttachTypedLinkCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { BatchReadRequest, BatchReadResponse } from "../models/models_0";
5
- export interface BatchReadCommandInput extends BatchReadRequest {
6
- }
7
- export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchReadCommand extends $Command<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: BatchReadCommandInput;
12
- constructor(input: BatchReadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchReadCommandInput, BatchReadCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { BatchReadRequest, BatchReadResponse } from "../models/models_0";
14
+ export interface BatchReadCommandInput extends BatchReadRequest {}
15
+ export interface BatchReadCommandOutput
16
+ extends BatchReadResponse,
17
+ __MetadataBearer {}
18
+ export declare class BatchReadCommand extends $Command<
19
+ BatchReadCommandInput,
20
+ BatchReadCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: BatchReadCommandInput;
24
+ constructor(input: BatchReadCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<BatchReadCommandInput, BatchReadCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
5
- export interface BatchWriteCommandInput extends BatchWriteRequest {
6
- }
7
- export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchWriteCommand extends $Command<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: BatchWriteCommandInput;
12
- constructor(input: BatchWriteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
14
+ export interface BatchWriteCommandInput extends BatchWriteRequest {}
15
+ export interface BatchWriteCommandOutput
16
+ extends BatchWriteResponse,
17
+ __MetadataBearer {}
18
+ export declare class BatchWriteCommand extends $Command<
19
+ BatchWriteCommandInput,
20
+ BatchWriteCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: BatchWriteCommandInput;
24
+ constructor(input: BatchWriteCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0";
5
- export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {
6
- }
7
- export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateDirectoryCommandInput;
12
- constructor(input: CreateDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectoryCommandInput, CreateDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateDirectoryRequest,
15
+ CreateDirectoryResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {}
18
+ export interface CreateDirectoryCommandOutput
19
+ extends CreateDirectoryResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateDirectoryCommand extends $Command<
22
+ CreateDirectoryCommandInput,
23
+ CreateDirectoryCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: CreateDirectoryCommandInput;
27
+ constructor(input: CreateDirectoryCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateDirectoryCommandInput, CreateDirectoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateFacetRequest, CreateFacetResponse } from "../models/models_0";
5
- export interface CreateFacetCommandInput extends CreateFacetRequest {
6
- }
7
- export interface CreateFacetCommandOutput extends CreateFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFacetCommand extends $Command<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateFacetCommandInput;
12
- constructor(input: CreateFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFacetCommandInput, CreateFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { CreateFacetRequest, CreateFacetResponse } from "../models/models_0";
14
+ export interface CreateFacetCommandInput extends CreateFacetRequest {}
15
+ export interface CreateFacetCommandOutput
16
+ extends CreateFacetResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateFacetCommand extends $Command<
19
+ CreateFacetCommandInput,
20
+ CreateFacetCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: CreateFacetCommandInput;
24
+ constructor(input: CreateFacetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateFacetCommandInput, CreateFacetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
5
- export interface CreateIndexCommandInput extends CreateIndexRequest {
6
- }
7
- export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateIndexCommandInput;
12
- constructor(input: CreateIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
14
+ export interface CreateIndexCommandInput extends CreateIndexRequest {}
15
+ export interface CreateIndexCommandOutput
16
+ extends CreateIndexResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateIndexCommand extends $Command<
19
+ CreateIndexCommandInput,
20
+ CreateIndexCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: CreateIndexCommandInput;
24
+ constructor(input: CreateIndexCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateObjectRequest, CreateObjectResponse } from "../models/models_0";
5
- export interface CreateObjectCommandInput extends CreateObjectRequest {
6
- }
7
- export interface CreateObjectCommandOutput extends CreateObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateObjectCommand extends $Command<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateObjectCommandInput;
12
- constructor(input: CreateObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateObjectCommandInput, CreateObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { CreateObjectRequest, CreateObjectResponse } from "../models/models_0";
14
+ export interface CreateObjectCommandInput extends CreateObjectRequest {}
15
+ export interface CreateObjectCommandOutput
16
+ extends CreateObjectResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateObjectCommand extends $Command<
19
+ CreateObjectCommandInput,
20
+ CreateObjectCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: CreateObjectCommandInput;
24
+ constructor(input: CreateObjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateObjectCommandInput, CreateObjectCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }