@aws-sdk/client-resource-explorer-2 3.899.0 → 3.904.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 (83) hide show
  1. package/README.md +65 -21
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +475 -0
  4. package/dist-es/ResourceExplorer2.js +16 -0
  5. package/dist-es/commands/CreateResourceExplorerSetupCommand.js +22 -0
  6. package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +22 -0
  7. package/dist-es/commands/GetResourceExplorerSetupCommand.js +23 -0
  8. package/dist-es/commands/GetServiceIndexCommand.js +22 -0
  9. package/dist-es/commands/GetServiceViewCommand.js +23 -0
  10. package/dist-es/commands/ListServiceIndexesCommand.js +22 -0
  11. package/dist-es/commands/ListServiceViewsCommand.js +22 -0
  12. package/dist-es/commands/ListStreamingAccessForServicesCommand.js +22 -0
  13. package/dist-es/commands/index.js +8 -0
  14. package/dist-es/endpoint/ruleset.js +1 -1
  15. package/dist-es/models/models_0.js +24 -0
  16. package/dist-es/pagination/GetResourceExplorerSetupPaginator.js +4 -0
  17. package/dist-es/pagination/ListServiceIndexesPaginator.js +4 -0
  18. package/dist-es/pagination/ListServiceViewsPaginator.js +4 -0
  19. package/dist-es/pagination/ListStreamingAccessForServicesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +4 -0
  21. package/dist-es/protocols/Aws_restJson1.js +261 -0
  22. package/dist-types/ResourceExplorer2.d.ts +62 -21
  23. package/dist-types/ResourceExplorer2Client.d.ts +11 -23
  24. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -18
  25. package/dist-types/commands/BatchGetViewCommand.d.ts +4 -9
  26. package/dist-types/commands/CreateIndexCommand.d.ts +6 -67
  27. package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +95 -0
  28. package/dist-types/commands/CreateViewCommand.d.ts +6 -24
  29. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -23
  30. package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +92 -0
  31. package/dist-types/commands/DeleteViewCommand.d.ts +6 -15
  32. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -17
  33. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +5 -12
  34. package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -13
  35. package/dist-types/commands/GetIndexCommand.d.ts +6 -13
  36. package/dist-types/commands/GetManagedViewCommand.d.ts +5 -11
  37. package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +129 -0
  38. package/dist-types/commands/GetServiceIndexCommand.d.ts +88 -0
  39. package/dist-types/commands/GetServiceViewCommand.d.ts +101 -0
  40. package/dist-types/commands/GetViewCommand.d.ts +5 -11
  41. package/dist-types/commands/ListIndexesCommand.d.ts +5 -11
  42. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +5 -13
  43. package/dist-types/commands/ListManagedViewsCommand.d.ts +5 -12
  44. package/dist-types/commands/ListResourcesCommand.d.ts +6 -14
  45. package/dist-types/commands/ListServiceIndexesCommand.d.ts +97 -0
  46. package/dist-types/commands/ListServiceViewsCommand.d.ts +90 -0
  47. package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +90 -0
  48. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +4 -9
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -11
  50. package/dist-types/commands/ListViewsCommand.d.ts +5 -19
  51. package/dist-types/commands/SearchCommand.d.ts +6 -24
  52. package/dist-types/commands/TagResourceCommand.d.ts +5 -16
  53. package/dist-types/commands/UntagResourceCommand.d.ts +5 -11
  54. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +7 -75
  55. package/dist-types/commands/UpdateViewCommand.d.ts +5 -11
  56. package/dist-types/commands/index.d.ts +8 -0
  57. package/dist-types/index.d.ts +1 -21
  58. package/dist-types/models/models_0.d.ts +473 -442
  59. package/dist-types/pagination/GetResourceExplorerSetupPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListServiceIndexesPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListServiceViewsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListStreamingAccessForServicesPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +4 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  65. package/dist-types/ts3.4/ResourceExplorer2.d.ts +141 -0
  66. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +48 -0
  67. package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +47 -0
  71. package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +47 -0
  72. package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +50 -0
  74. package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +106 -0
  77. package/dist-types/ts3.4/pagination/GetResourceExplorerSetupPaginator.d.ts +11 -0
  78. package/dist-types/ts3.4/pagination/ListServiceIndexesPaginator.d.ts +11 -0
  79. package/dist-types/ts3.4/pagination/ListServiceViewsPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/ListStreamingAccessForServicesPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  83. package/package.json +38 -38
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput } from "../commands/GetResourceExplorerSetupCommand";
3
+ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateGetResourceExplorerSetup: (config: ResourceExplorer2PaginationConfiguration, input: GetResourceExplorerSetupCommandInput, ...rest: any[]) => Paginator<GetResourceExplorerSetupCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput } from "../commands/ListServiceIndexesCommand";
3
+ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServiceIndexes: (config: ResourceExplorer2PaginationConfiguration, input: ListServiceIndexesCommandInput, ...rest: any[]) => Paginator<ListServiceIndexesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServiceViewsCommandInput, ListServiceViewsCommandOutput } from "../commands/ListServiceViewsCommand";
3
+ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServiceViews: (config: ResourceExplorer2PaginationConfiguration, input: ListServiceViewsCommandInput, ...rest: any[]) => Paginator<ListServiceViewsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput } from "../commands/ListStreamingAccessForServicesCommand";
3
+ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListStreamingAccessForServices: (config: ResourceExplorer2PaginationConfiguration, input: ListStreamingAccessForServicesCommandInput, ...rest: any[]) => Paginator<ListStreamingAccessForServicesCommandOutput>;
@@ -1,8 +1,12 @@
1
+ export * from "./GetResourceExplorerSetupPaginator";
1
2
  export * from "./Interfaces";
