@aws-sdk/client-clouddirectory 3.321.1 → 3.326.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 +4 -0
- package/dist-types/commands/ApplySchemaCommand.d.ts +7 -0
- package/dist-types/commands/AttachObjectCommand.d.ts +6 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +4 -0
- package/dist-types/commands/AttachToIndexCommand.d.ts +6 -0
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +29 -0
- package/dist-types/commands/BatchReadCommand.d.ts +226 -0
- package/dist-types/commands/BatchWriteCommand.d.ts +63 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +9 -0
- package/dist-types/commands/CreateFacetCommand.d.ts +4 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -0
- package/dist-types/commands/CreateObjectCommand.d.ts +6 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFacetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +4 -0
- package/dist-types/commands/DetachFromIndexCommand.d.ts +6 -0
- package/dist-types/commands/DetachObjectCommand.d.ts +6 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +4 -0
- package/dist-types/commands/DisableDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/EnableDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/GetFacetCommand.d.ts +10 -0
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +21 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +21 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +12 -0
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +7 -0
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +8 -0
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +27 -0
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +9 -0
- package/dist-types/commands/ListDirectoriesCommand.d.ts +14 -0
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +35 -0
- package/dist-types/commands/ListFacetNamesCommand.d.ts +9 -0
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +32 -0
- package/dist-types/commands/ListIndexCommand.d.ts +27 -0
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +22 -0
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +9 -0
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +14 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +15 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +9 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +32 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +9 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +29 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +9 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +18 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +6 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +6 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +4 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +7 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -0
- package/package.json +16 -16
|
@@ -42,6 +42,26 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new ListObjectAttributesCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // ListObjectAttributesResponse
|
|
46
|
+
* // Attributes: [ // AttributeKeyAndValueList
|
|
47
|
+
* // { // AttributeKeyAndValue
|
|
48
|
+
* // Key: { // AttributeKey
|
|
49
|
+
* // SchemaArn: "STRING_VALUE", // required
|
|
50
|
+
* // FacetName: "STRING_VALUE", // required
|
|
51
|
+
* // Name: "STRING_VALUE", // required
|
|
52
|
+
* // },
|
|
53
|
+
* // Value: { // TypedAttributeValue Union: only one key present
|
|
54
|
+
* // StringValue: "STRING_VALUE",
|
|
55
|
+
* // BinaryValue: "BLOB_VALUE",
|
|
56
|
+
* // BooleanValue: true || false,
|
|
57
|
+
* // NumberValue: "STRING_VALUE",
|
|
58
|
+
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // NextToken: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
45
65
|
* ```
|
|
46
66
|
*
|
|
47
67
|
* @param ListObjectAttributesCommandInput - {@link ListObjectAttributesCommandInput}
|
|
@@ -82,6 +102,8 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
|
|
|
82
102
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
83
103
|
* message.</p>
|
|
84
104
|
*
|
|
105
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
85
107
|
*
|
|
86
108
|
*/
|
|
87
109
|
export declare class ListObjectAttributesCommand extends $Command<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -38,6 +38,13 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new ListObjectChildrenCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // ListObjectChildrenResponse
|
|
42
|
+
* // Children: { // LinkNameToObjectIdentifierMap
|
|
43
|
+
* // "<keys>": "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
41
48
|
* ```
|
|
42
49
|
*
|
|
43
50
|
* @param ListObjectChildrenCommandInput - {@link ListObjectChildrenCommandInput}
|
|
@@ -78,6 +85,8 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
|
|
|
78
85
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
79
86
|
* message.</p>
|
|
80
87
|
*
|
|
88
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
81
90
|
*
|
|
82
91
|
*/
|
|
83
92
|
export declare class ListObjectChildrenCommand extends $Command<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -43,6 +43,18 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new ListObjectParentPathsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // ListObjectParentPathsResponse
|
|
47
|
+
* // PathToObjectIdentifiersList: [ // PathToObjectIdentifiersList
|
|
48
|
+
* // { // PathToObjectIdentifiers
|
|
49
|
+
* // Path: "STRING_VALUE",
|
|
50
|
+
* // ObjectIdentifiers: [ // ObjectIdentifierList
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // NextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
46
58
|
* ```
|
|
47
59
|
*
|
|
48
60
|
* @param ListObjectParentPathsCommandInput - {@link ListObjectParentPathsCommandInput}
|
|
@@ -79,6 +91,8 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
|
|
|
79
91
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
80
92
|
* message.</p>
|
|
81
93
|
*
|
|
94
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
82
96
|
*
|
|
83
97
|
*/
|
|
84
98
|
export declare class ListObjectParentPathsCommand extends $Command<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -39,6 +39,19 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new ListObjectParentsCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // ListObjectParentsResponse
|
|
43
|
+
* // Parents: { // ObjectIdentifierToLinkNameMap
|
|
44
|
+
* // "<keys>": "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // ParentLinks: [ // ObjectIdentifierAndLinkNameList
|
|
48
|
+
* // { // ObjectIdentifierAndLinkNameTuple
|
|
49
|
+
* // ObjectIdentifier: "STRING_VALUE",
|
|
50
|
+
* // LinkName: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
42
55
|
* ```
|
|
43
56
|
*
|
|
44
57
|
* @param ListObjectParentsCommandInput - {@link ListObjectParentsCommandInput}
|
|
@@ -78,6 +91,8 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
|
|
|
78
91
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
79
92
|
* message.</p>
|
|
80
93
|
*
|
|
94
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
81
96
|
*
|
|
82
97
|
*/
|
|
83
98
|
export declare class ListObjectParentsCommand extends $Command<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -37,6 +37,13 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new ListObjectPoliciesCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // ListObjectPoliciesResponse
|
|
41
|
+
* // AttachedPolicyIds: [ // ObjectIdentifierList
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
40
47
|
* ```
|
|
41
48
|
*
|
|
42
49
|
* @param ListObjectPoliciesCommandInput - {@link ListObjectPoliciesCommandInput}
|
|
@@ -73,6 +80,8 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
|
|
|
73
80
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
74
81
|
* message.</p>
|
|
75
82
|
*
|
|
83
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
76
85
|
*
|
|
77
86
|
*/
|
|
78
87
|
export declare class ListObjectPoliciesCommand extends $Command<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -66,6 +66,36 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new ListOutgoingTypedLinksCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // { // ListOutgoingTypedLinksResponse
|
|
70
|
+
* // TypedLinkSpecifiers: [ // TypedLinkSpecifierList
|
|
71
|
+
* // { // TypedLinkSpecifier
|
|
72
|
+
* // TypedLinkFacet: { // TypedLinkSchemaAndFacetName
|
|
73
|
+
* // SchemaArn: "STRING_VALUE", // required
|
|
74
|
+
* // TypedLinkName: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
76
|
+
* // SourceObjectReference: { // ObjectReference
|
|
77
|
+
* // Selector: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // TargetObjectReference: {
|
|
80
|
+
* // Selector: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // IdentityAttributeValues: [ // AttributeNameAndValueList // required
|
|
83
|
+
* // { // AttributeNameAndValue
|
|
84
|
+
* // AttributeName: "STRING_VALUE", // required
|
|
85
|
+
* // Value: { // TypedAttributeValue Union: only one key present
|
|
86
|
+
* // StringValue: "STRING_VALUE",
|
|
87
|
+
* // BinaryValue: "BLOB_VALUE",
|
|
88
|
+
* // BooleanValue: true || false,
|
|
89
|
+
* // NumberValue: "STRING_VALUE",
|
|
90
|
+
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // NextToken: "STRING_VALUE",
|
|
97
|
+
* // };
|
|
98
|
+
*
|
|
69
99
|
* ```
|
|
70
100
|
*
|
|
71
101
|
* @param ListOutgoingTypedLinksCommandInput - {@link ListOutgoingTypedLinksCommandInput}
|
|
@@ -106,6 +136,8 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
|
|
|
106
136
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
107
137
|
* message.</p>
|
|
108
138
|
*
|
|
139
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
140
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
109
141
|
*
|
|
110
142
|
*/
|
|
111
143
|
export declare class ListOutgoingTypedLinksCommand extends $Command<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -37,6 +37,13 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new ListPolicyAttachmentsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // ListPolicyAttachmentsResponse
|
|
41
|
+
* // ObjectIdentifiers: [ // ObjectIdentifierList
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
40
47
|
* ```
|
|
41
48
|
*
|
|
42
49
|
* @param ListPolicyAttachmentsCommandInput - {@link ListPolicyAttachmentsCommandInput}
|
|
@@ -76,6 +83,8 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
|
|
|
76
83
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
77
84
|
* message.</p>
|
|
78
85
|
*
|
|
86
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
79
88
|
*
|
|
80
89
|
*/
|
|
81
90
|
export declare class ListPolicyAttachmentsCommand extends $Command<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListPublishedSchemaArnsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListPublishedSchemaArnsResponse
|
|
37
|
+
* // SchemaArns: [ // Arns
|
|
38
|
+
* // "STRING_VALUE",
|
|
39
|
+
* // ],
|
|
40
|
+
* // NextToken: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param ListPublishedSchemaArnsCommandInput - {@link ListPublishedSchemaArnsCommandInput}
|
|
@@ -66,6 +73,8 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
|
|
|
66
73
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
67
74
|
* message.</p>
|
|
68
75
|
*
|
|
76
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
69
78
|
*
|
|
70
79
|
*/
|
|
71
80
|
export declare class ListPublishedSchemaArnsCommand extends $Command<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -35,6 +35,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListTagsForResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListTagsForResourceResponse
|
|
39
|
+
* // Tags: [ // TagList
|
|
40
|
+
* // { // Tag
|
|
41
|
+
* // Key: "STRING_VALUE",
|
|
42
|
+
* // Value: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -68,6 +78,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
68
78
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
69
79
|
* message.</p>
|
|
70
80
|
*
|
|
81
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
71
83
|
*
|
|
72
84
|
*/
|
|
73
85
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -34,6 +34,33 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListTypedLinkFacetAttributesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListTypedLinkFacetAttributesResponse
|
|
38
|
+
* // Attributes: [ // TypedLinkAttributeDefinitionList
|
|
39
|
+
* // { // TypedLinkAttributeDefinition
|
|
40
|
+
* // Name: "STRING_VALUE", // required
|
|
41
|
+
* // Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
42
|
+
* // DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
43
|
+
* // StringValue: "STRING_VALUE",
|
|
44
|
+
* // BinaryValue: "BLOB_VALUE",
|
|
45
|
+
* // BooleanValue: true || false,
|
|
46
|
+
* // NumberValue: "STRING_VALUE",
|
|
47
|
+
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
48
|
+
* // },
|
|
49
|
+
* // IsImmutable: true || false,
|
|
50
|
+
* // Rules: { // RuleMap
|
|
51
|
+
* // "<keys>": { // Rule
|
|
52
|
+
* // Type: "BINARY_LENGTH" || "NUMBER_COMPARISON" || "STRING_FROM_SET" || "STRING_LENGTH",
|
|
53
|
+
* // Parameters: { // RuleParameterMap
|
|
54
|
+
* // "<keys>": "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // RequiredBehavior: "REQUIRED_ALWAYS" || "NOT_REQUIRED", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // NextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
37
64
|
* ```
|
|
38
65
|
*
|
|
39
66
|
* @param ListTypedLinkFacetAttributesCommandInput - {@link ListTypedLinkFacetAttributesCommandInput}
|
|
@@ -70,6 +97,8 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
|
|
|
70
97
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
71
98
|
* message.</p>
|
|
72
99
|
*
|
|
100
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
73
102
|
*
|
|
74
103
|
*/
|
|
75
104
|
export declare class ListTypedLinkFacetAttributesCommand extends $Command<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -34,6 +34,13 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListTypedLinkFacetNamesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListTypedLinkFacetNamesResponse
|
|
38
|
+
* // FacetNames: [ // TypedLinkNameList
|
|
39
|
+
* // "STRING_VALUE",
|
|
40
|
+
* // ],
|
|
41
|
+
* // NextToken: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
37
44
|
* ```
|
|
38
45
|
*
|
|
39
46
|
* @param ListTypedLinkFacetNamesCommandInput - {@link ListTypedLinkFacetNamesCommandInput}
|
|
@@ -67,6 +74,8 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
|
|
|
67
74
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
68
75
|
* message.</p>
|
|
69
76
|
*
|
|
77
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
70
79
|
*
|
|
71
80
|
*/
|
|
72
81
|
export declare class ListTypedLinkFacetNamesCommand extends $Command<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -41,6 +41,22 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new LookupPolicyCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // LookupPolicyResponse
|
|
45
|
+
* // PolicyToPathList: [ // PolicyToPathList
|
|
46
|
+
* // { // PolicyToPath
|
|
47
|
+
* // Path: "STRING_VALUE",
|
|
48
|
+
* // Policies: [ // PolicyAttachmentList
|
|
49
|
+
* // { // PolicyAttachment
|
|
50
|
+
* // PolicyId: "STRING_VALUE",
|
|
51
|
+
* // ObjectIdentifier: "STRING_VALUE",
|
|
52
|
+
* // PolicyType: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // NextToken: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
44
60
|
* ```
|
|
45
61
|
*
|
|
46
62
|
* @param LookupPolicyCommandInput - {@link LookupPolicyCommandInput}
|
|
@@ -77,6 +93,8 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
|
|
|
77
93
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
78
94
|
* message.</p>
|
|
79
95
|
*
|
|
96
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
80
98
|
*
|
|
81
99
|
*/
|
|
82
100
|
export declare class LookupPolicyCommand extends $Command<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PublishSchemaCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // PublishSchemaResponse
|
|
38
|
+
* // PublishedSchemaArn: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param PublishSchemaCommandInput - {@link PublishSchemaCommandInput}
|
|
@@ -67,6 +71,8 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
|
|
|
67
71
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
68
72
|
* message.</p>
|
|
69
73
|
*
|
|
74
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
70
76
|
*
|
|
71
77
|
*/
|
|
72
78
|
export declare class PublishSchemaCommand extends $Command<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -32,6 +32,10 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new PutSchemaFromJsonCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // PutSchemaFromJsonResponse
|
|
36
|
+
* // Arn: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param PutSchemaFromJsonCommandInput - {@link PutSchemaFromJsonCommandInput}
|
|
@@ -65,6 +69,8 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
|
|
|
65
69
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
66
70
|
* message.</p>
|
|
67
71
|
*
|
|
72
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
68
74
|
*
|
|
69
75
|
*/
|
|
70
76
|
export declare class PutSchemaFromJsonCommand extends $Command<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new RemoveFacetFromObjectCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param RemoveFacetFromObjectCommandInput - {@link RemoveFacetFromObjectCommandInput}
|
|
@@ -75,6 +77,8 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
|
|
|
75
77
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
76
78
|
* message.</p>
|
|
77
79
|
*
|
|
80
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
78
82
|
*
|
|
79
83
|
*/
|
|
80
84
|
export declare class RemoveFacetFromObjectCommand extends $Command<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new TagResourceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
70
72
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
71
73
|
* message.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -67,6 +69,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
67
69
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
68
70
|
* message.</p>
|
|
69
71
|
*
|
|
72
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
70
74
|
*
|
|
71
75
|
*/
|
|
72
76
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -76,6 +76,8 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
|
|
|
76
76
|
* };
|
|
77
77
|
* const command = new UpdateFacetCommand(input);
|
|
78
78
|
* const response = await client.send(command);
|
|
79
|
+
* // {};
|
|
80
|
+
*
|
|
79
81
|
* ```
|
|
80
82
|
*
|
|
81
83
|
* @param UpdateFacetCommandInput - {@link UpdateFacetCommandInput}
|
|
@@ -120,6 +122,8 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
|
|
|
120
122
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
121
123
|
* message.</p>
|
|
122
124
|
*
|
|
125
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
126
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
123
127
|
*
|
|
124
128
|
*/
|
|
125
129
|
export declare class UpdateFacetCommand extends $Command<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -74,6 +74,8 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
|
|
|
74
74
|
* };
|
|
75
75
|
* const command = new UpdateLinkAttributesCommand(input);
|
|
76
76
|
* const response = await client.send(command);
|
|
77
|
+
* // {};
|
|
78
|
+
*
|
|
77
79
|
* ```
|
|
78
80
|
*
|
|
79
81
|
* @param UpdateLinkAttributesCommandInput - {@link UpdateLinkAttributesCommandInput}
|
|
@@ -111,6 +113,8 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
|
|
|
111
113
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
112
114
|
* message.</p>
|
|
113
115
|
*
|
|
116
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
117
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
114
118
|
*
|
|
115
119
|
*/
|
|
116
120
|
export declare class UpdateLinkAttributesCommand extends $Command<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -53,6 +53,10 @@ export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu
|
|
|
53
53
|
* };
|
|
54
54
|
* const command = new UpdateObjectAttributesCommand(input);
|
|
55
55
|
* const response = await client.send(command);
|
|
56
|
+
* // { // UpdateObjectAttributesResponse
|
|
57
|
+
* // ObjectIdentifier: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
56
60
|
* ```
|
|
57
61
|
*
|
|
58
62
|
* @param UpdateObjectAttributesCommandInput - {@link UpdateObjectAttributesCommandInput}
|
|
@@ -94,6 +98,8 @@ export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu
|
|
|
94
98
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
95
99
|
* message.</p>
|
|
96
100
|
*
|
|
101
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
97
103
|
*
|
|
98
104
|
*/
|
|
99
105
|
export declare class UpdateObjectAttributesCommand extends $Command<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateSchemaCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateSchemaResponse
|
|
37
|
+
* // SchemaArn: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param UpdateSchemaCommandInput - {@link UpdateSchemaCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
63
67
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
64
68
|
* message.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class UpdateSchemaCommand extends $Command<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -61,6 +61,8 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new UpdateTypedLinkFacetCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // {};
|
|
65
|
+
*
|
|
64
66
|
* ```
|
|
65
67
|
*
|
|
66
68
|
* @param UpdateTypedLinkFacetCommandInput - {@link UpdateTypedLinkFacetCommandInput}
|
|
@@ -105,6 +107,8 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
105
107
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
106
108
|
* message.</p>
|
|
107
109
|
*
|
|
110
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
111
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
108
112
|
*
|
|
109
113
|
*/
|
|
110
114
|
export declare class UpdateTypedLinkFacetCommand extends $Command<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpgradeAppliedSchemaCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpgradeAppliedSchemaResponse
|
|
37
|
+
* // UpgradedSchemaArn: "STRING_VALUE",
|
|
38
|
+
* // DirectoryArn: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param UpgradeAppliedSchemaCommandInput - {@link UpgradeAppliedSchemaCommandInput}
|
|
@@ -71,6 +76,8 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
|
|
|
71
76
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
72
77
|
* message.</p>
|
|
73
78
|
*
|
|
79
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
74
81
|
*
|
|
75
82
|
*/
|
|
76
83
|
export declare class UpgradeAppliedSchemaCommand extends $Command<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpgradePublishedSchemaCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // UpgradePublishedSchemaResponse
|
|
38
|
+
* // UpgradedSchemaArn: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param UpgradePublishedSchemaCommandInput - {@link UpgradePublishedSchemaCommandInput}
|
|
@@ -71,6 +75,8 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
|
|
|
71
75
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
72
76
|
* message.</p>
|
|
73
77
|
*
|
|
78
|
+
* @throws {@link CloudDirectoryServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
74
80
|
*
|
|
75
81
|
*/
|
|
76
82
|
export declare class UpgradePublishedSchemaCommand extends $Command<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|