@aws-sdk/client-arc-zonal-shift 3.477.0 → 3.481.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 (61) hide show
  1. package/dist-cjs/commands/CancelZonalShiftCommand.js +18 -41
  2. package/dist-cjs/commands/CreatePracticeRunConfigurationCommand.js +18 -41
  3. package/dist-cjs/commands/DeletePracticeRunConfigurationCommand.js +18 -41
  4. package/dist-cjs/commands/GetManagedResourceCommand.js +18 -41
  5. package/dist-cjs/commands/ListAutoshiftsCommand.js +18 -41
  6. package/dist-cjs/commands/ListManagedResourcesCommand.js +18 -41
  7. package/dist-cjs/commands/ListZonalShiftsCommand.js +18 -41
  8. package/dist-cjs/commands/StartZonalShiftCommand.js +18 -41
  9. package/dist-cjs/commands/UpdatePracticeRunConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/UpdateZonalAutoshiftConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/UpdateZonalShiftCommand.js +18 -41
  12. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  13. package/dist-cjs/pagination/ListAutoshiftsPaginator.js +2 -24
  14. package/dist-cjs/pagination/ListManagedResourcesPaginator.js +2 -24
  15. package/dist-cjs/pagination/ListZonalShiftsPaginator.js +2 -24
  16. package/dist-es/commands/CancelZonalShiftCommand.js +18 -41
  17. package/dist-es/commands/CreatePracticeRunConfigurationCommand.js +18 -41
  18. package/dist-es/commands/DeletePracticeRunConfigurationCommand.js +18 -41
  19. package/dist-es/commands/GetManagedResourceCommand.js +18 -41
  20. package/dist-es/commands/ListAutoshiftsCommand.js +18 -41
  21. package/dist-es/commands/ListManagedResourcesCommand.js +18 -41
  22. package/dist-es/commands/ListZonalShiftsCommand.js +18 -41
  23. package/dist-es/commands/StartZonalShiftCommand.js +18 -41
  24. package/dist-es/commands/UpdatePracticeRunConfigurationCommand.js +18 -41
  25. package/dist-es/commands/UpdateZonalAutoshiftConfigurationCommand.js +18 -41
  26. package/dist-es/commands/UpdateZonalShiftCommand.js +18 -41
  27. package/dist-es/endpoint/EndpointParameters.js +6 -0
  28. package/dist-es/pagination/ListAutoshiftsPaginator.js +2 -23
  29. package/dist-es/pagination/ListManagedResourcesPaginator.js +2 -23
  30. package/dist-es/pagination/ListZonalShiftsPaginator.js +2 -23
  31. package/dist-types/commands/CancelZonalShiftCommand.d.ts +6 -21
  32. package/dist-types/commands/CreatePracticeRunConfigurationCommand.d.ts +6 -21
  33. package/dist-types/commands/DeletePracticeRunConfigurationCommand.d.ts +6 -21
  34. package/dist-types/commands/GetManagedResourceCommand.d.ts +6 -21
  35. package/dist-types/commands/ListAutoshiftsCommand.d.ts +6 -21
  36. package/dist-types/commands/ListManagedResourcesCommand.d.ts +6 -21
  37. package/dist-types/commands/ListZonalShiftsCommand.d.ts +6 -21
  38. package/dist-types/commands/StartZonalShiftCommand.d.ts +6 -21
  39. package/dist-types/commands/UpdatePracticeRunConfigurationCommand.d.ts +6 -21
  40. package/dist-types/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +6 -21
  41. package/dist-types/commands/UpdateZonalShiftCommand.d.ts +6 -21
  42. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  43. package/dist-types/pagination/ListAutoshiftsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListManagedResourcesPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListZonalShiftsPaginator.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CancelZonalShiftCommand.d.ts +14 -23
  47. package/dist-types/ts3.4/commands/CreatePracticeRunConfigurationCommand.d.ts +12 -24
  48. package/dist-types/ts3.4/commands/DeletePracticeRunConfigurationCommand.d.ts +12 -24
  49. package/dist-types/ts3.4/commands/GetManagedResourceCommand.d.ts +14 -23
  50. package/dist-types/ts3.4/commands/ListAutoshiftsCommand.d.ts +14 -23
  51. package/dist-types/ts3.4/commands/ListManagedResourcesCommand.d.ts +12 -24
  52. package/dist-types/ts3.4/commands/ListZonalShiftsCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/StartZonalShiftCommand.d.ts +14 -23
  54. package/dist-types/ts3.4/commands/UpdatePracticeRunConfigurationCommand.d.ts +12 -24
  55. package/dist-types/ts3.4/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +12 -24
  56. package/dist-types/ts3.4/commands/UpdateZonalShiftCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  58. package/dist-types/ts3.4/pagination/ListAutoshiftsPaginator.d.ts +3 -3
  59. package/dist-types/ts3.4/pagination/ListManagedResourcesPaginator.d.ts +3 -3
  60. package/dist-types/ts3.4/pagination/ListZonalShiftsPaginator.d.ts +3 -3
  61. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetManagedResourceCommandInput extends GetManagedResourceReques
