@aws-sdk/client-clouddirectory 3.50.0 → 3.53.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 (113) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/CloudDirectoryServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +499 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +1098 -4425
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/CloudDirectoryServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +459 -1
  9. package/dist-es/protocols/Aws_restJson1.js +2141 -4726
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/CloudDirectoryServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +247 -106
  13. package/dist-types/ts3.4/CloudDirectory.d.ts +335 -0
  14. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +139 -0
  15. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  83. package/dist-types/ts3.4/index.d.ts +6 -0
  84. package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +6 -0
  85. package/dist-types/ts3.4/models/index.d.ts +1 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +2996 -0
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  88. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +4 -0
  103. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  104. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +4 -0
  106. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +4 -0
  107. package/dist-types/ts3.4/pagination/index.d.ts +20 -0
  108. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +200 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  113. package/package.json +33 -33
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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 { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
5
+ export interface CreateSchemaCommandInput extends CreateSchemaRequest {
6
+ }
7
+ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: CreateSchemaCommandInput;
12
+ constructor(input: CreateSchemaCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0";
5
+ export interface CreateTypedLinkFacetCommandInput extends CreateTypedLinkFacetRequest {
6
+ }
7
+ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateTypedLinkFacetCommand extends $Command<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: CreateTypedLinkFacetCommandInput;
12
+ constructor(input: CreateTypedLinkFacetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0";
5
+ export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {
6
+ }
7
+ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DeleteDirectoryCommandInput;
12
+ constructor(input: DeleteDirectoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0";
5
+ export interface DeleteFacetCommandInput extends DeleteFacetRequest {
6
+ }
7
+ export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFacetCommand extends $Command<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DeleteFacetCommandInput;
12
+ constructor(input: DeleteFacetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFacetCommandInput, DeleteFacetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
5
+ export interface DeleteObjectCommandInput extends DeleteObjectRequest {
6
+ }
7
+ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteObjectCommand extends $Command<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DeleteObjectCommandInput;
12
+ constructor(input: DeleteObjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteObjectCommandInput, DeleteObjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0";
5
+ export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
6
+ }
7
+ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DeleteSchemaCommandInput;
12
+ constructor(input: DeleteSchemaCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } from "../models/models_0";
5
+ export interface DeleteTypedLinkFacetCommandInput extends DeleteTypedLinkFacetRequest {
6
+ }
7
+ export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteTypedLinkFacetCommand extends $Command<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DeleteTypedLinkFacetCommandInput;
12
+ constructor(input: DeleteTypedLinkFacetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0";
5
+ export interface DetachFromIndexCommandInput extends DetachFromIndexRequest {
6
+ }
7
+ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DetachFromIndexCommand extends $Command<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DetachFromIndexCommandInput;
12
+ constructor(input: DetachFromIndexCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachFromIndexCommandInput, DetachFromIndexCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DetachObjectRequest, DetachObjectResponse } from "../models/models_0";
5
+ export interface DetachObjectCommandInput extends DetachObjectRequest {
6
+ }
7
+ export interface DetachObjectCommandOutput extends DetachObjectResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DetachObjectCommand extends $Command<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DetachObjectCommandInput;
12
+ constructor(input: DetachObjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachObjectCommandInput, DetachObjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0";
5
+ export interface DetachPolicyCommandInput extends DetachPolicyRequest {
6
+ }
7
+ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DetachPolicyCommand extends $Command<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DetachPolicyCommandInput;
12
+ constructor(input: DetachPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachPolicyCommandInput, DetachPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DetachTypedLinkRequest } from "../models/models_0";
5
+ export interface DetachTypedLinkCommandInput extends DetachTypedLinkRequest {
6
+ }
7
+ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DetachTypedLinkCommand extends $Command<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DetachTypedLinkCommandInput;
12
+ constructor(input: DetachTypedLinkCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DisableDirectoryRequest, DisableDirectoryResponse } from "../models/models_0";
5
+ export interface DisableDirectoryCommandInput extends DisableDirectoryRequest {
6
+ }
7
+ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisableDirectoryCommand extends $Command<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: DisableDirectoryCommandInput;
12
+ constructor(input: DisableDirectoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableDirectoryCommandInput, DisableDirectoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { EnableDirectoryRequest, EnableDirectoryResponse } from "../models/models_0";
5
+ export interface EnableDirectoryCommandInput extends EnableDirectoryRequest {
6
+ }
7
+ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class EnableDirectoryCommand extends $Command<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: EnableDirectoryCommandInput;
12
+ constructor(input: EnableDirectoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableDirectoryCommandInput, EnableDirectoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResponse } from "../models/models_0";
5
+ export interface GetAppliedSchemaVersionCommandInput extends GetAppliedSchemaVersionRequest {
6
+ }
7
+ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVersionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAppliedSchemaVersionCommand extends $Command<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetAppliedSchemaVersionCommandInput;
12
+ constructor(input: GetAppliedSchemaVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDirectoryRequest, GetDirectoryResponse } from "../models/models_0";
5
+ export interface GetDirectoryCommandInput extends GetDirectoryRequest {
6
+ }
7
+ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDirectoryCommand extends $Command<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetDirectoryCommandInput;
12
+ constructor(input: GetDirectoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDirectoryCommandInput, GetDirectoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetFacetRequest, GetFacetResponse } from "../models/models_0";
5
+ export interface GetFacetCommandInput extends GetFacetRequest {
6
+ }
7
+ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetFacetCommand extends $Command<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetFacetCommandInput;
12
+ constructor(input: GetFacetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFacetCommandInput, GetFacetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetLinkAttributesRequest, GetLinkAttributesResponse } from "../models/models_0";
5
+ export interface GetLinkAttributesCommandInput extends GetLinkAttributesRequest {
6
+ }
7
+ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetLinkAttributesCommand extends $Command<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetLinkAttributesCommandInput;
12
+ constructor(input: GetLinkAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetObjectAttributesRequest, GetObjectAttributesResponse } from "../models/models_0";
5
+ export interface GetObjectAttributesCommandInput extends GetObjectAttributesRequest {
6
+ }
7
+ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetObjectAttributesCommand extends $Command<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetObjectAttributesCommandInput;
12
+ constructor(input: GetObjectAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetObjectInformationRequest, GetObjectInformationResponse } from "../models/models_0";
5
+ export interface GetObjectInformationCommandInput extends GetObjectInformationRequest {
6
+ }
7
+ export interface GetObjectInformationCommandOutput extends GetObjectInformationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetObjectInformationCommand extends $Command<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetObjectInformationCommandInput;
12
+ constructor(input: GetObjectInformationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectInformationCommandInput, GetObjectInformationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } from "../models/models_0";
5
+ export interface GetSchemaAsJsonCommandInput extends GetSchemaAsJsonRequest {
6
+ }
7
+ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSchemaAsJsonCommand extends $Command<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetSchemaAsJsonCommandInput;
12
+ constructor(input: GetSchemaAsJsonCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResponse } from "../models/models_0";
5
+ export interface GetTypedLinkFacetInformationCommandInput extends GetTypedLinkFacetInformationRequest {
6
+ }
7
+ export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkFacetInformationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetTypedLinkFacetInformationCommand extends $Command<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: GetTypedLinkFacetInformationCommandInput;
12
+ constructor(input: GetTypedLinkFacetInformationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResponse } from "../models/models_0";
5
+ export interface ListAppliedSchemaArnsCommandInput extends ListAppliedSchemaArnsRequest {
6
+ }
7
+ export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArnsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAppliedSchemaArnsCommand extends $Command<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: ListAppliedSchemaArnsCommandInput;
12
+ constructor(input: ListAppliedSchemaArnsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListAttachedIndicesRequest, ListAttachedIndicesResponse } from "../models/models_0";
5
+ export interface ListAttachedIndicesCommandInput extends ListAttachedIndicesRequest {
6
+ }
7
+ export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAttachedIndicesCommand extends $Command<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: ListAttachedIndicesCommandInput;
12
+ constructor(input: ListAttachedIndicesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResponse } from "../models/models_0";
5
+ export interface ListDevelopmentSchemaArnsCommandInput extends ListDevelopmentSchemaArnsRequest {
6
+ }
7
+ export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentSchemaArnsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDevelopmentSchemaArnsCommand extends $Command<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: ListDevelopmentSchemaArnsCommandInput;
12
+ constructor(input: ListDevelopmentSchemaArnsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListDirectoriesRequest, ListDirectoriesResponse } from "../models/models_0";
5
+ export interface ListDirectoriesCommandInput extends ListDirectoriesRequest {
6
+ }
7
+ export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDirectoriesCommand extends $Command<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: ListDirectoriesCommandInput;
12
+ constructor(input: ListDirectoriesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDirectoriesCommandInput, ListDirectoriesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0";
5
+ export interface ListFacetAttributesCommandInput extends ListFacetAttributesRequest {
6
+ }
7
+ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListFacetAttributesCommand extends $Command<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
+ readonly input: ListFacetAttributesCommandInput;
12
+ constructor(input: ListFacetAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }