@aws-sdk/client-clouddirectory 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudDirectory.d.ts +1192 -335
  3. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +526 -139
  4. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +41 -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 +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2825 -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 +66 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  102. package/package.json +34 -34
@@ -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 { 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
- }
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 { DetachTypedLinkRequest } from "../models/models_0";
14
+ export interface DetachTypedLinkCommandInput extends DetachTypedLinkRequest {}
15
+ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DetachTypedLinkCommand extends $Command<
18
+ DetachTypedLinkCommandInput,
19
+ DetachTypedLinkCommandOutput,
20
+ CloudDirectoryClientResolvedConfig
21
+ > {
22
+ readonly input: DetachTypedLinkCommandInput;
23
+ constructor(input: DetachTypedLinkCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,37 @@
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
- }
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
+ DisableDirectoryRequest,
15
+ DisableDirectoryResponse,
16
+ } from "../models/models_0";
17
+ export interface DisableDirectoryCommandInput extends DisableDirectoryRequest {}
18
+ export interface DisableDirectoryCommandOutput
19
+ extends DisableDirectoryResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DisableDirectoryCommand extends $Command<
23
+ DisableDirectoryCommandInput,
24
+ DisableDirectoryCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: DisableDirectoryCommandInput;
28
+ constructor(input: DisableDirectoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudDirectoryClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DisableDirectoryCommandInput, DisableDirectoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
- }
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
+ EnableDirectoryRequest,
15
+ EnableDirectoryResponse,
16
+ } from "../models/models_0";
17
+ export interface EnableDirectoryCommandInput extends EnableDirectoryRequest {}
18
+ export interface EnableDirectoryCommandOutput
19
+ extends EnableDirectoryResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class EnableDirectoryCommand extends $Command<
23
+ EnableDirectoryCommandInput,
24
+ EnableDirectoryCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: EnableDirectoryCommandInput;
28
+ constructor(input: EnableDirectoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudDirectoryClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<EnableDirectoryCommandInput, EnableDirectoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
- }
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
+ GetAppliedSchemaVersionRequest,
15
+ GetAppliedSchemaVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAppliedSchemaVersionCommandInput
18
+ extends GetAppliedSchemaVersionRequest {}
19
+ export interface GetAppliedSchemaVersionCommandOutput
20
+ extends GetAppliedSchemaVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAppliedSchemaVersionCommand extends $Command<
24
+ GetAppliedSchemaVersionCommandInput,
25
+ GetAppliedSchemaVersionCommandOutput,
26
+ CloudDirectoryClientResolvedConfig
27
+ > {
28
+ readonly input: GetAppliedSchemaVersionCommandInput;
29
+ constructor(input: GetAppliedSchemaVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudDirectoryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAppliedSchemaVersionCommandInput,
37
+ GetAppliedSchemaVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
- }
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 { GetDirectoryRequest, GetDirectoryResponse } from "../models/models_0";
14
+ export interface GetDirectoryCommandInput extends GetDirectoryRequest {}
15
+ export interface GetDirectoryCommandOutput
16
+ extends GetDirectoryResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetDirectoryCommand extends $Command<
20
+ GetDirectoryCommandInput,
21
+ GetDirectoryCommandOutput,
22
+ CloudDirectoryClientResolvedConfig
23
+ > {
24
+ readonly input: GetDirectoryCommandInput;
25
+ constructor(input: GetDirectoryCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudDirectoryClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetDirectoryCommandInput, GetDirectoryCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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
- }
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 { GetFacetRequest, GetFacetResponse } from "../models/models_0";
14
+ export interface GetFacetCommandInput extends GetFacetRequest {}
15
+ export interface GetFacetCommandOutput
16
+ extends GetFacetResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetFacetCommand extends $Command<
20
+ GetFacetCommandInput,
21
+ GetFacetCommandOutput,
22
+ CloudDirectoryClientResolvedConfig
23
+ > {
24
+ readonly input: GetFacetCommandInput;
25
+ constructor(input: GetFacetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudDirectoryClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetFacetCommandInput, GetFacetCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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
- }
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
+ GetLinkAttributesRequest,
15
+ GetLinkAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLinkAttributesCommandInput
18
+ extends GetLinkAttributesRequest {}
19
+ export interface GetLinkAttributesCommandOutput
20
+ extends GetLinkAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetLinkAttributesCommand extends $Command<
24
+ GetLinkAttributesCommandInput,
25
+ GetLinkAttributesCommandOutput,
26
+ CloudDirectoryClientResolvedConfig
27
+ > {
28
+ readonly input: GetLinkAttributesCommandInput;
29
+ constructor(input: GetLinkAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudDirectoryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
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
- }
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
+ GetObjectAttributesRequest,
15
+ GetObjectAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetObjectAttributesCommandInput
18
+ extends GetObjectAttributesRequest {}
19
+ export interface GetObjectAttributesCommandOutput
20
+ extends GetObjectAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetObjectAttributesCommand extends $Command<
24
+ GetObjectAttributesCommandInput,
25
+ GetObjectAttributesCommandOutput,
26
+ CloudDirectoryClientResolvedConfig
27
+ > {
28
+ readonly input: GetObjectAttributesCommandInput;
29
+ constructor(input: GetObjectAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudDirectoryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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
- }
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
+ GetObjectInformationRequest,
15
+ GetObjectInformationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetObjectInformationCommandInput
18
+ extends GetObjectInformationRequest {}
19
+ export interface GetObjectInformationCommandOutput
20
+ extends GetObjectInformationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetObjectInformationCommand extends $Command<
24
+ GetObjectInformationCommandInput,
25
+ GetObjectInformationCommandOutput,
26
+ CloudDirectoryClientResolvedConfig
27
+ > {
28
+ readonly input: GetObjectInformationCommandInput;
29
+ constructor(input: GetObjectInformationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudDirectoryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetObjectInformationCommandInput,
37
+ GetObjectInformationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
- }
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
+ GetSchemaAsJsonRequest,
15
+ GetSchemaAsJsonResponse,
16
+ } from "../models/models_0";
17
+ export interface GetSchemaAsJsonCommandInput extends GetSchemaAsJsonRequest {}
18
+ export interface GetSchemaAsJsonCommandOutput
19
+ extends GetSchemaAsJsonResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetSchemaAsJsonCommand extends $Command<
23
+ GetSchemaAsJsonCommandInput,
24
+ GetSchemaAsJsonCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: GetSchemaAsJsonCommandInput;
28
+ constructor(input: GetSchemaAsJsonCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudDirectoryClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
- }
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
+ GetTypedLinkFacetInformationRequest,
15
+ GetTypedLinkFacetInformationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetTypedLinkFacetInformationCommandInput
18
+ extends GetTypedLinkFacetInformationRequest {}
19
+ export interface GetTypedLinkFacetInformationCommandOutput
20
+ extends GetTypedLinkFacetInformationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetTypedLinkFacetInformationCommand extends $Command<
24
+ GetTypedLinkFacetInformationCommandInput,
25
+ GetTypedLinkFacetInformationCommandOutput,
26
+ CloudDirectoryClientResolvedConfig
27
+ > {
28
+ readonly input: GetTypedLinkFacetInformationCommandInput;
29
+ constructor(input: GetTypedLinkFacetInformationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudDirectoryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetTypedLinkFacetInformationCommandInput,
37
+ GetTypedLinkFacetInformationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }