@aws-sdk/client-arc-zonal-shift 3.590.0 → 3.596.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 (27) hide show
  1. package/dist-cjs/index.js +0 -11
  2. package/dist-types/commands/CancelZonalShiftCommand.d.ts +2 -1
  3. package/dist-types/commands/CreatePracticeRunConfigurationCommand.d.ts +2 -1
  4. package/dist-types/commands/DeletePracticeRunConfigurationCommand.d.ts +2 -1
  5. package/dist-types/commands/GetManagedResourceCommand.d.ts +2 -1
  6. package/dist-types/commands/ListAutoshiftsCommand.d.ts +2 -1
  7. package/dist-types/commands/ListManagedResourcesCommand.d.ts +2 -1
  8. package/dist-types/commands/ListZonalShiftsCommand.d.ts +2 -1
  9. package/dist-types/commands/StartZonalShiftCommand.d.ts +2 -1
  10. package/dist-types/commands/UpdatePracticeRunConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/UpdateZonalShiftCommand.d.ts +2 -1
  13. package/dist-types/index.d.ts +2 -2
  14. package/dist-types/models/ARCZonalShiftServiceException.d.ts +2 -1
  15. package/dist-types/ts3.4/commands/CancelZonalShiftCommand.d.ts +2 -1
  16. package/dist-types/ts3.4/commands/CreatePracticeRunConfigurationCommand.d.ts +2 -1
  17. package/dist-types/ts3.4/commands/DeletePracticeRunConfigurationCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/GetManagedResourceCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/ListAutoshiftsCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/ListManagedResourcesCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/ListZonalShiftsCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/StartZonalShiftCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/UpdatePracticeRunConfigurationCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/UpdateZonalShiftCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/models/ARCZonalShiftServiceException.d.ts +2 -1
  27. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -207,7 +207,6 @@ var ARCZonalShiftClient = _ARCZonalShiftClient;
207
207
 
208
208
  var import_middleware_serde = require("@smithy/middleware-serde");
209
209
 
210
- var import_types = require("@smithy/types");
211
210
 
212
211
  // src/protocols/Aws_restJson1.ts
213
212
  var import_core2 = require("@aws-sdk/core");
@@ -965,7 +964,6 @@ var CancelZonalShiftCommand = _CancelZonalShiftCommand;
965
964
 
966
965
 
967
966
 
968
-
969
967
  var _CreatePracticeRunConfigurationCommand = class _CreatePracticeRunConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
970
968
  ...commonParams
