@aws-sdk/client-clouddirectory 3.295.0 → 3.297.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 (91) hide show
  1. package/dist-types/CloudDirectory.d.ts +67 -0
  2. package/dist-types/CloudDirectoryClient.d.ts +24 -4
  3. package/dist-types/commands/AddFacetToObjectCommand.d.ts +16 -0
  4. package/dist-types/commands/ApplySchemaCommand.d.ts +16 -0
  5. package/dist-types/commands/AttachObjectCommand.d.ts +16 -0
  6. package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
  7. package/dist-types/commands/AttachToIndexCommand.d.ts +16 -0
  8. package/dist-types/commands/AttachTypedLinkCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchReadCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchWriteCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFacetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateIndexCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateObjectCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFacetCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +16 -0
  22. package/dist-types/commands/DetachFromIndexCommand.d.ts +16 -0
  23. package/dist-types/commands/DetachObjectCommand.d.ts +16 -0
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
  25. package/dist-types/commands/DetachTypedLinkCommand.d.ts +16 -0
  26. package/dist-types/commands/DisableDirectoryCommand.d.ts +16 -0
  27. package/dist-types/commands/EnableDirectoryCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +16 -0
  29. package/dist-types/commands/GetDirectoryCommand.d.ts +16 -0
  30. package/dist-types/commands/GetFacetCommand.d.ts +16 -0
  31. package/dist-types/commands/GetLinkAttributesCommand.d.ts +16 -0
  32. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  33. package/dist-types/commands/GetObjectInformationCommand.d.ts +16 -0
  34. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +16 -0
  35. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +16 -0
  36. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListDirectoriesCommand.d.ts +16 -0
  40. package/dist-types/commands/ListFacetAttributesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListFacetNamesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +16 -0
  43. package/dist-types/commands/ListIndexCommand.d.ts +16 -0
  44. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListObjectAttributesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListObjectChildrenCommand.d.ts +16 -0
  47. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListObjectParentsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +16 -0
  50. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +16 -0
  51. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +16 -0
  56. package/dist-types/commands/LookupPolicyCommand.d.ts +16 -0
  57. package/dist-types/commands/PublishSchemaCommand.d.ts +16 -0
  58. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +16 -0
  59. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +16 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateFacetCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +16 -0
  67. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +16 -0
  68. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +16 -0
  69. package/dist-types/models/CloudDirectoryServiceException.d.ts +2 -0
  70. package/dist-types/models/models_0.d.ts +559 -0
  71. package/dist-types/pagination/Interfaces.d.ts +3 -0
  72. package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListDirectoriesPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFacetNamesPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListIndexPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListObjectParentsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/LookupPolicyPaginator.d.ts +3 -0
  91. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ApplySchemaCommand}.
8
10
  */
9
11
  export interface ApplySchemaCommandInput extends ApplySchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ApplySchemaCommand}.
13
17
  */
14
18
  export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Copies the input published schema, at the specified version, into the <a>Directory</a> with the same
18
23
  * name and version as that of the published schema.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ApplySchemaCommandInput - {@link ApplySchemaCommandInput}
35
+ * @returns {@link ApplySchemaCommandOutput}
29
36
  * @see {@link ApplySchemaCommandInput} for command's `input` shape.
30
37
  * @see {@link ApplySchemaCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -65,11 +72,20 @@ export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __Metadat
65
72
  export declare class ApplySchemaCommand extends $Command<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
66
73
  readonly input: ApplySchemaCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: ApplySchemaCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplySchemaCommandInput, ApplySchemaCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachObjectCommand}.
8
10
  */
9
11
  export interface AttachObjectCommandInput extends AttachObjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachObjectCommand}.
13
17
  */
14
18
  export interface AttachObjectCommandOutput extends AttachObjectResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Attaches an existing object to another object. An object can be accessed in two
18
23
  * ways:</p>
19
24
  * <ol>
@@ -35,6 +40,8 @@ export interface AttachObjectCommandOutput extends AttachObjectResponse, __Metad
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param AttachObjectCommandInput - {@link AttachObjectCommandInput}
44
+ * @returns {@link AttachObjectCommandOutput}
38
45
  * @see {@link AttachObjectCommandInput} for command's `input` shape.
39
46
  * @see {@link AttachObjectCommandOutput} for command's `response` shape.
