@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.
Files changed (83) hide show
  1. package/README.md +65 -21
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +475 -0
  4. package/dist-es/ResourceExplorer2.js +16 -0
  5. package/dist-es/commands/CreateResourceExplorerSetupCommand.js +22 -0
  6. package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +22 -0
  7. package/dist-es/commands/GetResourceExplorerSetupCommand.js +23 -0
  8. package/dist-es/commands/GetServiceIndexCommand.js +22 -0
  9. package/dist-es/commands/GetServiceViewCommand.js +23 -0
  10. package/dist-es/commands/ListServiceIndexesCommand.js +22 -0
  11. package/dist-es/commands/ListServiceViewsCommand.js +22 -0
  12. package/dist-es/commands/ListStreamingAccessForServicesCommand.js +22 -0
  13. package/dist-es/commands/index.js +8 -0
  14. package/dist-es/endpoint/ruleset.js +1 -1
  15. package/dist-es/models/models_0.js +24 -0
  16. package/dist-es/pagination/GetResourceExplorerSetupPaginator.js +4 -0
  17. package/dist-es/pagination/ListServiceIndexesPaginator.js +4 -0
  18. package/dist-es/pagination/ListServiceViewsPaginator.js +4 -0
  19. package/dist-es/pagination/ListStreamingAccessForServicesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +4 -0
  21. package/dist-es/protocols/Aws_restJson1.js +261 -0
  22. package/dist-types/ResourceExplorer2.d.ts +62 -21
  23. package/dist-types/ResourceExplorer2Client.d.ts +11 -23
  24. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -18
  25. package/dist-types/commands/BatchGetViewCommand.d.ts +4 -9
  26. package/dist-types/commands/CreateIndexCommand.d.ts +6 -67
  27. package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +95 -0
  28. package/dist-types/commands/CreateViewCommand.d.ts +6 -24
  29. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -23
  30. package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +92 -0
  31. package/dist-types/commands/DeleteViewCommand.d.ts +6 -15
  32. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -17
  33. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +5 -12
  34. package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -13
  35. package/dist-types/commands/GetIndexCommand.d.ts +6 -13
  36. package/dist-types/commands/GetManagedViewCommand.d.ts +5 -11
  37. package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +129 -0
  38. package/dist-types/commands/GetServiceIndexCommand.d.ts +88 -0
  39. package/dist-types/commands/GetServiceViewCommand.d.ts +101 -0
  40. package/dist-types/commands/GetViewCommand.d.ts +5 -11
  41. package/dist-types/commands/ListIndexesCommand.d.ts +5 -11
  42. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +5 -13
  43. package/dist-types/commands/ListManagedViewsCommand.d.ts +5 -12
  44. package/dist-types/commands/ListResourcesCommand.d.ts +6 -14
  45. package/dist-types/commands/ListServiceIndexesCommand.d.ts +97 -0
  46. package/dist-types/commands/ListServiceViewsCommand.d.ts +90 -0
  47. package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +90 -0
  48. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +4 -9
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -11
  50. package/dist-types/commands/ListViewsCommand.d.ts +5 -19
  51. package/dist-types/commands/SearchCommand.d.ts +6 -24
  52. package/dist-types/commands/TagResourceCommand.d.ts +5 -16
  53. package/dist-types/commands/UntagResourceCommand.d.ts +5 -11
  54. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +7 -75
  55. package/dist-types/commands/UpdateViewCommand.d.ts +5 -11
  56. package/dist-types/commands/index.d.ts +8 -0
  57. package/dist-types/index.d.ts +1 -21
  58. package/dist-types/models/models_0.d.ts +473 -442
  59. package/dist-types/pagination/GetResourceExplorerSetupPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListServiceIndexesPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListServiceViewsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListStreamingAccessForServicesPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +4 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  65. package/dist-types/ts3.4/ResourceExplorer2.d.ts +141 -0
  66. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +48 -0
  67. package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +47 -0
  71. package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +47 -0
  72. package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +50 -0
  74. package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +106 -0
  77. package/dist-types/ts3.4/pagination/GetResourceExplorerSetupPaginator.d.ts +11 -0
  78. package/dist-types/ts3.4/pagination/ListServiceIndexesPaginator.d.ts +11 -0
  79. package/dist-types/ts3.4/pagination/ListServiceViewsPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/ListStreamingAccessForServicesPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  83. package/package.json +38 -38
