@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.
- package/dist-cjs/commands/AssociateDefaultViewCommand.js +18 -40
- package/dist-cjs/commands/BatchGetViewCommand.js +18 -40
- package/dist-cjs/commands/CreateIndexCommand.js +18 -40
- package/dist-cjs/commands/CreateViewCommand.js +18 -40
- package/dist-cjs/commands/DeleteIndexCommand.js +18 -40
- package/dist-cjs/commands/DeleteViewCommand.js +18 -40
- package/dist-cjs/commands/DisassociateDefaultViewCommand.js +18 -40
- package/dist-cjs/commands/GetAccountLevelServiceConfigurationCommand.js +18 -40
- package/dist-cjs/commands/GetDefaultViewCommand.js +18 -40
- package/dist-cjs/commands/GetIndexCommand.js +18 -40
- package/dist-cjs/commands/GetViewCommand.js +18 -40
- package/dist-cjs/commands/ListIndexesCommand.js +18 -40
- package/dist-cjs/commands/ListIndexesForMembersCommand.js +18 -40
- package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +18 -40
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -40
- package/dist-cjs/commands/ListViewsCommand.js +18 -40
- package/dist-cjs/commands/SearchCommand.js +18 -40
- package/dist-cjs/commands/TagResourceCommand.js +18 -40
- package/dist-cjs/commands/UntagResourceCommand.js +18 -40
- package/dist-cjs/commands/UpdateIndexTypeCommand.js +18 -40
- package/dist-cjs/commands/UpdateViewCommand.js +18 -40
- package/dist-cjs/endpoint/EndpointParameters.js +6 -1
- package/dist-cjs/pagination/ListIndexesForMembersPaginator.js +2 -24
- package/dist-cjs/pagination/ListIndexesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSupportedResourceTypesPaginator.js +2 -24
- package/dist-cjs/pagination/ListViewsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchPaginator.js +2 -24
- package/dist-es/commands/AssociateDefaultViewCommand.js +18 -40
- package/dist-es/commands/BatchGetViewCommand.js +18 -40
- package/dist-es/commands/CreateIndexCommand.js +18 -40
- package/dist-es/commands/CreateViewCommand.js +18 -40
- package/dist-es/commands/DeleteIndexCommand.js +18 -40
- package/dist-es/commands/DeleteViewCommand.js +18 -40
- package/dist-es/commands/DisassociateDefaultViewCommand.js +18 -40
- package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +18 -40
- package/dist-es/commands/GetDefaultViewCommand.js +18 -40
- package/dist-es/commands/GetIndexCommand.js +18 -40
- package/dist-es/commands/GetViewCommand.js +18 -40
- package/dist-es/commands/ListIndexesCommand.js +18 -40
- package/dist-es/commands/ListIndexesForMembersCommand.js +18 -40
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +18 -40
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -40
- package/dist-es/commands/ListViewsCommand.js +18 -40
- package/dist-es/commands/SearchCommand.js +18 -40
- package/dist-es/commands/TagResourceCommand.js +18 -40
- package/dist-es/commands/UntagResourceCommand.js +18 -40
- package/dist-es/commands/UpdateIndexTypeCommand.js +18 -40
- package/dist-es/commands/UpdateViewCommand.js +18 -40
- package/dist-es/endpoint/EndpointParameters.js +5 -0
- package/dist-es/pagination/ListIndexesForMembersPaginator.js +2 -23
- package/dist-es/pagination/ListIndexesPaginator.js +2 -23
- package/dist-es/pagination/ListSupportedResourceTypesPaginator.js +2 -23
- package/dist-es/pagination/ListViewsPaginator.js +2 -23
- package/dist-es/pagination/SearchPaginator.js +2 -23
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetViewCommand.d.ts +6 -21
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
- package/dist-types/commands/CreateViewCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -21
- package/dist-types/commands/DeleteViewCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -21
- package/dist-types/commands/GetIndexCommand.d.ts +6 -21
- package/dist-types/commands/GetViewCommand.d.ts +6 -21
- package/dist-types/commands/ListIndexesCommand.d.ts +6 -21
- package/dist-types/commands/ListIndexesForMembersCommand.d.ts +6 -21
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListViewsCommand.d.ts +6 -21
- package/dist-types/commands/SearchCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateViewCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +14 -0
- package/dist-types/pagination/ListIndexesForMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIndexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSupportedResourceTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListViewsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetViewCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +14 -0
- package/dist-types/ts3.4/pagination/ListIndexesForMembersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIndexesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSupportedResourceTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListIndexesForMembersInput, ListIndexesForMembersOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIndexesForMembersCommandInput extends ListIndexesForMembers
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIndexesForMembersCommandOutput extends ListIndexesForMembersOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIndexesForMembersCommand_base: {
|
|
24
|
+
new (input: ListIndexesForMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently
|
|
@@ -83,23 +86,5 @@ export interface ListIndexesForMembersCommandOutput extends ListIndexesForMember
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListIndexesForMembersCommand extends
|
|
87
|
-
readonly input: ListIndexesForMembersCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListIndexesForMembersCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSupportedResourceTypesInput, ListSupportedResourceTypesOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSupportedResourceTypesCommandInput extends ListSupportedRes
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSupportedResourceTypesCommandOutput extends ListSupportedResourceTypesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSupportedResourceTypesCommand_base: {
|
|
24
|
+
new (input: ListSupportedResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer.</p>
|
|
@@ -75,23 +78,5 @@ export interface ListSupportedResourceTypesCommandOutput extends ListSupportedRe
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class ListSupportedResourceTypesCommand extends
|
|
79
|
-
readonly input: ListSupportedResourceTypesCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: ListSupportedResourceTypesCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags that are attached to the specified resource.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListTagsForResourceCommand extends
|
|
81
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListViewsInput, ListViewsOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListViewsCommandInput extends ListViewsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListViewsCommandOutput extends ListViewsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListViewsCommand_base: {
|
|
24
|
+
new (input: ListViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListViewsCommandInput, ListViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon resource names (ARNs)</a> of the views available in the Amazon Web Services Region in which you
|
|
@@ -81,23 +84,5 @@ export interface ListViewsCommandOutput extends ListViewsOutput, __MetadataBeare
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListViewsCommand extends
|
|
85
|
-
readonly input: ListViewsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListViewsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListViewsCommandInput, ListViewsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListViewsCommand extends ListViewsCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { SearchInput, SearchOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SearchCommandInput extends SearchInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SearchCommand_base: {
|
|
24
|
+
new (input: SearchCommandInput): import("@smithy/smithy-client").CommandImpl<SearchCommandInput, SearchCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Searches for resources and displays details about all resources that match the
|
|
@@ -112,23 +115,5 @@ export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {
|
|
|
112
115
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
113
116
|
*
|
|
114
117
|
*/
|
|
115
|
-
export declare class SearchCommand extends
|
|
116
|
-
readonly input: SearchCommandInput;
|
|
117
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
constructor(input: SearchCommandInput);
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchCommandInput, SearchCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private serialize;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private deserialize;
|
|
118
|
+
export declare class SearchCommand extends SearchCommand_base {
|
|
134
119
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index.</p>
|
|
@@ -81,23 +84,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class TagResourceCommand extends
|
|
85
|
-
readonly input: TagResourceCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: TagResourceCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.</p>
|
|
@@ -76,23 +79,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class UntagResourceCommand extends
|
|
80
|
-
readonly input: UntagResourceCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: UntagResourceCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateIndexTypeInput, UpdateIndexTypeOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateIndexTypeCommandInput extends UpdateIndexTypeInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateIndexTypeCommandOutput extends UpdateIndexTypeOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateIndexTypeCommand_base: {
|
|
24
|
+
new (input: UpdateIndexTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Changes the type of the index from one of the following types to the other. For more
|
|
@@ -144,23 +147,5 @@ export interface UpdateIndexTypeCommandOutput extends UpdateIndexTypeOutput, __M
|
|
|
144
147
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
145
148
|
*
|
|
146
149
|
*/
|
|
147
|
-
export declare class UpdateIndexTypeCommand extends
|
|
148
|
-
readonly input: UpdateIndexTypeCommandInput;
|
|
149
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
150
|
-
/**
|
|
151
|
-
* @public
|
|
152
|
-
*/
|
|
153
|
-
constructor(input: UpdateIndexTypeCommandInput);
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
private serialize;
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
private deserialize;
|
|
150
|
+
export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {
|
|
166
151
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateViewInput, UpdateViewOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateViewCommandInput extends UpdateViewInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateViewCommandOutput extends UpdateViewOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateViewCommand_base: {
|
|
24
|
+
new (input: UpdateViewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies some of the details of a view. You can change the filter string and the list
|
|
@@ -96,23 +99,5 @@ export interface UpdateViewCommandOutput extends UpdateViewOutput, __MetadataBea
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class UpdateViewCommand extends
|
|
100
|
-
readonly input: UpdateViewCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: UpdateViewCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceExplorer2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateViewCommandInput, UpdateViewCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class UpdateViewCommand extends UpdateViewCommand_base {
|
|
118
103
|
}
|
|
@@ -13,6 +13,20 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
13
13
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
14
14
|
defaultSigningName: string;
|
|
15
15
|
};
|
|
16
|
+
export declare const commonParams: {
|
|
17
|
+
readonly UseFIPS: {
|
|
18
|
+
readonly type: "builtInParams";
|
|
19
|
+
readonly name: "useFipsEndpoint";
|
|
20
|
+
};
|
|
21
|
+
readonly Endpoint: {
|
|
22
|
+
readonly type: "builtInParams";
|
|
23
|
+
readonly name: "endpoint";
|
|
24
|
+
};
|
|
25
|
+
readonly Region: {
|
|
26
|
+
readonly type: "builtInParams";
|
|
27
|
+
readonly name: "region";
|
|
28
|
+
};
|
|
29
|
+
};
|
|
16
30
|
export interface EndpointParameters extends __EndpointParameters {
|
|
17
31
|
Region?: string;
|
|
18
32
|
UseFIPS?: boolean;
|
|
@@ -4,4 +4,4 @@ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIndexesForMembers: (config: ResourceExplorer2PaginationConfiguration, input: ListIndexesForMembersCommandInput, ...rest: any[]) => Paginator<ListIndexesForMembersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIndexes: (config: ResourceExplorer2PaginationConfiguration, input: ListIndexesCommandInput, ...rest: any[]) => Paginator<ListIndexesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSupportedResourceTypes: (config: ResourceExplorer2PaginationConfiguration, input: ListSupportedResourceTypesCommandInput, ...rest: any[]) => Paginator<ListSupportedResourceTypesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListViews: (config: ResourceExplorer2PaginationConfiguration, input: ListViewsCommandInput, ...rest: any[]) => Paginator<ListViewsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearch: (config: ResourceExplorer2PaginationConfiguration, input: SearchCommandInput, ...rest: any[]) => Paginator<SearchCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateDefaultViewInput,
|
|
11
5
|
AssociateDefaultViewOutput,
|
|
@@ -21,22 +15,16 @@ export interface AssociateDefaultViewCommandInput
|
|
|
21
15
|
export interface AssociateDefaultViewCommandOutput
|
|
22
16
|
extends AssociateDefaultViewOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateDefaultViewCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateDefaultViewCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ResourceExplorer2ClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateDefaultViewCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateDefaultViewCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateDefaultViewCommandInput,
|
|
38
|
-
AssociateDefaultViewCommandOutput
|
|
23
|
+
AssociateDefaultViewCommandOutput,
|
|
24
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { BatchGetViewInput, BatchGetViewOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface BatchGetViewCommandInput extends BatchGetViewInput {}
|
|
|
17
11
|
export interface BatchGetViewCommandOutput
|
|
18
12
|
extends BatchGetViewOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const BatchGetViewCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: BatchGetViewCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
BatchGetViewCommandInput,
|
|
19
|
+
BatchGetViewCommandOutput,
|
|
20
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class BatchGetViewCommand extends BatchGetViewCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface CreateIndexCommandInput extends CreateIndexInput {}
|
|
|
17
11
|
export interface CreateIndexCommandOutput
|
|
18
12
|
extends CreateIndexOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateIndexCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateIndexCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateIndexCommandInput,
|
|
19
|
+
CreateIndexCommandOutput,
|
|
20
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateIndexCommand extends CreateIndexCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateViewInput, CreateViewOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface CreateViewCommandInput extends CreateViewInput {}
|
|
|
17
11
|
export interface CreateViewCommandOutput
|
|
18
12
|
extends CreateViewOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateViewCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateViewCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateViewCommandInput,
|
|
19
|
+
CreateViewCommandOutput,
|
|
20
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateViewCommand extends CreateViewCommand_base {}
|