@aws-sdk/client-arc-zonal-shift 3.588.0 → 3.592.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -11
- package/dist-types/ARCZonalShiftClient.d.ts +4 -4
- package/dist-types/commands/CancelZonalShiftCommand.d.ts +2 -1
- package/dist-types/commands/CreatePracticeRunConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeletePracticeRunConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetManagedResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListAutoshiftsCommand.d.ts +2 -1
- package/dist-types/commands/ListManagedResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListZonalShiftsCommand.d.ts +2 -1
- package/dist-types/commands/StartZonalShiftCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePracticeRunConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateZonalShiftCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ARCZonalShiftServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ARCZonalShiftClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelZonalShiftCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePracticeRunConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePracticeRunConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetManagedResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAutoshiftsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListManagedResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListZonalShiftsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartZonalShiftCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePracticeRunConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateZonalShiftCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ARCZonalShiftServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- 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) {
|
|
@@ -101,15 +101,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
101
101
|
* Enables FIPS compatible endpoints.
|
|
102
102
|
*/
|
|
103
103
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
104
|
+
/**
|
|
105
|
+
* The AWS region to which this client will send requests
|
|
106
|
+
*/
|
|
107
|
+
region?: string | __Provider<string>;
|
|
104
108
|
/**
|
|
105
109
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
106
110
|
* @internal
|
|
107
111
|
*/
|
|
108
112
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
109
|
-
/**
|
|
110
|
-
* The AWS region to which this client will send requests
|
|
111
|
-
*/
|
|
112
|
-
region?: string | __Provider<string>;
|
|
113
113
|
/**
|
|
114
114
|
* Default credentials provider; Not available in browser runtime.
|
|
115
115
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -136,8 +136,8 @@ export interface ClientDefaults
|
|
|
136
136
|
serviceId?: string;
|
|
137
137
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
138
138
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
139
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
140
139
|
region?: string | __Provider<string>;
|
|
140
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
141
141
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
142
142
|
maxAttempts?: number | __Provider<number>;
|
|
143
143
|
retryMode?: string | __Provider<string>;
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ARCZonalShiftClient";
|
|
8
8
|
import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ARCZonalShiftServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.
|
|
4
|
+
"version": "3.592.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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.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.
|
|
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",
|