21
20
  */
22
21
  export interface GetManagedResourceCommandOutput extends GetManagedResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetManagedResourceCommand_base: {
24
+ new (input: GetManagedResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedResourceCommandInput, GetManagedResourceCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this Amazon Web Services Region. Resources that are registered for
@@ -112,23 +115,5 @@ export interface GetManagedResourceCommandOutput extends GetManagedResourceRespo
112
115
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
113
116
  *
114
117
  */
115
- export declare class GetManagedResourceCommand extends $Command<GetManagedResourceCommandInput, GetManagedResourceCommandOutput, ARCZonalShiftClientResolvedConfig> {
116
- readonly input: GetManagedResourceCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: GetManagedResourceCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetManagedResourceCommandInput, GetManagedResourceCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class GetManagedResourceCommand extends GetManagedResourceCommand_base {
134
119
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { ListAutoshiftsRequest, ListAutoshiftsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAutoshiftsCommandInput extends ListAutoshiftsRequest {
21
20
  */
22
21
  export interface ListAutoshiftsCommandOutput extends ListAutoshiftsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAutoshiftsCommand_base: {
24
+ new (input: ListAutoshiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAutoshiftsCommandInput, ListAutoshiftsCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the active autoshifts for a specified resource.</p>
@@ -73,23 +76,5 @@ export interface ListAutoshiftsCommandOutput extends ListAutoshiftsResponse, __M
73
76
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
74
77
  *
75
78
  */
76
- export declare class ListAutoshiftsCommand extends $Command<ListAutoshiftsCommandInput, ListAutoshiftsCommandOutput, ARCZonalShiftClientResolvedConfig> {
77
- readonly input: ListAutoshiftsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListAutoshiftsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAutoshiftsCommandInput, ListAutoshiftsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListAutoshiftsCommand extends ListAutoshiftsCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListManagedResourcesCommandInput extends ListManagedResourcesRe
21
20
  */
22
21
  export interface ListManagedResourcesCommandOutput extends ListManagedResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListManagedResourcesCommand_base: {
24
+ new (input: ListManagedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedResourcesCommandInput, ListManagedResourcesCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for
@@ -100,23 +103,5 @@ export interface ListManagedResourcesCommandOutput extends ListManagedResourcesR
100
103
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
101
104
  *
102
105
  */
103
- export declare class ListManagedResourcesCommand extends $Command<ListManagedResourcesCommandInput, ListManagedResourcesCommandOutput, ARCZonalShiftClientResolvedConfig> {
104
- readonly input: ListManagedResourcesCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: ListManagedResourcesCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedResourcesCommandInput, ListManagedResourcesCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class ListManagedResourcesCommand extends ListManagedResourcesCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListZonalShiftsCommandInput extends ListZonalShiftsRequest {
21
20
  */
22
21
  export interface ListZonalShiftsCommandOutput extends ListZonalShiftsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListZonalShiftsCommand_base: {
24
+ new (input: ListZonalShiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region.
@@ -82,23 +85,5 @@ export interface ListZonalShiftsCommandOutput extends ListZonalShiftsResponse, _
82
85
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
83
86
  *
84
87
  */
85
- export declare class ListZonalShiftsCommand extends $Command<ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput, ARCZonalShiftClientResolvedConfig> {
86
- readonly input: ListZonalShiftsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListZonalShiftsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListZonalShiftsCommand extends ListZonalShiftsCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartZonalShiftCommandInput extends StartZonalShiftRequest {
21
20
  */
22
21
  export interface StartZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
23
22
  }
23
+ declare const StartZonalShiftCommand_base: {
24
+ new (input: StartZonalShiftCommandInput): import("@smithy/smithy-client").CommandImpl<StartZonalShiftCommandInput, StartZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in an Amazon Web Services Region,
@@ -88,23 +91,5 @@ export interface StartZonalShiftCommandOutput extends ZonalShift, __MetadataBear
88
91
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
89
92
  *
90
93
  */
91
- export declare class StartZonalShiftCommand extends $Command<StartZonalShiftCommandInput, StartZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig> {
92
- readonly input: StartZonalShiftCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: StartZonalShiftCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartZonalShiftCommandInput, StartZonalShiftCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class StartZonalShiftCommand extends StartZonalShiftCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { UpdatePracticeRunConfigurationRequest, UpdatePracticeRunConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePracticeRunConfigurationCommandInput extends UpdatePracti
21
20
  */
22
21
  export interface UpdatePracticeRunConfigurationCommandOutput extends UpdatePracticeRunConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePracticeRunConfigurationCommand_base: {
24
+ new (input: UpdatePracticeRunConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePracticeRunConfigurationCommandInput, UpdatePracticeRunConfigurationCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a practice run configuration to change one or more of the following: add,
@@ -111,23 +114,5 @@ export interface UpdatePracticeRunConfigurationCommandOutput extends UpdatePract
111
114
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
112
115
  *
113
116
  */
114
- export declare class UpdatePracticeRunConfigurationCommand extends $Command<UpdatePracticeRunConfigurationCommandInput, UpdatePracticeRunConfigurationCommandOutput, ARCZonalShiftClientResolvedConfig> {
115
- readonly input: UpdatePracticeRunConfigurationCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: UpdatePracticeRunConfigurationCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePracticeRunConfigurationCommandInput, UpdatePracticeRunConfigurationCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class UpdatePracticeRunConfigurationCommand extends UpdatePracticeRunConfigurationCommand_base {
133
118
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { UpdateZonalAutoshiftConfigurationRequest, UpdateZonalAutoshiftConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateZonalAutoshiftConfigurationCommandInput extends UpdateZon
21
20
  */
22
21
  export interface UpdateZonalAutoshiftConfigurationCommandOutput extends UpdateZonalAutoshiftConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateZonalAutoshiftConfigurationCommand_base: {
24
+ new (input: UpdateZonalAutoshiftConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateZonalAutoshiftConfigurationCommandInput, UpdateZonalAutoshiftConfigurationCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>You can update the zonal autoshift status for a resource, to enable or disable zonal
@@ -74,23 +77,5 @@ export interface UpdateZonalAutoshiftConfigurationCommandOutput extends UpdateZo
74
77
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
75
78
  *
76
79
  */
77
- export declare class UpdateZonalAutoshiftConfigurationCommand extends $Command<UpdateZonalAutoshiftConfigurationCommandInput, UpdateZonalAutoshiftConfigurationCommandOutput, ARCZonalShiftClientResolvedConfig> {
78
- readonly input: UpdateZonalAutoshiftConfigurationCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UpdateZonalAutoshiftConfigurationCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateZonalAutoshiftConfigurationCommandInput, UpdateZonalAutoshiftConfigurationCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UpdateZonalAutoshiftConfigurationCommand extends UpdateZonalAutoshiftConfigurationCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
4
  import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateZonalShiftCommandInput extends UpdateZonalShiftRequest {
21
20
  */
22
21
  export interface UpdateZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
23
22
  }
23
+ declare const UpdateZonalShiftCommand_base: {
24
+ new (input: UpdateZonalShiftCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account. You can update a zonal shift to set a new expiration, or
@@ -78,23 +81,5 @@ export interface UpdateZonalShiftCommandOutput extends ZonalShift, __MetadataBea
78
81
  * <p>Base exception class for all service exceptions from ARCZonalShift service.</p>
79
82
  *
80
83
  */
81
- export declare class UpdateZonalShiftCommand extends $Command<UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig> {
82
- readonly input: UpdateZonalShiftCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: UpdateZonalShiftCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ARCZonalShiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class UpdateZonalShiftCommand extends UpdateZonalShiftCommand_base {
100
85
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ARCZonalShiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAutoshifts(config: ARCZonalShiftPaginationConfiguration, input: ListAutoshiftsCommandInput, ...additionalArguments: any): Paginator<ListAutoshiftsCommandOutput>;
7
+ export declare const paginateListAutoshifts: (config: ARCZonalShiftPaginationConfiguration, input: ListAutoshiftsCommandInput, ...rest: any[]) => Paginator<ListAutoshiftsCommandOutput>;
@@ -4,4 +4,4 @@ import { ARCZonalShiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListManagedResources(config: ARCZonalShiftPaginationConfiguration, input: ListManagedResourcesCommandInput, ...additionalArguments: any): Paginator<ListManagedResourcesCommandOutput>;
7
+ export declare const paginateListManagedResources: (config: ARCZonalShiftPaginationConfiguration, input: ListManagedResourcesCommandInput, ...rest: any[]) => Paginator<ListManagedResourcesCommandOutput>;
@@ -4,4 +4,4 @@ import { ARCZonalShiftPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListZonalShifts(config: ARCZonalShiftPaginationConfiguration, input: ListZonalShiftsCommandInput, ...additionalArguments: any): Paginator<ListZonalShiftsCommandOutput>;
7
+ export declare const paginateListZonalShifts: (config: ARCZonalShiftPaginationConfiguration, input: ListZonalShiftsCommandInput, ...rest: any[]) => Paginator<ListZonalShiftsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ARCZonalShiftClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelZonalShiftCommandInput extends CancelZonalShiftRequest {}
17
11
  export interface CancelZonalShiftCommandOutput
18
12
  extends ZonalShift,
19
13
  __MetadataBearer {}
20
- export declare class CancelZonalShiftCommand extends $Command<
21
- CancelZonalShiftCommandInput,
22
- CancelZonalShiftCommandOutput,
23
- ARCZonalShiftClientResolvedConfig
24
- > {
25
- readonly input: CancelZonalShiftCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelZonalShiftCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ARCZonalShiftClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelZonalShiftCommand_base: {
15
+ new (
16
+ input: CancelZonalShiftCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelZonalShiftCommandInput,
19
+ CancelZonalShiftCommandOutput,
20
+ ARCZonalShiftClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelZonalShiftCommand extends CancelZonalShiftCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ARCZonalShiftClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreatePracticeRunConfigurationCommandInput
21
15
  export interface CreatePracticeRunConfigurationCommandOutput
22
16
  extends CreatePracticeRunConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreatePracticeRunConfigurationCommand extends $Command<
25
- CreatePracticeRunConfigurationCommandInput,
26
- CreatePracticeRunConfigurationCommandOutput,
27
- ARCZonalShiftClientResolvedConfig
28
- > {
29
- readonly input: CreatePracticeRunConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreatePracticeRunConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ARCZonalShiftClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreatePracticeRunConfigurationCommand_base: {
19
+ new (
20
+ input: CreatePracticeRunConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreatePracticeRunConfigurationCommandInput,
38
- CreatePracticeRunConfigurationCommandOutput
23
+ CreatePracticeRunConfigurationCommandOutput,
24
+ ARCZonalShiftClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreatePracticeRunConfigurationCommand extends CreatePracticeRunConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ARCZonalShiftClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeletePracticeRunConfigurationCommandInput
21
15
  export interface DeletePracticeRunConfigurationCommandOutput
22
16
  extends DeletePracticeRunConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeletePracticeRunConfigurationCommand extends $Command<
25
- DeletePracticeRunConfigurationCommandInput,
26
- DeletePracticeRunConfigurationCommandOutput,
27
- ARCZonalShiftClientResolvedConfig
28
- > {
29
- readonly input: DeletePracticeRunConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeletePracticeRunConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ARCZonalShiftClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeletePracticeRunConfigurationCommand_base: {
19
+ new (
20
+ input: DeletePracticeRunConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeletePracticeRunConfigurationCommandInput,
38
- DeletePracticeRunConfigurationCommandOutput
23
+ DeletePracticeRunConfigurationCommandOutput,
24
+ ARCZonalShiftClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeletePracticeRunConfigurationCommand extends DeletePracticeRunConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ARCZonalShiftClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetManagedResourceCommandInput
21
15
  export interface GetManagedResourceCommandOutput
22
16
  extends GetManagedResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetManagedResourceCommand extends $Command<
25
- GetManagedResourceCommandInput,
26
- GetManagedResourceCommandOutput,
27
- ARCZonalShiftClientResolvedConfig
28
- > {
29
- readonly input: GetManagedResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetManagedResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ARCZonalShiftClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetManagedResourceCommandInput, GetManagedResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetManagedResourceCommand_base: {
19
+ new (
20
+ input: GetManagedResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetManagedResourceCommandInput,
23
+ GetManagedResourceCommandOutput,
24
+ ARCZonalShiftClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetManagedResourceCommand extends GetManagedResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ARCZonalShiftClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListAutoshiftsCommandInput extends ListAutoshiftsRequest {}
20
14
  export interface ListAutoshiftsCommandOutput
21
15
  extends ListAutoshiftsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListAutoshiftsCommand extends $Command<
24
- ListAutoshiftsCommandInput,
25
- ListAutoshiftsCommandOutput,
26
- ARCZonalShiftClientResolvedConfig
27
- > {
28
- readonly input: ListAutoshiftsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListAutoshiftsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ARCZonalShiftClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListAutoshiftsCommandInput, ListAutoshiftsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListAutoshiftsCommand_base: {
18
+ new (
19
+ input: ListAutoshiftsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListAutoshiftsCommandInput,
22
+ ListAutoshiftsCommandOutput,
23
+ ARCZonalShiftClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListAutoshiftsCommand extends ListAutoshiftsCommand_base {}