2
3
  export * from "./ListIndexesForMembersPaginator";
3
4
  export * from "./ListIndexesPaginator";
4
5
  export * from "./ListManagedViewsPaginator";
5
6
  export * from "./ListResourcesPaginator";
7
+ export * from "./ListServiceIndexesPaginator";
8
+ export * from "./ListServiceViewsPaginator";
9
+ export * from "./ListStreamingAccessForServicesPaginator";
6
10
  export * from "./ListSupportedResourceTypesPaginator";
7
11
  export * from "./ListViewsPaginator";
8
12
  export * from "./SearchPaginator";
@@ -3,19 +3,27 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput } from "../commands/AssociateDefaultViewCommand";
4
4
  import { BatchGetViewCommandInput, BatchGetViewCommandOutput } from "../commands/BatchGetViewCommand";
5
5
  import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
6
+ import { CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput } from "../commands/CreateResourceExplorerSetupCommand";
6
7
  import { CreateViewCommandInput, CreateViewCommandOutput } from "../commands/CreateViewCommand";
7
8
  import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "../commands/DeleteIndexCommand";
9
+ import { DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput } from "../commands/DeleteResourceExplorerSetupCommand";
8
10
  import { DeleteViewCommandInput, DeleteViewCommandOutput } from "../commands/DeleteViewCommand";
9
11
  import { DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput } from "../commands/DisassociateDefaultViewCommand";
10
12
  import { GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput } from "../commands/GetAccountLevelServiceConfigurationCommand";
11
13
  import { GetDefaultViewCommandInput, GetDefaultViewCommandOutput } from "../commands/GetDefaultViewCommand";
12
14
  import { GetIndexCommandInput, GetIndexCommandOutput } from "../commands/GetIndexCommand";
13
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";
14
19
  import { GetViewCommandInput, GetViewCommandOutput } from "../commands/GetViewCommand";
15
20
  import { ListIndexesCommandInput, ListIndexesCommandOutput } from "../commands/ListIndexesCommand";
16
21
  import { ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput } from "../commands/ListIndexesForMembersCommand";
17
22
  import { ListManagedViewsCommandInput, ListManagedViewsCommandOutput } from "../commands/ListManagedViewsCommand";
18
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";
19
27
  import { ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput } from "../commands/ListSupportedResourceTypesCommand";
20
28
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
21
29
  import { ListViewsCommandInput, ListViewsCommandOutput } from "../commands/ListViewsCommand";
