@aws-sdk/client-resource-explorer-2 3.477.0 → 3.481.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 (109) hide show
  1. package/dist-cjs/commands/AssociateDefaultViewCommand.js +18 -40
  2. package/dist-cjs/commands/BatchGetViewCommand.js +18 -40
  3. package/dist-cjs/commands/CreateIndexCommand.js +18 -40
  4. package/dist-cjs/commands/CreateViewCommand.js +18 -40
  5. package/dist-cjs/commands/DeleteIndexCommand.js +18 -40
  6. package/dist-cjs/commands/DeleteViewCommand.js +18 -40
  7. package/dist-cjs/commands/DisassociateDefaultViewCommand.js +18 -40
  8. package/dist-cjs/commands/GetAccountLevelServiceConfigurationCommand.js +18 -40
  9. package/dist-cjs/commands/GetDefaultViewCommand.js +18 -40
  10. package/dist-cjs/commands/GetIndexCommand.js +18 -40
  11. package/dist-cjs/commands/GetViewCommand.js +18 -40
  12. package/dist-cjs/commands/ListIndexesCommand.js +18 -40
  13. package/dist-cjs/commands/ListIndexesForMembersCommand.js +18 -40
  14. package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +18 -40
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -40
  16. package/dist-cjs/commands/ListViewsCommand.js +18 -40
  17. package/dist-cjs/commands/SearchCommand.js +18 -40
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -40
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -40
  20. package/dist-cjs/commands/UpdateIndexTypeCommand.js +18 -40
  21. package/dist-cjs/commands/UpdateViewCommand.js +18 -40
  22. package/dist-cjs/endpoint/EndpointParameters.js +6 -1
  23. package/dist-cjs/pagination/ListIndexesForMembersPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListIndexesPaginator.js +2 -24
  25. package/dist-cjs/pagination/ListSupportedResourceTypesPaginator.js +2 -24
  26. package/dist-cjs/pagination/ListViewsPaginator.js +2 -24
  27. package/dist-cjs/pagination/SearchPaginator.js +2 -24
  28. package/dist-es/commands/AssociateDefaultViewCommand.js +18 -40
  29. package/dist-es/commands/BatchGetViewCommand.js +18 -40
  30. package/dist-es/commands/CreateIndexCommand.js +18 -40
  31. package/dist-es/commands/CreateViewCommand.js +18 -40
  32. package/dist-es/commands/DeleteIndexCommand.js +18 -40
  33. package/dist-es/commands/DeleteViewCommand.js +18 -40
  34. package/dist-es/commands/DisassociateDefaultViewCommand.js +18 -40
  35. package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +18 -40
  36. package/dist-es/commands/GetDefaultViewCommand.js +18 -40
  37. package/dist-es/commands/GetIndexCommand.js +18 -40
  38. package/dist-es/commands/GetViewCommand.js +18 -40
  39. package/dist-es/commands/ListIndexesCommand.js +18 -40
  40. package/dist-es/commands/ListIndexesForMembersCommand.js +18 -40
  41. package/dist-es/commands/ListSupportedResourceTypesCommand.js +18 -40
  42. package/dist-es/commands/ListTagsForResourceCommand.js +18 -40
  43. package/dist-es/commands/ListViewsCommand.js +18 -40
  44. package/dist-es/commands/SearchCommand.js +18 -40
  45. package/dist-es/commands/TagResourceCommand.js +18 -40
  46. package/dist-es/commands/UntagResourceCommand.js +18 -40
  47. package/dist-es/commands/UpdateIndexTypeCommand.js +18 -40
  48. package/dist-es/commands/UpdateViewCommand.js +18 -40
  49. package/dist-es/endpoint/EndpointParameters.js +5 -0
  50. package/dist-es/pagination/ListIndexesForMembersPaginator.js +2 -23
  51. package/dist-es/pagination/ListIndexesPaginator.js +2 -23
  52. package/dist-es/pagination/ListSupportedResourceTypesPaginator.js +2 -23
  53. package/dist-es/pagination/ListViewsPaginator.js +2 -23
  54. package/dist-es/pagination/SearchPaginator.js +2 -23
  55. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -21
  56. package/dist-types/commands/BatchGetViewCommand.d.ts +6 -21
  57. package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateViewCommand.d.ts +6 -21
  59. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteViewCommand.d.ts +6 -21
  61. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -21
  62. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +6 -21
  63. package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -21
  64. package/dist-types/commands/GetIndexCommand.d.ts +6 -21
  65. package/dist-types/commands/GetViewCommand.d.ts +6 -21
  66. package/dist-types/commands/ListIndexesCommand.d.ts +6 -21
  67. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +6 -21
  68. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +6 -21
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  70. package/dist-types/commands/ListViewsCommand.d.ts +6 -21
  71. package/dist-types/commands/SearchCommand.d.ts +6 -21
  72. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  74. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +6 -21
  75. package/dist-types/commands/UpdateViewCommand.d.ts +6 -21
  76. package/dist-types/endpoint/EndpointParameters.d.ts +14 -0
  77. package/dist-types/pagination/ListIndexesForMembersPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListIndexesPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListSupportedResourceTypesPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListViewsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/SearchPaginator.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/GetViewCommand.d.ts +12 -23
  93. package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/SearchCommand.d.ts +12 -23
  99. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +14 -0
  104. package/dist-types/ts3.4/pagination/ListIndexesForMembersPaginator.d.ts +3 -3
  105. package/dist-types/ts3.4/pagination/ListIndexesPaginator.d.ts +3 -3
  106. package/dist-types/ts3.4/pagination/ListSupportedResourceTypesPaginator.d.ts +3 -3
  107. package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +3 -3
  108. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +3 -3
  109. package/package.json +11 -11
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListIndexesCommand } from "../commands/ListIndexesCommand";
2
3
  import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListIndexesCommand(input), ...args);
