@aws-sdk/client-drs 3.310.0 → 3.315.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/Drs.js +60 -0
  3. package/dist-cjs/commands/CreateLaunchConfigurationTemplateCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteLaunchConfigurationTemplateCommand.js +45 -0
  5. package/dist-cjs/commands/DescribeLaunchConfigurationTemplatesCommand.js +46 -0
  6. package/dist-cjs/commands/UpdateLaunchConfigurationTemplateCommand.js +46 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +39 -10
  9. package/dist-cjs/pagination/DescribeLaunchConfigurationTemplatesPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_restJson1.js +794 -1620
  12. package/dist-es/Drs.js +60 -0
  13. package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +42 -0
  14. package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +41 -0
  15. package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +42 -0
  16. package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +42 -0
  17. package/dist-es/commands/index.js +4 -0
  18. package/dist-es/models/models_0.js +32 -8
  19. package/dist-es/pagination/DescribeLaunchConfigurationTemplatesPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_restJson1.js +735 -1569
  22. package/dist-types/Drs.d.ts +32 -0
  23. package/dist-types/DrsClient.d.ts +6 -2
  24. package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +90 -0
  25. package/dist-types/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +78 -0
  26. package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +82 -0
  27. package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +88 -0
  28. package/dist-types/commands/index.d.ts +4 -0
  29. package/dist-types/models/models_0.d.ts +216 -34
  30. package/dist-types/pagination/DescribeLaunchConfigurationTemplatesPaginator.d.ts +7 -0
  31. package/dist-types/pagination/index.d.ts +1 -0
  32. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  33. package/dist-types/ts3.4/Drs.d.ts +92 -0
  34. package/dist-types/ts3.4/DrsClient.d.ts +24 -0
  35. package/dist-types/ts3.4/commands/CreateLaunchConfigurationTemplateCommand.d.ts +41 -0
  36. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +41 -0
  37. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +41 -0
  38. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +41 -0
  39. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  40. package/dist-types/ts3.4/models/models_0.d.ts +82 -15
  41. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationTemplatesPaginator.d.ts +11 -0
  42. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  44. package/package.json +6 -6
@@ -1,12 +1,15 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput } from "./commands/CreateExtendedSourceServerCommand";
3
+ import { CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput } from "./commands/CreateLaunchConfigurationTemplateCommand";
3
4
  import { CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput } from "./commands/CreateReplicationConfigurationTemplateCommand";
4
5
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
6
+ import { DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput } from "./commands/DeleteLaunchConfigurationTemplateCommand";
5
7
  import { DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput } from "./commands/DeleteRecoveryInstanceCommand";
6
8
  import { DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput } from "./commands/DeleteReplicationConfigurationTemplateCommand";
7
9
  import { DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput } from "./commands/DeleteSourceServerCommand";
8
10
  import { DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput } from "./commands/DescribeJobLogItemsCommand";
9
11
  import { DescribeJobsCommandInput, DescribeJobsCommandOutput } from "./commands/DescribeJobsCommand";
12
+ import { DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput } from "./commands/DescribeLaunchConfigurationTemplatesCommand";
10
13
  import { DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput } from "./commands/DescribeRecoveryInstancesCommand";
11
14
  import { DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput } from "./commands/DescribeRecoverySnapshotsCommand";
12
15
  import { DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput } from "./commands/DescribeReplicationConfigurationTemplatesCommand";
