@aws-sdk/client-internetmonitor 3.928.0 → 3.929.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.
Files changed (37) hide show
  1. package/dist-cjs/index.js +905 -953
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/InternetMonitorClient.js +2 -0
  4. package/dist-es/commands/CreateMonitorCommand.js +3 -9
  5. package/dist-es/commands/DeleteMonitorCommand.js +3 -9
  6. package/dist-es/commands/GetHealthEventCommand.js +3 -9
  7. package/dist-es/commands/GetInternetEventCommand.js +3 -9
  8. package/dist-es/commands/GetMonitorCommand.js +3 -9
  9. package/dist-es/commands/GetQueryResultsCommand.js +3 -9
  10. package/dist-es/commands/GetQueryStatusCommand.js +3 -9
  11. package/dist-es/commands/ListHealthEventsCommand.js +3 -9
  12. package/dist-es/commands/ListInternetEventsCommand.js +3 -9
  13. package/dist-es/commands/ListMonitorsCommand.js +3 -9
  14. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  15. package/dist-es/commands/StartQueryCommand.js +3 -9
  16. package/dist-es/commands/StopQueryCommand.js +3 -9
  17. package/dist-es/commands/TagResourceCommand.js +3 -9
  18. package/dist-es/commands/UntagResourceCommand.js +3 -9
  19. package/dist-es/commands/UpdateMonitorCommand.js +3 -9
  20. package/dist-es/runtimeConfig.shared.js +2 -0
  21. package/dist-es/schemas/schemas_0.js +854 -0
  22. package/dist-types/InternetMonitorClient.d.ts +10 -1
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  24. package/dist-types/runtimeConfig.d.ts +1 -0
  25. package/dist-types/runtimeConfig.native.d.ts +1 -0
  26. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +92 -0
  28. package/dist-types/ts3.4/InternetMonitorClient.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +97 -0
  34. package/package.json +2 -3
  35. package/dist-es/protocols/Aws_restJson1.js +0 -818
  36. package/dist-types/protocols/Aws_restJson1.d.ts +0 -146
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -197
@@ -1,146 +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 { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "../commands/DeleteMonitorCommand";
5
- import { GetHealthEventCommandInput, GetHealthEventCommandOutput } from "../commands/GetHealthEventCommand";
6
- import { GetInternetEventCommandInput, GetInternetEventCommandOutput } from "../commands/GetInternetEventCommand";
7
- import { GetMonitorCommandInput, GetMonitorCommandOutput } from "../commands/GetMonitorCommand";
8
- import { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "../commands/GetQueryResultsCommand";
9
- import { GetQueryStatusCommandInput, GetQueryStatusCommandOutput } from "../commands/GetQueryStatusCommand";
10
- import { ListHealthEventsCommandInput, ListHealthEventsCommandOutput } from "../commands/ListHealthEventsCommand";
11
- import { ListInternetEventsCommandInput, ListInternetEventsCommandOutput } from "../commands/ListInternetEventsCommand";
12
- import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
14
- import { StartQueryCommandInput, StartQueryCommandOutput } from "../commands/StartQueryCommand";
15
- import { StopQueryCommandInput, StopQueryCommandOutput } from "../commands/StopQueryCommand";
16
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
17
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
18
- import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "../commands/UpdateMonitorCommand";
19
- /**
20
- * serializeAws_restJson1CreateMonitorCommand
21
- */
22
- export declare const se_CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- /**
24
- * serializeAws_restJson1DeleteMonitorCommand
25
- */
26
- export declare const se_DeleteMonitorCommand: (input: DeleteMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- /**
28
- * serializeAws_restJson1GetHealthEventCommand
29
- */
30
- export declare const se_GetHealthEventCommand: (input: GetHealthEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- /**
32
- * serializeAws_restJson1GetInternetEventCommand
33
- */
34
- export declare const se_GetInternetEventCommand: (input: GetInternetEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_restJson1GetMonitorCommand
37
- */
38
- export declare const se_GetMonitorCommand: (input: GetMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_restJson1GetQueryResultsCommand
41
- */
42
- export declare const se_GetQueryResultsCommand: (input: GetQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_restJson1GetQueryStatusCommand
45
- */
46
- export declare const se_GetQueryStatusCommand: (input: GetQueryStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_restJson1ListHealthEventsCommand
49
- */
50
- export declare const se_ListHealthEventsCommand: (input: ListHealthEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1ListInternetEventsCommand
53
- */
54
- export declare const se_ListInternetEventsCommand: (input: ListInternetEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1ListMonitorsCommand
57
- */
58
- export declare const se_ListMonitorsCommand: (input: ListMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1ListTagsForResourceCommand
61
- */
62
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1StartQueryCommand
65
- */
66
- export declare const se_StartQueryCommand: (input: StartQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1StopQueryCommand
69
- */
70
- export declare const se_StopQueryCommand: (input: StopQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1TagResourceCommand
73
- */
74
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1UntagResourceCommand
77
- */
78
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1UpdateMonitorCommand
81
- */
82
- export declare const se_UpdateMonitorCommand: (input: UpdateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * deserializeAws_restJson1CreateMonitorCommand
85
- */
86
- export declare const de_CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
87
- /**
88
- * deserializeAws_restJson1DeleteMonitorCommand
89
- */
90
- export declare const de_DeleteMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitorCommandOutput>;
91
- /**
92
- * deserializeAws_restJson1GetHealthEventCommand
93
- */
94
- export declare const de_GetHealthEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthEventCommandOutput>;
95
- /**
96
- * deserializeAws_restJson1GetInternetEventCommand
97
- */
98
- export declare const de_GetInternetEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInternetEventCommandOutput>;
99
- /**
100
- * deserializeAws_restJson1GetMonitorCommand
101
- */
102
- export declare const de_GetMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMonitorCommandOutput>;
103
- /**
104
- * deserializeAws_restJson1GetQueryResultsCommand
105
- */
106
- export declare const de_GetQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryResultsCommandOutput>;
107
- /**
108
- * deserializeAws_restJson1GetQueryStatusCommand
109
- */
110
- export declare const de_GetQueryStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryStatusCommandOutput>;
111
- /**
112
- * deserializeAws_restJson1ListHealthEventsCommand
113
- */
114
- export declare const de_ListHealthEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHealthEventsCommandOutput>;
115
- /**
116
- * deserializeAws_restJson1ListInternetEventsCommand
117
- */
118
- export declare const de_ListInternetEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInternetEventsCommandOutput>;
119
- /**
120
- * deserializeAws_restJson1ListMonitorsCommand
121
- */
122
- export declare const de_ListMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorsCommandOutput>;
123
- /**
124
- * deserializeAws_restJson1ListTagsForResourceCommand
125
- */
126
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
127
- /**
128
- * deserializeAws_restJson1StartQueryCommand
129
- */
130
- export declare const de_StartQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryCommandOutput>;
131
- /**
132
- * deserializeAws_restJson1StopQueryCommand
133
- */
134
- export declare const de_StopQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopQueryCommandOutput>;
135
- /**
136
- * deserializeAws_restJson1TagResourceCommand
137
- */
138
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
139
- /**
140
- * deserializeAws_restJson1UntagResourceCommand
141
- */
142
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
143
- /**
144
- * deserializeAws_restJson1UpdateMonitorCommand
145
- */
146
- export declare const de_UpdateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitorCommandOutput>;
@@ -1,197 +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
- DeleteMonitorCommandInput,
12
- DeleteMonitorCommandOutput,
13
- } from "../commands/DeleteMonitorCommand";
14
- import {
15
- GetHealthEventCommandInput,
16
- GetHealthEventCommandOutput,
17
- } from "../commands/GetHealthEventCommand";
18
- import {
19
- GetInternetEventCommandInput,
20
- GetInternetEventCommandOutput,
21
- } from "../commands/GetInternetEventCommand";
22
- import {
23
- GetMonitorCommandInput,
24
- GetMonitorCommandOutput,
25
- } from "../commands/GetMonitorCommand";
26
- import {
27
- GetQueryResultsCommandInput,
28
- GetQueryResultsCommandOutput,
29
- } from "../commands/GetQueryResultsCommand";
30
- import {
31
- GetQueryStatusCommandInput,
32
- GetQueryStatusCommandOutput,
33
- } from "../commands/GetQueryStatusCommand";
34
- import {
35
- ListHealthEventsCommandInput,
36
- ListHealthEventsCommandOutput,
37
- } from "../commands/ListHealthEventsCommand";
38
- import {
39
- ListInternetEventsCommandInput,
40
- ListInternetEventsCommandOutput,
41
- } from "../commands/ListInternetEventsCommand";
42
- import {
43
- ListMonitorsCommandInput,
44
- ListMonitorsCommandOutput,
45
- } from "../commands/ListMonitorsCommand";
46
- import {
47
- ListTagsForResourceCommandInput,
48
- ListTagsForResourceCommandOutput,
49
- } from "../commands/ListTagsForResourceCommand";
50
- import {
51
- StartQueryCommandInput,
52
- StartQueryCommandOutput,
53
- } from "../commands/StartQueryCommand";
54
- import {
55
- StopQueryCommandInput,
56
- StopQueryCommandOutput,
57
- } from "../commands/StopQueryCommand";
58
- import {
59
- TagResourceCommandInput,
60
- TagResourceCommandOutput,
61
- } from "../commands/TagResourceCommand";
62
- import {
63
- UntagResourceCommandInput,
64
- UntagResourceCommandOutput,
65
- } from "../commands/UntagResourceCommand";
66
- import {
67
- UpdateMonitorCommandInput,
68
- UpdateMonitorCommandOutput,
69
- } from "../commands/UpdateMonitorCommand";
70
- export declare const se_CreateMonitorCommand: (
71
- input: CreateMonitorCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_DeleteMonitorCommand: (
75
- input: DeleteMonitorCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_GetHealthEventCommand: (
79
- input: GetHealthEventCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_GetInternetEventCommand: (
83
- input: GetInternetEventCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_GetMonitorCommand: (
87
- input: GetMonitorCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_GetQueryResultsCommand: (
91
- input: GetQueryResultsCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_GetQueryStatusCommand: (
95
- input: GetQueryStatusCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_ListHealthEventsCommand: (
99
- input: ListHealthEventsCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_ListInternetEventsCommand: (
103
- input: ListInternetEventsCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ListMonitorsCommand: (
107
- input: ListMonitorsCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_ListTagsForResourceCommand: (
111
- input: ListTagsForResourceCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_StartQueryCommand: (
115
- input: StartQueryCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_StopQueryCommand: (
119
- input: StopQueryCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_TagResourceCommand: (
123
- input: TagResourceCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_UntagResourceCommand: (
127
- input: UntagResourceCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_UpdateMonitorCommand: (
131
- input: UpdateMonitorCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const de_CreateMonitorCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<CreateMonitorCommandOutput>;
138
- export declare const de_DeleteMonitorCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<DeleteMonitorCommandOutput>;
142
- export declare const de_GetHealthEventCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<GetHealthEventCommandOutput>;
146
- export declare const de_GetInternetEventCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<GetInternetEventCommandOutput>;
150
- export declare const de_GetMonitorCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<GetMonitorCommandOutput>;
154
- export declare const de_GetQueryResultsCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<GetQueryResultsCommandOutput>;
158
- export declare const de_GetQueryStatusCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<GetQueryStatusCommandOutput>;
162
- export declare const de_ListHealthEventsCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<ListHealthEventsCommandOutput>;
166
- export declare const de_ListInternetEventsCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<ListInternetEventsCommandOutput>;
170
- export declare const de_ListMonitorsCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<ListMonitorsCommandOutput>;
174
- export declare const de_ListTagsForResourceCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<ListTagsForResourceCommandOutput>;
178
- export declare const de_StartQueryCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<StartQueryCommandOutput>;
182
- export declare const de_StopQueryCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<StopQueryCommandOutput>;
186
- export declare const de_TagResourceCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<TagResourceCommandOutput>;
190
- export declare const de_UntagResourceCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<UntagResourceCommandOutput>;
194
- export declare const de_UpdateMonitorCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<UpdateMonitorCommandOutput>;