@aws-sdk/client-route53-recovery-control-config 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.
Files changed (24) hide show
  1. package/dist-types/commands/CreateClusterCommand.d.ts +22 -0
  2. package/dist-types/commands/CreateControlPanelCommand.d.ts +22 -0
  3. package/dist-types/commands/CreateRoutingControlCommand.d.ts +22 -0
  4. package/dist-types/commands/CreateSafetyRuleCommand.d.ts +7 -0
  5. package/dist-types/commands/DeleteClusterCommand.d.ts +19 -0
  6. package/dist-types/commands/DeleteControlPanelCommand.d.ts +19 -0
  7. package/dist-types/commands/DeleteRoutingControlCommand.d.ts +19 -0
  8. package/dist-types/commands/DeleteSafetyRuleCommand.d.ts +10 -0
  9. package/dist-types/commands/DescribeClusterCommand.d.ts +19 -0
  10. package/dist-types/commands/DescribeControlPanelCommand.d.ts +19 -0
  11. package/dist-types/commands/DescribeRoutingControlCommand.d.ts +19 -0
  12. package/dist-types/commands/DescribeSafetyRuleCommand.d.ts +7 -0
  13. package/dist-types/commands/ListAssociatedRoute53HealthChecksCommand.d.ts +10 -0
  14. package/dist-types/commands/ListClustersCommand.d.ts +16 -0
  15. package/dist-types/commands/ListControlPanelsCommand.d.ts +16 -0
  16. package/dist-types/commands/ListRoutingControlsCommand.d.ts +16 -0
  17. package/dist-types/commands/ListSafetyRulesCommand.d.ts +16 -0
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  19. package/dist-types/commands/TagResourceCommand.d.ts +10 -0
  20. package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
  21. package/dist-types/commands/UpdateControlPanelCommand.d.ts +19 -0
  22. package/dist-types/commands/UpdateRoutingControlCommand.d.ts +19 -0
  23. package/dist-types/commands/UpdateSafetyRuleCommand.d.ts +10 -0
  24. package/package.json +30 -30
