@aws-sdk/client-route53-recovery-cluster 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-route53-recovery-cluster
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-route53-recovery-cluster
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-route53-recovery-cluster
@@ -1,25 +1,72 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { GetRoutingControlStateCommandInput, GetRoutingControlStateCommandOutput } from "./commands/GetRoutingControlStateCommand";
3
- import { ListRoutingControlsCommandInput, ListRoutingControlsCommandOutput } from "./commands/ListRoutingControlsCommand";
4
- import { UpdateRoutingControlStateCommandInput, UpdateRoutingControlStateCommandOutput } from "./commands/UpdateRoutingControlStateCommand";
5
- import { UpdateRoutingControlStatesCommandInput, UpdateRoutingControlStatesCommandOutput } from "./commands/UpdateRoutingControlStatesCommand";
6
- import { Route53RecoveryClusterClient } from "./Route53RecoveryClusterClient";
7
-
8
- export declare class Route53RecoveryCluster extends Route53RecoveryClusterClient {
9
-
10
- getRoutingControlState(args: GetRoutingControlStateCommandInput, options?: __HttpHandlerOptions): Promise<GetRoutingControlStateCommandOutput>;
11
- getRoutingControlState(args: GetRoutingControlStateCommandInput, cb: (err: any, data?: GetRoutingControlStateCommandOutput) => void): void;
12
- getRoutingControlState(args: GetRoutingControlStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoutingControlStateCommandOutput) => void): void;
13
-
14
- listRoutingControls(args: ListRoutingControlsCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutingControlsCommandOutput>;
15
- listRoutingControls(args: ListRoutingControlsCommandInput, cb: (err: any, data?: ListRoutingControlsCommandOutput) => void): void;
16
- listRoutingControls(args: ListRoutingControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutingControlsCommandOutput) => void): void;
17
-
18
- updateRoutingControlState(args: UpdateRoutingControlStateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingControlStateCommandOutput>;
19
- updateRoutingControlState(args: UpdateRoutingControlStateCommandInput, cb: (err: any, data?: UpdateRoutingControlStateCommandOutput) => void): void;
20
- updateRoutingControlState(args: UpdateRoutingControlStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingControlStateCommandOutput) => void): void;
21
-
22
- updateRoutingControlStates(args: UpdateRoutingControlStatesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingControlStatesCommandOutput>;
23
- updateRoutingControlStates(args: UpdateRoutingControlStatesCommandInput, cb: (err: any, data?: UpdateRoutingControlStatesCommandOutput) => void): void;
24
- updateRoutingControlStates(args: UpdateRoutingControlStatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingControlStatesCommandOutput) => void): void;
25
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ GetRoutingControlStateCommandInput,
4
+ GetRoutingControlStateCommandOutput,
5
+ } from "./commands/GetRoutingControlStateCommand";
6
+ import {
7
+ ListRoutingControlsCommandInput,
8
+ ListRoutingControlsCommandOutput,
9
+ } from "./commands/ListRoutingControlsCommand";
10
+ import {
11
+ UpdateRoutingControlStateCommandInput,
12
+ UpdateRoutingControlStateCommandOutput,
13
+ } from "./commands/UpdateRoutingControlStateCommand";
14
+ import {
15
+ UpdateRoutingControlStatesCommandInput,
16
+ UpdateRoutingControlStatesCommandOutput,
17
+ } from "./commands/UpdateRoutingControlStatesCommand";
18
+ import { Route53RecoveryClusterClient } from "./Route53RecoveryClusterClient";
19
+ export declare class Route53RecoveryCluster extends Route53RecoveryClusterClient {
20
+ getRoutingControlState(
21
+ args: GetRoutingControlStateCommandInput,
22
+ options?: __HttpHandlerOptions
23
+ ): Promise<GetRoutingControlStateCommandOutput>;
24
+ getRoutingControlState(
25
+ args: GetRoutingControlStateCommandInput,
26
+ cb: (err: any, data?: GetRoutingControlStateCommandOutput) => void
27
+ ): void;
28
+ getRoutingControlState(
29
+ args: GetRoutingControlStateCommandInput,
30
+ options: __HttpHandlerOptions,
31
+ cb: (err: any, data?: GetRoutingControlStateCommandOutput) => void
32
+ ): void;
33
+ listRoutingControls(
34
+ args: ListRoutingControlsCommandInput,
35
+ options?: __HttpHandlerOptions
36
+ ): Promise<ListRoutingControlsCommandOutput>;
37
+ listRoutingControls(
38
+ args: ListRoutingControlsCommandInput,
39
+ cb: (err: any, data?: ListRoutingControlsCommandOutput) => void
40
+ ): void;
41
+ listRoutingControls(
42
+ args: ListRoutingControlsCommandInput,
43
+ options: __HttpHandlerOptions,
44
+ cb: (err: any, data?: ListRoutingControlsCommandOutput) => void
45
+ ): void;
46
+ updateRoutingControlState(
47
+ args: UpdateRoutingControlStateCommandInput,
48
+ options?: __HttpHandlerOptions
49
+ ): Promise<UpdateRoutingControlStateCommandOutput>;
50
+ updateRoutingControlState(
51
+ args: UpdateRoutingControlStateCommandInput,
52
+ cb: (err: any, data?: UpdateRoutingControlStateCommandOutput) => void
53
+ ): void;
54
+ updateRoutingControlState(
55
+ args: UpdateRoutingControlStateCommandInput,
56
+ options: __HttpHandlerOptions,
57
+ cb: (err: any, data?: UpdateRoutingControlStateCommandOutput) => void
58
+ ): void;
59
+ updateRoutingControlStates(
60
+ args: UpdateRoutingControlStatesCommandInput,
61
+ options?: __HttpHandlerOptions
62
+ ): Promise<UpdateRoutingControlStatesCommandOutput>;
63
+ updateRoutingControlStates(
64
+ args: UpdateRoutingControlStatesCommandInput,
65
+ cb: (err: any, data?: UpdateRoutingControlStatesCommandOutput) => void
66
+ ): void;
67
+ updateRoutingControlStates(
68
+ args: UpdateRoutingControlStatesCommandInput,
69
+ options: __HttpHandlerOptions,
70
+ cb: (err: any, data?: UpdateRoutingControlStatesCommandOutput) => void
71
+ ): void;
72
+ }
@@ -1,77 +1,129 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { GetRoutingControlStateCommandInput, GetRoutingControlStateCommandOutput } from "./commands/GetRoutingControlStateCommand";
10
- import { ListRoutingControlsCommandInput, ListRoutingControlsCommandOutput } from "./commands/ListRoutingControlsCommand";
11
- import { UpdateRoutingControlStateCommandInput, UpdateRoutingControlStateCommandOutput } from "./commands/UpdateRoutingControlStateCommand";
12
- import { UpdateRoutingControlStatesCommandInput, UpdateRoutingControlStatesCommandOutput } from "./commands/UpdateRoutingControlStatesCommand";
13
- export declare type ServiceInputTypes = GetRoutingControlStateCommandInput | ListRoutingControlsCommandInput | UpdateRoutingControlStateCommandInput | UpdateRoutingControlStatesCommandInput;
14
- export declare type ServiceOutputTypes = GetRoutingControlStateCommandOutput | ListRoutingControlsCommandOutput | UpdateRoutingControlStateCommandOutput | UpdateRoutingControlStatesCommandOutput;
15
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
16
-
17
- requestHandler?: __HttpHandler;
18
-
19
- sha256?: __HashConstructor;
20
-
21
- urlParser?: __UrlParser;
22
-
23
- bodyLengthChecker?: __BodyLengthCalculator;
24
-
25
- streamCollector?: __StreamCollector;
26
-
27
- base64Decoder?: __Decoder;
28
-
29
- base64Encoder?: __Encoder;
30
-
31
- utf8Decoder?: __Decoder;
32
-
33
- utf8Encoder?: __Encoder;
34
-
35
- runtime?: string;
36
-
37
- disableHostPrefix?: boolean;
38
-
39
- maxAttempts?: number | __Provider<number>;
40
-
41
- retryMode?: string | __Provider<string>;
42
-
43
- logger?: __Logger;
44
-
45
- useDualstackEndpoint?: boolean | __Provider<boolean>;
46
-
47
- useFipsEndpoint?: boolean | __Provider<boolean>;
48
-
49
- serviceId?: string;
50
-
51
- region?: string | __Provider<string>;
52
-
53
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
54
-
55
- regionInfoProvider?: RegionInfoProvider;
56
-
57
- defaultUserAgentProvider?: Provider<__UserAgent>;
58
-
59
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
60
- }
61
- declare type Route53RecoveryClusterClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
62
-
63
- export interface Route53RecoveryClusterClientConfig extends Route53RecoveryClusterClientConfigType {
64
- }
65
- declare type Route53RecoveryClusterClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
66
-
67
- export interface Route53RecoveryClusterClientResolvedConfig extends Route53RecoveryClusterClientResolvedConfigType {
68
- }
69
-
70
- export declare class Route53RecoveryClusterClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53RecoveryClusterClientResolvedConfig> {
71
-
72
- readonly config: Route53RecoveryClusterClientResolvedConfig;
73
- constructor(configuration: Route53RecoveryClusterClientConfig);
74
-
75
- destroy(): void;
76
- }
77
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ GetRoutingControlStateCommandInput,
47
+ GetRoutingControlStateCommandOutput,
48
+ } from "./commands/GetRoutingControlStateCommand";
49
+ import {
50
+ ListRoutingControlsCommandInput,
51
+ ListRoutingControlsCommandOutput,
52
+ } from "./commands/ListRoutingControlsCommand";
53
+ import {
54
+ UpdateRoutingControlStateCommandInput,
55
+ UpdateRoutingControlStateCommandOutput,
56
+ } from "./commands/UpdateRoutingControlStateCommand";
57
+ import {
58
+ UpdateRoutingControlStatesCommandInput,
59
+ UpdateRoutingControlStatesCommandOutput,
60
+ } from "./commands/UpdateRoutingControlStatesCommand";
61
+ export declare type ServiceInputTypes =
62
+ | GetRoutingControlStateCommandInput
63
+ | ListRoutingControlsCommandInput
64
+ | UpdateRoutingControlStateCommandInput
65
+ | UpdateRoutingControlStatesCommandInput;
66
+ export declare type ServiceOutputTypes =
67
+ | GetRoutingControlStateCommandOutput
68
+ | ListRoutingControlsCommandOutput
69
+ | UpdateRoutingControlStateCommandOutput
70
+ | UpdateRoutingControlStatesCommandOutput;
71
+ export interface ClientDefaults
72
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
73
+ requestHandler?: __HttpHandler;
74
+ sha256?: __HashConstructor;
75
+ urlParser?: __UrlParser;
76
+ bodyLengthChecker?: __BodyLengthCalculator;
77
+ streamCollector?: __StreamCollector;
78
+ base64Decoder?: __Decoder;
79
+ base64Encoder?: __Encoder;
80
+ utf8Decoder?: __Decoder;
81
+ utf8Encoder?: __Encoder;
82
+ runtime?: string;
83
+ disableHostPrefix?: boolean;
84
+ maxAttempts?: number | __Provider<number>;
85
+ retryMode?: string | __Provider<string>;
86
+ logger?: __Logger;
87
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
88
+ useFipsEndpoint?: boolean | __Provider<boolean>;
89
+ serviceId?: string;
90
+ region?: string | __Provider<string>;
91
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
92
+ regionInfoProvider?: RegionInfoProvider;
93
+ defaultUserAgentProvider?: Provider<__UserAgent>;
94
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
95
+ }
96
+ declare type Route53RecoveryClusterClientConfigType = Partial<
97
+ __SmithyConfiguration<__HttpHandlerOptions>
98
+ > &
99
+ ClientDefaults &
100
+ RegionInputConfig &
101
+ EndpointsInputConfig &
102
+ RetryInputConfig &
103
+ HostHeaderInputConfig &
104
+ AwsAuthInputConfig &
105
+ UserAgentInputConfig;
106
+ export interface Route53RecoveryClusterClientConfig
107
+ extends Route53RecoveryClusterClientConfigType {}
108
+ declare type Route53RecoveryClusterClientResolvedConfigType =
109
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
110
+ Required<ClientDefaults> &
111
+ RegionResolvedConfig &
112
+ EndpointsResolvedConfig &
113
+ RetryResolvedConfig &
114
+ HostHeaderResolvedConfig &
115
+ AwsAuthResolvedConfig &
116
+ UserAgentResolvedConfig;
117
+ export interface Route53RecoveryClusterClientResolvedConfig
118
+ extends Route53RecoveryClusterClientResolvedConfigType {}
119
+ export declare class Route53RecoveryClusterClient extends __Client<
120
+ __HttpHandlerOptions,
121
+ ServiceInputTypes,
122
+ ServiceOutputTypes,
123
+ Route53RecoveryClusterClientResolvedConfig
124
+ > {
125
+ readonly config: Route53RecoveryClusterClientResolvedConfig;
126
+ constructor(configuration: Route53RecoveryClusterClientConfig);
127
+ destroy(): void;
128
+ }
129
+ export {};
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetRoutingControlStateRequest, GetRoutingControlStateResponse } from "../models/models_0";
4
- import { Route53RecoveryClusterClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryClusterClient";
5
- export interface GetRoutingControlStateCommandInput extends GetRoutingControlStateRequest {
6
- }
7
- export interface GetRoutingControlStateCommandOutput extends GetRoutingControlStateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRoutingControlStateCommand extends $Command<GetRoutingControlStateCommandInput, GetRoutingControlStateCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
11
- readonly input: GetRoutingControlStateCommandInput;
12
- constructor(input: GetRoutingControlStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryClusterClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRoutingControlStateCommandInput, GetRoutingControlStateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetRoutingControlStateRequest,
10
+ GetRoutingControlStateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53RecoveryClusterClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53RecoveryClusterClient";
17
+ export interface GetRoutingControlStateCommandInput
18
+ extends GetRoutingControlStateRequest {}
19
+ export interface GetRoutingControlStateCommandOutput
20
+ extends GetRoutingControlStateResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetRoutingControlStateCommand extends $Command<
23
+ GetRoutingControlStateCommandInput,
24
+ GetRoutingControlStateCommandOutput,
25
+ Route53RecoveryClusterClientResolvedConfig
26
+ > {
27
+ readonly input: GetRoutingControlStateCommandInput;
28
+ constructor(input: GetRoutingControlStateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53RecoveryClusterClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetRoutingControlStateCommandInput,
35
+ GetRoutingControlStateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListRoutingControlsRequest, ListRoutingControlsResponse } from "../models/models_0";
4
- import { Route53RecoveryClusterClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryClusterClient";
5
- export interface ListRoutingControlsCommandInput extends ListRoutingControlsRequest {
6
- }
7
- export interface ListRoutingControlsCommandOutput extends ListRoutingControlsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRoutingControlsCommand extends $Command<ListRoutingControlsCommandInput, ListRoutingControlsCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
11
- readonly input: ListRoutingControlsCommandInput;
12
- constructor(input: ListRoutingControlsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryClusterClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRoutingControlsCommandInput, ListRoutingControlsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListRoutingControlsRequest,
10
+ ListRoutingControlsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53RecoveryClusterClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53RecoveryClusterClient";
17
+ export interface ListRoutingControlsCommandInput
18
+ extends ListRoutingControlsRequest {}
19
+ export interface ListRoutingControlsCommandOutput
20
+ extends ListRoutingControlsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListRoutingControlsCommand extends $Command<
23
+ ListRoutingControlsCommandInput,
24
+ ListRoutingControlsCommandOutput,
25
+ Route53RecoveryClusterClientResolvedConfig
26
+ > {
27
+ readonly input: ListRoutingControlsCommandInput;
28
+ constructor(input: ListRoutingControlsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53RecoveryClusterClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListRoutingControlsCommandInput, ListRoutingControlsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateRoutingControlStateRequest, UpdateRoutingControlStateResponse } from "../models/models_0";
4
- import { Route53RecoveryClusterClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryClusterClient";
5
- export interface UpdateRoutingControlStateCommandInput extends UpdateRoutingControlStateRequest {
6
- }
7
- export interface UpdateRoutingControlStateCommandOutput extends UpdateRoutingControlStateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRoutingControlStateCommand extends $Command<UpdateRoutingControlStateCommandInput, UpdateRoutingControlStateCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
11
- readonly input: UpdateRoutingControlStateCommandInput;
12
- constructor(input: UpdateRoutingControlStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryClusterClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRoutingControlStateCommandInput, UpdateRoutingControlStateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateRoutingControlStateRequest,
10
+ UpdateRoutingControlStateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53RecoveryClusterClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53RecoveryClusterClient";
17
+ export interface UpdateRoutingControlStateCommandInput
18
+ extends UpdateRoutingControlStateRequest {}
19
+ export interface UpdateRoutingControlStateCommandOutput
20
+ extends UpdateRoutingControlStateResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateRoutingControlStateCommand extends $Command<
23
+ UpdateRoutingControlStateCommandInput,
24
+ UpdateRoutingControlStateCommandOutput,
25
+ Route53RecoveryClusterClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateRoutingControlStateCommandInput;
28
+ constructor(input: UpdateRoutingControlStateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53RecoveryClusterClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateRoutingControlStateCommandInput,
35
+ UpdateRoutingControlStateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateRoutingControlStatesRequest, UpdateRoutingControlStatesResponse } from "../models/models_0";
4
- import { Route53RecoveryClusterClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryClusterClient";
5
- export interface UpdateRoutingControlStatesCommandInput extends UpdateRoutingControlStatesRequest {
6
- }
7
- export interface UpdateRoutingControlStatesCommandOutput extends UpdateRoutingControlStatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRoutingControlStatesCommand extends $Command<UpdateRoutingControlStatesCommandInput, UpdateRoutingControlStatesCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
11
- readonly input: UpdateRoutingControlStatesCommandInput;
12
- constructor(input: UpdateRoutingControlStatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryClusterClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRoutingControlStatesCommandInput, UpdateRoutingControlStatesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateRoutingControlStatesRequest,
10
+ UpdateRoutingControlStatesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ Route53RecoveryClusterClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../Route53RecoveryClusterClient";
17
+ export interface UpdateRoutingControlStatesCommandInput
18
+ extends UpdateRoutingControlStatesRequest {}
19
+ export interface UpdateRoutingControlStatesCommandOutput
20
+ extends UpdateRoutingControlStatesResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateRoutingControlStatesCommand extends $Command<
23
+ UpdateRoutingControlStatesCommandInput,
24
+ UpdateRoutingControlStatesCommandOutput,
25
+ Route53RecoveryClusterClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateRoutingControlStatesCommandInput;
28
+ constructor(input: UpdateRoutingControlStatesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Route53RecoveryClusterClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateRoutingControlStatesCommandInput,
35
+ UpdateRoutingControlStatesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,4 +1,4 @@
1
- export * from "./GetRoutingControlStateCommand";
2
- export * from "./ListRoutingControlsCommand";
3
- export * from "./UpdateRoutingControlStateCommand";
4
- export * from "./UpdateRoutingControlStatesCommand";
1
+ export * from "./GetRoutingControlStateCommand";
2
+ export * from "./ListRoutingControlsCommand";
3
+ export * from "./UpdateRoutingControlStateCommand";
4
+ export * from "./UpdateRoutingControlStatesCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Route53RecoveryCluster";
2
- export * from "./Route53RecoveryClusterClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { Route53RecoveryClusterServiceException } from "./models/Route53RecoveryClusterServiceException";
1
+ export * from "./Route53RecoveryCluster";
2
+ export * from "./Route53RecoveryClusterClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { Route53RecoveryClusterServiceException } from "./models/Route53RecoveryClusterServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class Route53RecoveryClusterServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class Route53RecoveryClusterServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";