@aws-sdk/client-networkmonitor 3.928.0 → 3.930.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 +505 -627
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/NetworkMonitorClient.js +2 -0
- package/dist-es/commands/CreateMonitorCommand.js +3 -9
- package/dist-es/commands/CreateProbeCommand.js +3 -9
- package/dist-es/commands/DeleteMonitorCommand.js +3 -9
- package/dist-es/commands/DeleteProbeCommand.js +3 -9
- package/dist-es/commands/GetMonitorCommand.js +3 -9
- package/dist-es/commands/GetProbeCommand.js +3 -9
- package/dist-es/commands/ListMonitorsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateMonitorCommand.js +3 -9
- package/dist-es/commands/UpdateProbeCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +465 -0
- package/dist-types/NetworkMonitorClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +55 -0
- package/dist-types/ts3.4/NetworkMonitorClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +60 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -527
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "../commands/CreateMonitorCommand";
|
|
4
|
-
import { CreateProbeCommandInput, CreateProbeCommandOutput } from "../commands/CreateProbeCommand";
|
|
5
|
-
import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "../commands/DeleteMonitorCommand";
|
|
6
|
-
import { DeleteProbeCommandInput, DeleteProbeCommandOutput } from "../commands/DeleteProbeCommand";
|
|
7
|
-
import { GetMonitorCommandInput, GetMonitorCommandOutput } from "../commands/GetMonitorCommand";
|
|
8
|
-
import { GetProbeCommandInput, GetProbeCommandOutput } from "../commands/GetProbeCommand";
|
|
9
|
-
import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
|
|
10
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
11
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
12
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
13
|
-
import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "../commands/UpdateMonitorCommand";
|
|
14
|
-
import { UpdateProbeCommandInput, UpdateProbeCommandOutput } from "../commands/UpdateProbeCommand";
|
|
15
|
-
/**
|
|
16
|
-
* serializeAws_restJson1CreateMonitorCommand
|
|
17
|
-
*/
|
|
18
|
-
export declare const se_CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
/**
|
|
20
|
-
* serializeAws_restJson1CreateProbeCommand
|
|
21
|
-
*/
|
|
22
|
-
export declare const se_CreateProbeCommand: (input: CreateProbeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_restJson1DeleteMonitorCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_DeleteMonitorCommand: (input: DeleteMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1DeleteProbeCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_DeleteProbeCommand: (input: DeleteProbeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1GetMonitorCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_GetMonitorCommand: (input: GetMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1GetProbeCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_GetProbeCommand: (input: GetProbeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1ListMonitorsCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_ListMonitorsCommand: (input: ListMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1TagResourceCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1UpdateMonitorCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_UpdateMonitorCommand: (input: UpdateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1UpdateProbeCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_UpdateProbeCommand: (input: UpdateProbeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* deserializeAws_restJson1CreateMonitorCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const de_CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* deserializeAws_restJson1CreateProbeCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const de_CreateProbeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProbeCommandOutput>;
|
|
71
|
-
/**
|
|
72
|
-
* deserializeAws_restJson1DeleteMonitorCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const de_DeleteMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitorCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* deserializeAws_restJson1DeleteProbeCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const de_DeleteProbeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProbeCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* deserializeAws_restJson1GetMonitorCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const de_GetMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMonitorCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* deserializeAws_restJson1GetProbeCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const de_GetProbeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProbeCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* deserializeAws_restJson1ListMonitorsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const de_ListMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_restJson1UpdateMonitorCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_UpdateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitorCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_restJson1UpdateProbeCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_UpdateProbeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProbeCommandOutput>;
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateMonitorCommandInput,
|
|
8
|
-
CreateMonitorCommandOutput,
|
|
9
|
-
} from "../commands/CreateMonitorCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateProbeCommandInput,
|
|
12
|
-
CreateProbeCommandOutput,
|
|
13
|
-
} from "../commands/CreateProbeCommand";
|
|
14
|
-
import {
|
|
15
|
-
DeleteMonitorCommandInput,
|
|
16
|
-
DeleteMonitorCommandOutput,
|
|
17
|
-
} from "../commands/DeleteMonitorCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteProbeCommandInput,
|
|
20
|
-
DeleteProbeCommandOutput,
|
|
21
|
-
} from "../commands/DeleteProbeCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetMonitorCommandInput,
|
|
24
|
-
GetMonitorCommandOutput,
|
|
25
|
-
} from "../commands/GetMonitorCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetProbeCommandInput,
|
|
28
|
-
GetProbeCommandOutput,
|
|
29
|
-
} from "../commands/GetProbeCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListMonitorsCommandInput,
|
|
32
|
-
ListMonitorsCommandOutput,
|
|
33
|
-
} from "../commands/ListMonitorsCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListTagsForResourceCommandInput,
|
|
36
|
-
ListTagsForResourceCommandOutput,
|
|
37
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
38
|
-
import {
|
|
39
|
-
TagResourceCommandInput,
|
|
40
|
-
TagResourceCommandOutput,
|
|
41
|
-
} from "../commands/TagResourceCommand";
|
|
42
|
-
import {
|
|
43
|
-
UntagResourceCommandInput,
|
|
44
|
-
UntagResourceCommandOutput,
|
|
45
|
-
} from "../commands/UntagResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
UpdateMonitorCommandInput,
|
|
48
|
-
UpdateMonitorCommandOutput,
|
|
49
|
-
} from "../commands/UpdateMonitorCommand";
|
|
50
|
-
import {
|
|
51
|
-
UpdateProbeCommandInput,
|
|
52
|
-
UpdateProbeCommandOutput,
|
|
53
|
-
} from "../commands/UpdateProbeCommand";
|
|
54
|
-
export declare const se_CreateMonitorCommand: (
|
|
55
|
-
input: CreateMonitorCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_CreateProbeCommand: (
|
|
59
|
-
input: CreateProbeCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_DeleteMonitorCommand: (
|
|
63
|
-
input: DeleteMonitorCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DeleteProbeCommand: (
|
|
67
|
-
input: DeleteProbeCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_GetMonitorCommand: (
|
|
71
|
-
input: GetMonitorCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_GetProbeCommand: (
|
|
75
|
-
input: GetProbeCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_ListMonitorsCommand: (
|
|
79
|
-
input: ListMonitorsCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
83
|
-
input: ListTagsForResourceCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_TagResourceCommand: (
|
|
87
|
-
input: TagResourceCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_UntagResourceCommand: (
|
|
91
|
-
input: UntagResourceCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_UpdateMonitorCommand: (
|
|
95
|
-
input: UpdateMonitorCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_UpdateProbeCommand: (
|
|
99
|
-
input: UpdateProbeCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const de_CreateMonitorCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<CreateMonitorCommandOutput>;
|
|
106
|
-
export declare const de_CreateProbeCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<CreateProbeCommandOutput>;
|
|
110
|
-
export declare const de_DeleteMonitorCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<DeleteMonitorCommandOutput>;
|
|
114
|
-
export declare const de_DeleteProbeCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<DeleteProbeCommandOutput>;
|
|
118
|
-
export declare const de_GetMonitorCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<GetMonitorCommandOutput>;
|
|
122
|
-
export declare const de_GetProbeCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<GetProbeCommandOutput>;
|
|
126
|
-
export declare const de_ListMonitorsCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<ListMonitorsCommandOutput>;
|
|
130
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
134
|
-
export declare const de_TagResourceCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<TagResourceCommandOutput>;
|
|
138
|
-
export declare const de_UntagResourceCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
142
|
-
export declare const de_UpdateMonitorCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<UpdateMonitorCommandOutput>;
|
|
146
|
-
export declare const de_UpdateProbeCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<UpdateProbeCommandOutput>;
|