@aws-sdk/client-arc-zonal-shift 3.928.0 → 3.929.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 +609 -802
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ARCZonalShiftClient.js +2 -0
- package/dist-es/commands/CancelPracticeRunCommand.js +3 -9
- package/dist-es/commands/CancelZonalShiftCommand.js +3 -9
- package/dist-es/commands/CreatePracticeRunConfigurationCommand.js +3 -9
- package/dist-es/commands/DeletePracticeRunConfigurationCommand.js +3 -9
- package/dist-es/commands/GetAutoshiftObserverNotificationStatusCommand.js +3 -9
- package/dist-es/commands/GetManagedResourceCommand.js +3 -9
- package/dist-es/commands/ListAutoshiftsCommand.js +3 -9
- package/dist-es/commands/ListManagedResourcesCommand.js +3 -9
- package/dist-es/commands/ListZonalShiftsCommand.js +3 -9
- package/dist-es/commands/StartPracticeRunCommand.js +3 -9
- package/dist-es/commands/StartZonalShiftCommand.js +3 -9
- package/dist-es/commands/UpdateAutoshiftObserverNotificationStatusCommand.js +3 -9
- package/dist-es/commands/UpdatePracticeRunConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateZonalAutoshiftConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateZonalShiftCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +569 -0
- package/dist-types/ARCZonalShiftClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +71 -0
- package/dist-types/ts3.4/ARCZonalShiftClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +76 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -684
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -137
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -185
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CancelPracticeRunCommandInput, CancelPracticeRunCommandOutput } from "../commands/CancelPracticeRunCommand";
|
|
4
|
-
import { CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput } from "../commands/CancelZonalShiftCommand";
|
|
5
|
-
import { CreatePracticeRunConfigurationCommandInput, CreatePracticeRunConfigurationCommandOutput } from "../commands/CreatePracticeRunConfigurationCommand";
|
|
6
|
-
import { DeletePracticeRunConfigurationCommandInput, DeletePracticeRunConfigurationCommandOutput } from "../commands/DeletePracticeRunConfigurationCommand";
|
|
7
|
-
import { GetAutoshiftObserverNotificationStatusCommandInput, GetAutoshiftObserverNotificationStatusCommandOutput } from "../commands/GetAutoshiftObserverNotificationStatusCommand";
|
|
8
|
-
import { GetManagedResourceCommandInput, GetManagedResourceCommandOutput } from "../commands/GetManagedResourceCommand";
|
|
9
|
-
import { ListAutoshiftsCommandInput, ListAutoshiftsCommandOutput } from "../commands/ListAutoshiftsCommand";
|
|
10
|
-
import { ListManagedResourcesCommandInput, ListManagedResourcesCommandOutput } from "../commands/ListManagedResourcesCommand";
|
|
11
|
-
import { ListZonalShiftsCommandInput, ListZonalShiftsCommandOutput } from "../commands/ListZonalShiftsCommand";
|
|
12
|
-
import { StartPracticeRunCommandInput, StartPracticeRunCommandOutput } from "../commands/StartPracticeRunCommand";
|
|
13
|
-
import { StartZonalShiftCommandInput, StartZonalShiftCommandOutput } from "../commands/StartZonalShiftCommand";
|
|
14
|
-
import { UpdateAutoshiftObserverNotificationStatusCommandInput, UpdateAutoshiftObserverNotificationStatusCommandOutput } from "../commands/UpdateAutoshiftObserverNotificationStatusCommand";
|
|
15
|
-
import { UpdatePracticeRunConfigurationCommandInput, UpdatePracticeRunConfigurationCommandOutput } from "../commands/UpdatePracticeRunConfigurationCommand";
|
|
16
|
-
import { UpdateZonalAutoshiftConfigurationCommandInput, UpdateZonalAutoshiftConfigurationCommandOutput } from "../commands/UpdateZonalAutoshiftConfigurationCommand";
|
|
17
|
-
import { UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput } from "../commands/UpdateZonalShiftCommand";
|
|
18
|
-
/**
|
|
19
|
-
* serializeAws_restJson1CancelPracticeRunCommand
|
|
20
|
-
*/
|
|
21
|
-
export declare const se_CancelPracticeRunCommand: (input: CancelPracticeRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
-
/**
|
|
23
|
-
* serializeAws_restJson1CancelZonalShiftCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const se_CancelZonalShiftCommand: (input: CancelZonalShiftCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_restJson1CreatePracticeRunConfigurationCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_CreatePracticeRunConfigurationCommand: (input: CreatePracticeRunConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_restJson1DeletePracticeRunConfigurationCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_DeletePracticeRunConfigurationCommand: (input: DeletePracticeRunConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1GetAutoshiftObserverNotificationStatusCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_GetAutoshiftObserverNotificationStatusCommand: (input: GetAutoshiftObserverNotificationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1GetManagedResourceCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_GetManagedResourceCommand: (input: GetManagedResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1ListAutoshiftsCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_ListAutoshiftsCommand: (input: ListAutoshiftsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1ListManagedResourcesCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_ListManagedResourcesCommand: (input: ListManagedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1ListZonalShiftsCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_ListZonalShiftsCommand: (input: ListZonalShiftsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1StartPracticeRunCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_StartPracticeRunCommand: (input: StartPracticeRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1StartZonalShiftCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_StartZonalShiftCommand: (input: StartZonalShiftCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1UpdateAutoshiftObserverNotificationStatusCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_UpdateAutoshiftObserverNotificationStatusCommand: (input: UpdateAutoshiftObserverNotificationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1UpdatePracticeRunConfigurationCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_UpdatePracticeRunConfigurationCommand: (input: UpdatePracticeRunConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1UpdateZonalAutoshiftConfigurationCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_UpdateZonalAutoshiftConfigurationCommand: (input: UpdateZonalAutoshiftConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1UpdateZonalShiftCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_UpdateZonalShiftCommand: (input: UpdateZonalShiftCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* deserializeAws_restJson1CancelPracticeRunCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const de_CancelPracticeRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelPracticeRunCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* deserializeAws_restJson1CancelZonalShiftCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const de_CancelZonalShiftCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelZonalShiftCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* deserializeAws_restJson1CreatePracticeRunConfigurationCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const de_CreatePracticeRunConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePracticeRunConfigurationCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* deserializeAws_restJson1DeletePracticeRunConfigurationCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const de_DeletePracticeRunConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePracticeRunConfigurationCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* deserializeAws_restJson1GetAutoshiftObserverNotificationStatusCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const de_GetAutoshiftObserverNotificationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoshiftObserverNotificationStatusCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* deserializeAws_restJson1GetManagedResourceCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const de_GetManagedResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedResourceCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* deserializeAws_restJson1ListAutoshiftsCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const de_ListAutoshiftsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutoshiftsCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* deserializeAws_restJson1ListManagedResourcesCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const de_ListManagedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedResourcesCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* deserializeAws_restJson1ListZonalShiftsCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const de_ListZonalShiftsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListZonalShiftsCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* deserializeAws_restJson1StartPracticeRunCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const de_StartPracticeRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPracticeRunCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* deserializeAws_restJson1StartZonalShiftCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const de_StartZonalShiftCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartZonalShiftCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* deserializeAws_restJson1UpdateAutoshiftObserverNotificationStatusCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const de_UpdateAutoshiftObserverNotificationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutoshiftObserverNotificationStatusCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* deserializeAws_restJson1UpdatePracticeRunConfigurationCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const de_UpdatePracticeRunConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePracticeRunConfigurationCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* deserializeAws_restJson1UpdateZonalAutoshiftConfigurationCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const de_UpdateZonalAutoshiftConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateZonalAutoshiftConfigurationCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* deserializeAws_restJson1UpdateZonalShiftCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const de_UpdateZonalShiftCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateZonalShiftCommandOutput>;
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CancelPracticeRunCommandInput,
|
|
8
|
-
CancelPracticeRunCommandOutput,
|
|
9
|
-
} from "../commands/CancelPracticeRunCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelZonalShiftCommandInput,
|
|
12
|
-
CancelZonalShiftCommandOutput,
|
|
13
|
-
} from "../commands/CancelZonalShiftCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreatePracticeRunConfigurationCommandInput,
|
|
16
|
-
CreatePracticeRunConfigurationCommandOutput,
|
|
17
|
-
} from "../commands/CreatePracticeRunConfigurationCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeletePracticeRunConfigurationCommandInput,
|
|
20
|
-
DeletePracticeRunConfigurationCommandOutput,
|
|
21
|
-
} from "../commands/DeletePracticeRunConfigurationCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetAutoshiftObserverNotificationStatusCommandInput,
|
|
24
|
-
GetAutoshiftObserverNotificationStatusCommandOutput,
|
|
25
|
-
} from "../commands/GetAutoshiftObserverNotificationStatusCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetManagedResourceCommandInput,
|
|
28
|
-
GetManagedResourceCommandOutput,
|
|
29
|
-
} from "../commands/GetManagedResourceCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListAutoshiftsCommandInput,
|
|
32
|
-
ListAutoshiftsCommandOutput,
|
|
33
|
-
} from "../commands/ListAutoshiftsCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListManagedResourcesCommandInput,
|
|
36
|
-
ListManagedResourcesCommandOutput,
|
|
37
|
-
} from "../commands/ListManagedResourcesCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListZonalShiftsCommandInput,
|
|
40
|
-
ListZonalShiftsCommandOutput,
|
|
41
|
-
} from "../commands/ListZonalShiftsCommand";
|
|
42
|
-
import {
|
|
43
|
-
StartPracticeRunCommandInput,
|
|
44
|
-
StartPracticeRunCommandOutput,
|
|
45
|
-
} from "../commands/StartPracticeRunCommand";
|
|
46
|
-
import {
|
|
47
|
-
StartZonalShiftCommandInput,
|
|
48
|
-
StartZonalShiftCommandOutput,
|
|
49
|
-
} from "../commands/StartZonalShiftCommand";
|
|
50
|
-
import {
|
|
51
|
-
UpdateAutoshiftObserverNotificationStatusCommandInput,
|
|
52
|
-
UpdateAutoshiftObserverNotificationStatusCommandOutput,
|
|
53
|
-
} from "../commands/UpdateAutoshiftObserverNotificationStatusCommand";
|
|
54
|
-
import {
|
|
55
|
-
UpdatePracticeRunConfigurationCommandInput,
|
|
56
|
-
UpdatePracticeRunConfigurationCommandOutput,
|
|
57
|
-
} from "../commands/UpdatePracticeRunConfigurationCommand";
|
|
58
|
-
import {
|
|
59
|
-
UpdateZonalAutoshiftConfigurationCommandInput,
|
|
60
|
-
UpdateZonalAutoshiftConfigurationCommandOutput,
|
|
61
|
-
} from "../commands/UpdateZonalAutoshiftConfigurationCommand";
|
|
62
|
-
import {
|
|
63
|
-
UpdateZonalShiftCommandInput,
|
|
64
|
-
UpdateZonalShiftCommandOutput,
|
|
65
|
-
} from "../commands/UpdateZonalShiftCommand";
|
|
66
|
-
export declare const se_CancelPracticeRunCommand: (
|
|
67
|
-
input: CancelPracticeRunCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_CancelZonalShiftCommand: (
|
|
71
|
-
input: CancelZonalShiftCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_CreatePracticeRunConfigurationCommand: (
|
|
75
|
-
input: CreatePracticeRunConfigurationCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_DeletePracticeRunConfigurationCommand: (
|
|
79
|
-
input: DeletePracticeRunConfigurationCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_GetAutoshiftObserverNotificationStatusCommand: (
|
|
83
|
-
input: GetAutoshiftObserverNotificationStatusCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_GetManagedResourceCommand: (
|
|
87
|
-
input: GetManagedResourceCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_ListAutoshiftsCommand: (
|
|
91
|
-
input: ListAutoshiftsCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_ListManagedResourcesCommand: (
|
|
95
|
-
input: ListManagedResourcesCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_ListZonalShiftsCommand: (
|
|
99
|
-
input: ListZonalShiftsCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_StartPracticeRunCommand: (
|
|
103
|
-
input: StartPracticeRunCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_StartZonalShiftCommand: (
|
|
107
|
-
input: StartZonalShiftCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_UpdateAutoshiftObserverNotificationStatusCommand: (
|
|
111
|
-
input: UpdateAutoshiftObserverNotificationStatusCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_UpdatePracticeRunConfigurationCommand: (
|
|
115
|
-
input: UpdatePracticeRunConfigurationCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_UpdateZonalAutoshiftConfigurationCommand: (
|
|
119
|
-
input: UpdateZonalAutoshiftConfigurationCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_UpdateZonalShiftCommand: (
|
|
123
|
-
input: UpdateZonalShiftCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const de_CancelPracticeRunCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<CancelPracticeRunCommandOutput>;
|
|
130
|
-
export declare const de_CancelZonalShiftCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<CancelZonalShiftCommandOutput>;
|
|
134
|
-
export declare const de_CreatePracticeRunConfigurationCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<CreatePracticeRunConfigurationCommandOutput>;
|
|
138
|
-
export declare const de_DeletePracticeRunConfigurationCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<DeletePracticeRunConfigurationCommandOutput>;
|
|
142
|
-
export declare const de_GetAutoshiftObserverNotificationStatusCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<GetAutoshiftObserverNotificationStatusCommandOutput>;
|
|
146
|
-
export declare const de_GetManagedResourceCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<GetManagedResourceCommandOutput>;
|
|
150
|
-
export declare const de_ListAutoshiftsCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<ListAutoshiftsCommandOutput>;
|
|
154
|
-
export declare const de_ListManagedResourcesCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<ListManagedResourcesCommandOutput>;
|
|
158
|
-
export declare const de_ListZonalShiftsCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<ListZonalShiftsCommandOutput>;
|
|
162
|
-
export declare const de_StartPracticeRunCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<StartPracticeRunCommandOutput>;
|
|
166
|
-
export declare const de_StartZonalShiftCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<StartZonalShiftCommandOutput>;
|
|
170
|
-
export declare const de_UpdateAutoshiftObserverNotificationStatusCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<UpdateAutoshiftObserverNotificationStatusCommandOutput>;
|
|
174
|
-
export declare const de_UpdatePracticeRunConfigurationCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<UpdatePracticeRunConfigurationCommandOutput>;
|
|
178
|
-
export declare const de_UpdateZonalAutoshiftConfigurationCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<UpdateZonalAutoshiftConfigurationCommandOutput>;
|
|
182
|
-
export declare const de_UpdateZonalShiftCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<UpdateZonalShiftCommandOutput>;
|