5
- };
6
- export async function* paginateListIndexes(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof ResourceExplorer2Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ResourceExplorer2 | ResourceExplorer2Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListIndexes = createPaginator(ResourceExplorer2Client, ListIndexesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListSupportedResourceTypesCommand, } from "../commands/ListSupportedResourceTypesCommand";
2
3
  import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListSupportedResourceTypesCommand(input), ...args);
5
- };
6
- export async function* paginateListSupportedResourceTypes(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof ResourceExplorer2Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ResourceExplorer2 | ResourceExplorer2Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListSupportedResourceTypes = createPaginator(ResourceExplorer2Client, ListSupportedResourceTypesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListViewsCommand } from "../commands/ListViewsCommand";
2
3
  import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListViewsCommand(input), ...args);
5
- };
6
- export async function* paginateListViews(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof ResourceExplorer2Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ResourceExplorer2 | ResourceExplorer2Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListViews = createPaginator(ResourceExplorer2Client, ListViewsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { SearchCommand } from "../commands/SearchCommand";
2
3
  import { ResourceExplorer2Client } from "../ResourceExplorer2Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new SearchCommand(input), ...args);
5
- };
6
- export async function* paginateSearch(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof ResourceExplorer2Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ResourceExplorer2 | ResourceExplorer2Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateSearch = createPaginator(ResourceExplorer2Client, SearchCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AssociateDefaultViewInput, AssociateDefaultViewOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateDefaultViewCommandInput extends AssociateDefaultViewIn
21
20
  */
22
21
  export interface AssociateDefaultViewCommandOutput extends AssociateDefaultViewOutput, __MetadataBearer {
23
22
  }
23
+ declare const AssociateDefaultViewCommand_base: {
24
+ new (input: AssociateDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the specified view as the default for the Amazon Web Services Region in which you call this
@@ -78,23 +81,5 @@ export interface AssociateDefaultViewCommandOutput extends AssociateDefaultViewO
78
81
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
79
82
  *
80
83
  */
81
- export declare class AssociateDefaultViewCommand extends $Command<AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
82
- readonly input: AssociateDefaultViewCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: AssociateDefaultViewCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchGetViewInput, BatchGetViewOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchGetViewCommandInput extends BatchGetViewInput {
21
20
  */
22
21
  export interface BatchGetViewCommandOutput extends BatchGetViewOutput, __MetadataBearer {
23
22
  }
23
+ declare const BatchGetViewCommand_base: {
24
+ new (input: BatchGetViewCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves details about a list of views.</p>
@@ -94,23 +97,5 @@ export interface BatchGetViewCommandOutput extends BatchGetViewOutput, __Metadat
94
97
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
95
98
  *
96
99
  */
97
- export declare class BatchGetViewCommand extends $Command<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
98
- readonly input: BatchGetViewCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: BatchGetViewCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetViewCommandInput, BatchGetViewCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class BatchGetViewCommand extends BatchGetViewCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateIndexCommandInput extends CreateIndexInput {
21
20
  */
22
21
  export interface CreateIndexCommandOutput extends CreateIndexOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateIndexCommand_base: {
24
+ new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating
@@ -132,23 +135,5 @@ export interface CreateIndexCommandOutput extends CreateIndexOutput, __MetadataB
132
135
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
133
136
  *
134
137
  */
135
- export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig> {
136
- readonly input: CreateIndexCommandInput;
137
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
138
- /**
139
- * @public
140
- */
141
- constructor(input: CreateIndexCommandInput);
142
- /**
143
- * @internal
144
- */
145
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
146
- /**
147
- * @internal
148
- */
149
- private serialize;
150
- /**
151
- * @internal
152
- */
153
- private deserialize;
138
+ export declare class CreateIndexCommand extends CreateIndexCommand_base {
154
139
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateViewInput, CreateViewOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateViewCommandInput extends CreateViewInput {
21
20
  */
22
21
  export interface CreateViewCommandOutput extends CreateViewOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateViewCommand_base: {
24
+ new (input: CreateViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a view that users can query by using the <a>Search</a> operation.
@@ -116,23 +119,5 @@ export interface CreateViewCommandOutput extends CreateViewOutput, __MetadataBea
116
119
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
117
120
  *
118
121
  */
119
- export declare class CreateViewCommand extends $Command<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
120
- readonly input: CreateViewCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: CreateViewCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateViewCommandInput, CreateViewCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class CreateViewCommand extends CreateViewCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIndexCommandInput extends DeleteIndexInput {
21
20
  */
22
21
  export interface DeleteIndexCommandOutput extends DeleteIndexOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteIndexCommand_base: {
24
+ new (input: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region.
@@ -85,23 +88,5 @@ export interface DeleteIndexCommandOutput extends DeleteIndexOutput, __MetadataB
85
88
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
86
89
  *
87
90
  */
88
- export declare class DeleteIndexCommand extends $Command<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig> {
89
- readonly input: DeleteIndexCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: DeleteIndexCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIndexCommandInput, DeleteIndexCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteViewInput, DeleteViewOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteViewCommandInput extends DeleteViewInput {
21
20
  */
22
21
  export interface DeleteViewCommandOutput extends DeleteViewOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteViewCommand_base: {
24
+ new (input: DeleteViewCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified view.</p>
@@ -78,23 +81,5 @@ export interface DeleteViewCommandOutput extends DeleteViewOutput, __MetadataBea
78
81
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
79
82
  *
80
83
  */
81
- export declare class DeleteViewCommand extends $Command<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
82
- readonly input: DeleteViewCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DeleteViewCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteViewCommandInput, DeleteViewCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DeleteViewCommand extends DeleteViewCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
5
4
  /**
6
5
  * @public
@@ -20,6 +19,10 @@ export interface DisassociateDefaultViewCommandInput {
20
19
  */
21
20
  export interface DisassociateDefaultViewCommandOutput extends __MetadataBearer {
22
21
  }
22
+ declare const DisassociateDefaultViewCommand_base: {
23
+ new (input: DisassociateDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
23
26
  /**
24
27
  * @public
25
28
  * <p>After you call this operation, the affected Amazon Web Services Region no longer has a default view.
@@ -72,23 +75,5 @@ export interface DisassociateDefaultViewCommandOutput extends __MetadataBearer {
72
75
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
73
76
  *
74
77
  */
75
- export declare class DisassociateDefaultViewCommand extends $Command<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
76
- readonly input: DisassociateDefaultViewCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DisassociateDefaultViewCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAccountLevelServiceConfigurationOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAccountLevelServiceConfigurationCommandInput {
21
20
  */
22
21
  export interface GetAccountLevelServiceConfigurationCommandOutput extends GetAccountLevelServiceConfigurationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetAccountLevelServiceConfigurationCommand_base: {
24
+ new (input: GetAccountLevelServiceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the status of your account's Amazon Web Services service access, and validates the service
@@ -72,23 +75,5 @@ export interface GetAccountLevelServiceConfigurationCommandOutput extends GetAcc
72
75
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
73
76
  *
74
77
  */
75
- export declare class GetAccountLevelServiceConfigurationCommand extends $Command<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig> {
76
- readonly input: GetAccountLevelServiceConfigurationCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetAccountLevelServiceConfigurationCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDefaultViewOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDefaultViewCommandInput {
21
20
  */
22
21
  export interface GetDefaultViewCommandOutput extends GetDefaultViewOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDefaultViewCommand_base: {
24
+ new (input: GetDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the Amazon Resource Name (ARN) of the view that is the default for the
@@ -71,23 +74,5 @@ export interface GetDefaultViewCommandOutput extends GetDefaultViewOutput, __Met
71
74
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
72
75
  *
73
76
  */
74
- export declare class GetDefaultViewCommand extends $Command<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
75
- readonly input: GetDefaultViewCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetDefaultViewCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDefaultViewCommandInput, GetDefaultViewCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetIndexOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIndexCommandInput {
21
20
  */
22
21
  export interface GetIndexCommandOutput extends GetIndexOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetIndexCommand_base: {
24
+ new (input: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked
@@ -84,23 +87,5 @@ export interface GetIndexCommandOutput extends GetIndexOutput, __MetadataBearer
84
87
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
85
88
  *
86
89
  */
87
- export declare class GetIndexCommand extends $Command<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig> {
88
- readonly input: GetIndexCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetIndexCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIndexCommandInput, GetIndexCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetIndexCommand extends GetIndexCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetViewInput, GetViewOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetViewCommandInput extends GetViewInput {
21
20
  */
22
21
  export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetViewCommand_base: {
24
+ new (input: GetViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves details of the specified view.</p>
@@ -91,23 +94,5 @@ export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {
91
94
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
92
95
  *
93
96
  */
94
- export declare class GetViewCommand extends $Command<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
95
- readonly input: GetViewCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: GetViewCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetViewCommandInput, GetViewCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class GetViewCommand extends GetViewCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
5
4
  import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIndexesCommandInput extends ListIndexesInput {
21
20
  */
22
21
  export interface ListIndexesCommandOutput extends ListIndexesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListIndexesCommand_base: {
24
+ new (input: ListIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting
@@ -81,23 +84,5 @@ export interface ListIndexesCommandOutput extends ListIndexesOutput, __MetadataB
81
84
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
82
85
  *
83
86
  */
84
- export declare class ListIndexesCommand extends $Command<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig> {
85
- readonly input: ListIndexesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListIndexesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIndexesCommandInput, ListIndexesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListIndexesCommand extends ListIndexesCommand_base {
103
88
  }