@aws-sdk/client-snow-device-management 3.590.0 → 3.596.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -13
- package/dist-types/commands/CancelTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDeviceEc2InstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/ListDeviceResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
- package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SnowDeviceManagementServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDeviceEc2InstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDeviceResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SnowDeviceManagementServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -209,7 +209,6 @@ var SnowDeviceManagementClient = _SnowDeviceManagementClient;
|
|
|
209
209
|
|
|
210
210
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
211
211
|
|
|
212
|
-
var import_types = require("@smithy/types");
|
|
213
212
|
|
|
214
213
|
// src/protocols/Aws_restJson1.ts
|
|
215
214
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -955,7 +954,6 @@ var CancelTaskCommand = _CancelTaskCommand;
|
|
|
955
954
|
|
|
956
955
|
|
|
957
956
|
|
|
958
|
-
|
|
959
957
|
var _CreateTaskCommand = class _CreateTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
960
958
|
...commonParams
|
|
961
959
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -972,7 +970,6 @@ var CreateTaskCommand = _CreateTaskCommand;
|
|
|
972
970
|
|
|
973
971
|
|
|
974
972
|
|
|
975
|
-
|
|
976
973
|
var _DescribeDeviceCommand = class _DescribeDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
977
974
|
...commonParams
|
|
978
975
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -989,7 +986,6 @@ var DescribeDeviceCommand = _DescribeDeviceCommand;
|
|
|
989
986
|
|
|
990
987
|
|
|
991
988
|
|
|
992
|
-
|
|
993
989
|
var _DescribeDeviceEc2InstancesCommand = class _DescribeDeviceEc2InstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
994
990
|
...commonParams
|
|
995
991
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1006,7 +1002,6 @@ var DescribeDeviceEc2InstancesCommand = _DescribeDeviceEc2InstancesCommand;
|
|
|
1006
1002
|
|
|
1007
1003
|
|
|
1008
1004
|
|
|
1009
|
-
|
|
1010
1005
|
var _DescribeExecutionCommand = class _DescribeExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1011
1006
|
...commonParams
|
|
1012
1007
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1023,7 +1018,6 @@ var DescribeExecutionCommand = _DescribeExecutionCommand;
|
|
|
1023
1018
|
|
|
1024
1019
|
|
|
1025
1020
|
|
|
1026
|
-
|
|
1027
1021
|
var _DescribeTaskCommand = class _DescribeTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1028
1022
|
...commonParams
|
|
1029
1023
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1040,7 +1034,6 @@ var DescribeTaskCommand = _DescribeTaskCommand;
|
|
|
1040
1034
|
|
|
1041
1035
|
|
|
1042
1036
|
|
|
1043
|
-
|
|
1044
1037
|
var _ListDeviceResourcesCommand = class _ListDeviceResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1045
1038
|
...commonParams
|
|
1046
1039
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1057,7 +1050,6 @@ var ListDeviceResourcesCommand = _ListDeviceResourcesCommand;
|
|
|
1057
1050
|
|
|
1058
1051
|
|
|
1059
1052
|
|
|
1060
|
-
|
|
1061
1053
|
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1062
1054
|
...commonParams
|
|
1063
1055
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1074,7 +1066,6 @@ var ListDevicesCommand = _ListDevicesCommand;
|
|
|
1074
1066
|
|
|
1075
1067
|
|
|
1076
1068
|
|
|
1077
|
-
|
|
1078
1069
|
var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1079
1070
|
...commonParams
|
|
1080
1071
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1091,7 +1082,6 @@ var ListExecutionsCommand = _ListExecutionsCommand;
|
|
|
1091
1082
|
|
|
1092
1083
|
|
|
1093
1084
|
|
|
1094
|
-
|
|
1095
1085
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1096
1086
|
...commonParams
|
|
1097
1087
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1108,7 +1098,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1108
1098
|
|
|
1109
1099
|
|
|
1110
1100
|
|
|
1111
|
-
|
|
1112
1101
|
var _ListTasksCommand = class _ListTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1113
1102
|
...commonParams
|
|
1114
1103
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1125,7 +1114,6 @@ var ListTasksCommand = _ListTasksCommand;
|
|
|
1125
1114
|
|
|
1126
1115
|
|
|
1127
1116
|
|
|
1128
|
-
|
|
1129
1117
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1130
1118
|
...commonParams
|
|
1131
1119
|
}).m(function(Command3, cs, config, o) {
|
|
@@ -1142,7 +1130,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1142
1130
|
|
|
1143
1131
|
|
|
1144
1132
|
|
|
1145
|
-
|
|
1146
1133
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1147
1134
|
...commonParams
|
|
1148
1135
|
}).m(function(Command3, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./SnowDeviceManagementClient";
|
|
7
7
|
export * from "./SnowDeviceManagement";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { SnowDeviceManagementExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { SnowDeviceManagementExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CancelTaskCommandInput extends CancelTaskInput {}
|
|
11
12
|
export interface CancelTaskCommandOutput
|
|
12
13
|
extends CancelTaskOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTaskCommandInput extends CreateTaskInput {}
|
|
11
12
|
export interface CreateTaskCommandOutput
|
|
12
13
|
extends CreateTaskOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeDeviceCommandInput extends DescribeDeviceInput {}
|
|
11
12
|
export interface DescribeDeviceCommandOutput
|
|
12
13
|
extends DescribeDeviceOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowDeviceManagementClientResolvedConfig,
|
|
11
11
|
} from "../SnowDeviceManagementClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDeviceEc2InstancesCommandInput
|
|
14
15
|
extends DescribeDeviceEc2Input {}
|
|
15
16
|
export interface DescribeDeviceEc2InstancesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowDeviceManagementClientResolvedConfig,
|
|
11
11
|
} from "../SnowDeviceManagementClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeExecutionCommandInput extends DescribeExecutionInput {}
|
|
14
15
|
export interface DescribeExecutionCommandOutput
|
|
15
16
|
extends DescribeExecutionOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeTaskCommandInput extends DescribeTaskInput {}
|
|
11
12
|
export interface DescribeTaskCommandOutput
|
|
12
13
|
extends DescribeTaskOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowDeviceManagementClientResolvedConfig,
|
|
11
11
|
} from "../SnowDeviceManagementClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDeviceResourcesCommandInput
|
|
14
15
|
extends ListDeviceResourcesInput {}
|
|
15
16
|
export interface ListDeviceResourcesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListDevicesCommandInput extends ListDevicesInput {}
|
|
11
12
|
export interface ListDevicesCommandOutput
|
|
12
13
|
extends ListDevicesOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListExecutionsCommandInput extends ListExecutionsInput {}
|
|
11
12
|
export interface ListExecutionsCommandOutput
|
|
12
13
|
extends ListExecutionsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SnowDeviceManagementClientResolvedConfig,
|
|
11
11
|
} from "../SnowDeviceManagementClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceInput {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListTasksCommandInput extends ListTasksInput {}
|
|
11
12
|
export interface ListTasksCommandOutput
|
|
12
13
|
extends ListTasksOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SnowDeviceManagementClientResolvedConfig,
|
|
8
8
|
} from "../SnowDeviceManagementClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class SnowDeviceManagementServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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-snow-device-management",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|