@@ -29,6 +29,28 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
29
29
  * @see {@link CreateClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>402 response - You attempted to create more resources than the service allows based on service quotas.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
56
  readonly input: CreateClusterCommandInput;
@@ -29,6 +29,28 @@ export interface CreateControlPanelCommandOutput extends CreateControlPanelRespo
29
29
  * @see {@link CreateControlPanelCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>402 response - You attempted to create more resources than the service allows based on service quotas.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateControlPanelCommand extends $Command<CreateControlPanelCommandInput, CreateControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
56
  readonly input: CreateControlPanelCommandInput;
@@ -29,6 +29,28 @@ export interface CreateRoutingControlCommandOutput extends CreateRoutingControlR
29
29
  * @see {@link CreateRoutingControlCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>402 response - You attempted to create more resources than the service allows based on service quotas.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateRoutingControlCommand extends $Command<CreateRoutingControlCommandInput, CreateRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
56
  readonly input: CreateRoutingControlCommandInput;
@@ -29,6 +29,13 @@ export interface CreateSafetyRuleCommandOutput extends CreateSafetyRuleResponse,
29
29
  * @see {@link CreateSafetyRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class CreateSafetyRuleCommand extends $Command<CreateSafetyRuleCommandInput, CreateSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
41
  readonly input: CreateSafetyRuleCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
29
29
  * @see {@link DeleteClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: DeleteClusterCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteControlPanelCommandOutput extends DeleteControlPanelRespo
29
29
  * @see {@link DeleteControlPanelCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteControlPanelCommand extends $Command<DeleteControlPanelCommandInput, DeleteControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: DeleteControlPanelCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteRoutingControlCommandOutput extends DeleteRoutingControlR
29
29
  * @see {@link DeleteRoutingControlCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteRoutingControlCommand extends $Command<DeleteRoutingControlCommandInput, DeleteRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: DeleteRoutingControlCommandInput;
@@ -29,6 +29,16 @@ export interface DeleteSafetyRuleCommandOutput extends DeleteSafetyRuleResponse,
29
29
  * @see {@link DeleteSafetyRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DeleteSafetyRuleCommand extends $Command<DeleteSafetyRuleCommandInput, DeleteSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
44
  readonly input: DeleteSafetyRuleCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
29
29
  * @see {@link DescribeClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: DescribeClusterCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeControlPanelCommandOutput extends DescribeControlPanelR
29
29
  * @see {@link DescribeControlPanelCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeControlPanelCommand extends $Command<DescribeControlPanelCommandInput, DescribeControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: DescribeControlPanelCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeRoutingControlCommandOutput extends DescribeRoutingCont
29
29
  * @see {@link DescribeRoutingControlCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeRoutingControlCommand extends $Command<DescribeRoutingControlCommandInput, DescribeRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: DescribeRoutingControlCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeSafetyRuleCommandOutput extends DescribeSafetyRuleRespo
29
29
  * @see {@link DescribeSafetyRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeSafetyRuleCommand extends $Command<DescribeSafetyRuleCommandInput, DescribeSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
41
  readonly input: DescribeSafetyRuleCommandInput;
@@ -29,6 +29,16 @@ export interface ListAssociatedRoute53HealthChecksCommandOutput extends ListAsso
29
29
  * @see {@link ListAssociatedRoute53HealthChecksCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListAssociatedRoute53HealthChecksCommand extends $Command<ListAssociatedRoute53HealthChecksCommandInput, ListAssociatedRoute53HealthChecksCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
44
  readonly input: ListAssociatedRoute53HealthChecksCommandInput;
@@ -29,6 +29,22 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
29
29
  * @see {@link ListClustersCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
50
  readonly input: ListClustersCommandInput;
@@ -29,6 +29,22 @@ export interface ListControlPanelsCommandOutput extends ListControlPanelsRespons
29
29
  * @see {@link ListControlPanelsCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListControlPanelsCommand extends $Command<ListControlPanelsCommandInput, ListControlPanelsCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
50
  readonly input: ListControlPanelsCommandInput;
@@ -29,6 +29,22 @@ export interface ListRoutingControlsCommandOutput extends ListRoutingControlsRes
29
29
  * @see {@link ListRoutingControlsCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListRoutingControlsCommand extends $Command<ListRoutingControlsCommandInput, ListRoutingControlsCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
50
  readonly input: ListRoutingControlsCommandInput;
@@ -29,6 +29,22 @@ export interface ListSafetyRulesCommandOutput extends ListSafetyRulesResponse, _
29
29
  * @see {@link ListSafetyRulesCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListSafetyRulesCommand extends $Command<ListSafetyRulesCommandInput, ListSafetyRulesCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
50
  readonly input: ListSafetyRulesCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
44
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
44
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateControlPanelCommandOutput extends UpdateControlPanelRespo
29
29
  * @see {@link UpdateControlPanelCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateControlPanelCommand extends $Command<UpdateControlPanelCommandInput, UpdateControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: UpdateControlPanelCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateRoutingControlCommandOutput extends UpdateRoutingControlR
29
29
  * @see {@link UpdateRoutingControlCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>403 response - You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>409 response - ConflictException. You might be using a predefined variable.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>429 response - LimitExceededException or TooManyRequestsException.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateRoutingControlCommand extends $Command<UpdateRoutingControlCommandInput, UpdateRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
53
  readonly input: UpdateRoutingControlCommandInput;
@@ -29,6 +29,16 @@ export interface UpdateSafetyRuleCommandOutput extends UpdateSafetyRuleResponse,
29
29
  * @see {@link UpdateSafetyRuleCommandOutput} for command's `response` shape.
30
30
  * @see {@link Route53RecoveryControlConfigClientResolvedConfig | config} for Route53RecoveryControlConfigClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>404 response - MalformedQueryString. The query string contains a syntax error or resource not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UpdateSafetyRuleCommand extends $Command<UpdateSafetyRuleCommandInput, UpdateSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig> {
34
44
  readonly input: UpdateSafetyRuleCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53-recovery-control-config",
3
3
  "description": "AWS SDK for JavaScript Route53 Recovery Control Config 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,39 +20,39 @@
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
- "@aws-sdk/util-waiter": "3.289.0",
55
+ "@aws-sdk/util-waiter": "3.290.0",
56
56
  "tslib": "^2.3.1",
57
57
  "uuid": "^8.3.2"
58
58
  },