@aws-sdk/client-resource-explorer-2 3.337.0 → 3.341.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 (89) hide show
  1. package/dist-cjs/ResourceExplorer2Client.js +2 -1
  2. package/dist-cjs/commands/AssociateDefaultViewCommand.js +2 -1
  3. package/dist-cjs/commands/BatchGetViewCommand.js +2 -1
  4. package/dist-cjs/commands/CreateIndexCommand.js +2 -1
  5. package/dist-cjs/commands/CreateViewCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteIndexCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteViewCommand.js +2 -1
  8. package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -1
  9. package/dist-cjs/commands/GetDefaultViewCommand.js +2 -1
  10. package/dist-cjs/commands/GetIndexCommand.js +2 -1
  11. package/dist-cjs/commands/GetViewCommand.js +2 -1
  12. package/dist-cjs/commands/ListIndexesCommand.js +2 -1
  13. package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -1
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  15. package/dist-cjs/commands/ListViewsCommand.js +2 -1
  16. package/dist-cjs/commands/SearchCommand.js +2 -1
  17. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  18. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  19. package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -1
  20. package/dist-cjs/commands/UpdateViewCommand.js +2 -1
  21. package/dist-cjs/index.js +2 -2
  22. package/dist-cjs/models/ResourceExplorer2ServiceException.js +2 -1
  23. package/dist-es/ResourceExplorer2Client.js +1 -0
  24. package/dist-es/commands/AssociateDefaultViewCommand.js +1 -0
  25. package/dist-es/commands/BatchGetViewCommand.js +1 -0
  26. package/dist-es/commands/CreateIndexCommand.js +1 -0
  27. package/dist-es/commands/CreateViewCommand.js +1 -0
  28. package/dist-es/commands/DeleteIndexCommand.js +1 -0
  29. package/dist-es/commands/DeleteViewCommand.js +1 -0
  30. package/dist-es/commands/DisassociateDefaultViewCommand.js +1 -0
  31. package/dist-es/commands/GetDefaultViewCommand.js +1 -0
  32. package/dist-es/commands/GetIndexCommand.js +1 -0
  33. package/dist-es/commands/GetViewCommand.js +1 -0
  34. package/dist-es/commands/ListIndexesCommand.js +1 -0
  35. package/dist-es/commands/ListSupportedResourceTypesCommand.js +1 -0
  36. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  37. package/dist-es/commands/ListViewsCommand.js +1 -0
  38. package/dist-es/commands/SearchCommand.js +1 -0
  39. package/dist-es/commands/TagResourceCommand.js +1 -0
  40. package/dist-es/commands/UntagResourceCommand.js +1 -0
  41. package/dist-es/commands/UpdateIndexTypeCommand.js +1 -0
  42. package/dist-es/commands/UpdateViewCommand.js +1 -0
  43. package/dist-es/index.js +2 -2
  44. package/dist-es/models/ResourceExplorer2ServiceException.js +1 -0
  45. package/dist-types/ResourceExplorer2Client.d.ts +3 -3
  46. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +4 -0
  47. package/dist-types/commands/BatchGetViewCommand.d.ts +4 -0
  48. package/dist-types/commands/CreateIndexCommand.d.ts +4 -0
  49. package/dist-types/commands/CreateViewCommand.d.ts +4 -0
  50. package/dist-types/commands/DeleteIndexCommand.d.ts +4 -0
  51. package/dist-types/commands/DeleteViewCommand.d.ts +4 -0
  52. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +4 -0
  53. package/dist-types/commands/GetDefaultViewCommand.d.ts +4 -0
  54. package/dist-types/commands/GetIndexCommand.d.ts +4 -0
  55. package/dist-types/commands/GetViewCommand.d.ts +4 -0
  56. package/dist-types/commands/ListIndexesCommand.d.ts +4 -0
  57. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +4 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  59. package/dist-types/commands/ListViewsCommand.d.ts +4 -0
  60. package/dist-types/commands/SearchCommand.d.ts +4 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateViewCommand.d.ts +4 -0
  65. package/dist-types/index.d.ts +27 -2
  66. package/dist-types/models/ResourceExplorer2ServiceException.d.ts +1 -0
  67. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +3 -3
  68. package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +1 -0
  69. package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +1 -0
  70. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +1 -0
  71. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +1 -0
  72. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +1 -0
  73. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -0
  74. package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/GetViewCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/index.d.ts +2 -2
  88. package/dist-types/ts3.4/models/ResourceExplorer2ServiceException.d.ts +1 -0
  89. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDefaultViewOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetIndexOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetViewInput, GetViewOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSupportedResourceTypesInput, ListSupportedResourceTypesOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListViewsInput, ListViewsOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SearchInput, SearchOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateIndexTypeInput, UpdateIndexTypeOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateViewInput, UpdateViewOutput } from "../models/models_0";
5
5
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,31 @@
1
- export * from "./ResourceExplorer2";
1
+ /**
2
+ * <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
3
+ * explore your resources using an internet search engine-like experience. Examples of
4
+ * resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
5
+ * tables. You can search for your resources using resource metadata like names, tags, and
6
+ * IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn
7
+ * the service on, to simplify your cross-Region workloads.</p>
8
+ * <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which
9
+ * you turn on Resource Explorer. Resource Explorer <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-index">creates
10
+ * and maintains an index</a> in each Region, with the details of that Region's
11
+ * resources.</p>
12
+ * <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the
13
+ * indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to
14
+ * contain the aggregator index for the account. When you <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region-turn-on.html">promote a local index
15
+ * in a Region to become the aggregator index for the account</a>, Resource Explorer automatically
16
+ * replicates the index information from all local indexes in the other Regions to the
17
+ * aggregator index. Therefore, the Region with the aggregator index has a copy of all resource
18
+ * information for all Regions in the account where you turned on Resource Explorer. As a result,
19
+ * views in the aggregator index Region include resources from all of the indexed Regions in your
20
+ * account.</p>
21
+ * <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
22
+ * service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
23
+ *
24
+ * @packageDocumentation
25
+ */
2
26
  export * from "./ResourceExplorer2Client";
