@aws-sdk/client-clouddirectory 3.533.0 → 3.535.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 (137) hide show
  1. package/dist-types/CloudDirectory.d.ts +5 -1
  2. package/dist-types/CloudDirectoryClient.d.ts +1 -1
  3. package/dist-types/commands/AddFacetToObjectCommand.d.ts +2 -1
  4. package/dist-types/commands/ApplySchemaCommand.d.ts +2 -1
  5. package/dist-types/commands/AttachObjectCommand.d.ts +2 -1
  6. package/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/AttachToIndexCommand.d.ts +2 -1
  8. package/dist-types/commands/AttachTypedLinkCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchReadCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchWriteCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateFacetCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateObjectCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteFacetCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteObjectCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +2 -1
  22. package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -1
  23. package/dist-types/commands/DetachObjectCommand.d.ts +2 -1
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/DetachTypedLinkCommand.d.ts +2 -1
  26. package/dist-types/commands/DisableDirectoryCommand.d.ts +2 -1
  27. package/dist-types/commands/EnableDirectoryCommand.d.ts +2 -1
  28. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +2 -1
  29. package/dist-types/commands/GetDirectoryCommand.d.ts +2 -1
  30. package/dist-types/commands/GetFacetCommand.d.ts +2 -1
  31. package/dist-types/commands/GetLinkAttributesCommand.d.ts +2 -1
  32. package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -1
  33. package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -1
  34. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +2 -1
  35. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +2 -1
  36. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListDirectoriesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListFacetAttributesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListFacetNamesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +2 -1
  43. package/dist-types/commands/ListIndexCommand.d.ts +2 -1
  44. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListObjectAttributesCommand.d.ts +2 -1
  46. package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -1
  47. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -1
  50. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +2 -1
  51. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +2 -1
  55. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +2 -1
  56. package/dist-types/commands/LookupPolicyCommand.d.ts +2 -1
  57. package/dist-types/commands/PublishSchemaCommand.d.ts +2 -1
  58. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +2 -1
  59. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +2 -1
  60. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  61. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateFacetCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +2 -1
  67. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +2 -1
  68. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +2 -1
  69. package/dist-types/models/models_0.d.ts +686 -686
  70. package/dist-types/ts3.4/CloudDirectory.d.ts +4 -0
  71. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +9 -0
  137. package/package.json +40 -40
@@ -720,6 +720,7 @@ export interface CloudDirectory {
720
720
  options: __HttpHandlerOptions,
721
721
  cb: (err: any, data?: ListAttachedIndicesCommandOutput) => void
722
722
  ): void;
