@aws-sdk/client-clouddirectory 3.47.1 → 3.50.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 (101) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/CloudDirectory.d.ts +0 -335
  4. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +0 -139
  5. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/index.d.ts +0 -66
  72. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  73. package/dist-types/ts3.4/index.d.ts +0 -5
  74. package/dist-types/ts3.4/models/index.d.ts +0 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -2925
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  77. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +0 -4
  78. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +0 -4
  79. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +0 -4
  80. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +0 -4
  81. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +0 -4
  82. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +0 -4
  83. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +0 -4
  84. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +0 -4
  85. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +0 -4
  86. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +0 -4
  87. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +0 -4
  88. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +0 -4
  89. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +0 -4
  90. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +0 -4
  91. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +0 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  93. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +0 -4
  94. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +0 -4
  95. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +0 -4
  96. package/dist-types/ts3.4/pagination/index.d.ts +0 -20
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -200
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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
- }
@@ -1,17 +0,0 @@
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
- }
@@ -1,17 +0,0 @@
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
- }
@@ -1,17 +0,0 @@
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
- }
@@ -1,17 +0,0 @@
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
- }
@@ -1,17 +0,0 @@
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 { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0";
5
- export interface ListFacetNamesCommandInput extends ListFacetNamesRequest {
6
- }
7
- export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFacetNamesCommand extends $Command<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListFacetNamesCommandInput;
12
- constructor(input: ListFacetNamesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFacetNamesCommandInput, ListFacetNamesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0";
5
- export interface ListIncomingTypedLinksCommandInput extends ListIncomingTypedLinksRequest {
6
- }
7
- export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLinksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListIncomingTypedLinksCommand extends $Command<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListIncomingTypedLinksCommandInput;
12
- constructor(input: ListIncomingTypedLinksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListIndexRequest, ListIndexResponse } from "../models/models_0";
5
- export interface ListIndexCommandInput extends ListIndexRequest {
6
- }
7
- export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListIndexCommand extends $Command<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListIndexCommandInput;
12
- constructor(input: ListIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIndexCommandInput, ListIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0";
5
- export interface ListManagedSchemaArnsCommandInput extends ListManagedSchemaArnsRequest {
6
- }
7
- export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArnsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListManagedSchemaArnsCommand extends $Command<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListManagedSchemaArnsCommandInput;
12
- constructor(input: ListManagedSchemaArnsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0";
5
- export interface ListObjectAttributesCommandInput extends ListObjectAttributesRequest {
6
- }
7
- export interface ListObjectAttributesCommandOutput extends ListObjectAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListObjectAttributesCommand extends $Command<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListObjectAttributesCommandInput;
12
- constructor(input: ListObjectAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0";
5
- export interface ListObjectChildrenCommandInput extends ListObjectChildrenRequest {
6
- }
7
- export interface ListObjectChildrenCommandOutput extends ListObjectChildrenResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListObjectChildrenCommand extends $Command<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListObjectChildrenCommandInput;
12
- constructor(input: ListObjectChildrenCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0";
5
- export interface ListObjectParentPathsCommandInput extends ListObjectParentPathsRequest {
6
- }
7
- export interface ListObjectParentPathsCommandOutput extends ListObjectParentPathsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListObjectParentPathsCommand extends $Command<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListObjectParentPathsCommandInput;
12
- constructor(input: ListObjectParentPathsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0";
5
- export interface ListObjectParentsCommandInput extends ListObjectParentsRequest {
6
- }
7
- export interface ListObjectParentsCommandOutput extends ListObjectParentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListObjectParentsCommand extends $Command<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListObjectParentsCommandInput;
12
- constructor(input: ListObjectParentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectParentsCommandInput, ListObjectParentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0";
5
- export interface ListObjectPoliciesCommandInput extends ListObjectPoliciesRequest {
6
- }
7
- export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListObjectPoliciesCommand extends $Command<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListObjectPoliciesCommandInput;
12
- constructor(input: ListObjectPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0";
5
- export interface ListOutgoingTypedLinksCommandInput extends ListOutgoingTypedLinksRequest {
6
- }
7
- export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLinksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListOutgoingTypedLinksCommand extends $Command<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListOutgoingTypedLinksCommandInput;
12
- constructor(input: ListOutgoingTypedLinksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0";
5
- export interface ListPolicyAttachmentsCommandInput extends ListPolicyAttachmentsRequest {
6
- }
7
- export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachmentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPolicyAttachmentsCommand extends $Command<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListPolicyAttachmentsCommandInput;
12
- constructor(input: ListPolicyAttachmentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResponse } from "../models/models_0";
5
- export interface ListPublishedSchemaArnsCommandInput extends ListPublishedSchemaArnsRequest {
6
- }
7
- export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchemaArnsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPublishedSchemaArnsCommand extends $Command<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListPublishedSchemaArnsCommandInput;
12
- constructor(input: ListPublishedSchemaArnsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResponse } from "../models/models_0";
5
- export interface ListTypedLinkFacetAttributesCommandInput extends ListTypedLinkFacetAttributesRequest {
6
- }
7
- export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLinkFacetAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTypedLinkFacetAttributesCommand extends $Command<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListTypedLinkFacetAttributesCommandInput;
12
- constructor(input: ListTypedLinkFacetAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResponse } from "../models/models_0";
5
- export interface ListTypedLinkFacetNamesCommandInput extends ListTypedLinkFacetNamesRequest {
6
- }
7
- export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacetNamesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTypedLinkFacetNamesCommand extends $Command<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ListTypedLinkFacetNamesCommandInput;
12
- constructor(input: ListTypedLinkFacetNamesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0";
5
- export interface LookupPolicyCommandInput extends LookupPolicyRequest {
6
- }
7
- export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class LookupPolicyCommand extends $Command<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: LookupPolicyCommandInput;
12
- constructor(input: LookupPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<LookupPolicyCommandInput, LookupPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PublishSchemaRequest, PublishSchemaResponse } from "../models/models_0";
5
- export interface PublishSchemaCommandInput extends PublishSchemaRequest {
6
- }
7
- export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PublishSchemaCommand extends $Command<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: PublishSchemaCommandInput;
12
- constructor(input: PublishSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishSchemaCommandInput, PublishSchemaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutSchemaFromJsonRequest, PutSchemaFromJsonResponse } from "../models/models_0";
5
- export interface PutSchemaFromJsonCommandInput extends PutSchemaFromJsonRequest {
6
- }
7
- export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutSchemaFromJsonCommand extends $Command<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: PutSchemaFromJsonCommandInput;
12
- constructor(input: PutSchemaFromJsonCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { RemoveFacetFromObjectRequest, RemoveFacetFromObjectResponse } from "../models/models_0";
5
- export interface RemoveFacetFromObjectCommandInput extends RemoveFacetFromObjectRequest {
6
- }
7
- export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveFacetFromObjectCommand extends $Command<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: RemoveFacetFromObjectCommandInput;
12
- constructor(input: RemoveFacetFromObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }