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