@aws-sdk/client-arc-zonal-shift 3.335.0 → 3.338.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 (37) hide show
  1. package/dist-cjs/ARCZonalShiftClient.js +2 -1
  2. package/dist-cjs/commands/CancelZonalShiftCommand.js +2 -1
  3. package/dist-cjs/commands/GetManagedResourceCommand.js +2 -1
  4. package/dist-cjs/commands/ListManagedResourcesCommand.js +2 -1
  5. package/dist-cjs/commands/ListZonalShiftsCommand.js +2 -1
  6. package/dist-cjs/commands/StartZonalShiftCommand.js +2 -1
  7. package/dist-cjs/commands/UpdateZonalShiftCommand.js +2 -1
  8. package/dist-cjs/index.js +2 -2
  9. package/dist-cjs/models/ARCZonalShiftServiceException.js +2 -1
  10. package/dist-es/ARCZonalShiftClient.js +1 -0
  11. package/dist-es/commands/CancelZonalShiftCommand.js +1 -0
  12. package/dist-es/commands/GetManagedResourceCommand.js +1 -0
  13. package/dist-es/commands/ListManagedResourcesCommand.js +1 -0
  14. package/dist-es/commands/ListZonalShiftsCommand.js +1 -0
  15. package/dist-es/commands/StartZonalShiftCommand.js +1 -0
  16. package/dist-es/commands/UpdateZonalShiftCommand.js +1 -0
  17. package/dist-es/index.js +2 -2
  18. package/dist-es/models/ARCZonalShiftServiceException.js +1 -0
  19. package/dist-types/ARCZonalShiftClient.d.ts +3 -3
  20. package/dist-types/commands/CancelZonalShiftCommand.d.ts +4 -0
  21. package/dist-types/commands/GetManagedResourceCommand.d.ts +4 -0
  22. package/dist-types/commands/ListManagedResourcesCommand.d.ts +4 -0
  23. package/dist-types/commands/ListZonalShiftsCommand.d.ts +4 -0
  24. package/dist-types/commands/StartZonalShiftCommand.d.ts +4 -0
  25. package/dist-types/commands/UpdateZonalShiftCommand.d.ts +4 -0
  26. package/dist-types/index.d.ts +21 -2
  27. package/dist-types/models/ARCZonalShiftServiceException.d.ts +1 -0
  28. package/dist-types/ts3.4/ARCZonalShiftClient.d.ts +3 -3
  29. package/dist-types/ts3.4/commands/CancelZonalShiftCommand.d.ts +1 -0
  30. package/dist-types/ts3.4/commands/GetManagedResourceCommand.d.ts +1 -0
  31. package/dist-types/ts3.4/commands/ListManagedResourcesCommand.d.ts +1 -0
  32. package/dist-types/ts3.4/commands/ListZonalShiftsCommand.d.ts +1 -0
  33. package/dist-types/ts3.4/commands/StartZonalShiftCommand.d.ts +1 -0
  34. package/dist-types/ts3.4/commands/UpdateZonalShiftCommand.d.ts +1 -0
  35. package/dist-types/ts3.4/index.d.ts +2 -2
  36. package/dist-types/ts3.4/models/ARCZonalShiftServiceException.d.ts +1 -0
  37. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ARCZonalShiftClient = void 0;
3
+ exports.ARCZonalShiftClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class ARCZonalShiftClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelZonalShiftCommand = void 0;
3
+ exports.CancelZonalShiftCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CancelZonalShiftCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedResourceCommand = void 0;
3
+ exports.GetManagedResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetManagedResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedResourcesCommand = void 0;
3
+ exports.ListManagedResourcesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListManagedResourcesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListZonalShiftsCommand = void 0;
3
+ exports.ListZonalShiftsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListZonalShiftsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartZonalShiftCommand = void 0;
3
+ exports.StartZonalShiftCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartZonalShiftCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateZonalShiftCommand = void 0;
3
+ exports.UpdateZonalShiftCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateZonalShiftCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ARCZonalShiftServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./ARCZonalShift"), exports);
6
5
  tslib_1.__exportStar(require("./ARCZonalShiftClient"), exports);
6
+ tslib_1.__exportStar(require("./ARCZonalShift"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var ARCZonalShiftServiceException_1 = require("./models/ARCZonalShiftServiceException");
11
11
  Object.defineProperty(exports, "ARCZonalShiftServiceException", { enumerable: true, get: function () { return ARCZonalShiftServiceException_1.ARCZonalShiftServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ARCZonalShiftServiceException = void 0;
3
+ exports.ARCZonalShiftServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class ARCZonalShiftServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class ARCZonalShiftClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CancelZonalShiftCommand, se_CancelZonalShiftCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CancelZonalShiftCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetManagedResourceCommand, se_GetManagedResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetManagedResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListManagedResourcesCommand, se_ListManagedResourcesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListManagedResourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListZonalShiftsCommand, se_ListZonalShiftsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListZonalShiftsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartZonalShiftCommand, se_StartZonalShiftCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartZonalShiftCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateZonalShiftCommand, se_UpdateZonalShiftCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateZonalShiftCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./ARCZonalShift";
2
1
  export * from "./ARCZonalShiftClient";
2
+ export * from "./ARCZonalShift";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ARCZonalShiftServiceException } from "./models/ARCZonalShiftServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ARCZonalShiftServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -15,6 +15,7 @@ import { ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput } from "./com
15
15
  import { StartZonalShiftCommandInput, StartZonalShiftCommandOutput } from "./commands/StartZonalShiftCommand";
16
16
  import { UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput } from "./commands/UpdateZonalShiftCommand";
17
17
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
18
+ export { __Client };
18
19
  /**
19
20
  * @public
20
21
  */
@@ -129,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
129
130
  /**
130
131
  * @public
131
132
  */
132
- type ARCZonalShiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
133
+ export type ARCZonalShiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
133
134
  /**
134
135
  * @public
135
136
  *
@@ -140,7 +141,7 @@ export interface ARCZonalShiftClientConfig extends ARCZonalShiftClientConfigType
140
141
  /**
141
142
  * @public
142
143
  */
143
- type ARCZonalShiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
144
+ export type ARCZonalShiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
144
145
  /**
145
146
  * @public
146
147
  *
@@ -179,4 +180,3 @@ export declare class ARCZonalShiftClient extends __Client<__HttpHandlerOptions,
179
180
  */
180
181
  destroy(): void;
181
182
  }
182
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,25 @@
1
- export * from "./ARCZonalShift";
1
+ /**
2
+ * <p>This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller. This guide is for developers who need detailed information about
3
+ * zonal shift API actions, data types, and errors.</p>
4
+ * <p>Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.</p>
5
+ * <p>Zonal shift in Route 53 ARC enables you to move traffic for a load balancer resource away from an Availability Zone. Starting
6
+ * a zonal shift helps your application recover immediately, for example, from a developer's bad code deployment
7
+ * or from an AWS infrastructure failure in a single Availability Zone, reducing the impact and time lost from an issue
8
+ * in one zone. </p>
9
+ * <p>Supported AWS resources are automatically registered with Route 53 ARC. Resources that are registered for zonal shifts
10
+ * in Route 53 ARC are managed resources in Route 53 ARC. You can start a zonal shift for any managed resource in your account in a Region.
11
+ * At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>
12
+ * <p>Zonal shifts are temporary. You must specify an expiration when you start a zonal shift, of up to three days initially.
13
+ * If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration.
14
+ * You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.</p>
15
+ * <p>For more information about using zonal shift, see the
16
+ * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p>
17
+ *
18
+ * @packageDocumentation
19
+ */
2
20
  export * from "./ARCZonalShiftClient";
21
+ export * from "./ARCZonalShift";
3
22
  export * from "./commands";
4
- export * from "./models";
5
23
  export * from "./pagination";
24
+ export * from "./models";
6
25
  export { ARCZonalShiftServiceException } from "./models/ARCZonalShiftServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -75,6 +75,7 @@ import {
75
75
  ClientResolvedEndpointParameters,
76
76
  EndpointParameters,
77
77
  } from "./endpoint/EndpointParameters";
78
+ export { __Client };
78
79
  export type ServiceInputTypes =
79
80
  | CancelZonalShiftCommandInput
80
81
  | GetManagedResourceCommandInput
@@ -113,7 +114,7 @@ export interface ClientDefaults
113
114
  logger?: __Logger;
114
115
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
115
116
  }
116
- type ARCZonalShiftClientConfigType = Partial<
117
+ export type ARCZonalShiftClientConfigType = Partial<
117
118
  __SmithyConfiguration<__HttpHandlerOptions>
118
119
  > &
119
120
  ClientDefaults &
@@ -126,7 +127,7 @@ type ARCZonalShiftClientConfigType = Partial<
126
127
  ClientInputEndpointParameters;
127
128
  export interface ARCZonalShiftClientConfig
128
129
  extends ARCZonalShiftClientConfigType {}
129
- type ARCZonalShiftClientResolvedConfigType =
130
+ export type ARCZonalShiftClientResolvedConfigType =
130
131
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
131
132
  Required<ClientDefaults> &
132
133
  RegionResolvedConfig &
@@ -148,4 +149,3 @@ export declare class ARCZonalShiftClient extends __Client<
148
149
  constructor(configuration: ARCZonalShiftClientConfig);
149
150
  destroy(): void;
150
151
  }