@@ -32,6 +35,7 @@ import { TerminateRecoveryInstancesCommandInput, TerminateRecoveryInstancesComma
32
35
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
33
36
  import { UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackReplicationConfigurationCommandOutput } from "./commands/UpdateFailbackReplicationConfigurationCommand";
34
37
  import { UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput } from "./commands/UpdateLaunchConfigurationCommand";
38
+ import { UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput } from "./commands/UpdateLaunchConfigurationTemplateCommand";
35
39
  import { UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput } from "./commands/UpdateReplicationConfigurationCommand";
36
40
  import { UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput } from "./commands/UpdateReplicationConfigurationTemplateCommand";
37
41
  import { DrsClient } from "./DrsClient";
@@ -47,6 +51,13 @@ export declare class Drs extends DrsClient {
47
51
  createExtendedSourceServer(args: CreateExtendedSourceServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateExtendedSourceServerCommandOutput>;
48
52
  createExtendedSourceServer(args: CreateExtendedSourceServerCommandInput, cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void): void;
49
53
  createExtendedSourceServer(args: CreateExtendedSourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void): void;
54
+ /**
55
+ * @public
56
+ * <p>Creates a new Launch Configuration Template.</p>
57
+ */
58
+ createLaunchConfigurationTemplate(args: CreateLaunchConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateLaunchConfigurationTemplateCommandOutput>;
59
+ createLaunchConfigurationTemplate(args: CreateLaunchConfigurationTemplateCommandInput, cb: (err: any, data?: CreateLaunchConfigurationTemplateCommandOutput) => void): void;
60
+ createLaunchConfigurationTemplate(args: CreateLaunchConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLaunchConfigurationTemplateCommandOutput) => void): void;
50
61
  /**
51
62
  * @public
52
63
  * <p>Creates a new ReplicationConfigurationTemplate.</p>
@@ -61,6 +72,13 @@ export declare class Drs extends DrsClient {
61
72
  deleteJob(args: DeleteJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobCommandOutput>;
62
73
  deleteJob(args: DeleteJobCommandInput, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
63
74
  deleteJob(args: DeleteJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
75
+ /**
76
+ * @public
77
+ * <p>Deletes a single Launch Configuration Template by ID.</p>
78
+ */
79
+ deleteLaunchConfigurationTemplate(args: DeleteLaunchConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLaunchConfigurationTemplateCommandOutput>;
80
+ deleteLaunchConfigurationTemplate(args: DeleteLaunchConfigurationTemplateCommandInput, cb: (err: any, data?: DeleteLaunchConfigurationTemplateCommandOutput) => void): void;
81
+ deleteLaunchConfigurationTemplate(args: DeleteLaunchConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLaunchConfigurationTemplateCommandOutput) => void): void;
64
82
  /**
65
83
  * @public
66
84
  * <p>Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.</p>
@@ -96,6 +114,13 @@ export declare class Drs extends DrsClient {
96
114
  describeJobs(args: DescribeJobsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobsCommandOutput>;
97
115
  describeJobs(args: DescribeJobsCommandInput, cb: (err: any, data?: DescribeJobsCommandOutput) => void): void;
98
116
  describeJobs(args: DescribeJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobsCommandOutput) => void): void;
117
+ /**
118
+ * @public
119
+ * <p>Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs</p>
120
+ */
121
+ describeLaunchConfigurationTemplates(args: DescribeLaunchConfigurationTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLaunchConfigurationTemplatesCommandOutput>;
122
+ describeLaunchConfigurationTemplates(args: DescribeLaunchConfigurationTemplatesCommandInput, cb: (err: any, data?: DescribeLaunchConfigurationTemplatesCommandOutput) => void): void;
123
+ describeLaunchConfigurationTemplates(args: DescribeLaunchConfigurationTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLaunchConfigurationTemplatesCommandOutput) => void): void;
99
124
  /**
100
125
  * @public
101
126
  * <p>Lists all Recovery Instances or multiple Recovery Instances by ID.</p>
@@ -281,6 +306,13 @@ export declare class Drs extends DrsClient {
281
306
  updateLaunchConfiguration(args: UpdateLaunchConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLaunchConfigurationCommandOutput>;
282
307
  updateLaunchConfiguration(args: UpdateLaunchConfigurationCommandInput, cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void): void;
283
308
  updateLaunchConfiguration(args: UpdateLaunchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void): void;
309
+ /**
310
+ * @public
311
+ * <p>Updates an existing Launch Configuration Template by ID.</p>
312
+ */
313
+ updateLaunchConfigurationTemplate(args: UpdateLaunchConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLaunchConfigurationTemplateCommandOutput>;
314
+ updateLaunchConfigurationTemplate(args: UpdateLaunchConfigurationTemplateCommandInput, cb: (err: any, data?: UpdateLaunchConfigurationTemplateCommandOutput) => void): void;
315
+ updateLaunchConfigurationTemplate(args: UpdateLaunchConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLaunchConfigurationTemplateCommandOutput) => void): void;
284
316
  /**
285
317
  * @public
286
318
  * <p>Allows you to update a ReplicationConfiguration by Source Server ID.</p>
@@ -8,13 +8,16 @@ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
8
8
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
9
  import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, 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 "@aws-sdk/types";
10
10
  import { CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput } from "./commands/CreateExtendedSourceServerCommand";
11
+ import { CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput } from "./commands/CreateLaunchConfigurationTemplateCommand";
11
12
  import { CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput } from "./commands/CreateReplicationConfigurationTemplateCommand";
12
13
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
14
+ import { DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput } from "./commands/DeleteLaunchConfigurationTemplateCommand";
13
15
  import { DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput } from "./commands/DeleteRecoveryInstanceCommand";
14
16
  import { DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput } from "./commands/DeleteReplicationConfigurationTemplateCommand";
15
17
  import { DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput } from "./commands/DeleteSourceServerCommand";
16
18
  import { DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput } from "./commands/DescribeJobLogItemsCommand";
17
19
  import { DescribeJobsCommandInput, DescribeJobsCommandOutput } from "./commands/DescribeJobsCommand";
20
+ import { DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput } from "./commands/DescribeLaunchConfigurationTemplatesCommand";
18
21
  import { DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput } from "./commands/DescribeRecoveryInstancesCommand";
19
22
  import { DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput } from "./commands/DescribeRecoverySnapshotsCommand";
20
23
  import { DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput } from "./commands/DescribeReplicationConfigurationTemplatesCommand";
@@ -40,17 +43,18 @@ import { TerminateRecoveryInstancesCommandInput, TerminateRecoveryInstancesComma
40
43
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
44
  import { UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackReplicationConfigurationCommandOutput } from "./commands/UpdateFailbackReplicationConfigurationCommand";
42
45
  import { UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput } from "./commands/UpdateLaunchConfigurationCommand";
46
+ import { UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput } from "./commands/UpdateLaunchConfigurationTemplateCommand";
43
47
  import { UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput } from "./commands/UpdateReplicationConfigurationCommand";
44
48
  import { UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput } from "./commands/UpdateReplicationConfigurationTemplateCommand";
45
49
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
46
50
  /**
47
51
  * @public
48
52
  */
49
- export type ServiceInputTypes = CreateExtendedSourceServerCommandInput | CreateReplicationConfigurationTemplateCommandInput | DeleteJobCommandInput | DeleteRecoveryInstanceCommandInput | DeleteReplicationConfigurationTemplateCommandInput | DeleteSourceServerCommandInput | DescribeJobLogItemsCommandInput | DescribeJobsCommandInput | DescribeRecoveryInstancesCommandInput | DescribeRecoverySnapshotsCommandInput | DescribeReplicationConfigurationTemplatesCommandInput | DescribeSourceServersCommandInput | DisconnectRecoveryInstanceCommandInput | DisconnectSourceServerCommandInput | GetFailbackReplicationConfigurationCommandInput | GetLaunchConfigurationCommandInput | GetReplicationConfigurationCommandInput | InitializeServiceCommandInput | ListExtensibleSourceServersCommandInput | ListStagingAccountsCommandInput | ListTagsForResourceCommandInput | RetryDataReplicationCommandInput | ReverseReplicationCommandInput | StartFailbackLaunchCommandInput | StartRecoveryCommandInput | StartReplicationCommandInput | StopFailbackCommandInput | StopReplicationCommandInput | TagResourceCommandInput | TerminateRecoveryInstancesCommandInput | UntagResourceCommandInput | UpdateFailbackReplicationConfigurationCommandInput | UpdateLaunchConfigurationCommandInput | UpdateReplicationConfigurationCommandInput | UpdateReplicationConfigurationTemplateCommandInput;
53
+ export type ServiceInputTypes = CreateExtendedSourceServerCommandInput | CreateLaunchConfigurationTemplateCommandInput | CreateReplicationConfigurationTemplateCommandInput | DeleteJobCommandInput | DeleteLaunchConfigurationTemplateCommandInput | DeleteRecoveryInstanceCommandInput | DeleteReplicationConfigurationTemplateCommandInput | DeleteSourceServerCommandInput | DescribeJobLogItemsCommandInput | DescribeJobsCommandInput | DescribeLaunchConfigurationTemplatesCommandInput | DescribeRecoveryInstancesCommandInput | DescribeRecoverySnapshotsCommandInput | DescribeReplicationConfigurationTemplatesCommandInput | DescribeSourceServersCommandInput | DisconnectRecoveryInstanceCommandInput | DisconnectSourceServerCommandInput | GetFailbackReplicationConfigurationCommandInput | GetLaunchConfigurationCommandInput | GetReplicationConfigurationCommandInput | InitializeServiceCommandInput | ListExtensibleSourceServersCommandInput | ListStagingAccountsCommandInput | ListTagsForResourceCommandInput | RetryDataReplicationCommandInput | ReverseReplicationCommandInput | StartFailbackLaunchCommandInput | StartRecoveryCommandInput | StartReplicationCommandInput | StopFailbackCommandInput | StopReplicationCommandInput | TagResourceCommandInput | TerminateRecoveryInstancesCommandInput | UntagResourceCommandInput | UpdateFailbackReplicationConfigurationCommandInput | UpdateLaunchConfigurationCommandInput | UpdateLaunchConfigurationTemplateCommandInput | UpdateReplicationConfigurationCommandInput | UpdateReplicationConfigurationTemplateCommandInput;
50
54
  /**
51
55
  * @public
52
56
  */
53
- export type ServiceOutputTypes = CreateExtendedSourceServerCommandOutput | CreateReplicationConfigurationTemplateCommandOutput | DeleteJobCommandOutput | DeleteRecoveryInstanceCommandOutput | DeleteReplicationConfigurationTemplateCommandOutput | DeleteSourceServerCommandOutput | DescribeJobLogItemsCommandOutput | DescribeJobsCommandOutput | DescribeRecoveryInstancesCommandOutput | DescribeRecoverySnapshotsCommandOutput | DescribeReplicationConfigurationTemplatesCommandOutput | DescribeSourceServersCommandOutput | DisconnectRecoveryInstanceCommandOutput | DisconnectSourceServerCommandOutput | GetFailbackReplicationConfigurationCommandOutput | GetLaunchConfigurationCommandOutput | GetReplicationConfigurationCommandOutput | InitializeServiceCommandOutput | ListExtensibleSourceServersCommandOutput | ListStagingAccountsCommandOutput | ListTagsForResourceCommandOutput | RetryDataReplicationCommandOutput | ReverseReplicationCommandOutput | StartFailbackLaunchCommandOutput | StartRecoveryCommandOutput | StartReplicationCommandOutput | StopFailbackCommandOutput | StopReplicationCommandOutput | TagResourceCommandOutput | TerminateRecoveryInstancesCommandOutput | UntagResourceCommandOutput | UpdateFailbackReplicationConfigurationCommandOutput | UpdateLaunchConfigurationCommandOutput | UpdateReplicationConfigurationCommandOutput | UpdateReplicationConfigurationTemplateCommandOutput;
57
+ export type ServiceOutputTypes = CreateExtendedSourceServerCommandOutput | CreateLaunchConfigurationTemplateCommandOutput | CreateReplicationConfigurationTemplateCommandOutput | DeleteJobCommandOutput | DeleteLaunchConfigurationTemplateCommandOutput | DeleteRecoveryInstanceCommandOutput | DeleteReplicationConfigurationTemplateCommandOutput | DeleteSourceServerCommandOutput | DescribeJobLogItemsCommandOutput | DescribeJobsCommandOutput | DescribeLaunchConfigurationTemplatesCommandOutput | DescribeRecoveryInstancesCommandOutput | DescribeRecoverySnapshotsCommandOutput | DescribeReplicationConfigurationTemplatesCommandOutput | DescribeSourceServersCommandOutput | DisconnectRecoveryInstanceCommandOutput | DisconnectSourceServerCommandOutput | GetFailbackReplicationConfigurationCommandOutput | GetLaunchConfigurationCommandOutput | GetReplicationConfigurationCommandOutput | InitializeServiceCommandOutput | ListExtensibleSourceServersCommandOutput | ListStagingAccountsCommandOutput | ListTagsForResourceCommandOutput | RetryDataReplicationCommandOutput | ReverseReplicationCommandOutput | StartFailbackLaunchCommandOutput | StartRecoveryCommandOutput | StartReplicationCommandOutput | StopFailbackCommandOutput | StopReplicationCommandOutput | TagResourceCommandOutput | TerminateRecoveryInstancesCommandOutput | UntagResourceCommandOutput | UpdateFailbackReplicationConfigurationCommandOutput | UpdateLaunchConfigurationCommandOutput | UpdateLaunchConfigurationTemplateCommandOutput | UpdateReplicationConfigurationCommandOutput | UpdateReplicationConfigurationTemplateCommandOutput;
54
58
  /**
55
59
  * @public
56
60
  */
@@ -0,0 +1,90 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
+ import { CreateLaunchConfigurationTemplateRequest, CreateLaunchConfigurationTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link CreateLaunchConfigurationTemplateCommand}.
10
+ */
11
+ export interface CreateLaunchConfigurationTemplateCommandInput extends CreateLaunchConfigurationTemplateRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link CreateLaunchConfigurationTemplateCommand}.
17
+ */
18
+ export interface CreateLaunchConfigurationTemplateCommandOutput extends CreateLaunchConfigurationTemplateResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Creates a new Launch Configuration Template.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { DrsClient, CreateLaunchConfigurationTemplateCommand } from "@aws-sdk/client-drs"; // ES Modules import
27
+ * // const { DrsClient, CreateLaunchConfigurationTemplateCommand } = require("@aws-sdk/client-drs"); // CommonJS import
28
+ * const client = new DrsClient(config);
29
+ * const input = { // CreateLaunchConfigurationTemplateRequest
30
+ * tags: { // TagsMap
31
+ * "<keys>": "STRING_VALUE",
32
+ * },
33
+ * launchDisposition: "STRING_VALUE",
34
+ * targetInstanceTypeRightSizingMethod: "STRING_VALUE",
35
+ * copyPrivateIp: true || false,
36
+ * copyTags: true || false,
37
+ * licensing: { // Licensing
38
+ * osByol: true || false,
39
+ * },
40
+ * };
41
+ * const command = new CreateLaunchConfigurationTemplateCommand(input);
42
+ * const response = await client.send(command);
43
+ * ```
44
+ *
45
+ * @param CreateLaunchConfigurationTemplateCommandInput - {@link CreateLaunchConfigurationTemplateCommandInput}
46
+ * @returns {@link CreateLaunchConfigurationTemplateCommandOutput}
47
+ * @see {@link CreateLaunchConfigurationTemplateCommandInput} for command's `input` shape.
48
+ * @see {@link CreateLaunchConfigurationTemplateCommandOutput} for command's `response` shape.
49
+ * @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
50
+ *
51
+ * @throws {@link AccessDeniedException} (client fault)
52
+ * <p>You do not have sufficient access to perform this action.</p>
53
+ *
54
+ * @throws {@link InternalServerException} (server fault)
55
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
56
+ *
57
+ * @throws {@link ServiceQuotaExceededException} (client fault)
58
+ * <p>The request could not be completed because its exceeded the service quota.</p>
59
+ *
60
+ * @throws {@link ThrottlingException} (client fault)
61
+ * <p>The request was denied due to request throttling.</p>
62
+ *
63
+ * @throws {@link UninitializedAccountException} (client fault)
64
+ * <p>The account performing the request has not been initialized.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>The input fails to satisfy the constraints specified by the AWS service.</p>
68
+ *
69
+ *
70
+ */
71
+ export declare class CreateLaunchConfigurationTemplateCommand extends $Command<CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
72
+ readonly input: CreateLaunchConfigurationTemplateCommandInput;
73
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
77
+ constructor(input: CreateLaunchConfigurationTemplateCommandInput);
78
+ /**
79
+ * @internal
80
+ */
81
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
85
+ private serialize;
86
+ /**
87
+ * @internal
88
+ */
89
+ private deserialize;
90
+ }
@@ -0,0 +1,78 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
+ import { DeleteLaunchConfigurationTemplateRequest, DeleteLaunchConfigurationTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DeleteLaunchConfigurationTemplateCommand}.
10
+ */
11
+ export interface DeleteLaunchConfigurationTemplateCommandInput extends DeleteLaunchConfigurationTemplateRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DeleteLaunchConfigurationTemplateCommand}.
17
+ */
18
+ export interface DeleteLaunchConfigurationTemplateCommandOutput extends DeleteLaunchConfigurationTemplateResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a single Launch Configuration Template by ID.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { DrsClient, DeleteLaunchConfigurationTemplateCommand } from "@aws-sdk/client-drs"; // ES Modules import
27
+ * // const { DrsClient, DeleteLaunchConfigurationTemplateCommand } = require("@aws-sdk/client-drs"); // CommonJS import
28
+ * const client = new DrsClient(config);
29
+ * const input = { // DeleteLaunchConfigurationTemplateRequest
30
+ * launchConfigurationTemplateID: "STRING_VALUE", // required
31
+ * };
32
+ * const command = new DeleteLaunchConfigurationTemplateCommand(input);
33
+ * const response = await client.send(command);
34
+ * ```
35
+ *
36
+ * @param DeleteLaunchConfigurationTemplateCommandInput - {@link DeleteLaunchConfigurationTemplateCommandInput}
37
+ * @returns {@link DeleteLaunchConfigurationTemplateCommandOutput}
38
+ * @see {@link DeleteLaunchConfigurationTemplateCommandInput} for command's `input` shape.
39
+ * @see {@link DeleteLaunchConfigurationTemplateCommandOutput} for command's `response` shape.
40
+ * @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
41
+ *
42
+ * @throws {@link ConflictException} (client fault)
43
+ * <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
44
+ *
45
+ * @throws {@link InternalServerException} (server fault)
46
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The resource for this operation was not found.</p>
50
+ *
51
+ * @throws {@link ThrottlingException} (client fault)
52
+ * <p>The request was denied due to request throttling.</p>
53
+ *
54
+ * @throws {@link UninitializedAccountException} (client fault)
55
+ * <p>The account performing the request has not been initialized.</p>
56
+ *
57
+ *
58
+ */
59
+ export declare class DeleteLaunchConfigurationTemplateCommand extends $Command<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
60
+ readonly input: DeleteLaunchConfigurationTemplateCommandInput;
61
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
65
+ constructor(input: DeleteLaunchConfigurationTemplateCommandInput);
66
+ /**
67
+ * @internal
68
+ */
69
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
73
+ private serialize;
74
+ /**
75
+ * @internal
76
+ */
77
+ private deserialize;
78
+ }
@@ -0,0 +1,82 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
+ import { DescribeLaunchConfigurationTemplatesRequest, DescribeLaunchConfigurationTemplatesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DescribeLaunchConfigurationTemplatesCommand}.
10
+ */
11
+ export interface DescribeLaunchConfigurationTemplatesCommandInput extends DescribeLaunchConfigurationTemplatesRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DescribeLaunchConfigurationTemplatesCommand}.
17
+ */
18
+ export interface DescribeLaunchConfigurationTemplatesCommandOutput extends DescribeLaunchConfigurationTemplatesResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { DrsClient, DescribeLaunchConfigurationTemplatesCommand } from "@aws-sdk/client-drs"; // ES Modules import
27
+ * // const { DrsClient, DescribeLaunchConfigurationTemplatesCommand } = require("@aws-sdk/client-drs"); // CommonJS import
28
+ * const client = new DrsClient(config);
29
+ * const input = { // DescribeLaunchConfigurationTemplatesRequest
30
+ * launchConfigurationTemplateIDs: [ // LaunchConfigurationTemplateIDs
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * maxResults: Number("int"),
34
+ * nextToken: "STRING_VALUE",
35
+ * };
36
+ * const command = new DescribeLaunchConfigurationTemplatesCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @param DescribeLaunchConfigurationTemplatesCommandInput - {@link DescribeLaunchConfigurationTemplatesCommandInput}
41
+ * @returns {@link DescribeLaunchConfigurationTemplatesCommandOutput}
42
+ * @see {@link DescribeLaunchConfigurationTemplatesCommandInput} for command's `input` shape.
43
+ * @see {@link DescribeLaunchConfigurationTemplatesCommandOutput} for command's `response` shape.
44
+ * @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The resource for this operation was not found.</p>
51
+ *
52
+ * @throws {@link ThrottlingException} (client fault)
53
+ * <p>The request was denied due to request throttling.</p>
54
+ *
55
+ * @throws {@link UninitializedAccountException} (client fault)
56
+ * <p>The account performing the request has not been initialized.</p>
57
+ *
58
+ * @throws {@link ValidationException} (client fault)
59
+ * <p>The input fails to satisfy the constraints specified by the AWS service.</p>
60
+ *
61
+ *
62
+ */
63
+ export declare class DescribeLaunchConfigurationTemplatesCommand extends $Command<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput, DrsClientResolvedConfig> {
64
+ readonly input: DescribeLaunchConfigurationTemplatesCommandInput;
65
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
69
+ constructor(input: DescribeLaunchConfigurationTemplatesCommandInput);
70
+ /**
71
+ * @internal
72
+ */
73
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
77
+ private serialize;
78
+ /**
79
+ * @internal
80
+ */
81
+ private deserialize;
82
+ }
@@ -0,0 +1,88 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
5
+ import { UpdateLaunchConfigurationTemplateRequest, UpdateLaunchConfigurationTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link UpdateLaunchConfigurationTemplateCommand}.
10
+ */
11
+ export interface UpdateLaunchConfigurationTemplateCommandInput extends UpdateLaunchConfigurationTemplateRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link UpdateLaunchConfigurationTemplateCommand}.
17
+ */
18
+ export interface UpdateLaunchConfigurationTemplateCommandOutput extends UpdateLaunchConfigurationTemplateResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Updates an existing Launch Configuration Template by ID.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { DrsClient, UpdateLaunchConfigurationTemplateCommand } from "@aws-sdk/client-drs"; // ES Modules import
27
+ * // const { DrsClient, UpdateLaunchConfigurationTemplateCommand } = require("@aws-sdk/client-drs"); // CommonJS import
28
+ * const client = new DrsClient(config);
29
+ * const input = { // UpdateLaunchConfigurationTemplateRequest
30
+ * launchConfigurationTemplateID: "STRING_VALUE", // required
31
+ * launchDisposition: "STRING_VALUE",
32
+ * targetInstanceTypeRightSizingMethod: "STRING_VALUE",
33
+ * copyPrivateIp: true || false,
34
+ * copyTags: true || false,
35
+ * licensing: { // Licensing
36
+ * osByol: true || false,
37
+ * },
38
+ * };
39
+ * const command = new UpdateLaunchConfigurationTemplateCommand(input);
40
+ * const response = await client.send(command);
41
+ * ```
42
+ *
43
+ * @param UpdateLaunchConfigurationTemplateCommandInput - {@link UpdateLaunchConfigurationTemplateCommandInput}
44
+ * @returns {@link UpdateLaunchConfigurationTemplateCommandOutput}
45
+ * @see {@link UpdateLaunchConfigurationTemplateCommandInput} for command's `input` shape.
46
+ * @see {@link UpdateLaunchConfigurationTemplateCommandOutput} for command's `response` shape.
47
+ * @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
48
+ *
49
+ * @throws {@link AccessDeniedException} (client fault)
50
+ * <p>You do not have sufficient access to perform this action.</p>
51
+ *
52
+ * @throws {@link InternalServerException} (server fault)
53
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>The resource for this operation was not found.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>The request was denied due to request throttling.</p>
60
+ *
61
+ * @throws {@link UninitializedAccountException} (client fault)
62
+ * <p>The account performing the request has not been initialized.</p>
63
+ *
64
+ * @throws {@link ValidationException} (client fault)
65
+ * <p>The input fails to satisfy the constraints specified by the AWS service.</p>
66
+ *
67
+ *
68
+ */
69
+ export declare class UpdateLaunchConfigurationTemplateCommand extends $Command<UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
70
+ readonly input: UpdateLaunchConfigurationTemplateCommandInput;
71
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
75
+ constructor(input: UpdateLaunchConfigurationTemplateCommandInput);
76
+ /**
77
+ * @internal
78
+ */
79
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DrsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
83
+ private serialize;
84
+ /**
85
+ * @internal
86
+ */
87
+ private deserialize;
88
+ }
@@ -1,11 +1,14 @@
1
1
  export * from "./CreateExtendedSourceServerCommand";
2
+ export * from "./CreateLaunchConfigurationTemplateCommand";
2
3
  export * from "./CreateReplicationConfigurationTemplateCommand";
3
4
  export * from "./DeleteJobCommand";
5
+ export * from "./DeleteLaunchConfigurationTemplateCommand";
4
6
  export * from "./DeleteRecoveryInstanceCommand";
5
7
  export * from "./DeleteReplicationConfigurationTemplateCommand";
6
8
  export * from "./DeleteSourceServerCommand";
7
9
  export * from "./DescribeJobLogItemsCommand";
8
10
  export * from "./DescribeJobsCommand";
11
+ export * from "./DescribeLaunchConfigurationTemplatesCommand";
9
12
  export * from "./DescribeRecoveryInstancesCommand";
10
13
  export * from "./DescribeRecoverySnapshotsCommand";
11
14
  export * from "./DescribeReplicationConfigurationTemplatesCommand";
@@ -31,5 +34,6 @@ export * from "./TerminateRecoveryInstancesCommand";
31
34
  export * from "./UntagResourceCommand";
32
35
  export * from "./UpdateFailbackReplicationConfigurationCommand";
33
36
  export * from "./UpdateLaunchConfigurationCommand";
37
+ export * from "./UpdateLaunchConfigurationTemplateCommand";
34
38
  export * from "./UpdateReplicationConfigurationCommand";
35
39
  export * from "./UpdateReplicationConfigurationTemplateCommand";