@aws-sdk/client-clouddirectory 3.651.1 → 3.658.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
|
@@ -150,4 +150,15 @@ declare const ListIncomingTypedLinksCommand_base: {
|
|
|
150
150
|
* @public
|
|
151
151
|
*/
|
|
152
152
|
export declare class ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {
|
|
153
|
+
/** @internal type navigation helper, not in runtime. */
|
|
154
|
+
protected static __types: {
|
|
155
|
+
api: {
|
|
156
|
+
input: ListIncomingTypedLinksRequest;
|
|
157
|
+
output: ListIncomingTypedLinksResponse;
|
|
158
|
+
};
|
|
159
|
+
sdk: {
|
|
160
|
+
input: ListIncomingTypedLinksCommandInput;
|
|
161
|
+
output: ListIncomingTypedLinksCommandOutput;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
153
164
|
}
|
|
@@ -146,4 +146,15 @@ declare const ListIndexCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class ListIndexCommand extends ListIndexCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: ListIndexRequest;
|
|
153
|
+
output: ListIndexResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: ListIndexCommandInput;
|
|
157
|
+
output: ListIndexCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListManagedSchemaArnsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListManagedSchemaArnsRequest;
|
|
88
|
+
output: ListManagedSchemaArnsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListManagedSchemaArnsCommandInput;
|
|
92
|
+
output: ListManagedSchemaArnsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -116,4 +116,15 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: ListObjectAttributesRequest;
|
|
123
|
+
output: ListObjectAttributesResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: ListObjectAttributesCommandInput;
|
|
127
|
+
output: ListObjectAttributesCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -99,4 +99,15 @@ declare const ListObjectChildrenCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListObjectChildrenRequest;
|
|
106
|
+
output: ListObjectChildrenResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListObjectChildrenCommandInput;
|
|
110
|
+
output: ListObjectChildrenCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListObjectParentPathsCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListObjectParentPathsRequest;
|
|
112
|
+
output: ListObjectParentPathsResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListObjectParentPathsCommandInput;
|
|
116
|
+
output: ListObjectParentPathsCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListObjectParentsCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListObjectParentsRequest;
|
|
112
|
+
output: ListObjectParentsResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListObjectParentsCommandInput;
|
|
116
|
+
output: ListObjectParentsCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -94,4 +94,15 @@ declare const ListObjectPoliciesCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListObjectPoliciesRequest;
|
|
101
|
+
output: ListObjectPoliciesResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListObjectPoliciesCommandInput;
|
|
105
|
+
output: ListObjectPoliciesCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -150,4 +150,15 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
150
150
|
* @public
|
|
151
151
|
*/
|
|
152
152
|
export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {
|
|
153
|
+
/** @internal type navigation helper, not in runtime. */
|
|
154
|
+
protected static __types: {
|
|
155
|
+
api: {
|
|
156
|
+
input: ListOutgoingTypedLinksRequest;
|
|
157
|
+
output: ListOutgoingTypedLinksResponse;
|
|
158
|
+
};
|
|
159
|
+
sdk: {
|
|
160
|
+
input: ListOutgoingTypedLinksCommandInput;
|
|
161
|
+
output: ListOutgoingTypedLinksCommandOutput;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
153
164
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListPolicyAttachmentsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListPolicyAttachmentsCommand extends ListPolicyAttachmentsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListPolicyAttachmentsRequest;
|
|
104
|
+
output: ListPolicyAttachmentsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListPolicyAttachmentsCommandInput;
|
|
108
|
+
output: ListPolicyAttachmentsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListPublishedSchemaArnsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListPublishedSchemaArnsCommand extends ListPublishedSchemaArnsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListPublishedSchemaArnsRequest;
|
|
94
|
+
output: ListPublishedSchemaArnsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListPublishedSchemaArnsCommandInput;
|
|
98
|
+
output: ListPublishedSchemaArnsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListTagsForResourceRequest;
|
|
99
|
+
output: ListTagsForResourceResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListTagsForResourceCommandInput;
|
|
103
|
+
output: ListTagsForResourceCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -111,4 +111,15 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ListTypedLinkFacetAttributesCommand extends ListTypedLinkFacetAttributesCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: ListTypedLinkFacetAttributesRequest;
|
|
118
|
+
output: ListTypedLinkFacetAttributesResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: ListTypedLinkFacetAttributesCommandInput;
|
|
122
|
+
output: ListTypedLinkFacetAttributesCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListTypedLinkFacetNamesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListTypedLinkFacetNamesCommand extends ListTypedLinkFacetNamesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListTypedLinkFacetNamesRequest;
|
|
95
|
+
output: ListTypedLinkFacetNamesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListTypedLinkFacetNamesCommandInput;
|
|
99
|
+
output: ListTypedLinkFacetNamesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -107,4 +107,15 @@ declare const LookupPolicyCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class LookupPolicyCommand extends LookupPolicyCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: LookupPolicyRequest;
|
|
114
|
+
output: LookupPolicyResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: LookupPolicyCommandInput;
|
|
118
|
+
output: LookupPolicyCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -85,4 +85,15 @@ declare const PublishSchemaCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class PublishSchemaCommand extends PublishSchemaCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: PublishSchemaRequest;
|
|
92
|
+
output: PublishSchemaResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: PublishSchemaCommandInput;
|
|
96
|
+
output: PublishSchemaCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -83,4 +83,15 @@ declare const PutSchemaFromJsonCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class PutSchemaFromJsonCommand extends PutSchemaFromJsonCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: PutSchemaFromJsonRequest;
|
|
90
|
+
output: PutSchemaFromJsonResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: PutSchemaFromJsonCommandInput;
|
|
94
|
+
output: PutSchemaFromJsonCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -91,4 +91,15 @@ declare const RemoveFacetFromObjectCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class RemoveFacetFromObjectCommand extends RemoveFacetFromObjectCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: RemoveFacetFromObjectRequest;
|
|
98
|
+
output: {};
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: RemoveFacetFromObjectCommandInput;
|
|
102
|
+
output: RemoveFacetFromObjectCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -86,4 +86,15 @@ declare const TagResourceCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: TagResourceRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: TagResourceCommandInput;
|
|
97
|
+
output: TagResourceCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -83,4 +83,15 @@ declare const UntagResourceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UntagResourceRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UntagResourceCommandInput;
|
|
94
|
+
output: UntagResourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -136,4 +136,15 @@ declare const UpdateFacetCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class UpdateFacetCommand extends UpdateFacetCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: UpdateFacetRequest;
|
|
143
|
+
output: {};
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: UpdateFacetCommandInput;
|
|
147
|
+
output: UpdateFacetCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -127,4 +127,15 @@ declare const UpdateLinkAttributesCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class UpdateLinkAttributesCommand extends UpdateLinkAttributesCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: UpdateLinkAttributesRequest;
|
|
134
|
+
output: {};
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: UpdateLinkAttributesCommandInput;
|
|
138
|
+
output: UpdateLinkAttributesCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -112,4 +112,15 @@ declare const UpdateObjectAttributesCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class UpdateObjectAttributesCommand extends UpdateObjectAttributesCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: UpdateObjectAttributesRequest;
|
|
119
|
+
output: UpdateObjectAttributesResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: UpdateObjectAttributesCommandInput;
|
|
123
|
+
output: UpdateObjectAttributesCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateSchemaCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateSchemaRequest;
|
|
88
|
+
output: UpdateSchemaResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateSchemaCommandInput;
|
|
92
|
+
output: UpdateSchemaCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -121,4 +121,15 @@ declare const UpdateTypedLinkFacetCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class UpdateTypedLinkFacetCommand extends UpdateTypedLinkFacetCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: UpdateTypedLinkFacetRequest;
|
|
128
|
+
output: {};
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: UpdateTypedLinkFacetCommandInput;
|
|
132
|
+
output: UpdateTypedLinkFacetCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -90,4 +90,15 @@ declare const UpgradeAppliedSchemaCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class UpgradeAppliedSchemaCommand extends UpgradeAppliedSchemaCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: UpgradeAppliedSchemaRequest;
|
|
97
|
+
output: UpgradeAppliedSchemaResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: UpgradeAppliedSchemaCommandInput;
|
|
101
|
+
output: UpgradeAppliedSchemaCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -89,4 +89,15 @@ declare const UpgradePublishedSchemaCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpgradePublishedSchemaCommand extends UpgradePublishedSchemaCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpgradePublishedSchemaRequest;
|
|
96
|
+
output: UpgradePublishedSchemaResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpgradePublishedSchemaCommandInput;
|
|
100
|
+
output: UpgradePublishedSchemaCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -36,4 +36,15 @@ declare const AddFacetToObjectCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base {
|
|
39
|
+
export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AddFacetToObjectRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AddFacetToObjectCommandInput;
|
|
47
|
+
output: AddFacetToObjectCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ApplySchemaCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ApplySchemaCommand extends ApplySchemaCommand_base {
|
|
36
|
+
export declare class ApplySchemaCommand extends ApplySchemaCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ApplySchemaRequest;
|
|
40
|
+
output: ApplySchemaResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ApplySchemaCommandInput;
|
|
44
|
+
output: ApplySchemaCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const AttachObjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AttachObjectCommand extends AttachObjectCommand_base {
|
|
36
|
+
export declare class AttachObjectCommand extends AttachObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AttachObjectRequest;
|
|
40
|
+
output: AttachObjectResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AttachObjectCommandInput;
|
|
44
|
+
output: AttachObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const AttachPolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
|
|
36
|
+
export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AttachPolicyRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AttachPolicyCommandInput;
|
|
44
|
+
output: AttachPolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const AttachToIndexCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AttachToIndexCommand extends AttachToIndexCommand_base {
|
|
39
|
+
export declare class AttachToIndexCommand extends AttachToIndexCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AttachToIndexRequest;
|
|
43
|
+
output: AttachToIndexResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AttachToIndexCommandInput;
|
|
47
|
+
output: AttachToIndexCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const AttachTypedLinkCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {
|
|
39
|
+
export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AttachTypedLinkRequest;
|
|
43
|
+
output: AttachTypedLinkResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AttachTypedLinkCommandInput;
|
|
47
|
+
output: AttachTypedLinkCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const BatchReadCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchReadCommand extends BatchReadCommand_base {
|
|
36
|
+
export declare class BatchReadCommand extends BatchReadCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchReadRequest;
|
|
40
|
+
output: BatchReadResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchReadCommandInput;
|
|
44
|
+
output: BatchReadCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const BatchWriteCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchWriteCommand extends BatchWriteCommand_base {
|
|
36
|
+
export declare class BatchWriteCommand extends BatchWriteCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchWriteRequest;
|
|
40
|
+
output: BatchWriteResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchWriteCommandInput;
|
|
44
|
+
output: BatchWriteCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDirectoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {
|
|
39
|
+
export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDirectoryRequest;
|
|
43
|
+
output: CreateDirectoryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDirectoryCommandInput;
|
|
47
|
+
output: CreateDirectoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFacetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFacetCommand extends CreateFacetCommand_base {
|
|
36
|
+
export declare class CreateFacetCommand extends CreateFacetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFacetRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFacetCommandInput;
|
|
44
|
+
output: CreateFacetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateIndexCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
36
|
+
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateIndexRequest;
|
|
40
|
+
output: CreateIndexResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateIndexCommandInput;
|
|
44
|
+
output: CreateIndexCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|