@@ -36,6 +44,10 @@ export declare const se_BatchGetViewCommand: (input: BatchGetViewCommandInput, c
36
44
  * serializeAws_restJson1CreateIndexCommand
37
45
  */
38
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>;
39
51
  /**
40
52
  * serializeAws_restJson1CreateViewCommand
41
53
  */
@@ -44,6 +56,10 @@ export declare const se_CreateViewCommand: (input: CreateViewCommandInput, conte
44
56
  * serializeAws_restJson1DeleteIndexCommand
45
57
  */
46
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>;
47
63
  /**
48
64
  * serializeAws_restJson1DeleteViewCommand
49
65
  */
@@ -68,6 +84,18 @@ export declare const se_GetIndexCommand: (input: GetIndexCommandInput, context:
68
84
  * serializeAws_restJson1GetManagedViewCommand
69
85
  */
70
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>;
71
99
  /**
72
100
  * serializeAws_restJson1GetViewCommand
73
101
  */
@@ -88,6 +116,18 @@ export declare const se_ListManagedViewsCommand: (input: ListManagedViewsCommand
88
116
  * serializeAws_restJson1ListResourcesCommand
89
117
  */
90
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>;
91
131
  /**
92
132
  * serializeAws_restJson1ListSupportedResourceTypesCommand
93
133
  */
@@ -132,6 +172,10 @@ export declare const de_BatchGetViewCommand: (output: __HttpResponse, context: _
132
172
  * deserializeAws_restJson1CreateIndexCommand
133
173
  */
134
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>;
135
179
  /**
136
180
  * deserializeAws_restJson1CreateViewCommand
137
181
  */
@@ -140,6 +184,10 @@ export declare const de_CreateViewCommand: (output: __HttpResponse, context: __S
140
184
  * deserializeAws_restJson1DeleteIndexCommand
141
185
  */
142
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>;
143
191
  /**
144
192
  * deserializeAws_restJson1DeleteViewCommand
145
193
  */
@@ -164,6 +212,18 @@ export declare const de_GetIndexCommand: (output: __HttpResponse, context: __Ser
164
212
  * deserializeAws_restJson1GetManagedViewCommand
165
213
  */
166
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>;
167
227
  /**
168
228
  * deserializeAws_restJson1GetViewCommand
169
229
  */
@@ -184,6 +244,18 @@ export declare const de_ListManagedViewsCommand: (output: __HttpResponse, contex
184
244
  * deserializeAws_restJson1ListResourcesCommand
185
245
  */
186
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>;
187
259
  /**
188
260
  * deserializeAws_restJson1ListSupportedResourceTypesCommand
189
261
  */
@@ -11,6 +11,10 @@ import {
11
11
  CreateIndexCommandInput,
12
12
  CreateIndexCommandOutput,
13
13
  } from "./commands/CreateIndexCommand";
14
+ import {
15
+ CreateResourceExplorerSetupCommandInput,
16
+ CreateResourceExplorerSetupCommandOutput,
17
+ } from "./commands/CreateResourceExplorerSetupCommand";
14
18
  import {
15
19
  CreateViewCommandInput,
16
20
  CreateViewCommandOutput,
@@ -19,6 +23,10 @@ import {
19
23
  DeleteIndexCommandInput,
20
24
  DeleteIndexCommandOutput,
21
25
  } from "./commands/DeleteIndexCommand";
26
+ import {
27
+ DeleteResourceExplorerSetupCommandInput,
28
+ DeleteResourceExplorerSetupCommandOutput,
29
+ } from "./commands/DeleteResourceExplorerSetupCommand";
22
30
  import {
23
31
  DeleteViewCommandInput,
24
32
  DeleteViewCommandOutput,
@@ -43,6 +51,18 @@ import {
43
51
  GetManagedViewCommandInput,
44
52
  GetManagedViewCommandOutput,
45
53
  } from "./commands/GetManagedViewCommand";
54
+ import {
55
+ GetResourceExplorerSetupCommandInput,
56
+ GetResourceExplorerSetupCommandOutput,
57
+ } from "./commands/GetResourceExplorerSetupCommand";
58
+ import {
59
+ GetServiceIndexCommandInput,
60
+ GetServiceIndexCommandOutput,
61
+ } from "./commands/GetServiceIndexCommand";
62
+ import {
63
+ GetServiceViewCommandInput,
64
+ GetServiceViewCommandOutput,
65
+ } from "./commands/GetServiceViewCommand";
46
66
  import {
47
67
  GetViewCommandInput,
48
68
  GetViewCommandOutput,
@@ -63,6 +83,18 @@ import {
63
83
  ListResourcesCommandInput,
64
84
  ListResourcesCommandOutput,
65
85
  } from "./commands/ListResourcesCommand";
86
+ import {
87
+ ListServiceIndexesCommandInput,
88
+ ListServiceIndexesCommandOutput,
89
+ } from "./commands/ListServiceIndexesCommand";
90
+ import {
91
+ ListServiceViewsCommandInput,
92
+ ListServiceViewsCommandOutput,
93
+ } from "./commands/ListServiceViewsCommand";
94
+ import {
95
+ ListStreamingAccessForServicesCommandInput,
96
+ ListStreamingAccessForServicesCommandOutput,
97
+ } from "./commands/ListStreamingAccessForServicesCommand";
66
98
  import {
67
99
  ListSupportedResourceTypesCommandInput,
68
100
  ListSupportedResourceTypesCommandOutput,
@@ -138,6 +170,19 @@ export interface ResourceExplorer2 {
138
170
  options: __HttpHandlerOptions,
139
171
  cb: (err: any, data?: CreateIndexCommandOutput) => void
140
172
  ): void;
173
+ createResourceExplorerSetup(
174
+ args: CreateResourceExplorerSetupCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<CreateResourceExplorerSetupCommandOutput>;
177
+ createResourceExplorerSetup(
178
+ args: CreateResourceExplorerSetupCommandInput,
179
+ cb: (err: any, data?: CreateResourceExplorerSetupCommandOutput) => void
180
+ ): void;
181
+ createResourceExplorerSetup(
182
+ args: CreateResourceExplorerSetupCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: CreateResourceExplorerSetupCommandOutput) => void
185
+ ): void;
141
186
  createView(
142
187
  args: CreateViewCommandInput,
143
188
  options?: __HttpHandlerOptions
@@ -164,6 +209,20 @@ export interface ResourceExplorer2 {
164
209
  options: __HttpHandlerOptions,
165
210
  cb: (err: any, data?: DeleteIndexCommandOutput) => void
166
211
  ): void;
212
+ deleteResourceExplorerSetup(): Promise<DeleteResourceExplorerSetupCommandOutput>;
213
+ deleteResourceExplorerSetup(
214
+ args: DeleteResourceExplorerSetupCommandInput,
215
+ options?: __HttpHandlerOptions
216
+ ): Promise<DeleteResourceExplorerSetupCommandOutput>;
217
+ deleteResourceExplorerSetup(
218
+ args: DeleteResourceExplorerSetupCommandInput,
219
+ cb: (err: any, data?: DeleteResourceExplorerSetupCommandOutput) => void
220
+ ): void;
221
+ deleteResourceExplorerSetup(
222
+ args: DeleteResourceExplorerSetupCommandInput,
223
+ options: __HttpHandlerOptions,
224
+ cb: (err: any, data?: DeleteResourceExplorerSetupCommandOutput) => void
225
+ ): void;
167
226
  deleteView(
168
227
  args: DeleteViewCommandInput,
169
228
  options?: __HttpHandlerOptions
@@ -252,6 +311,46 @@ export interface ResourceExplorer2 {
252
311
  options: __HttpHandlerOptions,
253
312
  cb: (err: any, data?: GetManagedViewCommandOutput) => void
254
313
  ): void;
314
+ getResourceExplorerSetup(
315
+ args: GetResourceExplorerSetupCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<GetResourceExplorerSetupCommandOutput>;
318
+ getResourceExplorerSetup(
319
+ args: GetResourceExplorerSetupCommandInput,
320
+ cb: (err: any, data?: GetResourceExplorerSetupCommandOutput) => void
321
+ ): void;
322
+ getResourceExplorerSetup(
323
+ args: GetResourceExplorerSetupCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: GetResourceExplorerSetupCommandOutput) => void
326
+ ): void;
327
+ getServiceIndex(): Promise<GetServiceIndexCommandOutput>;
328
+ getServiceIndex(
329
+ args: GetServiceIndexCommandInput,
330
+ options?: __HttpHandlerOptions
331
+ ): Promise<GetServiceIndexCommandOutput>;
332
+ getServiceIndex(
333
+ args: GetServiceIndexCommandInput,
334
+ cb: (err: any, data?: GetServiceIndexCommandOutput) => void
335
+ ): void;
336
+ getServiceIndex(
337
+ args: GetServiceIndexCommandInput,
338
+ options: __HttpHandlerOptions,
339
+ cb: (err: any, data?: GetServiceIndexCommandOutput) => void
340
+ ): void;
341
+ getServiceView(
342
+ args: GetServiceViewCommandInput,
343
+ options?: __HttpHandlerOptions
344
+ ): Promise<GetServiceViewCommandOutput>;
345
+ getServiceView(
346
+ args: GetServiceViewCommandInput,
347
+ cb: (err: any, data?: GetServiceViewCommandOutput) => void
348
+ ): void;
349
+ getServiceView(
350
+ args: GetServiceViewCommandInput,
351
+ options: __HttpHandlerOptions,
352
+ cb: (err: any, data?: GetServiceViewCommandOutput) => void
353
+ ): void;
255
354
  getView(
256
355
  args: GetViewCommandInput,
257
356
  options?: __HttpHandlerOptions
@@ -320,6 +419,48 @@ export interface ResourceExplorer2 {
320
419
  options: __HttpHandlerOptions,
321
420
  cb: (err: any, data?: ListResourcesCommandOutput) => void
322
421
  ): void;
422
+ listServiceIndexes(): Promise<ListServiceIndexesCommandOutput>;
423
+ listServiceIndexes(
424
+ args: ListServiceIndexesCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<ListServiceIndexesCommandOutput>;
427
+ listServiceIndexes(
428
+ args: ListServiceIndexesCommandInput,
429
+ cb: (err: any, data?: ListServiceIndexesCommandOutput) => void
430
+ ): void;
431
+ listServiceIndexes(
432
+ args: ListServiceIndexesCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: ListServiceIndexesCommandOutput) => void
435
+ ): void;
436
+ listServiceViews(): Promise<ListServiceViewsCommandOutput>;
437
+ listServiceViews(
438
+ args: ListServiceViewsCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<ListServiceViewsCommandOutput>;
441
+ listServiceViews(
442
+ args: ListServiceViewsCommandInput,
443
+ cb: (err: any, data?: ListServiceViewsCommandOutput) => void
444
+ ): void;
445
+ listServiceViews(
446
+ args: ListServiceViewsCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: ListServiceViewsCommandOutput) => void
449
+ ): void;
450
+ listStreamingAccessForServices(): Promise<ListStreamingAccessForServicesCommandOutput>;
451
+ listStreamingAccessForServices(
452
+ args: ListStreamingAccessForServicesCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<ListStreamingAccessForServicesCommandOutput>;
455
+ listStreamingAccessForServices(
456
+ args: ListStreamingAccessForServicesCommandInput,
457
+ cb: (err: any, data?: ListStreamingAccessForServicesCommandOutput) => void
458
+ ): void;
459
+ listStreamingAccessForServices(
460
+ args: ListStreamingAccessForServicesCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: ListStreamingAccessForServicesCommandOutput) => void
463
+ ): void;
323
464
  listSupportedResourceTypes(): Promise<ListSupportedResourceTypesCommandOutput>;
324
465
  listSupportedResourceTypes(
325
466
  args: ListSupportedResourceTypesCommandInput,
@@ -57,6 +57,10 @@ import {
57
57
  CreateIndexCommandInput,
58
58
  CreateIndexCommandOutput,
59
59
  } from "./commands/CreateIndexCommand";
60
+ import {
61
+ CreateResourceExplorerSetupCommandInput,
62
+ CreateResourceExplorerSetupCommandOutput,
63
+ } from "./commands/CreateResourceExplorerSetupCommand";
60
64
  import {
61
65
  CreateViewCommandInput,
62
66
  CreateViewCommandOutput,
@@ -65,6 +69,10 @@ import {
65
69
  DeleteIndexCommandInput,
66
70
  DeleteIndexCommandOutput,
67
71
  } from "./commands/DeleteIndexCommand";
72
+ import {
73
+ DeleteResourceExplorerSetupCommandInput,
74
+ DeleteResourceExplorerSetupCommandOutput,
75
+ } from "./commands/DeleteResourceExplorerSetupCommand";
68
76
  import {
69
77
  DeleteViewCommandInput,
70
78
  DeleteViewCommandOutput,
@@ -89,6 +97,18 @@ import {
89
97
  GetManagedViewCommandInput,
90
98
  GetManagedViewCommandOutput,
91
99
  } from "./commands/GetManagedViewCommand";
100
+ import {
101
+ GetResourceExplorerSetupCommandInput,
102
+ GetResourceExplorerSetupCommandOutput,
103
+ } from "./commands/GetResourceExplorerSetupCommand";
104
+ import {
105
+ GetServiceIndexCommandInput,
106
+ GetServiceIndexCommandOutput,
107
+ } from "./commands/GetServiceIndexCommand";
108
+ import {
109
+ GetServiceViewCommandInput,
110
+ GetServiceViewCommandOutput,
111
+ } from "./commands/GetServiceViewCommand";
92
112
  import {
93
113
  GetViewCommandInput,
94
114
  GetViewCommandOutput,
@@ -109,6 +129,18 @@ import {
109
129
  ListResourcesCommandInput,
110
130
  ListResourcesCommandOutput,
111
131
  } from "./commands/ListResourcesCommand";
132
+ import {
133
+ ListServiceIndexesCommandInput,
134
+ ListServiceIndexesCommandOutput,
135
+ } from "./commands/ListServiceIndexesCommand";
136
+ import {
137
+ ListServiceViewsCommandInput,
138
+ ListServiceViewsCommandOutput,
139
+ } from "./commands/ListServiceViewsCommand";
140
+ import {
141
+ ListStreamingAccessForServicesCommandInput,
142
+ ListStreamingAccessForServicesCommandOutput,
143
+ } from "./commands/ListStreamingAccessForServicesCommand";
112
144
  import {
113
145
  ListSupportedResourceTypesCommandInput,
114
146
  ListSupportedResourceTypesCommandOutput,
@@ -152,19 +184,27 @@ export type ServiceInputTypes =
152
184
  | AssociateDefaultViewCommandInput
153
185
  | BatchGetViewCommandInput
154
186
  | CreateIndexCommandInput
187
+ | CreateResourceExplorerSetupCommandInput
155
188
  | CreateViewCommandInput
156
189
  | DeleteIndexCommandInput
190
+ | DeleteResourceExplorerSetupCommandInput
157
191
  | DeleteViewCommandInput
158
192
  | DisassociateDefaultViewCommandInput
159
193
  | GetAccountLevelServiceConfigurationCommandInput
160
194
  | GetDefaultViewCommandInput
161
195
  | GetIndexCommandInput
162
196
  | GetManagedViewCommandInput
197
+ | GetResourceExplorerSetupCommandInput
198
+ | GetServiceIndexCommandInput
199
+ | GetServiceViewCommandInput
163
200
  | GetViewCommandInput
164
201
  | ListIndexesCommandInput
165
202
  | ListIndexesForMembersCommandInput
166
203
  | ListManagedViewsCommandInput
167
204
  | ListResourcesCommandInput
205
+ | ListServiceIndexesCommandInput
206
+ | ListServiceViewsCommandInput
207
+ | ListStreamingAccessForServicesCommandInput
168
208
  | ListSupportedResourceTypesCommandInput
169
209
  | ListTagsForResourceCommandInput
170
210
  | ListViewsCommandInput
@@ -177,19 +217,27 @@ export type ServiceOutputTypes =
177
217
  | AssociateDefaultViewCommandOutput
178
218
  | BatchGetViewCommandOutput
179
219
  | CreateIndexCommandOutput
220
+ | CreateResourceExplorerSetupCommandOutput
180
221
  | CreateViewCommandOutput
181
222
  | DeleteIndexCommandOutput
223
+ | DeleteResourceExplorerSetupCommandOutput
182
224
  | DeleteViewCommandOutput
183
225
  | DisassociateDefaultViewCommandOutput
184
226
  | GetAccountLevelServiceConfigurationCommandOutput
185
227
  | GetDefaultViewCommandOutput
186
228
  | GetIndexCommandOutput
187
229
  | GetManagedViewCommandOutput
230
+ | GetResourceExplorerSetupCommandOutput
231
+ | GetServiceIndexCommandOutput
232
+ | GetServiceViewCommandOutput
188
233
  | GetViewCommandOutput
189
234
  | ListIndexesCommandOutput
190
235
  | ListIndexesForMembersCommandOutput
191
236
  | ListManagedViewsCommandOutput
192
237
  | ListResourcesCommandOutput
238
+ | ListServiceIndexesCommandOutput
239
+ | ListServiceViewsCommandOutput
240
+ | ListStreamingAccessForServicesCommandOutput
193
241
  | ListSupportedResourceTypesCommandOutput
194
242
  | ListTagsForResourceCommandOutput
195
243
  | ListViewsCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateResourceExplorerSetupInput,
5
+ CreateResourceExplorerSetupOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ ResourceExplorer2ClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../ResourceExplorer2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateResourceExplorerSetupCommandInput
15
+ extends CreateResourceExplorerSetupInput {}
16
+ export interface CreateResourceExplorerSetupCommandOutput
17
+ extends CreateResourceExplorerSetupOutput,
18
+ __MetadataBearer {}
19
+ declare const CreateResourceExplorerSetupCommand_base: {
20
+ new (
21
+ input: CreateResourceExplorerSetupCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateResourceExplorerSetupCommandInput,
24
+ CreateResourceExplorerSetupCommandOutput,
25
+ ResourceExplorer2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateResourceExplorerSetupCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateResourceExplorerSetupCommandInput,
33
+ CreateResourceExplorerSetupCommandOutput,
34
+ ResourceExplorer2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateResourceExplorerSetupCommand extends CreateResourceExplorerSetupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateResourceExplorerSetupInput;
44
+ output: CreateResourceExplorerSetupOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateResourceExplorerSetupCommandInput;
48
+ output: CreateResourceExplorerSetupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteResourceExplorerSetupInput,
5
+ DeleteResourceExplorerSetupOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ ResourceExplorer2ClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../ResourceExplorer2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteResourceExplorerSetupCommandInput
15
+ extends DeleteResourceExplorerSetupInput {}
16
+ export interface DeleteResourceExplorerSetupCommandOutput
17
+ extends DeleteResourceExplorerSetupOutput,
18
+ __MetadataBearer {}
19
+ declare const DeleteResourceExplorerSetupCommand_base: {
20
+ new (
21
+ input: DeleteResourceExplorerSetupCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteResourceExplorerSetupCommandInput,
24
+ DeleteResourceExplorerSetupCommandOutput,
25
+ ResourceExplorer2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DeleteResourceExplorerSetupCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteResourceExplorerSetupCommandInput,
33
+ DeleteResourceExplorerSetupCommandOutput,
34
+ ResourceExplorer2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteResourceExplorerSetupCommand extends DeleteResourceExplorerSetupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourceExplorerSetupInput;
44
+ output: DeleteResourceExplorerSetupOutput;
45
+ };
46
+ sdk: {
47
+ input: DeleteResourceExplorerSetupCommandInput;
48
+ output: DeleteResourceExplorerSetupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetResourceExplorerSetupInput,
5
+ GetResourceExplorerSetupOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ ResourceExplorer2ClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../ResourceExplorer2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetResourceExplorerSetupCommandInput
15
+ extends GetResourceExplorerSetupInput {}
16
+ export interface GetResourceExplorerSetupCommandOutput
17
+ extends GetResourceExplorerSetupOutput,
18
+ __MetadataBearer {}
19
+ declare const GetResourceExplorerSetupCommand_base: {
20
+ new (
21
+ input: GetResourceExplorerSetupCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetResourceExplorerSetupCommandInput,
24
+ GetResourceExplorerSetupCommandOutput,
25
+ ResourceExplorer2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetResourceExplorerSetupCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetResourceExplorerSetupCommandInput,
33
+ GetResourceExplorerSetupCommandOutput,
34
+ ResourceExplorer2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetResourceExplorerSetupCommand extends GetResourceExplorerSetupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourceExplorerSetupInput;
44
+ output: GetResourceExplorerSetupOutput;
45
+ };
46
+ sdk: {
47
+ input: GetResourceExplorerSetupCommandInput;
48
+ output: GetResourceExplorerSetupCommandOutput;
49
+ };
50
+ };
51
+ }