@aws-sdk/client-opensearchserverless 3.303.0 → 3.309.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-cjs/commands/BatchGetCollectionCommand.js +2 -2
- package/dist-cjs/commands/BatchGetVpcEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateCollectionCommand.js +2 -2
- package/dist-cjs/commands/CreateSecurityConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateSecurityPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteCollectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteSecurityConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteSecurityPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteVpcEndpointCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetPoliciesStatsCommand.js +2 -2
- package/dist-cjs/commands/GetSecurityConfigCommand.js +2 -2
- package/dist-cjs/commands/GetSecurityPolicyCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListCollectionsCommand.js +2 -2
- package/dist-cjs/commands/ListSecurityConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListVpcEndpointsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateCollectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateVpcEndpointCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +549 -595
- package/dist-es/commands/BatchGetCollectionCommand.js +3 -3
- package/dist-es/commands/BatchGetVpcEndpointCommand.js +3 -3
- package/dist-es/commands/CreateAccessPolicyCommand.js +3 -3
- package/dist-es/commands/CreateCollectionCommand.js +3 -3
- package/dist-es/commands/CreateSecurityConfigCommand.js +3 -3
- package/dist-es/commands/CreateSecurityPolicyCommand.js +3 -3
- package/dist-es/commands/CreateVpcEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteAccessPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteCollectionCommand.js +3 -3
- package/dist-es/commands/DeleteSecurityConfigCommand.js +3 -3
- package/dist-es/commands/DeleteSecurityPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteVpcEndpointCommand.js +3 -3
- package/dist-es/commands/GetAccessPolicyCommand.js +3 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetPoliciesStatsCommand.js +3 -3
- package/dist-es/commands/GetSecurityConfigCommand.js +3 -3
- package/dist-es/commands/GetSecurityPolicyCommand.js +3 -3
- package/dist-es/commands/ListAccessPoliciesCommand.js +3 -3
- package/dist-es/commands/ListCollectionsCommand.js +3 -3
- package/dist-es/commands/ListSecurityConfigsCommand.js +3 -3
- package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListVpcEndpointsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccessPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateCollectionCommand.js +3 -3
- package/dist-es/commands/UpdateSecurityConfigCommand.js +3 -3
- package/dist-es/commands/UpdateSecurityPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateVpcEndpointCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +485 -531
- package/dist-types/protocols/Aws_json1_0.d.ts +248 -62
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +62 -62
- package/package.json +29 -29
|
@@ -31,65 +31,251 @@ import { UpdateCollectionCommandInput, UpdateCollectionCommandOutput } from "../
|
|
|
31
31
|
import { UpdateSecurityConfigCommandInput, UpdateSecurityConfigCommandOutput } from "../commands/UpdateSecurityConfigCommand";
|
|
32
32
|
import { UpdateSecurityPolicyCommandInput, UpdateSecurityPolicyCommandOutput } from "../commands/UpdateSecurityPolicyCommand";
|
|
33
33
|
import { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "../commands/UpdateVpcEndpointCommand";
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
export declare const
|
|
94
|
-
|
|
95
|
-
|
|
34
|
+
/**
|
|
35
|
+
* serializeAws_json1_0BatchGetCollectionCommand
|
|
36
|
+
*/
|
|
37
|
+
export declare const se_BatchGetCollectionCommand: (input: BatchGetCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_json1_0BatchGetVpcEndpointCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_BatchGetVpcEndpointCommand: (input: BatchGetVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_json1_0CreateAccessPolicyCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_CreateAccessPolicyCommand: (input: CreateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_json1_0CreateCollectionCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_CreateCollectionCommand: (input: CreateCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_json1_0CreateSecurityConfigCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_CreateSecurityConfigCommand: (input: CreateSecurityConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_json1_0CreateSecurityPolicyCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_CreateSecurityPolicyCommand: (input: CreateSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_json1_0CreateVpcEndpointCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_CreateVpcEndpointCommand: (input: CreateVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_json1_0DeleteAccessPolicyCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_DeleteAccessPolicyCommand: (input: DeleteAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_json1_0DeleteCollectionCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_DeleteCollectionCommand: (input: DeleteCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_json1_0DeleteSecurityConfigCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_DeleteSecurityConfigCommand: (input: DeleteSecurityConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_json1_0DeleteSecurityPolicyCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_DeleteSecurityPolicyCommand: (input: DeleteSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_json1_0DeleteVpcEndpointCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_DeleteVpcEndpointCommand: (input: DeleteVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_json1_0GetAccessPolicyCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_GetAccessPolicyCommand: (input: GetAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_json1_0GetAccountSettingsCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_json1_0GetPoliciesStatsCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_GetPoliciesStatsCommand: (input: GetPoliciesStatsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_json1_0GetSecurityConfigCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_GetSecurityConfigCommand: (input: GetSecurityConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_json1_0GetSecurityPolicyCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_GetSecurityPolicyCommand: (input: GetSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_json1_0ListAccessPoliciesCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_ListAccessPoliciesCommand: (input: ListAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_json1_0ListCollectionsCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_ListCollectionsCommand: (input: ListCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_json1_0ListSecurityConfigsCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_ListSecurityConfigsCommand: (input: ListSecurityConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_json1_0ListSecurityPoliciesCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_ListSecurityPoliciesCommand: (input: ListSecurityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_json1_0ListTagsForResourceCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_json1_0ListVpcEndpointsCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_ListVpcEndpointsCommand: (input: ListVpcEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_json1_0TagResourceCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_json1_0UntagResourceCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_json1_0UpdateAccessPolicyCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_UpdateAccessPolicyCommand: (input: UpdateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_json1_0UpdateAccountSettingsCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_json1_0UpdateCollectionCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_UpdateCollectionCommand: (input: UpdateCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_json1_0UpdateSecurityConfigCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_UpdateSecurityConfigCommand: (input: UpdateSecurityConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_json1_0UpdateSecurityPolicyCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_UpdateSecurityPolicyCommand: (input: UpdateSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_json1_0UpdateVpcEndpointCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_UpdateVpcEndpointCommand: (input: UpdateVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* deserializeAws_json1_0BatchGetCollectionCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const de_BatchGetCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCollectionCommandOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* deserializeAws_json1_0BatchGetVpcEndpointCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const de_BatchGetVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetVpcEndpointCommandOutput>;
|
|
166
|
+
/**
|
|
167
|
+
* deserializeAws_json1_0CreateAccessPolicyCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const de_CreateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPolicyCommandOutput>;
|
|
170
|
+
/**
|
|
171
|
+
* deserializeAws_json1_0CreateCollectionCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const de_CreateCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCollectionCommandOutput>;
|
|
174
|
+
/**
|
|
175
|
+
* deserializeAws_json1_0CreateSecurityConfigCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const de_CreateSecurityConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityConfigCommandOutput>;
|
|
178
|
+
/**
|
|
179
|
+
* deserializeAws_json1_0CreateSecurityPolicyCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const de_CreateSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityPolicyCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_json1_0CreateVpcEndpointCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_CreateVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* deserializeAws_json1_0DeleteAccessPolicyCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const de_DeleteAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPolicyCommandOutput>;
|
|
190
|
+
/**
|
|
191
|
+
* deserializeAws_json1_0DeleteCollectionCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const de_DeleteCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCollectionCommandOutput>;
|
|
194
|
+
/**
|
|
195
|
+
* deserializeAws_json1_0DeleteSecurityConfigCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const de_DeleteSecurityConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityConfigCommandOutput>;
|
|
198
|
+
/**
|
|
199
|
+
* deserializeAws_json1_0DeleteSecurityPolicyCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const de_DeleteSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityPolicyCommandOutput>;
|
|
202
|
+
/**
|
|
203
|
+
* deserializeAws_json1_0DeleteVpcEndpointCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const de_DeleteVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcEndpointCommandOutput>;
|
|
206
|
+
/**
|
|
207
|
+
* deserializeAws_json1_0GetAccessPolicyCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const de_GetAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPolicyCommandOutput>;
|
|
210
|
+
/**
|
|
211
|
+
* deserializeAws_json1_0GetAccountSettingsCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
|
|
214
|
+
/**
|
|
215
|
+
* deserializeAws_json1_0GetPoliciesStatsCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const de_GetPoliciesStatsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPoliciesStatsCommandOutput>;
|
|
218
|
+
/**
|
|
219
|
+
* deserializeAws_json1_0GetSecurityConfigCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const de_GetSecurityConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigCommandOutput>;
|
|
222
|
+
/**
|
|
223
|
+
* deserializeAws_json1_0GetSecurityPolicyCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const de_GetSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityPolicyCommandOutput>;
|
|
226
|
+
/**
|
|
227
|
+
* deserializeAws_json1_0ListAccessPoliciesCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const de_ListAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPoliciesCommandOutput>;
|
|
230
|
+
/**
|
|
231
|
+
* deserializeAws_json1_0ListCollectionsCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const de_ListCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollectionsCommandOutput>;
|
|
234
|
+
/**
|
|
235
|
+
* deserializeAws_json1_0ListSecurityConfigsCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const de_ListSecurityConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityConfigsCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* deserializeAws_json1_0ListSecurityPoliciesCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const de_ListSecurityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityPoliciesCommandOutput>;
|
|
242
|
+
/**
|
|
243
|
+
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
246
|
+
/**
|
|
247
|
+
* deserializeAws_json1_0ListVpcEndpointsCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const de_ListVpcEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcEndpointsCommandOutput>;
|
|
250
|
+
/**
|
|
251
|
+
* deserializeAws_json1_0TagResourceCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
254
|
+
/**
|
|
255
|
+
* deserializeAws_json1_0UntagResourceCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
258
|
+
/**
|
|
259
|
+
* deserializeAws_json1_0UpdateAccessPolicyCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const de_UpdateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessPolicyCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* deserializeAws_json1_0UpdateAccountSettingsCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* deserializeAws_json1_0UpdateCollectionCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const de_UpdateCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCollectionCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* deserializeAws_json1_0UpdateSecurityConfigCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const de_UpdateSecurityConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityConfigCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_json1_0UpdateSecurityPolicyCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_UpdateSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityPolicyCommandOutput>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_json1_0UpdateVpcEndpointCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_UpdateVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcEndpointCommandOutput>;
|
|
@@ -127,251 +127,251 @@ import {
|
|
|
127
127
|
UpdateVpcEndpointCommandInput,
|
|
128
128
|
UpdateVpcEndpointCommandOutput,
|
|
129
129
|
} from "../commands/UpdateVpcEndpointCommand";
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_BatchGetCollectionCommand: (
|
|
131
131
|
input: BatchGetCollectionCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_BatchGetVpcEndpointCommand: (
|
|
135
135
|
input: BatchGetVpcEndpointCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_CreateAccessPolicyCommand: (
|
|
139
139
|
input: CreateAccessPolicyCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_CreateCollectionCommand: (
|
|
143
143
|
input: CreateCollectionCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_CreateSecurityConfigCommand: (
|
|
147
147
|
input: CreateSecurityConfigCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_CreateSecurityPolicyCommand: (
|
|
151
151
|
input: CreateSecurityPolicyCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_CreateVpcEndpointCommand: (
|
|
155
155
|
input: CreateVpcEndpointCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DeleteAccessPolicyCommand: (
|
|
159
159
|
input: DeleteAccessPolicyCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DeleteCollectionCommand: (
|
|
163
163
|
input: DeleteCollectionCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DeleteSecurityConfigCommand: (
|
|
167
167
|
input: DeleteSecurityConfigCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_DeleteSecurityPolicyCommand: (
|
|
171
171
|
input: DeleteSecurityPolicyCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_DeleteVpcEndpointCommand: (
|
|
175
175
|
input: DeleteVpcEndpointCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_GetAccessPolicyCommand: (
|
|
179
179
|
input: GetAccessPolicyCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_GetAccountSettingsCommand: (
|
|
183
183
|
input: GetAccountSettingsCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_GetPoliciesStatsCommand: (
|
|
187
187
|
input: GetPoliciesStatsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_GetSecurityConfigCommand: (
|
|
191
191
|
input: GetSecurityConfigCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_GetSecurityPolicyCommand: (
|
|
195
195
|
input: GetSecurityPolicyCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_ListAccessPoliciesCommand: (
|
|
199
199
|
input: ListAccessPoliciesCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_ListCollectionsCommand: (
|
|
203
203
|
input: ListCollectionsCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_ListSecurityConfigsCommand: (
|
|
207
207
|
input: ListSecurityConfigsCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_ListSecurityPoliciesCommand: (
|
|
211
211
|
input: ListSecurityPoliciesCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
215
215
|
input: ListTagsForResourceCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_ListVpcEndpointsCommand: (
|
|
219
219
|
input: ListVpcEndpointsCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_TagResourceCommand: (
|
|
223
223
|
input: TagResourceCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_UntagResourceCommand: (
|
|
227
227
|
input: UntagResourceCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const se_UpdateAccessPolicyCommand: (
|
|
231
231
|
input: UpdateAccessPolicyCommandInput,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const se_UpdateAccountSettingsCommand: (
|
|
235
235
|
input: UpdateAccountSettingsCommandInput,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const se_UpdateCollectionCommand: (
|
|
239
239
|
input: UpdateCollectionCommandInput,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const se_UpdateSecurityConfigCommand: (
|
|
243
243
|
input: UpdateSecurityConfigCommandInput,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const se_UpdateSecurityPolicyCommand: (
|
|
247
247
|
input: UpdateSecurityPolicyCommandInput,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const se_UpdateVpcEndpointCommand: (
|
|
251
251
|
input: UpdateVpcEndpointCommandInput,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_BatchGetCollectionCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<BatchGetCollectionCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_BatchGetVpcEndpointCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<BatchGetVpcEndpointCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_CreateAccessPolicyCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<CreateAccessPolicyCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_CreateCollectionCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<CreateCollectionCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_CreateSecurityConfigCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<CreateSecurityConfigCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_CreateSecurityPolicyCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<CreateSecurityPolicyCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_CreateVpcEndpointCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<CreateVpcEndpointCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_DeleteAccessPolicyCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<DeleteAccessPolicyCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_DeleteCollectionCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<DeleteCollectionCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_DeleteSecurityConfigCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<DeleteSecurityConfigCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_DeleteSecurityPolicyCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<DeleteSecurityPolicyCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_DeleteVpcEndpointCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<DeleteVpcEndpointCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_GetAccessPolicyCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<GetAccessPolicyCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_GetAccountSettingsCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<GetAccountSettingsCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_GetPoliciesStatsCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<GetPoliciesStatsCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_GetSecurityConfigCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<GetSecurityConfigCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_GetSecurityPolicyCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<GetSecurityPolicyCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_ListAccessPoliciesCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<ListAccessPoliciesCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_ListCollectionsCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<ListCollectionsCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_ListSecurityConfigsCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<ListSecurityConfigsCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_ListSecurityPoliciesCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<ListSecurityPoliciesCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const de_ListVpcEndpointsCommand: (
|
|
343
343
|
output: __HttpResponse,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<ListVpcEndpointsCommandOutput>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const de_TagResourceCommand: (
|
|
347
347
|
output: __HttpResponse,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<TagResourceCommandOutput>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const de_UntagResourceCommand: (
|
|
351
351
|
output: __HttpResponse,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<UntagResourceCommandOutput>;
|
|
354
|
-
export declare const
|
|
354
|
+
export declare const de_UpdateAccessPolicyCommand: (
|
|
355
355
|
output: __HttpResponse,
|
|
356
356
|
context: __SerdeContext
|
|
357
357
|
) => Promise<UpdateAccessPolicyCommandOutput>;
|
|
358
|
-
export declare const
|
|
358
|
+
export declare const de_UpdateAccountSettingsCommand: (
|
|
359
359
|
output: __HttpResponse,
|
|
360
360
|
context: __SerdeContext
|
|
361
361
|
) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
362
|
-
export declare const
|
|
362
|
+
export declare const de_UpdateCollectionCommand: (
|
|
363
363
|
output: __HttpResponse,
|
|
364
364
|
context: __SerdeContext
|
|
365
365
|
) => Promise<UpdateCollectionCommandOutput>;
|
|
366
|
-
export declare const
|
|
366
|
+
export declare const de_UpdateSecurityConfigCommand: (
|
|
367
367
|
output: __HttpResponse,
|
|
368
368
|
context: __SerdeContext
|
|
369
369
|
) => Promise<UpdateSecurityConfigCommandOutput>;
|
|
370
|
-
export declare const
|
|
370
|
+
export declare const de_UpdateSecurityPolicyCommand: (
|
|
371
371
|
output: __HttpResponse,
|
|
372
372
|
context: __SerdeContext
|
|
373
373
|
) => Promise<UpdateSecurityPolicyCommandOutput>;
|
|
374
|
-
export declare const
|
|
374
|
+
export declare const de_UpdateVpcEndpointCommand: (
|
|
375
375
|
output: __HttpResponse,
|
|
376
376
|
context: __SerdeContext
|
|
377
377
|
) => Promise<UpdateVpcEndpointCommandOutput>;
|