40
47
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -81,11 +88,20 @@ export interface AttachObjectCommandOutput extends AttachObjectResponse, __Metad
81
88
  export declare class AttachObjectCommand extends $Command<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
82
89
  readonly input: AttachObjectCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: AttachObjectCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachObjectCommandInput, AttachObjectCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachPolicyCommand}.
8
10
  */
9
11
  export interface AttachPolicyCommandInput extends AttachPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachPolicyCommand}.
13
17
  */
14
18
  export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Attaches a policy object to a regular object. An object can have a limited number of attached
18
23
  * policies.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AttachPolicyCommandInput - {@link AttachPolicyCommandInput}
35
+ * @returns {@link AttachPolicyCommandOutput}
29
36
  * @see {@link AttachPolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link AttachPolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -63,11 +70,20 @@ export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __Metad
63
70
  export declare class AttachPolicyCommand extends $Command<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
64
71
  readonly input: AttachPolicyCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: AttachPolicyCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachToIndexCommand}.
8
10
  */
9
11
  export interface AttachToIndexCommandInput extends AttachToIndexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachToIndexCommand}.
13
17
  */
14
18
  export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Attaches the specified object to the specified index.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AttachToIndexCommandInput - {@link AttachToIndexCommandInput}
34
+ * @returns {@link AttachToIndexCommandOutput}
28
35
  * @see {@link AttachToIndexCommandInput} for command's `input` shape.
29
36
  * @see {@link AttachToIndexCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -73,11 +80,20 @@ export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __Met
73
80
  export declare class AttachToIndexCommand extends $Command<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
74
81
  readonly input: AttachToIndexCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: AttachToIndexCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachToIndexCommandInput, AttachToIndexCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachTypedLinkCommand}.
8
10
  */
9
11
  export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachTypedLinkCommand}.
13
17
  */
14
18
  export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Attaches a typed link to a specified source and target object. 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>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AttachTypedLinkCommandInput - {@link AttachTypedLinkCommandInput}
34
+ * @returns {@link AttachTypedLinkCommandOutput}
28
35
  * @see {@link AttachTypedLinkCommandInput} for command's `input` shape.
29
36
  * @see {@link AttachTypedLinkCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -67,11 +74,20 @@ export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, _
67
74
  export declare class AttachTypedLinkCommand extends $Command<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
68
75
  readonly input: AttachTypedLinkCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: AttachTypedLinkCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { BatchReadRequest, BatchReadResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchReadCommand}.
8
10
  */
9
11
  export interface BatchReadCommandInput extends BatchReadRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchReadCommand}.
13
17
  */
14
18
  export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Performs all the read operations in a batch. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchReadCommandInput - {@link BatchReadCommandInput}
34
+ * @returns {@link BatchReadCommandOutput}
28
35
  * @see {@link BatchReadCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchReadCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -56,11 +63,20 @@ export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBea
56
63
  export declare class BatchReadCommand extends $Command<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig> {
57
64
  readonly input: BatchReadCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: BatchReadCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchReadCommandInput, BatchReadCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchWriteCommand}.
8
10
  */
9
11
  export interface BatchWriteCommandInput extends BatchWriteRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchWriteCommand}.
13
17
  */
14
18
  export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Performs all the write operations in a batch. Either all the operations succeed or
18
23
  * none.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param BatchWriteCommandInput - {@link BatchWriteCommandInput}
35
+ * @returns {@link BatchWriteCommandOutput}
29
36
  * @see {@link BatchWriteCommandInput} for command's `input` shape.
30
37
  * @see {@link BatchWriteCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -60,11 +67,20 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
60
67
  export declare class BatchWriteCommand extends $Command<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig> {
61
68
  readonly input: BatchWriteCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: BatchWriteCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDirectoryCommand}.
8
10
  */
9
11
  export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDirectoryCommand}.
13
17
  */
14
18
  export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a <a>Directory</a> by copying the published schema into the
18
23
  * directory. A directory cannot be created without a schema.</p>
19
24
  * <p>You can also quickly create a directory using a managed schema, called the
@@ -28,6 +33,8 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, _
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateDirectoryCommandInput - {@link CreateDirectoryCommandInput}
37
+ * @returns {@link CreateDirectoryCommandOutput}
31
38
  * @see {@link CreateDirectoryCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateDirectoryCommandOutput} for command's `response` shape.