723
+ listDevelopmentSchemaArns(): Promise<ListDevelopmentSchemaArnsCommandOutput>;
723
724
  listDevelopmentSchemaArns(
724
725
  args: ListDevelopmentSchemaArnsCommandInput,
725
726
  options?: __HttpHandlerOptions
@@ -733,6 +734,7 @@ export interface CloudDirectory {
733
734
  options: __HttpHandlerOptions,
734
735
  cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void
735
736
  ): void;
737
+ listDirectories(): Promise<ListDirectoriesCommandOutput>;
736
738
  listDirectories(
737
739
  args: ListDirectoriesCommandInput,
738
740
  options?: __HttpHandlerOptions
@@ -798,6 +800,7 @@ export interface CloudDirectory {
798
800
  options: __HttpHandlerOptions,
799
801
  cb: (err: any, data?: ListIndexCommandOutput) => void
800
802
  ): void;
803
+ listManagedSchemaArns(): Promise<ListManagedSchemaArnsCommandOutput>;
801
804
  listManagedSchemaArns(
802
805
  args: ListManagedSchemaArnsCommandInput,
803
806
  options?: __HttpHandlerOptions
@@ -902,6 +905,7 @@ export interface CloudDirectory {
902
905
  options: __HttpHandlerOptions,
903
906
  cb: (err: any, data?: ListPolicyAttachmentsCommandOutput) => void
904
907
  ): void;
908
+ listPublishedSchemaArns(): Promise<ListPublishedSchemaArnsCommandOutput>;
905
909
  listPublishedSchemaArns(
906
910
  args: ListPublishedSchemaArnsCommandInput,
907
911
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const AddFacetToObjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddFacetToObjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddFacetToObjectCommandInput,
31
+ AddFacetToObjectCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base {}
@@ -21,6 +21,15 @@ declare const ApplySchemaCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ApplySchemaCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ApplySchemaCommandInput,
28
+ ApplySchemaCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ApplySchemaCommand extends ApplySchemaCommand_base {}
@@ -21,6 +21,15 @@ declare const AttachObjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AttachObjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AttachObjectCommandInput,
28
+ AttachObjectCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AttachObjectCommand extends AttachObjectCommand_base {}
@@ -21,6 +21,15 @@ declare const AttachPolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AttachPolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AttachPolicyCommandInput,
28
+ AttachPolicyCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AttachPolicyCommand extends AttachPolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const AttachToIndexCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AttachToIndexCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AttachToIndexCommandInput,
31
+ AttachToIndexCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AttachToIndexCommand extends AttachToIndexCommand_base {}
@@ -24,6 +24,15 @@ declare const AttachTypedLinkCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AttachTypedLinkCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AttachTypedLinkCommandInput,
31
+ AttachTypedLinkCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {}
@@ -21,6 +21,15 @@ declare const BatchReadCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: BatchReadCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ BatchReadCommandInput,
28
+ BatchReadCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class BatchReadCommand extends BatchReadCommand_base {}
@@ -21,6 +21,15 @@ declare const BatchWriteCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: BatchWriteCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ BatchWriteCommandInput,
28
+ BatchWriteCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class BatchWriteCommand extends BatchWriteCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDirectoryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDirectoryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDirectoryCommandInput,
31
+ CreateDirectoryCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateFacetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateFacetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateFacetCommandInput,
28
+ CreateFacetCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateFacetCommand extends CreateFacetCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateIndexCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateIndexCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateIndexCommandInput,
28
+ CreateIndexCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateIndexCommand extends CreateIndexCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateObjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateObjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateObjectCommandInput,
28
+ CreateObjectCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateObjectCommand extends CreateObjectCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateSchemaCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateSchemaCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateSchemaCommandInput,
28
+ CreateSchemaCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateSchemaCommand extends CreateSchemaCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateTypedLinkFacetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateTypedLinkFacetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateTypedLinkFacetCommandInput,
32
+ CreateTypedLinkFacetCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateTypedLinkFacetCommand extends CreateTypedLinkFacetCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteDirectoryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteDirectoryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteDirectoryCommandInput,
31
+ DeleteDirectoryCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteFacetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteFacetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteFacetCommandInput,
28
+ DeleteFacetCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteFacetCommand extends DeleteFacetCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteObjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteObjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteObjectCommandInput,
28
+ DeleteObjectCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteObjectCommand extends DeleteObjectCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteSchemaCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteSchemaCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteSchemaCommandInput,
28
+ DeleteSchemaCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteTypedLinkFacetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteTypedLinkFacetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteTypedLinkFacetCommandInput,
32
+ DeleteTypedLinkFacetCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteTypedLinkFacetCommand extends DeleteTypedLinkFacetCommand_base {}
@@ -24,6 +24,15 @@ declare const DetachFromIndexCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DetachFromIndexCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DetachFromIndexCommandInput,
31
+ DetachFromIndexCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DetachFromIndexCommand extends DetachFromIndexCommand_base {}
@@ -21,6 +21,15 @@ declare const DetachObjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DetachObjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DetachObjectCommandInput,
28
+ DetachObjectCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DetachObjectCommand extends DetachObjectCommand_base {}
@@ -21,6 +21,15 @@ declare const DetachPolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DetachPolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DetachPolicyCommandInput,
28
+ DetachPolicyCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DetachPolicyCommand extends DetachPolicyCommand_base {}
@@ -19,6 +19,15 @@ declare const DetachTypedLinkCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DetachTypedLinkCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DetachTypedLinkCommandInput,
26
+ DetachTypedLinkCommandOutput,
27
+ CloudDirectoryClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base {}
@@ -24,6 +24,15 @@ declare const DisableDirectoryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DisableDirectoryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DisableDirectoryCommandInput,
31
+ DisableDirectoryCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DisableDirectoryCommand extends DisableDirectoryCommand_base {}
@@ -24,6 +24,15 @@ declare const EnableDirectoryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: EnableDirectoryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ EnableDirectoryCommandInput,
31
+ EnableDirectoryCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class EnableDirectoryCommand extends EnableDirectoryCommand_base {}
@@ -25,6 +25,15 @@ declare const GetAppliedSchemaVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetAppliedSchemaVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetAppliedSchemaVersionCommandInput,
32
+ GetAppliedSchemaVersionCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const GetDirectoryCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetDirectoryCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetDirectoryCommandInput,
28
+ GetDirectoryCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetDirectoryCommand extends GetDirectoryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetFacetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetFacetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetFacetCommandInput,
28
+ GetFacetCommandOutput,
29
+ CloudDirectoryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetFacetCommand extends GetFacetCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLinkAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLinkAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLinkAttributesCommandInput,
32
+ GetLinkAttributesCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetObjectAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetObjectAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetObjectAttributesCommandInput,
32
+ GetObjectAttributesCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetObjectInformationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetObjectInformationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetObjectInformationCommandInput,
32
+ GetObjectInformationCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetObjectInformationCommand extends GetObjectInformationCommand_base {}
@@ -24,6 +24,15 @@ declare const GetSchemaAsJsonCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetSchemaAsJsonCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetSchemaAsJsonCommandInput,
31
+ GetSchemaAsJsonCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTypedLinkFacetInformationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTypedLinkFacetInformationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTypedLinkFacetInformationCommandInput,
32
+ GetTypedLinkFacetInformationCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAppliedSchemaArnsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAppliedSchemaArnsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAppliedSchemaArnsCommandInput,
32
+ ListAppliedSchemaArnsCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAppliedSchemaArnsCommand extends ListAppliedSchemaArnsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAttachedIndicesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAttachedIndicesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAttachedIndicesCommandInput,
32
+ ListAttachedIndicesCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAttachedIndicesCommand extends ListAttachedIndicesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDevelopmentSchemaArnsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDevelopmentSchemaArnsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDevelopmentSchemaArnsCommandInput,
32
+ ListDevelopmentSchemaArnsCommandOutput,
33
+ CloudDirectoryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListDirectoriesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListDirectoriesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListDirectoriesCommandInput,
31
+ ListDirectoriesCommandOutput,
32
+ CloudDirectoryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListDirectoriesCommand extends ListDirectoriesCommand_base {}