@aws-sdk/client-clouddirectory 3.279.0 → 3.282.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 (68) hide show
  1. package/README.md +531 -0
  2. package/dist-types/commands/AddFacetToObjectCommand.d.ts +6 -0
  3. package/dist-types/commands/ApplySchemaCommand.d.ts +6 -0
  4. package/dist-types/commands/AttachObjectCommand.d.ts +6 -0
  5. package/dist-types/commands/AttachPolicyCommand.d.ts +6 -0
  6. package/dist-types/commands/AttachToIndexCommand.d.ts +6 -0
  7. package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -0
  8. package/dist-types/commands/BatchReadCommand.d.ts +6 -0
  9. package/dist-types/commands/BatchWriteCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateFacetCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateIndexCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateObjectCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteFacetCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +6 -0
  21. package/dist-types/commands/DetachFromIndexCommand.d.ts +6 -0
  22. package/dist-types/commands/DetachObjectCommand.d.ts +6 -0
  23. package/dist-types/commands/DetachPolicyCommand.d.ts +6 -0
  24. package/dist-types/commands/DetachTypedLinkCommand.d.ts +6 -0
  25. package/dist-types/commands/DisableDirectoryCommand.d.ts +6 -0
  26. package/dist-types/commands/EnableDirectoryCommand.d.ts +6 -0
  27. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +6 -0
  28. package/dist-types/commands/GetDirectoryCommand.d.ts +6 -0
  29. package/dist-types/commands/GetFacetCommand.d.ts +6 -0
  30. package/dist-types/commands/GetLinkAttributesCommand.d.ts +6 -0
  31. package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -0
  32. package/dist-types/commands/GetObjectInformationCommand.d.ts +6 -0
  33. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +6 -0
  34. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -0
  35. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +6 -0
  36. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +6 -0
  37. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +6 -0
  38. package/dist-types/commands/ListDirectoriesCommand.d.ts +6 -0
  39. package/dist-types/commands/ListFacetAttributesCommand.d.ts +6 -0
  40. package/dist-types/commands/ListFacetNamesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +6 -0
  42. package/dist-types/commands/ListIndexCommand.d.ts +6 -0
  43. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListObjectAttributesCommand.d.ts +6 -0
  45. package/dist-types/commands/ListObjectChildrenCommand.d.ts +6 -0
  46. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListObjectParentsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +6 -0
  49. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +6 -0
  50. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  53. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -0
  54. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +6 -0
  55. package/dist-types/commands/LookupPolicyCommand.d.ts +6 -0
  56. package/dist-types/commands/PublishSchemaCommand.d.ts +6 -0
  57. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +6 -0
  58. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +6 -0
  59. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateFacetCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +6 -0
  66. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +6 -0
  67. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -0
  68. package/package.json +17 -17
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { BatchReadRequest, BatchReadResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchReadCommand}.
8
+ */
6
9
  export interface BatchReadCommandInput extends BatchReadRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchReadCommand}.
13
+ */
8
14
  export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchWriteCommand}.
8
+ */
6
9
  export interface BatchWriteCommandInput extends BatchWriteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchWriteCommand}.
13
+ */
8
14
  export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDirectoryCommand}.
8
+ */
6
9
  export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDirectoryCommand}.
13
+ */
8
14
  export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateFacetRequest, CreateFacetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateFacetCommand}.
8
+ */
6
9
  export interface CreateFacetCommandInput extends CreateFacetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateFacetCommand}.
13
+ */
8
14
  export interface CreateFacetCommandOutput extends CreateFacetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateIndexCommand}.
8
+ */
6
9
  export interface CreateIndexCommandInput extends CreateIndexRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateIndexCommand}.
13
+ */
8
14
  export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateObjectRequest, CreateObjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateObjectCommand}.
8
+ */
6
9
  export interface CreateObjectCommandInput extends CreateObjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateObjectCommand}.
13
+ */
8
14
  export interface CreateObjectCommandOutput extends CreateObjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSchemaCommand}.
8
+ */
6
9
  export interface CreateSchemaCommandInput extends CreateSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSchemaCommand}.
13
+ */
8
14
  export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateTypedLinkFacetCommand}.
8
+ */
6
9
  export interface CreateTypedLinkFacetCommandInput extends CreateTypedLinkFacetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateTypedLinkFacetCommand}.
13
+ */
8
14
  export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDirectoryCommand}.
8
+ */
6
9
  export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDirectoryCommand}.
13
+ */
8
14
  export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFacetCommand}.
8
+ */
6
9
  export interface DeleteFacetCommandInput extends DeleteFacetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFacetCommand}.
13
+ */
8
14
  export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteObjectCommand}.
8
+ */
6
9
  export interface DeleteObjectCommandInput extends DeleteObjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteObjectCommand}.
13
+ */
8
14
  export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSchemaCommand}.
8
+ */
6
9
  export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSchemaCommand}.
13
+ */
8
14
  export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteTypedLinkFacetCommand}.
8
+ */
6
9
  export interface DeleteTypedLinkFacetCommandInput extends DeleteTypedLinkFacetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTypedLinkFacetCommand}.
13
+ */
8
14
  export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetachFromIndexCommand}.
8
+ */
6
9
  export interface DetachFromIndexCommandInput extends DetachFromIndexRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DetachFromIndexCommand}.
13
+ */
8
14
  export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DetachObjectRequest, DetachObjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetachObjectCommand}.
8
+ */
6
9
  export interface DetachObjectCommandInput extends DetachObjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DetachObjectCommand}.
13
+ */
8
14
  export interface DetachObjectCommandOutput extends DetachObjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetachPolicyCommand}.
8
+ */
6
9
  export interface DetachPolicyCommandInput extends DetachPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DetachPolicyCommand}.
13
+ */
8
14
  export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DetachTypedLinkRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetachTypedLinkCommand}.
8
+ */
6
9
  export interface DetachTypedLinkCommandInput extends DetachTypedLinkRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DetachTypedLinkCommand}.
13
+ */
8
14
  export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { DisableDirectoryRequest, DisableDirectoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisableDirectoryCommand}.
8
+ */
6
9
  export interface DisableDirectoryCommandInput extends DisableDirectoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisableDirectoryCommand}.
13
+ */
8
14
  export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { EnableDirectoryRequest, EnableDirectoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link EnableDirectoryCommand}.
8
+ */
6
9
  export interface EnableDirectoryCommandInput extends EnableDirectoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableDirectoryCommand}.
13
+ */
8
14
  export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAppliedSchemaVersionCommand}.
8
+ */
6
9
  export interface GetAppliedSchemaVersionCommandInput extends GetAppliedSchemaVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAppliedSchemaVersionCommand}.
13
+ */
8
14
  export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetDirectoryRequest, GetDirectoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDirectoryCommand}.
8
+ */
6
9
  export interface GetDirectoryCommandInput extends GetDirectoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDirectoryCommand}.
13
+ */
8
14
  export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetFacetRequest, GetFacetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFacetCommand}.
8
+ */
6
9
  export interface GetFacetCommandInput extends GetFacetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFacetCommand}.
13
+ */
8
14
  export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetLinkAttributesRequest, GetLinkAttributesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetLinkAttributesCommand}.
8
+ */
6
9
  export interface GetLinkAttributesCommandInput extends GetLinkAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLinkAttributesCommand}.
13
+ */
8
14
  export interface GetLinkAttributesCommandOutput extends GetLinkAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetObjectAttributesRequest, GetObjectAttributesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetObjectAttributesCommand}.
8
+ */
6
9
  export interface GetObjectAttributesCommandInput extends GetObjectAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetObjectAttributesCommand}.
13
+ */
8
14
  export interface GetObjectAttributesCommandOutput extends GetObjectAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetObjectInformationRequest, GetObjectInformationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetObjectInformationCommand}.
8
+ */
6
9
  export interface GetObjectInformationCommandInput extends GetObjectInformationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetObjectInformationCommand}.
13
+ */
8
14
  export interface GetObjectInformationCommandOutput extends GetObjectInformationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSchemaAsJsonCommand}.
8
+ */
6
9
  export interface GetSchemaAsJsonCommandInput extends GetSchemaAsJsonRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSchemaAsJsonCommand}.
13
+ */
8
14
  export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTypedLinkFacetInformationCommand}.
8
+ */
6
9
  export interface GetTypedLinkFacetInformationCommandInput extends GetTypedLinkFacetInformationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTypedLinkFacetInformationCommand}.
13
+ */
8
14
  export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkFacetInformationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAppliedSchemaArnsCommand}.
8
+ */
6
9
  export interface ListAppliedSchemaArnsCommandInput extends ListAppliedSchemaArnsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAppliedSchemaArnsCommand}.
13
+ */
8
14
  export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArnsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListAttachedIndicesRequest, ListAttachedIndicesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAttachedIndicesCommand}.
8
+ */
6
9
  export interface ListAttachedIndicesCommandInput extends ListAttachedIndicesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAttachedIndicesCommand}.
13
+ */
8
14
  export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDevelopmentSchemaArnsCommand}.
8
+ */
6
9
  export interface ListDevelopmentSchemaArnsCommandInput extends ListDevelopmentSchemaArnsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDevelopmentSchemaArnsCommand}.
13
+ */
8
14
  export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentSchemaArnsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListDirectoriesRequest, ListDirectoriesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDirectoriesCommand}.
8
+ */
6
9
  export interface ListDirectoriesCommandInput extends ListDirectoriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDirectoriesCommand}.
13
+ */
8
14
  export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFacetAttributesCommand}.
8
+ */
6
9
  export interface ListFacetAttributesCommandInput extends ListFacetAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFacetAttributesCommand}.
13
+ */
8
14
  export interface ListFacetAttributesCommandOutput extends ListFacetAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFacetNamesCommand}.
8
+ */
6
9
  export interface ListFacetNamesCommandInput extends ListFacetNamesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFacetNamesCommand}.
13
+ */
8
14
  export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListIncomingTypedLinksCommand}.
8
+ */
6
9
  export interface ListIncomingTypedLinksCommandInput extends ListIncomingTypedLinksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListIncomingTypedLinksCommand}.
13
+ */
8
14
  export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLinksResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListIndexRequest, ListIndexResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListIndexCommand}.
8
+ */
6
9
  export interface ListIndexCommandInput extends ListIndexRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListIndexCommand}.
13
+ */
8
14
  export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListManagedSchemaArnsCommand}.
8
+ */
6
9
  export interface ListManagedSchemaArnsCommandInput extends ListManagedSchemaArnsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListManagedSchemaArnsCommand}.
13
+ */
8
14
  export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArnsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListObjectAttributesCommand}.
8
+ */
6
9
  export interface ListObjectAttributesCommandInput extends ListObjectAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListObjectAttributesCommand}.
13
+ */
8
14
  export interface ListObjectAttributesCommandOutput extends ListObjectAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListObjectChildrenCommand}.
8
+ */
6
9
  export interface ListObjectChildrenCommandInput extends ListObjectChildrenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListObjectChildrenCommand}.
13
+ */
8
14
  export interface ListObjectChildrenCommandOutput extends ListObjectChildrenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListObjectParentPathsCommand}.
8
+ */
6
9
  export interface ListObjectParentPathsCommandInput extends ListObjectParentPathsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListObjectParentPathsCommand}.
13
+ */
8
14
  export interface ListObjectParentPathsCommandOutput extends ListObjectParentPathsResponse, __MetadataBearer {
9
15
  }
10
16
  /**