@@ -71,28 +71,22 @@ declare const GetManagedViewCommand_base: {
71
71
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
72
72
  *
73
73
  * @throws {@link AccessDeniedException} (client fault)
74
- * <p>The credentials that you used to call this operation don't have the minimum required
75
- * permissions.</p>
74
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
76
75
  *
77
76
  * @throws {@link InternalServerException} (server fault)
78
- * <p>The request failed because of internal service error. Try your request again
79
- * later.</p>
77
+ * <p>The request failed because of internal service error. Try your request again later.</p>
80
78
  *
81
79
  * @throws {@link ResourceNotFoundException} (client fault)
82
- * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
83
- * identity the resource, and try again.</p>
80
+ * <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>
84
81
  *
85
82
  * @throws {@link ThrottlingException} (client fault)
86
- * <p>The request failed because you exceeded a rate limit for this operation. For more
87
- * information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
88
- * Resource Explorer</a>.</p>
83
+ * <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>
89
84
  *
90
85
  * @throws {@link UnauthorizedException} (client fault)
91
86
  * <p>The principal making the request isn't permitted to perform the operation.</p>
92
87
  *
93
88
  * @throws {@link ValidationException} (client fault)
94
- * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
95
- * for the operation, and try again.</p>
89
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
96
90
  *
97
91
  * @throws {@link ResourceExplorer2ServiceException}
98
92
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
@@ -0,0 +1,129 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetResourceExplorerSetupInput, GetResourceExplorerSetupOutput } 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 GetResourceExplorerSetupCommand}.
14
+ */
15
+ export interface GetResourceExplorerSetupCommandInput extends GetResourceExplorerSetupInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetResourceExplorerSetupCommand}.
21
+ */
22
+ export interface GetResourceExplorerSetupCommandOutput extends GetResourceExplorerSetupOutput, __MetadataBearer {
23
+ }
24
+ declare const GetResourceExplorerSetupCommand_base: {
25
+ new (input: GetResourceExplorerSetupCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourceExplorerSetupCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the status and details of a Resource Explorer setup operation. This operation returns information about the progress of creating or deleting Resource Explorer configurations across Regions.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ResourceExplorer2Client, GetResourceExplorerSetupCommand } from "@aws-sdk/client-resource-explorer-2"; // ES Modules import
35
+ * // const { ResourceExplorer2Client, GetResourceExplorerSetupCommand } = 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 = { // GetResourceExplorerSetupInput
40
+ * TaskId: "STRING_VALUE", // required
41
+ * MaxResults: Number("int"),
42
+ * NextToken: "STRING_VALUE",
43
+ * };
44
+ * const command = new GetResourceExplorerSetupCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // GetResourceExplorerSetupOutput
47
+ * // Regions: [ // RegionStatusList
48
+ * // { // RegionStatus
49
+ * // Region: "STRING_VALUE",
50
+ * // Index: { // IndexStatus
51
+ * // Status: "STRING_VALUE",
52
+ * // Index: { // Index
53
+ * // Region: "STRING_VALUE",
54
+ * // Arn: "STRING_VALUE",
55
+ * // Type: "STRING_VALUE",
56
+ * // },
57
+ * // ErrorDetails: { // ErrorDetails
58
+ * // Code: "STRING_VALUE",
59
+ * // Message: "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // View: { // ViewStatus
63
+ * // Status: "STRING_VALUE",
64
+ * // View: { // View
65
+ * // ViewArn: "STRING_VALUE",
66
+ * // Owner: "STRING_VALUE",
67
+ * // LastUpdatedAt: new Date("TIMESTAMP"),
68
+ * // Scope: "STRING_VALUE",
69
+ * // IncludedProperties: [ // IncludedPropertyList
70
+ * // { // IncludedProperty
71
+ * // Name: "STRING_VALUE", // required
72
+ * // },
73
+ * // ],
74
+ * // Filters: { // SearchFilter
75
+ * // FilterString: "STRING_VALUE", // required
76
+ * // },
77
+ * // },
78
+ * // ErrorDetails: {
79
+ * // Code: "STRING_VALUE",
80
+ * // Message: "STRING_VALUE",
81
+ * // },
82
+ * // },
83
+ * // },
84
+ * // ],
85
+ * // NextToken: "STRING_VALUE",
86
+ * // };
87
+ *
88
+ * ```
89
+ *
90
+ * @param GetResourceExplorerSetupCommandInput - {@link GetResourceExplorerSetupCommandInput}
91
+ * @returns {@link GetResourceExplorerSetupCommandOutput}
92
+ * @see {@link GetResourceExplorerSetupCommandInput} for command's `input` shape.
93
+ * @see {@link GetResourceExplorerSetupCommandOutput} for command's `response` shape.
94
+ * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
95
+ *
96
+ * @throws {@link AccessDeniedException} (client fault)
97
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
98
+ *
99
+ * @throws {@link InternalServerException} (server fault)
100
+ * <p>The request failed because of internal service error. Try your request again later.</p>
101
+ *
102
+ * @throws {@link ResourceNotFoundException} (client fault)
103
+ * <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
+ *
105
+ * @throws {@link ThrottlingException} (client fault)
106
+ * <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>
107
+ *
108
+ * @throws {@link ValidationException} (client fault)
109
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
110
+ *
111
+ * @throws {@link ResourceExplorer2ServiceException}
112
+ * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
113
+ *
114
+ *
115
+ * @public
116
+ */
117
+ export declare class GetResourceExplorerSetupCommand extends GetResourceExplorerSetupCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetResourceExplorerSetupInput;
122
+ output: GetResourceExplorerSetupOutput;
123
+ };
124
+ sdk: {
125
+ input: GetResourceExplorerSetupCommandInput;
126
+ output: GetResourceExplorerSetupCommandOutput;
127
+ };
128
+ };
129
+ }
@@ -0,0 +1,88 @@
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 { 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 GetServiceIndexCommand}.
14
+ */
15
+ export interface GetServiceIndexCommandInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetServiceIndexCommand}.
21
+ */
22
+ export interface GetServiceIndexCommandOutput extends GetServiceIndexOutput, __MetadataBearer {
23
+ }
24
+ declare const GetServiceIndexCommand_base: {
25
+ new (input: GetServiceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetServiceIndexCommandInput]): import("@smithy/smithy-client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves information about the Resource Explorer index in the current Amazon Web Services Region. This operation returns the ARN and type of the index if one exists.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ResourceExplorer2Client, GetServiceIndexCommand } from "@aws-sdk/client-resource-explorer-2"; // ES Modules import
35
+ * // const { ResourceExplorer2Client, GetServiceIndexCommand } = 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 = {};
40
+ * const command = new GetServiceIndexCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // GetServiceIndexOutput
43
+ * // Arn: "STRING_VALUE",
44
+ * // Type: "STRING_VALUE",
45
+ * // };
46
+ *
47
+ * ```
48
+ *
49
+ * @param GetServiceIndexCommandInput - {@link GetServiceIndexCommandInput}
50
+ * @returns {@link GetServiceIndexCommandOutput}
51
+ * @see {@link GetServiceIndexCommandInput} for command's `input` shape.
52
+ * @see {@link GetServiceIndexCommandOutput} for command's `response` shape.
53
+ * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
54
+ *
55
+ * @throws {@link AccessDeniedException} (client fault)
56
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
57
+ *
58
+ * @throws {@link InternalServerException} (server fault)
59
+ * <p>The request failed because of internal service error. Try your request again later.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <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>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <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>
66
+ *
67
+ * @throws {@link ValidationException} (client fault)
68
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
69
+ *
70
+ * @throws {@link ResourceExplorer2ServiceException}
71
+ * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
72
+ *
73
+ *
74
+ * @public
75
+ */
76
+ export declare class GetServiceIndexCommand extends GetServiceIndexCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: {};
81
+ output: GetServiceIndexOutput;
82
+ };
83
+ sdk: {
84
+ input: GetServiceIndexCommandInput;
85
+ output: GetServiceIndexCommandOutput;
86
+ };
87
+ };
88
+ }
@@ -0,0 +1,101 @@
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 { 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 GetServiceViewCommand}.
14
+ */
15
+ export interface GetServiceViewCommandInput extends GetServiceViewInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetServiceViewCommand}.
21
+ */
22
+ export interface GetServiceViewCommandOutput extends GetServiceViewOutput, __MetadataBearer {
23
+ }
24
+ declare const GetServiceViewCommand_base: {
25
+ new (input: GetServiceViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetServiceViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves details about a specific Resource Explorer service view. This operation returns the configuration and properties of the specified view.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ResourceExplorer2Client, GetServiceViewCommand } from "@aws-sdk/client-resource-explorer-2"; // ES Modules import
35
+ * // const { ResourceExplorer2Client, GetServiceViewCommand } = 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 = { // GetServiceViewInput
40
+ * ServiceViewArn: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new GetServiceViewCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // GetServiceViewOutput
45
+ * // View: { // ServiceView
46
+ * // ServiceViewArn: "STRING_VALUE", // required
47
+ * // Filters: { // SearchFilter
48
+ * // FilterString: "STRING_VALUE", // required
49
+ * // },
50
+ * // IncludedProperties: [ // IncludedPropertyList
51
+ * // { // IncludedProperty
52
+ * // Name: "STRING_VALUE", // required
53
+ * // },
54
+ * // ],
55
+ * // StreamingAccessForService: "STRING_VALUE",
56
+ * // ScopeType: "STRING_VALUE",
57
+ * // },
58
+ * // };
59
+ *
60
+ * ```
61
+ *
62
+ * @param GetServiceViewCommandInput - {@link GetServiceViewCommandInput}
63
+ * @returns {@link GetServiceViewCommandOutput}
64
+ * @see {@link GetServiceViewCommandInput} for command's `input` shape.
65
+ * @see {@link GetServiceViewCommandOutput} for command's `response` shape.
66
+ * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
67
+ *
68
+ * @throws {@link AccessDeniedException} (client fault)
69
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
70
+ *
71
+ * @throws {@link InternalServerException} (server fault)
72
+ * <p>The request failed because of internal service error. Try your request again later.</p>
73
+ *
74
+ * @throws {@link ResourceNotFoundException} (client fault)
75
+ * <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>
76
+ *
77
+ * @throws {@link ThrottlingException} (client fault)
78
+ * <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>
79
+ *
80
+ * @throws {@link ValidationException} (client fault)
81
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
82
+ *
83
+ * @throws {@link ResourceExplorer2ServiceException}
84
+ * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
85
+ *
86
+ *
87
+ * @public
88
+ */
89
+ export declare class GetServiceViewCommand extends GetServiceViewCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetServiceViewInput;
94
+ output: GetServiceViewOutput;
95
+ };
96
+ sdk: {
97
+ input: GetServiceViewCommandInput;
98
+ output: GetServiceViewCommandOutput;
99
+ };
100
+ };
101
+ }
@@ -70,28 +70,22 @@ declare const GetViewCommand_base: {
70
70
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
71
71
  *
72
72
  * @throws {@link AccessDeniedException} (client fault)
73
- * <p>The credentials that you used to call this operation don't have the minimum required
74
- * permissions.</p>
73
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
75
74
  *
76
75
  * @throws {@link InternalServerException} (server fault)
77
- * <p>The request failed because of internal service error. Try your request again
78
- * later.</p>
76
+ * <p>The request failed because of internal service error. Try your request again later.</p>
79
77
  *
80
78
  * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
82
- * identity the resource, and try again.</p>
79
+ * <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>
83
80
  *
84
81
  * @throws {@link ThrottlingException} (client fault)
85
- * <p>The request failed because you exceeded a rate limit for this operation. For more
86
- * information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
87
- * Resource Explorer</a>.</p>
82
+ * <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>
88
83
  *
89
84
  * @throws {@link UnauthorizedException} (client fault)
90
85
  * <p>The principal making the request isn't permitted to perform the operation.</p>
91
86
  *
92
87
  * @throws {@link ValidationException} (client fault)
93
- * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
94
- * for the operation, and try again.</p>
88
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
95
89
  *
96
90
  * @throws {@link ResourceExplorer2ServiceException}
97
91
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
@@ -27,8 +27,7 @@ declare const ListIndexesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting
31
- * resource information for Amazon Web Services Resource Explorer.</p>
30
+ * <p>Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -67,21 +66,16 @@ declare const ListIndexesCommand_base: {
67
66
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
68
67
  *
69
68
  * @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>
69
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
72
70
  *
73
71
  * @throws {@link InternalServerException} (server fault)
74
- * <p>The request failed because of internal service error. Try your request again
75
- * later.</p>
72
+ * <p>The request failed because of internal service error. Try your request again later.</p>
76
73
  *
77
74
  * @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>
75
+ * <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
76
  *
82
77
  * @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>
78
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
85
79
  *
86
80
  * @throws {@link ResourceExplorer2ServiceException}
87
81
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
@@ -27,10 +27,7 @@ declare const ListIndexesForMembersCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently
31
- * collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a
32
- * delegated administrator with service access enabled can invoke this API call.
33
- * </p>
30
+ * <p>Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call. </p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -69,21 +66,16 @@ declare const ListIndexesForMembersCommand_base: {
69
66
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
70
67
  *
71
68
  * @throws {@link AccessDeniedException} (client fault)
72
- * <p>The credentials that you used to call this operation don't have the minimum required
73
- * permissions.</p>
69
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
74
70
  *
75
71
  * @throws {@link InternalServerException} (server fault)
76
- * <p>The request failed because of internal service error. Try your request again
77
- * later.</p>
72
+ * <p>The request failed because of internal service error. Try your request again later.</p>
78
73
  *
79
74
  * @throws {@link ThrottlingException} (client fault)
80
- * <p>The request failed because you exceeded a rate limit for this operation. For more
81
- * information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
82
- * Resource Explorer</a>.</p>
75
+ * <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>
83
76
  *
84
77
  * @throws {@link ValidationException} (client fault)
85
- * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
86
- * for the operation, and try again.</p>
78
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
87
79
  *
88
80
  * @throws {@link ResourceExplorer2ServiceException}
89
81
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
@@ -27,9 +27,7 @@ declare const ListManagedViewsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the Amazon resource names (ARNs) of the
31
- * <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Amazon Web Services-managed views</a> available
32
- * in the Amazon Web Services Region in which you call this operation. </p>
30
+ * <p>Lists the Amazon resource names (ARNs) of the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Amazon Web Services-managed views</a> available in the Amazon Web Services Region in which you call this operation. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -61,24 +59,19 @@ declare const ListManagedViewsCommand_base: {
61
59
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
62
60
  *
63
61
  * @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>
62
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
66
63
  *
67
64
  * @throws {@link InternalServerException} (server fault)
68
- * <p>The request failed because of internal service error. Try your request again
69
- * later.</p>
65
+ * <p>The request failed because of internal service error. Try your request again later.</p>
70
66
  *
71
67
  * @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>
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>
75
69
  *
76
70
  * @throws {@link UnauthorizedException} (client fault)
77
71
  * <p>The principal making the request isn't permitted to perform the operation.</p>
78
72
  *
79
73
  * @throws {@link ValidationException} (client fault)
80
- * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
81
- * 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>
82
75
  *
83
76
  * @throws {@link ResourceExplorer2ServiceException}
84
77
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
@@ -27,9 +27,7 @@ declare const ListResourcesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of resources and their details that match the specified criteria. This query must
31
- * use a view. If you don’t explicitly specify a view, then Resource Explorer uses the default view for the Amazon Web Services Region
32
- * in which you call this operation. </p>
30
+ * <p>Returns a list of resources and their details that match the specified criteria. This query must use a view. If you don’t explicitly specify a view, then Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -79,28 +77,22 @@ declare const ListResourcesCommand_base: {
79
77
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
80
78
  *
81
79
  * @throws {@link AccessDeniedException} (client fault)
82
- * <p>The credentials that you used to call this operation don't have the minimum required
83
- * permissions.</p>
80
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
84
81
  *
85
82
  * @throws {@link InternalServerException} (server fault)
86
- * <p>The request failed because of internal service error. Try your request again
87
- * later.</p>
83
+ * <p>The request failed because of internal service error. Try your request again later.</p>
88
84
  *
89
85
  * @throws {@link ResourceNotFoundException} (client fault)
90
- * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
91
- * identity the resource, and try again.</p>
86
+ * <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>
92
87
  *
93
88
  * @throws {@link ThrottlingException} (client fault)
94
- * <p>The request failed because you exceeded a rate limit for this operation. For more
95
- * information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html">Quotas for
96
- * Resource Explorer</a>.</p>
89
+ * <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>
97
90
  *
98
91
  * @throws {@link UnauthorizedException} (client fault)
99
92
  * <p>The principal making the request isn't permitted to perform the operation.</p>
100
93
  *
101
94
  * @throws {@link ValidationException} (client fault)
102
- * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
103
- * for the operation, and try again.</p>
95
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
104
96
  *
105
97
  * @throws {@link ResourceExplorer2ServiceException}
106
98
  * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
@@ -0,0 +1,97 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListServiceIndexesInput, ListServiceIndexesOutput } 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 ListServiceIndexesCommand}.
14
+ */
15
+ export interface ListServiceIndexesCommandInput extends ListServiceIndexesInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListServiceIndexesCommand}.
21
+ */
22
+ export interface ListServiceIndexesCommandOutput extends ListServiceIndexesOutput, __MetadataBearer {
23
+ }
24
+ declare const ListServiceIndexesCommand_base: {
25
+ new (input: ListServiceIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListServiceIndexesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Lists all Resource Explorer indexes across the specified Amazon Web Services Regions. This operation returns information about indexes including their ARNs, types, and Regions.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ResourceExplorer2Client, ListServiceIndexesCommand } from "@aws-sdk/client-resource-explorer-2"; // ES Modules import
35
+ * // const { ResourceExplorer2Client, ListServiceIndexesCommand } = 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 = { // ListServiceIndexesInput
40
+ * Regions: [ // RegionList
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * MaxResults: Number("int"),
44
+ * NextToken: "STRING_VALUE",
45
+ * };
46
+ * const command = new ListServiceIndexesCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // ListServiceIndexesOutput
49
+ * // Indexes: [ // IndexList
50
+ * // { // Index
51
+ * // Region: "STRING_VALUE",
52
+ * // Arn: "STRING_VALUE",
53
+ * // Type: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param ListServiceIndexesCommandInput - {@link ListServiceIndexesCommandInput}
62
+ * @returns {@link ListServiceIndexesCommandOutput}
63
+ * @see {@link ListServiceIndexesCommandInput} for command's `input` shape.
64
+ * @see {@link ListServiceIndexesCommandOutput} for command's `response` shape.
65
+ * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
66
+ *
67
+ * @throws {@link AccessDeniedException} (client fault)
68
+ * <p>The credentials that you used to call this operation don't have the minimum required permissions.</p>
69
+ *
70
+ * @throws {@link InternalServerException} (server fault)
71
+ * <p>The request failed because of internal service error. Try your request again later.</p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <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
+ *
76
+ * @throws {@link ValidationException} (client fault)
77
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.</p>
78
+ *
79
+ * @throws {@link ResourceExplorer2ServiceException}
80
+ * <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
81
+ *
82
+ *
83
+ * @public
84
+ */
85
+ export declare class ListServiceIndexesCommand extends ListServiceIndexesCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListServiceIndexesInput;
90
+ output: ListServiceIndexesOutput;
91
+ };
92
+ sdk: {
93
+ input: ListServiceIndexesCommandInput;
94
+ output: ListServiceIndexesCommandOutput;
95
+ };
96
+ };
97
+ }