27
+ export * from "./ResourceExplorer2";
3
28
  export * from "./commands";
4
- export * from "./models";
5
29
  export * from "./pagination";
30
+ export * from "./models";
6
31
  export { ResourceExplorer2ServiceException } from "./models/ResourceExplorer2ServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -127,6 +127,7 @@ import {
127
127
  ClientResolvedEndpointParameters,
128
128
  EndpointParameters,
129
129
  } from "./endpoint/EndpointParameters";
130
+ export { __Client };
130
131
  export type ServiceInputTypes =
131
132
  | AssociateDefaultViewCommandInput
132
133
  | BatchGetViewCommandInput
@@ -191,7 +192,7 @@ export interface ClientDefaults
191
192
  logger?: __Logger;
192
193
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
193
194
  }
194
- type ResourceExplorer2ClientConfigType = Partial<
195
+ export type ResourceExplorer2ClientConfigType = Partial<
195
196
  __SmithyConfiguration<__HttpHandlerOptions>
196
197
  > &
197
198
  ClientDefaults &
@@ -204,7 +205,7 @@ type ResourceExplorer2ClientConfigType = Partial<
204
205
  ClientInputEndpointParameters;
205
206
  export interface ResourceExplorer2ClientConfig
206
207
  extends ResourceExplorer2ClientConfigType {}
207
- type ResourceExplorer2ClientResolvedConfigType =
208
+ export type ResourceExplorer2ClientResolvedConfigType =
208
209
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
209
210
  Required<ClientDefaults> &
210
211
  RegionResolvedConfig &
@@ -226,4 +227,3 @@ export declare class ResourceExplorer2Client extends __Client<
226
227
  constructor(configuration: ResourceExplorer2ClientConfig);
227
228
  destroy(): void;
228
229
  }
229
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ResourceExplorer2Client";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateDefaultViewCommandInput
19
20
  extends AssociateDefaultViewInput {}
20
21
  export interface AssociateDefaultViewCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface BatchGetViewCommandInput extends BatchGetViewInput {}
16
17
  export interface BatchGetViewCommandOutput
17
18
  extends BatchGetViewOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateIndexCommandInput extends CreateIndexInput {}
16
17
  export interface CreateIndexCommandOutput
17
18
  extends CreateIndexOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateViewCommandInput extends CreateViewInput {}
16
17
  export interface CreateViewCommandOutput
17
18
  extends CreateViewOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteIndexCommandInput extends DeleteIndexInput {}
16
17
  export interface DeleteIndexCommandOutput
17
18
  extends DeleteIndexOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteViewCommandInput extends DeleteViewInput {}
16
17
  export interface DeleteViewCommandOutput
17
18
  extends DeleteViewOutput,
@@ -11,6 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ResourceExplorer2Client";
14
+ export { __MetadataBearer, $Command };
14
15
  export interface DisassociateDefaultViewCommandInput {}
15
16
  export interface DisassociateDefaultViewCommandOutput
16
17
  extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetDefaultViewCommandInput {}
16
17
  export interface GetDefaultViewCommandOutput
17
18
  extends GetDefaultViewOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetIndexCommandInput {}
16
17
  export interface GetIndexCommandOutput
17
18
  extends GetIndexOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetViewCommandInput extends GetViewInput {}
16
17
  export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {}
17
18
  export declare class GetViewCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListIndexesCommandInput extends ListIndexesInput {}
16
17
  export interface ListIndexesCommandOutput
17
18
  extends ListIndexesOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ResourceExplorer2Client";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListSupportedResourceTypesCommandInput
19
20
  extends ListSupportedResourceTypesInput {}
20
21
  export interface ListSupportedResourceTypesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ResourceExplorer2Client";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceInput {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListViewsCommandInput extends ListViewsInput {}
16
17
  export interface ListViewsCommandOutput
17
18
  extends ListViewsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SearchCommandInput extends SearchInput {}
16
17
  export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {}
17
18
  export declare class SearchCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceInput {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagResourceCommandInput extends UntagResourceInput {}
16
17
  export interface UntagResourceCommandOutput
17
18
  extends UntagResourceOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ResourceExplorer2Client";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateIndexTypeCommandInput extends UpdateIndexTypeInput {}
19
20
  export interface UpdateIndexTypeCommandOutput
20
21
  extends UpdateIndexTypeOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ResourceExplorer2Client";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateViewCommandInput extends UpdateViewInput {}
16
17
  export interface UpdateViewCommandOutput
17
18
  extends UpdateViewOutput,
@@ -1,6 +1,6 @@
1
- export * from "./ResourceExplorer2";
2
1
  export * from "./ResourceExplorer2Client";
2
+ export * from "./ResourceExplorer2";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ResourceExplorer2ServiceException } from "./models/ResourceExplorer2ServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class ResourceExplorer2ServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
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.337.0",
4
+ "version": "3.341.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",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",