151
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ARCZonalShiftClient";
14
14
  import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CancelZonalShiftCommandInput extends CancelZonalShiftRequest {}
16
17
  export interface CancelZonalShiftCommandOutput
17
18
  extends ZonalShift,
@@ -15,6 +15,7 @@ import {
15
15
  GetManagedResourceRequest,
16
16
  GetManagedResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetManagedResourceCommandInput
19
20
  extends GetManagedResourceRequest {}
20
21
  export interface GetManagedResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListManagedResourcesRequest,
16
16
  ListManagedResourcesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListManagedResourcesCommandInput
19
20
  extends ListManagedResourcesRequest {}
20
21
  export interface ListManagedResourcesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListZonalShiftsRequest,
16
16
  ListZonalShiftsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListZonalShiftsCommandInput extends ListZonalShiftsRequest {}
19
20
  export interface ListZonalShiftsCommandOutput
20
21
  extends ListZonalShiftsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ARCZonalShiftClient";
14
14
  import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StartZonalShiftCommandInput extends StartZonalShiftRequest {}
16
17
  export interface StartZonalShiftCommandOutput
17
18
  extends ZonalShift,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ARCZonalShiftClient";
14
14
  import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateZonalShiftCommandInput extends UpdateZonalShiftRequest {}
16
17
  export interface UpdateZonalShiftCommandOutput
17
18
  extends ZonalShift,
@@ -1,6 +1,6 @@
1
- export * from "./ARCZonalShift";
2
1
  export * from "./ARCZonalShiftClient";
2
+ export * from "./ARCZonalShift";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ARCZonalShiftServiceException } from "./models/ARCZonalShiftServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class ARCZonalShiftServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-arc-zonal-shift",
3
3
  "description": "AWS SDK for JavaScript Arc Zonal Shift Client for Node.js, Browser and React Native",
4
- "version": "3.335.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.335.0",
25
- "@aws-sdk/config-resolver": "3.329.0",
26
- "@aws-sdk/credential-provider-node": "3.335.0",
27
- "@aws-sdk/fetch-http-handler": "3.329.0",
28
- "@aws-sdk/hash-node": "3.329.0",
29
- "@aws-sdk/invalid-dependency": "3.329.0",
30
- "@aws-sdk/middleware-content-length": "3.329.0",
31
- "@aws-sdk/middleware-endpoint": "3.329.0",
32
- "@aws-sdk/middleware-host-header": "3.329.0",
33
- "@aws-sdk/middleware-logger": "3.329.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.329.0",
35
- "@aws-sdk/middleware-retry": "3.329.0",
36
- "@aws-sdk/middleware-serde": "3.329.0",
37
- "@aws-sdk/middleware-signing": "3.329.0",
38
- "@aws-sdk/middleware-stack": "3.329.0",
39
- "@aws-sdk/middleware-user-agent": "3.332.0",
40
- "@aws-sdk/node-config-provider": "3.329.0",
41
- "@aws-sdk/node-http-handler": "3.329.0",
42
- "@aws-sdk/smithy-client": "3.329.0",
43
- "@aws-sdk/types": "3.329.0",
44
- "@aws-sdk/url-parser": "3.329.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.329.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.329.0",
50
- "@aws-sdk/util-endpoints": "3.332.0",
51
- "@aws-sdk/util-retry": "3.329.0",
52
- "@aws-sdk/util-user-agent-browser": "3.329.0",
53
- "@aws-sdk/util-user-agent-node": "3.329.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",