@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
@@ -22,10 +22,10 @@ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetFacetCommand_base: {
24
24
  new (input: GetFacetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFacetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets details of the <a>Facet</a>, such as facet name, attributes, <a>Rule</a>s, or <code>ObjectType</code>. You can call this on all kinds of schema
30
30
  * facets -- published, development, or applied.</p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const GetFacetCommand_base: {
84
84
  * @throws {@link CloudDirectoryServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetFacetCommand extends GetFacetCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons
22
22
  }
23
23
  declare const GetLinkAttributesCommand_base: {
24
24
  new (input: GetLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves attributes that are associated with a typed link.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -125,6 +125,7 @@ declare const GetLinkAttributesCommand_base: {
125
125
  * @throws {@link CloudDirectoryServiceException}
126
126
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesRes
22
22
  }
23
23
  declare const GetObjectAttributesCommand_base: {
24
24
  new (input: GetObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves attributes within a facet that are associated with an object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const GetObjectAttributesCommand_base: {
108
108
  * @throws {@link CloudDirectoryServiceException}
109
109
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface GetObjectInformationCommandOutput extends GetObjectInformationR
22
22
  }
23
23
  declare const GetObjectInformationCommand_base: {
24
24
  new (input: GetObjectInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetObjectInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves metadata about an object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const GetObjectInformationCommand_base: {
88
88
  * @throws {@link CloudDirectoryServiceException}
89
89
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetObjectInformationCommand extends GetObjectInformationCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, _
22
22
  }
23
23
  declare const GetSchemaAsJsonCommand_base: {
24
24
  new (input: GetSchemaAsJsonCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSchemaAsJsonCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a JSON representation of the schema. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_jsonformat.html#schemas_json">JSON Schema Format</a> for more information.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const GetSchemaAsJsonCommand_base: {
76
76
  * @throws {@link CloudDirectoryServiceException}
77
77
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkF
22
22
  }
23
23
  declare const GetTypedLinkFacetInformationCommand_base: {
24
24
  new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTypedLinkFacetInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the identity attribute order for a specific <a>TypedLinkFacet</a>. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetTypedLinkFacetInformationCommand_base: {
84
84
  * @throws {@link CloudDirectoryServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArn
22
22
  }
23
23
  declare const ListAppliedSchemaArnsCommand_base: {
24
24
  new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAppliedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists schema major versions applied to a directory. If <code>SchemaArn</code> is provided, lists the minor version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const ListAppliedSchemaArnsCommand_base: {
84
84
  * @throws {@link CloudDirectoryServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListAppliedSchemaArnsCommand extends ListAppliedSchemaArnsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesRes
22
22
  }
23
23
  declare const ListAttachedIndicesCommand_base: {
24
24
  new (input: ListAttachedIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAttachedIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists indices attached to the specified object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const ListAttachedIndicesCommand_base: {
105
105
  * @throws {@link CloudDirectoryServiceException}
106
106
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class ListAttachedIndicesCommand extends ListAttachedIndicesCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentS
22
22
  }
23
23
  declare const ListDevelopmentSchemaArnsCommand_base: {
24
24
  new (input: ListDevelopmentSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDevelopmentSchemaArnsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves each Amazon Resource Name (ARN) of schemas in the development
30
30
  * state.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const ListDevelopmentSchemaArnsCommand_base: {
83
83
  * @throws {@link CloudDirectoryServiceException}
84
84
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, _
22
22
  }
23
23
  declare const ListDirectoriesCommand_base: {
24
24
  new (input: ListDirectoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDirectoriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists directories created within an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const ListDirectoriesCommand_base: {
85
85
  * @throws {@link CloudDirectoryServiceException}
86
86
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListDirectoriesCommand extends ListDirectoriesCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesRes
22
22
  }
23
23
  declare const ListFacetAttributesCommand_base: {
24
24
  new (input: ListFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves attributes attached to the facet.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const ListFacetAttributesCommand_base: {
113
113
  * @throws {@link CloudDirectoryServiceException}
114
114
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __M
22
22
  }
23
23
  declare const ListFacetNamesCommand_base: {
24
24
  new (input: ListFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the names of facets that exist in a schema.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListFacetNamesCommand_base: {
83
83
  * @throws {@link CloudDirectoryServiceException}
84
84
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListFacetNamesCommand extends ListFacetNamesCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
22
22
  }
23
23
  declare const ListIncomingTypedLinksCommand_base: {
24
24
  new (input: ListIncomingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListIncomingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a paginated list of all the incoming <a>TypedLinkSpecifier</a>
30
30
  * information for an object. It also supports filtering by typed link facet and identity
31
31
  * attributes. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
@@ -146,6 +146,7 @@ declare const ListIncomingTypedLinksCommand_base: {
146
146
  * @throws {@link CloudDirectoryServiceException}
147
147
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
22
22
  }
23
23
  declare const ListIndexCommand_base: {
24
24
  new (input: ListIndexCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListIndexCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists objects attached to the specified index.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -142,6 +142,7 @@ declare const ListIndexCommand_base: {
142
142
  * @throws {@link CloudDirectoryServiceException}
143
143
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class ListIndexCommand extends ListIndexCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn
22
22
  }
23
23
  declare const ListManagedSchemaArnsCommand_base: {
24
24
  new (input: ListManagedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListManagedSchemaArnsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListManagedSchemaArnsCommand_base: {
77
77
  * @throws {@link CloudDirectoryServiceException}
78
78
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
22
22
  }
23
23
  declare const ListObjectAttributesCommand_base: {
24
24
  new (input: ListObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all attributes that are associated with an object.
30
30
  * </p>
31
31
  * @example
@@ -112,6 +112,7 @@ declare const ListObjectAttributesCommand_base: {
112
112
  * @throws {@link CloudDirectoryServiceException}
113
113
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
22
22
  }
23
23
  declare const ListObjectChildrenCommand_base: {
24
24
  new (input: ListObjectChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a paginated list of child objects that are associated with a given
30
30
  * object.</p>
31
31
  * @example
@@ -95,6 +95,7 @@ declare const ListObjectChildrenCommand_base: {
95
95
  * @throws {@link CloudDirectoryServiceException}
96
96
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
22
22
  }
23
23
  declare const ListObjectParentPathsCommand_base: {
24
24
  new (input: ListObjectParentPathsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectParentPathsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves all available parent paths for any object type such as node, leaf node,
30
30
  * policy node, and index node objects. For more information about objects, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directorystructure.html">Directory Structure</a>.</p>
31
31
  * <p>Use this API to evaluate all parents for an object. The call returns all objects from
@@ -101,6 +101,7 @@ declare const ListObjectParentPathsCommand_base: {
101
101
  * @throws {@link CloudDirectoryServiceException}
102
102
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
22
22
  }
23
23
  declare const ListObjectParentsCommand_base: {
24
24
  new (input: ListObjectParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists parent objects that are associated with a given object in pagination
30
30
  * fashion.</p>
31
31
  * @example
@@ -101,6 +101,7 @@ declare const ListObjectParentsCommand_base: {
101
101
  * @throws {@link CloudDirectoryServiceException}
102
102
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
22
22
  }
23
23
  declare const ListObjectPoliciesCommand_base: {
24
24
  new (input: ListObjectPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns policies attached to an object in pagination fashion.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const ListObjectPoliciesCommand_base: {
90
90
  * @throws {@link CloudDirectoryServiceException}
91
91
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
22
22
  }
23
23
  declare const ListOutgoingTypedLinksCommand_base: {
24
24
  new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListOutgoingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a>
30
30
  * information for an object. It also supports filtering by typed link facet and identity
31
31
  * attributes. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
@@ -146,6 +146,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
146
146
  * @throws {@link CloudDirectoryServiceException}
147
147
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
22
22
  }
23
23
  declare const ListPolicyAttachmentsCommand_base: {
24
24
  new (input: ListPolicyAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPolicyAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const ListPolicyAttachmentsCommand_base: {
93
93
  * @throws {@link CloudDirectoryServiceException}
94
94
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListPolicyAttachmentsCommand extends ListPolicyAttachmentsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
22
22
  }
23
23
  declare const ListPublishedSchemaArnsCommand_base: {
24
24
  new (input: ListPublishedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPublishedSchemaArnsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the major version families of each published schema. If a major version ARN is provided as <code>SchemaArn</code>, the minor version revisions in that family are listed instead.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListPublishedSchemaArnsCommand_base: {
83
83
  * @throws {@link CloudDirectoryServiceException}
84
84
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListPublishedSchemaArnsCommand extends ListPublishedSchemaArnsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns tags for a resource. Tagging is currently supported only for directories with a
30
30
  * limit of 50 tags per directory. All 50 tags are returned for a given directory with this API
31
31
  * call.</p>
@@ -88,6 +88,7 @@ declare const ListTagsForResourceCommand_base: {
88
88
  * @throws {@link CloudDirectoryServiceException}
89
89
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
22
22
  }
23
23
  declare const ListTypedLinkFacetAttributesCommand_base: {
24
24
  new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTypedLinkFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a paginated list of all attribute definitions for a particular <a>TypedLinkFacet</a>. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -107,6 +107,7 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
107
107
  * @throws {@link CloudDirectoryServiceException}
108
108
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ListTypedLinkFacetAttributesCommand extends ListTypedLinkFacetAttributesCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
22
22
  }
23
23
  declare const ListTypedLinkFacetNamesCommand_base: {
24
24
  new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTypedLinkFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a paginated list of <code>TypedLink</code> facet names for a particular schema.
30
30
  * For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const ListTypedLinkFacetNamesCommand_base: {
84
84
  * @throws {@link CloudDirectoryServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListTypedLinkFacetNamesCommand extends ListTypedLinkFacetNamesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
22
22
  }
23
23
  declare const LookupPolicyCommand_base: {
24
24
  new (input: LookupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: LookupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all policies from the root of the <a>Directory</a> to the object
30
30
  * specified. If there are no policies present, an empty list is returned. If policies are
31
31
  * present, and if some objects don't have the policies attached, it returns the <code>ObjectIdentifier</code>
@@ -103,6 +103,7 @@ declare const LookupPolicyCommand_base: {
103
103
  * @throws {@link CloudDirectoryServiceException}
104
104
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class LookupPolicyCommand extends LookupPolicyCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
22
22
  }
23
23
  declare const PublishSchemaCommand_base: {
24
24
  new (input: PublishSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PublishSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Publishes a development schema with a major version and a recommended minor version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const PublishSchemaCommand_base: {
81
81
  * @throws {@link CloudDirectoryServiceException}
82
82
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class PublishSchemaCommand extends PublishSchemaCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
22
22
  }
23
23
  declare const PutSchemaFromJsonCommand_base: {
24
24
  new (input: PutSchemaFromJsonCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutSchemaFromJsonCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows a schema to be updated using JSON upload. Only available for development schemas. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_jsonformat.html#schemas_json">JSON Schema Format</a> for more information.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const PutSchemaFromJsonCommand_base: {
79
79
  * @throws {@link CloudDirectoryServiceException}
80
80
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class PutSchemaFromJsonCommand extends PutSchemaFromJsonCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
22
22
  }
23
23
  declare const RemoveFacetFromObjectCommand_base: {
24
24
  new (input: RemoveFacetFromObjectCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveFacetFromObjectCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified facet from the specified object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const RemoveFacetFromObjectCommand_base: {
87
87
  * @throws {@link CloudDirectoryServiceException}
88
88
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class RemoveFacetFromObjectCommand extends RemoveFacetFromObjectCommand_base {
92
93
  }