@aws-sdk/client-resource-explorer-2 3.899.0 → 3.904.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/README.md +65 -21
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +475 -0
- package/dist-es/ResourceExplorer2.js +16 -0
- package/dist-es/commands/CreateResourceExplorerSetupCommand.js +22 -0
- package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +22 -0
- package/dist-es/commands/GetResourceExplorerSetupCommand.js +23 -0
- package/dist-es/commands/GetServiceIndexCommand.js +22 -0
- package/dist-es/commands/GetServiceViewCommand.js +23 -0
- package/dist-es/commands/ListServiceIndexesCommand.js +22 -0
- package/dist-es/commands/ListServiceViewsCommand.js +22 -0
- package/dist-es/commands/ListStreamingAccessForServicesCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +24 -0
- package/dist-es/pagination/GetResourceExplorerSetupPaginator.js +4 -0
- package/dist-es/pagination/ListServiceIndexesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceViewsPaginator.js +4 -0
- package/dist-es/pagination/ListStreamingAccessForServicesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +261 -0
- package/dist-types/ResourceExplorer2.d.ts +62 -21
- package/dist-types/ResourceExplorer2Client.d.ts +11 -23
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -18
- package/dist-types/commands/BatchGetViewCommand.d.ts +4 -9
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -67
- package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +95 -0
- package/dist-types/commands/CreateViewCommand.d.ts +6 -24
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -23
- package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +92 -0
- package/dist-types/commands/DeleteViewCommand.d.ts +6 -15
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -17
- package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +5 -12
- package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -13
- package/dist-types/commands/GetIndexCommand.d.ts +6 -13
- package/dist-types/commands/GetManagedViewCommand.d.ts +5 -11
- package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +129 -0
- package/dist-types/commands/GetServiceIndexCommand.d.ts +88 -0
- package/dist-types/commands/GetServiceViewCommand.d.ts +101 -0
- package/dist-types/commands/GetViewCommand.d.ts +5 -11
- package/dist-types/commands/ListIndexesCommand.d.ts +5 -11
- package/dist-types/commands/ListIndexesForMembersCommand.d.ts +5 -13
- package/dist-types/commands/ListManagedViewsCommand.d.ts +5 -12
- package/dist-types/commands/ListResourcesCommand.d.ts +6 -14
- package/dist-types/commands/ListServiceIndexesCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceViewsCommand.d.ts +90 -0
- package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +90 -0
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +4 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -11
- package/dist-types/commands/ListViewsCommand.d.ts +5 -19
- package/dist-types/commands/SearchCommand.d.ts +6 -24
- package/dist-types/commands/TagResourceCommand.d.ts +5 -16
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -11
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +7 -75
- package/dist-types/commands/UpdateViewCommand.d.ts +5 -11
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/index.d.ts +1 -21
- package/dist-types/models/models_0.d.ts +473 -442
- package/dist-types/pagination/GetResourceExplorerSetupPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceIndexesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamingAccessForServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/ResourceExplorer2.d.ts +141 -0
- package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +106 -0
- package/dist-types/ts3.4/pagination/GetResourceExplorerSetupPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceIndexesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamingAccessForServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +38 -38
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetServiceIndexOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../ResourceExplorer2Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetServiceIndexCommandInput {}
|
|
12
|
+
export interface GetServiceIndexCommandOutput
|
|
13
|
+
extends GetServiceIndexOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetServiceIndexCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetServiceIndexCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetServiceIndexCommandInput,
|
|
20
|
+
GetServiceIndexCommandOutput,
|
|
21
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
...[input]: [] | [GetServiceIndexCommandInput]
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetServiceIndexCommandInput,
|
|
29
|
+
GetServiceIndexCommandOutput,
|
|
30
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetServiceIndexCommand extends GetServiceIndexCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: GetServiceIndexOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetServiceIndexCommandInput;
|
|
44
|
+
output: GetServiceIndexCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetServiceViewInput, GetServiceViewOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../ResourceExplorer2Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetServiceViewCommandInput extends GetServiceViewInput {}
|
|
12
|
+
export interface GetServiceViewCommandOutput
|
|
13
|
+
extends GetServiceViewOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetServiceViewCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetServiceViewCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetServiceViewCommandInput,
|
|
20
|
+
GetServiceViewCommandOutput,
|
|
21
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetServiceViewCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetServiceViewCommandInput,
|
|
29
|
+
GetServiceViewCommandOutput,
|
|
30
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetServiceViewCommand extends GetServiceViewCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetServiceViewInput;
|
|
40
|
+
output: GetServiceViewOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetServiceViewCommandInput;
|
|
44
|
+
output: GetServiceViewCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListServiceIndexesInput,
|
|
5
|
+
ListServiceIndexesOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ResourceExplorer2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListServiceIndexesCommandInput
|
|
15
|
+
extends ListServiceIndexesInput {}
|
|
16
|
+
export interface ListServiceIndexesCommandOutput
|
|
17
|
+
extends ListServiceIndexesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListServiceIndexesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListServiceIndexesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListServiceIndexesCommandInput,
|
|
24
|
+
ListServiceIndexesCommandOutput,
|
|
25
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListServiceIndexesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListServiceIndexesCommandInput,
|
|
33
|
+
ListServiceIndexesCommandOutput,
|
|
34
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListServiceIndexesCommand extends ListServiceIndexesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListServiceIndexesInput;
|
|
44
|
+
output: ListServiceIndexesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListServiceIndexesCommandInput;
|
|
48
|
+
output: ListServiceIndexesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListServiceViewsInput,
|
|
5
|
+
ListServiceViewsOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ResourceExplorer2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListServiceViewsCommandInput extends ListServiceViewsInput {}
|
|
15
|
+
export interface ListServiceViewsCommandOutput
|
|
16
|
+
extends ListServiceViewsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListServiceViewsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListServiceViewsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListServiceViewsCommandInput,
|
|
23
|
+
ListServiceViewsCommandOutput,
|
|
24
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListServiceViewsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListServiceViewsCommandInput,
|
|
32
|
+
ListServiceViewsCommandOutput,
|
|
33
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListServiceViewsCommand extends ListServiceViewsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListServiceViewsInput;
|
|
43
|
+
output: ListServiceViewsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListServiceViewsCommandInput;
|
|
47
|
+
output: ListServiceViewsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListStreamingAccessForServicesInput,
|
|
5
|
+
ListStreamingAccessForServicesOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ResourceExplorer2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListStreamingAccessForServicesCommandInput
|
|
15
|
+
extends ListStreamingAccessForServicesInput {}
|
|
16
|
+
export interface ListStreamingAccessForServicesCommandOutput
|
|
17
|
+
extends ListStreamingAccessForServicesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListStreamingAccessForServicesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListStreamingAccessForServicesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListStreamingAccessForServicesCommandInput,
|
|
24
|
+
ListStreamingAccessForServicesCommandOutput,
|
|
25
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListStreamingAccessForServicesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListStreamingAccessForServicesCommandInput,
|
|
33
|
+
ListStreamingAccessForServicesCommandOutput,
|
|
34
|
+
ResourceExplorer2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListStreamingAccessForServicesCommand extends ListStreamingAccessForServicesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListStreamingAccessForServicesInput;
|
|
44
|
+
output: ListStreamingAccessForServicesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListStreamingAccessForServicesCommandInput;
|
|
48
|
+
output: ListStreamingAccessForServicesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
export * from "./AssociateDefaultViewCommand";
|
|
2
2
|
export * from "./BatchGetViewCommand";
|
|
3
3
|
export * from "./CreateIndexCommand";
|
|
4
|
+
export * from "./CreateResourceExplorerSetupCommand";
|
|
4
5
|
export * from "./CreateViewCommand";
|
|
5
6
|
export * from "./DeleteIndexCommand";
|
|
7
|
+
export * from "./DeleteResourceExplorerSetupCommand";
|
|
6
8
|
export * from "./DeleteViewCommand";
|
|
7
9
|
export * from "./DisassociateDefaultViewCommand";
|
|
8
10
|
export * from "./GetAccountLevelServiceConfigurationCommand";
|
|
9
11
|
export * from "./GetDefaultViewCommand";
|
|
10
12
|
export * from "./GetIndexCommand";
|
|
11
13
|
export * from "./GetManagedViewCommand";
|
|
14
|
+
export * from "./GetResourceExplorerSetupCommand";
|
|
15
|
+
export * from "./GetServiceIndexCommand";
|
|
16
|
+
export * from "./GetServiceViewCommand";
|
|
12
17
|
export * from "./GetViewCommand";
|
|
13
18
|
export * from "./ListIndexesCommand";
|
|
14
19
|
export * from "./ListIndexesForMembersCommand";
|
|
15
20
|
export * from "./ListManagedViewsCommand";
|
|
16
21
|
export * from "./ListResourcesCommand";
|
|
22
|
+
export * from "./ListServiceIndexesCommand";
|
|
23
|
+
export * from "./ListServiceViewsCommand";
|
|
24
|
+
export * from "./ListStreamingAccessForServicesCommand";
|
|
17
25
|
export * from "./ListSupportedResourceTypesCommand";
|
|
18
26
|
export * from "./ListTagsForResourceCommand";
|
|
19
27
|
export * from "./ListViewsCommand";
|
|
@@ -202,6 +202,25 @@ export interface UpdateViewInput {
|
|
|
202
202
|
export interface UpdateViewOutput {
|
|
203
203
|
View?: View | undefined;
|
|
204
204
|
}
|
|
205
|
+
export interface CreateResourceExplorerSetupInput {
|
|
206
|
+
RegionList: string[] | undefined;
|
|
207
|
+
AggregatorRegions?: string[] | undefined;
|
|
208
|
+
ViewName: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface CreateResourceExplorerSetupOutput {
|
|
211
|
+
TaskId: string | undefined;
|
|
212
|
+
}
|
|
213
|
+
export interface DeleteResourceExplorerSetupInput {
|
|
214
|
+
RegionList?: string[] | undefined;
|
|
215
|
+
DeleteInAllRegions?: boolean | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface DeleteResourceExplorerSetupOutput {
|
|
218
|
+
TaskId: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface ErrorDetails {
|
|
221
|
+
Code?: string | undefined;
|
|
222
|
+
Message?: string | undefined;
|
|
223
|
+
}
|
|
205
224
|
export interface OrgConfiguration {
|
|
206
225
|
AWSServiceAccessStatus: AWSServiceAccessStatus | undefined;
|
|
207
226
|
ServiceLinkedRole?: string | undefined;
|
|
@@ -240,6 +259,55 @@ export interface ManagedView {
|
|
|
240
259
|
export interface GetManagedViewOutput {
|
|
241
260
|
ManagedView?: ManagedView | undefined;
|
|
242
261
|
}
|
|
262
|
+
export interface GetResourceExplorerSetupInput {
|
|
263
|
+
TaskId: string | undefined;
|
|
264
|
+
MaxResults?: number | undefined;
|
|
265
|
+
NextToken?: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
export declare const OperationStatus: {
|
|
268
|
+
readonly FAILED: "FAILED";
|
|
269
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
270
|
+
readonly SKIPPED: "SKIPPED";
|
|
271
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
272
|
+
};
|
|
273
|
+
export type OperationStatus =
|
|
274
|
+
(typeof OperationStatus)[keyof typeof OperationStatus];
|
|
275
|
+
export interface IndexStatus {
|
|
276
|
+
Status?: OperationStatus | undefined;
|
|
277
|
+
Index?: Index | undefined;
|
|
278
|
+
ErrorDetails?: ErrorDetails | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface ViewStatus {
|
|
281
|
+
Status?: OperationStatus | undefined;
|
|
282
|
+
View?: View | undefined;
|
|
283
|
+
ErrorDetails?: ErrorDetails | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface RegionStatus {
|
|
286
|
+
Region?: string | undefined;
|
|
287
|
+
Index?: IndexStatus | undefined;
|
|
288
|
+
View?: ViewStatus | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface GetResourceExplorerSetupOutput {
|
|
291
|
+
Regions?: RegionStatus[] | undefined;
|
|
292
|
+
NextToken?: string | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface GetServiceIndexOutput {
|
|
295
|
+
Arn?: string | undefined;
|
|
296
|
+
Type?: IndexType | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface GetServiceViewInput {
|
|
299
|
+
ServiceViewArn: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
export interface ServiceView {
|
|
302
|
+
ServiceViewArn: string | undefined;
|
|
303
|
+
Filters?: SearchFilter | undefined;
|
|
304
|
+
IncludedProperties?: IncludedProperty[] | undefined;
|
|
305
|
+
StreamingAccessForService?: string | undefined;
|
|
306
|
+
ScopeType?: string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface GetServiceViewOutput {
|
|
309
|
+
View: ServiceView | undefined;
|
|
310
|
+
}
|
|
243
311
|
export interface ListIndexesForMembersInput {
|
|
244
312
|
AccountIdList: string[] | undefined;
|
|
245
313
|
MaxResults?: number | undefined;
|
|
@@ -289,6 +357,35 @@ export interface ListResourcesOutput {
|
|
|
289
357
|
NextToken?: string | undefined;
|
|
290
358
|
ViewArn?: string | undefined;
|
|
291
359
|
}
|
|
360
|
+
export interface ListServiceIndexesInput {
|
|
361
|
+
Regions?: string[] | undefined;
|
|
362
|
+
MaxResults?: number | undefined;
|
|
363
|
+
NextToken?: string | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface ListServiceIndexesOutput {
|
|
366
|
+
Indexes?: Index[] | undefined;
|
|
367
|
+
NextToken?: string | undefined;
|
|
368
|
+
}
|
|
369
|
+
export interface ListServiceViewsInput {
|
|
370
|
+
MaxResults?: number | undefined;
|
|
371
|
+
NextToken?: string | undefined;
|
|
372
|
+
}
|
|
373
|
+
export interface ListServiceViewsOutput {
|
|
374
|
+
NextToken?: string | undefined;
|
|
375
|
+
ServiceViews?: string[] | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface ListStreamingAccessForServicesInput {
|
|
378
|
+
MaxResults?: number | undefined;
|
|
379
|
+
NextToken?: string | undefined;
|
|
380
|
+
}
|
|
381
|
+
export interface StreamingAccessDetails {
|
|
382
|
+
ServicePrincipal: string | undefined;
|
|
383
|
+
CreatedAt: Date | undefined;
|
|
384
|
+
}
|
|
385
|
+
export interface ListStreamingAccessForServicesOutput {
|
|
386
|
+
StreamingAccessForServices: StreamingAccessDetails[] | undefined;
|
|
387
|
+
NextToken?: string | undefined;
|
|
388
|
+
}
|
|
292
389
|
export interface ListSupportedResourceTypesInput {
|
|
293
390
|
NextToken?: string | undefined;
|
|
294
391
|
MaxResults?: number | undefined;
|
|
@@ -363,6 +460,15 @@ export declare const ManagedViewFilterSensitiveLog: (obj: ManagedView) => any;
|
|
|
363
460
|
export declare const GetManagedViewOutputFilterSensitiveLog: (
|
|
364
461
|
obj: GetManagedViewOutput
|
|
365
462
|
) => any;
|
|
463
|
+
export declare const ViewStatusFilterSensitiveLog: (obj: ViewStatus) => any;
|
|
464
|
+
export declare const RegionStatusFilterSensitiveLog: (obj: RegionStatus) => any;
|
|
465
|
+
export declare const GetResourceExplorerSetupOutputFilterSensitiveLog: (
|
|
466
|
+
obj: GetResourceExplorerSetupOutput
|
|
467
|
+
) => any;
|
|
468
|
+
export declare const ServiceViewFilterSensitiveLog: (obj: ServiceView) => any;
|
|
469
|
+
export declare const GetServiceViewOutputFilterSensitiveLog: (
|
|
470
|
+
obj: GetServiceViewOutput
|
|
471
|
+
) => any;
|
|
366
472
|
export declare const ListResourcesInputFilterSensitiveLog: (
|
|
367
473
|
obj: ListResourcesInput
|
|
368
474
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetResourceExplorerSetupCommandInput,
|
|
4
|
+
GetResourceExplorerSetupCommandOutput,
|
|
5
|
+
} from "../commands/GetResourceExplorerSetupCommand";
|
|
6
|
+
import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetResourceExplorerSetup: (
|
|
8
|
+
config: ResourceExplorer2PaginationConfiguration,
|
|
9
|
+
input: GetResourceExplorerSetupCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetResourceExplorerSetupCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceIndexesCommandInput,
|
|
4
|
+
ListServiceIndexesCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceIndexesCommand";
|
|
6
|
+
import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListServiceIndexes: (
|
|
8
|
+
config: ResourceExplorer2PaginationConfiguration,
|
|
9
|
+
input: ListServiceIndexesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListServiceIndexesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceViewsCommandInput,
|
|
4
|
+
ListServiceViewsCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceViewsCommand";
|
|
6
|
+
import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListServiceViews: (
|
|
8
|
+
config: ResourceExplorer2PaginationConfiguration,
|
|
9
|
+
input: ListServiceViewsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListServiceViewsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStreamingAccessForServicesCommandInput,
|
|
4
|
+
ListStreamingAccessForServicesCommandOutput,
|
|
5
|
+
} from "../commands/ListStreamingAccessForServicesCommand";
|
|
6
|
+
import { ResourceExplorer2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListStreamingAccessForServices: (
|
|
8
|
+
config: ResourceExplorer2PaginationConfiguration,
|
|
9
|
+
input: ListStreamingAccessForServicesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListStreamingAccessForServicesCommandOutput>;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
export * from "./GetResourceExplorerSetupPaginator";
|
|
1
2
|
export * from "./Interfaces";
|
|
2
3
|
export * from "./ListIndexesForMembersPaginator";
|
|
3
4
|
export * from "./ListIndexesPaginator";
|
|
4
5
|
export * from "./ListManagedViewsPaginator";
|
|
5
6
|
export * from "./ListResourcesPaginator";
|
|
7
|
+
export * from "./ListServiceIndexesPaginator";
|
|
8
|
+
export * from "./ListServiceViewsPaginator";
|
|
9
|
+
export * from "./ListStreamingAccessForServicesPaginator";
|
|
6
10
|
export * from "./ListSupportedResourceTypesPaginator";
|
|
7
11
|
export * from "./ListViewsPaginator";
|
|
8
12
|
export * from "./SearchPaginator";
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
CreateIndexCommandInput,
|
|
16
16
|
CreateIndexCommandOutput,
|
|
17
17
|
} from "../commands/CreateIndexCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateResourceExplorerSetupCommandInput,
|
|
20
|
+
CreateResourceExplorerSetupCommandOutput,
|
|
21
|
+
} from "../commands/CreateResourceExplorerSetupCommand";
|
|
18
22
|
import {
|
|
19
23
|
CreateViewCommandInput,
|
|
20
24
|
CreateViewCommandOutput,
|
|
@@ -23,6 +27,10 @@ import {
|
|
|
23
27
|
DeleteIndexCommandInput,
|
|
24
28
|
DeleteIndexCommandOutput,
|
|
25
29
|
} from "../commands/DeleteIndexCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteResourceExplorerSetupCommandInput,
|
|
32
|
+
DeleteResourceExplorerSetupCommandOutput,
|
|
33
|
+
} from "../commands/DeleteResourceExplorerSetupCommand";
|
|
26
34
|
import {
|
|
27
35
|
DeleteViewCommandInput,
|
|
28
36
|
DeleteViewCommandOutput,
|
|
@@ -47,6 +55,18 @@ import {
|
|
|
47
55
|
GetManagedViewCommandInput,
|
|
48
56
|
GetManagedViewCommandOutput,
|
|
49
57
|
} from "../commands/GetManagedViewCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetResourceExplorerSetupCommandInput,
|
|
60
|
+
GetResourceExplorerSetupCommandOutput,
|
|
61
|
+
} from "../commands/GetResourceExplorerSetupCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetServiceIndexCommandInput,
|
|
64
|
+
GetServiceIndexCommandOutput,
|
|
65
|
+
} from "../commands/GetServiceIndexCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetServiceViewCommandInput,
|
|
68
|
+
GetServiceViewCommandOutput,
|
|
69
|
+
} from "../commands/GetServiceViewCommand";
|
|
50
70
|
import {
|
|
51
71
|
GetViewCommandInput,
|
|
52
72
|
GetViewCommandOutput,
|
|
@@ -67,6 +87,18 @@ import {
|
|
|
67
87
|
ListResourcesCommandInput,
|
|
68
88
|
ListResourcesCommandOutput,
|
|
69
89
|
} from "../commands/ListResourcesCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListServiceIndexesCommandInput,
|
|
92
|
+
ListServiceIndexesCommandOutput,
|
|
93
|
+
} from "../commands/ListServiceIndexesCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListServiceViewsCommandInput,
|
|
96
|
+
ListServiceViewsCommandOutput,
|
|
97
|
+
} from "../commands/ListServiceViewsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListStreamingAccessForServicesCommandInput,
|
|
100
|
+
ListStreamingAccessForServicesCommandOutput,
|
|
101
|
+
} from "../commands/ListStreamingAccessForServicesCommand";
|
|
70
102
|
import {
|
|
71
103
|
ListSupportedResourceTypesCommandInput,
|
|
72
104
|
ListSupportedResourceTypesCommandOutput,
|
|
@@ -111,6 +143,10 @@ export declare const se_CreateIndexCommand: (
|
|
|
111
143
|
input: CreateIndexCommandInput,
|
|
112
144
|
context: __SerdeContext
|
|
113
145
|
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const se_CreateResourceExplorerSetupCommand: (
|
|
147
|
+
input: CreateResourceExplorerSetupCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
114
150
|
export declare const se_CreateViewCommand: (
|
|
115
151
|
input: CreateViewCommandInput,
|
|
116
152
|
context: __SerdeContext
|
|
@@ -119,6 +155,10 @@ export declare const se_DeleteIndexCommand: (
|
|
|
119
155
|
input: DeleteIndexCommandInput,
|
|
120
156
|
context: __SerdeContext
|
|
121
157
|
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const se_DeleteResourceExplorerSetupCommand: (
|
|
159
|
+
input: DeleteResourceExplorerSetupCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
122
162
|
export declare const se_DeleteViewCommand: (
|
|
123
163
|
input: DeleteViewCommandInput,
|
|
124
164
|
context: __SerdeContext
|
|
@@ -143,6 +183,18 @@ export declare const se_GetManagedViewCommand: (
|
|
|
143
183
|
input: GetManagedViewCommandInput,
|
|
144
184
|
context: __SerdeContext
|
|
145
185
|
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const se_GetResourceExplorerSetupCommand: (
|
|
187
|
+
input: GetResourceExplorerSetupCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const se_GetServiceIndexCommand: (
|
|
191
|
+
input: GetServiceIndexCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_GetServiceViewCommand: (
|
|
195
|
+
input: GetServiceViewCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
146
198
|
export declare const se_GetViewCommand: (
|
|
147
199
|
input: GetViewCommandInput,
|
|
148
200
|
context: __SerdeContext
|
|
@@ -163,6 +215,18 @@ export declare const se_ListResourcesCommand: (
|
|
|
163
215
|
input: ListResourcesCommandInput,
|
|
164
216
|
context: __SerdeContext
|
|
165
217
|
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const se_ListServiceIndexesCommand: (
|
|
219
|
+
input: ListServiceIndexesCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_ListServiceViewsCommand: (
|
|
223
|
+
input: ListServiceViewsCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const se_ListStreamingAccessForServicesCommand: (
|
|
227
|
+
input: ListStreamingAccessForServicesCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
166
230
|
export declare const se_ListSupportedResourceTypesCommand: (
|
|
167
231
|
input: ListSupportedResourceTypesCommandInput,
|
|
168
232
|
context: __SerdeContext
|
|
@@ -207,6 +271,10 @@ export declare const de_CreateIndexCommand: (
|
|
|
207
271
|
output: __HttpResponse,
|
|
208
272
|
context: __SerdeContext
|
|
209
273
|
) => Promise<CreateIndexCommandOutput>;
|
|
274
|
+
export declare const de_CreateResourceExplorerSetupCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<CreateResourceExplorerSetupCommandOutput>;
|
|
210
278
|
export declare const de_CreateViewCommand: (
|
|
211
279
|
output: __HttpResponse,
|
|
212
280
|
context: __SerdeContext
|
|
@@ -215,6 +283,10 @@ export declare const de_DeleteIndexCommand: (
|
|
|
215
283
|
output: __HttpResponse,
|
|
216
284
|
context: __SerdeContext
|
|
217
285
|
) => Promise<DeleteIndexCommandOutput>;
|
|
286
|
+
export declare const de_DeleteResourceExplorerSetupCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<DeleteResourceExplorerSetupCommandOutput>;
|
|
218
290
|
export declare const de_DeleteViewCommand: (
|
|
219
291
|
output: __HttpResponse,
|
|
220
292
|
context: __SerdeContext
|
|
@@ -239,6 +311,18 @@ export declare const de_GetManagedViewCommand: (
|
|
|
239
311
|
output: __HttpResponse,
|
|
240
312
|
context: __SerdeContext
|
|
241
313
|
) => Promise<GetManagedViewCommandOutput>;
|
|
314
|
+
export declare const de_GetResourceExplorerSetupCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<GetResourceExplorerSetupCommandOutput>;
|
|
318
|
+
export declare const de_GetServiceIndexCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<GetServiceIndexCommandOutput>;
|
|
322
|
+
export declare const de_GetServiceViewCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<GetServiceViewCommandOutput>;
|
|
242
326
|
export declare const de_GetViewCommand: (
|
|
243
327
|
output: __HttpResponse,
|
|
244
328
|
context: __SerdeContext
|
|
@@ -259,6 +343,18 @@ export declare const de_ListResourcesCommand: (
|
|
|
259
343
|
output: __HttpResponse,
|
|
260
344
|
context: __SerdeContext
|
|
261
345
|
) => Promise<ListResourcesCommandOutput>;
|
|
346
|
+
export declare const de_ListServiceIndexesCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<ListServiceIndexesCommandOutput>;
|
|
350
|
+
export declare const de_ListServiceViewsCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<ListServiceViewsCommandOutput>;
|
|
354
|
+
export declare const de_ListStreamingAccessForServicesCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<ListStreamingAccessForServicesCommandOutput>;
|
|
262
358
|
export declare const de_ListSupportedResourceTypesCommand: (
|
|
263
359
|
output: __HttpResponse,
|
|
264
360
|
context: __SerdeContext
|