@aws-sdk/client-snow-device-management 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SnowDeviceManagement.d.ts +0 -13
- package/dist-types/ts3.4/SnowDeviceManagementClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDeviceEc2InstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeviceResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SnowDeviceManagementServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -160
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-snow-device-management
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-snow-device-management
|
|
@@ -52,7 +52,6 @@ import {
|
|
|
52
52
|
UntagResourceCommandOutput,
|
|
53
53
|
} from "./commands/UntagResourceCommand";
|
|
54
54
|
import { SnowDeviceManagementClient } from "./SnowDeviceManagementClient";
|
|
55
|
-
|
|
56
55
|
export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
57
56
|
cancelTask(
|
|
58
57
|
args: CancelTaskCommandInput,
|
|
@@ -67,7 +66,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
67
66
|
options: __HttpHandlerOptions,
|
|
68
67
|
cb: (err: any, data?: CancelTaskCommandOutput) => void
|
|
69
68
|
): void;
|
|
70
|
-
|
|
71
69
|
createTask(
|
|
72
70
|
args: CreateTaskCommandInput,
|
|
73
71
|
options?: __HttpHandlerOptions
|
|
@@ -81,7 +79,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
81
79
|
options: __HttpHandlerOptions,
|
|
82
80
|
cb: (err: any, data?: CreateTaskCommandOutput) => void
|
|
83
81
|
): void;
|
|
84
|
-
|
|
85
82
|
describeDevice(
|
|
86
83
|
args: DescribeDeviceCommandInput,
|
|
87
84
|
options?: __HttpHandlerOptions
|
|
@@ -95,7 +92,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
95
92
|
options: __HttpHandlerOptions,
|
|
96
93
|
cb: (err: any, data?: DescribeDeviceCommandOutput) => void
|
|
97
94
|
): void;
|
|
98
|
-
|
|
99
95
|
describeDeviceEc2Instances(
|
|
100
96
|
args: DescribeDeviceEc2InstancesCommandInput,
|
|
101
97
|
options?: __HttpHandlerOptions
|
|
@@ -109,7 +105,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
109
105
|
options: __HttpHandlerOptions,
|
|
110
106
|
cb: (err: any, data?: DescribeDeviceEc2InstancesCommandOutput) => void
|
|
111
107
|
): void;
|
|
112
|
-
|
|
113
108
|
describeExecution(
|
|
114
109
|
args: DescribeExecutionCommandInput,
|
|
115
110
|
options?: __HttpHandlerOptions
|
|
@@ -123,7 +118,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
123
118
|
options: __HttpHandlerOptions,
|
|
124
119
|
cb: (err: any, data?: DescribeExecutionCommandOutput) => void
|
|
125
120
|
): void;
|
|
126
|
-
|
|
127
121
|
describeTask(
|
|
128
122
|
args: DescribeTaskCommandInput,
|
|
129
123
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +131,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
137
131
|
options: __HttpHandlerOptions,
|
|
138
132
|
cb: (err: any, data?: DescribeTaskCommandOutput) => void
|
|
139
133
|
): void;
|
|
140
|
-
|
|
141
134
|
listDeviceResources(
|
|
142
135
|
args: ListDeviceResourcesCommandInput,
|
|
143
136
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +144,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
151
144
|
options: __HttpHandlerOptions,
|
|
152
145
|
cb: (err: any, data?: ListDeviceResourcesCommandOutput) => void
|
|
153
146
|
): void;
|
|
154
|
-
|
|
155
147
|
listDevices(
|
|
156
148
|
args: ListDevicesCommandInput,
|
|
157
149
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +157,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
165
157
|
options: __HttpHandlerOptions,
|
|
166
158
|
cb: (err: any, data?: ListDevicesCommandOutput) => void
|
|
167
159
|
): void;
|
|
168
|
-
|
|
169
160
|
listExecutions(
|
|
170
161
|
args: ListExecutionsCommandInput,
|
|
171
162
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +170,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
179
170
|
options: __HttpHandlerOptions,
|
|
180
171
|
cb: (err: any, data?: ListExecutionsCommandOutput) => void
|
|
181
172
|
): void;
|
|
182
|
-
|
|
183
173
|
listTagsForResource(
|
|
184
174
|
args: ListTagsForResourceCommandInput,
|
|
185
175
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +183,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
193
183
|
options: __HttpHandlerOptions,
|
|
194
184
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
195
185
|
): void;
|
|
196
|
-
|
|
197
186
|
listTasks(
|
|
198
187
|
args: ListTasksCommandInput,
|
|
199
188
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +196,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
207
196
|
options: __HttpHandlerOptions,
|
|
208
197
|
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
209
198
|
): void;
|
|
210
|
-
|
|
211
199
|
tagResource(
|
|
212
200
|
args: TagResourceCommandInput,
|
|
213
201
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +209,6 @@ export declare class SnowDeviceManagement extends SnowDeviceManagementClient {
|
|
|
221
209
|
options: __HttpHandlerOptions,
|
|
222
210
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
223
211
|
): void;
|
|
224
|
-
|
|
225
212
|
untagResource(
|
|
226
213
|
args: UntagResourceCommandInput,
|
|
227
214
|
options?: __HttpHandlerOptions
|
|
@@ -125,47 +125,26 @@ export declare type ServiceOutputTypes =
|
|
|
125
125
|
export interface ClientDefaults
|
|
126
126
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
127
127
|
requestHandler?: __HttpHandler;
|
|
128
|
-
|
|
129
128
|
sha256?: __HashConstructor;
|
|
130
|
-
|
|
131
129
|
urlParser?: __UrlParser;
|
|
132
|
-
|
|
133
130
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
134
|
-
|
|
135
131
|
streamCollector?: __StreamCollector;
|
|
136
|
-
|
|
137
132
|
base64Decoder?: __Decoder;
|
|
138
|
-
|
|
139
133
|
base64Encoder?: __Encoder;
|
|
140
|
-
|
|
141
134
|
utf8Decoder?: __Decoder;
|
|
142
|
-
|
|
143
135
|
utf8Encoder?: __Encoder;
|
|
144
|
-
|
|
145
136
|
runtime?: string;
|
|
146
|
-
|
|
147
137
|
disableHostPrefix?: boolean;
|
|
148
|
-
|
|
149
138
|
maxAttempts?: number | __Provider<number>;
|
|
150
|
-
|
|
151
139
|
retryMode?: string | __Provider<string>;
|
|
152
|
-
|
|
153
140
|
logger?: __Logger;
|
|
154
|
-
|
|
155
141
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
156
|
-
|
|
157
142
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
158
|
-
|
|
159
143
|
serviceId?: string;
|
|
160
|
-
|
|
161
144
|
region?: string | __Provider<string>;
|
|
162
|
-
|
|
163
145
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
164
|
-
|
|
165
146
|
regionInfoProvider?: RegionInfoProvider;
|
|
166
|
-
|
|
167
147
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
168
|
-
|
|
169
148
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
170
149
|
}
|
|
171
150
|
declare type SnowDeviceManagementClientConfigType = Partial<
|
|
@@ -178,7 +157,6 @@ declare type SnowDeviceManagementClientConfigType = Partial<
|
|
|
178
157
|
HostHeaderInputConfig &
|
|
179
158
|
AwsAuthInputConfig &
|
|
180
159
|
UserAgentInputConfig;
|
|
181
|
-
|
|
182
160
|
export interface SnowDeviceManagementClientConfig
|
|
183
161
|
extends SnowDeviceManagementClientConfigType {}
|
|
184
162
|
declare type SnowDeviceManagementClientResolvedConfigType =
|
|
@@ -190,10 +168,8 @@ declare type SnowDeviceManagementClientResolvedConfigType =
|
|
|
190
168
|
HostHeaderResolvedConfig &
|
|
191
169
|
AwsAuthResolvedConfig &
|
|
192
170
|
UserAgentResolvedConfig;
|
|
193
|
-
|
|
194
171
|
export interface SnowDeviceManagementClientResolvedConfig
|
|
195
172
|
extends SnowDeviceManagementClientResolvedConfigType {}
|
|
196
|
-
|
|
197
173
|
export declare class SnowDeviceManagementClient extends __Client<
|
|
198
174
|
__HttpHandlerOptions,
|
|
199
175
|
ServiceInputTypes,
|
|
@@ -202,7 +178,6 @@ export declare class SnowDeviceManagementClient extends __Client<
|
|
|
202
178
|
> {
|
|
203
179
|
readonly config: SnowDeviceManagementClientResolvedConfig;
|
|
204
180
|
constructor(configuration: SnowDeviceManagementClientConfig);
|
|
205
|
-
|
|
206
181
|
destroy(): void;
|
|
207
182
|
}
|
|
208
183
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CancelTaskCommandInput extends CancelTaskInput {}
|
|
|
15
15
|
export interface CancelTaskCommandOutput
|
|
16
16
|
extends CancelTaskOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelTaskCommand extends $Command<
|
|
20
19
|
CancelTaskCommandInput,
|
|
21
20
|
CancelTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelTaskCommandInput;
|
|
25
24
|
constructor(input: CancelTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateTaskCommandInput extends CreateTaskInput {}
|
|
|
15
15
|
export interface CreateTaskCommandOutput
|
|
16
16
|
extends CreateTaskOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateTaskCommand extends $Command<
|
|
20
19
|
CreateTaskCommandInput,
|
|
21
20
|
CreateTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateTaskCommandInput;
|
|
25
24
|
constructor(input: CreateTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeDeviceCommandInput extends DescribeDeviceInput {}
|
|
|
15
15
|
export interface DescribeDeviceCommandOutput
|
|
16
16
|
extends DescribeDeviceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeDeviceCommand extends $Command<
|
|
20
19
|
DescribeDeviceCommandInput,
|
|
21
20
|
DescribeDeviceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeDeviceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeDeviceCommandInput;
|
|
25
24
|
constructor(input: DescribeDeviceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeDeviceEc2InstancesCommandInput
|
|
|
19
19
|
export interface DescribeDeviceEc2InstancesCommandOutput
|
|
20
20
|
extends DescribeDeviceEc2Output,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeDeviceEc2InstancesCommand extends $Command<
|
|
24
23
|
DescribeDeviceEc2InstancesCommandInput,
|
|
25
24
|
DescribeDeviceEc2InstancesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeDeviceEc2InstancesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeDeviceEc2InstancesCommandInput;
|
|
29
28
|
constructor(input: DescribeDeviceEc2InstancesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeExecutionCommandInput extends DescribeExecutionInput {}
|
|
|
18
18
|
export interface DescribeExecutionCommandOutput
|
|
19
19
|
extends DescribeExecutionOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeExecutionCommand extends $Command<
|
|
23
22
|
DescribeExecutionCommandInput,
|
|
24
23
|
DescribeExecutionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeExecutionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeExecutionCommandInput;
|
|
28
27
|
constructor(input: DescribeExecutionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeTaskCommandInput extends DescribeTaskInput {}
|
|
|
15
15
|
export interface DescribeTaskCommandOutput
|
|
16
16
|
extends DescribeTaskOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeTaskCommand extends $Command<
|
|
20
19
|
DescribeTaskCommandInput,
|
|
21
20
|
DescribeTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeTaskCommandInput;
|
|
25
24
|
constructor(input: DescribeTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDeviceResourcesCommandInput
|
|
|
19
19
|
export interface ListDeviceResourcesCommandOutput
|
|
20
20
|
extends ListDeviceResourcesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDeviceResourcesCommand extends $Command<
|
|
24
23
|
ListDeviceResourcesCommandInput,
|
|
25
24
|
ListDeviceResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDeviceResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDeviceResourcesCommandInput;
|
|
29
28
|
constructor(input: ListDeviceResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListDevicesCommandInput extends ListDevicesInput {}
|
|
|
15
15
|
export interface ListDevicesCommandOutput
|
|
16
16
|
extends ListDevicesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListDevicesCommand extends $Command<
|
|
20
19
|
ListDevicesCommandInput,
|
|
21
20
|
ListDevicesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListDevicesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListDevicesCommandInput;
|
|
25
24
|
constructor(input: ListDevicesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListExecutionsCommandInput extends ListExecutionsInput {}
|
|
|
15
15
|
export interface ListExecutionsCommandOutput
|
|
16
16
|
extends ListExecutionsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListExecutionsCommand extends $Command<
|
|
20
19
|
ListExecutionsCommandInput,
|
|
21
20
|
ListExecutionsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListExecutionsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListExecutionsCommandInput;
|
|
25
24
|
constructor(input: ListExecutionsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTasksCommandInput extends ListTasksInput {}
|
|
|
15
15
|
export interface ListTasksCommandOutput
|
|
16
16
|
extends ListTasksOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTasksCommand extends $Command<
|
|
20
19
|
ListTasksCommandInput,
|
|
21
20
|
ListTasksCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTasksCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTasksCommandInput;
|
|
25
24
|
constructor(input: ListTasksCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SnowDeviceManagementClient";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SnowDeviceManagementClient";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SnowDeviceManagementClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SnowDeviceManagementServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { SnowDeviceManagementServiceException as __BaseException } from "./SnowDeviceManagementServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(
|
|
9
7
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
8
|
);
|
|
@@ -21,63 +19,47 @@ export interface CancelTaskInput {
|
|
|
21
19
|
export interface CancelTaskOutput {
|
|
22
20
|
taskId?: string;
|
|
23
21
|
}
|
|
24
|
-
|
|
25
22
|
export declare class InternalServerException extends __BaseException {
|
|
26
23
|
readonly name: "InternalServerException";
|
|
27
24
|
readonly $fault: "server";
|
|
28
25
|
$retryable: {};
|
|
29
|
-
|
|
30
26
|
constructor(
|
|
31
27
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
32
28
|
);
|
|
33
29
|
}
|
|
34
|
-
|
|
35
30
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
36
31
|
readonly name: "ResourceNotFoundException";
|
|
37
32
|
readonly $fault: "client";
|
|
38
|
-
|
|
39
33
|
constructor(
|
|
40
34
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
41
35
|
);
|
|
42
36
|
}
|
|
43
|
-
|
|
44
37
|
export declare class ThrottlingException extends __BaseException {
|
|
45
38
|
readonly name: "ThrottlingException";
|
|
46
39
|
readonly $fault: "client";
|
|
47
40
|
$retryable: {
|
|
48
41
|
throttling: boolean;
|
|
49
42
|
};
|
|
50
|
-
|
|
51
43
|
constructor(
|
|
52
44
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
53
45
|
);
|
|
54
46
|
}
|
|
55
|
-
|
|
56
47
|
export declare class ValidationException extends __BaseException {
|
|
57
48
|
readonly name: "ValidationException";
|
|
58
49
|
readonly $fault: "client";
|
|
59
|
-
|
|
60
50
|
constructor(
|
|
61
51
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
62
52
|
);
|
|
63
53
|
}
|
|
64
|
-
|
|
65
54
|
export interface Capacity {
|
|
66
55
|
name?: string;
|
|
67
|
-
|
|
68
56
|
unit?: string;
|
|
69
|
-
|
|
70
57
|
total?: number;
|
|
71
|
-
|
|
72
58
|
used?: number;
|
|
73
|
-
|
|
74
59
|
available?: number;
|
|
75
60
|
}
|
|
76
|
-
|
|
77
61
|
export interface Reboot {}
|
|
78
|
-
|
|
79
62
|
export interface Unlock {}
|
|
80
|
-
|
|
81
63
|
export declare type Command =
|
|
82
64
|
| Command.RebootMember
|
|
83
65
|
| Command.UnlockMember
|
|
@@ -88,7 +70,6 @@ export declare namespace Command {
|
|
|
88
70
|
reboot?: never;
|
|
89
71
|
$unknown?: never;
|
|
90
72
|
}
|
|
91
|
-
|
|
92
73
|
interface RebootMember {
|
|
93
74
|
unlock?: never;
|
|
94
75
|
reboot: Reboot;
|
|
@@ -106,33 +87,24 @@ export declare namespace Command {
|
|
|
106
87
|
}
|
|
107
88
|
const visit: <T>(value: Command, visitor: Visitor<T>) => T;
|
|
108
89
|
}
|
|
109
|
-
|
|
110
90
|
export interface CpuOptions {
|
|
111
91
|
coreCount?: number;
|
|
112
|
-
|
|
113
92
|
threadsPerCore?: number;
|
|
114
93
|
}
|
|
115
94
|
export interface CreateTaskInput {
|
|
116
95
|
targets: string[] | undefined;
|
|
117
|
-
|
|
118
96
|
command: Command | undefined;
|
|
119
|
-
|
|
120
97
|
description?: string;
|
|
121
|
-
|
|
122
98
|
tags?: Record<string, string>;
|
|
123
|
-
|
|
124
99
|
clientToken?: string;
|
|
125
100
|
}
|
|
126
101
|
export interface CreateTaskOutput {
|
|
127
102
|
taskId?: string;
|
|
128
|
-
|
|
129
103
|
taskArn?: string;
|
|
130
104
|
}
|
|
131
|
-
|
|
132
105
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
133
106
|
readonly name: "ServiceQuotaExceededException";
|
|
134
107
|
readonly $fault: "client";
|
|
135
|
-
|
|
136
108
|
constructor(
|
|
137
109
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
138
110
|
);
|
|
@@ -156,78 +128,49 @@ export declare enum PhysicalConnectorType {
|
|
|
156
128
|
SFP_PLUS = "SFP_PLUS",
|
|
157
129
|
WIFI = "WIFI",
|
|
158
130
|
}
|
|
159
|
-
|
|
160
131
|
export interface PhysicalNetworkInterface {
|
|
161
132
|
physicalNetworkInterfaceId?: string;
|
|
162
|
-
|
|
163
133
|
physicalConnectorType?: PhysicalConnectorType | string;
|
|
164
|
-
|
|
165
134
|
ipAddressAssignment?: IpAddressAssignment | string;
|
|
166
|
-
|
|
167
135
|
ipAddress?: string;
|
|
168
|
-
|
|
169
136
|
netmask?: string;
|
|
170
|
-
|
|
171
137
|
defaultGateway?: string;
|
|
172
|
-
|
|
173
138
|
macAddress?: string;
|
|
174
139
|
}
|
|
175
|
-
|
|
176
140
|
export interface SoftwareInformation {
|
|
177
141
|
installedVersion?: string;
|
|
178
|
-
|
|
179
142
|
installingVersion?: string;
|
|
180
|
-
|
|
181
143
|
installState?: string;
|
|
182
144
|
}
|
|
183
145
|
export interface DescribeDeviceOutput {
|
|
184
146
|
lastReachedOutAt?: Date;
|
|
185
|
-
|
|
186
147
|
lastUpdatedAt?: Date;
|
|
187
|
-
|
|
188
148
|
tags?: Record<string, string>;
|
|
189
|
-
|
|
190
149
|
managedDeviceId?: string;
|
|
191
|
-
|
|
192
150
|
managedDeviceArn?: string;
|
|
193
|
-
|
|
194
151
|
deviceType?: string;
|
|
195
|
-
|
|
196
152
|
associatedWithJob?: string;
|
|
197
|
-
|
|
198
153
|
deviceState?: UnlockState | string;
|
|
199
|
-
|
|
200
154
|
physicalNetworkInterfaces?: PhysicalNetworkInterface[];
|
|
201
|
-
|
|
202
155
|
deviceCapacities?: Capacity[];
|
|
203
|
-
|
|
204
156
|
software?: SoftwareInformation;
|
|
205
157
|
}
|
|
206
158
|
export interface DescribeDeviceEc2Input {
|
|
207
159
|
managedDeviceId: string | undefined;
|
|
208
|
-
|
|
209
160
|
instanceIds: string[] | undefined;
|
|
210
161
|
}
|
|
211
|
-
|
|
212
162
|
export interface EbsInstanceBlockDevice {
|
|
213
163
|
attachTime?: Date;
|
|
214
|
-
|
|
215
164
|
deleteOnTermination?: boolean;
|
|
216
|
-
|
|
217
165
|
status?: AttachmentStatus | string;
|
|
218
|
-
|
|
219
166
|
volumeId?: string;
|
|
220
167
|
}
|
|
221
|
-
|
|
222
168
|
export interface InstanceBlockDeviceMapping {
|
|
223
169
|
deviceName?: string;
|
|
224
|
-
|
|
225
170
|
ebs?: EbsInstanceBlockDevice;
|
|
226
171
|
}
|
|
227
|
-
|
|
228
172
|
export interface SecurityGroupIdentifier {
|
|
229
173
|
groupId?: string;
|
|
230
|
-
|
|
231
174
|
groupName?: string;
|
|
232
175
|
}
|
|
233
176
|
export declare enum InstanceStateName {
|
|
@@ -238,44 +181,27 @@ export declare enum InstanceStateName {
|
|
|
238
181
|
STOPPING = "STOPPING",
|
|
239
182
|
TERMINATED = "TERMINATED",
|
|
240
183
|
}
|
|
241
|
-
|
|
242
184
|
export interface InstanceState {
|
|
243
185
|
code?: number;
|
|
244
|
-
|
|
245
186
|
name?: InstanceStateName | string;
|
|
246
187
|
}
|
|
247
|
-
|
|
248
188
|
export interface Instance {
|
|
249
189
|
imageId?: string;
|
|
250
|
-
|
|
251
190
|
amiLaunchIndex?: number;
|
|
252
|
-
|
|
253
191
|
instanceId?: string;
|
|
254
|
-
|
|
255
192
|
state?: InstanceState;
|
|
256
|
-
|
|
257
193
|
instanceType?: string;
|
|
258
|
-
|
|
259
194
|
privateIpAddress?: string;
|
|
260
|
-
|
|
261
195
|
publicIpAddress?: string;
|
|
262
|
-
|
|
263
196
|
createdAt?: Date;
|
|
264
|
-
|
|
265
197
|
updatedAt?: Date;
|
|
266
|
-
|
|
267
198
|
blockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
268
|
-
|
|
269
199
|
securityGroups?: SecurityGroupIdentifier[];
|
|
270
|
-
|
|
271
200
|
cpuOptions?: CpuOptions;
|
|
272
|
-
|
|
273
201
|
rootDeviceName?: string;
|
|
274
202
|
}
|
|
275
|
-
|
|
276
203
|
export interface InstanceSummary {
|
|
277
204
|
instance?: Instance;
|
|
278
|
-
|
|
279
205
|
lastUpdatedAt?: Date;
|
|
280
206
|
}
|
|
281
207
|
export interface DescribeDeviceEc2Output {
|
|
@@ -283,7 +209,6 @@ export interface DescribeDeviceEc2Output {
|
|
|
283
209
|
}
|
|
284
210
|
export interface DescribeExecutionInput {
|
|
285
211
|
taskId: string | undefined;
|
|
286
|
-
|
|
287
212
|
managedDeviceId: string | undefined;
|
|
288
213
|
}
|
|
289
214
|
export declare enum ExecutionState {
|
|
@@ -297,15 +222,10 @@ export declare enum ExecutionState {
|
|
|
297
222
|
}
|
|
298
223
|
export interface DescribeExecutionOutput {
|
|
299
224
|
taskId?: string;
|
|
300
|
-
|
|
301
225
|
executionId?: string;
|
|
302
|
-
|
|
303
226
|
managedDeviceId?: string;
|
|
304
|
-
|
|
305
227
|
state?: ExecutionState | string;
|
|
306
|
-
|
|
307
228
|
startedAt?: Date;
|
|
308
|
-
|
|
309
229
|
lastUpdatedAt?: Date;
|
|
310
230
|
}
|
|
311
231
|
export interface DescribeTaskInput {
|
|
@@ -318,89 +238,59 @@ export declare enum TaskState {
|
|
|
318
238
|
}
|
|
319
239
|
export interface DescribeTaskOutput {
|
|
320
240
|
taskId?: string;
|
|
321
|
-
|
|
322
241
|
taskArn?: string;
|
|
323
|
-
|
|
324
242
|
targets?: string[];
|
|
325
|
-
|
|
326
243
|
state?: TaskState | string;
|
|
327
|
-
|
|
328
244
|
createdAt?: Date;
|
|
329
|
-
|
|
330
245
|
lastUpdatedAt?: Date;
|
|
331
|
-
|
|
332
246
|
completedAt?: Date;
|
|
333
|
-
|
|
334
247
|
description?: string;
|
|
335
|
-
|
|
336
248
|
tags?: Record<string, string>;
|
|
337
249
|
}
|
|
338
|
-
|
|
339
250
|
export interface DeviceSummary {
|
|
340
251
|
managedDeviceId?: string;
|
|
341
|
-
|
|
342
252
|
managedDeviceArn?: string;
|
|
343
|
-
|
|
344
253
|
associatedWithJob?: string;
|
|
345
|
-
|
|
346
254
|
tags?: Record<string, string>;
|
|
347
255
|
}
|
|
348
256
|
export interface ListExecutionsInput {
|
|
349
257
|
taskId: string | undefined;
|
|
350
|
-
|
|
351
258
|
state?: ExecutionState | string;
|
|
352
|
-
|
|
353
259
|
maxResults?: number;
|
|
354
|
-
|
|
355
260
|
nextToken?: string;
|
|
356
261
|
}
|
|
357
|
-
|
|
358
262
|
export interface ExecutionSummary {
|
|
359
263
|
taskId?: string;
|
|
360
|
-
|
|
361
264
|
executionId?: string;
|
|
362
|
-
|
|
363
265
|
managedDeviceId?: string;
|
|
364
|
-
|
|
365
266
|
state?: ExecutionState | string;
|
|
366
267
|
}
|
|
367
268
|
export interface ListExecutionsOutput {
|
|
368
269
|
executions?: ExecutionSummary[];
|
|
369
|
-
|
|
370
270
|
nextToken?: string;
|
|
371
271
|
}
|
|
372
272
|
export interface ListDeviceResourcesInput {
|
|
373
273
|
managedDeviceId: string | undefined;
|
|
374
|
-
|
|
375
274
|
type?: string;
|
|
376
|
-
|
|
377
275
|
maxResults?: number;
|
|
378
|
-
|
|
379
276
|
nextToken?: string;
|
|
380
277
|
}
|
|
381
|
-
|
|
382
278
|
export interface ResourceSummary {
|
|
383
279
|
resourceType: string | undefined;
|
|
384
|
-
|
|
385
280
|
arn?: string;
|
|
386
|
-
|
|
387
281
|
id?: string;
|
|
388
282
|
}
|
|
389
283
|
export interface ListDeviceResourcesOutput {
|
|
390
284
|
resources?: ResourceSummary[];
|
|
391
|
-
|
|
392
285
|
nextToken?: string;
|
|
393
286
|
}
|
|
394
287
|
export interface ListDevicesInput {
|
|
395
288
|
jobId?: string;
|
|
396
|
-
|
|
397
289
|
maxResults?: number;
|
|
398
|
-
|
|
399
290
|
nextToken?: string;
|
|
400
291
|
}
|
|
401
292
|
export interface ListDevicesOutput {
|
|
402
293
|
devices?: DeviceSummary[];
|
|
403
|
-
|
|
404
294
|
nextToken?: string;
|
|
405
295
|
}
|
|
406
296
|
export interface ListTagsForResourceInput {
|
|
@@ -411,183 +301,133 @@ export interface ListTagsForResourceOutput {
|
|
|
411
301
|
}
|
|
412
302
|
export interface ListTasksInput {
|
|
413
303
|
state?: TaskState | string;
|
|
414
|
-
|
|
415
304
|
maxResults?: number;
|
|
416
|
-
|
|
417
305
|
nextToken?: string;
|
|
418
306
|
}
|
|
419
|
-
|
|
420
307
|
export interface TaskSummary {
|
|
421
308
|
taskId: string | undefined;
|
|
422
|
-
|
|
423
309
|
taskArn?: string;
|
|
424
|
-
|
|
425
310
|
state?: TaskState | string;
|
|
426
|
-
|
|
427
311
|
tags?: Record<string, string>;
|
|
428
312
|
}
|
|
429
313
|
export interface ListTasksOutput {
|
|
430
314
|
tasks?: TaskSummary[];
|
|
431
|
-
|
|
432
315
|
nextToken?: string;
|
|
433
316
|
}
|
|
434
317
|
export interface TagResourceInput {
|
|
435
318
|
resourceArn: string | undefined;
|
|
436
|
-
|
|
437
319
|
tags: Record<string, string> | undefined;
|
|
438
320
|
}
|
|
439
321
|
export interface UntagResourceInput {
|
|
440
322
|
resourceArn: string | undefined;
|
|
441
|
-
|
|
442
323
|
tagKeys: string[] | undefined;
|
|
443
324
|
}
|
|
444
|
-
|
|
445
325
|
export declare const CancelTaskInputFilterSensitiveLog: (
|
|
446
326
|
obj: CancelTaskInput
|
|
447
327
|
) => any;
|
|
448
|
-
|
|
449
328
|
export declare const CancelTaskOutputFilterSensitiveLog: (
|
|
450
329
|
obj: CancelTaskOutput
|
|
451
330
|
) => any;
|
|
452
|
-
|
|
453
331
|
export declare const CapacityFilterSensitiveLog: (obj: Capacity) => any;
|
|
454
|
-
|
|
455
332
|
export declare const RebootFilterSensitiveLog: (obj: Reboot) => any;
|
|
456
|
-
|
|
457
333
|
export declare const UnlockFilterSensitiveLog: (obj: Unlock) => any;
|
|
458
|
-
|
|
459
334
|
export declare const CommandFilterSensitiveLog: (obj: Command) => any;
|
|
460
|
-
|
|
461
335
|
export declare const CpuOptionsFilterSensitiveLog: (obj: CpuOptions) => any;
|
|
462
|
-
|
|
463
336
|
export declare const CreateTaskInputFilterSensitiveLog: (
|
|
464
337
|
obj: CreateTaskInput
|
|
465
338
|
) => any;
|
|
466
|
-
|
|
467
339
|
export declare const CreateTaskOutputFilterSensitiveLog: (
|
|
468
340
|
obj: CreateTaskOutput
|
|
469
341
|
) => any;
|
|
470
|
-
|
|
471
342
|
export declare const DescribeDeviceInputFilterSensitiveLog: (
|
|
472
343
|
obj: DescribeDeviceInput
|
|
473
344
|
) => any;
|
|
474
|
-
|
|
475
345
|
export declare const PhysicalNetworkInterfaceFilterSensitiveLog: (
|
|
476
346
|
obj: PhysicalNetworkInterface
|
|
477
347
|
) => any;
|
|
478
|
-
|
|
479
348
|
export declare const SoftwareInformationFilterSensitiveLog: (
|
|
480
349
|
obj: SoftwareInformation
|
|
481
350
|
) => any;
|
|
482
|
-
|
|
483
351
|
export declare const DescribeDeviceOutputFilterSensitiveLog: (
|
|
484
352
|
obj: DescribeDeviceOutput
|
|
485
353
|
) => any;
|
|
486
|
-
|
|
487
354
|
export declare const DescribeDeviceEc2InputFilterSensitiveLog: (
|
|
488
355
|
obj: DescribeDeviceEc2Input
|
|
489
356
|
) => any;
|
|
490
|
-
|
|
491
357
|
export declare const EbsInstanceBlockDeviceFilterSensitiveLog: (
|
|
492
358
|
obj: EbsInstanceBlockDevice
|
|
493
359
|
) => any;
|
|
494
|
-
|
|
495
360
|
export declare const InstanceBlockDeviceMappingFilterSensitiveLog: (
|
|
496
361
|
obj: InstanceBlockDeviceMapping
|
|
497
362
|
) => any;
|
|
498
|
-
|
|
499
363
|
export declare const SecurityGroupIdentifierFilterSensitiveLog: (
|
|
500
364
|
obj: SecurityGroupIdentifier
|
|
501
365
|
) => any;
|
|
502
|
-
|
|
503
366
|
export declare const InstanceStateFilterSensitiveLog: (
|
|
504
367
|
obj: InstanceState
|
|
505
368
|
) => any;
|
|
506
|
-
|
|
507
369
|
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
508
|
-
|
|
509
370
|
export declare const InstanceSummaryFilterSensitiveLog: (
|
|
510
371
|
obj: InstanceSummary
|
|
511
372
|
) => any;
|
|
512
|
-
|
|
513
373
|
export declare const DescribeDeviceEc2OutputFilterSensitiveLog: (
|
|
514
374
|
obj: DescribeDeviceEc2Output
|
|
515
375
|
) => any;
|
|
516
|
-
|
|
517
376
|
export declare const DescribeExecutionInputFilterSensitiveLog: (
|
|
518
377
|
obj: DescribeExecutionInput
|
|
519
378
|
) => any;
|
|
520
|
-
|
|
521
379
|
export declare const DescribeExecutionOutputFilterSensitiveLog: (
|
|
522
380
|
obj: DescribeExecutionOutput
|
|
523
381
|
) => any;
|
|
524
|
-
|
|
525
382
|
export declare const DescribeTaskInputFilterSensitiveLog: (
|
|
526
383
|
obj: DescribeTaskInput
|
|
527
384
|
) => any;
|
|
528
|
-
|
|
529
385
|
export declare const DescribeTaskOutputFilterSensitiveLog: (
|
|
530
386
|
obj: DescribeTaskOutput
|
|
531
387
|
) => any;
|
|
532
|
-
|
|
533
388
|
export declare const DeviceSummaryFilterSensitiveLog: (
|
|
534
389
|
obj: DeviceSummary
|
|
535
390
|
) => any;
|
|
536
|
-
|
|
537
391
|
export declare const ListExecutionsInputFilterSensitiveLog: (
|
|
538
392
|
obj: ListExecutionsInput
|
|
539
393
|
) => any;
|
|
540
|
-
|
|
541
394
|
export declare const ExecutionSummaryFilterSensitiveLog: (
|
|
542
395
|
obj: ExecutionSummary
|
|
543
396
|
) => any;
|
|
544
|
-
|
|
545
397
|
export declare const ListExecutionsOutputFilterSensitiveLog: (
|
|
546
398
|
obj: ListExecutionsOutput
|
|
547
399
|
) => any;
|
|
548
|
-
|
|
549
400
|
export declare const ListDeviceResourcesInputFilterSensitiveLog: (
|
|
550
401
|
obj: ListDeviceResourcesInput
|
|
551
402
|
) => any;
|
|
552
|
-
|
|
553
403
|
export declare const ResourceSummaryFilterSensitiveLog: (
|
|
554
404
|
obj: ResourceSummary
|
|
555
405
|
) => any;
|
|
556
|
-
|
|
557
406
|
export declare const ListDeviceResourcesOutputFilterSensitiveLog: (
|
|
558
407
|
obj: ListDeviceResourcesOutput
|
|
559
408
|
) => any;
|
|
560
|
-
|
|
561
409
|
export declare const ListDevicesInputFilterSensitiveLog: (
|
|
562
410
|
obj: ListDevicesInput
|
|
563
411
|
) => any;
|
|
564
|
-
|
|
565
412
|
export declare const ListDevicesOutputFilterSensitiveLog: (
|
|
566
413
|
obj: ListDevicesOutput
|
|
567
414
|
) => any;
|
|
568
|
-
|
|
569
415
|
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
570
416
|
obj: ListTagsForResourceInput
|
|
571
417
|
) => any;
|
|
572
|
-
|
|
573
418
|
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
574
419
|
obj: ListTagsForResourceOutput
|
|
575
420
|
) => any;
|
|
576
|
-
|
|
577
421
|
export declare const ListTasksInputFilterSensitiveLog: (
|
|
578
422
|
obj: ListTasksInput
|
|
579
423
|
) => any;
|
|
580
|
-
|
|
581
424
|
export declare const TaskSummaryFilterSensitiveLog: (obj: TaskSummary) => any;
|
|
582
|
-
|
|
583
425
|
export declare const ListTasksOutputFilterSensitiveLog: (
|
|
584
426
|
obj: ListTasksOutput
|
|
585
427
|
) => any;
|
|
586
|
-
|
|
587
428
|
export declare const TagResourceInputFilterSensitiveLog: (
|
|
588
429
|
obj: TagResourceInput
|
|
589
430
|
) => any;
|
|
590
|
-
|
|
591
431
|
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
592
432
|
obj: UntagResourceInput
|
|
593
433
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-snow-device-management",
|
|
3
3
|
"description": "AWS SDK for JavaScript Snow Device Management Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1",
|