33
40
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -63,11 +70,20 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, _
63
70
  export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
64
71
  readonly input: CreateDirectoryCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: CreateDirectoryCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectoryCommandInput, CreateDirectoryCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateFacetRequest, CreateFacetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFacetCommand}.
8
10
  */
9
11
  export interface CreateFacetCommandInput extends CreateFacetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFacetCommand}.
13
17
  */
14
18
  export interface CreateFacetCommandOutput extends CreateFacetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new <a>Facet</a> in a schema. Facet creation is allowed only
18
23
  * in development or applied schemas.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateFacetCommandInput - {@link CreateFacetCommandInput}
35
+ * @returns {@link CreateFacetCommandOutput}
29
36
  * @see {@link CreateFacetCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateFacetCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat
67
74
  export declare class CreateFacetCommand extends $Command<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
68
75
  readonly input: CreateFacetCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateFacetCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFacetCommandInput, CreateFacetCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateIndexCommand}.
8
10
  */
9
11
  export interface CreateIndexCommandInput extends CreateIndexRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateIndexCommand}.
13
17
  */
14
18
  export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an index object. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/indexing_search.html">Indexing and search</a> for more information.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateIndexCommandInput - {@link CreateIndexCommandInput}
34
+ * @returns {@link CreateIndexCommandOutput}
28
35
  * @see {@link CreateIndexCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateIndexCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -70,11 +77,20 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
70
77
  export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
71
78
  readonly input: CreateIndexCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: CreateIndexCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateObjectRequest, CreateObjectResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateObjectCommand}.
8
10
  */
9
11
  export interface CreateObjectCommandInput extends CreateObjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateObjectCommand}.
13
17
  */
14
18
  export interface CreateObjectCommandOutput extends CreateObjectResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an object in a <a>Directory</a>. Additionally attaches the object to
18
23
  * a parent, if a parent reference and <code>LinkName</code> is specified. An object is simply a
19
24
  * collection of <a>Facet</a> attributes. You can also use this API call to create a
@@ -28,6 +33,8 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateObjectCommandInput - {@link CreateObjectCommandInput}
37
+ * @returns {@link CreateObjectCommandOutput}
31
38
  * @see {@link CreateObjectCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateObjectCommandOutput} for command's `response` shape.
33
40
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -73,11 +80,20 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
73
80
  export declare class CreateObjectCommand extends $Command<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
74
81
  readonly input: CreateObjectCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: CreateObjectCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateObjectCommandInput, CreateObjectCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSchemaCommand}.
8
10
  */
9
11
  export interface CreateSchemaCommandInput extends CreateSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSchemaCommand}.
13
17
  */
14
18
  export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new schema in a development state. A schema can exist in three
18
23
  * phases:</p>
19
24
  * <ul>
@@ -45,6 +50,8 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
45
50
  * const response = await client.send(command);
46
51
  * ```
47
52
  *
53
+ * @param CreateSchemaCommandInput - {@link CreateSchemaCommandInput}
54
+ * @returns {@link CreateSchemaCommandOutput}
48
55
  * @see {@link CreateSchemaCommandInput} for command's `input` shape.
49
56
  * @see {@link CreateSchemaCommandOutput} for command's `response` shape.
50
57
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -77,11 +84,20 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
77
84
  export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
78
85
  readonly input: CreateSchemaCommandInput;
79
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
80
90
  constructor(input: CreateSchemaCommandInput);
81
91
  /**
82
92
  * @internal
83
93
  */
84
94
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
85
98
  private serialize;
99
+ /**
100
+ * @internal
101
+ */
86
102
  private deserialize;
87
103
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTypedLinkFacetCommand}.
8
10
  */
9
11
  export interface CreateTypedLinkFacetCommandInput extends CreateTypedLinkFacetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTypedLinkFacetCommand}.
13
17
  */
14
18
  export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a <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>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateTypedLinkFacetCommandInput - {@link CreateTypedLinkFacetCommandInput}
34
+ * @returns {@link CreateTypedLinkFacetCommandOutput}
28
35
  * @see {@link CreateTypedLinkFacetCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateTypedLinkFacetCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -66,11 +73,20 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
66
73
  export declare class CreateTypedLinkFacetCommand extends $Command<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
67
74
  readonly input: CreateTypedLinkFacetCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: CreateTypedLinkFacetCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }