@aws-sdk/client-iotdeviceadvisor 3.590.0 → 3.592.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 -14
- package/dist-types/commands/CreateSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/GetEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/GetSuiteRunCommand.d.ts +2 -1
- package/dist-types/commands/GetSuiteRunReportCommand.d.ts +2 -1
- package/dist-types/commands/ListSuiteDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSuiteRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartSuiteRunCommand.d.ts +2 -1
- package/dist-types/commands/StopSuiteRunCommand.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/commands/UpdateSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/IotDeviceAdvisorServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSuiteRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSuiteRunReportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSuiteDefinitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSuiteRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSuiteRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopSuiteRunCommand.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/commands/UpdateSuiteDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/IotDeviceAdvisorServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -204,7 +204,6 @@ var IotDeviceAdvisorClient = _IotDeviceAdvisorClient;
|
|
|
204
204
|
|
|
205
205
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
206
206
|
|
|
207
|
-
var import_types = require("@smithy/types");
|
|
208
207
|
|
|
209
208
|
// src/protocols/Aws_restJson1.ts
|
|
210
209
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -923,7 +922,6 @@ var CreateSuiteDefinitionCommand = _CreateSuiteDefinitionCommand;
|
|
|
923
922
|
|
|
924
923
|
|
|
925
924
|
|
|
926
|
-
|
|
927
925
|
var _DeleteSuiteDefinitionCommand = class _DeleteSuiteDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
928
926
|
...commonParams
|
|
929
927
|
}).m(function(Command, cs, config, o) {
|
|
@@ -940,7 +938,6 @@ var DeleteSuiteDefinitionCommand = _DeleteSuiteDefinitionCommand;
|
|
|
940
938
|
|
|
941
939
|
|
|
942
940
|
|
|
943
|
-
|
|
944
941
|
var _GetEndpointCommand = class _GetEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
945
942
|
...commonParams
|
|
946
943
|
}).m(function(Command, cs, config, o) {
|
|
@@ -957,7 +954,6 @@ var GetEndpointCommand = _GetEndpointCommand;
|
|
|
957
954
|
|
|
958
955
|
|
|
959
956
|
|
|
960
|
-
|
|
961
957
|
var _GetSuiteDefinitionCommand = class _GetSuiteDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
962
958
|
...commonParams
|
|
963
959
|
}).m(function(Command, cs, config, o) {
|
|
@@ -974,7 +970,6 @@ var GetSuiteDefinitionCommand = _GetSuiteDefinitionCommand;
|
|
|
974
970
|
|
|
975
971
|
|
|
976
972
|
|
|
977
|
-
|
|
978
973
|
var _GetSuiteRunCommand = class _GetSuiteRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
979
974
|
...commonParams
|
|
980
975
|
}).m(function(Command, cs, config, o) {
|
|
@@ -991,7 +986,6 @@ var GetSuiteRunCommand = _GetSuiteRunCommand;
|
|
|
991
986
|
|
|
992
987
|
|
|
993
988
|
|
|
994
|
-
|
|
995
989
|
var _GetSuiteRunReportCommand = class _GetSuiteRunReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
996
990
|
...commonParams
|
|
997
991
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1008,7 +1002,6 @@ var GetSuiteRunReportCommand = _GetSuiteRunReportCommand;
|
|
|
1008
1002
|
|
|
1009
1003
|
|
|
1010
1004
|
|
|
1011
|
-
|
|
1012
1005
|
var _ListSuiteDefinitionsCommand = class _ListSuiteDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1013
1006
|
...commonParams
|
|
1014
1007
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1025,7 +1018,6 @@ var ListSuiteDefinitionsCommand = _ListSuiteDefinitionsCommand;
|
|
|
1025
1018
|
|
|
1026
1019
|
|
|
1027
1020
|
|
|
1028
|
-
|
|
1029
1021
|
var _ListSuiteRunsCommand = class _ListSuiteRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1030
1022
|
...commonParams
|
|
1031
1023
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1042,7 +1034,6 @@ var ListSuiteRunsCommand = _ListSuiteRunsCommand;
|
|
|
1042
1034
|
|
|
1043
1035
|
|
|
1044
1036
|
|
|
1045
|
-
|
|
1046
1037
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1047
1038
|
...commonParams
|
|
1048
1039
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1059,7 +1050,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1059
1050
|
|
|
1060
1051
|
|
|
1061
1052
|
|
|
1062
|
-
|
|
1063
1053
|
var _StartSuiteRunCommand = class _StartSuiteRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1064
1054
|
...commonParams
|
|
1065
1055
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1076,7 +1066,6 @@ var StartSuiteRunCommand = _StartSuiteRunCommand;
|
|
|
1076
1066
|
|
|
1077
1067
|
|
|
1078
1068
|
|
|
1079
|
-
|
|
1080
1069
|
var _StopSuiteRunCommand = class _StopSuiteRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1081
1070
|
...commonParams
|
|
1082
1071
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1093,7 +1082,6 @@ var StopSuiteRunCommand = _StopSuiteRunCommand;
|
|
|
1093
1082
|
|
|
1094
1083
|
|
|
1095
1084
|
|
|
1096
|
-
|
|
1097
1085
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1098
1086
|
...commonParams
|
|
1099
1087
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1110,7 +1098,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1110
1098
|
|
|
1111
1099
|
|
|
1112
1100
|
|
|
1113
|
-
|
|
1114
1101
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1115
1102
|
...commonParams
|
|
1116
1103
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1127,7 +1114,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1127
1114
|
|
|
1128
1115
|
|
|
1129
1116
|
|
|
1130
|
-
|
|
1131
1117
|
var _UpdateSuiteDefinitionCommand = class _UpdateSuiteDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1132
1118
|
...commonParams
|
|
1133
1119
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
export * from "./IotDeviceAdvisorClient";
|
|
15
15
|
export * from "./IotDeviceAdvisor";
|
|
16
16
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
18
|
-
export { IotDeviceAdvisorExtensionConfiguration } from "./extensionConfiguration";
|
|
17
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
18
|
+
export type { IotDeviceAdvisorExtensionConfiguration } from "./extensionConfiguration";
|
|
19
19
|
export * from "./commands";
|
|
20
20
|
export * from "./pagination";
|
|
21
21
|
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
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateSuiteDefinitionRequest,
|
|
10
10
|
CreateSuiteDefinitionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSuiteDefinitionCommandInput
|
|
14
15
|
extends CreateSuiteDefinitionRequest {}
|
|
15
16
|
export interface CreateSuiteDefinitionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteSuiteDefinitionRequest,
|
|
10
10
|
DeleteSuiteDefinitionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteSuiteDefinitionCommandInput
|
|
14
15
|
extends DeleteSuiteDefinitionRequest {}
|
|
15
16
|
export interface DeleteSuiteDefinitionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IotDeviceAdvisorClient";
|
|
8
8
|
import { GetEndpointRequest, GetEndpointResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetEndpointCommandInput extends GetEndpointRequest {}
|
|
11
12
|
export interface GetEndpointCommandOutput
|
|
12
13
|
extends GetEndpointResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetSuiteDefinitionRequest,
|
|
10
10
|
GetSuiteDefinitionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSuiteDefinitionCommandInput
|
|
14
15
|
extends GetSuiteDefinitionRequest {}
|
|
15
16
|
export interface GetSuiteDefinitionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IotDeviceAdvisorClient";
|
|
8
8
|
import { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetSuiteRunCommandInput extends GetSuiteRunRequest {}
|
|
11
12
|
export interface GetSuiteRunCommandOutput
|
|
12
13
|
extends GetSuiteRunResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetSuiteRunReportRequest,
|
|
10
10
|
GetSuiteRunReportResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSuiteRunReportCommandInput
|
|
14
15
|
extends GetSuiteRunReportRequest {}
|
|
15
16
|
export interface GetSuiteRunReportCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListSuiteDefinitionsRequest,
|
|
10
10
|
ListSuiteDefinitionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSuiteDefinitionsCommandInput
|
|
14
15
|
extends ListSuiteDefinitionsRequest {}
|
|
15
16
|
export interface ListSuiteDefinitionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListSuiteRunsRequest,
|
|
10
10
|
ListSuiteRunsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSuiteRunsCommandInput extends ListSuiteRunsRequest {}
|
|
14
15
|
export interface ListSuiteRunsCommandOutput
|
|
15
16
|
extends ListSuiteRunsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartSuiteRunRequest,
|
|
10
10
|
StartSuiteRunResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartSuiteRunCommandInput extends StartSuiteRunRequest {}
|
|
14
15
|
export interface StartSuiteRunCommandOutput
|
|
15
16
|
extends StartSuiteRunResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IotDeviceAdvisorClient";
|
|
8
8
|
import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StopSuiteRunCommandInput extends StopSuiteRunRequest {}
|
|
11
12
|
export interface StopSuiteRunCommandOutput
|
|
12
13
|
extends StopSuiteRunResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IotDeviceAdvisorClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateSuiteDefinitionRequest,
|
|
10
10
|
UpdateSuiteDefinitionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSuiteDefinitionCommandInput
|
|
14
15
|
extends UpdateSuiteDefinitionRequest {}
|
|
15
16
|
export interface UpdateSuiteDefinitionCommandOutput
|
|
@@ -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 IotDeviceAdvisorServiceException 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-iotdeviceadvisor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotdeviceadvisor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.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-iotdeviceadvisor",
|
|
@@ -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.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.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",
|