@aws-sdk/client-resource-explorer-2 3.651.1 → 3.657.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 (68) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +63 -0
  3. package/dist-es/ResourceExplorer2.js +2 -0
  4. package/dist-es/commands/ListResourcesCommand.js +23 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +4 -0
  7. package/dist-es/pagination/ListResourcesPaginator.js +4 -0
  8. package/dist-es/pagination/index.js +1 -0
  9. package/dist-es/protocols/Aws_restJson1.js +32 -0
  10. package/dist-types/ResourceExplorer2.d.ts +8 -0
  11. package/dist-types/ResourceExplorer2Client.d.ts +3 -2
  12. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +11 -0
  13. package/dist-types/commands/BatchGetViewCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateIndexCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateViewCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteIndexCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteViewCommand.d.ts +11 -0
  18. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +11 -0
  19. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +12 -2
  20. package/dist-types/commands/GetDefaultViewCommand.d.ts +11 -0
  21. package/dist-types/commands/GetIndexCommand.d.ts +11 -0
  22. package/dist-types/commands/GetViewCommand.d.ts +11 -0
  23. package/dist-types/commands/ListIndexesCommand.d.ts +11 -0
  24. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +11 -0
  25. package/dist-types/commands/ListResourcesCommand.d.ts +120 -0
  26. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +11 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/ListViewsCommand.d.ts +11 -0
  29. package/dist-types/commands/SearchCommand.d.ts +11 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  32. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateViewCommand.d.ts +11 -0
  34. package/dist-types/commands/index.d.ts +1 -0
  35. package/dist-types/models/models_0.d.ts +130 -58
  36. package/dist-types/pagination/ListResourcesPaginator.d.ts +7 -0
  37. package/dist-types/pagination/index.d.ts +1 -0
  38. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  39. package/dist-types/ts3.4/ResourceExplorer2.d.ts +18 -0
  40. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +6 -0
  41. package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetViewCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +47 -0
  55. package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/SearchCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +28 -14
  65. package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  67. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  68. package/package.json +35 -35