971
969
  }).m(function(Command, cs, config, o) {
@@ -982,7 +980,6 @@ var CreatePracticeRunConfigurationCommand = _CreatePracticeRunConfigurationComma
982
980
 
983
981
 
984
982
 
985
-
986
983
  var _DeletePracticeRunConfigurationCommand = class _DeletePracticeRunConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
987
984
  ...commonParams
988
985
  }).m(function(Command, cs, config, o) {
@@ -999,7 +996,6 @@ var DeletePracticeRunConfigurationCommand = _DeletePracticeRunConfigurationComma
999
996
 
1000
997
 
1001
998
 
1002
-
1003
999
  var _GetManagedResourceCommand = class _GetManagedResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1004
1000
  ...commonParams
1005
1001
  }).m(function(Command, cs, config, o) {
@@ -1016,7 +1012,6 @@ var GetManagedResourceCommand = _GetManagedResourceCommand;
1016
1012
 
1017
1013
 
1018
1014
 
1019
-
1020
1015
  var _ListAutoshiftsCommand = class _ListAutoshiftsCommand extends import_smithy_client.Command.classBuilder().ep({
1021
1016
  ...commonParams
1022
1017
  }).m(function(Command, cs, config, o) {
@@ -1033,7 +1028,6 @@ var ListAutoshiftsCommand = _ListAutoshiftsCommand;
1033
1028
 
1034
1029
 
1035
1030
 
1036
-
1037
1031
  var _ListManagedResourcesCommand = class _ListManagedResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1038
1032
  ...commonParams
1039
1033
  }).m(function(Command, cs, config, o) {
@@ -1050,7 +1044,6 @@ var ListManagedResourcesCommand = _ListManagedResourcesCommand;
1050
1044
 
1051
1045
 
1052
1046
 
1053
-
1054
1047
  var _ListZonalShiftsCommand = class _ListZonalShiftsCommand extends import_smithy_client.Command.classBuilder().ep({
1055
1048
  ...commonParams
1056
1049
  }).m(function(Command, cs, config, o) {
@@ -1067,7 +1060,6 @@ var ListZonalShiftsCommand = _ListZonalShiftsCommand;
1067
1060
 
1068
1061
 
1069
1062
 
1070
-
1071
1063
  var _StartZonalShiftCommand = class _StartZonalShiftCommand extends import_smithy_client.Command.classBuilder().ep({
1072
1064
  ...commonParams
1073
1065
  }).m(function(Command, cs, config, o) {
@@ -1084,7 +1076,6 @@ var StartZonalShiftCommand = _StartZonalShiftCommand;
1084
1076
 
1085
1077
 
1086
1078
 
1087
-
1088
1079
  var _UpdatePracticeRunConfigurationCommand = class _UpdatePracticeRunConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1089
1080
  ...commonParams
1090
1081
  }).m(function(Command, cs, config, o) {
@@ -1101,7 +1092,6 @@ var UpdatePracticeRunConfigurationCommand = _UpdatePracticeRunConfigurationComma
1101
1092
 
1102
1093
 
1103
1094
 
1104
-
1105
1095
  var _UpdateZonalAutoshiftConfigurationCommand = class _UpdateZonalAutoshiftConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1106
1096
  ...commonParams
1107
1097
  }).m(function(Command, cs, config, o) {
@@ -1118,7 +1108,6 @@ var UpdateZonalAutoshiftConfigurationCommand = _UpdateZonalAutoshiftConfiguratio
1118
1108
 
1119
1109
 
1120
1110
 
1121
-
1122
1111
  var _UpdateZonalShiftCommand = class _UpdateZonalShiftCommand extends import_smithy_client.Command.classBuilder().ep({
1123
1112
  ...commonParams
1124
1113
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreatePracticeRunConfigurationRequest, CreatePracticeRunConfigurationRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeletePracticeRunConfigurationRequest, DeletePracticeRunConfigurationRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAutoshiftsRequest, ListAutoshiftsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdatePracticeRunConfigurationRequest, UpdatePracticeRunConfigurationRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateZonalAutoshiftConfigurationRequest, UpdateZonalAutoshiftConfigura
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -32,8 +32,8 @@
32
32
  export * from "./ARCZonalShiftClient";
33
33
  export * from "./ARCZonalShift";
34
34
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
35
- export { RuntimeExtension } from "./runtimeExtensions";
36
- export { ARCZonalShiftExtensionConfiguration } from "./extensionConfiguration";
35
+ export type { RuntimeExtension } from "./runtimeExtensions";
36
+ export type { ARCZonalShiftExtensionConfiguration } from "./extensionConfiguration";
37
37
  export * from "./commands";
38
38
  export * from "./pagination";
39
39
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ARCZonalShiftClient";
8
8
  import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CancelZonalShiftCommandInput extends CancelZonalShiftRequest {}
11
12
  export interface CancelZonalShiftCommandOutput
12
13
  extends ZonalShift,
@@ -9,7 +9,8 @@ import {
9
9
  CreatePracticeRunConfigurationRequest,
10
10
  CreatePracticeRunConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePracticeRunConfigurationCommandInput
14
15
  extends CreatePracticeRunConfigurationRequest {}
15
16
  export interface CreatePracticeRunConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeletePracticeRunConfigurationRequest,
10
10
  DeletePracticeRunConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePracticeRunConfigurationCommandInput
14
15
  extends DeletePracticeRunConfigurationRequest {}
15
16
  export interface DeletePracticeRunConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetManagedResourceRequest,
10
10
  GetManagedResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetManagedResourceCommandInput
14
15
  extends GetManagedResourceRequest {}
15
16
  export interface GetManagedResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAutoshiftsRequest,
10
10
  ListAutoshiftsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAutoshiftsCommandInput extends ListAutoshiftsRequest {}
14
15
  export interface ListAutoshiftsCommandOutput
15
16
  extends ListAutoshiftsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListManagedResourcesRequest,
10
10
  ListManagedResourcesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListManagedResourcesCommandInput
14
15
  extends ListManagedResourcesRequest {}
15
16
  export interface ListManagedResourcesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListZonalShiftsRequest,
10
10
  ListZonalShiftsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListZonalShiftsCommandInput extends ListZonalShiftsRequest {}
14
15
  export interface ListZonalShiftsCommandOutput
15
16
  extends ListZonalShiftsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ARCZonalShiftClient";
8
8
  import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartZonalShiftCommandInput extends StartZonalShiftRequest {}
11
12
  export interface StartZonalShiftCommandOutput
12
13
  extends ZonalShift,
@@ -9,7 +9,8 @@ import {
9
9
  UpdatePracticeRunConfigurationRequest,
10
10
  UpdatePracticeRunConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdatePracticeRunConfigurationCommandInput
14
15
  extends UpdatePracticeRunConfigurationRequest {}
15
16
  export interface UpdatePracticeRunConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateZonalAutoshiftConfigurationRequest,
10
10
  UpdateZonalAutoshiftConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateZonalAutoshiftConfigurationCommandInput
14
15
  extends UpdateZonalAutoshiftConfigurationRequest {}
15
16
  export interface UpdateZonalAutoshiftConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ARCZonalShiftClient";
8
8
  import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateZonalShiftCommandInput extends UpdateZonalShiftRequest {}
11
12
  export interface UpdateZonalShiftCommandOutput
12
13
  extends ZonalShift,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ARCZonalShiftServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-arc-zonal-shift",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",