@aws-sdk/client-clouddirectory 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudDirectory.d.ts +1192 -335
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +526 -139
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2825 -2534
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +20 -20
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,200 +1,797 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AddFacetToObjectCommandInput,
|
|
8
|
+
AddFacetToObjectCommandOutput,
|
|
9
|
+
} from "../commands/AddFacetToObjectCommand";
|
|
10
|
+
import {
|
|
11
|
+
ApplySchemaCommandInput,
|
|
12
|
+
ApplySchemaCommandOutput,
|
|
13
|
+
} from "../commands/ApplySchemaCommand";
|
|
14
|
+
import {
|
|
15
|
+
AttachObjectCommandInput,
|
|
16
|
+
AttachObjectCommandOutput,
|
|
17
|
+
} from "../commands/AttachObjectCommand";
|
|
18
|
+
import {
|
|
19
|
+
AttachPolicyCommandInput,
|
|
20
|
+
AttachPolicyCommandOutput,
|
|
21
|
+
} from "../commands/AttachPolicyCommand";
|
|
22
|
+
import {
|
|
23
|
+
AttachToIndexCommandInput,
|
|
24
|
+
AttachToIndexCommandOutput,
|
|
25
|
+
} from "../commands/AttachToIndexCommand";
|
|
26
|
+
import {
|
|
27
|
+
AttachTypedLinkCommandInput,
|
|
28
|
+
AttachTypedLinkCommandOutput,
|
|
29
|
+
} from "../commands/AttachTypedLinkCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchReadCommandInput,
|
|
32
|
+
BatchReadCommandOutput,
|
|
33
|
+
} from "../commands/BatchReadCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchWriteCommandInput,
|
|
36
|
+
BatchWriteCommandOutput,
|
|
37
|
+
} from "../commands/BatchWriteCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateDirectoryCommandInput,
|
|
40
|
+
CreateDirectoryCommandOutput,
|
|
41
|
+
} from "../commands/CreateDirectoryCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateFacetCommandInput,
|
|
44
|
+
CreateFacetCommandOutput,
|
|
45
|
+
} from "../commands/CreateFacetCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateIndexCommandInput,
|
|
48
|
+
CreateIndexCommandOutput,
|
|
49
|
+
} from "../commands/CreateIndexCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateObjectCommandInput,
|
|
52
|
+
CreateObjectCommandOutput,
|
|
53
|
+
} from "../commands/CreateObjectCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateSchemaCommandInput,
|
|
56
|
+
CreateSchemaCommandOutput,
|
|
57
|
+
} from "../commands/CreateSchemaCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateTypedLinkFacetCommandInput,
|
|
60
|
+
CreateTypedLinkFacetCommandOutput,
|
|
61
|
+
} from "../commands/CreateTypedLinkFacetCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDirectoryCommandInput,
|
|
64
|
+
DeleteDirectoryCommandOutput,
|
|
65
|
+
} from "../commands/DeleteDirectoryCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteFacetCommandInput,
|
|
68
|
+
DeleteFacetCommandOutput,
|
|
69
|
+
} from "../commands/DeleteFacetCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteObjectCommandInput,
|
|
72
|
+
DeleteObjectCommandOutput,
|
|
73
|
+
} from "../commands/DeleteObjectCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteSchemaCommandInput,
|
|
76
|
+
DeleteSchemaCommandOutput,
|
|
77
|
+
} from "../commands/DeleteSchemaCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteTypedLinkFacetCommandInput,
|
|
80
|
+
DeleteTypedLinkFacetCommandOutput,
|
|
81
|
+
} from "../commands/DeleteTypedLinkFacetCommand";
|
|
82
|
+
import {
|
|
83
|
+
DetachFromIndexCommandInput,
|
|
84
|
+
DetachFromIndexCommandOutput,
|
|
85
|
+
} from "../commands/DetachFromIndexCommand";
|
|
86
|
+
import {
|
|
87
|
+
DetachObjectCommandInput,
|
|
88
|
+
DetachObjectCommandOutput,
|
|
89
|
+
} from "../commands/DetachObjectCommand";
|
|
90
|
+
import {
|
|
91
|
+
DetachPolicyCommandInput,
|
|
92
|
+
DetachPolicyCommandOutput,
|
|
93
|
+
} from "../commands/DetachPolicyCommand";
|
|
94
|
+
import {
|
|
95
|
+
DetachTypedLinkCommandInput,
|
|
96
|
+
DetachTypedLinkCommandOutput,
|
|
97
|
+
} from "../commands/DetachTypedLinkCommand";
|
|
98
|
+
import {
|
|
99
|
+
DisableDirectoryCommandInput,
|
|
100
|
+
DisableDirectoryCommandOutput,
|
|
101
|
+
} from "../commands/DisableDirectoryCommand";
|
|
102
|
+
import {
|
|
103
|
+
EnableDirectoryCommandInput,
|
|
104
|
+
EnableDirectoryCommandOutput,
|
|
105
|
+
} from "../commands/EnableDirectoryCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetAppliedSchemaVersionCommandInput,
|
|
108
|
+
GetAppliedSchemaVersionCommandOutput,
|
|
109
|
+
} from "../commands/GetAppliedSchemaVersionCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetDirectoryCommandInput,
|
|
112
|
+
GetDirectoryCommandOutput,
|
|
113
|
+
} from "../commands/GetDirectoryCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetFacetCommandInput,
|
|
116
|
+
GetFacetCommandOutput,
|
|
117
|
+
} from "../commands/GetFacetCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetLinkAttributesCommandInput,
|
|
120
|
+
GetLinkAttributesCommandOutput,
|
|
121
|
+
} from "../commands/GetLinkAttributesCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetObjectAttributesCommandInput,
|
|
124
|
+
GetObjectAttributesCommandOutput,
|
|
125
|
+
} from "../commands/GetObjectAttributesCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetObjectInformationCommandInput,
|
|
128
|
+
GetObjectInformationCommandOutput,
|
|
129
|
+
} from "../commands/GetObjectInformationCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetSchemaAsJsonCommandInput,
|
|
132
|
+
GetSchemaAsJsonCommandOutput,
|
|
133
|
+
} from "../commands/GetSchemaAsJsonCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetTypedLinkFacetInformationCommandInput,
|
|
136
|
+
GetTypedLinkFacetInformationCommandOutput,
|
|
137
|
+
} from "../commands/GetTypedLinkFacetInformationCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListAppliedSchemaArnsCommandInput,
|
|
140
|
+
ListAppliedSchemaArnsCommandOutput,
|
|
141
|
+
} from "../commands/ListAppliedSchemaArnsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListAttachedIndicesCommandInput,
|
|
144
|
+
ListAttachedIndicesCommandOutput,
|
|
145
|
+
} from "../commands/ListAttachedIndicesCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListDevelopmentSchemaArnsCommandInput,
|
|
148
|
+
ListDevelopmentSchemaArnsCommandOutput,
|
|
149
|
+
} from "../commands/ListDevelopmentSchemaArnsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListDirectoriesCommandInput,
|
|
152
|
+
ListDirectoriesCommandOutput,
|
|
153
|
+
} from "../commands/ListDirectoriesCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListFacetAttributesCommandInput,
|
|
156
|
+
ListFacetAttributesCommandOutput,
|
|
157
|
+
} from "../commands/ListFacetAttributesCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListFacetNamesCommandInput,
|
|
160
|
+
ListFacetNamesCommandOutput,
|
|
161
|
+
} from "../commands/ListFacetNamesCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListIncomingTypedLinksCommandInput,
|
|
164
|
+
ListIncomingTypedLinksCommandOutput,
|
|
165
|
+
} from "../commands/ListIncomingTypedLinksCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListIndexCommandInput,
|
|
168
|
+
ListIndexCommandOutput,
|
|
169
|
+
} from "../commands/ListIndexCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListManagedSchemaArnsCommandInput,
|
|
172
|
+
ListManagedSchemaArnsCommandOutput,
|
|
173
|
+
} from "../commands/ListManagedSchemaArnsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListObjectAttributesCommandInput,
|
|
176
|
+
ListObjectAttributesCommandOutput,
|
|
177
|
+
} from "../commands/ListObjectAttributesCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListObjectChildrenCommandInput,
|
|
180
|
+
ListObjectChildrenCommandOutput,
|
|
181
|
+
} from "../commands/ListObjectChildrenCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListObjectParentPathsCommandInput,
|
|
184
|
+
ListObjectParentPathsCommandOutput,
|
|
185
|
+
} from "../commands/ListObjectParentPathsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListObjectParentsCommandInput,
|
|
188
|
+
ListObjectParentsCommandOutput,
|
|
189
|
+
} from "../commands/ListObjectParentsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListObjectPoliciesCommandInput,
|
|
192
|
+
ListObjectPoliciesCommandOutput,
|
|
193
|
+
} from "../commands/ListObjectPoliciesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListOutgoingTypedLinksCommandInput,
|
|
196
|
+
ListOutgoingTypedLinksCommandOutput,
|
|
197
|
+
} from "../commands/ListOutgoingTypedLinksCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListPolicyAttachmentsCommandInput,
|
|
200
|
+
ListPolicyAttachmentsCommandOutput,
|
|
201
|
+
} from "../commands/ListPolicyAttachmentsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListPublishedSchemaArnsCommandInput,
|
|
204
|
+
ListPublishedSchemaArnsCommandOutput,
|
|
205
|
+
} from "../commands/ListPublishedSchemaArnsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListTagsForResourceCommandInput,
|
|
208
|
+
ListTagsForResourceCommandOutput,
|
|
209
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListTypedLinkFacetAttributesCommandInput,
|
|
212
|
+
ListTypedLinkFacetAttributesCommandOutput,
|
|
213
|
+
} from "../commands/ListTypedLinkFacetAttributesCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListTypedLinkFacetNamesCommandInput,
|
|
216
|
+
ListTypedLinkFacetNamesCommandOutput,
|
|
217
|
+
} from "../commands/ListTypedLinkFacetNamesCommand";
|
|
218
|
+
import {
|
|
219
|
+
LookupPolicyCommandInput,
|
|
220
|
+
LookupPolicyCommandOutput,
|
|
221
|
+
} from "../commands/LookupPolicyCommand";
|
|
222
|
+
import {
|
|
223
|
+
PublishSchemaCommandInput,
|
|
224
|
+
PublishSchemaCommandOutput,
|
|
225
|
+
} from "../commands/PublishSchemaCommand";
|
|
226
|
+
import {
|
|
227
|
+
PutSchemaFromJsonCommandInput,
|
|
228
|
+
PutSchemaFromJsonCommandOutput,
|
|
229
|
+
} from "../commands/PutSchemaFromJsonCommand";
|
|
230
|
+
import {
|
|
231
|
+
RemoveFacetFromObjectCommandInput,
|
|
232
|
+
RemoveFacetFromObjectCommandOutput,
|
|
233
|
+
} from "../commands/RemoveFacetFromObjectCommand";
|
|
234
|
+
import {
|
|
235
|
+
TagResourceCommandInput,
|
|
236
|
+
TagResourceCommandOutput,
|
|
237
|
+
} from "../commands/TagResourceCommand";
|
|
238
|
+
import {
|
|
239
|
+
UntagResourceCommandInput,
|
|
240
|
+
UntagResourceCommandOutput,
|
|
241
|
+
} from "../commands/UntagResourceCommand";
|
|
242
|
+
import {
|
|
243
|
+
UpdateFacetCommandInput,
|
|
244
|
+
UpdateFacetCommandOutput,
|
|
245
|
+
} from "../commands/UpdateFacetCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateLinkAttributesCommandInput,
|
|
248
|
+
UpdateLinkAttributesCommandOutput,
|
|
249
|
+
} from "../commands/UpdateLinkAttributesCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateObjectAttributesCommandInput,
|
|
252
|
+
UpdateObjectAttributesCommandOutput,
|
|
253
|
+
} from "../commands/UpdateObjectAttributesCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateSchemaCommandInput,
|
|
256
|
+
UpdateSchemaCommandOutput,
|
|
257
|
+
} from "../commands/UpdateSchemaCommand";
|
|
258
|
+
import {
|
|
259
|
+
UpdateTypedLinkFacetCommandInput,
|
|
260
|
+
UpdateTypedLinkFacetCommandOutput,
|
|
261
|
+
} from "../commands/UpdateTypedLinkFacetCommand";
|
|
262
|
+
import {
|
|
263
|
+
UpgradeAppliedSchemaCommandInput,
|
|
264
|
+
UpgradeAppliedSchemaCommandOutput,
|
|
265
|
+
} from "../commands/UpgradeAppliedSchemaCommand";
|
|
266
|
+
import {
|
|
267
|
+
UpgradePublishedSchemaCommandInput,
|
|
268
|
+
UpgradePublishedSchemaCommandOutput,
|
|
269
|
+
} from "../commands/UpgradePublishedSchemaCommand";
|
|
270
|
+
export declare const serializeAws_restJson1AddFacetToObjectCommand: (
|
|
271
|
+
input: AddFacetToObjectCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1ApplySchemaCommand: (
|
|
275
|
+
input: ApplySchemaCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1AttachObjectCommand: (
|
|
279
|
+
input: AttachObjectCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1AttachPolicyCommand: (
|
|
283
|
+
input: AttachPolicyCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1AttachToIndexCommand: (
|
|
287
|
+
input: AttachToIndexCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1AttachTypedLinkCommand: (
|
|
291
|
+
input: AttachTypedLinkCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1BatchReadCommand: (
|
|
295
|
+
input: BatchReadCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1BatchWriteCommand: (
|
|
299
|
+
input: BatchWriteCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1CreateDirectoryCommand: (
|
|
303
|
+
input: CreateDirectoryCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1CreateFacetCommand: (
|
|
307
|
+
input: CreateFacetCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1CreateIndexCommand: (
|
|
311
|
+
input: CreateIndexCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1CreateObjectCommand: (
|
|
315
|
+
input: CreateObjectCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1CreateSchemaCommand: (
|
|
319
|
+
input: CreateSchemaCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1CreateTypedLinkFacetCommand: (
|
|
323
|
+
input: CreateTypedLinkFacetCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1DeleteDirectoryCommand: (
|
|
327
|
+
input: DeleteDirectoryCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1DeleteFacetCommand: (
|
|
331
|
+
input: DeleteFacetCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1DeleteObjectCommand: (
|
|
335
|
+
input: DeleteObjectCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1DeleteSchemaCommand: (
|
|
339
|
+
input: DeleteSchemaCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1DeleteTypedLinkFacetCommand: (
|
|
343
|
+
input: DeleteTypedLinkFacetCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1DetachFromIndexCommand: (
|
|
347
|
+
input: DetachFromIndexCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1DetachObjectCommand: (
|
|
351
|
+
input: DetachObjectCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1DetachPolicyCommand: (
|
|
355
|
+
input: DetachPolicyCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1DetachTypedLinkCommand: (
|
|
359
|
+
input: DetachTypedLinkCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1DisableDirectoryCommand: (
|
|
363
|
+
input: DisableDirectoryCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1EnableDirectoryCommand: (
|
|
367
|
+
input: EnableDirectoryCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1GetAppliedSchemaVersionCommand: (
|
|
371
|
+
input: GetAppliedSchemaVersionCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1GetDirectoryCommand: (
|
|
375
|
+
input: GetDirectoryCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1GetFacetCommand: (
|
|
379
|
+
input: GetFacetCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1GetLinkAttributesCommand: (
|
|
383
|
+
input: GetLinkAttributesCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1GetObjectAttributesCommand: (
|
|
387
|
+
input: GetObjectAttributesCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1GetObjectInformationCommand: (
|
|
391
|
+
input: GetObjectInformationCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1GetSchemaAsJsonCommand: (
|
|
395
|
+
input: GetSchemaAsJsonCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1GetTypedLinkFacetInformationCommand: (
|
|
399
|
+
input: GetTypedLinkFacetInformationCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1ListAppliedSchemaArnsCommand: (
|
|
403
|
+
input: ListAppliedSchemaArnsCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1ListAttachedIndicesCommand: (
|
|
407
|
+
input: ListAttachedIndicesCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1ListDevelopmentSchemaArnsCommand: (
|
|
411
|
+
input: ListDevelopmentSchemaArnsCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1ListDirectoriesCommand: (
|
|
415
|
+
input: ListDirectoriesCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restJson1ListFacetAttributesCommand: (
|
|
419
|
+
input: ListFacetAttributesCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_restJson1ListFacetNamesCommand: (
|
|
423
|
+
input: ListFacetNamesCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_restJson1ListIncomingTypedLinksCommand: (
|
|
427
|
+
input: ListIncomingTypedLinksCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restJson1ListIndexCommand: (
|
|
431
|
+
input: ListIndexCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_restJson1ListManagedSchemaArnsCommand: (
|
|
435
|
+
input: ListManagedSchemaArnsCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_restJson1ListObjectAttributesCommand: (
|
|
439
|
+
input: ListObjectAttributesCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restJson1ListObjectChildrenCommand: (
|
|
443
|
+
input: ListObjectChildrenCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_restJson1ListObjectParentPathsCommand: (
|
|
447
|
+
input: ListObjectParentPathsCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restJson1ListObjectParentsCommand: (
|
|
451
|
+
input: ListObjectParentsCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_restJson1ListObjectPoliciesCommand: (
|
|
455
|
+
input: ListObjectPoliciesCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_restJson1ListOutgoingTypedLinksCommand: (
|
|
459
|
+
input: ListOutgoingTypedLinksCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_restJson1ListPolicyAttachmentsCommand: (
|
|
463
|
+
input: ListPolicyAttachmentsCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_restJson1ListPublishedSchemaArnsCommand: (
|
|
467
|
+
input: ListPublishedSchemaArnsCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
471
|
+
input: ListTagsForResourceCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_restJson1ListTypedLinkFacetAttributesCommand: (
|
|
475
|
+
input: ListTypedLinkFacetAttributesCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_restJson1ListTypedLinkFacetNamesCommand: (
|
|
479
|
+
input: ListTypedLinkFacetNamesCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_restJson1LookupPolicyCommand: (
|
|
483
|
+
input: LookupPolicyCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_restJson1PublishSchemaCommand: (
|
|
487
|
+
input: PublishSchemaCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_restJson1PutSchemaFromJsonCommand: (
|
|
491
|
+
input: PutSchemaFromJsonCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_restJson1RemoveFacetFromObjectCommand: (
|
|
495
|
+
input: RemoveFacetFromObjectCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
499
|
+
input: TagResourceCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
503
|
+
input: UntagResourceCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_restJson1UpdateFacetCommand: (
|
|
507
|
+
input: UpdateFacetCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_restJson1UpdateLinkAttributesCommand: (
|
|
511
|
+
input: UpdateLinkAttributesCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_restJson1UpdateObjectAttributesCommand: (
|
|
515
|
+
input: UpdateObjectAttributesCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_restJson1UpdateSchemaCommand: (
|
|
519
|
+
input: UpdateSchemaCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_restJson1UpdateTypedLinkFacetCommand: (
|
|
523
|
+
input: UpdateTypedLinkFacetCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_restJson1UpgradeAppliedSchemaCommand: (
|
|
527
|
+
input: UpgradeAppliedSchemaCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_restJson1UpgradePublishedSchemaCommand: (
|
|
531
|
+
input: UpgradePublishedSchemaCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const deserializeAws_restJson1AddFacetToObjectCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<AddFacetToObjectCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_restJson1ApplySchemaCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<ApplySchemaCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_restJson1AttachObjectCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<AttachObjectCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_restJson1AttachPolicyCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<AttachPolicyCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_restJson1AttachToIndexCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<AttachToIndexCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_restJson1AttachTypedLinkCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<AttachTypedLinkCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_restJson1BatchReadCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<BatchReadCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_restJson1BatchWriteCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<BatchWriteCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_restJson1CreateDirectoryCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<CreateDirectoryCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_restJson1CreateFacetCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<CreateFacetCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_restJson1CreateIndexCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<CreateIndexCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_restJson1CreateObjectCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<CreateObjectCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_restJson1CreateSchemaCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<CreateSchemaCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_restJson1CreateTypedLinkFacetCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<CreateTypedLinkFacetCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_restJson1DeleteDirectoryCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<DeleteDirectoryCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_restJson1DeleteFacetCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<DeleteFacetCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_restJson1DeleteObjectCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<DeleteObjectCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_restJson1DeleteSchemaCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<DeleteSchemaCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_restJson1DeleteTypedLinkFacetCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<DeleteTypedLinkFacetCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_restJson1DetachFromIndexCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<DetachFromIndexCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_restJson1DetachObjectCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<DetachObjectCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_restJson1DetachPolicyCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<DetachPolicyCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_restJson1DetachTypedLinkCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<DetachTypedLinkCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_restJson1DisableDirectoryCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<DisableDirectoryCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_restJson1EnableDirectoryCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<EnableDirectoryCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_restJson1GetAppliedSchemaVersionCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<GetAppliedSchemaVersionCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_restJson1GetDirectoryCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<GetDirectoryCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_restJson1GetFacetCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<GetFacetCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_restJson1GetLinkAttributesCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<GetLinkAttributesCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_restJson1GetObjectAttributesCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<GetObjectAttributesCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_restJson1GetObjectInformationCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<GetObjectInformationCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_restJson1GetSchemaAsJsonCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<GetSchemaAsJsonCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_restJson1GetTypedLinkFacetInformationCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<GetTypedLinkFacetInformationCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_restJson1ListAppliedSchemaArnsCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<ListAppliedSchemaArnsCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_restJson1ListAttachedIndicesCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<ListAttachedIndicesCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_restJson1ListDevelopmentSchemaArnsCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<ListDevelopmentSchemaArnsCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_restJson1ListDirectoriesCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<ListDirectoriesCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_restJson1ListFacetAttributesCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<ListFacetAttributesCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_restJson1ListFacetNamesCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<ListFacetNamesCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_restJson1ListIncomingTypedLinksCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<ListIncomingTypedLinksCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_restJson1ListIndexCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<ListIndexCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_restJson1ListManagedSchemaArnsCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<ListManagedSchemaArnsCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_restJson1ListObjectAttributesCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<ListObjectAttributesCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_restJson1ListObjectChildrenCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<ListObjectChildrenCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_restJson1ListObjectParentPathsCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<ListObjectParentPathsCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_restJson1ListObjectParentsCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<ListObjectParentsCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_restJson1ListObjectPoliciesCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<ListObjectPoliciesCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_restJson1ListOutgoingTypedLinksCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<ListOutgoingTypedLinksCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_restJson1ListPolicyAttachmentsCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<ListPolicyAttachmentsCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_restJson1ListPublishedSchemaArnsCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<ListPublishedSchemaArnsCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_restJson1ListTypedLinkFacetAttributesCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<ListTypedLinkFacetAttributesCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_restJson1ListTypedLinkFacetNamesCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<ListTypedLinkFacetNamesCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_restJson1LookupPolicyCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<LookupPolicyCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_restJson1PublishSchemaCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<PublishSchemaCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_restJson1PutSchemaFromJsonCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<PutSchemaFromJsonCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_restJson1RemoveFacetFromObjectCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<RemoveFacetFromObjectCommandOutput>;
|
|
762
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<TagResourceCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
770
|
+
export declare const deserializeAws_restJson1UpdateFacetCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<UpdateFacetCommandOutput>;
|
|
774
|
+
export declare const deserializeAws_restJson1UpdateLinkAttributesCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<UpdateLinkAttributesCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_restJson1UpdateObjectAttributesCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<UpdateObjectAttributesCommandOutput>;
|
|
782
|
+
export declare const deserializeAws_restJson1UpdateSchemaCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<UpdateSchemaCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_restJson1UpdateTypedLinkFacetCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<UpdateTypedLinkFacetCommandOutput>;
|
|
790
|
+
export declare const deserializeAws_restJson1UpgradeAppliedSchemaCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<UpgradeAppliedSchemaCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_restJson1UpgradePublishedSchemaCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<UpgradePublishedSchemaCommandOutput>;
|