@aws-sdk/client-route53-recovery-readiness 3.928.0 → 3.929.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/dist-cjs/index.js +2390 -1469
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/Route53RecoveryReadinessClient.js +2 -0
- package/dist-es/commands/CreateCellCommand.js +3 -9
- package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +3 -9
- package/dist-es/commands/CreateReadinessCheckCommand.js +3 -9
- package/dist-es/commands/CreateRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/CreateResourceSetCommand.js +3 -9
- package/dist-es/commands/DeleteCellCommand.js +3 -9
- package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +3 -9
- package/dist-es/commands/DeleteReadinessCheckCommand.js +3 -9
- package/dist-es/commands/DeleteRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/DeleteResourceSetCommand.js +3 -9
- package/dist-es/commands/GetArchitectureRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetCellCommand.js +3 -9
- package/dist-es/commands/GetCellReadinessSummaryCommand.js +3 -9
- package/dist-es/commands/GetReadinessCheckCommand.js +3 -9
- package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +3 -9
- package/dist-es/commands/GetReadinessCheckStatusCommand.js +3 -9
- package/dist-es/commands/GetRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +3 -9
- package/dist-es/commands/GetResourceSetCommand.js +3 -9
- package/dist-es/commands/ListCellsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +3 -9
- package/dist-es/commands/ListReadinessChecksCommand.js +3 -9
- package/dist-es/commands/ListRecoveryGroupsCommand.js +3 -9
- package/dist-es/commands/ListResourceSetsCommand.js +3 -9
- package/dist-es/commands/ListRulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCellCommand.js +3 -9
- package/dist-es/commands/UpdateReadinessCheckCommand.js +3 -9
- package/dist-es/commands/UpdateRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/UpdateResourceSetCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2315 -0
- package/dist-types/Route53RecoveryReadinessClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +129 -0
- package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1234
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateCellCommandInput, CreateCellCommandOutput } from "./commands/CreateCellCommand";
|
|
11
11
|
import { CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput } from "./commands/CreateCrossAccountAuthorizationCommand";
|
|
@@ -173,6 +173,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
173
173
|
* Optional extensions
|
|
174
174
|
*/
|
|
175
175
|
extensions?: RuntimeExtension[];
|
|
176
|
+
/**
|
|
177
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
178
|
+
* may be overridden. A default will always be set by the client.
|
|
179
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
180
|
+
* the client.
|
|
181
|
+
* @alpha
|
|
182
|
+
*
|
|
183
|
+
*/
|
|
184
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
176
185
|
/**
|
|
177
186
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
178
187
|
*/
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53RecoveryReadinessHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
3
|
+
export declare var CellOutput: StaticStructureSchema;
|
|
4
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
5
|
+
export declare var CreateCellRequest: StaticStructureSchema;
|
|
6
|
+
export declare var CreateCellResponse: StaticStructureSchema;
|
|
7
|
+
export declare var CreateCrossAccountAuthorizationRequest: StaticStructureSchema;
|
|
8
|
+
export declare var CreateCrossAccountAuthorizationResponse: StaticStructureSchema;
|
|
9
|
+
export declare var CreateReadinessCheckRequest: StaticStructureSchema;
|
|
10
|
+
export declare var CreateReadinessCheckResponse: StaticStructureSchema;
|
|
11
|
+
export declare var CreateRecoveryGroupRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CreateRecoveryGroupResponse: StaticStructureSchema;
|
|
13
|
+
export declare var CreateResourceSetRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CreateResourceSetResponse: StaticStructureSchema;
|
|
15
|
+
export declare var DeleteCellRequest: StaticStructureSchema;
|
|
16
|
+
export declare var DeleteCrossAccountAuthorizationRequest: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteCrossAccountAuthorizationResponse: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteReadinessCheckRequest: StaticStructureSchema;
|
|
19
|
+
export declare var DeleteRecoveryGroupRequest: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteResourceSetRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DNSTargetResource: StaticStructureSchema;
|
|
22
|
+
export declare var GetArchitectureRecommendationsRequest: StaticStructureSchema;
|
|
23
|
+
export declare var GetArchitectureRecommendationsResponse: StaticStructureSchema;
|
|
24
|
+
export declare var GetCellReadinessSummaryRequest: StaticStructureSchema;
|
|
25
|
+
export declare var GetCellReadinessSummaryResponse: StaticStructureSchema;
|
|
26
|
+
export declare var GetCellRequest: StaticStructureSchema;
|
|
27
|
+
export declare var GetCellResponse: StaticStructureSchema;
|
|
28
|
+
export declare var GetReadinessCheckRequest: StaticStructureSchema;
|
|
29
|
+
export declare var GetReadinessCheckResourceStatusRequest: StaticStructureSchema;
|
|
30
|
+
export declare var GetReadinessCheckResourceStatusResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetReadinessCheckResponse: StaticStructureSchema;
|
|
32
|
+
export declare var GetReadinessCheckStatusRequest: StaticStructureSchema;
|
|
33
|
+
export declare var GetReadinessCheckStatusResponse: StaticStructureSchema;
|
|
34
|
+
export declare var GetRecoveryGroupReadinessSummaryRequest: StaticStructureSchema;
|
|
35
|
+
export declare var GetRecoveryGroupReadinessSummaryResponse: StaticStructureSchema;
|
|
36
|
+
export declare var GetRecoveryGroupRequest: StaticStructureSchema;
|
|
37
|
+
export declare var GetRecoveryGroupResponse: StaticStructureSchema;
|
|
38
|
+
export declare var GetResourceSetRequest: StaticStructureSchema;
|
|
39
|
+
export declare var GetResourceSetResponse: StaticStructureSchema;
|
|
40
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
41
|
+
export declare var ListCellsRequest: StaticStructureSchema;
|
|
42
|
+
export declare var ListCellsResponse: StaticStructureSchema;
|
|
43
|
+
export declare var ListCrossAccountAuthorizationsRequest: StaticStructureSchema;
|
|
44
|
+
export declare var ListCrossAccountAuthorizationsResponse: StaticStructureSchema;
|
|
45
|
+
export declare var ListReadinessChecksRequest: StaticStructureSchema;
|
|
46
|
+
export declare var ListReadinessChecksResponse: StaticStructureSchema;
|
|
47
|
+
export declare var ListRecoveryGroupsRequest: StaticStructureSchema;
|
|
48
|
+
export declare var ListRecoveryGroupsResponse: StaticStructureSchema;
|
|
49
|
+
export declare var ListResourceSetsRequest: StaticStructureSchema;
|
|
50
|
+
export declare var ListResourceSetsResponse: StaticStructureSchema;
|
|
51
|
+
export declare var ListRulesOutput: StaticStructureSchema;
|
|
52
|
+
export declare var ListRulesRequest: StaticStructureSchema;
|
|
53
|
+
export declare var ListRulesResponse: StaticStructureSchema;
|
|
54
|
+
export declare var ListTagsForResourcesRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ListTagsForResourcesResponse: StaticStructureSchema;
|
|
56
|
+
export declare var Message: StaticStructureSchema;
|
|
57
|
+
export declare var NLBResource: StaticStructureSchema;
|
|
58
|
+
export declare var R53ResourceRecord: StaticStructureSchema;
|
|
59
|
+
export declare var ReadinessCheckOutput: StaticStructureSchema;
|
|
60
|
+
export declare var ReadinessCheckSummary: StaticStructureSchema;
|
|
61
|
+
export declare var Recommendation: StaticStructureSchema;
|
|
62
|
+
export declare var RecoveryGroupOutput: StaticStructureSchema;
|
|
63
|
+
export declare var Resource: StaticStructureSchema;
|
|
64
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
65
|
+
export declare var ResourceResult: StaticStructureSchema;
|
|
66
|
+
export declare var ResourceSetOutput: StaticStructureSchema;
|
|
67
|
+
export declare var RuleResult: StaticStructureSchema;
|
|
68
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
69
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
70
|
+
export declare var TargetResource: StaticStructureSchema;
|
|
71
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
72
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
73
|
+
export declare var UpdateCellRequest: StaticStructureSchema;
|
|
74
|
+
export declare var UpdateCellResponse: StaticStructureSchema;
|
|
75
|
+
export declare var UpdateReadinessCheckRequest: StaticStructureSchema;
|
|
76
|
+
export declare var UpdateReadinessCheckResponse: StaticStructureSchema;
|
|
77
|
+
export declare var UpdateRecoveryGroupRequest: StaticStructureSchema;
|
|
78
|
+
export declare var UpdateRecoveryGroupResponse: StaticStructureSchema;
|
|
79
|
+
export declare var UpdateResourceSetRequest: StaticStructureSchema;
|
|
80
|
+
export declare var UpdateResourceSetResponse: StaticStructureSchema;
|
|
81
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
82
|
+
export declare var __Unit: "unit";
|
|
83
|
+
export declare var Route53RecoveryReadinessServiceException: StaticErrorSchema;
|
|
84
|
+
export declare var __listOf__string: number;
|
|
85
|
+
export declare var __listOfCellOutput: StaticListSchema;
|
|
86
|
+
export declare var __listOfCrossAccountAuthorization: number;
|
|
87
|
+
export declare var __listOfListRulesOutput: StaticListSchema;
|
|
88
|
+
export declare var __listOfMessage: StaticListSchema;
|
|
89
|
+
export declare var __listOfReadinessCheckOutput: StaticListSchema;
|
|
90
|
+
export declare var __listOfReadinessCheckSummary: StaticListSchema;
|
|
91
|
+
export declare var __listOfRecommendation: StaticListSchema;
|
|
92
|
+
export declare var __listOfRecoveryGroupOutput: StaticListSchema;
|
|
93
|
+
export declare var __listOfResource: StaticListSchema;
|
|
94
|
+
export declare var __listOfResourceResult: StaticListSchema;
|
|
95
|
+
export declare var __listOfResourceSetOutput: StaticListSchema;
|
|
96
|
+
export declare var __listOfRuleResult: StaticListSchema;
|
|
97
|
+
export declare var Tags: number;
|
|
98
|
+
export declare var CreateCell: StaticOperationSchema;
|
|
99
|
+
export declare var CreateCrossAccountAuthorization: StaticOperationSchema;
|
|
100
|
+
export declare var CreateReadinessCheck: StaticOperationSchema;
|
|
101
|
+
export declare var CreateRecoveryGroup: StaticOperationSchema;
|
|
102
|
+
export declare var CreateResourceSet: StaticOperationSchema;
|
|
103
|
+
export declare var DeleteCell: StaticOperationSchema;
|
|
104
|
+
export declare var DeleteCrossAccountAuthorization: StaticOperationSchema;
|
|
105
|
+
export declare var DeleteReadinessCheck: StaticOperationSchema;
|
|
106
|
+
export declare var DeleteRecoveryGroup: StaticOperationSchema;
|
|
107
|
+
export declare var DeleteResourceSet: StaticOperationSchema;
|
|
108
|
+
export declare var GetArchitectureRecommendations: StaticOperationSchema;
|
|
109
|
+
export declare var GetCell: StaticOperationSchema;
|
|
110
|
+
export declare var GetCellReadinessSummary: StaticOperationSchema;
|
|
111
|
+
export declare var GetReadinessCheck: StaticOperationSchema;
|
|
112
|
+
export declare var GetReadinessCheckResourceStatus: StaticOperationSchema;
|
|
113
|
+
export declare var GetReadinessCheckStatus: StaticOperationSchema;
|
|
114
|
+
export declare var GetRecoveryGroup: StaticOperationSchema;
|
|
115
|
+
export declare var GetRecoveryGroupReadinessSummary: StaticOperationSchema;
|
|
116
|
+
export declare var GetResourceSet: StaticOperationSchema;
|
|
117
|
+
export declare var ListCells: StaticOperationSchema;
|
|
118
|
+
export declare var ListCrossAccountAuthorizations: StaticOperationSchema;
|
|
119
|
+
export declare var ListReadinessChecks: StaticOperationSchema;
|
|
120
|
+
export declare var ListRecoveryGroups: StaticOperationSchema;
|
|
121
|
+
export declare var ListResourceSets: StaticOperationSchema;
|
|
122
|
+
export declare var ListRules: StaticOperationSchema;
|
|
123
|
+
export declare var ListTagsForResources: StaticOperationSchema;
|
|
124
|
+
export declare var TagResource: StaticOperationSchema;
|
|
125
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
126
|
+
export declare var UpdateCell: StaticOperationSchema;
|
|
127
|
+
export declare var UpdateReadinessCheck: StaticOperationSchema;
|
|
128
|
+
export declare var UpdateRecoveryGroup: StaticOperationSchema;
|
|
129
|
+
export declare var UpdateResourceSet: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -270,6 +273,7 @@ export interface ClientDefaults
|
|
|
270
273
|
retryMode?: string | __Provider<string>;
|
|
271
274
|
logger?: __Logger;
|
|
272
275
|
extensions?: RuntimeExtension[];
|
|
276
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
273
277
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
274
278
|
}
|
|
275
279
|
export type Route53RecoveryReadinessClientConfigType = Partial<
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53RecoveryReadinessHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
8
|
+
export declare var CellOutput: StaticStructureSchema;
|
|
9
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
10
|
+
export declare var CreateCellRequest: StaticStructureSchema;
|
|
11
|
+
export declare var CreateCellResponse: StaticStructureSchema;
|
|
12
|
+
export declare var CreateCrossAccountAuthorizationRequest: StaticStructureSchema;
|
|
13
|
+
export declare var CreateCrossAccountAuthorizationResponse: StaticStructureSchema;
|
|
14
|
+
export declare var CreateReadinessCheckRequest: StaticStructureSchema;
|
|
15
|
+
export declare var CreateReadinessCheckResponse: StaticStructureSchema;
|
|
16
|
+
export declare var CreateRecoveryGroupRequest: StaticStructureSchema;
|
|
17
|
+
export declare var CreateRecoveryGroupResponse: StaticStructureSchema;
|
|
18
|
+
export declare var CreateResourceSetRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateResourceSetResponse: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteCellRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteCrossAccountAuthorizationRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteCrossAccountAuthorizationResponse: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteReadinessCheckRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteRecoveryGroupRequest: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteResourceSetRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DNSTargetResource: StaticStructureSchema;
|
|
27
|
+
export declare var GetArchitectureRecommendationsRequest: StaticStructureSchema;
|
|
28
|
+
export declare var GetArchitectureRecommendationsResponse: StaticStructureSchema;
|
|
29
|
+
export declare var GetCellReadinessSummaryRequest: StaticStructureSchema;
|
|
30
|
+
export declare var GetCellReadinessSummaryResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetCellRequest: StaticStructureSchema;
|
|
32
|
+
export declare var GetCellResponse: StaticStructureSchema;
|
|
33
|
+
export declare var GetReadinessCheckRequest: StaticStructureSchema;
|
|
34
|
+
export declare var GetReadinessCheckResourceStatusRequest: StaticStructureSchema;
|
|
35
|
+
export declare var GetReadinessCheckResourceStatusResponse: StaticStructureSchema;
|
|
36
|
+
export declare var GetReadinessCheckResponse: StaticStructureSchema;
|
|
37
|
+
export declare var GetReadinessCheckStatusRequest: StaticStructureSchema;
|
|
38
|
+
export declare var GetReadinessCheckStatusResponse: StaticStructureSchema;
|
|
39
|
+
export declare var GetRecoveryGroupReadinessSummaryRequest: StaticStructureSchema;
|
|
40
|
+
export declare var GetRecoveryGroupReadinessSummaryResponse: StaticStructureSchema;
|
|
41
|
+
export declare var GetRecoveryGroupRequest: StaticStructureSchema;
|
|
42
|
+
export declare var GetRecoveryGroupResponse: StaticStructureSchema;
|
|
43
|
+
export declare var GetResourceSetRequest: StaticStructureSchema;
|
|
44
|
+
export declare var GetResourceSetResponse: StaticStructureSchema;
|
|
45
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
46
|
+
export declare var ListCellsRequest: StaticStructureSchema;
|
|
47
|
+
export declare var ListCellsResponse: StaticStructureSchema;
|
|
48
|
+
export declare var ListCrossAccountAuthorizationsRequest: StaticStructureSchema;
|
|
49
|
+
export declare var ListCrossAccountAuthorizationsResponse: StaticStructureSchema;
|
|
50
|
+
export declare var ListReadinessChecksRequest: StaticStructureSchema;
|
|
51
|
+
export declare var ListReadinessChecksResponse: StaticStructureSchema;
|
|
52
|
+
export declare var ListRecoveryGroupsRequest: StaticStructureSchema;
|
|
53
|
+
export declare var ListRecoveryGroupsResponse: StaticStructureSchema;
|
|
54
|
+
export declare var ListResourceSetsRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ListResourceSetsResponse: StaticStructureSchema;
|
|
56
|
+
export declare var ListRulesOutput: StaticStructureSchema;
|
|
57
|
+
export declare var ListRulesRequest: StaticStructureSchema;
|
|
58
|
+
export declare var ListRulesResponse: StaticStructureSchema;
|
|
59
|
+
export declare var ListTagsForResourcesRequest: StaticStructureSchema;
|
|
60
|
+
export declare var ListTagsForResourcesResponse: StaticStructureSchema;
|
|
61
|
+
export declare var Message: StaticStructureSchema;
|
|
62
|
+
export declare var NLBResource: StaticStructureSchema;
|
|
63
|
+
export declare var R53ResourceRecord: StaticStructureSchema;
|
|
64
|
+
export declare var ReadinessCheckOutput: StaticStructureSchema;
|
|
65
|
+
export declare var ReadinessCheckSummary: StaticStructureSchema;
|
|
66
|
+
export declare var Recommendation: StaticStructureSchema;
|
|
67
|
+
export declare var RecoveryGroupOutput: StaticStructureSchema;
|
|
68
|
+
export declare var Resource: StaticStructureSchema;
|
|
69
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
70
|
+
export declare var ResourceResult: StaticStructureSchema;
|
|
71
|
+
export declare var ResourceSetOutput: StaticStructureSchema;
|
|
72
|
+
export declare var RuleResult: StaticStructureSchema;
|
|
73
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
74
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
75
|
+
export declare var TargetResource: StaticStructureSchema;
|
|
76
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
77
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
78
|
+
export declare var UpdateCellRequest: StaticStructureSchema;
|
|
79
|
+
export declare var UpdateCellResponse: StaticStructureSchema;
|
|
80
|
+
export declare var UpdateReadinessCheckRequest: StaticStructureSchema;
|
|
81
|
+
export declare var UpdateReadinessCheckResponse: StaticStructureSchema;
|
|
82
|
+
export declare var UpdateRecoveryGroupRequest: StaticStructureSchema;
|
|
83
|
+
export declare var UpdateRecoveryGroupResponse: StaticStructureSchema;
|
|
84
|
+
export declare var UpdateResourceSetRequest: StaticStructureSchema;
|
|
85
|
+
export declare var UpdateResourceSetResponse: StaticStructureSchema;
|
|
86
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
87
|
+
export declare var __Unit: "unit";
|
|
88
|
+
export declare var Route53RecoveryReadinessServiceException: StaticErrorSchema;
|
|
89
|
+
export declare var __listOf__string: number;
|
|
90
|
+
export declare var __listOfCellOutput: StaticListSchema;
|
|
91
|
+
export declare var __listOfCrossAccountAuthorization: number;
|
|
92
|
+
export declare var __listOfListRulesOutput: StaticListSchema;
|
|
93
|
+
export declare var __listOfMessage: StaticListSchema;
|
|
94
|
+
export declare var __listOfReadinessCheckOutput: StaticListSchema;
|
|
95
|
+
export declare var __listOfReadinessCheckSummary: StaticListSchema;
|
|
96
|
+
export declare var __listOfRecommendation: StaticListSchema;
|
|
97
|
+
export declare var __listOfRecoveryGroupOutput: StaticListSchema;
|
|
98
|
+
export declare var __listOfResource: StaticListSchema;
|
|
99
|
+
export declare var __listOfResourceResult: StaticListSchema;
|
|
100
|
+
export declare var __listOfResourceSetOutput: StaticListSchema;
|
|
101
|
+
export declare var __listOfRuleResult: StaticListSchema;
|
|
102
|
+
export declare var Tags: number;
|
|
103
|
+
export declare var CreateCell: StaticOperationSchema;
|
|
104
|
+
export declare var CreateCrossAccountAuthorization: StaticOperationSchema;
|
|
105
|
+
export declare var CreateReadinessCheck: StaticOperationSchema;
|
|
106
|
+
export declare var CreateRecoveryGroup: StaticOperationSchema;
|
|
107
|
+
export declare var CreateResourceSet: StaticOperationSchema;
|
|
108
|
+
export declare var DeleteCell: StaticOperationSchema;
|
|
109
|
+
export declare var DeleteCrossAccountAuthorization: StaticOperationSchema;
|
|
110
|
+
export declare var DeleteReadinessCheck: StaticOperationSchema;
|
|
111
|
+
export declare var DeleteRecoveryGroup: StaticOperationSchema;
|
|
112
|
+
export declare var DeleteResourceSet: StaticOperationSchema;
|
|
113
|
+
export declare var GetArchitectureRecommendations: StaticOperationSchema;
|
|
114
|
+
export declare var GetCell: StaticOperationSchema;
|
|
115
|
+
export declare var GetCellReadinessSummary: StaticOperationSchema;
|
|
116
|
+
export declare var GetReadinessCheck: StaticOperationSchema;
|
|
117
|
+
export declare var GetReadinessCheckResourceStatus: StaticOperationSchema;
|
|
118
|
+
export declare var GetReadinessCheckStatus: StaticOperationSchema;
|
|
119
|
+
export declare var GetRecoveryGroup: StaticOperationSchema;
|
|
120
|
+
export declare var GetRecoveryGroupReadinessSummary: StaticOperationSchema;
|
|
121
|
+
export declare var GetResourceSet: StaticOperationSchema;
|
|
122
|
+
export declare var ListCells: StaticOperationSchema;
|
|
123
|
+
export declare var ListCrossAccountAuthorizations: StaticOperationSchema;
|
|
124
|
+
export declare var ListReadinessChecks: StaticOperationSchema;
|
|
125
|
+
export declare var ListRecoveryGroups: StaticOperationSchema;
|
|
126
|
+
export declare var ListResourceSets: StaticOperationSchema;
|
|
127
|
+
export declare var ListRules: StaticOperationSchema;
|
|
128
|
+
export declare var ListTagsForResources: StaticOperationSchema;
|
|
129
|
+
export declare var TagResource: StaticOperationSchema;
|
|
130
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
131
|
+
export declare var UpdateCell: StaticOperationSchema;
|
|
132
|
+
export declare var UpdateReadinessCheck: StaticOperationSchema;
|
|
133
|
+
export declare var UpdateRecoveryGroup: StaticOperationSchema;
|
|
134
|
+
export declare var UpdateResourceSet: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-readiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Readiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route53-recovery-readiness",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.928.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|