@aws-sdk/client-resource-explorer-2 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateDefaultViewCommand.js +2 -3
- package/dist-cjs/commands/BatchGetViewCommand.js +1 -1
- package/dist-cjs/commands/CreateIndexCommand.js +2 -3
- package/dist-cjs/commands/DeleteIndexCommand.js +2 -3
- package/dist-cjs/commands/DeleteViewCommand.js +2 -3
- package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -2
- package/dist-cjs/commands/GetDefaultViewCommand.js +2 -3
- package/dist-cjs/commands/GetIndexCommand.js +2 -3
- package/dist-cjs/commands/GetViewCommand.js +1 -1
- package/dist-cjs/commands/ListIndexesCommand.js +2 -3
- package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListViewsCommand.js +2 -3
- package/dist-cjs/commands/SearchCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -142
- package/dist-es/commands/AssociateDefaultViewCommand.js +2 -3
- package/dist-es/commands/BatchGetViewCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -3
- package/dist-es/commands/DeleteIndexCommand.js +2 -3
- package/dist-es/commands/DeleteViewCommand.js +2 -3
- package/dist-es/commands/DisassociateDefaultViewCommand.js +2 -2
- package/dist-es/commands/GetDefaultViewCommand.js +2 -3
- package/dist-es/commands/GetIndexCommand.js +2 -3
- package/dist-es/commands/GetViewCommand.js +2 -2
- package/dist-es/commands/ListIndexesCommand.js +2 -3
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListViewsCommand.js +2 -3
- package/dist-es/commands/SearchCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateIndexTypeCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -105
- package/dist-types/ResourceExplorer2.d.ts +20 -0
- package/dist-types/ResourceExplorer2Client.d.ts +24 -4
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetViewCommand.d.ts +16 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +16 -0
- package/dist-types/commands/CreateViewCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +16 -0
- package/dist-types/commands/DeleteViewCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +16 -0
- package/dist-types/commands/GetDefaultViewCommand.d.ts +16 -0
- package/dist-types/commands/GetIndexCommand.d.ts +16 -0
- package/dist-types/commands/GetViewCommand.d.ts +16 -0
- package/dist-types/commands/ListIndexesCommand.d.ts +16 -0
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListViewsCommand.d.ts +16 -0
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateViewCommand.d.ts +16 -0
- package/dist-types/models/ResourceExplorer2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +126 -140
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListIndexesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSupportedResourceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListViewsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -97
- package/package.json +4 -3
|
@@ -264,121 +264,24 @@ export interface UntagResourceInput {
|
|
|
264
264
|
tagKeys: string[] | undefined;
|
|
265
265
|
}
|
|
266
266
|
export interface UntagResourceOutput {}
|
|
267
|
-
export declare const AssociateDefaultViewInputFilterSensitiveLog: (
|
|
268
|
-
obj: AssociateDefaultViewInput
|
|
269
|
-
) => any;
|
|
270
|
-
export declare const AssociateDefaultViewOutputFilterSensitiveLog: (
|
|
271
|
-
obj: AssociateDefaultViewOutput
|
|
272
|
-
) => any;
|
|
273
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
274
|
-
obj: ValidationExceptionField
|
|
275
|
-
) => any;
|
|
276
|
-
export declare const BatchGetViewInputFilterSensitiveLog: (
|
|
277
|
-
obj: BatchGetViewInput
|
|
278
|
-
) => any;
|
|
279
|
-
export declare const BatchGetViewErrorFilterSensitiveLog: (
|
|
280
|
-
obj: BatchGetViewError
|
|
281
|
-
) => any;
|
|
282
267
|
export declare const SearchFilterFilterSensitiveLog: (obj: SearchFilter) => any;
|
|
283
|
-
export declare const IncludedPropertyFilterSensitiveLog: (
|
|
284
|
-
obj: IncludedProperty
|
|
285
|
-
) => any;
|
|
286
268
|
export declare const ViewFilterSensitiveLog: (obj: View) => any;
|
|
287
269
|
export declare const BatchGetViewOutputFilterSensitiveLog: (
|
|
288
270
|
obj: BatchGetViewOutput
|
|
289
271
|
) => any;
|
|
290
|
-
export declare const CreateIndexInputFilterSensitiveLog: (
|
|
291
|
-
obj: CreateIndexInput
|
|
292
|
-
) => any;
|
|
293
|
-
export declare const CreateIndexOutputFilterSensitiveLog: (
|
|
294
|
-
obj: CreateIndexOutput
|
|
295
|
-
) => any;
|
|
296
|
-
export declare const DeleteIndexInputFilterSensitiveLog: (
|
|
297
|
-
obj: DeleteIndexInput
|
|
298
|
-
) => any;
|
|
299
|
-
export declare const DeleteIndexOutputFilterSensitiveLog: (
|
|
300
|
-
obj: DeleteIndexOutput
|
|
301
|
-
) => any;
|
|
302
|
-
export declare const ListIndexesInputFilterSensitiveLog: (
|
|
303
|
-
obj: ListIndexesInput
|
|
304
|
-
) => any;
|
|
305
|
-
export declare const IndexFilterSensitiveLog: (obj: Index) => any;
|
|
306
|
-
export declare const ListIndexesOutputFilterSensitiveLog: (
|
|
307
|
-
obj: ListIndexesOutput
|
|
308
|
-
) => any;
|
|
309
|
-
export declare const UpdateIndexTypeInputFilterSensitiveLog: (
|
|
310
|
-
obj: UpdateIndexTypeInput
|
|
311
|
-
) => any;
|
|
312
|
-
export declare const UpdateIndexTypeOutputFilterSensitiveLog: (
|
|
313
|
-
obj: UpdateIndexTypeOutput
|
|
314
|
-
) => any;
|
|
315
272
|
export declare const CreateViewInputFilterSensitiveLog: (
|
|
316
273
|
obj: CreateViewInput
|
|
317
274
|
) => any;
|
|
318
275
|
export declare const CreateViewOutputFilterSensitiveLog: (
|
|
319
276
|
obj: CreateViewOutput
|
|
320
277
|
) => any;
|
|
321
|
-
export declare const DeleteViewInputFilterSensitiveLog: (
|
|
322
|
-
obj: DeleteViewInput
|
|
323
|
-
) => any;
|
|
324
|
-
export declare const DeleteViewOutputFilterSensitiveLog: (
|
|
325
|
-
obj: DeleteViewOutput
|
|
326
|
-
) => any;
|
|
327
|
-
export declare const GetViewInputFilterSensitiveLog: (obj: GetViewInput) => any;
|
|
328
278
|
export declare const GetViewOutputFilterSensitiveLog: (
|
|
329
279
|
obj: GetViewOutput
|
|
330
280
|
) => any;
|
|
331
|
-
export declare const ListViewsInputFilterSensitiveLog: (
|
|
332
|
-
obj: ListViewsInput
|
|
333
|
-
) => any;
|
|
334
|
-
export declare const ListViewsOutputFilterSensitiveLog: (
|
|
335
|
-
obj: ListViewsOutput
|
|
336
|
-
) => any;
|
|
337
281
|
export declare const UpdateViewInputFilterSensitiveLog: (
|
|
338
282
|
obj: UpdateViewInput
|
|
339
283
|
) => any;
|
|
340
284
|
export declare const UpdateViewOutputFilterSensitiveLog: (
|
|
341
285
|
obj: UpdateViewOutput
|
|
342
286
|
) => any;
|
|
343
|
-
export declare const GetDefaultViewOutputFilterSensitiveLog: (
|
|
344
|
-
obj: GetDefaultViewOutput
|
|
345
|
-
) => any;
|
|
346
|
-
export declare const GetIndexOutputFilterSensitiveLog: (
|
|
347
|
-
obj: GetIndexOutput
|
|
348
|
-
) => any;
|
|
349
|
-
export declare const ListSupportedResourceTypesInputFilterSensitiveLog: (
|
|
350
|
-
obj: ListSupportedResourceTypesInput
|
|
351
|
-
) => any;
|
|
352
|
-
export declare const SupportedResourceTypeFilterSensitiveLog: (
|
|
353
|
-
obj: SupportedResourceType
|
|
354
|
-
) => any;
|
|
355
|
-
export declare const ListSupportedResourceTypesOutputFilterSensitiveLog: (
|
|
356
|
-
obj: ListSupportedResourceTypesOutput
|
|
357
|
-
) => any;
|
|
358
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
359
|
-
obj: ListTagsForResourceInput
|
|
360
|
-
) => any;
|
|
361
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
362
|
-
obj: ListTagsForResourceOutput
|
|
363
|
-
) => any;
|
|
364
|
-
export declare const ResourcePropertyFilterSensitiveLog: (
|
|
365
|
-
obj: ResourceProperty
|
|
366
|
-
) => any;
|
|
367
|
-
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
368
|
-
export declare const ResourceCountFilterSensitiveLog: (
|
|
369
|
-
obj: ResourceCount
|
|
370
|
-
) => any;
|
|
371
287
|
export declare const SearchInputFilterSensitiveLog: (obj: SearchInput) => any;
|
|
372
|
-
export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
|
|
373
|
-
export declare const TagResourceInputFilterSensitiveLog: (
|
|
374
|
-
obj: TagResourceInput
|
|
375
|
-
) => any;
|
|
376
|
-
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
377
|
-
obj: TagResourceOutput
|
|
378
|
-
) => any;
|
|
379
|
-
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
380
|
-
obj: UntagResourceInput
|
|
381
|
-
) => any;
|
|
382
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
383
|
-
obj: UntagResourceOutput
|
|
384
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-explorer-2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo resource-explorer-2"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|