@aws-sdk/client-arc-zonal-shift 3.651.1 → 3.658.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-types/commands/CancelZonalShiftCommand.d.ts +11 -0
- package/dist-types/commands/CreatePracticeRunConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeletePracticeRunConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetAutoshiftObserverNotificationStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetManagedResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListAutoshiftsCommand.d.ts +11 -0
- package/dist-types/commands/ListManagedResourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListZonalShiftsCommand.d.ts +11 -0
- package/dist-types/commands/StartZonalShiftCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAutoshiftObserverNotificationStatusCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePracticeRunConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateZonalShiftCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelZonalShiftCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePracticeRunConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePracticeRunConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAutoshiftObserverNotificationStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetManagedResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAutoshiftsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListManagedResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListZonalShiftsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartZonalShiftCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAutoshiftObserverNotificationStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePracticeRunConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateZonalShiftCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -84,4 +84,15 @@ declare const CancelZonalShiftCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class CancelZonalShiftCommand extends CancelZonalShiftCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: CancelZonalShiftRequest;
|
|
91
|
+
output: ZonalShift;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: CancelZonalShiftCommandInput;
|
|
95
|
+
output: CancelZonalShiftCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -125,4 +125,15 @@ declare const CreatePracticeRunConfigurationCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class CreatePracticeRunConfigurationCommand extends CreatePracticeRunConfigurationCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: CreatePracticeRunConfigurationRequest;
|
|
132
|
+
output: CreatePracticeRunConfigurationResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: CreatePracticeRunConfigurationCommandInput;
|
|
136
|
+
output: CreatePracticeRunConfigurationCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeletePracticeRunConfigurationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeletePracticeRunConfigurationCommand extends DeletePracticeRunConfigurationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeletePracticeRunConfigurationRequest;
|
|
86
|
+
output: DeletePracticeRunConfigurationResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeletePracticeRunConfigurationCommandInput;
|
|
90
|
+
output: DeletePracticeRunConfigurationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetAutoshiftObserverNotificationStatusCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetAutoshiftObserverNotificationStatusCommand extends GetAutoshiftObserverNotificationStatusCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: {};
|
|
81
|
+
output: GetAutoshiftObserverNotificationStatusResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetAutoshiftObserverNotificationStatusCommandInput;
|
|
85
|
+
output: GetAutoshiftObserverNotificationStatusCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -118,4 +118,15 @@ declare const GetManagedResourceCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class GetManagedResourceCommand extends GetManagedResourceCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: GetManagedResourceRequest;
|
|
125
|
+
output: GetManagedResourceResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: GetManagedResourceCommandInput;
|
|
129
|
+
output: GetManagedResourceCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListAutoshiftsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListAutoshiftsCommand extends ListAutoshiftsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListAutoshiftsRequest;
|
|
89
|
+
output: ListAutoshiftsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListAutoshiftsCommandInput;
|
|
93
|
+
output: ListAutoshiftsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListManagedResourcesCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListManagedResourcesCommand extends ListManagedResourcesCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListManagedResourcesRequest;
|
|
113
|
+
output: ListManagedResourcesResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListManagedResourcesCommandInput;
|
|
117
|
+
output: ListManagedResourcesCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListZonalShiftsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListZonalShiftsCommand extends ListZonalShiftsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListZonalShiftsRequest;
|
|
95
|
+
output: ListZonalShiftsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListZonalShiftsCommandInput;
|
|
99
|
+
output: ListZonalShiftsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -94,4 +94,15 @@ declare const StartZonalShiftCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class StartZonalShiftCommand extends StartZonalShiftCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: StartZonalShiftRequest;
|
|
101
|
+
output: ZonalShift;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: StartZonalShiftCommandInput;
|
|
105
|
+
output: StartZonalShiftCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -79,4 +79,15 @@ declare const UpdateAutoshiftObserverNotificationStatusCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UpdateAutoshiftObserverNotificationStatusCommand extends UpdateAutoshiftObserverNotificationStatusCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UpdateAutoshiftObserverNotificationStatusRequest;
|
|
86
|
+
output: UpdateAutoshiftObserverNotificationStatusResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UpdateAutoshiftObserverNotificationStatusCommandInput;
|
|
90
|
+
output: UpdateAutoshiftObserverNotificationStatusCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -117,4 +117,15 @@ declare const UpdatePracticeRunConfigurationCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class UpdatePracticeRunConfigurationCommand extends UpdatePracticeRunConfigurationCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: UpdatePracticeRunConfigurationRequest;
|
|
124
|
+
output: UpdatePracticeRunConfigurationResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: UpdatePracticeRunConfigurationCommandInput;
|
|
128
|
+
output: UpdatePracticeRunConfigurationCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateZonalAutoshiftConfigurationCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateZonalAutoshiftConfigurationCommand extends UpdateZonalAutoshiftConfigurationCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateZonalAutoshiftConfigurationRequest;
|
|
91
|
+
output: UpdateZonalAutoshiftConfigurationResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateZonalAutoshiftConfigurationCommandInput;
|
|
95
|
+
output: UpdateZonalAutoshiftConfigurationCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateZonalShiftCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateZonalShiftCommand extends UpdateZonalShiftCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateZonalShiftRequest;
|
|
91
|
+
output: ZonalShift;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateZonalShiftCommandInput;
|
|
95
|
+
output: UpdateZonalShiftCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -33,4 +33,15 @@ declare const CancelZonalShiftCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelZonalShiftCommand extends CancelZonalShiftCommand_base {
|
|
36
|
+
export declare class CancelZonalShiftCommand extends CancelZonalShiftCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelZonalShiftRequest;
|
|
40
|
+
output: ZonalShift;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelZonalShiftCommandInput;
|
|
44
|
+
output: CancelZonalShiftCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePracticeRunConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePracticeRunConfigurationCommand extends CreatePracticeRunConfigurationCommand_base {
|
|
40
|
+
export declare class CreatePracticeRunConfigurationCommand extends CreatePracticeRunConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePracticeRunConfigurationRequest;
|
|
44
|
+
output: CreatePracticeRunConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePracticeRunConfigurationCommandInput;
|
|
48
|
+
output: CreatePracticeRunConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeletePracticeRunConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeletePracticeRunConfigurationCommand extends DeletePracticeRunConfigurationCommand_base {
|
|
40
|
+
export declare class DeletePracticeRunConfigurationCommand extends DeletePracticeRunConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePracticeRunConfigurationRequest;
|
|
44
|
+
output: DeletePracticeRunConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePracticeRunConfigurationCommandInput;
|
|
48
|
+
output: DeletePracticeRunConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAutoshiftObserverNotificationStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAutoshiftObserverNotificationStatusCommand extends GetAutoshiftObserverNotificationStatusCommand_base {
|
|
40
|
+
export declare class GetAutoshiftObserverNotificationStatusCommand extends GetAutoshiftObserverNotificationStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetAutoshiftObserverNotificationStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAutoshiftObserverNotificationStatusCommandInput;
|
|
48
|
+
output: GetAutoshiftObserverNotificationStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetManagedResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetManagedResourceCommand extends GetManagedResourceCommand_base {
|
|
40
|
+
export declare class GetManagedResourceCommand extends GetManagedResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetManagedResourceRequest;
|
|
44
|
+
output: GetManagedResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetManagedResourceCommandInput;
|
|
48
|
+
output: GetManagedResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListAutoshiftsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListAutoshiftsCommand extends ListAutoshiftsCommand_base {
|
|
39
|
+
export declare class ListAutoshiftsCommand extends ListAutoshiftsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAutoshiftsRequest;
|
|
43
|
+
output: ListAutoshiftsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAutoshiftsCommandInput;
|
|
47
|
+
output: ListAutoshiftsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListManagedResourcesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListManagedResourcesCommand extends ListManagedResourcesCommand_base {
|
|
40
|
+
export declare class ListManagedResourcesCommand extends ListManagedResourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListManagedResourcesRequest;
|
|
44
|
+
output: ListManagedResourcesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListManagedResourcesCommandInput;
|
|
48
|
+
output: ListManagedResourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListZonalShiftsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListZonalShiftsCommand extends ListZonalShiftsCommand_base {
|
|
39
|
+
export declare class ListZonalShiftsCommand extends ListZonalShiftsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListZonalShiftsRequest;
|
|
43
|
+
output: ListZonalShiftsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListZonalShiftsCommandInput;
|
|
47
|
+
output: ListZonalShiftsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StartZonalShiftCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StartZonalShiftCommand extends StartZonalShiftCommand_base {
|
|
36
|
+
export declare class StartZonalShiftCommand extends StartZonalShiftCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StartZonalShiftRequest;
|
|
40
|
+
output: ZonalShift;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StartZonalShiftCommandInput;
|
|
44
|
+
output: StartZonalShiftCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateAutoshiftObserverNotificationStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateAutoshiftObserverNotificationStatusCommand extends UpdateAutoshiftObserverNotificationStatusCommand_base {
|
|
40
|
+
export declare class UpdateAutoshiftObserverNotificationStatusCommand extends UpdateAutoshiftObserverNotificationStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAutoshiftObserverNotificationStatusRequest;
|
|
44
|
+
output: UpdateAutoshiftObserverNotificationStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAutoshiftObserverNotificationStatusCommandInput;
|
|
48
|
+
output: UpdateAutoshiftObserverNotificationStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdatePracticeRunConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdatePracticeRunConfigurationCommand extends UpdatePracticeRunConfigurationCommand_base {
|
|
40
|
+
export declare class UpdatePracticeRunConfigurationCommand extends UpdatePracticeRunConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePracticeRunConfigurationRequest;
|
|
44
|
+
output: UpdatePracticeRunConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePracticeRunConfigurationCommandInput;
|
|
48
|
+
output: UpdatePracticeRunConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateZonalAutoshiftConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateZonalAutoshiftConfigurationCommand extends UpdateZonalAutoshiftConfigurationCommand_base {
|
|
40
|
+
export declare class UpdateZonalAutoshiftConfigurationCommand extends UpdateZonalAutoshiftConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateZonalAutoshiftConfigurationRequest;
|
|
44
|
+
output: UpdateZonalAutoshiftConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateZonalAutoshiftConfigurationCommandInput;
|
|
48
|
+
output: UpdateZonalAutoshiftConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateZonalShiftCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateZonalShiftCommand extends UpdateZonalShiftCommand_base {
|
|
36
|
+
export declare class UpdateZonalShiftCommand extends UpdateZonalShiftCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateZonalShiftRequest;
|
|
40
|
+
output: ZonalShift;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateZonalShiftCommandInput;
|
|
44
|
+
output: UpdateZonalShiftCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
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.658.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,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.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.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|