@aws-sdk/client-resource-explorer-2 3.289.0 → 3.290.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.
@@ -35,6 +35,28 @@ export interface AssociateDefaultViewCommandOutput extends AssociateDefaultViewO
35
35
  * @see {@link AssociateDefaultViewCommandOutput} for command's `response` shape.
36
36
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>The credentials that you used to call this operation don't have the minimum required
40
+ * permissions.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The request failed because of internal service error. Try your request again
44
+ * later.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
48
+ * identity the resource, and try again.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
52
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
53
+ * for Resource Explorer</a>.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
57
+ * for the operation, and try again.</p>
58
+ *
59
+ *
38
60
  */
39
61
  export declare class AssociateDefaultViewCommand extends $Command<AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
40
62
  readonly input: AssociateDefaultViewCommandInput;
@@ -29,6 +29,27 @@ export interface BatchGetViewCommandOutput extends BatchGetViewOutput, __Metadat
29
29
  * @see {@link BatchGetViewCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The credentials that you used to call this operation don't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request failed because of internal service error. Try your request again
38
+ * later.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
42
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
43
+ * for Resource Explorer</a>.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
50
+ * for the operation, and try again.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class BatchGetViewCommand extends $Command<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
34
55
  readonly input: BatchGetViewCommandInput;
@@ -79,6 +79,28 @@ export interface CreateIndexCommandOutput extends CreateIndexOutput, __MetadataB
79
79
  * @see {@link CreateIndexCommandOutput} for command's `response` shape.
80
80
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
81
81
  *
82
+ * @throws {@link AccessDeniedException} (client fault)
83
+ * <p>The credentials that you used to call this operation don't have the minimum required
84
+ * permissions.</p>
85
+ *
86
+ * @throws {@link ConflictException} (client fault)
87
+ * <p>You tried to create a new view or index when one already exists, and you either didn't
88
+ * specify or specified a different idempotency token as the original request.</p>
89
+ *
90
+ * @throws {@link InternalServerException} (server fault)
91
+ * <p>The request failed because of internal service error. Try your request again
92
+ * later.</p>
93
+ *
94
+ * @throws {@link ThrottlingException} (client fault)
95
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
96
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
97
+ * for Resource Explorer</a>.</p>
98
+ *
99
+ * @throws {@link ValidationException} (client fault)
100
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
101
+ * for the operation, and try again.</p>
102
+ *
103
+ *
82
104
  */
83
105
  export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig> {
84
106
  readonly input: CreateIndexCommandInput;
@@ -36,6 +36,34 @@ export interface CreateViewCommandOutput extends CreateViewOutput, __MetadataBea
36
36
  * @see {@link CreateViewCommandOutput} for command's `response` shape.
37
37
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>The credentials that you used to call this operation don't have the minimum required
41
+ * permissions.</p>
42
+ *
43
+ * @throws {@link ConflictException} (client fault)
44
+ * <p>You tried to create a new view or index when one already exists, and you either didn't
45
+ * specify or specified a different idempotency token as the original request.</p>
46
+ *
47
+ * @throws {@link InternalServerException} (server fault)
48
+ * <p>The request failed because of internal service error. Try your request again
49
+ * later.</p>
50
+ *
51
+ * @throws {@link ServiceQuotaExceededException} (client fault)
52
+ * <p>The request failed because it exceeds a service quota.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
56
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
57
+ * for Resource Explorer</a>.</p>
58
+ *
59
+ * @throws {@link UnauthorizedException} (client fault)
60
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
61
+ *
62
+ * @throws {@link ValidationException} (client fault)
63
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
64
+ * for the operation, and try again.</p>
65
+ *
66
+ *
39
67
  */
40
68
  export declare class CreateViewCommand extends $Command<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
41
69
  readonly input: CreateViewCommandInput;
@@ -40,6 +40,28 @@ export interface DeleteIndexCommandOutput extends DeleteIndexOutput, __MetadataB
40
40
  * @see {@link DeleteIndexCommandOutput} for command's `response` shape.
41
41
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p>The credentials that you used to call this operation don't have the minimum required
45
+ * permissions.</p>
46
+ *
47
+ * @throws {@link InternalServerException} (server fault)
48
+ * <p>The request failed because of internal service error. Try your request again
49
+ * later.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
53
+ * identity the resource, and try again.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
57
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
58
+ * for Resource Explorer</a>.</p>
59
+ *
60
+ * @throws {@link ValidationException} (client fault)
61
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
62
+ * for the operation, and try again.</p>
63
+ *
64
+ *
43
65
  */
44
66
  export declare class DeleteIndexCommand extends $Command<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig> {
45
67
  readonly input: DeleteIndexCommandInput;
@@ -32,6 +32,31 @@ export interface DeleteViewCommandOutput extends DeleteViewOutput, __MetadataBea
32
32
  * @see {@link DeleteViewCommandOutput} for command's `response` shape.
33
33
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>The credentials that you used to call this operation don't have the minimum required
37
+ * permissions.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request failed because of internal service error. Try your request again
41
+ * later.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
45
+ * identity the resource, and try again.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
49
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
50
+ * for Resource Explorer</a>.</p>
51
+ *
52
+ * @throws {@link UnauthorizedException} (client fault)
53
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
57
+ * for the operation, and try again.</p>
58
+ *
59
+ *
35
60
  */
36
61
  export declare class DeleteViewCommand extends $Command<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
37
62
  readonly input: DeleteViewCommandInput;
@@ -33,6 +33,24 @@ export interface DisassociateDefaultViewCommandOutput extends __MetadataBearer {
33
33
  * @see {@link DisassociateDefaultViewCommandOutput} for command's `response` shape.
34
34
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The credentials that you used to call this operation don't have the minimum required
38
+ * permissions.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request failed because of internal service error. Try your request again
42
+ * later.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
46
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
47
+ * for Resource Explorer</a>.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
51
+ * for the operation, and try again.</p>
52
+ *
53
+ *
36
54
  */
37
55
  export declare class DisassociateDefaultViewCommand extends $Command<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
38
56
  readonly input: DisassociateDefaultViewCommandInput;
@@ -30,6 +30,28 @@ export interface GetDefaultViewCommandOutput extends GetDefaultViewOutput, __Met
30
30
  * @see {@link GetDefaultViewCommandOutput} for command's `response` shape.
31
31
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The credentials that you used to call this operation don't have the minimum required
35
+ * permissions.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The request failed because of internal service error. Try your request again
39
+ * later.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
43
+ * identity the resource, and try again.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
47
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
48
+ * for Resource Explorer</a>.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
52
+ * for the operation, and try again.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class GetDefaultViewCommand extends $Command<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
35
57
  readonly input: GetDefaultViewCommandInput;
@@ -30,6 +30,28 @@ export interface GetIndexCommandOutput extends GetIndexOutput, __MetadataBearer
30
30
  * @see {@link GetIndexCommandOutput} for command's `response` shape.
31
31
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The credentials that you used to call this operation don't have the minimum required
35
+ * permissions.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The request failed because of internal service error. Try your request again
39
+ * later.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
43
+ * identity the resource, and try again.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
47
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
48
+ * for Resource Explorer</a>.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
52
+ * for the operation, and try again.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class GetIndexCommand extends $Command<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig> {
35
57
  readonly input: GetIndexCommandInput;
@@ -29,6 +29,31 @@ export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {
29
29
  * @see {@link GetViewCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The credentials that you used to call this operation don't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request failed because of internal service error. Try your request again
38
+ * later.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
42
+ * identity the resource, and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
46
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
47
+ * for Resource Explorer</a>.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
54
+ * for the operation, and try again.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class GetViewCommand extends $Command<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
34
59
  readonly input: GetViewCommandInput;
@@ -30,6 +30,24 @@ export interface ListIndexesCommandOutput extends ListIndexesOutput, __MetadataB
30
30
  * @see {@link ListIndexesCommandOutput} for command's `response` shape.
31
31
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The credentials that you used to call this operation don't have the minimum required
35
+ * permissions.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The request failed because of internal service error. Try your request again
39
+ * later.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
43
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
44
+ * for Resource Explorer</a>.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
48
+ * for the operation, and try again.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class ListIndexesCommand extends $Command<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig> {
35
53
  readonly input: ListIndexesCommandInput;
@@ -29,6 +29,24 @@ export interface ListSupportedResourceTypesCommandOutput extends ListSupportedRe
29
29
  * @see {@link ListSupportedResourceTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The credentials that you used to call this operation don't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request failed because of internal service error. Try your request again
38
+ * later.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
42
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
43
+ * for Resource Explorer</a>.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
47
+ * for the operation, and try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class ListSupportedResourceTypesCommand extends $Command<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig> {
34
52
  readonly input: ListSupportedResourceTypesCommandInput;
@@ -29,6 +29,31 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The credentials that you used to call this operation don't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request failed because of internal service error. Try your request again
38
+ * later.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
42
+ * identity the resource, and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
46
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
47
+ * for Resource Explorer</a>.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
54
+ * for the operation, and try again.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig> {
34
59
  readonly input: ListTagsForResourceCommandInput;
@@ -38,6 +38,24 @@ export interface ListViewsCommandOutput extends ListViewsOutput, __MetadataBeare
38
38
  * @see {@link ListViewsCommandOutput} for command's `response` shape.
39
39
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
40
40
  *
41
+ * @throws {@link AccessDeniedException} (client fault)
42
+ * <p>The credentials that you used to call this operation don't have the minimum required
43
+ * permissions.</p>
44
+ *
45
+ * @throws {@link InternalServerException} (server fault)
46
+ * <p>The request failed because of internal service error. Try your request again
47
+ * later.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
51
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
52
+ * for Resource Explorer</a>.</p>
53
+ *
54
+ * @throws {@link ValidationException} (client fault)
55
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
56
+ * for the operation, and try again.</p>
57
+ *
58
+ *
41
59
  */
42
60
  export declare class ListViewsCommand extends $Command<ListViewsCommandInput, ListViewsCommandOutput, ResourceExplorer2ClientResolvedConfig> {
43
61
  readonly input: ListViewsCommandInput;
@@ -41,6 +41,31 @@ export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {
41
41
  * @see {@link SearchCommandOutput} for command's `response` shape.
42
42
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
43
43
  *
44
+ * @throws {@link AccessDeniedException} (client fault)
45
+ * <p>The credentials that you used to call this operation don't have the minimum required
46
+ * permissions.</p>
47
+ *
48
+ * @throws {@link InternalServerException} (server fault)
49
+ * <p>The request failed because of internal service error. Try your request again
50
+ * later.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
54
+ * identity the resource, and try again.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
58
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
59
+ * for Resource Explorer</a>.</p>
60
+ *
61
+ * @throws {@link UnauthorizedException} (client fault)
62
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
63
+ *
64
+ * @throws {@link ValidationException} (client fault)
65
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
66
+ * for the operation, and try again.</p>
67
+ *
68
+ *
44
69
  */
45
70
  export declare class SearchCommand extends $Command<SearchCommandInput, SearchCommandOutput, ResourceExplorer2ClientResolvedConfig> {
46
71
  readonly input: SearchCommandInput;
@@ -29,6 +29,31 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The credentials that you used to call this operation don't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>You tried to create a new view or index when one already exists, and you either didn't
38
+ * specify or specified a different idempotency token as the original request.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request failed because of internal service error. Try your request again
42
+ * later.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
46
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
47
+ * for Resource Explorer</a>.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
54
+ * for the operation, and try again.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig> {
34
59
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,31 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The credentials that you used to call this operation don't have the minimum required
34
+ * permissions.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request failed because of internal service error. Try your request again
38
+ * later.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
42
+ * identity the resource, and try again.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
46
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
47
+ * for Resource Explorer</a>.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
54
+ * for the operation, and try again.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig> {
34
59
  readonly input: UntagResourceCommandInput;
@@ -85,6 +85,35 @@ export interface UpdateIndexTypeCommandOutput extends UpdateIndexTypeOutput, __M
85
85
  * @see {@link UpdateIndexTypeCommandOutput} for command's `response` shape.
86
86
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
87
87
  *
88
+ * @throws {@link AccessDeniedException} (client fault)
89
+ * <p>The credentials that you used to call this operation don't have the minimum required
90
+ * permissions.</p>
91
+ *
92
+ * @throws {@link ConflictException} (client fault)
93
+ * <p>You tried to create a new view or index when one already exists, and you either didn't
94
+ * specify or specified a different idempotency token as the original request.</p>
95
+ *
96
+ * @throws {@link InternalServerException} (server fault)
97
+ * <p>The request failed because of internal service error. Try your request again
98
+ * later.</p>
99
+ *
100
+ * @throws {@link ResourceNotFoundException} (client fault)
101
+ * <p>You specified a resource that doesn't exist. Check the ID or ARN that you used to
102
+ * identity the resource, and try again.</p>
103
+ *
104
+ * @throws {@link ServiceQuotaExceededException} (client fault)
105
+ * <p>The request failed because it exceeds a service quota.</p>
106
+ *
107
+ * @throws {@link ThrottlingException} (client fault)
108
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
109
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
110
+ * for Resource Explorer</a>.</p>
111
+ *
112
+ * @throws {@link ValidationException} (client fault)
113
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
114
+ * for the operation, and try again.</p>
115
+ *
116
+ *
88
117
  */
89
118
  export declare class UpdateIndexTypeCommand extends $Command<UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput, ResourceExplorer2ClientResolvedConfig> {
90
119
  readonly input: UpdateIndexTypeCommandInput;
@@ -30,6 +30,30 @@ export interface UpdateViewCommandOutput extends UpdateViewOutput, __MetadataBea
30
30
  * @see {@link UpdateViewCommandOutput} for command's `response` shape.
31
31
  * @see {@link ResourceExplorer2ClientResolvedConfig | config} for ResourceExplorer2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The credentials that you used to call this operation don't have the minimum required
35
+ * permissions.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The request failed because of internal service error. Try your request again
39
+ * later.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The request failed because it exceeds a service quota.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request failed because you exceeded a rate limit for this operation. For more
46
+ * information, see <a href="https://docs.aws.amazon.com/arexug/mainline/quotas.html">Quotas
47
+ * for Resource Explorer</a>.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>The principal making the request isn't permitted to perform the operation.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>You provided an invalid value for one of the operation's parameters. Check the syntax
54
+ * for the operation, and try again.</p>
55
+ *
56
+ *
33
57
  */
34
58
  export declare class UpdateViewCommand extends $Command<UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig> {
35
59
  readonly input: UpdateViewCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-explorer-2",
3
3
  "description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"