@aws-sdk/client-clouddirectory 3.650.0 → 3.654.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 +11 -0
- package/dist-types/commands/ApplySchemaCommand.d.ts +11 -0
- package/dist-types/commands/AttachObjectCommand.d.ts +11 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +11 -0
- package/dist-types/commands/AttachToIndexCommand.d.ts +11 -0
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +11 -0
- package/dist-types/commands/BatchReadCommand.d.ts +11 -0
- package/dist-types/commands/BatchWriteCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateFacetCommand.d.ts +11 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +11 -0
- package/dist-types/commands/CreateObjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFacetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +11 -0
- package/dist-types/commands/DetachFromIndexCommand.d.ts +11 -0
- package/dist-types/commands/DetachObjectCommand.d.ts +11 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +11 -0
- package/dist-types/commands/DisableDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/EnableDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/GetFacetCommand.d.ts +11 -0
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +11 -0
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +11 -0
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +11 -0
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListDirectoriesCommand.d.ts +11 -0
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListFacetNamesCommand.d.ts +11 -0
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +11 -0
- package/dist-types/commands/ListIndexCommand.d.ts +11 -0
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +11 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +11 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +11 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +11 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +11 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -107,4 +107,15 @@ declare const AddFacetToObjectCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: AddFacetToObjectRequest;
|
|
114
|
+
output: {};
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: AddFacetToObjectCommandInput;
|
|
118
|
+
output: AddFacetToObjectCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -90,4 +90,15 @@ declare const ApplySchemaCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ApplySchemaCommand extends ApplySchemaCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ApplySchemaRequest;
|
|
97
|
+
output: ApplySchemaResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ApplySchemaCommandInput;
|
|
101
|
+
output: ApplySchemaCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -111,4 +111,15 @@ declare const AttachObjectCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class AttachObjectCommand extends AttachObjectCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: AttachObjectRequest;
|
|
118
|
+
output: AttachObjectResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: AttachObjectCommandInput;
|
|
122
|
+
output: AttachObjectCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -90,4 +90,15 @@ declare const AttachPolicyCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: AttachPolicyRequest;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: AttachPolicyCommandInput;
|
|
101
|
+
output: AttachPolicyCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -102,4 +102,15 @@ declare const AttachToIndexCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class AttachToIndexCommand extends AttachToIndexCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: AttachToIndexRequest;
|
|
109
|
+
output: AttachToIndexResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: AttachToIndexCommandInput;
|
|
113
|
+
output: AttachToIndexCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -135,4 +135,15 @@ declare const AttachTypedLinkCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: AttachTypedLinkRequest;
|
|
142
|
+
output: AttachTypedLinkResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: AttachTypedLinkCommandInput;
|
|
146
|
+
output: AttachTypedLinkCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -480,4 +480,15 @@ declare const BatchReadCommand_base: {
|
|
|
480
480
|
* @public
|
|
481
481
|
*/
|
|
482
482
|
export declare class BatchReadCommand extends BatchReadCommand_base {
|
|
483
|
+
/** @internal type navigation helper, not in runtime. */
|
|
484
|
+
protected static __types: {
|
|
485
|
+
api: {
|
|
486
|
+
input: BatchReadRequest;
|
|
487
|
+
output: BatchReadResponse;
|
|
488
|
+
};
|
|
489
|
+
sdk: {
|
|
490
|
+
input: BatchReadCommandInput;
|
|
491
|
+
output: BatchReadCommandOutput;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
483
494
|
}
|
|
@@ -346,4 +346,15 @@ declare const BatchWriteCommand_base: {
|
|
|
346
346
|
* @public
|
|
347
347
|
*/
|
|
348
348
|
export declare class BatchWriteCommand extends BatchWriteCommand_base {
|
|
349
|
+
/** @internal type navigation helper, not in runtime. */
|
|
350
|
+
protected static __types: {
|
|
351
|
+
api: {
|
|
352
|
+
input: BatchWriteRequest;
|
|
353
|
+
output: BatchWriteResponse;
|
|
354
|
+
};
|
|
355
|
+
sdk: {
|
|
356
|
+
input: BatchWriteCommandInput;
|
|
357
|
+
output: BatchWriteCommandOutput;
|
|
358
|
+
};
|
|
359
|
+
};
|
|
349
360
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateDirectoryCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateDirectoryRequest;
|
|
97
|
+
output: CreateDirectoryResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateDirectoryCommandInput;
|
|
101
|
+
output: CreateDirectoryCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -120,4 +120,15 @@ declare const CreateFacetCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class CreateFacetCommand extends CreateFacetCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: CreateFacetRequest;
|
|
127
|
+
output: {};
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: CreateFacetCommandInput;
|
|
131
|
+
output: CreateFacetCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -105,4 +105,15 @@ declare const CreateIndexCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: CreateIndexRequest;
|
|
112
|
+
output: CreateIndexResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: CreateIndexCommandInput;
|
|
116
|
+
output: CreateIndexCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -122,4 +122,15 @@ declare const CreateObjectCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class CreateObjectCommand extends CreateObjectCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: CreateObjectRequest;
|
|
129
|
+
output: CreateObjectResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: CreateObjectCommandInput;
|
|
133
|
+
output: CreateObjectCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -100,4 +100,15 @@ declare const CreateSchemaCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateSchemaRequest;
|
|
107
|
+
output: CreateSchemaResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateSchemaCommandInput;
|
|
111
|
+
output: CreateSchemaCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -116,4 +116,15 @@ declare const CreateTypedLinkFacetCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class CreateTypedLinkFacetCommand extends CreateTypedLinkFacetCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: CreateTypedLinkFacetRequest;
|
|
123
|
+
output: {};
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: CreateTypedLinkFacetCommandInput;
|
|
127
|
+
output: CreateTypedLinkFacetCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -88,4 +88,15 @@ declare const DeleteDirectoryCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DeleteDirectoryRequest;
|
|
95
|
+
output: DeleteDirectoryResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DeleteDirectoryCommandInput;
|
|
99
|
+
output: DeleteDirectoryCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -87,4 +87,15 @@ declare const DeleteFacetCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DeleteFacetCommand extends DeleteFacetCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DeleteFacetRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DeleteFacetCommandInput;
|
|
98
|
+
output: DeleteFacetCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -88,4 +88,15 @@ declare const DeleteObjectCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DeleteObjectRequest;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DeleteObjectCommandInput;
|
|
99
|
+
output: DeleteObjectCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteSchemaCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteSchemaRequest;
|
|
90
|
+
output: DeleteSchemaResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteSchemaCommandInput;
|
|
94
|
+
output: DeleteSchemaCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -81,4 +81,15 @@ declare const DeleteTypedLinkFacetCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DeleteTypedLinkFacetCommand extends DeleteTypedLinkFacetCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteTypedLinkFacetRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteTypedLinkFacetCommandInput;
|
|
92
|
+
output: DeleteTypedLinkFacetCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -94,4 +94,15 @@ declare const DetachFromIndexCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DetachFromIndexCommand extends DetachFromIndexCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DetachFromIndexRequest;
|
|
101
|
+
output: DetachFromIndexResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DetachFromIndexCommandInput;
|
|
105
|
+
output: DetachFromIndexCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -91,4 +91,15 @@ declare const DetachObjectCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class DetachObjectCommand extends DetachObjectCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: DetachObjectRequest;
|
|
98
|
+
output: DetachObjectResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: DetachObjectCommandInput;
|
|
102
|
+
output: DetachObjectCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -89,4 +89,15 @@ declare const DetachPolicyCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DetachPolicyCommand extends DetachPolicyCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DetachPolicyRequest;
|
|
96
|
+
output: {};
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DetachPolicyCommandInput;
|
|
100
|
+
output: DetachPolicyCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -108,4 +108,15 @@ declare const DetachTypedLinkCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DetachTypedLinkRequest;
|
|
115
|
+
output: {};
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DetachTypedLinkCommandInput;
|
|
119
|
+
output: DetachTypedLinkCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -84,4 +84,15 @@ declare const DisableDirectoryCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DisableDirectoryCommand extends DisableDirectoryCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DisableDirectoryRequest;
|
|
91
|
+
output: DisableDirectoryResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DisableDirectoryCommandInput;
|
|
95
|
+
output: DisableDirectoryCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -84,4 +84,15 @@ declare const EnableDirectoryCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class EnableDirectoryCommand extends EnableDirectoryCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: EnableDirectoryRequest;
|
|
91
|
+
output: EnableDirectoryResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: EnableDirectoryCommandInput;
|
|
95
|
+
output: EnableDirectoryCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetAppliedSchemaVersionCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetAppliedSchemaVersionRequest;
|
|
86
|
+
output: GetAppliedSchemaVersionResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetAppliedSchemaVersionCommandInput;
|
|
90
|
+
output: GetAppliedSchemaVersionCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetDirectoryCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetDirectoryCommand extends GetDirectoryCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetDirectoryRequest;
|
|
88
|
+
output: GetDirectoryResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetDirectoryCommandInput;
|
|
92
|
+
output: GetDirectoryCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetFacetCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetFacetCommand extends GetFacetCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetFacetRequest;
|
|
95
|
+
output: GetFacetResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetFacetCommandInput;
|
|
99
|
+
output: GetFacetCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -129,4 +129,15 @@ declare const GetLinkAttributesCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: GetLinkAttributesRequest;
|
|
136
|
+
output: GetLinkAttributesResponse;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: GetLinkAttributesCommandInput;
|
|
140
|
+
output: GetLinkAttributesCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -112,4 +112,15 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: GetObjectAttributesRequest;
|
|
119
|
+
output: GetObjectAttributesResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: GetObjectAttributesCommandInput;
|
|
123
|
+
output: GetObjectAttributesCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -92,4 +92,15 @@ declare const GetObjectInformationCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class GetObjectInformationCommand extends GetObjectInformationCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: GetObjectInformationRequest;
|
|
99
|
+
output: GetObjectInformationResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: GetObjectInformationCommandInput;
|
|
103
|
+
output: GetObjectInformationCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetSchemaAsJsonCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetSchemaAsJsonRequest;
|
|
87
|
+
output: GetSchemaAsJsonResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetSchemaAsJsonCommandInput;
|
|
91
|
+
output: GetSchemaAsJsonCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetTypedLinkFacetInformationCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetTypedLinkFacetInformationRequest;
|
|
95
|
+
output: GetTypedLinkFacetInformationResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetTypedLinkFacetInformationCommandInput;
|
|
99
|
+
output: GetTypedLinkFacetInformationCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListAppliedSchemaArnsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListAppliedSchemaArnsCommand extends ListAppliedSchemaArnsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListAppliedSchemaArnsRequest;
|
|
95
|
+
output: ListAppliedSchemaArnsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListAppliedSchemaArnsCommandInput;
|
|
99
|
+
output: ListAppliedSchemaArnsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -109,4 +109,15 @@ declare const ListAttachedIndicesCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class ListAttachedIndicesCommand extends ListAttachedIndicesCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: ListAttachedIndicesRequest;
|
|
116
|
+
output: ListAttachedIndicesResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: ListAttachedIndicesCommandInput;
|
|
120
|
+
output: ListAttachedIndicesCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListDevelopmentSchemaArnsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListDevelopmentSchemaArnsRequest;
|
|
94
|
+
output: ListDevelopmentSchemaArnsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListDevelopmentSchemaArnsCommandInput;
|
|
98
|
+
output: ListDevelopmentSchemaArnsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListDirectoriesCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListDirectoriesCommand extends ListDirectoriesCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListDirectoriesRequest;
|
|
96
|
+
output: ListDirectoriesResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListDirectoriesCommandInput;
|
|
100
|
+
output: ListDirectoriesCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -117,4 +117,15 @@ declare const ListFacetAttributesCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: ListFacetAttributesRequest;
|
|
124
|
+
output: ListFacetAttributesResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: ListFacetAttributesCommandInput;
|
|
128
|
+
output: ListFacetAttributesCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListFacetNamesCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListFacetNamesCommand extends ListFacetNamesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListFacetNamesRequest;
|
|
94
|
+
output: ListFacetNamesResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListFacetNamesCommandInput;
|
|
98
|
+
output: ListFacetNamesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|