@aws-sdk/client-amp 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 +1780 -1955
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AmpClient.js +2 -0
- package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateQueryLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +3 -9
- package/dist-es/commands/CreateScraperCommand.js +3 -9
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -9
- package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteQueryLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +3 -9
- package/dist-es/commands/DeleteScraperCommand.js +3 -9
- package/dist-es/commands/DeleteScraperLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -9
- package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +3 -9
- package/dist-es/commands/DescribeAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeQueryLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +3 -9
- package/dist-es/commands/DescribeScraperCommand.js +3 -9
- package/dist-es/commands/DescribeScraperLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeWorkspaceCommand.js +3 -9
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +3 -9
- package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +3 -9
- package/dist-es/commands/ListAnomalyDetectorsCommand.js +3 -9
- package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +3 -9
- package/dist-es/commands/ListScrapersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkspacesCommand.js +3 -9
- package/dist-es/commands/PutAlertManagerDefinitionCommand.js +3 -9
- package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateQueryLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateScraperCommand.js +3 -9
- package/dist-es/commands/UpdateScraperLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateWorkspaceAliasCommand.js +3 -9
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -60
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1684 -0
- package/dist-types/AmpClient.d.ts +10 -1
- package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateScraperCommand.d.ts +53 -1
- package/dist-types/commands/DescribeScraperCommand.d.ts +8 -0
- package/dist-types/commands/ListScrapersCommand.d.ts +8 -0
- package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +58 -9
- 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 +191 -0
- package/dist-types/ts3.4/AmpClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -14
- 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 +197 -0
- package/package.json +34 -35
- package/dist-es/protocols/Aws_restJson1.js +0 -1573
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
|
@@ -1,398 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput } from "../commands/CreateAlertManagerDefinitionCommand";
|
|
4
|
-
import { CreateAnomalyDetectorCommandInput, CreateAnomalyDetectorCommandOutput } from "../commands/CreateAnomalyDetectorCommand";
|
|
5
|
-
import { CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput } from "../commands/CreateLoggingConfigurationCommand";
|
|
6
|
-
import { CreateQueryLoggingConfigurationCommandInput, CreateQueryLoggingConfigurationCommandOutput } from "../commands/CreateQueryLoggingConfigurationCommand";
|
|
7
|
-
import { CreateRuleGroupsNamespaceCommandInput, CreateRuleGroupsNamespaceCommandOutput } from "../commands/CreateRuleGroupsNamespaceCommand";
|
|
8
|
-
import { CreateScraperCommandInput, CreateScraperCommandOutput } from "../commands/CreateScraperCommand";
|
|
9
|
-
import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "../commands/CreateWorkspaceCommand";
|
|
10
|
-
import { DeleteAlertManagerDefinitionCommandInput, DeleteAlertManagerDefinitionCommandOutput } from "../commands/DeleteAlertManagerDefinitionCommand";
|
|
11
|
-
import { DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput } from "../commands/DeleteAnomalyDetectorCommand";
|
|
12
|
-
import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "../commands/DeleteLoggingConfigurationCommand";
|
|
13
|
-
import { DeleteQueryLoggingConfigurationCommandInput, DeleteQueryLoggingConfigurationCommandOutput } from "../commands/DeleteQueryLoggingConfigurationCommand";
|
|
14
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
15
|
-
import { DeleteRuleGroupsNamespaceCommandInput, DeleteRuleGroupsNamespaceCommandOutput } from "../commands/DeleteRuleGroupsNamespaceCommand";
|
|
16
|
-
import { DeleteScraperCommandInput, DeleteScraperCommandOutput } from "../commands/DeleteScraperCommand";
|
|
17
|
-
import { DeleteScraperLoggingConfigurationCommandInput, DeleteScraperLoggingConfigurationCommandOutput } from "../commands/DeleteScraperLoggingConfigurationCommand";
|
|
18
|
-
import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "../commands/DeleteWorkspaceCommand";
|
|
19
|
-
import { DescribeAlertManagerDefinitionCommandInput, DescribeAlertManagerDefinitionCommandOutput } from "../commands/DescribeAlertManagerDefinitionCommand";
|
|
20
|
-
import { DescribeAnomalyDetectorCommandInput, DescribeAnomalyDetectorCommandOutput } from "../commands/DescribeAnomalyDetectorCommand";
|
|
21
|
-
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "../commands/DescribeLoggingConfigurationCommand";
|
|
22
|
-
import { DescribeQueryLoggingConfigurationCommandInput, DescribeQueryLoggingConfigurationCommandOutput } from "../commands/DescribeQueryLoggingConfigurationCommand";
|
|
23
|
-
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
24
|
-
import { DescribeRuleGroupsNamespaceCommandInput, DescribeRuleGroupsNamespaceCommandOutput } from "../commands/DescribeRuleGroupsNamespaceCommand";
|
|
25
|
-
import { DescribeScraperCommandInput, DescribeScraperCommandOutput } from "../commands/DescribeScraperCommand";
|
|
26
|
-
import { DescribeScraperLoggingConfigurationCommandInput, DescribeScraperLoggingConfigurationCommandOutput } from "../commands/DescribeScraperLoggingConfigurationCommand";
|
|
27
|
-
import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "../commands/DescribeWorkspaceCommand";
|
|
28
|
-
import { DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput } from "../commands/DescribeWorkspaceConfigurationCommand";
|
|
29
|
-
import { GetDefaultScraperConfigurationCommandInput, GetDefaultScraperConfigurationCommandOutput } from "../commands/GetDefaultScraperConfigurationCommand";
|
|
30
|
-
import { ListAnomalyDetectorsCommandInput, ListAnomalyDetectorsCommandOutput } from "../commands/ListAnomalyDetectorsCommand";
|
|
31
|
-
import { ListRuleGroupsNamespacesCommandInput, ListRuleGroupsNamespacesCommandOutput } from "../commands/ListRuleGroupsNamespacesCommand";
|
|
32
|
-
import { ListScrapersCommandInput, ListScrapersCommandOutput } from "../commands/ListScrapersCommand";
|
|
33
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
34
|
-
import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "../commands/ListWorkspacesCommand";
|
|
35
|
-
import { PutAlertManagerDefinitionCommandInput, PutAlertManagerDefinitionCommandOutput } from "../commands/PutAlertManagerDefinitionCommand";
|
|
36
|
-
import { PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput } from "../commands/PutAnomalyDetectorCommand";
|
|
37
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
38
|
-
import { PutRuleGroupsNamespaceCommandInput, PutRuleGroupsNamespaceCommandOutput } from "../commands/PutRuleGroupsNamespaceCommand";
|
|
39
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
40
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
41
|
-
import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "../commands/UpdateLoggingConfigurationCommand";
|
|
42
|
-
import { UpdateQueryLoggingConfigurationCommandInput, UpdateQueryLoggingConfigurationCommandOutput } from "../commands/UpdateQueryLoggingConfigurationCommand";
|
|
43
|
-
import { UpdateScraperCommandInput, UpdateScraperCommandOutput } from "../commands/UpdateScraperCommand";
|
|
44
|
-
import { UpdateScraperLoggingConfigurationCommandInput, UpdateScraperLoggingConfigurationCommandOutput } from "../commands/UpdateScraperLoggingConfigurationCommand";
|
|
45
|
-
import { UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput } from "../commands/UpdateWorkspaceAliasCommand";
|
|
46
|
-
import { UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput } from "../commands/UpdateWorkspaceConfigurationCommand";
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1CreateAlertManagerDefinitionCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_CreateAlertManagerDefinitionCommand: (input: CreateAlertManagerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1CreateAnomalyDetectorCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_CreateAnomalyDetectorCommand: (input: CreateAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1CreateLoggingConfigurationCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_CreateLoggingConfigurationCommand: (input: CreateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1CreateQueryLoggingConfigurationCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_CreateQueryLoggingConfigurationCommand: (input: CreateQueryLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1CreateRuleGroupsNamespaceCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_CreateRuleGroupsNamespaceCommand: (input: CreateRuleGroupsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1CreateScraperCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_CreateScraperCommand: (input: CreateScraperCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1CreateWorkspaceCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_CreateWorkspaceCommand: (input: CreateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1DeleteAlertManagerDefinitionCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_DeleteAlertManagerDefinitionCommand: (input: DeleteAlertManagerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1DeleteAnomalyDetectorCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_DeleteAnomalyDetectorCommand: (input: DeleteAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1DeleteLoggingConfigurationCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_DeleteLoggingConfigurationCommand: (input: DeleteLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1DeleteQueryLoggingConfigurationCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_DeleteQueryLoggingConfigurationCommand: (input: DeleteQueryLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1DeleteResourcePolicyCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1DeleteRuleGroupsNamespaceCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_DeleteRuleGroupsNamespaceCommand: (input: DeleteRuleGroupsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1DeleteScraperCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_DeleteScraperCommand: (input: DeleteScraperCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1DeleteScraperLoggingConfigurationCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_DeleteScraperLoggingConfigurationCommand: (input: DeleteScraperLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1DeleteWorkspaceCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_DeleteWorkspaceCommand: (input: DeleteWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1DescribeAlertManagerDefinitionCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_DescribeAlertManagerDefinitionCommand: (input: DescribeAlertManagerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1DescribeAnomalyDetectorCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_DescribeAnomalyDetectorCommand: (input: DescribeAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1DescribeLoggingConfigurationCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_DescribeLoggingConfigurationCommand: (input: DescribeLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_restJson1DescribeQueryLoggingConfigurationCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_DescribeQueryLoggingConfigurationCommand: (input: DescribeQueryLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_restJson1DescribeResourcePolicyCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_restJson1DescribeRuleGroupsNamespaceCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_DescribeRuleGroupsNamespaceCommand: (input: DescribeRuleGroupsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_restJson1DescribeScraperCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_DescribeScraperCommand: (input: DescribeScraperCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_restJson1DescribeScraperLoggingConfigurationCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_DescribeScraperLoggingConfigurationCommand: (input: DescribeScraperLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_restJson1DescribeWorkspaceCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_DescribeWorkspaceCommand: (input: DescribeWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_restJson1DescribeWorkspaceConfigurationCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_DescribeWorkspaceConfigurationCommand: (input: DescribeWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_restJson1GetDefaultScraperConfigurationCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_GetDefaultScraperConfigurationCommand: (input: GetDefaultScraperConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_restJson1ListAnomalyDetectorsCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_ListAnomalyDetectorsCommand: (input: ListAnomalyDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_restJson1ListRuleGroupsNamespacesCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_ListRuleGroupsNamespacesCommand: (input: ListRuleGroupsNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* serializeAws_restJson1ListScrapersCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const se_ListScrapersCommand: (input: ListScrapersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
/**
|
|
168
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
/**
|
|
172
|
-
* serializeAws_restJson1ListWorkspacesCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const se_ListWorkspacesCommand: (input: ListWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
/**
|
|
176
|
-
* serializeAws_restJson1PutAlertManagerDefinitionCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const se_PutAlertManagerDefinitionCommand: (input: PutAlertManagerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
/**
|
|
180
|
-
* serializeAws_restJson1PutAnomalyDetectorCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const se_PutAnomalyDetectorCommand: (input: PutAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
/**
|
|
184
|
-
* serializeAws_restJson1PutResourcePolicyCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
/**
|
|
188
|
-
* serializeAws_restJson1PutRuleGroupsNamespaceCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const se_PutRuleGroupsNamespaceCommand: (input: PutRuleGroupsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
/**
|
|
192
|
-
* serializeAws_restJson1TagResourceCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
-
/**
|
|
196
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
-
/**
|
|
200
|
-
* serializeAws_restJson1UpdateLoggingConfigurationCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const se_UpdateLoggingConfigurationCommand: (input: UpdateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
-
/**
|
|
204
|
-
* serializeAws_restJson1UpdateQueryLoggingConfigurationCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const se_UpdateQueryLoggingConfigurationCommand: (input: UpdateQueryLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
-
/**
|
|
208
|
-
* serializeAws_restJson1UpdateScraperCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const se_UpdateScraperCommand: (input: UpdateScraperCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
-
/**
|
|
212
|
-
* serializeAws_restJson1UpdateScraperLoggingConfigurationCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const se_UpdateScraperLoggingConfigurationCommand: (input: UpdateScraperLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
-
/**
|
|
216
|
-
* serializeAws_restJson1UpdateWorkspaceAliasCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const se_UpdateWorkspaceAliasCommand: (input: UpdateWorkspaceAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
-
/**
|
|
220
|
-
* serializeAws_restJson1UpdateWorkspaceConfigurationCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const se_UpdateWorkspaceConfigurationCommand: (input: UpdateWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
-
/**
|
|
224
|
-
* deserializeAws_restJson1CreateAlertManagerDefinitionCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const de_CreateAlertManagerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAlertManagerDefinitionCommandOutput>;
|
|
227
|
-
/**
|
|
228
|
-
* deserializeAws_restJson1CreateAnomalyDetectorCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const de_CreateAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnomalyDetectorCommandOutput>;
|
|
231
|
-
/**
|
|
232
|
-
* deserializeAws_restJson1CreateLoggingConfigurationCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const de_CreateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggingConfigurationCommandOutput>;
|
|
235
|
-
/**
|
|
236
|
-
* deserializeAws_restJson1CreateQueryLoggingConfigurationCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const de_CreateQueryLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueryLoggingConfigurationCommandOutput>;
|
|
239
|
-
/**
|
|
240
|
-
* deserializeAws_restJson1CreateRuleGroupsNamespaceCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const de_CreateRuleGroupsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleGroupsNamespaceCommandOutput>;
|
|
243
|
-
/**
|
|
244
|
-
* deserializeAws_restJson1CreateScraperCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const de_CreateScraperCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScraperCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* deserializeAws_restJson1CreateWorkspaceCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const de_CreateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* deserializeAws_restJson1DeleteAlertManagerDefinitionCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const de_DeleteAlertManagerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAlertManagerDefinitionCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* deserializeAws_restJson1DeleteAnomalyDetectorCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const de_DeleteAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnomalyDetectorCommandOutput>;
|
|
259
|
-
/**
|
|
260
|
-
* deserializeAws_restJson1DeleteLoggingConfigurationCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const de_DeleteLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
263
|
-
/**
|
|
264
|
-
* deserializeAws_restJson1DeleteQueryLoggingConfigurationCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const de_DeleteQueryLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueryLoggingConfigurationCommandOutput>;
|
|
267
|
-
/**
|
|
268
|
-
* deserializeAws_restJson1DeleteResourcePolicyCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
271
|
-
/**
|
|
272
|
-
* deserializeAws_restJson1DeleteRuleGroupsNamespaceCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const de_DeleteRuleGroupsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleGroupsNamespaceCommandOutput>;
|
|
275
|
-
/**
|
|
276
|
-
* deserializeAws_restJson1DeleteScraperCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const de_DeleteScraperCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScraperCommandOutput>;
|
|
279
|
-
/**
|
|
280
|
-
* deserializeAws_restJson1DeleteScraperLoggingConfigurationCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const de_DeleteScraperLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScraperLoggingConfigurationCommandOutput>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_restJson1DeleteWorkspaceCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_DeleteWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_restJson1DescribeAlertManagerDefinitionCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_DescribeAlertManagerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlertManagerDefinitionCommandOutput>;
|
|
291
|
-
/**
|
|
292
|
-
* deserializeAws_restJson1DescribeAnomalyDetectorCommand
|
|
293
|
-
*/
|
|
294
|
-
export declare const de_DescribeAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyDetectorCommandOutput>;
|
|
295
|
-
/**
|
|
296
|
-
* deserializeAws_restJson1DescribeLoggingConfigurationCommand
|
|
297
|
-
*/
|
|
298
|
-
export declare const de_DescribeLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
299
|
-
/**
|
|
300
|
-
* deserializeAws_restJson1DescribeQueryLoggingConfigurationCommand
|
|
301
|
-
*/
|
|
302
|
-
export declare const de_DescribeQueryLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueryLoggingConfigurationCommandOutput>;
|
|
303
|
-
/**
|
|
304
|
-
* deserializeAws_restJson1DescribeResourcePolicyCommand
|
|
305
|
-
*/
|
|
306
|
-
export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
307
|
-
/**
|
|
308
|
-
* deserializeAws_restJson1DescribeRuleGroupsNamespaceCommand
|
|
309
|
-
*/
|
|
310
|
-
export declare const de_DescribeRuleGroupsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupsNamespaceCommandOutput>;
|
|
311
|
-
/**
|
|
312
|
-
* deserializeAws_restJson1DescribeScraperCommand
|
|
313
|
-
*/
|
|
314
|
-
export declare const de_DescribeScraperCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScraperCommandOutput>;
|
|
315
|
-
/**
|
|
316
|
-
* deserializeAws_restJson1DescribeScraperLoggingConfigurationCommand
|
|
317
|
-
*/
|
|
318
|
-
export declare const de_DescribeScraperLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScraperLoggingConfigurationCommandOutput>;
|
|
319
|
-
/**
|
|
320
|
-
* deserializeAws_restJson1DescribeWorkspaceCommand
|
|
321
|
-
*/
|
|
322
|
-
export declare const de_DescribeWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceCommandOutput>;
|
|
323
|
-
/**
|
|
324
|
-
* deserializeAws_restJson1DescribeWorkspaceConfigurationCommand
|
|
325
|
-
*/
|
|
326
|
-
export declare const de_DescribeWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceConfigurationCommandOutput>;
|
|
327
|
-
/**
|
|
328
|
-
* deserializeAws_restJson1GetDefaultScraperConfigurationCommand
|
|
329
|
-
*/
|
|
330
|
-
export declare const de_GetDefaultScraperConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultScraperConfigurationCommandOutput>;
|
|
331
|
-
/**
|
|
332
|
-
* deserializeAws_restJson1ListAnomalyDetectorsCommand
|
|
333
|
-
*/
|
|
334
|
-
export declare const de_ListAnomalyDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomalyDetectorsCommandOutput>;
|
|
335
|
-
/**
|
|
336
|
-
* deserializeAws_restJson1ListRuleGroupsNamespacesCommand
|
|
337
|
-
*/
|
|
338
|
-
export declare const de_ListRuleGroupsNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleGroupsNamespacesCommandOutput>;
|
|
339
|
-
/**
|
|
340
|
-
* deserializeAws_restJson1ListScrapersCommand
|
|
341
|
-
*/
|
|
342
|
-
export declare const de_ListScrapersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScrapersCommandOutput>;
|
|
343
|
-
/**
|
|
344
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
345
|
-
*/
|
|
346
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
347
|
-
/**
|
|
348
|
-
* deserializeAws_restJson1ListWorkspacesCommand
|
|
349
|
-
*/
|
|
350
|
-
export declare const de_ListWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspacesCommandOutput>;
|
|
351
|
-
/**
|
|
352
|
-
* deserializeAws_restJson1PutAlertManagerDefinitionCommand
|
|
353
|
-
*/
|
|
354
|
-
export declare const de_PutAlertManagerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAlertManagerDefinitionCommandOutput>;
|
|
355
|
-
/**
|
|
356
|
-
* deserializeAws_restJson1PutAnomalyDetectorCommand
|
|
357
|
-
*/
|
|
358
|
-
export declare const de_PutAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAnomalyDetectorCommandOutput>;
|
|
359
|
-
/**
|
|
360
|
-
* deserializeAws_restJson1PutResourcePolicyCommand
|
|
361
|
-
*/
|
|
362
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
363
|
-
/**
|
|
364
|
-
* deserializeAws_restJson1PutRuleGroupsNamespaceCommand
|
|
365
|
-
*/
|
|
366
|
-
export declare const de_PutRuleGroupsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRuleGroupsNamespaceCommandOutput>;
|
|
367
|
-
/**
|
|
368
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
369
|
-
*/
|
|
370
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
371
|
-
/**
|
|
372
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
373
|
-
*/
|
|
374
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
375
|
-
/**
|
|
376
|
-
* deserializeAws_restJson1UpdateLoggingConfigurationCommand
|
|
377
|
-
*/
|
|
378
|
-
export declare const de_UpdateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
379
|
-
/**
|
|
380
|
-
* deserializeAws_restJson1UpdateQueryLoggingConfigurationCommand
|
|
381
|
-
*/
|
|
382
|
-
export declare const de_UpdateQueryLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueryLoggingConfigurationCommandOutput>;
|
|
383
|
-
/**
|
|
384
|
-
* deserializeAws_restJson1UpdateScraperCommand
|
|
385
|
-
*/
|
|
386
|
-
export declare const de_UpdateScraperCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScraperCommandOutput>;
|
|
387
|
-
/**
|
|
388
|
-
* deserializeAws_restJson1UpdateScraperLoggingConfigurationCommand
|
|
389
|
-
*/
|
|
390
|
-
export declare const de_UpdateScraperLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScraperLoggingConfigurationCommandOutput>;
|
|
391
|
-
/**
|
|
392
|
-
* deserializeAws_restJson1UpdateWorkspaceAliasCommand
|
|
393
|
-
*/
|
|
394
|
-
export declare const de_UpdateWorkspaceAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceAliasCommandOutput>;
|
|
395
|
-
/**
|
|
396
|
-
* deserializeAws_restJson1UpdateWorkspaceConfigurationCommand
|
|
397
|
-
*/
|
|
398
|
-
export declare const de_UpdateWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceConfigurationCommandOutput>;
|