@aws-sdk/client-resource-explorer-2 3.928.0 → 3.930.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.
Files changed (56) hide show
  1. package/dist-cjs/index.js +991 -1509
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ResourceExplorer2Client.js +2 -0
  4. package/dist-es/commands/AssociateDefaultViewCommand.js +3 -9
  5. package/dist-es/commands/BatchGetViewCommand.js +3 -10
  6. package/dist-es/commands/CreateIndexCommand.js +3 -10
  7. package/dist-es/commands/CreateResourceExplorerSetupCommand.js +3 -9
  8. package/dist-es/commands/CreateViewCommand.js +3 -10
  9. package/dist-es/commands/DeleteIndexCommand.js +3 -9
  10. package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +3 -9
  11. package/dist-es/commands/DeleteViewCommand.js +3 -9
  12. package/dist-es/commands/DisassociateDefaultViewCommand.js +3 -9
  13. package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +3 -9
  14. package/dist-es/commands/GetDefaultViewCommand.js +3 -9
  15. package/dist-es/commands/GetIndexCommand.js +3 -10
  16. package/dist-es/commands/GetManagedViewCommand.js +3 -10
  17. package/dist-es/commands/GetResourceExplorerSetupCommand.js +3 -10
  18. package/dist-es/commands/GetServiceIndexCommand.js +3 -9
  19. package/dist-es/commands/GetServiceViewCommand.js +3 -10
  20. package/dist-es/commands/GetViewCommand.js +3 -10
  21. package/dist-es/commands/ListIndexesCommand.js +3 -9
  22. package/dist-es/commands/ListIndexesForMembersCommand.js +3 -9
  23. package/dist-es/commands/ListManagedViewsCommand.js +3 -9
  24. package/dist-es/commands/ListResourcesCommand.js +3 -10
  25. package/dist-es/commands/ListServiceIndexesCommand.js +3 -9
  26. package/dist-es/commands/ListServiceViewsCommand.js +3 -9
  27. package/dist-es/commands/ListStreamingAccessForServicesCommand.js +3 -9
  28. package/dist-es/commands/ListSupportedResourceTypesCommand.js +3 -9
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  30. package/dist-es/commands/ListViewsCommand.js +3 -9
  31. package/dist-es/commands/SearchCommand.js +3 -10
  32. package/dist-es/commands/TagResourceCommand.js +3 -10
  33. package/dist-es/commands/UntagResourceCommand.js +3 -10
  34. package/dist-es/commands/UpdateIndexTypeCommand.js +3 -9
  35. package/dist-es/commands/UpdateViewCommand.js +3 -10
  36. package/dist-es/models/models_0.js +0 -88
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-es/schemas/schemas_0.js +907 -0
  39. package/dist-types/ResourceExplorer2Client.d.ts +10 -1
  40. package/dist-types/models/models_0.d.ts +0 -88
  41. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  42. package/dist-types/runtimeConfig.d.ts +1 -0
  43. package/dist-types/runtimeConfig.native.d.ts +1 -0
  44. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  45. package/dist-types/schemas/schemas_0.d.ts +139 -0
  46. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +4 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +0 -52
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +146 -0
  53. package/package.json +33 -34
  54. package/dist-es/protocols/Aws_restJson1.js +0 -1154
  55. package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
