@aws-sdk/client-resiliencehub 3.192.0 → 3.193.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 +11 -0
- package/dist-cjs/ResiliencehubClient.js +11 -8
- package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +10 -0
- package/dist-cjs/commands/CreateAppCommand.js +10 -0
- package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppAssessmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppCommand.js +10 -0
- package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppAssessmentCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +10 -0
- package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +10 -0
- package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +10 -0
- package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +10 -0
- package/dist-cjs/commands/ListAppAssessmentsCommand.js +10 -0
- package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +10 -0
- package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +10 -0
- package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +10 -0
- package/dist-cjs/commands/ListAppVersionResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListAppVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListAppsCommand.js +10 -0
- package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListSopRecommendationsCommand.js +10 -0
- package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTestRecommendationsCommand.js +10 -0
- package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +10 -0
- package/dist-cjs/commands/PublishAppVersionCommand.js +10 -0
- package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +10 -0
- package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +10 -0
- package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +10 -0
- package/dist-cjs/commands/StartAppAssessmentCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAppCommand.js +10 -0
- package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/pagination/ListAlarmRecommendationsPaginator.js +1 -0
- package/dist-cjs/pagination/ListAppAssessmentsPaginator.js +1 -0
- package/dist-cjs/pagination/ListAppComponentCompliancesPaginator.js +1 -0
- package/dist-cjs/pagination/ListAppComponentRecommendationsPaginator.js +1 -0
- package/dist-cjs/pagination/ListAppVersionResourceMappingsPaginator.js +1 -0
- package/dist-cjs/pagination/ListAppVersionResourcesPaginator.js +1 -0
- package/dist-cjs/pagination/ListAppVersionsPaginator.js +1 -0
- package/dist-cjs/pagination/ListAppsPaginator.js +1 -0
- package/dist-cjs/pagination/ListRecommendationTemplatesPaginator.js +1 -0
- package/dist-cjs/pagination/ListResiliencyPoliciesPaginator.js +1 -0
- package/dist-cjs/pagination/ListSopRecommendationsPaginator.js +1 -0
- package/dist-cjs/pagination/ListSuggestedResiliencyPoliciesPaginator.js +1 -0
- package/dist-cjs/pagination/ListTestRecommendationsPaginator.js +1 -0
- package/dist-cjs/pagination/ListUnsupportedAppVersionResourcesPaginator.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/ResiliencehubClient.js +12 -9
- package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +10 -0
- package/dist-es/commands/CreateAppCommand.js +10 -0
- package/dist-es/commands/CreateRecommendationTemplateCommand.js +10 -0
- package/dist-es/commands/CreateResiliencyPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteAppAssessmentCommand.js +10 -0
- package/dist-es/commands/DeleteAppCommand.js +10 -0
- package/dist-es/commands/DeleteRecommendationTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteResiliencyPolicyCommand.js +10 -0
- package/dist-es/commands/DescribeAppAssessmentCommand.js +10 -0
- package/dist-es/commands/DescribeAppCommand.js +10 -0
- package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +10 -0
- package/dist-es/commands/DescribeAppVersionTemplateCommand.js +10 -0
- package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +10 -0
- package/dist-es/commands/DescribeResiliencyPolicyCommand.js +10 -0
- package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +10 -0
- package/dist-es/commands/ListAlarmRecommendationsCommand.js +10 -0
- package/dist-es/commands/ListAppAssessmentsCommand.js +10 -0
- package/dist-es/commands/ListAppComponentCompliancesCommand.js +10 -0
- package/dist-es/commands/ListAppComponentRecommendationsCommand.js +10 -0
- package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +10 -0
- package/dist-es/commands/ListAppVersionResourcesCommand.js +10 -0
- package/dist-es/commands/ListAppVersionsCommand.js +10 -0
- package/dist-es/commands/ListAppsCommand.js +10 -0
- package/dist-es/commands/ListRecommendationTemplatesCommand.js +10 -0
- package/dist-es/commands/ListResiliencyPoliciesCommand.js +10 -0
- package/dist-es/commands/ListSopRecommendationsCommand.js +10 -0
- package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTestRecommendationsCommand.js +10 -0
- package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +10 -0
- package/dist-es/commands/PublishAppVersionCommand.js +10 -0
- package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +10 -0
- package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +10 -0
- package/dist-es/commands/ResolveAppVersionResourcesCommand.js +10 -0
- package/dist-es/commands/StartAppAssessmentCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAppCommand.js +10 -0
- package/dist-es/commands/UpdateResiliencyPolicyCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/pagination/ListAlarmRecommendationsPaginator.js +1 -0
- package/dist-es/pagination/ListAppAssessmentsPaginator.js +1 -0
- package/dist-es/pagination/ListAppComponentCompliancesPaginator.js +1 -0
- package/dist-es/pagination/ListAppComponentRecommendationsPaginator.js +1 -0
- package/dist-es/pagination/ListAppVersionResourceMappingsPaginator.js +1 -0
- package/dist-es/pagination/ListAppVersionResourcesPaginator.js +1 -0
- package/dist-es/pagination/ListAppVersionsPaginator.js +1 -0
- package/dist-es/pagination/ListAppsPaginator.js +1 -0
- package/dist-es/pagination/ListRecommendationTemplatesPaginator.js +1 -0
- package/dist-es/pagination/ListResiliencyPoliciesPaginator.js +1 -0
- package/dist-es/pagination/ListSopRecommendationsPaginator.js +1 -0
- package/dist-es/pagination/ListSuggestedResiliencyPoliciesPaginator.js +1 -0
- package/dist-es/pagination/ListTestRecommendationsPaginator.js +1 -0
- package/dist-es/pagination/ListUnsupportedAppVersionResourcesPaginator.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/ResiliencehubClient.d.ts +6 -9
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppCommand.d.ts +2 -0
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -0
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppAssessmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +2 -0
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListAppVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppsCommand.d.ts +2 -0
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/commands/PublishAppVersionCommand.d.ts +2 -0
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +2 -0
- package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/commands/StartAppAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +6 -5
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -343,7 +343,7 @@ export interface App {
|
|
|
343
343
|
*/
|
|
344
344
|
creationTime: Date | undefined;
|
|
345
345
|
/**
|
|
346
|
-
* <p>The status of the
|
|
346
|
+
* <p>The status of the application.</p>
|
|
347
347
|
*/
|
|
348
348
|
status?: AppStatusType | string;
|
|
349
349
|
/**
|
|
@@ -820,6 +820,10 @@ export interface AppSummary {
|
|
|
820
820
|
* </p>
|
|
821
821
|
*/
|
|
822
822
|
assessmentSchedule?: AppAssessmentScheduleType | string;
|
|
823
|
+
/**
|
|
824
|
+
* <p>The status of the application.</p>
|
|
825
|
+
*/
|
|
826
|
+
status?: AppStatusType | string;
|
|
823
827
|
}
|
|
824
828
|
/**
|
|
825
829
|
* <p>The version of the application.</p>
|
|
@@ -1604,6 +1608,7 @@ export declare enum HaArchitecture {
|
|
|
1604
1608
|
export declare enum ConfigRecommendationOptimizationType {
|
|
1605
1609
|
BEST_ATTAINABLE = "BestAttainable",
|
|
1606
1610
|
BEST_AZ_RECOVERY = "BestAZRecovery",
|
|
1611
|
+
BEST_REGION_RECOVERY = "BestRegionRecovery",
|
|
1607
1612
|
LEAST_CHANGE = "LeastChange",
|
|
1608
1613
|
LEAST_COST = "LeastCost",
|
|
1609
1614
|
LEAST_ERRORS = "LeastErrors"
|
|
@@ -2494,10 +2499,6 @@ export interface UpdateResiliencyPolicyRequest {
|
|
|
2494
2499
|
/**
|
|
2495
2500
|
* <p>The type of resiliency policy to be created, including the recovery time objective (RTO)
|
|
2496
2501
|
* and recovery point objective (RPO) in seconds.</p>
|
|
2497
|
-
* <note>
|
|
2498
|
-
* <p>If you do not want to specify regional targets for a regional policy, you must set the
|
|
2499
|
-
* values of <code>rpoInSecs</code> and <code>rtoInSecs</code> to <code>-1</code>.</p>
|
|
2500
|
-
* </note>
|
|
2501
2502
|
*/
|
|
2502
2503
|
policy?: Record<string, FailurePolicy>;
|
|
2503
2504
|
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { ResiliencehubClientConfig } from "./ResiliencehubClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -198,6 +199,11 @@ import {
|
|
|
198
199
|
UpdateResiliencyPolicyCommandInput,
|
|
199
200
|
UpdateResiliencyPolicyCommandOutput,
|
|
200
201
|
} from "./commands/UpdateResiliencyPolicyCommand";
|
|
202
|
+
import {
|
|
203
|
+
ClientInputEndpointParameters,
|
|
204
|
+
ClientResolvedEndpointParameters,
|
|
205
|
+
EndpointParameters,
|
|
206
|
+
} from "./endpoint/EndpointParameters";
|
|
201
207
|
export declare type ServiceInputTypes =
|
|
202
208
|
| AddDraftAppVersionResourceMappingsCommandInput
|
|
203
209
|
| CreateAppCommandInput
|
|
@@ -299,7 +305,6 @@ export interface ClientDefaults
|
|
|
299
305
|
serviceId?: string;
|
|
300
306
|
region?: string | __Provider<string>;
|
|
301
307
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
302
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
303
308
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
304
309
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
305
310
|
}
|
|
@@ -308,22 +313,24 @@ declare type ResiliencehubClientConfigType = Partial<
|
|
|
308
313
|
> &
|
|
309
314
|
ClientDefaults &
|
|
310
315
|
RegionInputConfig &
|
|
311
|
-
|
|
316
|
+
EndpointInputConfig<EndpointParameters> &
|
|
312
317
|
RetryInputConfig &
|
|
313
318
|
HostHeaderInputConfig &
|
|
314
319
|
AwsAuthInputConfig &
|
|
315
|
-
UserAgentInputConfig
|
|
320
|
+
UserAgentInputConfig &
|
|
321
|
+
ClientInputEndpointParameters;
|
|
316
322
|
export interface ResiliencehubClientConfig
|
|
317
323
|
extends ResiliencehubClientConfigType {}
|
|
318
324
|
declare type ResiliencehubClientResolvedConfigType =
|
|
319
325
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
320
326
|
Required<ClientDefaults> &
|
|
321
327
|
RegionResolvedConfig &
|
|
322
|
-
|
|
328
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
323
329
|
RetryResolvedConfig &
|
|
324
330
|
HostHeaderResolvedConfig &
|
|
325
331
|
AwsAuthResolvedConfig &
|
|
326
|
-
UserAgentResolvedConfig
|
|
332
|
+
UserAgentResolvedConfig &
|
|
333
|
+
ClientResolvedEndpointParameters;
|
|
327
334
|
export interface ResiliencehubClientResolvedConfig
|
|
328
335
|
extends ResiliencehubClientResolvedConfigType {}
|
|
329
336
|
export declare class ResiliencehubClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AddDraftAppVersionResourceMappingsCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AddDraftAppVersionResourceMappingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AddDraftAppVersionResourceMappingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateAppCommand extends $Command<
|
|
|
21
22
|
ResiliencehubClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateAppCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateAppCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateRecommendationTemplateCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateRecommendationTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateRecommendationTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateResiliencyPolicyCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateResiliencyPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateResiliencyPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteAppAssessmentCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteAppAssessmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteAppAssessmentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteAppCommand extends $Command<
|
|
|
21
22
|
ResiliencehubClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteAppCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteAppCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteRecommendationTemplateCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteRecommendationTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteRecommendationTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteResiliencyPolicyCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteResiliencyPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteResiliencyPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeAppAssessmentCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeAppAssessmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeAppAssessmentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DescribeAppCommand extends $Command<
|
|
|
21
22
|
ResiliencehubClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DescribeAppCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DescribeAppCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeAppVersionResourcesResolutionStatusCommand extends
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeAppVersionResourcesResolutionStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeAppVersionResourcesResolutionStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeAppVersionTemplateCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeAppVersionTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeAppVersionTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeDraftAppVersionResourcesImportStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDraftAppVersionResourcesImportStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeResiliencyPolicyCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeResiliencyPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeResiliencyPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ImportResourcesToDraftAppVersionCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ImportResourcesToDraftAppVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ImportResourcesToDraftAppVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAlarmRecommendationsCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAlarmRecommendationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAlarmRecommendationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAppAssessmentsCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAppAssessmentsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAppAssessmentsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAppComponentCompliancesCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAppComponentCompliancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAppComponentCompliancesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAppComponentRecommendationsCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAppComponentRecommendationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAppComponentRecommendationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAppVersionResourceMappingsCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAppVersionResourceMappingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAppVersionResourceMappingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAppVersionResourcesCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAppVersionResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAppVersionResourcesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListAppVersionsCommand extends $Command<
|
|
|
24
25
|
ResiliencehubClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListAppVersionsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListAppVersionsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListAppsCommand extends $Command<
|
|
|
21
22
|
ResiliencehubClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListAppsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListAppsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListRecommendationTemplatesCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListRecommendationTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListRecommendationTemplatesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListResiliencyPoliciesCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListResiliencyPoliciesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListResiliencyPoliciesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListSopRecommendationsCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListSopRecommendationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListSopRecommendationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListSuggestedResiliencyPoliciesCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListSuggestedResiliencyPoliciesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListSuggestedResiliencyPoliciesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTestRecommendationsCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTestRecommendationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTestRecommendationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListUnsupportedAppVersionResourcesCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListUnsupportedAppVersionResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListUnsupportedAppVersionResourcesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PublishAppVersionCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PublishAppVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PublishAppVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PutDraftAppVersionTemplateCommand extends $Command<
|
|
|
25
26
|
ResiliencehubClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutDraftAppVersionTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutDraftAppVersionTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|