@aws-sdk/client-clouddirectory 3.300.0 → 3.301.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.
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +7 -7
- package/dist-types/commands/ApplySchemaCommand.d.ts +1 -1
- package/dist-types/commands/AttachObjectCommand.d.ts +2 -2
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -2
- package/dist-types/commands/AttachToIndexCommand.d.ts +2 -2
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -6
- package/dist-types/commands/BatchReadCommand.d.ts +47 -79
- package/dist-types/commands/BatchWriteCommand.d.ts +60 -108
- package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +9 -9
- package/dist-types/commands/CreateIndexCommand.d.ts +4 -4
- package/dist-types/commands/CreateObjectCommand.d.ts +8 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +9 -9
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFacetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -2
- package/dist-types/commands/DetachObjectCommand.d.ts +2 -2
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +7 -7
- package/dist-types/commands/DisableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/EnableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetFacetCommand.d.ts +1 -1
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +8 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -4
- package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -2
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +1 -1
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +2 -2
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListDirectoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +8 -8
- package/dist-types/commands/ListIndexCommand.d.ts +8 -8
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -3
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -2
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -2
- package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -2
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +8 -8
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/LookupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PublishSchemaCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFacetCommand.d.ts +10 -10
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +12 -12
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +7 -7
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +9 -9
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -27,25 +27,25 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
27
27
|
* import { CloudDirectoryClient, BatchWriteCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, BatchWriteCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // BatchWriteRequest
|
|
31
31
|
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
-
* Operations: [ // required
|
|
33
|
-
* {
|
|
34
|
-
* CreateObject: {
|
|
35
|
-
* SchemaFacet: [ // required
|
|
36
|
-
* {
|
|
32
|
+
* Operations: [ // BatchWriteOperationList // required
|
|
33
|
+
* { // BatchWriteOperation
|
|
34
|
+
* CreateObject: { // BatchCreateObject
|
|
35
|
+
* SchemaFacet: [ // SchemaFacetList // required
|
|
36
|
+
* { // SchemaFacet
|
|
37
37
|
* SchemaArn: "STRING_VALUE",
|
|
38
38
|
* FacetName: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
-
* ObjectAttributeList: [ // required
|
|
42
|
-
* {
|
|
43
|
-
* Key: {
|
|
41
|
+
* ObjectAttributeList: [ // AttributeKeyAndValueList // required
|
|
42
|
+
* { // AttributeKeyAndValue
|
|
43
|
+
* Key: { // AttributeKey
|
|
44
44
|
* SchemaArn: "STRING_VALUE", // required
|
|
45
45
|
* FacetName: "STRING_VALUE", // required
|
|
46
46
|
* Name: "STRING_VALUE", // required
|
|
47
47
|
* },
|
|
48
|
-
* Value: { // Union: only one key present
|
|
48
|
+
* Value: { // TypedAttributeValue Union: only one key present
|
|
49
49
|
* StringValue: "STRING_VALUE",
|
|
50
50
|
* BinaryValue: "BLOB_VALUE",
|
|
51
51
|
* BooleanValue: true || false,
|
|
@@ -54,13 +54,13 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
54
54
|
* },
|
|
55
55
|
* },
|
|
56
56
|
* ],
|
|
57
|
-
* ParentReference: {
|
|
57
|
+
* ParentReference: { // ObjectReference
|
|
58
58
|
* Selector: "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
60
|
* LinkName: "STRING_VALUE",
|
|
61
61
|
* BatchReferenceName: "STRING_VALUE",
|
|
62
62
|
* },
|
|
63
|
-
* AttachObject: {
|
|
63
|
+
* AttachObject: { // BatchAttachObject
|
|
64
64
|
* ParentReference: {
|
|
65
65
|
* Selector: "STRING_VALUE",
|
|
66
66
|
* },
|
|
@@ -69,27 +69,27 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
69
69
|
* },
|
|
70
70
|
* LinkName: "STRING_VALUE", // required
|
|
71
71
|
* },
|
|
72
|
-
* DetachObject: {
|
|
72
|
+
* DetachObject: { // BatchDetachObject
|
|
73
73
|
* ParentReference: {
|
|
74
74
|
* Selector: "STRING_VALUE",
|
|
75
75
|
* },
|
|
76
76
|
* LinkName: "STRING_VALUE", // required
|
|
77
77
|
* BatchReferenceName: "STRING_VALUE",
|
|
78
78
|
* },
|
|
79
|
-
* UpdateObjectAttributes: {
|
|
79
|
+
* UpdateObjectAttributes: { // BatchUpdateObjectAttributes
|
|
80
80
|
* ObjectReference: {
|
|
81
81
|
* Selector: "STRING_VALUE",
|
|
82
82
|
* },
|
|
83
|
-
* AttributeUpdates: [ // required
|
|
84
|
-
* {
|
|
83
|
+
* AttributeUpdates: [ // ObjectAttributeUpdateList // required
|
|
84
|
+
* { // ObjectAttributeUpdate
|
|
85
85
|
* ObjectAttributeKey: {
|
|
86
86
|
* SchemaArn: "STRING_VALUE", // required
|
|
87
87
|
* FacetName: "STRING_VALUE", // required
|
|
88
88
|
* Name: "STRING_VALUE", // required
|
|
89
89
|
* },
|
|
90
|
-
* ObjectAttributeAction: {
|
|
90
|
+
* ObjectAttributeAction: { // ObjectAttributeAction
|
|
91
91
|
* ObjectAttributeActionType: "CREATE_OR_UPDATE" || "DELETE",
|
|
92
|
-
* ObjectAttributeUpdateValue: {
|
|
92
|
+
* ObjectAttributeUpdateValue: {// Union: only one key present
|
|
93
93
|
* StringValue: "STRING_VALUE",
|
|
94
94
|
* BinaryValue: "BLOB_VALUE",
|
|
95
95
|
* BooleanValue: true || false,
|
|
@@ -100,12 +100,10 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
100
100
|
* },
|
|
101
101
|
* ],
|
|
102
102
|
* },
|
|
103
|
-
* DeleteObject: {
|
|
104
|
-
* ObjectReference:
|
|
105
|
-
* Selector: "STRING_VALUE",
|
|
106
|
-
* },
|
|
103
|
+
* DeleteObject: { // BatchDeleteObject
|
|
104
|
+
* ObjectReference: "<ObjectReference>", // required
|
|
107
105
|
* },
|
|
108
|
-
* AddFacetToObject: {
|
|
106
|
+
* AddFacetToObject: { // BatchAddFacetToObject
|
|
109
107
|
* SchemaFacet: {
|
|
110
108
|
* SchemaArn: "STRING_VALUE",
|
|
111
109
|
* FacetName: "STRING_VALUE",
|
|
@@ -117,7 +115,7 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
117
115
|
* FacetName: "STRING_VALUE", // required
|
|
118
116
|
* Name: "STRING_VALUE", // required
|
|
119
117
|
* },
|
|
120
|
-
* Value: {
|
|
118
|
+
* Value: {// Union: only one key present
|
|
121
119
|
* StringValue: "STRING_VALUE",
|
|
122
120
|
* BinaryValue: "BLOB_VALUE",
|
|
123
121
|
* BooleanValue: true || false,
|
|
@@ -126,37 +124,25 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
126
124
|
* },
|
|
127
125
|
* },
|
|
128
126
|
* ],
|
|
129
|
-
* ObjectReference:
|
|
130
|
-
* Selector: "STRING_VALUE",
|
|
131
|
-
* },
|
|
127
|
+
* ObjectReference: "<ObjectReference>", // required
|
|
132
128
|
* },
|
|
133
|
-
* RemoveFacetFromObject: {
|
|
129
|
+
* RemoveFacetFromObject: { // BatchRemoveFacetFromObject
|
|
134
130
|
* SchemaFacet: {
|
|
135
131
|
* SchemaArn: "STRING_VALUE",
|
|
136
132
|
* FacetName: "STRING_VALUE",
|
|
137
133
|
* },
|
|
138
|
-
* ObjectReference:
|
|
139
|
-
* Selector: "STRING_VALUE",
|
|
140
|
-
* },
|
|
134
|
+
* ObjectReference: "<ObjectReference>", // required
|
|
141
135
|
* },
|
|
142
|
-
* AttachPolicy: {
|
|
143
|
-
* PolicyReference:
|
|
144
|
-
*
|
|
145
|
-
* },
|
|
146
|
-
* ObjectReference: {
|
|
147
|
-
* Selector: "STRING_VALUE",
|
|
148
|
-
* },
|
|
136
|
+
* AttachPolicy: { // BatchAttachPolicy
|
|
137
|
+
* PolicyReference: "<ObjectReference>", // required
|
|
138
|
+
* ObjectReference: "<ObjectReference>", // required
|
|
149
139
|
* },
|
|
150
|
-
* DetachPolicy: {
|
|
151
|
-
* PolicyReference:
|
|
152
|
-
*
|
|
153
|
-
* },
|
|
154
|
-
* ObjectReference: {
|
|
155
|
-
* Selector: "STRING_VALUE",
|
|
156
|
-
* },
|
|
140
|
+
* DetachPolicy: { // BatchDetachPolicy
|
|
141
|
+
* PolicyReference: "<ObjectReference>", // required
|
|
142
|
+
* ObjectReference: "<ObjectReference>", // required
|
|
157
143
|
* },
|
|
158
|
-
* CreateIndex: {
|
|
159
|
-
* OrderedIndexedAttributeList: [ // required
|
|
144
|
+
* CreateIndex: { // BatchCreateIndex
|
|
145
|
+
* OrderedIndexedAttributeList: [ // AttributeKeyList // required
|
|
160
146
|
* {
|
|
161
147
|
* SchemaArn: "STRING_VALUE", // required
|
|
162
148
|
* FacetName: "STRING_VALUE", // required
|
|
@@ -164,43 +150,29 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
164
150
|
* },
|
|
165
151
|
* ],
|
|
166
152
|
* IsUnique: true || false, // required
|
|
167
|
-
* ParentReference:
|
|
168
|
-
* Selector: "STRING_VALUE",
|
|
169
|
-
* },
|
|
153
|
+
* ParentReference: "<ObjectReference>",
|
|
170
154
|
* LinkName: "STRING_VALUE",
|
|
171
155
|
* BatchReferenceName: "STRING_VALUE",
|
|
172
156
|
* },
|
|
173
|
-
* AttachToIndex: {
|
|
174
|
-
* IndexReference:
|
|
175
|
-
*
|
|
176
|
-
* },
|
|
177
|
-
* TargetReference: {
|
|
178
|
-
* Selector: "STRING_VALUE",
|
|
179
|
-
* },
|
|
157
|
+
* AttachToIndex: { // BatchAttachToIndex
|
|
158
|
+
* IndexReference: "<ObjectReference>", // required
|
|
159
|
+
* TargetReference: "<ObjectReference>", // required
|
|
180
160
|
* },
|
|
181
|
-
* DetachFromIndex: {
|
|
182
|
-
* IndexReference:
|
|
183
|
-
*
|
|
184
|
-
* },
|
|
185
|
-
* TargetReference: {
|
|
186
|
-
* Selector: "STRING_VALUE",
|
|
187
|
-
* },
|
|
161
|
+
* DetachFromIndex: { // BatchDetachFromIndex
|
|
162
|
+
* IndexReference: "<ObjectReference>", // required
|
|
163
|
+
* TargetReference: "<ObjectReference>", // required
|
|
188
164
|
* },
|
|
189
|
-
* AttachTypedLink: {
|
|
190
|
-
* SourceObjectReference:
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
* TargetObjectReference: {
|
|
194
|
-
* Selector: "STRING_VALUE",
|
|
195
|
-
* },
|
|
196
|
-
* TypedLinkFacet: {
|
|
165
|
+
* AttachTypedLink: { // BatchAttachTypedLink
|
|
166
|
+
* SourceObjectReference: "<ObjectReference>", // required
|
|
167
|
+
* TargetObjectReference: "<ObjectReference>", // required
|
|
168
|
+
* TypedLinkFacet: { // TypedLinkSchemaAndFacetName
|
|
197
169
|
* SchemaArn: "STRING_VALUE", // required
|
|
198
170
|
* TypedLinkName: "STRING_VALUE", // required
|
|
199
171
|
* },
|
|
200
|
-
* Attributes: [ // required
|
|
201
|
-
* {
|
|
172
|
+
* Attributes: [ // AttributeNameAndValueList // required
|
|
173
|
+
* { // AttributeNameAndValue
|
|
202
174
|
* AttributeName: "STRING_VALUE", // required
|
|
203
|
-
* Value: {
|
|
175
|
+
* Value: {// Union: only one key present
|
|
204
176
|
* StringValue: "STRING_VALUE",
|
|
205
177
|
* BinaryValue: "BLOB_VALUE",
|
|
206
178
|
* BooleanValue: true || false,
|
|
@@ -210,22 +182,18 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
210
182
|
* },
|
|
211
183
|
* ],
|
|
212
184
|
* },
|
|
213
|
-
* DetachTypedLink: {
|
|
214
|
-
* TypedLinkSpecifier: {
|
|
185
|
+
* DetachTypedLink: { // BatchDetachTypedLink
|
|
186
|
+
* TypedLinkSpecifier: { // TypedLinkSpecifier
|
|
215
187
|
* TypedLinkFacet: {
|
|
216
188
|
* SchemaArn: "STRING_VALUE", // required
|
|
217
189
|
* TypedLinkName: "STRING_VALUE", // required
|
|
218
190
|
* },
|
|
219
|
-
* SourceObjectReference:
|
|
220
|
-
*
|
|
221
|
-
* },
|
|
222
|
-
* TargetObjectReference: {
|
|
223
|
-
* Selector: "STRING_VALUE",
|
|
224
|
-
* },
|
|
191
|
+
* SourceObjectReference: "<ObjectReference>", // required
|
|
192
|
+
* TargetObjectReference: "<ObjectReference>", // required
|
|
225
193
|
* IdentityAttributeValues: [ // required
|
|
226
194
|
* {
|
|
227
195
|
* AttributeName: "STRING_VALUE", // required
|
|
228
|
-
* Value: {
|
|
196
|
+
* Value: {// Union: only one key present
|
|
229
197
|
* StringValue: "STRING_VALUE",
|
|
230
198
|
* BinaryValue: "BLOB_VALUE",
|
|
231
199
|
* BooleanValue: true || false,
|
|
@@ -236,47 +204,31 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
236
204
|
* ],
|
|
237
205
|
* },
|
|
238
206
|
* },
|
|
239
|
-
* UpdateLinkAttributes: {
|
|
207
|
+
* UpdateLinkAttributes: { // BatchUpdateLinkAttributes
|
|
240
208
|
* TypedLinkSpecifier: {
|
|
241
209
|
* TypedLinkFacet: {
|
|
242
210
|
* SchemaArn: "STRING_VALUE", // required
|
|
243
211
|
* TypedLinkName: "STRING_VALUE", // required
|
|
244
212
|
* },
|
|
245
|
-
* SourceObjectReference:
|
|
246
|
-
*
|
|
247
|
-
* },
|
|
248
|
-
* TargetObjectReference: {
|
|
249
|
-
* Selector: "STRING_VALUE",
|
|
250
|
-
* },
|
|
213
|
+
* SourceObjectReference: "<ObjectReference>", // required
|
|
214
|
+
* TargetObjectReference: "<ObjectReference>", // required
|
|
251
215
|
* IdentityAttributeValues: [ // required
|
|
252
216
|
* {
|
|
253
217
|
* AttributeName: "STRING_VALUE", // required
|
|
254
|
-
* Value:
|
|
255
|
-
* StringValue: "STRING_VALUE",
|
|
256
|
-
* BinaryValue: "BLOB_VALUE",
|
|
257
|
-
* BooleanValue: true || false,
|
|
258
|
-
* NumberValue: "STRING_VALUE",
|
|
259
|
-
* DatetimeValue: new Date("TIMESTAMP"),
|
|
260
|
-
* },
|
|
218
|
+
* Value: "<TypedAttributeValue>", // required
|
|
261
219
|
* },
|
|
262
220
|
* ],
|
|
263
221
|
* },
|
|
264
|
-
* AttributeUpdates: [ // required
|
|
265
|
-
* {
|
|
222
|
+
* AttributeUpdates: [ // LinkAttributeUpdateList // required
|
|
223
|
+
* { // LinkAttributeUpdate
|
|
266
224
|
* AttributeKey: {
|
|
267
225
|
* SchemaArn: "STRING_VALUE", // required
|
|
268
226
|
* FacetName: "STRING_VALUE", // required
|
|
269
227
|
* Name: "STRING_VALUE", // required
|
|
270
228
|
* },
|
|
271
|
-
* AttributeAction: {
|
|
229
|
+
* AttributeAction: { // LinkAttributeAction
|
|
272
230
|
* AttributeActionType: "CREATE_OR_UPDATE" || "DELETE",
|
|
273
|
-
* AttributeUpdateValue:
|
|
274
|
-
* StringValue: "STRING_VALUE",
|
|
275
|
-
* BinaryValue: "BLOB_VALUE",
|
|
276
|
-
* BooleanValue: true || false,
|
|
277
|
-
* NumberValue: "STRING_VALUE",
|
|
278
|
-
* DatetimeValue: new Date("TIMESTAMP"),
|
|
279
|
-
* },
|
|
231
|
+
* AttributeUpdateValue: "<TypedAttributeValue>",
|
|
280
232
|
* },
|
|
281
233
|
* },
|
|
282
234
|
* ],
|
|
@@ -29,7 +29,7 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, _
|
|
|
29
29
|
* import { CloudDirectoryClient, CreateDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
30
30
|
* // const { CloudDirectoryClient, CreateDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
31
31
|
* const client = new CloudDirectoryClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateDirectoryRequest
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* SchemaArn: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -27,15 +27,15 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat
|
|
|
27
27
|
* import { CloudDirectoryClient, CreateFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, CreateFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateFacetRequest
|
|
31
31
|
* SchemaArn: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
|
-
* Attributes: [
|
|
34
|
-
* {
|
|
33
|
+
* Attributes: [ // FacetAttributeList
|
|
34
|
+
* { // FacetAttribute
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
|
-
* AttributeDefinition: {
|
|
36
|
+
* AttributeDefinition: { // FacetAttributeDefinition
|
|
37
37
|
* Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
38
|
-
* DefaultValue: { // Union: only one key present
|
|
38
|
+
* DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
39
39
|
* StringValue: "STRING_VALUE",
|
|
40
40
|
* BinaryValue: "BLOB_VALUE",
|
|
41
41
|
* BooleanValue: true || false,
|
|
@@ -43,16 +43,16 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat
|
|
|
43
43
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
44
44
|
* },
|
|
45
45
|
* IsImmutable: true || false,
|
|
46
|
-
* Rules: {
|
|
47
|
-
* "<keys>": {
|
|
46
|
+
* Rules: { // RuleMap
|
|
47
|
+
* "<keys>": { // Rule
|
|
48
48
|
* Type: "BINARY_LENGTH" || "NUMBER_COMPARISON" || "STRING_FROM_SET" || "STRING_LENGTH",
|
|
49
|
-
* Parameters: {
|
|
49
|
+
* Parameters: { // RuleParameterMap
|
|
50
50
|
* "<keys>": "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
53
|
* },
|
|
54
54
|
* },
|
|
55
|
-
* AttributeReference: {
|
|
55
|
+
* AttributeReference: { // FacetAttributeReference
|
|
56
56
|
* TargetFacetName: "STRING_VALUE", // required
|
|
57
57
|
* TargetAttributeName: "STRING_VALUE", // required
|
|
58
58
|
* },
|
|
@@ -26,17 +26,17 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
26
26
|
* import { CloudDirectoryClient, CreateIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, CreateIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateIndexRequest
|
|
30
30
|
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
-
* OrderedIndexedAttributeList: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* OrderedIndexedAttributeList: [ // AttributeKeyList // required
|
|
32
|
+
* { // AttributeKey
|
|
33
33
|
* SchemaArn: "STRING_VALUE", // required
|
|
34
34
|
* FacetName: "STRING_VALUE", // required
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
37
|
* ],
|
|
38
38
|
* IsUnique: true || false, // required
|
|
39
|
-
* ParentReference: {
|
|
39
|
+
* ParentReference: { // ObjectReference
|
|
40
40
|
* Selector: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* LinkName: "STRING_VALUE",
|
|
@@ -29,22 +29,22 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
|
|
|
29
29
|
* import { CloudDirectoryClient, CreateObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
30
30
|
* // const { CloudDirectoryClient, CreateObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
31
31
|
* const client = new CloudDirectoryClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateObjectRequest
|
|
33
33
|
* DirectoryArn: "STRING_VALUE", // required
|
|
34
|
-
* SchemaFacets: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* SchemaFacets: [ // SchemaFacetList // required
|
|
35
|
+
* { // SchemaFacet
|
|
36
36
|
* SchemaArn: "STRING_VALUE",
|
|
37
37
|
* FacetName: "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* ],
|
|
40
|
-
* ObjectAttributeList: [
|
|
41
|
-
* {
|
|
42
|
-
* Key: {
|
|
40
|
+
* ObjectAttributeList: [ // AttributeKeyAndValueList
|
|
41
|
+
* { // AttributeKeyAndValue
|
|
42
|
+
* Key: { // AttributeKey
|
|
43
43
|
* SchemaArn: "STRING_VALUE", // required
|
|
44
44
|
* FacetName: "STRING_VALUE", // required
|
|
45
45
|
* Name: "STRING_VALUE", // required
|
|
46
46
|
* },
|
|
47
|
-
* Value: { // Union: only one key present
|
|
47
|
+
* Value: { // TypedAttributeValue Union: only one key present
|
|
48
48
|
* StringValue: "STRING_VALUE",
|
|
49
49
|
* BinaryValue: "BLOB_VALUE",
|
|
50
50
|
* BooleanValue: true || false,
|
|
@@ -53,7 +53,7 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
|
|
|
53
53
|
* },
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
|
-
* ParentReference: {
|
|
56
|
+
* ParentReference: { // ObjectReference
|
|
57
57
|
* Selector: "STRING_VALUE",
|
|
58
58
|
* },
|
|
59
59
|
* LinkName: "STRING_VALUE",
|
|
@@ -46,7 +46,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
46
46
|
* import { CloudDirectoryClient, CreateSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
47
47
|
* // const { CloudDirectoryClient, CreateSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
48
48
|
* const client = new CloudDirectoryClient(config);
|
|
49
|
-
* const input = {
|
|
49
|
+
* const input = { // CreateSchemaRequest
|
|
50
50
|
* Name: "STRING_VALUE", // required
|
|
51
51
|
* };
|
|
52
52
|
* const command = new CreateSchemaCommand(input);
|
|
@@ -26,15 +26,15 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
|
|
|
26
26
|
* import { CloudDirectoryClient, CreateTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, CreateTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateTypedLinkFacetRequest
|
|
30
30
|
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
-
* Facet: {
|
|
31
|
+
* Facet: { // TypedLinkFacet
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
|
-
* Attributes: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* Attributes: [ // TypedLinkAttributeDefinitionList // required
|
|
34
|
+
* { // TypedLinkAttributeDefinition
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
37
|
-
* DefaultValue: { // Union: only one key present
|
|
37
|
+
* DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
38
38
|
* StringValue: "STRING_VALUE",
|
|
39
39
|
* BinaryValue: "BLOB_VALUE",
|
|
40
40
|
* BooleanValue: true || false,
|
|
@@ -42,10 +42,10 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
|
|
|
42
42
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
43
43
|
* },
|
|
44
44
|
* IsImmutable: true || false,
|
|
45
|
-
* Rules: {
|
|
46
|
-
* "<keys>": {
|
|
45
|
+
* Rules: { // RuleMap
|
|
46
|
+
* "<keys>": { // Rule
|
|
47
47
|
* Type: "BINARY_LENGTH" || "NUMBER_COMPARISON" || "STRING_FROM_SET" || "STRING_LENGTH",
|
|
48
|
-
* Parameters: {
|
|
48
|
+
* Parameters: { // RuleParameterMap
|
|
49
49
|
* "<keys>": "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
@@ -53,7 +53,7 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
|
|
|
53
53
|
* RequiredBehavior: "REQUIRED_ALWAYS" || "NOT_REQUIRED", // required
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
|
-
* IdentityAttributeOrder: [ // required
|
|
56
|
+
* IdentityAttributeOrder: [ // AttributeNameList // required
|
|
57
57
|
* "STRING_VALUE",
|
|
58
58
|
* ],
|
|
59
59
|
* },
|
|
@@ -28,7 +28,7 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, _
|
|
|
28
28
|
* import { CloudDirectoryClient, DeleteDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
29
29
|
* // const { CloudDirectoryClient, DeleteDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
30
30
|
* const client = new CloudDirectoryClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteDirectoryRequest
|
|
32
32
|
* DirectoryArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteDirectoryCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __Metadat
|
|
|
28
28
|
* import { CloudDirectoryClient, DeleteFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
29
29
|
* // const { CloudDirectoryClient, DeleteFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
30
30
|
* const client = new CloudDirectoryClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteFacetRequest
|
|
32
32
|
* SchemaArn: "STRING_VALUE", // required
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -27,9 +27,9 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
|
|
|
27
27
|
* import { CloudDirectoryClient, DeleteObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, DeleteObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteObjectRequest
|
|
31
31
|
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
-
* ObjectReference: {
|
|
32
|
+
* ObjectReference: { // ObjectReference
|
|
33
33
|
* Selector: "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
|
|
|
26
26
|
* import { CloudDirectoryClient, DeleteSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DeleteSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteSchemaRequest
|
|
30
30
|
* SchemaArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSchemaCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetR
|
|
|
26
26
|
* import { CloudDirectoryClient, DeleteTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DeleteTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteTypedLinkFacetRequest
|
|
30
30
|
* SchemaArn: "STRING_VALUE", // required
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,9 +26,9 @@ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, _
|
|
|
26
26
|
* import { CloudDirectoryClient, DetachFromIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DetachFromIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DetachFromIndexRequest
|
|
30
30
|
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
-
* IndexReference: {
|
|
31
|
+
* IndexReference: { // ObjectReference
|
|
32
32
|
* Selector: "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* TargetReference: {
|
|
@@ -27,9 +27,9 @@ export interface DetachObjectCommandOutput extends DetachObjectResponse, __Metad
|
|
|
27
27
|
* import { CloudDirectoryClient, DetachObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, DetachObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DetachObjectRequest
|
|
31
31
|
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
-
* ParentReference: {
|
|
32
|
+
* ParentReference: { // ObjectReference
|
|
33
33
|
* Selector: "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* LinkName: "STRING_VALUE", // required
|
|
@@ -26,9 +26,9 @@ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __Metad
|
|
|
26
26
|
* import { CloudDirectoryClient, DetachPolicyCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DetachPolicyCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DetachPolicyRequest
|
|
30
30
|
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
-
* PolicyReference: {
|
|
31
|
+
* PolicyReference: { // ObjectReference
|
|
32
32
|
* Selector: "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* ObjectReference: {
|
|
@@ -26,23 +26,23 @@ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { CloudDirectoryClient, DetachTypedLinkCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DetachTypedLinkCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DetachTypedLinkRequest
|
|
30
30
|
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
-
* TypedLinkSpecifier: {
|
|
32
|
-
* TypedLinkFacet: {
|
|
31
|
+
* TypedLinkSpecifier: { // TypedLinkSpecifier
|
|
32
|
+
* TypedLinkFacet: { // TypedLinkSchemaAndFacetName
|
|
33
33
|
* SchemaArn: "STRING_VALUE", // required
|
|
34
34
|
* TypedLinkName: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
36
|
-
* SourceObjectReference: {
|
|
36
|
+
* SourceObjectReference: { // ObjectReference
|
|
37
37
|
* Selector: "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* TargetObjectReference: {
|
|
40
40
|
* Selector: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
|
-
* IdentityAttributeValues: [ // required
|
|
43
|
-
* {
|
|
42
|
+
* IdentityAttributeValues: [ // AttributeNameAndValueList // required
|
|
43
|
+
* { // AttributeNameAndValue
|
|
44
44
|
* AttributeName: "STRING_VALUE", // required
|
|
45
|
-
* Value: { // Union: only one key present
|
|
45
|
+
* Value: { // TypedAttributeValue Union: only one key present
|
|
46
46
|
* StringValue: "STRING_VALUE",
|
|
47
47
|
* BinaryValue: "BLOB_VALUE",
|
|
48
48
|
* BooleanValue: true || false,
|
|
@@ -27,7 +27,7 @@ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse,
|
|
|
27
27
|
* import { CloudDirectoryClient, DisableDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, DisableDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DisableDirectoryRequest
|
|
31
31
|
* DirectoryArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DisableDirectoryCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, _
|
|
|
27
27
|
* import { CloudDirectoryClient, EnableDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, EnableDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // EnableDirectoryRequest
|
|
31
31
|
* DirectoryArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new EnableDirectoryCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVe
|
|
|
26
26
|
* import { CloudDirectoryClient, GetAppliedSchemaVersionCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, GetAppliedSchemaVersionCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetAppliedSchemaVersionRequest
|
|
30
30
|
* SchemaArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAppliedSchemaVersionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __Metad
|
|
|
26
26
|
* import { CloudDirectoryClient, GetDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, GetDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDirectoryRequest
|
|
30
30
|
* DirectoryArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDirectoryCommand(input);
|