@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,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 { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
5
- export interface CreateSchemaCommandInput extends CreateSchemaRequest {
6
- }
7
- export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateSchemaCommandInput;
12
- constructor(input: CreateSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
14
+ export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
15
+ export interface CreateSchemaCommandOutput
16
+ extends CreateSchemaResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateSchemaCommand extends $Command<
19
+ CreateSchemaCommandInput,
20
+ CreateSchemaCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: CreateSchemaCommandInput;
24
+ constructor(input: CreateSchemaCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0";
5
- export interface CreateTypedLinkFacetCommandInput extends CreateTypedLinkFacetRequest {
6
- }
7
- export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTypedLinkFacetCommand extends $Command<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateTypedLinkFacetCommandInput;
12
- constructor(input: CreateTypedLinkFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ CreateTypedLinkFacetRequest,
15
+ CreateTypedLinkFacetResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateTypedLinkFacetCommandInput
18
+ extends CreateTypedLinkFacetRequest {}
19
+ export interface CreateTypedLinkFacetCommandOutput
20
+ extends CreateTypedLinkFacetResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateTypedLinkFacetCommand extends $Command<
23
+ CreateTypedLinkFacetCommandInput,
24
+ CreateTypedLinkFacetCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: CreateTypedLinkFacetCommandInput;
28
+ constructor(input: CreateTypedLinkFacetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateTypedLinkFacetCommandInput,
35
+ CreateTypedLinkFacetCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0";
5
- export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {
6
- }
7
- export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteDirectoryCommandInput;
12
- constructor(input: DeleteDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DeleteDirectoryRequest,
15
+ DeleteDirectoryResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {}
18
+ export interface DeleteDirectoryCommandOutput
19
+ extends DeleteDirectoryResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteDirectoryCommand extends $Command<
22
+ DeleteDirectoryCommandInput,
23
+ DeleteDirectoryCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteDirectoryCommandInput;
27
+ constructor(input: DeleteDirectoryCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0";
5
- export interface DeleteFacetCommandInput extends DeleteFacetRequest {
6
- }
7
- export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFacetCommand extends $Command<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteFacetCommandInput;
12
- constructor(input: DeleteFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFacetCommandInput, DeleteFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0";
14
+ export interface DeleteFacetCommandInput extends DeleteFacetRequest {}
15
+ export interface DeleteFacetCommandOutput
16
+ extends DeleteFacetResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteFacetCommand extends $Command<
19
+ DeleteFacetCommandInput,
20
+ DeleteFacetCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFacetCommandInput;
24
+ constructor(input: DeleteFacetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteFacetCommandInput, DeleteFacetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
5
- export interface DeleteObjectCommandInput extends DeleteObjectRequest {
6
- }
7
- export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteObjectCommand extends $Command<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteObjectCommandInput;
12
- constructor(input: DeleteObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteObjectCommandInput, DeleteObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
14
+ export interface DeleteObjectCommandInput extends DeleteObjectRequest {}
15
+ export interface DeleteObjectCommandOutput
16
+ extends DeleteObjectResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteObjectCommand extends $Command<
19
+ DeleteObjectCommandInput,
20
+ DeleteObjectCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteObjectCommandInput;
24
+ constructor(input: DeleteObjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteObjectCommandInput, DeleteObjectCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0";
5
- export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
6
- }
7
- export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteSchemaCommandInput;
12
- constructor(input: DeleteSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0";
14
+ export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
15
+ export interface DeleteSchemaCommandOutput
16
+ extends DeleteSchemaResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteSchemaCommand extends $Command<
19
+ DeleteSchemaCommandInput,
20
+ DeleteSchemaCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteSchemaCommandInput;
24
+ constructor(input: DeleteSchemaCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } from "../models/models_0";
5
- export interface DeleteTypedLinkFacetCommandInput extends DeleteTypedLinkFacetRequest {
6
- }
7
- export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTypedLinkFacetCommand extends $Command<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteTypedLinkFacetCommandInput;
12
- constructor(input: DeleteTypedLinkFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DeleteTypedLinkFacetRequest,
15
+ DeleteTypedLinkFacetResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteTypedLinkFacetCommandInput
18
+ extends DeleteTypedLinkFacetRequest {}
19
+ export interface DeleteTypedLinkFacetCommandOutput
20
+ extends DeleteTypedLinkFacetResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteTypedLinkFacetCommand extends $Command<
23
+ DeleteTypedLinkFacetCommandInput,
24
+ DeleteTypedLinkFacetCommandOutput,
25
+ CloudDirectoryClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteTypedLinkFacetCommandInput;
28
+ constructor(input: DeleteTypedLinkFacetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudDirectoryClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteTypedLinkFacetCommandInput,
35
+ DeleteTypedLinkFacetCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0";
5
- export interface DetachFromIndexCommandInput extends DetachFromIndexRequest {
6
- }
7
- export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachFromIndexCommand extends $Command<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DetachFromIndexCommandInput;
12
- constructor(input: DetachFromIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachFromIndexCommandInput, DetachFromIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DetachFromIndexRequest,
15
+ DetachFromIndexResponse,
16
+ } from "../models/models_0";
17
+ export interface DetachFromIndexCommandInput extends DetachFromIndexRequest {}
18
+ export interface DetachFromIndexCommandOutput
19
+ extends DetachFromIndexResponse,
20
+ __MetadataBearer {}
21
+ export declare class DetachFromIndexCommand extends $Command<
22
+ DetachFromIndexCommandInput,
23
+ DetachFromIndexCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: DetachFromIndexCommandInput;
27
+ constructor(input: DetachFromIndexCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DetachFromIndexCommandInput, DetachFromIndexCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DetachObjectRequest, DetachObjectResponse } from "../models/models_0";
5
- export interface DetachObjectCommandInput extends DetachObjectRequest {
6
- }
7
- export interface DetachObjectCommandOutput extends DetachObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachObjectCommand extends $Command<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DetachObjectCommandInput;
12
- constructor(input: DetachObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachObjectCommandInput, DetachObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { DetachObjectRequest, DetachObjectResponse } from "../models/models_0";
14
+ export interface DetachObjectCommandInput extends DetachObjectRequest {}
15
+ export interface DetachObjectCommandOutput
16
+ extends DetachObjectResponse,
17
+ __MetadataBearer {}
18
+ export declare class DetachObjectCommand extends $Command<
19
+ DetachObjectCommandInput,
20
+ DetachObjectCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: DetachObjectCommandInput;
24
+ constructor(input: DetachObjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DetachObjectCommandInput, DetachObjectCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0";
5
- export interface DetachPolicyCommandInput extends DetachPolicyRequest {
6
- }
7
- export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachPolicyCommand extends $Command<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DetachPolicyCommandInput;
12
- constructor(input: DetachPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachPolicyCommandInput, DetachPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0";
14
+ export interface DetachPolicyCommandInput extends DetachPolicyRequest {}
15
+ export interface DetachPolicyCommandOutput
16
+ extends DetachPolicyResponse,
17
+ __MetadataBearer {}
18
+ export declare class DetachPolicyCommand extends $Command<
19
+ DetachPolicyCommandInput,
20
+ DetachPolicyCommandOutput,
21
+ CloudDirectoryClientResolvedConfig
22
+ > {
23
+ readonly input: DetachPolicyCommandInput;
24
+ constructor(input: DetachPolicyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudDirectoryClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DetachPolicyCommandInput, DetachPolicyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
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
+ export declare class DetachTypedLinkCommand extends $Command<
17
+ DetachTypedLinkCommandInput,
18
+ DetachTypedLinkCommandOutput,
19
+ CloudDirectoryClientResolvedConfig
20
+ > {
21
+ readonly input: DetachTypedLinkCommandInput;
22
+ constructor(input: DetachTypedLinkCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudDirectoryClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { 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
+ export declare class DisableDirectoryCommand extends $Command<
22
+ DisableDirectoryCommandInput,
23
+ DisableDirectoryCommandOutput,
24
+ CloudDirectoryClientResolvedConfig
25
+ > {
26
+ readonly input: DisableDirectoryCommandInput;
27
+ constructor(input: DisableDirectoryCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudDirectoryClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DisableDirectoryCommandInput, DisableDirectoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }