@aws-sdk/client-clouddirectory 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudDirectory.d.ts +1126 -335
  3. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +501 -139
  4. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2083 -2534
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/index.d.ts +20 -20
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  102. package/package.json +34 -34
@@ -1,17 +1,36 @@
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
+ 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
+ ListObjectPoliciesRequest,
15
+ ListObjectPoliciesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListObjectPoliciesCommandInput
18
+ extends ListObjectPoliciesRequest {}
19
+ export interface ListObjectPoliciesCommandOutput
20
+ extends ListObjectPoliciesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListObjectPoliciesCommand extends $Command<
23
+ ListObjectPoliciesCommandInput,
24
+ ListObjectPoliciesCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: ListObjectPoliciesCommandInput;
28
+ constructor(input: ListObjectPoliciesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
+ 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
+ ListOutgoingTypedLinksRequest,
15
+ ListOutgoingTypedLinksResponse,
16
+ } from "../models/models_0";
17
+ export interface ListOutgoingTypedLinksCommandInput
18
+ extends ListOutgoingTypedLinksRequest {}
19
+ export interface ListOutgoingTypedLinksCommandOutput
20
+ extends ListOutgoingTypedLinksResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListOutgoingTypedLinksCommand extends $Command<
23
+ ListOutgoingTypedLinksCommandInput,
24
+ ListOutgoingTypedLinksCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: ListOutgoingTypedLinksCommandInput;
28
+ constructor(input: ListOutgoingTypedLinksCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListOutgoingTypedLinksCommandInput,
35
+ ListOutgoingTypedLinksCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ 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
+ ListPolicyAttachmentsRequest,
15
+ ListPolicyAttachmentsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPolicyAttachmentsCommandInput
18
+ extends ListPolicyAttachmentsRequest {}
19
+ export interface ListPolicyAttachmentsCommandOutput
20
+ extends ListPolicyAttachmentsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPolicyAttachmentsCommand extends $Command<
23
+ ListPolicyAttachmentsCommandInput,
24
+ ListPolicyAttachmentsCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: ListPolicyAttachmentsCommandInput;
28
+ constructor(input: ListPolicyAttachmentsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPolicyAttachmentsCommandInput,
35
+ ListPolicyAttachmentsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ 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
+ ListPublishedSchemaArnsRequest,
15
+ ListPublishedSchemaArnsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPublishedSchemaArnsCommandInput
18
+ extends ListPublishedSchemaArnsRequest {}
19
+ export interface ListPublishedSchemaArnsCommandOutput
20
+ extends ListPublishedSchemaArnsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPublishedSchemaArnsCommand extends $Command<
23
+ ListPublishedSchemaArnsCommandInput,
24
+ ListPublishedSchemaArnsCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: ListPublishedSchemaArnsCommandInput;
28
+ constructor(input: ListPublishedSchemaArnsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPublishedSchemaArnsCommandInput,
35
+ ListPublishedSchemaArnsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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
+ 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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
+ 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
+ ListTypedLinkFacetAttributesRequest,
15
+ ListTypedLinkFacetAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTypedLinkFacetAttributesCommandInput
18
+ extends ListTypedLinkFacetAttributesRequest {}
19
+ export interface ListTypedLinkFacetAttributesCommandOutput
20
+ extends ListTypedLinkFacetAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTypedLinkFacetAttributesCommand extends $Command<
23
+ ListTypedLinkFacetAttributesCommandInput,
24
+ ListTypedLinkFacetAttributesCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: ListTypedLinkFacetAttributesCommandInput;
28
+ constructor(input: ListTypedLinkFacetAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListTypedLinkFacetAttributesCommandInput,
35
+ ListTypedLinkFacetAttributesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ 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
+ ListTypedLinkFacetNamesRequest,
15
+ ListTypedLinkFacetNamesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTypedLinkFacetNamesCommandInput
18
+ extends ListTypedLinkFacetNamesRequest {}
19
+ export interface ListTypedLinkFacetNamesCommandOutput
20
+ extends ListTypedLinkFacetNamesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTypedLinkFacetNamesCommand extends $Command<
23
+ ListTypedLinkFacetNamesCommandInput,
24
+ ListTypedLinkFacetNamesCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: ListTypedLinkFacetNamesCommandInput;
28
+ constructor(input: ListTypedLinkFacetNamesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListTypedLinkFacetNamesCommandInput,
35
+ ListTypedLinkFacetNamesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ 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 { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0";
14
+ export interface LookupPolicyCommandInput extends LookupPolicyRequest {}
15
+ export interface LookupPolicyCommandOutput
16
+ extends LookupPolicyResponse,
17
+ __MetadataBearer {}
18
+ export declare class LookupPolicyCommand extends $Command<
19
+ LookupPolicyCommandInput,
20
+ LookupPolicyCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: LookupPolicyCommandInput;
24
+ constructor(input: LookupPolicyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<LookupPolicyCommandInput, LookupPolicyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { 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
+ 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
+ PublishSchemaRequest,
15
+ PublishSchemaResponse,
16
+ } from "../models/models_0";
17
+ export interface PublishSchemaCommandInput extends PublishSchemaRequest {}
18
+ export interface PublishSchemaCommandOutput
19
+ extends PublishSchemaResponse,
20
+ __MetadataBearer {}
21
+ export declare class PublishSchemaCommand extends $Command<
22
+ PublishSchemaCommandInput,
23
+ PublishSchemaCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: PublishSchemaCommandInput;
27
+ constructor(input: PublishSchemaCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<PublishSchemaCommandInput, PublishSchemaCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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
+ 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
+ PutSchemaFromJsonRequest,
15
+ PutSchemaFromJsonResponse,
16
+ } from "../models/models_0";
17
+ export interface PutSchemaFromJsonCommandInput
18
+ extends PutSchemaFromJsonRequest {}
19
+ export interface PutSchemaFromJsonCommandOutput
20
+ extends PutSchemaFromJsonResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutSchemaFromJsonCommand extends $Command<
23
+ PutSchemaFromJsonCommandInput,
24
+ PutSchemaFromJsonCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: PutSchemaFromJsonCommandInput;
28
+ constructor(input: PutSchemaFromJsonCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ RemoveFacetFromObjectRequest,
15
+ RemoveFacetFromObjectResponse,
16
+ } from "../models/models_0";
17
+ export interface RemoveFacetFromObjectCommandInput
18
+ extends RemoveFacetFromObjectRequest {}
19
+ export interface RemoveFacetFromObjectCommandOutput
20
+ extends RemoveFacetFromObjectResponse,
21
+ __MetadataBearer {}
22
+ export declare class RemoveFacetFromObjectCommand extends $Command<
23
+ RemoveFacetFromObjectCommandInput,
24
+ RemoveFacetFromObjectCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: RemoveFacetFromObjectCommandInput;
28
+ constructor(input: RemoveFacetFromObjectCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RemoveFacetFromObjectCommandInput,
35
+ RemoveFacetFromObjectCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }