@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,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListServiceViewsInput, ListServiceViewsOutput } from "../models/models_0";
|
|
4
|
+
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListServiceViewsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListServiceViewsCommandInput extends ListServiceViewsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListServiceViewsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListServiceViewsCommandOutput extends ListServiceViewsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListServiceViewsCommand_base: {
|
|
25
|
+
new (input: ListServiceViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListServiceViewsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists all Resource Explorer service views available in the current Amazon Web Services account. This operation returns the ARNs of available service views.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ResourceExplorer2Client, ListServiceViewsCommand } from "@aws-sdk/client-resource-explorer-2"; // ES Modules import
|
|
35
|
+
* // const { ResourceExplorer2Client, ListServiceViewsCommand } = require("@aws-sdk/client-resource-explorer-2"); // CommonJS import
|
|
36
|
+
* // import type { ResourceExplorer2ClientConfig } from "@aws-sdk/client-resource-explorer-2";
|
|
37
|
+
* const config = {}; // type is ResourceExplorer2ClientConfig
|
|
38
|
+
* const client = new ResourceExplorer2Client(config);
|
|
39
|
+
* const input = { // ListServiceViewsInput
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new ListServiceViewsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // ListServiceViewsOutput
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // ServiceViews: [ // ServiceViewArnList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param ListServiceViewsCommandInput - {@link ListServiceViewsCommandInput}
|
|
55
|
+
* @returns {@link ListServiceViewsCommandOutput}
|
|
56
|
+
* @see {@link ListServiceViewsCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link ListServiceViewsCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InternalServerException} (server fault)
|
|
64
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceExplorer2ServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class ListServiceViewsCommand extends ListServiceViewsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListServiceViewsInput;
|
|
83
|
+
output: ListServiceViewsOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListServiceViewsCommandInput;
|
|
87
|
+
output: ListServiceViewsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListStreamingAccessForServicesInput, ListStreamingAccessForServicesOutput } from "../models/models_0";
|
|
4
|
+
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListStreamingAccessForServicesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListStreamingAccessForServicesCommandInput extends ListStreamingAccessForServicesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListStreamingAccessForServicesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListStreamingAccessForServicesCommandOutput extends ListStreamingAccessForServicesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListStreamingAccessForServicesCommand_base: {
|
|
25
|
+
new (input: ListStreamingAccessForServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListStreamingAccessForServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of Amazon Web Services services that have been granted streaming access to your Resource Explorer data. Streaming access allows Amazon Web Services services to receive real-time updates about your resources as they are indexed by Resource Explorer.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ResourceExplorer2Client, ListStreamingAccessForServicesCommand } from "@aws-sdk/client-resource-explorer-2"; // ES Modules import
|
|
35
|
+
* // const { ResourceExplorer2Client, ListStreamingAccessForServicesCommand } = require("@aws-sdk/client-resource-explorer-2"); // CommonJS import
|
|
36
|
+
* // import type { ResourceExplorer2ClientConfig } from "@aws-sdk/client-resource-explorer-2";
|
|
37
|
+
* const config = {}; // type is ResourceExplorer2ClientConfig
|
|
38
|
+
* const client = new ResourceExplorer2Client(config);
|
|
39
|
+
* const input = { // ListStreamingAccessForServicesInput
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new ListStreamingAccessForServicesCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // ListStreamingAccessForServicesOutput
|
|
46
|
+
* // StreamingAccessForServices: [ // StreamingAccessDetailsList // required
|
|
47
|
+
* // { // StreamingAccessDetails
|
|
48
|
+
* // ServicePrincipal: "STRING_VALUE", // required
|
|
49
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param ListStreamingAccessForServicesCommandInput - {@link ListStreamingAccessForServicesCommandInput}
|
|
58
|
+
* @returns {@link ListStreamingAccessForServicesCommandOutput}
|
|
59
|
+
* @see {@link ListStreamingAccessForServicesCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link ListStreamingAccessForServicesCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServerException} (server fault)
|
|
67
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceExplorer2ServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class ListStreamingAccessForServicesCommand extends ListStreamingAccessForServicesCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListStreamingAccessForServicesInput;
|
|
83
|
+
output: ListStreamingAccessForServicesOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListStreamingAccessForServicesCommandInput;
|
|
87
|
+
output: ListStreamingAccessForServicesCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -61,21 +61,16 @@ declare const ListSupportedResourceTypesCommand_base: {
|
|
|
61
61
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
65
|
-
* permissions.</p>
|
|
64
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
66
65
|
*
|
|
67
66
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
69
|
-
* later.</p>
|
|
67
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
70
68
|
*
|
|
71
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
73
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
74
|
-
* Resource Explorer</a>.</p>
|
|
70
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
75
71
|
*
|
|
76
72
|
* @throws {@link ValidationException} (client fault)
|
|
77
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
78
|
-
* for the operation, and try again.</p>
|
|
73
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
79
74
|
*
|
|
80
75
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
81
76
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -56,28 +56,22 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
56
56
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
60
|
-
* permissions.</p>
|
|
59
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
64
|
-
* later.</p>
|
|
62
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
65
63
|
*
|
|
66
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
-
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
|
|
68
|
-
* identity the resource, and try again.</p>
|
|
65
|
+
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to identity the resource, and try again.</p>
|
|
69
66
|
*
|
|
70
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
72
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
73
|
-
* Resource Explorer</a>.</p>
|
|
68
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
74
69
|
*
|
|
75
70
|
* @throws {@link UnauthorizedException} (client fault)
|
|
76
71
|
* <p>The principal making the request isn't permitted to perform the operation.</p>
|
|
77
72
|
*
|
|
78
73
|
* @throws {@link ValidationException} (client fault)
|
|
79
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
80
|
-
* for the operation, and try again.</p>
|
|
74
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
81
75
|
*
|
|
82
76
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
83
77
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -27,16 +27,7 @@ declare const ListViewsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <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
|
|
31
|
-
* call this operation.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>Always check the <code>NextToken</code> response parameter
|
|
34
|
-
* for a <code>null</code> value when calling a paginated operation. These operations can
|
|
35
|
-
* occasionally return an empty set of results even when there are more results available. The
|
|
36
|
-
* <code>NextToken</code> response parameter value is <code>null</code>
|
|
37
|
-
* <i>only</i>
|
|
38
|
-
* when there are no more results to display.</p>
|
|
39
|
-
* </note>
|
|
30
|
+
* <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 call this operation.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a paginated operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -67,21 +58,16 @@ declare const ListViewsCommand_base: {
|
|
|
67
58
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
68
59
|
*
|
|
69
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
70
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
71
|
-
* permissions.</p>
|
|
61
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
72
62
|
*
|
|
73
63
|
* @throws {@link InternalServerException} (server fault)
|
|
74
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
75
|
-
* later.</p>
|
|
64
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
76
65
|
*
|
|
77
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
79
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
80
|
-
* Resource Explorer</a>.</p>
|
|
67
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
81
68
|
*
|
|
82
69
|
* @throws {@link ValidationException} (client fault)
|
|
83
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
84
|
-
* for the operation, and try again.</p>
|
|
70
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
85
71
|
*
|
|
86
72
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
87
73
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -27,19 +27,7 @@ declare const SearchCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Searches for resources and displays details about all resources that match the
|
|
31
|
-
* specified criteria. You must specify a query string.</p>
|
|
32
|
-
* <p>All search queries must use a view. If you don't explicitly specify a view, then
|
|
33
|
-
* Amazon Web Services Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation.
|
|
34
|
-
* The results are the logical intersection of the results that match both the
|
|
35
|
-
* <code>QueryString</code> parameter supplied to this operation and the
|
|
36
|
-
* <code>SearchFilter</code> parameter attached to the view.</p>
|
|
37
|
-
* <p>For the complete syntax supported by the <code>QueryString</code> parameter, see
|
|
38
|
-
* <a href="https://docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html">Search
|
|
39
|
-
* query syntax reference for Resource Explorer</a>.</p>
|
|
40
|
-
* <p>If your search results are empty, or are missing results that you think should be
|
|
41
|
-
* there, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/troubleshooting_search.html">Troubleshooting Resource Explorer
|
|
42
|
-
* search</a>.</p>
|
|
30
|
+
* <p>Searches for resources and displays details about all resources that match the specified criteria. You must specify a query string.</p> <p>All search queries must use a view. If you don't explicitly specify a view, then Amazon Web Services Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation. The results are the logical intersection of the results that match both the <code>QueryString</code> parameter supplied to this operation and the <code>SearchFilter</code> parameter attached to the view.</p> <p>For the complete syntax supported by the <code>QueryString</code> parameter, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html">Search query syntax reference for Resource Explorer</a>.</p> <p>If your search results are empty, or are missing results that you think should be there, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/troubleshooting_search.html">Troubleshooting Resource Explorer search</a>.</p>
|
|
43
31
|
* @example
|
|
44
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
33
|
* ```javascript
|
|
@@ -91,28 +79,22 @@ declare const SearchCommand_base: {
|
|
|
91
79
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
92
80
|
*
|
|
93
81
|
* @throws {@link AccessDeniedException} (client fault)
|
|
94
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
95
|
-
* permissions.</p>
|
|
82
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
96
83
|
*
|
|
97
84
|
* @throws {@link InternalServerException} (server fault)
|
|
98
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
99
|
-
* later.</p>
|
|
85
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
100
86
|
*
|
|
101
87
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
102
|
-
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
|
|
103
|
-
* identity the resource, and try again.</p>
|
|
88
|
+
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to identity the resource, and try again.</p>
|
|
104
89
|
*
|
|
105
90
|
* @throws {@link ThrottlingException} (client fault)
|
|
106
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
107
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
108
|
-
* Resource Explorer</a>.</p>
|
|
91
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
109
92
|
*
|
|
110
93
|
* @throws {@link UnauthorizedException} (client fault)
|
|
111
94
|
* <p>The principal making the request isn't permitted to perform the operation.</p>
|
|
112
95
|
*
|
|
113
96
|
* @throws {@link ValidationException} (client fault)
|
|
114
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
115
|
-
* for the operation, and try again.</p>
|
|
97
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
116
98
|
*
|
|
117
99
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
118
100
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -55,33 +55,22 @@ declare const TagResourceCommand_base: {
|
|
|
55
55
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
59
|
-
* permissions.</p>
|
|
58
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>If you attempted to create a view, then the request failed because either you specified parameters that didn’t match the
|
|
63
|
-
* original request, or you attempted to create a view with a name that already exists in
|
|
64
|
-
* this Amazon Web Services Region.</p>
|
|
65
|
-
* <p>If you attempted to create an index, then the request failed because either you specified parameters that didn't match
|
|
66
|
-
* the original request, or an index already exists in the current Amazon Web Services Region.</p>
|
|
67
|
-
* <p>If you attempted to update an index type to <code>AGGREGATOR</code>, then the request failed because you already
|
|
68
|
-
* have an <code>AGGREGATOR</code> index in a different Amazon Web Services Region.</p>
|
|
61
|
+
* <p>If you attempted to create a view, then the request failed because either you specified parameters that didn’t match the original request, or you attempted to create a view with a name that already exists in this Amazon Web Services Region.</p> <p>If you attempted to create an index, then the request failed because either you specified parameters that didn't match the original request, or an index already exists in the current Amazon Web Services Region.</p> <p>If you attempted to update an index type to <code>AGGREGATOR</code>, then the request failed because you already have an <code>AGGREGATOR</code> index in a different Amazon Web Services Region.</p>
|
|
69
62
|
*
|
|
70
63
|
* @throws {@link InternalServerException} (server fault)
|
|
71
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
72
|
-
* later.</p>
|
|
64
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
73
65
|
*
|
|
74
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
76
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
77
|
-
* Resource Explorer</a>.</p>
|
|
67
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
78
68
|
*
|
|
79
69
|
* @throws {@link UnauthorizedException} (client fault)
|
|
80
70
|
* <p>The principal making the request isn't permitted to perform the operation.</p>
|
|
81
71
|
*
|
|
82
72
|
* @throws {@link ValidationException} (client fault)
|
|
83
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
84
|
-
* for the operation, and try again.</p>
|
|
73
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
85
74
|
*
|
|
86
75
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
87
76
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -55,28 +55,22 @@ declare const UntagResourceCommand_base: {
|
|
|
55
55
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
59
|
-
* permissions.</p>
|
|
58
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link InternalServerException} (server fault)
|
|
62
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
63
|
-
* later.</p>
|
|
61
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
-
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
|
|
67
|
-
* identity the resource, and try again.</p>
|
|
64
|
+
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to identity the resource, and try again.</p>
|
|
68
65
|
*
|
|
69
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
71
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
72
|
-
* Resource Explorer</a>.</p>
|
|
67
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
73
68
|
*
|
|
74
69
|
* @throws {@link UnauthorizedException} (client fault)
|
|
75
70
|
* <p>The principal making the request isn't permitted to perform the operation.</p>
|
|
76
71
|
*
|
|
77
72
|
* @throws {@link ValidationException} (client fault)
|
|
78
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
79
|
-
* for the operation, and try again.</p>
|
|
73
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
80
74
|
*
|
|
81
75
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
82
76
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -27,63 +27,7 @@ declare const UpdateIndexTypeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Changes the type of the index from one of the following types to the other. For more
|
|
31
|
-
* information about indexes and the role they perform in Amazon Web Services Resource Explorer, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">Turning on
|
|
32
|
-
* cross-Region search by creating an aggregator index</a> in the
|
|
33
|
-
* <i>Amazon Web Services Resource Explorer User Guide</i>.</p>
|
|
34
|
-
* <ul>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>
|
|
37
|
-
* <b>
|
|
38
|
-
* <code>AGGREGATOR</code> index type</b>
|
|
39
|
-
* </p>
|
|
40
|
-
* <p>The index contains information about resources from all Amazon Web Services Regions in the
|
|
41
|
-
* Amazon Web Services account in which you've created a Resource Explorer index. Resource information from
|
|
42
|
-
* all other Regions is replicated to this Region's index.</p>
|
|
43
|
-
* <p>When you change the index type to <code>AGGREGATOR</code>, Resource Explorer turns on
|
|
44
|
-
* replication of all discovered resource information from the other Amazon Web Services Regions
|
|
45
|
-
* in your account to this index. You can then, from this Region only, perform
|
|
46
|
-
* resource search queries that span all Amazon Web Services Regions in the Amazon Web Services account.
|
|
47
|
-
* Turning on replication from all other Regions is performed by asynchronous
|
|
48
|
-
* background tasks. You can check the status of the asynchronous tasks by using
|
|
49
|
-
* the <a>GetIndex</a> operation. When the asynchronous tasks complete,
|
|
50
|
-
* the <code>Status</code> response of that operation changes from
|
|
51
|
-
* <code>UPDATING</code> to <code>ACTIVE</code>. After that, you can start to
|
|
52
|
-
* see results from other Amazon Web Services Regions in query results. However, it can take
|
|
53
|
-
* several hours for replication from all other Regions to complete.</p>
|
|
54
|
-
* <important>
|
|
55
|
-
* <p>You can have only one aggregator index per Amazon Web Services account. Before you can
|
|
56
|
-
* promote a different index to be the aggregator index for the account, you must
|
|
57
|
-
* first demote the existing aggregator index to type <code>LOCAL</code>.</p>
|
|
58
|
-
* </important>
|
|
59
|
-
* </li>
|
|
60
|
-
* <li>
|
|
61
|
-
* <p>
|
|
62
|
-
* <b>
|
|
63
|
-
* <code>LOCAL</code> index type</b>
|
|
64
|
-
* </p>
|
|
65
|
-
* <p>The index contains information about resources in only the Amazon Web Services Region in
|
|
66
|
-
* which the index exists. If an aggregator index in another Region exists, then
|
|
67
|
-
* information in this local index is replicated to the aggregator index.</p>
|
|
68
|
-
* <p>When you change the index type to <code>LOCAL</code>, Resource Explorer turns off the
|
|
69
|
-
* replication of resource information from all other Amazon Web Services Regions in the
|
|
70
|
-
* Amazon Web Services account to this Region. The aggregator index remains in the
|
|
71
|
-
* <code>UPDATING</code> state until all replication with other Regions
|
|
72
|
-
* successfully stops. You can check the status of the asynchronous task by using
|
|
73
|
-
* the <a>GetIndex</a> operation. When Resource Explorer successfully stops all
|
|
74
|
-
* replication with other Regions, the <code>Status</code> response of that
|
|
75
|
-
* operation changes from <code>UPDATING</code> to <code>ACTIVE</code>. Separately,
|
|
76
|
-
* the resource information from other Regions that was previously stored in the
|
|
77
|
-
* index is deleted within 30 days by another background task. Until that
|
|
78
|
-
* asynchronous task completes, some results from other Regions can continue to
|
|
79
|
-
* appear in search results.</p>
|
|
80
|
-
* <important>
|
|
81
|
-
* <p>After you demote an aggregator index to a local index, you must wait
|
|
82
|
-
* 24 hours before you can promote another index to be the new
|
|
83
|
-
* aggregator index for the account.</p>
|
|
84
|
-
* </important>
|
|
85
|
-
* </li>
|
|
86
|
-
* </ul>
|
|
30
|
+
* <p>Changes the type of the index from one of the following types to the other. For more information about indexes and the role they perform in Amazon Web Services Resource Explorer, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">Turning on cross-Region search by creating an aggregator index</a> in the <i>Amazon Web Services Resource Explorer User Guide</i>.</p> <ul> <li> <p> <b> <code>AGGREGATOR</code> index type</b> </p> <p>The index contains information about resources from all Amazon Web Services Regions in the Amazon Web Services account in which you've created a Resource Explorer index. Resource information from all other Regions is replicated to this Region's index.</p> <p>When you change the index type to <code>AGGREGATOR</code>, Resource Explorer turns on replication of all discovered resource information from the other Amazon Web Services Regions in your account to this index. You can then, from this Region only, perform resource search queries that span all Amazon Web Services Regions in the Amazon Web Services account. Turning on replication from all other Regions is performed by asynchronous background tasks. You can check the status of the asynchronous tasks by using the <a>GetIndex</a> operation. When the asynchronous tasks complete, the <code>Status</code> response of that operation changes from <code>UPDATING</code> to <code>ACTIVE</code>. After that, you can start to see results from other Amazon Web Services Regions in query results. However, it can take several hours for replication from all other Regions to complete.</p> <important> <p>You can have only one aggregator index per Amazon Web Services account. Before you can promote a different index to be the aggregator index for the account, you must first demote the existing aggregator index to type <code>LOCAL</code>.</p> </important> </li> <li> <p> <b> <code>LOCAL</code> index type</b> </p> <p>The index contains information about resources in only the Amazon Web Services Region in which the index exists. If an aggregator index in another Region exists, then information in this local index is replicated to the aggregator index.</p> <p>When you change the index type to <code>LOCAL</code>, Resource Explorer turns off the replication of resource information from all other Amazon Web Services Regions in the Amazon Web Services account to this Region. The aggregator index remains in the <code>UPDATING</code> state until all replication with other Regions successfully stops. You can check the status of the asynchronous task by using the <a>GetIndex</a> operation. When Resource Explorer successfully stops all replication with other Regions, the <code>Status</code> response of that operation changes from <code>UPDATING</code> to <code>ACTIVE</code>. Separately, the resource information from other Regions that was previously stored in the index is deleted within 30 days by another background task. Until that asynchronous task completes, some results from other Regions can continue to appear in search results.</p> <important> <p>After you demote an aggregator index to a local index, you must wait 24 hours before you can promote another index to be the new aggregator index for the account.</p> </important> </li> </ul>
|
|
87
31
|
* @example
|
|
88
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
89
33
|
* ```javascript
|
|
@@ -114,37 +58,25 @@ declare const UpdateIndexTypeCommand_base: {
|
|
|
114
58
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
115
59
|
*
|
|
116
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
117
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
118
|
-
* permissions.</p>
|
|
61
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
119
62
|
*
|
|
120
63
|
* @throws {@link ConflictException} (client fault)
|
|
121
|
-
* <p>If you attempted to create a view, then the request failed because either you specified parameters that didn’t match the
|
|
122
|
-
* original request, or you attempted to create a view with a name that already exists in
|
|
123
|
-
* this Amazon Web Services Region.</p>
|
|
124
|
-
* <p>If you attempted to create an index, then the request failed because either you specified parameters that didn't match
|
|
125
|
-
* the original request, or an index already exists in the current Amazon Web Services Region.</p>
|
|
126
|
-
* <p>If you attempted to update an index type to <code>AGGREGATOR</code>, then the request failed because you already
|
|
127
|
-
* have an <code>AGGREGATOR</code> index in a different Amazon Web Services Region.</p>
|
|
64
|
+
* <p>If you attempted to create a view, then the request failed because either you specified parameters that didn’t match the original request, or you attempted to create a view with a name that already exists in this Amazon Web Services Region.</p> <p>If you attempted to create an index, then the request failed because either you specified parameters that didn't match the original request, or an index already exists in the current Amazon Web Services Region.</p> <p>If you attempted to update an index type to <code>AGGREGATOR</code>, then the request failed because you already have an <code>AGGREGATOR</code> index in a different Amazon Web Services Region.</p>
|
|
128
65
|
*
|
|
129
66
|
* @throws {@link InternalServerException} (server fault)
|
|
130
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
131
|
-
* later.</p>
|
|
67
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
132
68
|
*
|
|
133
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
134
|
-
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
|
|
135
|
-
* identity the resource, and try again.</p>
|
|
70
|
+
* <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to identity the resource, and try again.</p>
|
|
136
71
|
*
|
|
137
72
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
138
73
|
* <p>The request failed because it exceeds a service quota.</p>
|
|
139
74
|
*
|
|
140
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
141
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
142
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
143
|
-
* Resource Explorer</a>.</p>
|
|
76
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
144
77
|
*
|
|
145
78
|
* @throws {@link ValidationException} (client fault)
|
|
146
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
147
|
-
* for the operation, and try again.</p>
|
|
79
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
148
80
|
*
|
|
149
81
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
150
82
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -27,8 +27,7 @@ declare const UpdateViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies some of the details of a view. You can change the filter string and the list
|
|
31
|
-
* of included properties. You can't change the name of the view.</p>
|
|
30
|
+
* <p>Modifies some of the details of a view. You can change the filter string and the list of included properties. You can't change the name of the view.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -76,27 +75,22 @@ declare const UpdateViewCommand_base: {
|
|
|
76
75
|
* @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
|
|
77
76
|
*
|
|
78
77
|
* @throws {@link AccessDeniedException} (client fault)
|
|
79
|
-
* <p>The credentials that you used to call this operation don't have the minimum required
|
|
80
|
-
* permissions.</p>
|
|
78
|
+
* <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
|
|
81
79
|
*
|
|
82
80
|
* @throws {@link InternalServerException} (server fault)
|
|
83
|
-
* <p>The request failed because of internal service error. Try your request again
|
|
84
|
-
* later.</p>
|
|
81
|
+
* <p>The request failed because of internal service error. Try your request again later.</p>
|
|
85
82
|
*
|
|
86
83
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
87
84
|
* <p>The request failed because it exceeds a service quota.</p>
|
|
88
85
|
*
|
|
89
86
|
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
-
* <p>The request failed because you exceeded a rate limit for this operation. For more
|
|
91
|
-
* information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
|
|
92
|
-
* Resource Explorer</a>.</p>
|
|
87
|
+
* <p>The request failed because you exceeded a rate limit for this operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for Resource Explorer</a>.</p>
|
|
93
88
|
*
|
|
94
89
|
* @throws {@link UnauthorizedException} (client fault)
|
|
95
90
|
* <p>The principal making the request isn't permitted to perform the operation.</p>
|
|
96
91
|
*
|
|
97
92
|
* @throws {@link ValidationException} (client fault)
|
|
98
|
-
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax
|
|
99
|
-
* for the operation, and try again.</p>
|
|
93
|
+
* <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
|
|
100
94
|
*
|
|
101
95
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
102
96
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
@@ -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";
|