@aws-sdk/client-networkmonitor 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 -12
- package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
- package/dist-types/commands/CreateProbeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProbeCommand.d.ts +2 -1
- package/dist-types/commands/GetMonitorCommand.d.ts +2 -1
- package/dist-types/commands/GetProbeCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateMonitorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProbeCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/NetworkMonitorServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateProbeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteProbeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetProbeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateProbeCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/NetworkMonitorServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -202,7 +202,6 @@ var NetworkMonitorClient = _NetworkMonitorClient;
|
|
|
202
202
|
|
|
203
203
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
204
204
|
|
|
205
|
-
var import_types = require("@smithy/types");
|
|
206
205
|
|
|
207
206
|
// src/protocols/Aws_restJson1.ts
|
|
208
207
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -922,7 +921,6 @@ var CreateMonitorCommand = _CreateMonitorCommand;
|
|
|
922
921
|
|
|
923
922
|
|
|
924
923
|
|
|
925
|
-
|
|
926
924
|
var _CreateProbeCommand = class _CreateProbeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
927
925
|
...commonParams
|
|
928
926
|
}).m(function(Command, cs, config, o) {
|
|
@@ -939,7 +937,6 @@ var CreateProbeCommand = _CreateProbeCommand;
|
|
|
939
937
|
|
|
940
938
|
|
|
941
939
|
|
|
942
|
-
|
|
943
940
|
var _DeleteMonitorCommand = class _DeleteMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
944
941
|
...commonParams
|
|
945
942
|
}).m(function(Command, cs, config, o) {
|
|
@@ -956,7 +953,6 @@ var DeleteMonitorCommand = _DeleteMonitorCommand;
|
|
|
956
953
|
|
|
957
954
|
|
|
958
955
|
|
|
959
|
-
|
|
960
956
|
var _DeleteProbeCommand = class _DeleteProbeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
961
957
|
...commonParams
|
|
962
958
|
}).m(function(Command, cs, config, o) {
|
|
@@ -973,7 +969,6 @@ var DeleteProbeCommand = _DeleteProbeCommand;
|
|
|
973
969
|
|
|
974
970
|
|
|
975
971
|
|
|
976
|
-
|
|
977
972
|
var _GetMonitorCommand = class _GetMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
978
973
|
...commonParams
|
|
979
974
|
}).m(function(Command, cs, config, o) {
|
|
@@ -990,7 +985,6 @@ var GetMonitorCommand = _GetMonitorCommand;
|
|
|
990
985
|
|
|
991
986
|
|
|
992
987
|
|
|
993
|
-
|
|
994
988
|
var _GetProbeCommand = class _GetProbeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
995
989
|
...commonParams
|
|
996
990
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1007,7 +1001,6 @@ var GetProbeCommand = _GetProbeCommand;
|
|
|
1007
1001
|
|
|
1008
1002
|
|
|
1009
1003
|
|
|
1010
|
-
|
|
1011
1004
|
var _ListMonitorsCommand = class _ListMonitorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1012
1005
|
...commonParams
|
|
1013
1006
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1024,7 +1017,6 @@ var ListMonitorsCommand = _ListMonitorsCommand;
|
|
|
1024
1017
|
|
|
1025
1018
|
|
|
1026
1019
|
|
|
1027
|
-
|
|
1028
1020
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1029
1021
|
...commonParams
|
|
1030
1022
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1041,7 +1033,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1041
1033
|
|
|
1042
1034
|
|
|
1043
1035
|
|
|
1044
|
-
|
|
1045
1036
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1046
1037
|
...commonParams
|
|
1047
1038
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1058,7 +1049,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1058
1049
|
|
|
1059
1050
|
|
|
1060
1051
|
|
|
1061
|
-
|
|
1062
1052
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1063
1053
|
...commonParams
|
|
1064
1054
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1075,7 +1065,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1075
1065
|
|
|
1076
1066
|
|
|
1077
1067
|
|
|
1078
|
-
|
|
1079
1068
|
var _UpdateMonitorCommand = class _UpdateMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1080
1069
|
...commonParams
|
|
1081
1070
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1092,7 +1081,6 @@ var UpdateMonitorCommand = _UpdateMonitorCommand;
|
|
|
1092
1081
|
|
|
1093
1082
|
|
|
1094
1083
|
|
|
1095
|
-
|
|
1096
1084
|
var _UpdateProbeCommand = class _UpdateProbeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1097
1085
|
...commonParams
|
|
1098
1086
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
export * from "./NetworkMonitorClient";
|
|
18
18
|
export * from "./NetworkMonitor";
|
|
19
19
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
20
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
-
export { NetworkMonitorExtensionConfiguration } from "./extensionConfiguration";
|
|
20
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
+
export type { NetworkMonitorExtensionConfiguration } from "./extensionConfiguration";
|
|
22
22
|
export * from "./commands";
|
|
23
23
|
export * from "./pagination";
|
|
24
24
|
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
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateMonitorCommandInput extends CreateMonitorInput {}
|
|
11
12
|
export interface CreateMonitorCommandOutput
|
|
12
13
|
extends CreateMonitorOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateProbeCommandInput extends CreateProbeInput {}
|
|
11
12
|
export interface CreateProbeCommandOutput
|
|
12
13
|
extends CreateProbeOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteMonitorCommandInput extends DeleteMonitorInput {}
|
|
11
12
|
export interface DeleteMonitorCommandOutput
|
|
12
13
|
extends DeleteMonitorOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteProbeCommandInput extends DeleteProbeInput {}
|
|
11
12
|
export interface DeleteProbeCommandOutput
|
|
12
13
|
extends DeleteProbeOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetMonitorCommandInput extends GetMonitorInput {}
|
|
11
12
|
export interface GetMonitorCommandOutput
|
|
12
13
|
extends GetMonitorOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetProbeCommandInput extends GetProbeInput {}
|
|
11
12
|
export interface GetProbeCommandOutput
|
|
12
13
|
extends GetProbeOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListMonitorsCommandInput extends ListMonitorsInput {}
|
|
11
12
|
export interface ListMonitorsCommandOutput
|
|
12
13
|
extends ListMonitorsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../NetworkMonitorClient";
|
|
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
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
11
12
|
export interface UntagResourceCommandOutput
|
|
12
13
|
extends UntagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateMonitorCommandInput extends UpdateMonitorInput {}
|
|
11
12
|
export interface UpdateMonitorCommandOutput
|
|
12
13
|
extends UpdateMonitorOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../NetworkMonitorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateProbeCommandInput extends UpdateProbeInput {}
|
|
11
12
|
export interface UpdateProbeCommandOutput
|
|
12
13
|
extends UpdateProbeOutput,
|
|
@@ -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 NetworkMonitorServiceException 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-networkmonitor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Networkmonitor 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-networkmonitor",
|
|
@@ -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",
|