@aws-sdk/client-resiliencehub 3.272.0 → 3.276.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/Resiliencehub.js +195 -0
- package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/CreateAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppInputSourceCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppVersionCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/ListAppInputSourcesCommand.js +46 -0
- package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppVersionCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +129 -15
- package/dist-cjs/pagination/ListAppInputSourcesPaginator.js +36 -0
- package/dist-cjs/pagination/ListAppVersionAppComponentsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1293 -141
- package/dist-es/Resiliencehub.js +195 -0
- package/dist-es/commands/CreateAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/CreateAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/DeleteAppInputSourceCommand.js +42 -0
- package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/DeleteAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/DescribeAppVersionCommand.js +42 -0
- package/dist-es/commands/DescribeAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/ListAppInputSourcesCommand.js +42 -0
- package/dist-es/commands/ListAppVersionAppComponentsCommand.js +42 -0
- package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/UpdateAppVersionCommand.js +42 -0
- package/dist-es/commands/UpdateAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +94 -8
- package/dist-es/pagination/ListAppInputSourcesPaginator.js +32 -0
- package/dist-es/pagination/ListAppVersionAppComponentsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1254 -129
- package/dist-types/Resiliencehub.d.ts +218 -23
- package/dist-types/ResiliencehubClient.d.ts +15 -2
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +40 -0
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +55 -0
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +37 -0
- package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +47 -0
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +50 -0
- package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAppVersionCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +57 -0
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +7 -0
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -2
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +1 -1
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +39 -0
- package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +37 -0
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListAppVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +10 -1
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +1 -1
- package/dist-types/commands/PublishAppVersionCommand.d.ts +1 -1
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +40 -0
- package/dist-types/commands/UpdateAppVersionCommand.d.ts +42 -0
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +51 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1377 -209
- package/dist-types/pagination/ListAppInputSourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAppVersionAppComponentsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +39 -0
- package/dist-types/ts3.4/Resiliencehub.d.ts +221 -0
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +278 -24
- package/dist-types/ts3.4/pagination/ListAppInputSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAppVersionAppComponentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +2 -2
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateAppVersionResourceRequest,
|
|
11
|
+
CreateAppVersionResourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface CreateAppVersionResourceCommandInput
|
|
19
|
+
extends CreateAppVersionResourceRequest {}
|
|
20
|
+
export interface CreateAppVersionResourceCommandOutput
|
|
21
|
+
extends CreateAppVersionResourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateAppVersionResourceCommand extends $Command<
|
|
24
|
+
CreateAppVersionResourceCommandInput,
|
|
25
|
+
CreateAppVersionResourceCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAppVersionResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateAppVersionResourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateAppVersionResourceCommandInput,
|
|
37
|
+
CreateAppVersionResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteAppInputSourceRequest,
|
|
11
|
+
DeleteAppInputSourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface DeleteAppInputSourceCommandInput
|
|
19
|
+
extends DeleteAppInputSourceRequest {}
|
|
20
|
+
export interface DeleteAppInputSourceCommandOutput
|
|
21
|
+
extends DeleteAppInputSourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteAppInputSourceCommand extends $Command<
|
|
24
|
+
DeleteAppInputSourceCommandInput,
|
|
25
|
+
DeleteAppInputSourceCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAppInputSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteAppInputSourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteAppInputSourceCommandInput,
|
|
37
|
+
DeleteAppInputSourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteAppVersionAppComponentRequest,
|
|
11
|
+
DeleteAppVersionAppComponentResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface DeleteAppVersionAppComponentCommandInput
|
|
19
|
+
extends DeleteAppVersionAppComponentRequest {}
|
|
20
|
+
export interface DeleteAppVersionAppComponentCommandOutput
|
|
21
|
+
extends DeleteAppVersionAppComponentResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteAppVersionAppComponentCommand extends $Command<
|
|
24
|
+
DeleteAppVersionAppComponentCommandInput,
|
|
25
|
+
DeleteAppVersionAppComponentCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAppVersionAppComponentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteAppVersionAppComponentCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteAppVersionAppComponentCommandInput,
|
|
37
|
+
DeleteAppVersionAppComponentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteAppVersionResourceRequest,
|
|
11
|
+
DeleteAppVersionResourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface DeleteAppVersionResourceCommandInput
|
|
19
|
+
extends DeleteAppVersionResourceRequest {}
|
|
20
|
+
export interface DeleteAppVersionResourceCommandOutput
|
|
21
|
+
extends DeleteAppVersionResourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteAppVersionResourceCommand extends $Command<
|
|
24
|
+
DeleteAppVersionResourceCommandInput,
|
|
25
|
+
DeleteAppVersionResourceCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAppVersionResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteAppVersionResourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteAppVersionResourceCommandInput,
|
|
37
|
+
DeleteAppVersionResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeAppVersionAppComponentRequest,
|
|
11
|
+
DescribeAppVersionAppComponentResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface DescribeAppVersionAppComponentCommandInput
|
|
19
|
+
extends DescribeAppVersionAppComponentRequest {}
|
|
20
|
+
export interface DescribeAppVersionAppComponentCommandOutput
|
|
21
|
+
extends DescribeAppVersionAppComponentResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAppVersionAppComponentCommand extends $Command<
|
|
24
|
+
DescribeAppVersionAppComponentCommandInput,
|
|
25
|
+
DescribeAppVersionAppComponentCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAppVersionAppComponentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAppVersionAppComponentCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAppVersionAppComponentCommandInput,
|
|
37
|
+
DescribeAppVersionAppComponentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeAppVersionRequest,
|
|
11
|
+
DescribeAppVersionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface DescribeAppVersionCommandInput
|
|
19
|
+
extends DescribeAppVersionRequest {}
|
|
20
|
+
export interface DescribeAppVersionCommandOutput
|
|
21
|
+
extends DescribeAppVersionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAppVersionCommand extends $Command<
|
|
24
|
+
DescribeAppVersionCommandInput,
|
|
25
|
+
DescribeAppVersionCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAppVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAppVersionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeAppVersionCommandInput, DescribeAppVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeAppVersionResourceRequest,
|
|
11
|
+
DescribeAppVersionResourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface DescribeAppVersionResourceCommandInput
|
|
19
|
+
extends DescribeAppVersionResourceRequest {}
|
|
20
|
+
export interface DescribeAppVersionResourceCommandOutput
|
|
21
|
+
extends DescribeAppVersionResourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAppVersionResourceCommand extends $Command<
|
|
24
|
+
DescribeAppVersionResourceCommandInput,
|
|
25
|
+
DescribeAppVersionResourceCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAppVersionResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAppVersionResourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAppVersionResourceCommandInput,
|
|
37
|
+
DescribeAppVersionResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListAppInputSourcesRequest,
|
|
11
|
+
ListAppInputSourcesResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface ListAppInputSourcesCommandInput
|
|
19
|
+
extends ListAppInputSourcesRequest {}
|
|
20
|
+
export interface ListAppInputSourcesCommandOutput
|
|
21
|
+
extends ListAppInputSourcesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListAppInputSourcesCommand extends $Command<
|
|
24
|
+
ListAppInputSourcesCommandInput,
|
|
25
|
+
ListAppInputSourcesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppInputSourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListAppInputSourcesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListAppVersionAppComponentsRequest,
|
|
11
|
+
ListAppVersionAppComponentsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface ListAppVersionAppComponentsCommandInput
|
|
19
|
+
extends ListAppVersionAppComponentsRequest {}
|
|
20
|
+
export interface ListAppVersionAppComponentsCommandOutput
|
|
21
|
+
extends ListAppVersionAppComponentsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListAppVersionAppComponentsCommand extends $Command<
|
|
24
|
+
ListAppVersionAppComponentsCommandInput,
|
|
25
|
+
ListAppVersionAppComponentsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppVersionAppComponentsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListAppVersionAppComponentsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAppVersionAppComponentsCommandInput,
|
|
37
|
+
ListAppVersionAppComponentsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateAppVersionAppComponentRequest,
|
|
11
|
+
UpdateAppVersionAppComponentResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface UpdateAppVersionAppComponentCommandInput
|
|
19
|
+
extends UpdateAppVersionAppComponentRequest {}
|
|
20
|
+
export interface UpdateAppVersionAppComponentCommandOutput
|
|
21
|
+
extends UpdateAppVersionAppComponentResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateAppVersionAppComponentCommand extends $Command<
|
|
24
|
+
UpdateAppVersionAppComponentCommandInput,
|
|
25
|
+
UpdateAppVersionAppComponentCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAppVersionAppComponentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateAppVersionAppComponentCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAppVersionAppComponentCommandInput,
|
|
37
|
+
UpdateAppVersionAppComponentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateAppVersionRequest,
|
|
11
|
+
UpdateAppVersionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface UpdateAppVersionCommandInput extends UpdateAppVersionRequest {}
|
|
19
|
+
export interface UpdateAppVersionCommandOutput
|
|
20
|
+
extends UpdateAppVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateAppVersionCommand extends $Command<
|
|
23
|
+
UpdateAppVersionCommandInput,
|
|
24
|
+
UpdateAppVersionCommandOutput,
|
|
25
|
+
ResiliencehubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateAppVersionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: UpdateAppVersionCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateAppVersionResourceRequest,
|
|
11
|
+
UpdateAppVersionResourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ResiliencehubClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ResiliencehubClient";
|
|
18
|
+
export interface UpdateAppVersionResourceCommandInput
|
|
19
|
+
extends UpdateAppVersionResourceRequest {}
|
|
20
|
+
export interface UpdateAppVersionResourceCommandOutput
|
|
21
|
+
extends UpdateAppVersionResourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateAppVersionResourceCommand extends $Command<
|
|
24
|
+
UpdateAppVersionResourceCommandInput,
|
|
25
|
+
UpdateAppVersionResourceCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAppVersionResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateAppVersionResourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAppVersionResourceCommandInput,
|
|
37
|
+
UpdateAppVersionResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
export * from "./AddDraftAppVersionResourceMappingsCommand";
|
|
2
2
|
export * from "./CreateAppCommand";
|
|
3
|
+
export * from "./CreateAppVersionAppComponentCommand";
|
|
4
|
+
export * from "./CreateAppVersionResourceCommand";
|
|
3
5
|
export * from "./CreateRecommendationTemplateCommand";
|
|
4
6
|
export * from "./CreateResiliencyPolicyCommand";
|
|
5
7
|
export * from "./DeleteAppAssessmentCommand";
|
|
6
8
|
export * from "./DeleteAppCommand";
|
|
9
|
+
export * from "./DeleteAppInputSourceCommand";
|
|
10
|
+
export * from "./DeleteAppVersionAppComponentCommand";
|
|
11
|
+
export * from "./DeleteAppVersionResourceCommand";
|
|
7
12
|
export * from "./DeleteRecommendationTemplateCommand";
|
|
8
13
|
export * from "./DeleteResiliencyPolicyCommand";
|
|
9
14
|
export * from "./DescribeAppAssessmentCommand";
|
|
10
15
|
export * from "./DescribeAppCommand";
|
|
16
|
+
export * from "./DescribeAppVersionAppComponentCommand";
|
|
17
|
+
export * from "./DescribeAppVersionCommand";
|
|
18
|
+
export * from "./DescribeAppVersionResourceCommand";
|
|
11
19
|
export * from "./DescribeAppVersionResourcesResolutionStatusCommand";
|
|
12
20
|
export * from "./DescribeAppVersionTemplateCommand";
|
|
13
21
|
export * from "./DescribeDraftAppVersionResourcesImportStatusCommand";
|
|
@@ -17,6 +25,8 @@ export * from "./ListAlarmRecommendationsCommand";
|
|
|
17
25
|
export * from "./ListAppAssessmentsCommand";
|
|
18
26
|
export * from "./ListAppComponentCompliancesCommand";
|
|
19
27
|
export * from "./ListAppComponentRecommendationsCommand";
|
|
28
|
+
export * from "./ListAppInputSourcesCommand";
|
|
29
|
+
export * from "./ListAppVersionAppComponentsCommand";
|
|
20
30
|
export * from "./ListAppVersionResourceMappingsCommand";
|
|
21
31
|
export * from "./ListAppVersionResourcesCommand";
|
|
22
32
|
export * from "./ListAppVersionsCommand";
|
|
@@ -36,4 +46,7 @@ export * from "./StartAppAssessmentCommand";
|
|
|
36
46
|
export * from "./TagResourceCommand";
|
|
37
47
|
export * from "./UntagResourceCommand";
|
|
38
48
|
export * from "./UpdateAppCommand";
|
|
49
|
+
export * from "./UpdateAppVersionAppComponentCommand";
|
|
50
|
+
export * from "./UpdateAppVersionCommand";
|
|
51
|
+
export * from "./UpdateAppVersionResourceCommand";
|
|
39
52
|
export * from "./UpdateResiliencyPolicyCommand";
|