@@ -1,290 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput } from "../commands/AssociateDefaultViewCommand";
4
- import { BatchGetViewCommandInput, BatchGetViewCommandOutput } from "../commands/BatchGetViewCommand";
5
- import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
6
- import { CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput } from "../commands/CreateResourceExplorerSetupCommand";
7
- import { CreateViewCommandInput, CreateViewCommandOutput } from "../commands/CreateViewCommand";
8
- import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "../commands/DeleteIndexCommand";
9
- import { DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput } from "../commands/DeleteResourceExplorerSetupCommand";
10
- import { DeleteViewCommandInput, DeleteViewCommandOutput } from "../commands/DeleteViewCommand";
11
- import { DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput } from "../commands/DisassociateDefaultViewCommand";
12
- import { GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput } from "../commands/GetAccountLevelServiceConfigurationCommand";
13
- import { GetDefaultViewCommandInput, GetDefaultViewCommandOutput } from "../commands/GetDefaultViewCommand";
14
- import { GetIndexCommandInput, GetIndexCommandOutput } from "../commands/GetIndexCommand";
15
- import { GetManagedViewCommandInput, GetManagedViewCommandOutput } from "../commands/GetManagedViewCommand";
16
- import { GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput } from "../commands/GetResourceExplorerSetupCommand";
17
- import { GetServiceIndexCommandInput, GetServiceIndexCommandOutput } from "../commands/GetServiceIndexCommand";
18
- import { GetServiceViewCommandInput, GetServiceViewCommandOutput } from "../commands/GetServiceViewCommand";
19
- import { GetViewCommandInput, GetViewCommandOutput } from "../commands/GetViewCommand";
20
- import { ListIndexesCommandInput, ListIndexesCommandOutput } from "../commands/ListIndexesCommand";
21
- import { ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput } from "../commands/ListIndexesForMembersCommand";
22
- import { ListManagedViewsCommandInput, ListManagedViewsCommandOutput } from "../commands/ListManagedViewsCommand";
23
- import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
24
- import { ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput } from "../commands/ListServiceIndexesCommand";
25
- import { ListServiceViewsCommandInput, ListServiceViewsCommandOutput } from "../commands/ListServiceViewsCommand";
26
- import { ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput } from "../commands/ListStreamingAccessForServicesCommand";
27
- import { ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput } from "../commands/ListSupportedResourceTypesCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
29
- import { ListViewsCommandInput, ListViewsCommandOutput } from "../commands/ListViewsCommand";
30
- import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand";
31
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
32
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
33
- import { UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput } from "../commands/UpdateIndexTypeCommand";
34
- import { UpdateViewCommandInput, UpdateViewCommandOutput } from "../commands/UpdateViewCommand";
35
- /**
36
- * serializeAws_restJson1AssociateDefaultViewCommand
37
- */
38
- export declare const se_AssociateDefaultViewCommand: (input: AssociateDefaultViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_restJson1BatchGetViewCommand
41
- */
42
- export declare const se_BatchGetViewCommand: (input: BatchGetViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_restJson1CreateIndexCommand
45
- */
46
- export declare const se_CreateIndexCommand: (input: CreateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_restJson1CreateResourceExplorerSetupCommand
49
- */
50
- export declare const se_CreateResourceExplorerSetupCommand: (input: CreateResourceExplorerSetupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1CreateViewCommand
53
- */
54
- export declare const se_CreateViewCommand: (input: CreateViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1DeleteIndexCommand
57
- */
58
- export declare const se_DeleteIndexCommand: (input: DeleteIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1DeleteResourceExplorerSetupCommand
61
- */
62
- export declare const se_DeleteResourceExplorerSetupCommand: (input: DeleteResourceExplorerSetupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1DeleteViewCommand
65
- */
66
- export declare const se_DeleteViewCommand: (input: DeleteViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1DisassociateDefaultViewCommand
69
- */
70
- export declare const se_DisassociateDefaultViewCommand: (input: DisassociateDefaultViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1GetAccountLevelServiceConfigurationCommand
73
- */
74
- export declare const se_GetAccountLevelServiceConfigurationCommand: (input: GetAccountLevelServiceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1GetDefaultViewCommand
77
- */
78
- export declare const se_GetDefaultViewCommand: (input: GetDefaultViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1GetIndexCommand
81
- */
82
- export declare const se_GetIndexCommand: (input: GetIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1GetManagedViewCommand
85
- */
86
- export declare const se_GetManagedViewCommand: (input: GetManagedViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1GetResourceExplorerSetupCommand
89
- */
90
- export declare const se_GetResourceExplorerSetupCommand: (input: GetResourceExplorerSetupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1GetServiceIndexCommand
93
- */
94
- export declare const se_GetServiceIndexCommand: (input: GetServiceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1GetServiceViewCommand
97
- */
98
- export declare const se_GetServiceViewCommand: (input: GetServiceViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1GetViewCommand
101
- */
102
- export declare const se_GetViewCommand: (input: GetViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1ListIndexesCommand
105
- */
106
- export declare const se_ListIndexesCommand: (input: ListIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1ListIndexesForMembersCommand
109
- */
110
- export declare const se_ListIndexesForMembersCommand: (input: ListIndexesForMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1ListManagedViewsCommand
113
- */
114
- export declare const se_ListManagedViewsCommand: (input: ListManagedViewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1ListResourcesCommand
117
- */
118
- export declare const se_ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1ListServiceIndexesCommand
121
- */
122
- export declare const se_ListServiceIndexesCommand: (input: ListServiceIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1ListServiceViewsCommand
125
- */
126
- export declare const se_ListServiceViewsCommand: (input: ListServiceViewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1ListStreamingAccessForServicesCommand
129
- */
130
- export declare const se_ListStreamingAccessForServicesCommand: (input: ListStreamingAccessForServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1ListSupportedResourceTypesCommand
133
- */
134
- export declare const se_ListSupportedResourceTypesCommand: (input: ListSupportedResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1ListTagsForResourceCommand
137
- */
138
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1ListViewsCommand
141
- */
142
- export declare const se_ListViewsCommand: (input: ListViewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1SearchCommand
145
- */
146
- export declare const se_SearchCommand: (input: SearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1TagResourceCommand
149
- */
150
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1UntagResourceCommand
153
- */
154
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1UpdateIndexTypeCommand
157
- */
158
- export declare const se_UpdateIndexTypeCommand: (input: UpdateIndexTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1UpdateViewCommand
161
- */
162
- export declare const se_UpdateViewCommand: (input: UpdateViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * deserializeAws_restJson1AssociateDefaultViewCommand
165
- */
166
- export declare const de_AssociateDefaultViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDefaultViewCommandOutput>;
167
- /**
168
- * deserializeAws_restJson1BatchGetViewCommand
169
- */
170
- export declare const de_BatchGetViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetViewCommandOutput>;
171
- /**
172
- * deserializeAws_restJson1CreateIndexCommand
173
- */
174
- export declare const de_CreateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIndexCommandOutput>;
175
- /**
176
- * deserializeAws_restJson1CreateResourceExplorerSetupCommand
177
- */
178
- export declare const de_CreateResourceExplorerSetupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceExplorerSetupCommandOutput>;
179
- /**
180
- * deserializeAws_restJson1CreateViewCommand
181
- */
182
- export declare const de_CreateViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateViewCommandOutput>;
183
- /**
184
- * deserializeAws_restJson1DeleteIndexCommand
185
- */
186
- export declare const de_DeleteIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIndexCommandOutput>;
187
- /**
188
- * deserializeAws_restJson1DeleteResourceExplorerSetupCommand
189
- */
190
- export declare const de_DeleteResourceExplorerSetupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceExplorerSetupCommandOutput>;
191
- /**
192
- * deserializeAws_restJson1DeleteViewCommand
193
- */
194
- export declare const de_DeleteViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteViewCommandOutput>;
195
- /**
196
- * deserializeAws_restJson1DisassociateDefaultViewCommand
197
- */
198
- export declare const de_DisassociateDefaultViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDefaultViewCommandOutput>;
199
- /**
200
- * deserializeAws_restJson1GetAccountLevelServiceConfigurationCommand
201
- */
202
- export declare const de_GetAccountLevelServiceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountLevelServiceConfigurationCommandOutput>;
203
- /**
204
- * deserializeAws_restJson1GetDefaultViewCommand
205
- */
206
- export declare const de_GetDefaultViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultViewCommandOutput>;
207
- /**
208
- * deserializeAws_restJson1GetIndexCommand
209
- */
210
- export declare const de_GetIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIndexCommandOutput>;
211
- /**
212
- * deserializeAws_restJson1GetManagedViewCommand
213
- */
214
- export declare const de_GetManagedViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedViewCommandOutput>;
215
- /**
216
- * deserializeAws_restJson1GetResourceExplorerSetupCommand
217
- */
218
- export declare const de_GetResourceExplorerSetupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceExplorerSetupCommandOutput>;
219
- /**
220
- * deserializeAws_restJson1GetServiceIndexCommand
221
- */
222
- export declare const de_GetServiceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceIndexCommandOutput>;
223
- /**
224
- * deserializeAws_restJson1GetServiceViewCommand
225
- */
226
- export declare const de_GetServiceViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceViewCommandOutput>;
227
- /**
228
- * deserializeAws_restJson1GetViewCommand
229
- */
230
- export declare const de_GetViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetViewCommandOutput>;
231
- /**
232
- * deserializeAws_restJson1ListIndexesCommand
233
- */
234
- export declare const de_ListIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIndexesCommandOutput>;
235
- /**
236
- * deserializeAws_restJson1ListIndexesForMembersCommand
237
- */
238
- export declare const de_ListIndexesForMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIndexesForMembersCommandOutput>;
239
- /**
240
- * deserializeAws_restJson1ListManagedViewsCommand
241
- */
242
- export declare const de_ListManagedViewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedViewsCommandOutput>;
243
- /**
244
- * deserializeAws_restJson1ListResourcesCommand
245
- */
246
- export declare const de_ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
247
- /**
248
- * deserializeAws_restJson1ListServiceIndexesCommand
249
- */
250
- export declare const de_ListServiceIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceIndexesCommandOutput>;
251
- /**
252
- * deserializeAws_restJson1ListServiceViewsCommand
253
- */
254
- export declare const de_ListServiceViewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceViewsCommandOutput>;
255
- /**
256
- * deserializeAws_restJson1ListStreamingAccessForServicesCommand
257
- */
258
- export declare const de_ListStreamingAccessForServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamingAccessForServicesCommandOutput>;
259
- /**
260
- * deserializeAws_restJson1ListSupportedResourceTypesCommand
261
- */
262
- export declare const de_ListSupportedResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSupportedResourceTypesCommandOutput>;
263
- /**
264
- * deserializeAws_restJson1ListTagsForResourceCommand
265
- */
266
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
267
- /**
268
- * deserializeAws_restJson1ListViewsCommand
269
- */
270
- export declare const de_ListViewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListViewsCommandOutput>;
271
- /**
272
- * deserializeAws_restJson1SearchCommand
273
- */
274
- export declare const de_SearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchCommandOutput>;
275
- /**
276
- * deserializeAws_restJson1TagResourceCommand
277
- */
278
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
279
- /**
280
- * deserializeAws_restJson1UntagResourceCommand
281
- */
282
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
283
- /**
284
- * deserializeAws_restJson1UpdateIndexTypeCommand
285
- */
286
- export declare const de_UpdateIndexTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIndexTypeCommandOutput>;
287
- /**
288
- * deserializeAws_restJson1UpdateViewCommand
289
- */
290
- export declare const de_UpdateViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateViewCommandOutput>;
@@ -1,389 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateDefaultViewCommandInput,
8
- AssociateDefaultViewCommandOutput,
9
- } from "../commands/AssociateDefaultViewCommand";
10
- import {
11
- BatchGetViewCommandInput,
12
- BatchGetViewCommandOutput,
13
- } from "../commands/BatchGetViewCommand";
14
- import {
15
- CreateIndexCommandInput,
16
- CreateIndexCommandOutput,
17
- } from "../commands/CreateIndexCommand";
18
- import {
19
- CreateResourceExplorerSetupCommandInput,
20
- CreateResourceExplorerSetupCommandOutput,
21
- } from "../commands/CreateResourceExplorerSetupCommand";
22
- import {
23
- CreateViewCommandInput,
24
- CreateViewCommandOutput,
25
- } from "../commands/CreateViewCommand";
26
- import {
27
- DeleteIndexCommandInput,
28
- DeleteIndexCommandOutput,
29
- } from "../commands/DeleteIndexCommand";
30
- import {
31
- DeleteResourceExplorerSetupCommandInput,
32
- DeleteResourceExplorerSetupCommandOutput,
33
- } from "../commands/DeleteResourceExplorerSetupCommand";
34
- import {
35
- DeleteViewCommandInput,
36
- DeleteViewCommandOutput,
37
- } from "../commands/DeleteViewCommand";
38
- import {
39
- DisassociateDefaultViewCommandInput,
40
- DisassociateDefaultViewCommandOutput,
41
- } from "../commands/DisassociateDefaultViewCommand";
42
- import {
43
- GetAccountLevelServiceConfigurationCommandInput,
44
- GetAccountLevelServiceConfigurationCommandOutput,
45
- } from "../commands/GetAccountLevelServiceConfigurationCommand";
46
- import {
47
- GetDefaultViewCommandInput,
48
- GetDefaultViewCommandOutput,
49
- } from "../commands/GetDefaultViewCommand";
50
- import {
51
- GetIndexCommandInput,
52
- GetIndexCommandOutput,
53
- } from "../commands/GetIndexCommand";
54
- import {
55
- GetManagedViewCommandInput,
56
- GetManagedViewCommandOutput,
57
- } from "../commands/GetManagedViewCommand";
58
- import {
59
- GetResourceExplorerSetupCommandInput,
60
- GetResourceExplorerSetupCommandOutput,
61
- } from "../commands/GetResourceExplorerSetupCommand";
62
- import {
63
- GetServiceIndexCommandInput,
64
- GetServiceIndexCommandOutput,
65
- } from "../commands/GetServiceIndexCommand";
66
- import {
67
- GetServiceViewCommandInput,
68
- GetServiceViewCommandOutput,
69
- } from "../commands/GetServiceViewCommand";
70
- import {
71
- GetViewCommandInput,
72
- GetViewCommandOutput,
73
- } from "../commands/GetViewCommand";
74
- import {
75
- ListIndexesCommandInput,
76
- ListIndexesCommandOutput,
77
- } from "../commands/ListIndexesCommand";
78
- import {
79
- ListIndexesForMembersCommandInput,
80
- ListIndexesForMembersCommandOutput,
81
- } from "../commands/ListIndexesForMembersCommand";
82
- import {
83
- ListManagedViewsCommandInput,
84
- ListManagedViewsCommandOutput,
85
- } from "../commands/ListManagedViewsCommand";
86
- import {
87
- ListResourcesCommandInput,
88
- ListResourcesCommandOutput,
89
- } from "../commands/ListResourcesCommand";
90
- import {
91
- ListServiceIndexesCommandInput,
92
- ListServiceIndexesCommandOutput,
93
- } from "../commands/ListServiceIndexesCommand";
94
- import {
95
- ListServiceViewsCommandInput,
96
- ListServiceViewsCommandOutput,
97
- } from "../commands/ListServiceViewsCommand";
98
- import {
99
- ListStreamingAccessForServicesCommandInput,
100
- ListStreamingAccessForServicesCommandOutput,
101
- } from "../commands/ListStreamingAccessForServicesCommand";
102
- import {
103
- ListSupportedResourceTypesCommandInput,
104
- ListSupportedResourceTypesCommandOutput,
105
- } from "../commands/ListSupportedResourceTypesCommand";
106
- import {
107
- ListTagsForResourceCommandInput,
108
- ListTagsForResourceCommandOutput,
109
- } from "../commands/ListTagsForResourceCommand";
110
- import {
111
- ListViewsCommandInput,
112
- ListViewsCommandOutput,
113
- } from "../commands/ListViewsCommand";
114
- import {
115
- SearchCommandInput,
116
- SearchCommandOutput,
117
- } from "../commands/SearchCommand";
118
- import {
119
- TagResourceCommandInput,
120
- TagResourceCommandOutput,
121
- } from "../commands/TagResourceCommand";
122
- import {
123
- UntagResourceCommandInput,
124
- UntagResourceCommandOutput,
125
- } from "../commands/UntagResourceCommand";
126
- import {
127
- UpdateIndexTypeCommandInput,
128
- UpdateIndexTypeCommandOutput,
129
- } from "../commands/UpdateIndexTypeCommand";
130
- import {
131
- UpdateViewCommandInput,
132
- UpdateViewCommandOutput,
133
- } from "../commands/UpdateViewCommand";
134
- export declare const se_AssociateDefaultViewCommand: (
135
- input: AssociateDefaultViewCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_BatchGetViewCommand: (
139
- input: BatchGetViewCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateIndexCommand: (
143
- input: CreateIndexCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_CreateResourceExplorerSetupCommand: (
147
- input: CreateResourceExplorerSetupCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CreateViewCommand: (
151
- input: CreateViewCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteIndexCommand: (
155
- input: DeleteIndexCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteResourceExplorerSetupCommand: (
159
- input: DeleteResourceExplorerSetupCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteViewCommand: (
163
- input: DeleteViewCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DisassociateDefaultViewCommand: (
167
- input: DisassociateDefaultViewCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_GetAccountLevelServiceConfigurationCommand: (
171
- input: GetAccountLevelServiceConfigurationCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetDefaultViewCommand: (
175
- input: GetDefaultViewCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetIndexCommand: (
179
- input: GetIndexCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetManagedViewCommand: (
183
- input: GetManagedViewCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_GetResourceExplorerSetupCommand: (
187
- input: GetResourceExplorerSetupCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_GetServiceIndexCommand: (
191
- input: GetServiceIndexCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetServiceViewCommand: (
195
- input: GetServiceViewCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetViewCommand: (
199
- input: GetViewCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListIndexesCommand: (
203
- input: ListIndexesCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ListIndexesForMembersCommand: (
207
- input: ListIndexesForMembersCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListManagedViewsCommand: (
211
- input: ListManagedViewsCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListResourcesCommand: (
215
- input: ListResourcesCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListServiceIndexesCommand: (
219
- input: ListServiceIndexesCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListServiceViewsCommand: (
223
- input: ListServiceViewsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListStreamingAccessForServicesCommand: (
227
- input: ListStreamingAccessForServicesCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListSupportedResourceTypesCommand: (
231
- input: ListSupportedResourceTypesCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListTagsForResourceCommand: (
235
- input: ListTagsForResourceCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListViewsCommand: (
239
- input: ListViewsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_SearchCommand: (
243
- input: SearchCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_TagResourceCommand: (
247
- input: TagResourceCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_UntagResourceCommand: (
251
- input: UntagResourceCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_UpdateIndexTypeCommand: (
255
- input: UpdateIndexTypeCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_UpdateViewCommand: (
259
- input: UpdateViewCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const de_AssociateDefaultViewCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<AssociateDefaultViewCommandOutput>;
266
- export declare const de_BatchGetViewCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<BatchGetViewCommandOutput>;
270
- export declare const de_CreateIndexCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<CreateIndexCommandOutput>;
274
- export declare const de_CreateResourceExplorerSetupCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<CreateResourceExplorerSetupCommandOutput>;
278
- export declare const de_CreateViewCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<CreateViewCommandOutput>;
282
- export declare const de_DeleteIndexCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<DeleteIndexCommandOutput>;
286
- export declare const de_DeleteResourceExplorerSetupCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<DeleteResourceExplorerSetupCommandOutput>;
290
- export declare const de_DeleteViewCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<DeleteViewCommandOutput>;
294
- export declare const de_DisassociateDefaultViewCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<DisassociateDefaultViewCommandOutput>;
298
- export declare const de_GetAccountLevelServiceConfigurationCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetAccountLevelServiceConfigurationCommandOutput>;
302
- export declare const de_GetDefaultViewCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<GetDefaultViewCommandOutput>;
306
- export declare const de_GetIndexCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<GetIndexCommandOutput>;
310
- export declare const de_GetManagedViewCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<GetManagedViewCommandOutput>;
314
- export declare const de_GetResourceExplorerSetupCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<GetResourceExplorerSetupCommandOutput>;
318
- export declare const de_GetServiceIndexCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<GetServiceIndexCommandOutput>;
322
- export declare const de_GetServiceViewCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<GetServiceViewCommandOutput>;
326
- export declare const de_GetViewCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<GetViewCommandOutput>;
330
- export declare const de_ListIndexesCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<ListIndexesCommandOutput>;
334
- export declare const de_ListIndexesForMembersCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<ListIndexesForMembersCommandOutput>;
338
- export declare const de_ListManagedViewsCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<ListManagedViewsCommandOutput>;
342
- export declare const de_ListResourcesCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<ListResourcesCommandOutput>;
346
- export declare const de_ListServiceIndexesCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<ListServiceIndexesCommandOutput>;
350
- export declare const de_ListServiceViewsCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<ListServiceViewsCommandOutput>;
354
- export declare const de_ListStreamingAccessForServicesCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<ListStreamingAccessForServicesCommandOutput>;
358
- export declare const de_ListSupportedResourceTypesCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ListSupportedResourceTypesCommandOutput>;
362
- export declare const de_ListTagsForResourceCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListTagsForResourceCommandOutput>;
366
- export declare const de_ListViewsCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListViewsCommandOutput>;
370
- export declare const de_SearchCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<SearchCommandOutput>;
374
- export declare const de_TagResourceCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<TagResourceCommandOutput>;
378
- export declare const de_UntagResourceCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<UntagResourceCommandOutput>;
382
- export declare const de_UpdateIndexTypeCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<UpdateIndexTypeCommandOutput>;
386
- export declare const de_UpdateViewCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<UpdateViewCommandOutput>;