@aws-sdk/client-arc-zonal-shift 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +46 -47
- package/dist-cjs/models/ARCZonalShiftServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ARCZonalShift.js +1 -1
- package/dist-es/ARCZonalShiftClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelPracticeRunCommand.js +2 -2
- package/dist-es/commands/CancelZonalShiftCommand.js +2 -2
- package/dist-es/commands/CreatePracticeRunConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePracticeRunConfigurationCommand.js +2 -2
- package/dist-es/commands/GetAutoshiftObserverNotificationStatusCommand.js +2 -2
- package/dist-es/commands/GetManagedResourceCommand.js +2 -2
- package/dist-es/commands/ListAutoshiftsCommand.js +2 -2
- package/dist-es/commands/ListManagedResourcesCommand.js +2 -2
- package/dist-es/commands/ListZonalShiftsCommand.js +2 -2
- package/dist-es/commands/StartPracticeRunCommand.js +2 -2
- package/dist-es/commands/StartZonalShiftCommand.js +2 -2
- package/dist-es/commands/UpdateAutoshiftObserverNotificationStatusCommand.js +2 -2
- package/dist-es/commands/UpdatePracticeRunConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateZonalAutoshiftConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateZonalShiftCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ARCZonalShiftServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ARCZonalShiftClient.d.ts +5 -5
- package/dist-types/commands/CancelPracticeRunCommand.d.ts +6 -4
- package/dist-types/commands/CancelZonalShiftCommand.d.ts +6 -4
- package/dist-types/commands/CreatePracticeRunConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePracticeRunConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetAutoshiftObserverNotificationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListAutoshiftsCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListZonalShiftsCommand.d.ts +6 -4
- package/dist-types/commands/StartPracticeRunCommand.d.ts +6 -4
- package/dist-types/commands/StartZonalShiftCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAutoshiftObserverNotificationStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePracticeRunConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateZonalShiftCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ARCZonalShiftServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ARCZonalShiftClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelPracticeRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelZonalShiftCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePracticeRunConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePracticeRunConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutoshiftObserverNotificationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutoshiftsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListZonalShiftsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartPracticeRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartZonalShiftCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAutoshiftObserverNotificationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePracticeRunConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateZonalShiftCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ARCZonalShiftServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -5,14 +5,14 @@ import type { ARCZonalShiftClientConfig } from "./ARCZonalShiftClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ARCZonalShiftClientConfig } from "./ARCZonalShiftClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CancelPracticeRunCommandOutput
|
|
|
19
19
|
declare const CancelPracticeRunCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CancelPracticeRunCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CancelPracticeRunCommandInput,
|
|
24
24
|
CancelPracticeRunCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CancelPracticeRunCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CancelPracticeRunCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CancelPracticeRunCommandInput,
|
|
33
33
|
CancelPracticeRunCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CancelPracticeRunCommand extends CancelPracticeRunCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CancelZonalShiftCommandOutput
|
|
|
15
15
|
declare const CancelZonalShiftCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CancelZonalShiftCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CancelZonalShiftCommandInput,
|
|
20
20
|
CancelZonalShiftCommandOutput,
|
|
21
21
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CancelZonalShiftCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CancelZonalShiftCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CancelZonalShiftCommandInput,
|
|
29
29
|
CancelZonalShiftCommandOutput,
|
|
30
30
|
ARCZonalShiftClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CancelZonalShiftCommand extends CancelZonalShiftCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreatePracticeRunConfigurationCommandOutput
|
|
|
19
19
|
declare const CreatePracticeRunConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePracticeRunConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePracticeRunConfigurationCommandInput,
|
|
24
24
|
CreatePracticeRunConfigurationCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePracticeRunConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePracticeRunConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePracticeRunConfigurationCommandInput,
|
|
33
33
|
CreatePracticeRunConfigurationCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePracticeRunConfigurationCommand extends CreatePracticeRunConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeletePracticeRunConfigurationCommandOutput
|
|
|
19
19
|
declare const DeletePracticeRunConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeletePracticeRunConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeletePracticeRunConfigurationCommandInput,
|
|
24
24
|
DeletePracticeRunConfigurationCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeletePracticeRunConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeletePracticeRunConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeletePracticeRunConfigurationCommandInput,
|
|
33
33
|
DeletePracticeRunConfigurationCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeletePracticeRunConfigurationCommand extends DeletePracticeRunConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetAutoshiftObserverNotificationStatusCommandOutput
|
|
|
19
19
|
declare const GetAutoshiftObserverNotificationStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAutoshiftObserverNotificationStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAutoshiftObserverNotificationStatusCommandInput,
|
|
24
24
|
GetAutoshiftObserverNotificationStatusCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAutoshiftObserverNotificationStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetAutoshiftObserverNotificationStatusCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAutoshiftObserverNotificationStatusCommandInput,
|
|
33
33
|
GetAutoshiftObserverNotificationStatusCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetAutoshiftObserverNotificationStatusCommand extends GetAutoshiftObserverNotificationStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetManagedResourceCommandOutput
|
|
|
19
19
|
declare const GetManagedResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetManagedResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetManagedResourceCommandInput,
|
|
24
24
|
GetManagedResourceCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetManagedResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetManagedResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetManagedResourceCommandInput,
|
|
33
33
|
GetManagedResourceCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetManagedResourceCommand extends GetManagedResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListAutoshiftsCommandOutput
|
|
|
18
18
|
declare const ListAutoshiftsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAutoshiftsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAutoshiftsCommandInput,
|
|
23
23
|
ListAutoshiftsCommandOutput,
|
|
24
24
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAutoshiftsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListAutoshiftsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAutoshiftsCommandInput,
|
|
32
32
|
ListAutoshiftsCommandOutput,
|
|
33
33
|
ARCZonalShiftClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListAutoshiftsCommand extends ListAutoshiftsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListManagedResourcesCommandOutput
|
|
|
19
19
|
declare const ListManagedResourcesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListManagedResourcesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListManagedResourcesCommandInput,
|
|
24
24
|
ListManagedResourcesCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListManagedResourcesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListManagedResourcesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListManagedResourcesCommandInput,
|
|
33
33
|
ListManagedResourcesCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListManagedResourcesCommand extends ListManagedResourcesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListZonalShiftsCommandOutput
|
|
|
18
18
|
declare const ListZonalShiftsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListZonalShiftsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListZonalShiftsCommandInput,
|
|
23
23
|
ListZonalShiftsCommandOutput,
|
|
24
24
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListZonalShiftsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListZonalShiftsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListZonalShiftsCommandInput,
|
|
32
32
|
ListZonalShiftsCommandOutput,
|
|
33
33
|
ARCZonalShiftClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListZonalShiftsCommand extends ListZonalShiftsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface StartPracticeRunCommandOutput
|
|
|
18
18
|
declare const StartPracticeRunCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: StartPracticeRunCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
StartPracticeRunCommandInput,
|
|
23
23
|
StartPracticeRunCommandOutput,
|
|
24
24
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const StartPracticeRunCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: StartPracticeRunCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
StartPracticeRunCommandInput,
|
|
32
32
|
StartPracticeRunCommandOutput,
|
|
33
33
|
ARCZonalShiftClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class StartPracticeRunCommand extends StartPracticeRunCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface StartZonalShiftCommandOutput
|
|
|
15
15
|
declare const StartZonalShiftCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartZonalShiftCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartZonalShiftCommandInput,
|
|
20
20
|
StartZonalShiftCommandOutput,
|
|
21
21
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartZonalShiftCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: StartZonalShiftCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartZonalShiftCommandInput,
|
|
29
29
|
StartZonalShiftCommandOutput,
|
|
30
30
|
ARCZonalShiftClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class StartZonalShiftCommand extends StartZonalShiftCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateAutoshiftObserverNotificationStatusCommandOutput
|
|
|
19
19
|
declare const UpdateAutoshiftObserverNotificationStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAutoshiftObserverNotificationStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAutoshiftObserverNotificationStatusCommandInput,
|
|
24
24
|
UpdateAutoshiftObserverNotificationStatusCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAutoshiftObserverNotificationStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateAutoshiftObserverNotificationStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAutoshiftObserverNotificationStatusCommandInput,
|
|
33
33
|
UpdateAutoshiftObserverNotificationStatusCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateAutoshiftObserverNotificationStatusCommand extends UpdateAutoshiftObserverNotificationStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdatePracticeRunConfigurationCommandOutput
|
|
|
19
19
|
declare const UpdatePracticeRunConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdatePracticeRunConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdatePracticeRunConfigurationCommandInput,
|
|
24
24
|
UpdatePracticeRunConfigurationCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdatePracticeRunConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdatePracticeRunConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdatePracticeRunConfigurationCommandInput,
|
|
33
33
|
UpdatePracticeRunConfigurationCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdatePracticeRunConfigurationCommand extends UpdatePracticeRunConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateZonalAutoshiftConfigurationCommandOutput
|
|
|
19
19
|
declare const UpdateZonalAutoshiftConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateZonalAutoshiftConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateZonalAutoshiftConfigurationCommandInput,
|
|
24
24
|
UpdateZonalAutoshiftConfigurationCommandOutput,
|
|
25
25
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateZonalAutoshiftConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateZonalAutoshiftConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateZonalAutoshiftConfigurationCommandInput,
|
|
33
33
|
UpdateZonalAutoshiftConfigurationCommandOutput,
|
|
34
34
|
ARCZonalShiftClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateZonalAutoshiftConfigurationCommand extends UpdateZonalAutoshiftConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateZonalShiftCommandOutput
|
|
|
15
15
|
declare const UpdateZonalShiftCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateZonalShiftCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateZonalShiftCommandInput,
|
|
20
20
|
UpdateZonalShiftCommandOutput,
|
|
21
21
|
ARCZonalShiftClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateZonalShiftCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateZonalShiftCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateZonalShiftCommandInput,
|
|
29
29
|
UpdateZonalShiftCommandOutput,
|
|
30
30
|
ARCZonalShiftClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateZonalShiftCommand extends UpdateZonalShiftCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ARCZonalShiftExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ARCZonalShiftServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ARCZonalShiftServiceException as __BaseException } from "./ARCZonalShiftServiceException";
|
|
3
3
|
import { ConflictExceptionReason, ValidationExceptionReason } from "./enums";
|
|
4
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -3,7 +3,7 @@ import { ARCZonalShiftClientConfig } from "./ARCZonalShiftClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
19
|
requestHandler:
|
|
20
|
-
| import("@smithy/
|
|
20
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|