@@ -33,4 +33,15 @@ declare const CreateViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateViewCommand extends CreateViewCommand_base {}
36
+ export declare class CreateViewCommand extends CreateViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateViewInput;
40
+ output: CreateViewOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateViewCommandInput;
44
+ output: CreateViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteIndexCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteIndexCommand extends DeleteIndexCommand_base {}
36
+ export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteIndexInput;
40
+ output: DeleteIndexOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteIndexCommandInput;
44
+ output: DeleteIndexCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteViewCommand extends DeleteViewCommand_base {}
36
+ export declare class DeleteViewCommand extends DeleteViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteViewInput;
40
+ output: DeleteViewOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteViewCommandInput;
44
+ output: DeleteViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DisassociateDefaultViewCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {}
34
+ export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: {};
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DisassociateDefaultViewCommandInput;
42
+ output: DisassociateDefaultViewCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const GetAccountLevelServiceConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {}
36
+ export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetAccountLevelServiceConfigurationOutput;
41
+ };
42
+ sdk: {
43
+ input: GetAccountLevelServiceConfigurationCommandInput;
44
+ output: GetAccountLevelServiceConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetDefaultViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {}
36
+ export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetDefaultViewOutput;
41
+ };
42
+ sdk: {
43
+ input: GetDefaultViewCommandInput;
44
+ output: GetDefaultViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetIndexCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetIndexCommand extends GetIndexCommand_base {}
36
+ export declare class GetIndexCommand extends GetIndexCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetIndexOutput;
41
+ };
42
+ sdk: {
43
+ input: GetIndexCommandInput;
44
+ output: GetIndexCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const GetViewCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetViewCommand extends GetViewCommand_base {}
30
+ export declare class GetViewCommand extends GetViewCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetViewInput;
34
+ output: GetViewOutput;
35
+ };
36
+ sdk: {
37
+ input: GetViewCommandInput;
38
+ output: GetViewCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const ListIndexesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListIndexesCommand extends ListIndexesCommand_base {}
36
+ export declare class ListIndexesCommand extends ListIndexesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListIndexesInput;
40
+ output: ListIndexesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListIndexesCommandInput;
44
+ output: ListIndexesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListIndexesForMembersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {}
40
+ export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIndexesForMembersInput;
44
+ output: ListIndexesForMembersOutput;
45
+ };
46
+ sdk: {
47
+ input: ListIndexesForMembersCommandInput;
48
+ output: ListIndexesForMembersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
4
+ import {
5
+ ResourceExplorer2ClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../ResourceExplorer2Client";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListResourcesCommandInput extends ListResourcesInput {}
12
+ export interface ListResourcesCommandOutput
13
+ extends ListResourcesOutput,
14
+ __MetadataBearer {}
15
+ declare const ListResourcesCommand_base: {
16
+ new (
17
+ input: ListResourcesCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListResourcesCommandInput,
20
+ ListResourcesCommandOutput,
21
+ ResourceExplorer2ClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [ListResourcesCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListResourcesCommandInput,
29
+ ListResourcesCommandOutput,
30
+ ResourceExplorer2ClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListResourcesCommand extends ListResourcesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListResourcesInput;
40
+ output: ListResourcesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListResourcesCommandInput;
44
+ output: ListResourcesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListSupportedResourceTypesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {}
40
+ export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSupportedResourceTypesInput;
44
+ output: ListSupportedResourceTypesOutput;
45
+ };
46
+ sdk: {
47
+ input: ListSupportedResourceTypesCommandInput;
48
+ output: ListSupportedResourceTypesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListViewsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListViewsCommand extends ListViewsCommand_base {}
36
+ export declare class ListViewsCommand extends ListViewsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListViewsInput;
40
+ output: ListViewsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListViewsCommandInput;
44
+ output: ListViewsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const SearchCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class SearchCommand extends SearchCommand_base {}
30
+ export declare class SearchCommand extends SearchCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: SearchInput;
34
+ output: SearchOutput;
35
+ };
36
+ sdk: {
37
+ input: SearchCommandInput;
38
+ output: SearchCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UpdateIndexTypeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {}
39
+ export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateIndexTypeInput;
43
+ output: UpdateIndexTypeOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateIndexTypeCommandInput;
47
+ output: UpdateIndexTypeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateViewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateViewCommand extends UpdateViewCommand_base {}
36
+ export declare class UpdateViewCommand extends UpdateViewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateViewInput;
40
+ output: UpdateViewOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateViewCommandInput;
44
+ output: UpdateViewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -11,6 +11,7 @@ export * from "./GetIndexCommand";
11
11
  export * from "./GetViewCommand";
12
12
  export * from "./ListIndexesCommand";
13
13
  export * from "./ListIndexesForMembersCommand";
14
+ export * from "./ListResourcesCommand";
14
15
  export * from "./ListSupportedResourceTypesCommand";
15
16
  export * from "./ListTagsForResourceCommand";
16
17
  export * from "./ListViewsCommand";
@@ -237,6 +237,31 @@ export interface ListIndexesForMembersOutput {
237
237
  Indexes?: MemberIndex[];
238
238
  NextToken?: string;
239
239
  }
240
+ export interface ListResourcesInput {
241
+ Filters?: SearchFilter;
242
+ MaxResults?: number;
243
+ ViewArn?: string;
244
+ NextToken?: string;
245
+ }
246
+ export interface ResourceProperty {
247
+ Name?: string;
248
+ LastReportedAt?: Date;
249
+ Data?: __DocumentType;
250
+ }
251
+ export interface Resource {
252
+ Arn?: string;
253
+ OwningAccountId?: string;
254
+ Region?: string;
255
+ ResourceType?: string;
256
+ Service?: string;
257
+ LastReportedAt?: Date;
258
+ Properties?: ResourceProperty[];
259
+ }
260
+ export interface ListResourcesOutput {
261
+ Resources?: Resource[];
262
+ NextToken?: string;
263
+ ViewArn?: string;
264
+ }
240
265
  export interface ListSupportedResourceTypesInput {
241
266
  NextToken?: string;
242
267
  MaxResults?: number;
@@ -255,20 +280,6 @@ export interface ListTagsForResourceInput {
255
280
  export interface ListTagsForResourceOutput {
256
281
  Tags?: Record<string, string>;
257
282
  }
258
- export interface ResourceProperty {
259
- Name?: string;
260
- LastReportedAt?: Date;
261
- Data?: __DocumentType;
262
- }
263
- export interface Resource {
264
- Arn?: string;
265
- OwningAccountId?: string;
266
- Region?: string;
267
- ResourceType?: string;
268
- Service?: string;
269
- LastReportedAt?: Date;
270
- Properties?: ResourceProperty[];
271
- }
272
283
  export interface ResourceCount {
273
284
  TotalResources?: number;
274
285
  Complete?: boolean;
@@ -321,6 +332,9 @@ export declare const UpdateViewOutputFilterSensitiveLog: (
321
332
  export declare const GetIndexOutputFilterSensitiveLog: (
322
333
  obj: GetIndexOutput
323
334
  ) => any;
335
+ export declare const ListResourcesInputFilterSensitiveLog: (
336
+ obj: ListResourcesInput
337
+ ) => any;
324
338
  export declare const ListTagsForResourceOutputFilterSensitiveLog: (
325
339
  obj: ListTagsForResourceOutput
326
340
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListResourcesCommandInput,
4
+ ListResourcesCommandOutput,
5
+ } from "../commands/ListResourcesCommand";
6
+ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListResources: (
8
+ config: ResourceExplorer2PaginationConfiguration,
9
+ input: ListResourcesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListResourcesCommandOutput>;
@@ -1,6 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListIndexesForMembersPaginator";
3
3
  export * from "./ListIndexesPaginator";
4
+ export * from "./ListResourcesPaginator";
4
5
  export * from "./ListSupportedResourceTypesPaginator";
5
6
  export * from "./ListViewsPaginator";
6
7
  export * from "./SearchPaginator";
@@ -55,6 +55,10 @@ import {
55
55
  ListIndexesForMembersCommandInput,
56
56
  ListIndexesForMembersCommandOutput,
57
57
  } from "../commands/ListIndexesForMembersCommand";
58
+ import {
59
+ ListResourcesCommandInput,
60
+ ListResourcesCommandOutput,
61
+ } from "../commands/ListResourcesCommand";
58
62
  import {
59
63
  ListSupportedResourceTypesCommandInput,
60
64
  ListSupportedResourceTypesCommandOutput,
@@ -139,6 +143,10 @@ export declare const se_ListIndexesForMembersCommand: (
139
143
  input: ListIndexesForMembersCommandInput,
140
144
  context: __SerdeContext
141
145
  ) => Promise<__HttpRequest>;
146
+ export declare const se_ListResourcesCommand: (
147
+ input: ListResourcesCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
142
150
  export declare const se_ListSupportedResourceTypesCommand: (
143
151
  input: ListSupportedResourceTypesCommandInput,
144
152
  context: __SerdeContext
@@ -223,6 +231,10 @@ export declare const de_ListIndexesForMembersCommand: (
223
231
  output: __HttpResponse,
224
232
  context: __SerdeContext
225
233
  ) => Promise<ListIndexesForMembersCommandOutput>;
234
+ export declare const de_ListResourcesCommand: (
235
+ output: __HttpResponse,
236
+ context: __SerdeContext
237
+ ) => Promise<ListResourcesCommandOutput>;
226
238
  export declare const de_ListSupportedResourceTypesCommand: (
227
239
  output: __HttpResponse,
228
240
  context: __SerdeContext
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.651.1",
4
+ "version": "3.657.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-resource-explorer-2",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"